/**
 Body
 */

body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 56px; /* height of the footer */
  box-sizing: border-box;
  font-family: Roboto, serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 196px;
  }

  body.small-padding {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 991px) {
  .step-min-h-desktop-container {
    min-height: 40vh;
  }
}

/**
 Home
 */

.outstanding {
  position: relative;
  color: white;
}

.outstanding picture {
  min-height: 142px;
  max-height: 402px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  background-size: cover;
  background-position: center;
}

.outstanding .os-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.outstanding .os-text-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.outstanding .aside {
  position: absolute;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
}

.outstanding .minicart {
  display: none;
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  background-image: url('/img/header/fondo-verde-con-logo-circulos-min.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
}

.outstanding .minicart .double-vertical-scroll {
  max-width: 98%;
}

.outstanding .minicart .double-vertical-scroll  > *:first-child{
  margin-top: -5px;
}

.outstanding .minicart .zone-outer-header {
  background-color: #1e7d00;
  position: relative;
  z-index: 5;
}

.outstanding .minicart .zone-header {
  max-width: 100%;
  height: 35px;
  word-break: break-all;
  line-height: 1;
}

.outstanding .minicart .zone-outer-footer {
  background-color: #1e7d00;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  font-size: 15px;
  line-height: 15px;
  z-index: 4;
}

.outstanding .minicart .zone-footer {
  max-width: 98%;
}

.outstanding .minicart .zone-quote-container {
  position: absolute;
  left: 0px;
  right: 13px;
  top: 34px;
  bottom: 18px;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
}

/* OUTSTADING IMAGE HACKS */

@media screen and (max-width: 991px) {
  #os-step1.outstanding picture {
    background-repeat: no-repeat;
    background-size: 150%;
  }

  #os-step2.outstanding picture {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* ===== Scrollbar CSS ===== */

/* Firefox */

.outstanding .minicart .zone-quote-container {
  scrollbar-width: auto;
  scrollbar-color: #1e7d00 #43b02a;
}

/* Chrome, Edge, and Safari */

.outstanding .minicart .zone-quote-container::-webkit-scrollbar {
  width: 14px;
}

.outstanding .minicart .zone-quote-container::-webkit-scrollbar-track {
  background: #43b02a;
}

.outstanding .minicart .zone-quote-container::-webkit-scrollbar-thumb {
  background-color: #1e7d00;
  border-radius: 10px;
  border: 12px solid #1e7d00;
}

.outstanding .minicart .zone-quote-container .zone-quote {
}

.outstanding .minicart .zone-quote-container .zone-quote .product-text {
  line-height: 1;
  position: relative;
  left: -5px;
}

.outstanding .minicart .zone-quote-container .zone-divider {
  height: 1px;
  width: 1000%;
  border-bottom: 1px solid #1e7d00;
  margin-left: -50px;
}

@media screen and (min-width: 991px) {
  .outstanding .os-text-container.has_minicart {
    right: 33%;
  }

  .outstanding .minicart {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 33%;
    bottom: 0px;
    display: block;
    color: white;
    background-color: #43b02a;
  }
}

@media screen and (min-width: 640px) {
  .outstanding picture {
    height: 250px;
  }

  .outstanding .aside {
    font-size: 42px;
    line-height: 42px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .outstanding .has_minicart .aside {
    font-size: 42px;
    line-height: 42px;
  }

  .outstanding .aside1 {
    /*border-radius: 20px;*/
    top: 20% !important;
    font-family: Montserrat, serif;
  }

  .outstanding .aside2 {
    /*border-radius: 20px;*/
    top: 40% !important;
    font-family: Montserrat, serif;
  }

  .outstanding .aside3 {
    font-size: 14px !important;
    top: 68% !important;
    left: 3rem !important;
  }
}

@media screen and (min-width: 768px) {
  .outstanding picture {
    height: 320px;
  }

  .outstanding .aside {
    font-size: 54px;
    line-height: 44px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .outstanding .has_minicart .aside {
    font-size: 42px;
    line-height: 42px;
  }

  .outstanding .aside1 {
    top: 20% !important;
  }

  .outstanding .aside2 {
    top: 40% !important;
  }

  .outstanding .aside3 {
    font-size: 18px !important;
    top: 68% !important;
    left: 3.5rem !important;
  }
}

@media screen and (min-width: 870px) {
  .outstanding picture {
    height: 320px;
  }

  .outstanding .aside {
    font-size: 60px;
    line-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .outstanding .has_minicart .aside {
    font-size: 56px;
    line-height: 50px;
  }

  .outstanding .aside1 {
    top: 20% !important;
    left: 3rem !important;
  }

  .outstanding .aside2 {
    top: 40% !important;
    left: 3rem !important;
  }

  .outstanding .aside3 {
    font-size: 22px !important;
    top: 68% !important;
    left: 5.5rem !important;
  }
}

@media screen and (min-width: 1100px) {
  .outstanding picture {
    height: 320px;
  }

  .outstanding .aside {
    font-size: 60px;
    line-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .outstanding .aside1 {
    top: 20% !important;
    left: 3rem !important;
  }

  .outstanding .aside2 {
    top: 40% !important;
    left: 3rem !important;
  }

  .outstanding .aside3 {
    font-size: 22px !important;
    top: 68% !important;
    left: 5.5rem !important;
  }
}

@media screen and (min-width: 1280px) {
  .outstanding picture {
    height: 402px;
  }

  .outstanding .aside {
    font-size: 70px;
    line-height: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .outstanding .aside1 {
    top: 20% !important;
    left: 3rem !important;
  }

  .outstanding .aside2 {
    top: 40% !important;
    left: 3rem !important;
  }

  .outstanding .aside3 {
    font-size: 22px !important;
    top: 68% !important;
    left: 6rem !important;
  }
}

.outstanding .aside1 {
  top: 20%;
  left: 25px;
  /*
    background: rgb(73, 187, 58);
    background: linear-gradient(to right, rgba(67, 176, 42, 0.3) 0%, rgba(216, 223, 33, 0.9) 100%);
     */
}

.outstanding .aside2 {
  top: 40%;
  left: 25px;
  /*
    background: rgb(197,225,70);
    background: linear-gradient(to right, rgba(216, 223, 33, 0.3) 0%, rgba(67, 176, 42, 0.9) 100%);
     */
}

.outstanding .aside3 {
  top: 70%;
  position: absolute;
  left: 2.5rem;
  /*
    color: #292829;
     */
  color: white;
  font-size: 13px;
  font-style: italic;
  text-align: left;
  line-height: 1;
  font-weight: 300;
  z-index: 999;
}

.outstanding.extra-up .aside1, .outstanding.extra-up .aside1,
.outstanding.extra-up .aside2, .outstanding.extra-up .aside2,
.outstanding.extra-up .aside3, .outstanding.extra-up .aside3
{
  margin-top: -1%;
}

/**
 Responsive Header upper icons
 */

.rr-upper-icons {
  flex-direction: row;
}

@media screen and (max-width: 320px) {
  .rr-upper-icons {
    display: none;
  }
}

/**
 Header
 */

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, serif;
}

header {
  font-family: Montserrat, serif;
}

#header-summary-icon {
  display: none;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
}

.header-summary-icon-zone-number {
  position: absolute;
  width: 12px;
  border-radius: 11px;
  height: 12px;
  line-height: 11px;
  display: inline-block;
  top: 6px;
  left: -6px;
  background-color: white;
  color: #333;
  font-size: 9px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 991px) {
  .header-summary-icon-zone-number {
    left: 2px;
  }
}

.mobile-menu-icon-container {
  position: relative;
}

.mobile-menu-icon-container .header-summary-icon-zone-number {
  top: 0px;
  left: 6px;
}

.mobile-navigation {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  z-index: 500;
}

#step3 .mobile-navigation {
  z-index: 9998;
}

#step4 .mobile-navigation {
  z-index: 1049;
}

header nav.bg-dark {
  background-color: #333 !important;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media screen and (min-width: 991px) {
  header nav.bg-dark {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #43b02a !important;
}

header .navbar .navbar-brand img {
  position: relative;
  top: -3px;
}

@media screen and (max-width: 991px) {
  header .navbar .navbar-brand img {
    height: 22px;
    position: relative;
    top: -3px;
  }
}

#mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #43b02a;
  z-index: 9999;
  font-size: 20px;
  font-weight: 300;
  transform: translate(-100%);
  transition-duration: 0.5s;
  background-image: url('/img/header/fondo-verde-con-logo-circulos-min.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

#mobile-menu.open {
  transform: translate(0%);
}

#mobile-menu a {
  color: white;
  text-decoration: none;
}

.mobile-navigation .mobile-navigation-prev {
  text-align: right;
  padding-right: 25px;
}

.mobile-navigation .mobile-navigation-next {
  text-align: left;
  padding-left: 25px;
}

.rectangle {
  width: 78px;
  height: 78px;
  padding: 18px 13px 18px 13px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.mobile-navigation .rectangle {
  width: 52px;
  height: 52px;
  padding: 12px 9px 12px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1199px) {
  #step5 .step-title h1 {
    font-size: 20px !important;
    font-weight: 500 !important;
  }
}

@media screen and (min-width: 1200px) {
  #step5 .step-title h1 {
    font-size: 54px !important;
  }
}

@media screen and (min-width: 991px) {
  .step-title h1 {
    font-size: 54px !important;
    font-weight: 200 !important;
  }

  #step1, #step2, #step3, #step4 {
    padding-bottom: 50px;
  }
}

/**
 Step 1
 */

#step1 h1 {
  font-size: 20px;
  font-weight: 300;
}

#step1 h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}

#step1 .user_create_container {
  font-size: 15px;
  font-weight: 300;
}

#step1 #allow-to-contact {
  margin-bottom: 15px;
}

#step1 #privacy-policy-text {
  margin-bottom: 10px;
}

#step1 #privacy-policy-text,
#step1 #allow-to-contact {
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  width: 92%;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  #step1 #privacy-policy-text,
    #step1 #allow-to-contact {
    width: 85%;
  }
}

@media screen and (min-width: 991px) {
  #step1 .user_create_container {
    font-size: 20px;
    top: 0px;
  }

  #step1 #privacy-policy-text {
    font-size: 20px;
    top: 1px;
  }

  #step1 #allow-to-contact {
    font-size: 20px;
    top: 1px;
  }
}

/**
 Step 2
 */

#step2 {
  position: relative;
}

#step2 h1 {
  font-size: 20px;
  font-weight: 300;
}

#step2 h4 {
  font-size: 20px;
  font-weight: 300;
}

#step2 #features1,
#step2 #features2 {
  display: none;
}

#step2 #features1 .tooltip-container {
  text-align: left;
}

#step2 .calc-container {
  height: 32px;
  padding: 5px;
  text-align: left;
  /*padding-left: 16px;*/
  max-width: 92px;
}

#step2 .measures div {
  font-size: 15px;
}

#step2 #features1 input,
#step2 #features2 input {
  max-width: 92px;
}

#step2 #features1 input[type=radio],
#step2 #features2 input[type=radio] {
  max-width: 12px;
  width: 12px;
  height: 16px !important;
  vertical-align: middle;
}

#step2 sup {
  font-size: 10px;
  position: relative;
  left: -2px;
  top: -6px;
}

@media screen and (max-width: 991px) {
  #step2 #main-zone-block,
    #step2 #features1,
    #step2 #features2 {
    padding-left: 9%;
    padding-right: 9%;
  }
}

@media screen and (min-width: 768px) {
  #zone_m2, #zone_m3 {
    font-size: 19px;
    line-height: 19px;
  }

  #step2 .calc-container {
    height: 40px;
    padding: 9px;
  }
}

/**
  STEP 2 + 3 PRODUCT ROOT LIST!
 */

.product-root .product_type.active *,
.product-root .product-outer-container.highlighted .product-asset-title {
  /*
      color: #43b02a;
       */
}

.product-root .product-outer-container {
  /*
      width: 108px;
      height: 108px;
      margin: 16px 26.2px 16px 23.5px;
       */
  padding: 4px;
  /*padding: 18.8px 17.1px 5.7px 20.6px;*/
  background-color: #fff;
  position: relative;
  border: 2px solid transparent;
  /*
      border-radius: 30px;
       */
}

.product-root .product-root-container {
  position: relative;
}

#step3 .product-root .product-root-container {
  height: 320px;
}

.product-root .product-outer-container.highlighted {
  border: 2px solid #43b02a;
}

.product-root .product-container {
  /*margin: 16px 26.2px 16px 23.5px;*/
  /*
      width: 95.6px;
      height: 95.6px;
      padding: 18.8px 17.1px 5.7px 20.6px;
      border-radius: 23.2px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
      background-color: #fff;
      position: relative;
      */
  overflow: hidden;
}

#step3 .product-root .product-container {
  padding: 0px;
}

.product-root .product-container .product-title {
  /*
      position: absolute;
      left: 5px;
      right: 5px;
      bottom: 5px;
      line-height: 14px;
       */
  background-color: #505759;
  color: white;
  font-size: 22px;
  font-family: Montserrat, serif;
  line-height: 1.16;
  height: 74px;
}

.product-root .product-container .product-setup-image {
  height: 120px;
}

@media screen and (min-width: 1440px) {
  .product-root .product-container .product-title {
    font-size: 16px;
    height: 74px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .product-root .product-container .product-title {
    font-size: 16px;
    height: 64px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1279px) {
  .product-root .product-container .product-title {
    font-size: 14px;
    height: 54px;
  }
}

@media screen and (min-width: 200px) and (max-width: 639px) {
  .product-root .product-container .product-title {
    font-size: 11px;
    height: 50px;
  }
}

.product-root .product-container .product-title .product-bg-color {
  width: 36px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .product-root .product-container .product-title .product-bg-color {
    width: 18px;
  }
}

.product-root .product-container .product-title .product-title-text {
  width: calc(100% - 36px);
  position: relative;
  left: -12px;
}

@media screen and (max-width: 640px) {
  .product-root .product-container .product-title .product-title-text {
    width: calc(100% - 30px);
  }
}

.product-root .product-container .product-title .product-title-text span {
  vertical-align: middle;
}

.product-root .product_type {
  text-decoration: none;
  color: #b2b2b2;
  font-size: 11px;
}

.product-root .product_type picture {
  height: 200px;
  position: relative;
}

.product-root .product_type.active svg {
  fill: #43b02a;
}

.product-root .product-root-container:nth-child(2n) {
  position: relative;
  /*left: 5%;*/
}

.product-root .product-outer-container picture img {
  max-width: 160px;
  max-height: 190px;
}

.product-root .product-asset-title {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  position: absolute;
  bottom: -35px;
  left: -30px;
  right: -30px;
}

/*
@media screen and (min-width: 520px) {
    .product-root .product-root-container:nth-child(2n) {
        left: 7%;
    }
}
@media screen and (min-width: 520px) {
    .product-root .product-root-container:nth-child(2n) {
        left: 9%;
    }
}
@media screen and (min-width: 768px) {
    .product-root .product-root-container:nth-child(2n) {
        left: 0px;
    }
}
*/

/**
 Step 3
 */

#step3 {
  position: relative;
}

@media screen and (min-width: 1620px) {
  #step3 .container {
    max-width: 1600px;
  }
}

#step3 h1 {
  font-weight: 300;
}

#step3 .product.active * {
  /*
      color: #43b02a;
      */
}

#step3 .new_quote select {
  width: 100%;
}

#step3 .presentation-row .product picture img {
  /*
      max-width: 100%;
      height: 70px;
      width: 70px;
       */
}

@media screen and (max-width: 991px) {
  #step3 .presentation-row {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  #step3 .pp-image img {
    width: auto !important;
  }

  #step3 #product-preview.opened {
    display: block !important;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: white;
    padding: 3rem;
    /*overflow-y: scroll;*/
  }
}

#step3 .product-align-container {
  vertical-align: middle;
}

#step3 .presentation-row a {
  text-decoration: none;
}

#step3 .presentation-row a.download-specs {
  padding: 1px 3px !important;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  background-color: #505759;
  white-space: nowrap;
  font-size: 12px;
  width: 56px;
}

#step3 .presentation-row a.download-specs svg {
  max-height: 15px;
  display: inline-block;
  vertical-align: middle;
  max-width: 15px;
}

#step3 .presentation-row a.download-specs span {
  color: white;
  font-size: .8em;
  display: inline-block;
  width: 40px;
  white-space: break-spaces;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}

#step3 #show-systems svg {
  top: 8px;
  left: 10px;
  right: initial;
}

@media screen and (max-width: 991px) {
  #step3 .presentation-row a.download-specs {
    padding: 3px;
  }

  #step3 .presentation-row a svg {
    max-height: 10px;
  }

  #step3 .presentation-row a.download-specs span {
    font-size: .7em;
    position: relative;
    /*top: -1px;*/
  }
}

/*
#step3 .presentation-row a .product-title {
    font-size: 12px;
    color: #b3b3b3;
    position: absolute;
    bottom: 3px;
}
*/

#step3 .presentation-row .product-outer-container {
  padding: 0px !important;
  border: 2px solid transparent;
}

#step3 .presentation-row .product-outer-container.highlighted {
  border: 2px solid #43b02a;
  /*border-radius: 30px;*/
}

#step3 .presentation-row .product-outer-container .product-inner-container {
  border-radius: 24px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

#step3 .presentation-row .product-outer-container picture {
  height: 200px;
  position: relative;
}

/*
#step3 .product-root .product-container .product-title .product-bg-color {
    background-color: #505759 !important;
}
#step3 .product-root .product-outer-container.highlighted .product-container .product-title .product-bg-color {
    background-color: inherit !important;
}
*/

/* HACKY DESIGN: Variamos la altura de la línea de productos para que antes de mostrar el popup no quede muy descentrado verticalmente
Recordar que el popup tiene un contenido de altura variable por lo que no podemos atenernos a él */

#step3 .desktop-presentation-row {
  min-height: 265px;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
  transition: all 1.5s;
}

@media screen and (min-width: 991px) {
  #step3 #product-preview {
    margin-top: -30px; /* HACKY DESIGN */
  }
}

#step3 .desktop-presentation-row > section {
  vertical-align: middle;
  padding-top: 50px !important;
}

@media screen and (max-width: 991px) {
  #step3 #show-systems {
    top: 70px;
  }
}

#step3 .desktop-presentation-row.show-families section.family-slide {
  position: relative;
  transition: all 1.5s;
  left: 0%;
}

#step3 .desktop-presentation-row.show-families section.family-slide.close {
  left: 120%;
  position: absolute;
  vertical-align: middle;
}

#step3 .product-presentation input {
  height: auto !important;
  position: relative;
  top: 2px;
}

#step3 .product-presentation span {
  height: auto;
  font-size: 15px;
}

#step3 .presentation-row a .desctitle {
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  font-style: italic;
  overflow: hidden;
  height: 0px;
  transition: all 1s;
}

@media screen and (max-width: 991px) {
  #step3 .presentation-row a .desctitle {
    bottom: 15px;
  }
}

#step3 .presentation-row a.mobile-download-specs {
  bottom: 0px;
  z-index: 999;
  left: 0px;
  right: 0px;
  height: 15px;
  color: #505759;
  text-align: center;
  position: absolute;
}

#step3 .presentation-row a .desctitle .desctitle-container {
  padding: 10px;
}

#step3 .presentation-row a:hover .desctitle {
  height: auto;
}

#step3 #show-systems {
  position: absolute;
  right: 0px;
  top: 28px;
  width: 150px;
  background-color: #505759;
  color: white;
  height: 40px;
  padding: 8px;
  z-index: 999;
}

#step3 #show-systems:hover {
  background-color: #43b02a;
}

#step3 #show-systems .triangle-container {
  width: 25px;
  text-align: center;
}

#step3 #show-systems .triangle-container svg {
  height: 25px;
}

#step3 #show-systems .text-container {
  position: relative;
  top: 2px;
}

#step3 #show-systems svg {
  fill: white !important;
}

#step3 #show-info {
  position: relative;
  right: 0px;
  top: 0px;
  background-color: #505759;
  color: white;
  height: 40px;
  padding: 8px;
  z-index: 999;
  width: 150px;
  text-decoration: none;
}

#step3 #show-info:hover {
  background-color: #43b02a;
}

#step3 #show-info .triangle-container {
  width: 25px;
  text-align: center;
}

#step3 #show-info .triangle-container svg {
  height: 18px;
}

#step3 #show-info .text-container {
  position: relative;
  top: 0px;
}

#step3 #show-info svg {
  fill: white !important;
}

#step3 .desktop-presentation-row.show-families section.product-slide {
  position: absolute;
  right: 120%;
  transition: all 1.5s;
}

#step3 .desktop-presentation-row.show-families section.product-slide.open {
  right: 0%;
  position: relative;
}

#step3 .choose-product-main-row {
  margin: 0px;
}

/**
 Step 4
 */

@media screen and (min-width: 991px) {
  #step4 .back-to-step3 .rectangle,
    #step4 .finish-step4 .rectangle {
    position: absolute;
    top: 288px;
  }
}

#form-step4 {
  position: relative;
}

#step4 #setup-selector h1 {
  font-size: 32px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  #step4 #setup-selector h1 {
    font-size: 20px;
  }
}

#step4 #setup-selector img {
  max-width: 95px;
  max-height: 95px;
  height: 95px;
  border: 1px solid #ccc;
}

#step4 .product-root .product-container .product {
  text-decoration: none;
}

#step4 .product-root .product-container .product-title {
  line-height: 1;
  font-size: 16px;
  height: 54px;
  text-transform: uppercase;
}

#step4 .product-root .product-container .product-title .product-bg-color {
  width: 24px;
  left: -4px;
  position: relative;
}

#step4 .product-root .product-container .product-title .product-title-text {
  width: calc(100% - 60px);
}

@media screen and (max-width: 640px) {
  #step4 .product-root .product-container .product-title .product-bg-color {
    width: 16px;
    left: -18px;
  }
}

#step4 .product-root .product-container .product-setup-image {
  position: relative;
}

@media screen and (min-width: 991px) {
  #step4 #setup-selector img {
    max-width: 120px;
    max-height: 100px;
    height: 100px;
  }
}

#step4 .product-root .product-outer-container {
  width: 100%;
  padding: 0px;
}

#step4 .product picture {
  border: 2px solid transparent;
}

@media screen and (min-width: 991px) {
  #step4 .product.active picture {
    border-radius: 16px;
  }
}

#step4 .choose-product-desktop-row
{
  margin-top: -30px;
  min-height: 350px;
}

/**
 Product preview
 */

#product-preview {
  background-color: white;
}

#step4 #product-preview {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
}

#step4 #product-preview > article {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}

#step4 #product-preview > article .desctitle {
  text-align: center;
}

#step4 #product-preview.opened {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
}

#step4 #product-preview .pp-image img {
  width: auto;
  max-height: 500px;
  max-width: 100%;
}

@media screen and (max-width: 990px) {
  #step4 #product-preview > article {
    position: initial;
  }

  #step4 #product-preview.opened {
    padding: 3rem;
    padding-bottom: 0px;
  }

  #step4 #product-preview.opened {
    height: auto !important;
  }

  #step4 #product-preview .pp-image {
    padding-bottom: 16px;
  }

  #step4 #product-preview .pp-image img {
    max-width: 234px;
  }
}

@media screen and (min-width: 991px) {
  #step4 #product-preview {
    position: initial;
  }
}

#product-preview .pp-description {
  background-color: #f2f2f2;
  border-radius: 24px;
  color: #4d4d4d;
  padding: 10px 28px;
}

#product-preview .pp-description .desctitle {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #666666;
}

#product-preview .pp-description .desctitle span {
  font-size: 11px;
  font-weight: 500;
}

@media screen and (min-width: 991px) {
  #product-preview .pp-description .desctitle {
    font-size: 16px;
  }

  #product-preview .pp-description .desctitle span {
    font-size: 12px;
  }
}

@media screen and (min-width: 1600px) {
  #product-preview .pp-description .desctitle {
    font-size: 18px;
  }

  #product-preview .pp-description .desctitle span {
    font-size: 14px;
  }
}

#product-preview .pp-description .desctext {
  font-size: 11px;
}

#product-preview .pp-description .desctext * {
  margin: 0;
}

#product-preview .pp-description .desctext ul {
  list-style-type: none;
}

#product-preview .pp-description .desctext ul > li {
  text-indent: -5px;
}

#product-preview .pp-description .desctext ul > li:before {
  content: "-";
  text-indent: -5px;
}

#product-preview .pp-description .desctitle2 {
  font-size: 13px;
  border-bottom: 1px solid #666666;
  font-weight: 500;
}

@media screen and (min-width: 991px) {
  #product-preview .pp-description .desctitle2 {
    font-size: 12px;
  }
}

@media screen and (min-width: 1600px) {
  #product-preview .pp-description .desctitle2 {
    font-size: 12px;
  }
}

#product-preview .pp-description .desctitle2 b {
  font-weight: 500;
  display: inline-block;
}

#product-preview .pp-description .desctitle2 span {
  font-size: 11px;
  font-weight: 300;
  display: inline-block;
}

#product-preview .pp-description .pp-icon-text {
  font-size: 11px;
  line-height: 11px;
}

#product-preview .pp-description .pp-icon span {
  width: 1px;
  height: 100%;
}

#product-preview .pp-description picture {
  height: 40px;
}

#product-preview .pp-description picture.pp-icon img {
  max-width: 30px;
  max-height: 40px;
  vertical-align: bottom;
}

@media screen and (min-width: 991px) {
  #product-preview .pp-description picture.pp-icon img {
    max-width: 40px;
    max-height: 40px;
    vertical-align: bottom;
  }
}

#product-preview .pp-description picture.pp-icon-web {
  height: 35px;
  padding-top: 5px;
}

#product-preview .pp-description picture.pp-icon-web img {
  max-width: 36px;
  max-height: 36px;
  vertical-align: bottom;
}

#step4 #product-preview .pp-image {
  /*margin-top: 5%;*/
  top: 0px;
}

@media screen and (min-width: 991px) {
  #product-preview .pp-description picture.pp-icon-web img {
    max-width: 47px;
    max-height: 47px;
    position: relative;
    top: -5px;
  }

  #product-preview .pp-image {
    position: relative;
    top: 25%;
  }
}

@media screen and (min-width: 1200px) {
  #product-preview .pp-image {
    position: relative;
    top: 23%;
  }
}

@media screen and (min-width: 1400px) {
  #product-preview .pp-image {
    position: relative;
    top: 21%;
  }
}

@media screen and (min-width: 1600px) {
  #product-preview .pp-image {
    position: relative;
    top: 18%;
  }
}

#product-preview .pp-image span {
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

#product-preview .pp-image img {
  width: 95%;
  vertical-align: middle;
}

#step4 #product-preview .product-presentation {
  display: none;
}

/**
 Step 5
 */

@media screen and (min-width: 1620px) {
  #step5 .container {
    max-width: 2600px;
  }
}

@media screen and (min-width: 1200px) {
  #step5 .step-title h1 {
    font-size: 30px !important;
    font-weight: bold !important;
  }

  #step5 .step-title h1 span {
    font-weight: 300 !important;
  }
}

#step5 .summary-menu a {
  text-decoration: none;
}

#step5 .delete-zone img {
  max-width: 15px;
}

#step5 .summary-menu a span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  max-width: 100px;
  display: inline-block;
}

#step5 .summary-menu .white-frame {
  width: 76.9px;
  height: 76.9px;
  padding: 24.9px 23px 22.8px 24.6px;
  border-radius: 17px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

#step5 .summary-menu .green-frame {
  width: 76.9px;
  height: 76.9px;
  padding: 13.8px 18.2px 13.8px 12.3px;
  border-radius: 17px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #43b02a;
  border: solid 2px #43b02a;
}

#step5 .summary-menu .finish-img {
  top: 9px;
  position: relative;
  right: -2px;
}

#step5 .summary-menu .email-img {
  top: 3px;
  position: relative;
}

#step5 .summary-menu .cart-img {
  top: 7px;
  position: relative;
}

#step5 .h2 {
  font-size: 20px;
  font-weight: 500;
}

#step5 .h2 span {
  font-weight: 300;
}

#step5 .mobile-left-summary h3 {
  font-size: 20px;
  font-weight: 300;
}

#step5 .mobile-left-summary .square-meters {
  line-height: 30px;
}

@media screen and (max-width: 640px) {
  #step5 .mobile-left-summary .square-meters {
    font-size: 11px;
  }
}

#step5 .mobile-left-summary .delete-zone img {
  position: relative;
  top: 3px;
}

#step5 .delete-zone {
  text-decoration: none;
}

#step5 .mobile-bottom-summary-view-popup button,
#step5 .mobile-bottom-summary-view-summary button {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #43b02a;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
  border: 0px solid transparent;
  border-radius: 16px;
  width: 100%;
}

#step5 .summary-menu .summary-menu-item:hover .white-frame {
  background-color: #43b02a;
}

#step5 .summary-menu .summary-menu-item:hover .green-frame {
  background-color: #fff;
}

#step5 .summary-menu .summary-menu-item:hover .frame-img {
  display: none;
}

#step5 .summary-menu .summary-menu-item:hover .frame-img.hover-effect {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block;
}

#step5 .summary-menu .summary-menu-item .frame-img.hover-effect {
  position: absolute;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
}

#step5 .total-container {
  border: solid 1px #cbcbcb;
  /*
      border-radius: 8px;
     */
  background-color: #f5f5f5;
}

#step5 .total .total-title {
  font-size: 14px;
  font-weight: 500;
}

#step5 .total .total-body {
  font-size: 17px;
  font-weight: 700;
}

/*
#step5 .contact-info {
    position: sticky;
    top: 0px;
}
 */

#step5 .contact-info .contact-info-container {
  background-color: #f5f5f5;
  background-image: url("/img/summary/rointe-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 80%;
}

#step5 .contact-info .contact-info-container .ci-text {
  text-align: center;
}

#step5 .summary-menu .add-img {
  left: -1px;
}

@media screen and (min-width: 1600px) {
  #step5 .zone-quote .rcol {
    font-size: 15px !important;
  }

  #step5 .summary .zone .zone-header span {
    font-size: 15px !important;
    font-weight: bold;
  }

  #step5 .summary .zone .zone-header .zone-name span {
    font-size: 17px !important;
  }

  #step5 .summary-menu .summary-menu-item {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #step5 .summary-menu .summary-menu-item {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  #step5 .zone-header,
    #step5 .zone-quote {
    font-size: 0px;
  }

  #step5 .rcol {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
  }

  #step5 .rcol.rcol-zone-name {
    word-break: break-all;
  }

  #step5 .zone-quote .rcol {
    font-size: 13px;
  }

  #step5 .rcol.rcol-zone-name {
    width: 15%;
  }

  #step5 .rcol.rcol-product-type {
    width: 10%;
  }

  #step5 .rcol.rcol-setup {
    width: 30%;
  }

  #step5 .rcol.rcol-size {
    width: 15%;
  }

  #step5 .rcol.rcol-units {
    width: 5%;
    text-align: center;
  }

  #step5 .rcol.rcol-specs {
    width: 10%;
    text-align: center;
  }

  #step5 .rcol.rcol-price {
    width: 15%;
  }

  #step5 .summary .zone .zone-header .zone-name span {
    font-size: 17px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 5px;
  }

  #step5 .summary .zone .zone-quote > *,
    #step5 .summary .zone .zone-header > * {
    line-height: 1;
  }

  #step5 .summary .zone .zone-header span {
    font-size: 13px;
  }

  #step5 .summary-menu .finish-img {
    position: relative;
    left: 2px;
  }

  #step5 .summary-menu .pdf-img {
    top: -2px;
    position: relative;
  }

  #step5 .summary-menu .pdf-img {
    top: -2px;
    position: relative;
  }

  #step5 .summary-menu .cart-img {
    position: relative;
  }

  #step5 .summary-menu .add-img {
    position: relative;
  }

  #step5 .summary-menu .summary-menu-item {
    margin-right: 10px;
  }

  #step5 .summary.desktop-left-summary h3 {
    font-size: 24px;
    font-weight: bold;
  }

  #step5 .summary.desktop-left-summary .zone .zone-quote {
    background: #ffffff;
  }

  #step5 .total-container {
  }

  #step5 .total .total-title {
    font-size: 16px;
    font-weight: 500;
  }

  #step5 .total .total-body {
    font-size: 17px;
    font-weight: 500;
  }
}

/**
    STEP 5 RIGHT SUMMARY
 */

#step5 .calc-summary {
  background-color: #f5f5f5;
  /*
  background-image: url('/img/header/fondo-verde-con-logo-circulos-min.png');
     */
  background-repeat: no-repeat;
  background-position: bottom right;
}

#step5 .calc-summary-body {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

#step5 .calc-summary-body .zone-title {
  font-size: 14px;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
}

@media screen and (min-width: 1200px) {
  #step5 .calc-summary-body .zone-title {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.75rem;
  }
}

@media screen and (min-width: 1600px) {
  #step5 .calc-summary-body .zone-title {
    font-size: 15px;
    word-break: break-all;
  }
}

#step5 .calc-summary-body .zone-body {
  background-color: white;
  /*
  border-radius: 9px;
     */
  padding-bottom: 0.7rem;
}

#step5 .calc-summary-body .zone-body .zone-title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0rem;
}

@media screen and (min-width: 1200px) and (max-width: 1600px)
{
  #step5 .calc-summary-body .zone-body .zone-title {
    line-height: 1;
  }
}

#step5 .calc-summary-body .zone-body .zone-body-line {
  background-color: #f5f5f5;
  font-size: 13px;
  color: #000;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  height: 25px;
  line-height: 25px;
}

@media screen and (min-width: 1600px) {
  #step5 .calc-summary-body .zone-body .zone-body-line {
    font-size: 15px;
  }
}

#step5 .calc-summary-body .zone-body .zone-body-line:first-of-type {
  /*
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
     */
}

#step5 .calc-summary-body .zone-body .zone-body-line:last-of-type {
  /*
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
     */
}

#step5 .calc-summary-body .power-container {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

@media screen and (min-width: 1600px) {
  #step5 .calc-summary-body .power-container {
    padding-top: 2rem;
    padding-bottom: 2.2rem;
  }
}

#step5 .calc-summary-body .power-container .power-title {
  font-size: 13px;
  padding-bottom: 0.5rem;
  line-height: 1;
}

#step5 .calc-summary-body .power-container .power-results {
  font-size: 20px;
}

#step5 .calc-summary-body .power-container .power-results .result {
  line-height: 35px;
}

@media screen and (min-width: 1200px) and (max-width: 1600px)
{
  #step5 .calc-summary-body .power-container .power-results .result {
    line-height: 1;
  }
}

#step5 .calc-summary-body .power-container .power-results .small-label {
  font-size: 13px;
}

#step5 .calc-summary-body .power-container .power-results  input {
  width: 95px;
  background-color: white !important;
}

#step5 .calc-summary-body .cost-container {
  margin-bottom: 2.2rem;
}

@media screen and (min-width: 1600px) {
  #step5 .calc-summary-body .cost-container {
    /*
      margin-bottom: 6.2rem;
         */
    margin-bottom: 3rem;
  }

  #step5 .calc-summary-body .power-container {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}

#step5 .calc-summary-body .cost-container .cost-bg {
  /*
    background-color: #159600;
    border-radius: 15px;
     */
  background-color: white;
  padding: 0.5rem 1rem;
  font-size: 17px;
}

#step5 .calc-summary-body .cost-container .cost-bg .cost-title {
  font-weight: normal;
}

@media screen and (max-width: 640px)
{
  #step5 .calc-summary-body .cost-container .cost-bg .cost-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px)
{
  #step5 .calc-summary-body .cost-container .cost-bg .cost-title {
    line-height: 1;
  }
}

#step5 .calc-summary-body .cost-container .cost-bg .cost-body {
  font-weight: bold;
}

#step5 .bottom-summary {
  color: #000;
}

#step5 .bottom-summary .calc-summary .calc-summary-title {
  padding: 8px 20px;
  background-color: #ccc;
}

#step5 .bottom-summary .calc-summary .calc-summary-title h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 640px)
{
  #step5 .bottom-summary .calc-summary .calc-summary-title h3 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px)
{
  #step5 .bottom-summary .calc-summary .calc-summary-title h3 {
    line-height: 1;
  }
}

@media screen and (min-width: 1600px)
{
  #step5 .bottom-summary .calc-summary .calc-summary-title h3 {
    font-size: 24px;
    font-weight: normal;
  }
}

#step5 .bottom-summary .green {
  color: #000 !important;
}

@media screen and (max-width: 1200px) {
  #step5 > .container {
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  #step5 .calc-summary {
    overflow: hidden;
  }
}

/**
 Step 6
 */

#step6 .finished-text {
  font-size: 18px;
}

#step6 .what-to-do-now {
  font-size: 20px;
  font-weight: 300;
}

#step6 .finished-menu .white-frame {
  width: 76.9px;
  height: 76.9px;
  padding: 24.9px 23px 22.8px 24.6px;
  border-radius: 17px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: solid 2px #43b02a;
}

#step6 .finished-menu .green-frame {
  width: 76.9px;
  height: 76.9px;
  padding: 13.8px 18.2px 13.8px 12.3px;
  border-radius: 17px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #43b02a;
  border: solid 2px #43b02a;
}

#step6 .finished-menu .green-frame:hover {
  background-color: #fff;
}

#step6 .finished-menu .green-frame:hover .frame-img {
  display: none;
}

#step6 .finished-menu .green-frame:hover .frame-img.hover-effect {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block;
}

#step6 .finished-menu .green-frame .frame-img.hover-effect {
  position: absolute;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
}

#step6 .finished-menu a {
  text-decoration: none;
}

#step6 .finished-menu a span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  width: 100px;
}

#step6 .finished-menu .account-img {
  position: relative;
  top: 0px;
  left: 3px;
}

#step6 .finished-menu .green-frame:hover .account-img {
  left: 5px;
}

#step6 .finished-menu .send-email-img {
  position: relative;
}

#step6 .finished-menu .pdf-img {
  position: relative;
  top: -3px;
  left: -1px;
}

#step6 .finished-menu .help-img {
  position: relative;
  top: -13px;
  left: -13px;
}

#step6 .finished-menu .projects-img {
  position: relative;
  top: -2px;
  left: 4px;
  max-height: 50px;
  max-width: 50px;
}

#step6 .finished-menu .projects-img.hover-effect {
  top: -1px;
  left: 7px;
}

@media screen and (min-width: 991px) {
  #step6 .finished-menu .white-frame {
    width: 61px;
    height: 61px;
    padding: 25px 23px 23px 25px;
    border-radius: 17px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }

  #step6 .finished-menu .account-img {
  }

  #step6 .finished-menu .send-email-img {
  }

  #step6 .finished-menu .pdf-img {
  }

  #step6 .finished-menu .projects-img {
  }
}

/**
 Footer
 */

footer {
  background-color: #292829;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;
  font-family: Montserrat, serif;
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  footer {
    font-size: 15px;
  }
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer a.active {
  color: #43b02a !important;
}

footer .copyright {
  display: inline-block;
  vertical-align: top;
}

footer .footer-menu {
  display: inline-block;
  vertical-align: top;
}

.cookie-consent {
  position: fixed;
  bottom: 0px;
  width: 100%;
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  background: #292929;
  z-index: 91112120;
  display: none;
}

.allow-button {
  color: #fff;
  font-size: 15px;
  line-height: 10px;
  border-radius: 3px;
  border: 1px solid #43b02a;
  background-color: #43b02a
}

.allow-button:hover {
  color: #43b02a;
  background-color: white;
}

/**
 Login
 */

.my-account .btn,
.my-account .btn,
.my-account .btn,
.my-account .btn
{
  min-width: 248px;
  background-color: #43b02a;
}

.my-account .btn:hover,
.my-account .btn:hover,
.my-account .btn:hover,
.my-account .btn:hover
{
  background-color: #3aa72c;
  color: white;
}

.my-account .forgot-password-link {
  text-align: left;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .my-account .forgot-password-link {
    font-size: 15px;
  }
}

.my-account .forgot-password-link a {
  color: black;
  text-decoration: none;
}

.my-account button {
  border-radius: 0.5rem;
  height: 53px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.my-account button.full-width-button {
  width: 100%;
}

.my-account button.dashed-white-button {
  font-size: 16px;
  background-color: white;
  color: #43b02a;
  border: 1px solid #43b02a;
  font-weight: 300;
}

/**
  Unified to Contact screen
 */

#privacy-policy-text {
  font-size: 15px;
}

h3.h4 {
  font-size: 20px;
  font-weight: 300;
}

#register-form h3, #contact-form h3, #profile-form h3 {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

@media screen and (min-width: 768px) {
  h3.h4 {
    font-size: 54px;
    font-weight: 200;
  }

  #profile-form h3.h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
  }

  #register-form h3, #contact-form h3, #profile-form h3 {
    font-size: 54px;
    font-weight: 200;
  }
}

.legal-agreements {
  text-align: left;
  font-size: 15px;
}

.login-icon {
  max-width: 71px;
}

@media screen and (min-width: 768px) {
  .login-icon {
    max-width: 129px;
  }
}

#login-register-form .desktop-login-title {
  font-weight: 200;
  font-size: 25px;
}

#login-register-form .desktop-login-title h3 {
  font-weight: 300;
}

#login-register-form .card-body {
  margin-top: -30px;
}

.my-account .profile-welcome {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

.my-account .profile-welcome span {
  font-weight: 500;
}

.my-account .forgot-password-text {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .my-account .forgot-password-text {
    font-size: 15px;
  }
}

.my-account .my-account-navigation {
  padding-left: 12px;
  padding-right: 12px;
}

.my-account .my-account-navigation .col {
  border-top: 1px solid #43b02a;
  border-left: 1px solid #43b02a;
  border-bottom: 1px solid #43b02a;
  height: 40px;
}

.my-account .my-account-navigation .col a {
  color: #43b02a;
  text-decoration: none;
  font-size: 17px;
  line-height: 38px;
}

.my-account .my-account-navigation .col.active {
  background-color: #43b02a;
}

.my-account .my-account-navigation .col.active a {
  color: white;
}

.my-account .my-account-navigation .col:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.my-account .my-account-navigation .col:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-right: 1px solid #43b02a;
}

/**
 Summary
 */

.summary .zone {
  /*
      border: solid 1px #cbcbcb;
      border-radius: 8px;
     */
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .summary .zone {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}

.summary .zone .delete-location {
  position: relative;
  top: -6px;
  left: 5px;
  font-size: 0px;
}

.summary .zone .zone-header {
  border-bottom: solid 1px #cbcbcb;
}

.summary .zone .zone-header .green {
  font-size: 20px;
  font-weight: bold;
}

.summary .zone .zone-header .rcol-price.green {
  position: relative;
  top: -2px;
}

.summary .zone .zone-quote {
  border-bottom: solid 1px #cbcbcb;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .summary .zone .zone-quote {
    border-bottom: solid 0px #cbcbcb;
  }
}

.summary .zone .zone-quote:last-child {
  border-bottom: solid 0px transparent;
}

@media screen and (max-width: 768px) {
  .summary .zone .zone-quote:last-child {
    border-bottom: solid 1px #cbcbcb;
  }
}

.summary .zone .zone-quote .summary-background {
  /*
    border-radius: 8px;
    background-color: #f1f1f1;
    font-size: 11px;
     */
  background-color: white;
  font-size: 14px;
  line-height: 20px;
}

.summary .zone .zone-quote .summary-background .f15 {
  font-size: 15px;
}

.summary .zone .zone-quote .summary-background .f17 {
  font-size: 17px;
}

.summary .zone .zone-quote .summary-background a {
  color: #0000ff;
}

/**
 Assets
 */

sup.bs-tooltip {
  color: white;
  background: black;
  display: inline-block;
  width: 12px;
  font-size: 9px;
  height: 12px;
  border-radius: 50%;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 6px;
}

.dotted-separator {
  font-size: 18px;
  font-weight: bold;
  color: #808080;
}

.green {
  color: #43b02a !important;
}

.green-background {
  color: white;
  background-color: #43b02a;
}

.gray-background {
  color: #43b02a;
  background-color: #f2f2f2;
}

.p1t {
  position: relative;
  /*top: -3px;*/
  left: 10px;
}

.safari .p1t {
  top: 0px;
  left: 0px;
}

@media screen and (min-width: 768px) {
  .p1t {
    top: 2px;
  }

  .safari .p1t {
    top: 0px;
  }
}

.modal-body {
  font-size: 15px;
}

.ok-check-container {
  position: relative;
  height: 134px;
  margin-bottom: 30px;
}

.ok-check-container .ok-check {
  position: absolute;
  width: 134px;
  height: 134px;
  top: 50%;
  left: 50%;
  margin-top: -67px;
  margin-left: -67px;
  border-radius: 67px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.ok-check-container .ok-check img {
  position: absolute;
  top: 37px;
  left: 27px;
}

.rcol input,
.rcol select {
  width: 100%;
}

.error {
  color: red !important;
}

input.error {
  border: 2px solid red !important;
}

.alert.alert-danger ul {
  margin-bottom: 0px;
}

.alert.alert-danger ul li {
  display: inline-block;
  text-align: left;
}

.btn-primary, .btn-primary:focus {
  background-color: #43b02a;
  border-color: #43b02a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  background-color: #3aa72c;
  border-color: #3aa72c;
}

/* Input type number Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.form-control {
  font-weight: 300;
}

input {
  background-color: #f2f2f2 !important;
  color: #43b02a !important;
  font-size: 15px !important;
  border-radius: 0px !important;
  border: 0px solid transparent !important;
  height: 32px !important;
  padding: 4px 16px!important;
}

input.form-control-lg {
  min-height: 32px !important;
}

@media screen and (min-width: 768px) {
  input {
    font-size: 19px !important;
  }

  input.form-control-lg {
    min-height: 40px !important;
  }
}

textarea {
  background-color: #f2f2f2 !important;
  color: #43b02a !important;
  font-size: 15px !important;
  border-radius: 0px !important;
  border: 0px solid transparent !important;
  padding: 4px 16px!important;
}

@media screen and (min-width: 768px) {
  textarea {
    font-size: 19px !important;
  }
}

input[type='checkbox'] {
  height: auto !important;
}

select {
  border: 0px solid transparent !important;
  height: 32px !important;
  font-size: 15px !important;
  background-color: #f2f2f2 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 15px !important;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  select {
    font-size: 19px !important;
    height: 42px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset !important;
}

::-moz-placeholder {
  color: black !important;
}

:-ms-input-placeholder {
  color: black !important;
}

::placeholder {
  color: black !important;
}

/* Input type number Firefox */

input[type=number] {
  -moz-appearance: textfield;
  max-width: 100%;
}

/**
 Hacks
 */

.old-school-center-positioning {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}

#step3 .old-school-center-positioning {
  top: -9980px;
}

.valign {
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px !important;
}

.flex-valign {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .align-center-on-sm {
    text-align: center !important;
  }

  .mb2-on-sm {
    margin-bottom: 13px;
  }

  .mb4-on-sm {
    margin-bottom: 26px;
  }
}

/* Navicon */

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.navbar-toggler2 {
  position: absolute;
  right: 20px;
  top: 20px;
}

#nav-icon1{
  width: 28px;
  height: 28px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #dddddd;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 14px;
}

#nav-icon1 span:nth-child(2) {
  top: 14px;
  transform: rotate(90deg);
}

#nav-icon1.open span:nth-child(1) {
  top: 14px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  top: 14px;
  transform: rotate(-135deg);
}

#nav-icon2{
  width: 28px;
  height: 28px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #dddddd;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}

#nav-icon2 span:nth-child(1) {
  top: 14px;
}

#nav-icon2 span:nth-child(2) {
  top: 14px;
  transform: rotate(90deg);
}

#nav-icon2.open span:nth-child(1) {
  top: 14px;
  transform: rotate(135deg);
}

#nav-icon2.open span:nth-child(2) {
  top: 14px;
  transform: rotate(-135deg);
}

.tooltip-inner {
  background: #333;
  color: white;
  border: 1px solid #737373;
  text-align: left;
  font-family: Montserrat, serif;
  font-size: 11px;
}

.tooltip-inner b {
  font-size: 15px;
  font-weight: 500;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #333;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #333;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #333;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #333;
}

/**
 PRODUCT TYPE COLORS
 */

.product-type-1 svg {
  fill: #3aaa35;
}

.product-type-2 svg {
  fill: #009c88;
}

.product-type-3 svg {
  fill: #4caee3;
}

.product-type-4 svg {
  fill: #4071ab;
}

.highlighted.product-type-1 {
  border-color: #3aaa35 !important;
}

.highlighted.product-type-2 {
  border-color: #009c88 !important;
}

.highlighted.product-type-3 {
  border-color: #4caee3 !important;
}

.highlighted.product-type-4 {
  border-color: #4071ab !important;
}

/**
  Special conditions box
 */

.special-conditions {
  padding: 11px 11px 0px;
}

.special-conditions .special-conditions-shadow-container {
  /*
      border-radius: 16px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
      *
       */
  border: 1px solid #f2f2f2;
  padding: 12px;
}

.special-conditions .special-conditions-shadow-container .sc-item {
  white-space: nowrap;
}

.special-conditions .special-conditions-shadow-container .sc-item .sc-item-wrap-normal {
  white-space: normal;
  line-height: 1;
}

.special-conditions span {
  font-size: 13px;
  position: relative;
  top: 2px;
}

.special-conditions span.bon-title {
  left: 15px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .special-conditions span.bon-title {
    left: 25px;
  }
}

.special-conditions h4 {
  font-size: 16px;
  font-weight: 500;
}

/**
    Accordion + Texts
 */

.text-module {
  font-weight: 300;
  text-align: justify;
}

.accordion-flush .accordion-item .accordion-button {
  background-color: #43b02a;
  color: white;
  font-size: 16px;
}

.accordion-body {
  font-size: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.accordion-button::after {
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.accordion-item:last-of-type .accordion-body {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item .accordion-body img {
  max-width: 100%;
}

/**
    Legal agreements
 */

.legal-agreements-text #la-more-info {
  text-decoration: none;
  color: #000;
  font-weight: 300;
  line-height: 15px;
}

.legal-agreements-text #la-more-info:hover {
  color: #43b02a;
}

.legal-agreements-text #la-more-info .la-upper-more {
  font-size: 30px;
  vertical-align: middle;
  position: relative;
  left: -2px;
}

.legal-agreements-text #la-more-info.la-on .la-upper-more {
  top: -1px;
}

.legal-agreements-text #la-more-info .la-upper-text {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  left: 7px;
}

@media screen and (min-width: 991px) {
  .legal-agreements-text #la-more-info .la-upper-text {
    left: 0px;
  }
}

.legal-agreements-text .la-bottom-text {
  display: none;
}

/**
 MOBILE SUMMARY SHORTCUT
 */

#mobile-summary-shortcut {
  position: fixed;
  top: 43%;
  right: 0px;
  z-index: 9999;
}

#mobile-summary-shortcut .summary-shortcut-container {
  width: 105px;
  height: 63px;
  padding: 4px 17px 4px 4px;
  border-radius: 56px 0px 0px 56px;
  background-color: #e6e6e6;
  position: relative;
  display: block;
  right: -30px;
  border: 1px solid #cbcbcb;
}

#mobile-summary-shortcut .summary-shortcut-container .shortcut-text {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  padding: 15px 3px 15px 3px;
  /*background-color: #f2f2f2;*/
  font-size: 9px;
  position: absolute;
  left: 3px;
  top: 3px;
  color: black;
  text-align: center;
}

#mobile-summary-shortcut .summary-shortcut-container .shortcut-text:hover {
  color: #43b02a;
}

.modal {
  z-index: 999999;
}


