@charset "UTF-8";
.range input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.range {
  display: flex;
  height: 42px;
  align-items: center;
  bottom: 3px;
  position: absolute;
  right: 50px;
}

.range input {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 1em;
  font-size: 1em;
}

.range span {
  height: 34px;
  display: flex;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  padding: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  -webkit-appearance: button;
  border: 2px solid #efefe9;
}

#body .range input[type=number] {
  -moz-appearance: textfield; /* Firefox */
  height: 21px;
  position: relative;
  left: -5px;
  text-align: center;
  width: 50px;
  display: inline-block;
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  resize: vertical;
  margin-left: 10px;
  -moz-appearance: textfield;
}

.range .range-control {
  position: relative;
  width: 34px;
}
.range .range-control p {
  font-size: 20px;
}
.range strong {
  margin-left: 5px;
}

#append-clients .item {
  position: relative;
}

.anchor-data {
  height: 15px;
  position: absolute;
  top: -130px;
  left: 0;
}

#body .make-visible {
  display: block !important;
}

#body .map-content .google-row .showbymark {
  display: flex !important;
}

.reset_all {
  display: none;
  cursor: pointer;
  text-transform: uppercase;
}

.subcat-content {
  border: none;
  padding-left: 0px !important;
}

.fa-info-circle:before {
  color: #e3a14e !important;
  content: "i" !important;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  transform: scale(1.2);
}

.checkbox-custom input[type=checkbox]:checked + label:after {
  content: "" !important;
  height: 10px !important;
  width: 10px !important;
  background: #e3a14e !important;
  color: transparent !important;
}

.input-group-addon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa-info-circle:before {
  color: #e3a14e !important;
  content: "i" !important;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  transform: scale(1.2);
}

#filter_all {
  display: none;
}

#filter_all_label {
  display: none;
}

.map-content {
  padding-top: 50px;
  padding-bottom: 94px;
}

.map-content .the-filter {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.map-content .the-filter label {
  font-size: 14px;
}

.map-content .search-string {
  text-align: center;
  font-size: 20px;
  padding-bottom: 24px;
}

.map-content #subcat-list {
  display: flex;
  width: 500px;
  background: grey;
  height: 30px;
}

.map-content .hidden {
  display: none;
}

.map-content .search-area {
  display: flex;
  width: 620px;
  margin: 0 auto;
  position: relative;
  height: 48px;
}
.map-content .search-area input[type=text]:not(:-moz-placeholder), .map-content .search-area input[type=email]:not(:-moz-placeholder), .map-content .search-area input[type=tel]:not(:-moz-placeholder), .map-content .search-area select:not(:-moz-placeholder) {
  border-color: #e3a14e;
}
.map-content .search-area input[type=text]:not(:placeholder-shown), .map-content .search-area input[type=email]:not(:placeholder-shown), .map-content .search-area input[type=tel]:not(:placeholder-shown), .map-content .search-area select:not(:placeholder-shown) {
  border-color: #e3a14e;
}

.map-content .search-area input {
  width: 100%;
  position: absolute;
  height: 100%;
}

.map-content #search_button {
  height: 38px;
  position: absolute;
  right: 0;
  width: 40px;
  color: white;
  cursor: pointer;
  top: 10%;
  right: 1%;
}

.map-content #search_button img {
  position: absolute;
  right: 5px;
  height: 24px;
  width: 24px;
  top: 5px;
  transform: scale(0.8);
}

.map-content #search_button span {
  display: none;
}

.map-content input[type=checkbox] {
  opacity: 10 !important;
}

.map-content .marker-bar {
  padding: 37px 24px;
  background: #efefe9;
  width: 100%;
  margin-top: 64px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
}

.page-template-distributor .map-content .marker-bar {
	grid-gap: 12px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.page-template-instalator .map-content .marker-bar {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.map-content .marker-bar .filter-title {
  font-weight: 500;
  color: #1d1d1b;
  font-size: 14px;
}

.map-content .marker-bar [type=radio]:checked,
.map-content .marker-bar [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.map-content .marker-bar [type=radio]:checked + label,
.map-content .marker-bar [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.map-content .marker-bar [type=radio]:checked + label:before,
.map-content .marker-bar [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #e3a14e;
}

.map-content .marker-bar [type=radio]:checked + label:after,
.map-content .marker-bar [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 6.2px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.map-content .marker-bar [type=radio]:not(:checked) + label:before {
  background: #fff;
}

.map-content .marker-bar [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.map-content .marker-bar [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.map-content .google-row {
  margin-top: 40px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.map-content .google-row #map {
  width: 50%;
  height: 520px;
}

.map-content .google-row #map_distributor {
  width: 50%;
  height: 520px;
}

.map-content .google-row .leftdata {
  width: 45%;
  max-width: 45%;
  height: 510px;
  overflow: auto;
}

.map-content .google-row #theacc {
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
  border-bottom: 1px solid #f1f2f4;
}

.map-content .google-row #theacc .city {
  font-weight: 300;
}

.map-content .google-row #theacc .firstdata {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 600;
  padding-right: 80px;
}

.map-content .google-row #theacc .item p {
  font-size: 16px !important;
}

.map-content .google-row .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: inherit !important;
  right: 0px !important;
}

.map-content .google-row .subcat-item {
  padding-top: 8px;
  border: none;
  border-radius: inherit;
  border-bottom: 1px solid #f1f2f4;
  padding-left: 0px;
}

.map-content .google-row .ui-state-active {
  border: none !important;
}

.map-content .google-row .ui-state-active .item::before {
  -webkit-transform: rotate(0deg) scale(0.6, 0.6) !important;
  float: right;
}

.map-content .google-row .ui-state-active .item::after {
  content: "mniej";
  display: flex;
  position: absolute;
  right: 27px;
  font-size: 12px;
  color: #e3a14e;
  top: 0;
  font-weight: 200;
}

.map-content .ui-state-default .ui-icon {
  background-image: none !important;
}

.map-content .ui-state-default .item::before {
  content: "";
  background-image: url("../img/arrow-up-gold.svg") !important;
  height: 12px;
  width: 18px;
  background-size: cover;
  display: flex;
  background-repeat: no-repeat;
  float: right;
  -webkit-transform: rotate(180deg) scale(0.6, 0.6) !important;
  display: flex;
}

.map-content .ui-state-default .item::after {
  content: "więcej";
  display: flex;
  right: 27px;
  font-size: 12px;
  color: #e3a14e;
  position: absolute;
  font-weight: 200;
  top: 0;
}

@media only screen and (max-width: 1050px) {
  .map-content .marker-bar {
    display: flex !important;
    grid-gap: inherit !important;
    justify-content: center;
  }
  .map-content .the-filter {
    margin-top: 15px;
  }
  .filter-title {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .google-row {
    flex-direction: column-reverse;
  }
  .search-string {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .map-content .search-area {
    margin-top: 36px;
    width: 100%;
  }
  .map-content .google-row #map {
    width: 100%;
  }
  .map-content .google-row .leftdata {
    width: 100%;
    max-width: 100%;
    padding-top: 32px;
  }
  .map-content .search-area input {
    position: relative;
  }
  .map-content .search-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.map-content .loadopacity {
  opacity: 0.5;
  z-index: -2;
  pointer-events: none !important;
}

.disableState {
  opacity: 0.5;
  z-index: -2;
}
.disableState .the-filter input {
  pointer-events: none !important;
}
.disableState .the-filter label {
  pointer-events: none !important;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  left: 20%;
  top: 20%;
  text-indent: -9999em;
  border-top: 1.5em solid rgba(194, 158, 59, 0.2);
  border-right: 1.5em solid rgba(194, 158, 59, 0.2);
  border-bottom: 1.5em solid rgba(194, 158, 59, 0.2);
  border-left: 1.5em solid #e3a14e;
  transform: translateZ(0);
  animation: load8 0.3s infinite linear;
}
@media (max-width: 992px) {
  .loader {
    left: 38%;
    top: 5%;
  }
}

.loader-calculator,
.loader-calculator:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader-calculator {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  padding: 50px;
  display: flex;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  text-indent: -9999em;
  border-top: 1.5em solid rgba(194, 158, 59, 0.2);
  border-right: 1.5em solid rgba(194, 158, 59, 0.2);
  border-bottom: 1.5em solid rgba(194, 158, 59, 0.2);
  border-left: 1.5em solid #e3a14e;
  transform: translateZ(0);
  animation: load8 0.8s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1250px) {
  .map-content {
    z-index: 10;
    background: white;
  }
}
@media only screen and (max-width: 750px) {
  .marker-bar {
    padding-top: 20px;
    justify-content: flex-start !important;
    display: flex;
    z-index: 1;
  }
  .map-content .search-area {
    height: auto;
    z-index: 1;
  }
  .map-content .marker-bar [type=radio]:checked + label,
  .map-content .marker-bar [type=radio]:not(:checked) + label {
    font-size: 12px;
  }
  .filter-title {
    position: relative;
    display: flex;
    font-weight: 400;
  }
  .the-filter {
    width: 50% !important;
  }
  .map-content .google-row #map {
    height: 248px;
  }
  .mob-marker-bar {
    padding-top: 20px !important;
  }
  .map-content .search-string {
    padding-bottom: 0px;
  }
  .map-content {
    padding-top: 50px !important;
    z-index: 10;
  }
}
/* Animations  */
@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    height: 0px;
    transform: translateY(-100%);
  }
}
@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}
@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}
@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}
@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
#calendar {
  transform: translate3d(0, 0, 0);
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
#calendar .header {
  height: 50px;
  width: 420px;
  text-align: center;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #calendar .header {
    width: 100% !important;
  }
}
#calendar .new .week:nth-child(1) {
  display: none;
}
#calendar .header h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 26px;
}

.trainers-featured {
  margin-top: 90px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 99px;
  padding-top: 92px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 992px) {
  .trainers-featured {
    margin-top: 40px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.trainers-featured::before {
  content: "";
  background-color: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.trainers-featured h2 {
  color: #fff;
  font-size: 34px;
}
@media (max-width: 992px) {
  .trainers-featured h2 {
    font-size: 32px;
  }
}
.trainers-featured .featured-section__title {
  z-index: 8;
}
.trainers-featured .featured-section__desc {
  z-index: 8;
}
.trainers-featured p {
  color: #fff;
}
.trainers-featured a {
  z-index: 8;
}

.left,
.right {
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}

.left {
  left: 20px;
  background-image: url("../img/arrow-up-gold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.right {
  background-image: url("../img/arrow-up-gold.svg");
  background-size: contain;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  right: 20px;
}

.month {
  /*overflow: hidden;*/
  opacity: 0;
}

.month.new {
  -webkit-animation: fadeIn 0.3s ease-out;
  opacity: 1;
}

.month.in.next {
  animation: moveFromTopFadeMonth 0.1s ease-out;
  opacity: 1;
}

.month.out.next {
  animation: moveToTopFadeMonth 0.1s ease-in;
  opacity: 1;
}

.month.in.prev {
  animation: moveFromBottomFadeMonth 0.1s ease-out;
  opacity: 1;
}

.month.out.prev {
  animation: moveToBottomFadeMonth 0.1s ease-in;
  opacity: 1;
}

.week {
  background: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .week {
    flex-direction: column;
  }
}

.day {
  display: inline-block;
  width: 154px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background: #fff;
  position: relative;
  z-index: 100;
  height: 260px;
  border-bottom: 2px solid #efefe9;
}
@media (max-width: 992px) {
  .day {
    width: 100%;
    height: 115px;
  }
}

.day.other {
  color: rgba(255, 255, 255, 0.3);
  opacity: 0.5;
}

.day.today {
  color: rgb(156, 202, 235);
}

.day-name {
  font-size: 14px;
  margin-bottom: 5px;
  color: #1d1d1b;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
@media (max-width: 992px) {
  .day-name {
    font-size: 12px;
  }
}

.day-number {
  font-size: 34px;
  letter-spacing: 1.5px;
  color: #1d1d1b;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .day-number {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .day .day-events {
    position: absolute;
    top: 10px;
    left: 150px;
    width: 50%;
  }
}

.blue {
  background: rgb(156, 202, 235);
}

.orange {
  background: rgb(247, 167, 0);
}

.green {
  background: rgb(153, 198, 109);
}

.yellow {
  background: rgb(249, 233, 0);
}

.details {
  display: none;
}

.details.in {
  animation: moveFromTopFade 0.5s ease both;
}

.details.out {
  animation: moveToTopFade 0.5s ease both;
}

.arrow {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgb(164, 164, 164) transparent;
  transition: all 0.7s ease;
}

.events {
  height: 75px;
  padding: 7px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.events.in {
  animation: fadeIn 0.3s ease both;
}

.events.in {
  animation-delay: 0.3s;
}

.details.out .events {
  animation: fadeOutShink 0.3s ease both;
}

.events.out {
  animation: fadeOut 0.3s ease both;
}

.event {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  padding: 2px 16px;
  vertical-align: top;
}

.event.empty {
  color: #eee;
}

.event-category {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 6px 0 0;
  vertical-align: top;
}

.event span {
  display: inline-block;
  padding: 0 0 0 7px;
}

.legend {
  display: none;
}

.entry {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  background: transparent;
}

.entry:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 12px;
  left: 14px;
}

.entry.blue:after {
  background: rgb(156, 202, 235);
}

.entry.orange:after {
  background: rgb(247, 167, 0);
}

.entry.green:after {
  background: rgb(153, 198, 109);
}

.entry.yellow:after {
  background: rgb(249, 233, 0);
}

.day-events p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .day-events p {
    font-size: 15px;
    line-height: 18px;
  }
}
.day-events p a {
  color: #1d1d1b;
  font-size: 16px;
  margin-top: 0;
}
.day-events a {
  color: #e3a14e;
  font-size: 14px;
  text-align: left;
  display: block;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .day-events a {
    font-size: 13px;
  }
}

.day-number {
  text-align: left;
}

.day-name {
  text-align: left;
}

.isAvaliable {
  background: #e2fedf;
  padding: 5px;
  font-weight: bold;
  color: #45cd7c;
  font-size: 11px !important;
  margin-top: 5px;
  width: -moz-fit-content;
  width: fit-content;
}

.isClosed {
  background: #efefe9;
  padding: 6px 7px;
  font-weight: bold;
  color: #1d1d1b;
  font-size: 11px !important;
  margin-top: 5px;
  width: -moz-fit-content;
  width: fit-content;
}

.cta-recent-posts__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cta-recent-posts__row {
    flex-direction: column;
  }
}
.cta-recent-posts__row .cta-card {
  width: 31%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cta-recent-posts__row .cta-card {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cta-recent-posts__row .cta-card h5 {
  padding-top: 5px;
}
.cta-recent-posts__row .cta-card .feature-img {
  height: 420px;
  width: 100%;
}
@media (max-width: 992px) {
  .cta-recent-posts__row .cta-card .feature-img {
    height: 344px;
  }
}
.cta-recent-posts__row .cta-card .feature-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.cta-recent-posts__row .cta-card .cta-datetime {
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
}
.cta-recent-posts__row .cta-card .cta-datetime span {
  display: flex;
  color: #1d1d1b;
  font-size: 14px;
  max-width: 150px;
  align-items: center;
}
.cta-recent-posts__row .cta-card .cta-datetime span img {
  margin-right: 5px;
}
.cta-recent-posts__row .cta-card .cta-datetime .cta-date img {
  width: 11px;
  height: 12px;
}
.cta-recent-posts__row .cta-card .cta-datetime .cta-time {
  margin-left: 20px;
}
.cta-recent-posts__row .cta-card .cta-datetime .cta-time img {
  width: 12px;
  height: 12px;
}
.cta-recent-posts__row .cta-card .btn-readmore {
  width: 100%;
}

.trainers-desc {
  padding-top: 96px;
}
.trainers-desc .the-reverse {
  flex-direction: row-reverse;
  left: unset !important;
  right: 0;
}
.trainers-desc .trainers-row {
  padding-top: 80px;
  padding-bottom: 65px;
  display: flex;
  position: relative;
  min-height: 525px;
}
@media (max-width: 992px) {
  .trainers-desc .trainers-row {
    flex-direction: column-reverse;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.trainers-desc .trainers-row h2 {
  text-align: left;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.trainers-desc .trainers-row h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #e3a14e;
}
.trainers-desc .trainers-row p {
  overflow-wrap: anywhere;
}
.trainers-desc .trainers-row .container {
  min-height: 525px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trainers-desc .trainers-row .placeholder {
  flex: 1;
}
@media (max-width: 992px) {
  .trainers-desc .trainers-row .placeholder {
    flex: inherit;
  }
}
.trainers-desc .trainers-row__txt {
  flex: 1;
}
@media (max-width: 992px) {
  .trainers-desc .trainers-row__txt {
    flex: inherit;
  }
}
.trainers-desc .trainers-row__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 0px;
  width: 45%;
}
@media (max-width: 992px) {
  .trainers-desc .trainers-row__image {
    height: 300px;
    position: relative;
    width: 100%;
  }
}
.trainers-desc .trainers-row__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.trainers_program {
  padding-top: 96px;
}
.trainers_program h2 {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.trainers_program h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  background: #e3a14e;
}
.trainers_program .program_row {
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .trainers_program .program_row {
    width: 100%;
	padding: 0 25px;
  }
}
.trainers_program .program_row ol li {
  font-size: 16px;
}
@media (max-width: 992px) {
  .trainers_program {
    padding-top: 50px !important;
  }
}

.subscribe_box {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 58px;
  background: #efefe9;
  align-items: center;
}
@media (max-width: 992px) {
  .subscribe_box {
    flex-direction: column;
    padding: 16px 25px;
  }
}
.subscribe_box .sub-row {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.subscribe_box .sub-row .subscribe_box__col {
  display: flex;
  align-items: center;
}
.subscribe_box .sub-row .subscribe_box__col .subtitle {
  font-weight: 500;
  text-transform: uppercase;
  color: #1d1d1b;
  font-size: 14px;
}
.subscribe_box .sub-row .subscribe_box__col .subcontent {
  font-size: 16px;
  color: #1d1d1b;
}
@media (max-width: 992px) {
  .subscribe_box .sub-row .subscribe_box__col .subcontent {
    font-size: 14px;
    line-height: 19px;
  }
}
.subscribe_box .sub-row .subscribe_box__col img {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .subscribe_box .sub-row .subscribe_box__col img {
    margin-right: 14px;
  }
}
.subscribe_box .sub-row .subscribe_box__col .imgdate {
  width: 28px;
  height: 32px;
}
.subscribe_box .sub-row .subscribe_box__col .imgtime {
  height: 32px;
  width: 32px;
}
.subscribe_box .sub-row .subscribe_box__col .imgdollar {
  width: 17px;
  height: 32px;
}
.subscribe_box .sub-row .subscribe_box__col .imgmarker {
  width: 24px;
  height: 32px;
}
@media (max-width: 992px) {
  .subscribe_box .sub-row .subscribe_box__col {
    height: 90px;
  }
}
@media (max-width: 992px) {
  .subscribe_box .sub-row {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    width: 100%;
    margin-bottom: 25px;
  }
}

.single-trainers #page {
  padding-bottom: 200px;
}
.single-trainers #page ol {
  list-style: none !important;
  list-style-type: none !important;
}
.single-trainers #page ol li {
  counter-increment: count-me;
}
.single-trainers #page ol li:before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: 0.05em;
  color: #e3a14e !important;
  font-size: 16px;
}

#info-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
#info-section .item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #efefe9;
}
#info-section .info-row {
  display: flex;
  flex-direction: column;
}
#info-section .item__image {
  height: -moz-fit-content;
  height: fit-content;
}
#info-section .item__cta {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
#info-section .item {
  display: flex;
  justify-content: space-between;
}
#info-section .item_block--left {
  display: flex;
  width: 8%;
}
#info-section .item_block--left .datebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 90px;
}
#info-section .item_block--left .datebox h4 {
  background: #efefe9;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#info-section .item_block--left .datebox p {
  background-color: #e3a14e;
  color: #fff;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 992px) {
  #info-section .item_block--left .datebox p {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  #info-section .item_block--left {
    width: 15%;
  }
}
#info-section .item_block--right {
  width: 90%;
}
@media (max-width: 992px) {
  #info-section .item_block--right {
    width: 75%;
  }
}
#info-section .toggle-content.is-open:after {
  content: "\f151";
}
#info-section .toggle-content {
  background-color: white;
  margin-bottom: 40px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
#info-section .toggle-item img {
  transform: rotate(180deg);
  width: 15px !important;
}
#info-section .item:hover .item__cta img {
  margin-left: 5px !important;
}
#info-section .toggle-item a {
  display: flex;
  cursor: pointer;
}
#info-section .is-open img {
  transform: rotate(360deg) !important;
}
#info-section .the-less {
  display: none;
}
#info-section .is-open .the-more {
  display: none;
}
#info-section .is-open .the-less {
  display: block;
}
#info-section .card--attachments__item {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px;
}
@media (max-width: 992px) {
  #info-section .card--attachments__item {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
#info-section .toggle-desc {
  padding-top: 15px;
}
#info-section .addfile-row {
  display: flex;
}
@media (max-width: 992px) {
  #info-section .addfile-row {
    flex-direction: column;
  }
}

.newsletter_title_footer {
  font-weight: 600 !important;
  color: #ffffff !important;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.newsletter_title_footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background: #e3a14e;
}

#sm-newsletter {
  width: 368px;
  position: relative;
}
#sm-newsletter input[type=email] {
  background: #fff;
  width: 100%;
  border: none;
}
#sm-newsletter p {
  color: #fff;
}
#sm-newsletter input[type=submit] {
  background-color: transparent;
  width: 50px;
  position: absolute;
  right: 10px;
  top: 2px;
  height: 50px;
  cursor: pointer;
  z-index: 99;
}
#sm-newsletter .submit-btn {
  content: "";
  position: absolute;
  background-image: url(../img/arrow-forward.svg);
  transform: scale(0.6);
  background-size: cover;
  top: 8px;
  right: 10px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
#sm-newsletter .sm-gdpr {
  padding-top: 15px;
  display: flex;
}
#sm-newsletter .sm-gdpr #sm-terms {
  opacity: 10;
}
#sm-newsletter .sm-gdpr .small-text {
  color: #fff;
}
#sm-newsletter .sm-gdpr .small-text::before {
  display: none;
}

#success-message .the-respond {
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: baseline;
}
#success-message p {
  color: #fff;
  margin-left: 14px;
  font-weight: bold;
}
#success-message .checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 18px;
  width: 12px;
  border-bottom: 5px solid #78b13f;
  border-right: 5px solid #78b13f;
}

@media only screen and (max-width: 750px) {
  #sm-newsletter {
    width: 100%;
  }
}
.acf-checkbox-list {
  list-style-type: none;
}
.acf-checkbox-list input[type=checkbox] + span {
  margin-left: 0;
}
.acf-checkbox-list label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.acf-checkbox-list label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.acf-checkbox-list label .acf-styled-checkmark::after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.acf-checkbox-list .acf-styled-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.acf-checkbox-list .acf-styled-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.page-template-page-template-user-register #root {
  padding-bottom: 200px;
}
.page-template-page-template-user-register #root .help-block .notification-alert {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 48px;
  padding-right: 15px;
  max-width: 220px;
}
.page-template-page-template-user-register #root .help-block .notification-warning {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 48px;
  padding-right: 15px;
  max-width: 220px;
}
.page-template-page-template-user-register #root .title-fieldset {
  font-weight: 400;
  font-size: 32px;
  position: relative;
}
.page-template-page-template-user-register #root .title-fieldset:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #e3a14e;
}
.page-template-page-template-user-register #root .intro-register_row {
  display: flex;
  padding-bottom: 20px;
}
.page-template-page-template-user-register #root .intro-register_row .number_set_register {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .page-template-page-template-user-register #root .intro-register_row .number_set_register {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .page-template-page-template-user-register #root .intro-register_row {
    flex-direction: column;
  }
}
.page-template-page-template-user-register #root .intro-register_row input {
  width: 100%;
}
.page-template-page-template-user-register #root .intro-register_row input[type=text]:not(:-moz-placeholder-shown), .page-template-page-template-user-register #root .intro-register_row input[type=email]:not(:-moz-placeholder-shown), .page-template-page-template-user-register #root .intro-register_row input[type=tel]:not(:-moz-placeholder-shown), .page-template-page-template-user-register #root .intro-register_row select:not(:-moz-placeholder-shown) {
  border: 1px solid #e3a14e;
}
.page-template-page-template-user-register #root .intro-register_row input[type=text]:not(:-moz-placeholder), .page-template-page-template-user-register #root .intro-register_row input[type=email]:not(:-moz-placeholder), .page-template-page-template-user-register #root .intro-register_row input[type=tel]:not(:-moz-placeholder), .page-template-page-template-user-register #root .intro-register_row select:not(:-moz-placeholder) {
  border: 1px solid #e3a14e;
}
.page-template-page-template-user-register #root .form-check {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}
.page-template-page-template-user-register #root .form-check label {
  font-size: 17px;
}
@media (max-width: 992px) {
  .page-template-page-template-user-register #root .form-check label {
    font-size: 15px;
    padding-left: 40px;
  }
}
.page-template-page-template-user-register #root .form-check > input {
  height: 25px;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #efefe9;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #efefe9;
  cursor: pointer;
}
@media (max-width: 992px) {
  .page-template-page-template-user-register #root .form-check > input {
    position: absolute;
  }
}
.page-template-page-template-user-register #root .form-check > input {
  background: transparent;
}
.page-template-page-template-user-register #root .form-check a {
  color: #e3a14e;
}
.page-template-page-template-user-register #root .form-check > input:checked {
  border: 1px solid #efefe9;
  background-color: #e3a14e;
}
@media (max-width: 992px) {
  .page-template-page-template-user-register #root .form-check > input:checked {
    position: absolute;
  }
}
.page-template-page-template-user-register #root .form-check > input:checked::before {
  content: "✓";
  display: block;
  text-align: center;
  color: white;
  position: absolute;
  left: 0.4rem;
  top: 0rem;
  transform: scale(1.2);
}
@media (max-width: 992px) {
  .page-template-page-template-user-register #root .form-check > input:checked::before {
    position: absolute;
  }
}
.page-template-page-template-user-register #root .form-check > input:active {
  border: 2px solid #34495e;
}
.page-template-page-template-user-register .second-register_row {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.page-template-page-template-user-register .second-register_row .help-block .notification-alert {
  max-width: 100% !important;
}
.page-template-page-template-user-register .second-register_row .help-block .notification-warning {
  max-width: 100% !important;
}
.page-template-page-template-user-register .second-register_row input {
  border-radius: 4px;
  border: 2px solid #ddd;
  height: 40px;
  padding: 10px;
}
.page-template-page-template-user-register .second-register_row input[type=text]:not(:-moz-placeholder) {
  border: 1px solid #e3a14e;
}
.page-template-page-template-user-register .second-register_row input[type=text]:not(:placeholder-shown) {
  border: 1px solid #e3a14e;
}
.page-template-page-template-user-register .second-register_row label {
  font-weight: 500;
  color: #1d1d1b;
}
.page-template-page-template-user-register .second-register_row .row {
  width: 30%;
}
@media (max-width: 992px) {
  .page-template-page-template-user-register .second-register_row .row {
    width: 100%;
  }
}
.page-template-page-template-user-register .second-register_row .row input {
  width: 100%;
  max-width: 100%;
}
.page-template-page-template-user-register .second-register_row .select-group {
  display: flex;
  position: relative;
}
.page-template-page-template-user-register .second-register_row .select-group select {
  border: 2px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0px;
  text-overflow: "";
  position: relative;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 15px;
  height: 40px;
}
.page-template-page-template-user-register .second-register_row .select-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-template-page-template-user-register .second-register_row .select-group::after {
    transform: scale(0.9);
  }
}
@media (max-width: 992px) {
  .page-template-page-template-user-register .second-register_row {
    flex-direction: column;
  }
}
.page-template-page-template-user-register .second-register_row-3 {
  padding-top: 50px;
  padding-bottom: 30px;
}
.page-template-page-template-user-register .form-check_instalator {
  position: absolute;
  top: 15px;
}
.page-template-page-template-user-register .bootstrap-fieldset {
  position: relative;
}

/* PV */
/* color */
.modal_target {
  z-index: 9;
  width: 30px;
  display: flex;
}
.modal_target .info_ico {
  display: flex;
  margin-top: 0px !important;
  margin-left: 5px;
}

#pvSlcTool {
  /* optiener */
  /* additional styles */
  /* door */
  /* table of products */
  /* landing page banner */
  /* offer banner */
}
#pvSlcTool .wizard-tabs ul > li.active .badge {
  color: #e89113;
  background-color: white;
}
#pvSlcTool .wizard-tabs ul > li.active > a:after {
  border-left-color: #e89113;
}
#pvSlcTool .text-primary {
  color: #1d2127 !important;
}
#pvSlcTool .pager .next > a {
  border: 1px solid #e89113;
  color: #e89113;
}
#pvSlcTool .pager li > a.filled-pager {
  background-color: #e89113;
  color: white;
}
#pvSlcTool .pager li > a.filled-pager:hover {
  background-color: #e89113;
  border-color: #e89113 #e89113 #e89113;
}
#pvSlcTool .btn-primary {
  color: #ffffff;
  background-color: #e89113;
  border-color: #e89113 #e89113 #e89113;
  font-weight: 200;
}
#pvSlcTool .featured-box-primary .box-content {
  border-top-color: #e89113 !important;
}
#pvSlcTool .input-group-addon a {
  color: #e89113;
}
#pvSlcTool .rzslider {
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#pvSlcTool .rzslider .rz-bar {
  height: 6px;
  background: #f5f5f5 !important;
  display: flex !important;
}
#pvSlcTool .rzslider .rz-bar-wrapper {
  padding-top: 15px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear 0.3s;
}
#pvSlcTool .rzslider .rz-bubble {
  display: flex !important;
}
#pvSlcTool .rzslider .rz-pointer:after {
  top: 6px;
  background: none;
}
#pvSlcTool .optiener-box {
  background-color: rgb(239, 239, 239);
  margin: 0px;
  padding: 15px 10px;
}
#pvSlcTool .optiener-box .opti-ener-selectbox {
  background-color: white;
  padding: 5px 5px 10px;
}
#pvSlcTool .optiener-box .opti-ener-selectbox .checkbox-custom label::before {
  border: 2px solid #e89113;
}
#pvSlcTool .optiener-box ul li {
  padding-left: 15px;
}
#pvSlcTool h3 {
  line-height: 1.2em;
}
#pvSlcTool .initial-info {
  margin: 25px 0;
}
#pvSlcTool .slc-form-container form {
  margin-top: 25px;
}
#pvSlcTool .form-wizard .tab-content {
  padding: 25px 15px 0;
}
#pvSlcTool .offer-form .section {
  margin-bottom: 15px;
}
#pvSlcTool .offer-form section:not(:last-child) {
  margin-bottom: 15px;
}
#pvSlcTool .offer-form .form-group {
  padding: 0 15px;
}
#pvSlcTool .featured-box {
  min-height: inherit;
}
#pvSlcTool .featured-box .box-content {
  padding: 15px;
}
#pvSlcTool .featured-box .box-content section:not(:last-child) {
  margin-bottom: 10px;
}
#pvSlcTool .featured-box .box-content .summary-item:not(:last-child) {
  margin-bottom: 10px;
}
#pvSlcTool .featured-box .box-content h1 {
  line-height: 0.9em;
}
#pvSlcTool .featured-box .box-content h4 {
  line-height: 1.2em;
}
#pvSlcTool .text-info {
  margin-top: 2px;
  line-height: 15px;
  color: #e89113 !important;
}
#pvSlcTool .panel-default.financing-panel {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#pvSlcTool .panel-default.financing-panel .panel-heading {
  padding: 0;
}
#pvSlcTool .panel-default.financing-panel .panel-body .row {
  padding: 0 15px;
}
#pvSlcTool h3,
#pvSlcTool h5 {
  text-transform: none;
}
#pvSlcTool .color-primary {
  color: #e89113 !important;
}
#pvSlcTool label.error {
  margin-top: 0;
  padding: 0;
}
#pvSlcTool .analyze-summary-panel {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#pvSlcTool .analyze-summary-panel .panel-heading {
  padding: 0;
}
#pvSlcTool .analyze-summary-panel .panel-body {
  padding: 0;
  background-color: #efefef;
  border-radius: 0px;
}
#pvSlcTool .analyze-summary-table {
  padding: 10px 10px 0;
  margin-bottom: 0;
}
#pvSlcTool .analyze-summary-label {
  width: 50%;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding-left: 25px;
  font-size: 0.9em;
}
#pvSlcTool .analyze-summary-label.highlighted {
  background-color: #e89113;
  color: white;
  padding: 15px 15px 15px 25px;
}
#pvSlcTool .analyze-summary-value {
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding-right: 25px;
  text-align: right;
}
#pvSlcTool .analyze-summary-value.highlighted {
  background-color: #e89113;
  padding: 15px 25px 15px 15px;
}
#pvSlcTool .analyze-summary-value.highlighted h4 {
  color: white;
}
#pvSlcTool .profit-chart .title {
  line-height: 0.7em;
}
#pvSlcTool .alert-primary {
  background-color: #e89113;
  border-color: #e89113;
  color: #ffffff;
}
#pvSlcTool .door .door-wing-left {
  z-index: 10001;
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px 0;
  background-color: #333a44;
  text-align: right;
}
#pvSlcTool .door .door-wing-right {
  z-index: 10001;
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  padding: 15px 0;
  background-color: #333a44;
  text-align: left;
}
#pvSlcTool .door .door-wing-left img,
#pvSlcTool .door .door-wing-right img {
  height: 100%;
}
#pvSlcTool .door .lock {
  z-index: 10002;
  position: fixed;
  top: 76%;
  left: 0;
  width: 100%;
  text-align: center;
}
#pvSlcTool .door .lock h4 {
  color: white;
}
#pvSlcTool .door .lock input {
  width: 150px;
  margin: 0 auto;
}
#pvSlcTool .door .lock .italic {
  font-style: italic;
}
#pvSlcTool .door .lock a,
#pvSlcTool .door .lock span {
  color: white;
}
#pvSlcTool .door .author {
  z-index: 10003;
  position: fixed;
  top: 94%;
  left: 0;
  width: 100%;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  color: white;
}
#pvSlcTool .products-table td {
  vertical-align: middle;
}
#pvSlcTool .products-table .form-control {
  text-align: center;
}
#pvSlcTool .products-table .header .form-control {
  font-weight: bold;
}
#pvSlcTool .products-table .items .item:last-child {
  margin-bottom: 10px;
}
#pvSlcTool .products-table .items .item .item-id {
  display: block;
}
#pvSlcTool .products-table .items .item:hover .item-id {
  display: none;
}
#pvSlcTool .products-table .items .item .item-actions {
  display: none;
}
#pvSlcTool .products-table .items .item:hover .item-actions {
  display: block;
}
#pvSlcTool .products-table .items .item .item-actions .item-action {
  color: #e89113;
  cursor: pointer;
  font-size: 1.2em !important;
}
#pvSlcTool .products-table .items .item .form-control-static {
  min-height: 30px;
  background: #ddd;
}
#pvSlcTool .products-table .items .item input[type=number] {
  padding-left: 25px;
}
#pvSlcTool .pvtool-main-banner {
  border-bottom: 10px solid #e89113;
}
#pvSlcTool .pvtool-main-banner .banner-content .info-item {
  text-align: center;
  position: relative;
  top: 50%;
}
#pvSlcTool .pvtool-main-banner .banner-content .info-item img {
  width: 28%;
  margin: 0 auto 10px auto;
}
#pvSlcTool .pvtool-main-banner .banner-content .info-item p {
  line-height: 1.3em;
}
@media (min-width: 768px) and (max-width: 991px) {
  #pvSlcTool .pvtool-main-banner .banner-content .info-item p {
    font-size: 0.9em;
  }
  #pvSlcTool .pvtool-main-banner .banner-content .info-item img {
    width: 22%;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #pvSlcTool .pvtool-main-banner .banner-content .info-item p {
    font-size: 1.4vw;
  }
  #pvSlcTool .pvtool-main-banner .banner-content .info-item img {
    width: 25%;
    margin-bottom: 4px;
  }
}
#pvSlcTool .pvtool-offer-banner {
  background-color: #e89113;
}
#pvSlcTool .pvtool-offer-banner .logo-hewalex {
  transform: scale(1.2);
  padding: 10px 20px;
  float: right;
}
#pvSlcTool .pvtool-offer-banner .banner-img {
  max-height: 360px;
}
#pvSlcTool .pvtool-offer-banner .banner-info {
  margin: 60px 0 0 18px;
}
#pvSlcTool .pvtool-offer-banner .info-item {
  margin: 20px 0;
  list-style-type: none;
}
#pvSlcTool .pvtool-offer-banner .info-item .desc {
  display: inline;
  color: #e89113;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 700;
  line-height: 1em;
  font-size: 1.3em;
}
#pvSlcTool .pvtool-offer-banner .info-item:before {
  content: "";
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 50px;
  background-position: center center;
  vertical-align: middle;
  margin-left: -60px;
}
#pvSlcTool .pvtool-offer-banner .info-item-2 {
  padding-left: 12%;
}
#pvSlcTool .pvtool-offer-banner .info-item-3 {
  padding-left: 24%;
}
#pvSlcTool .pvtool-offer-banner .btn-with-arrow a {
  position: relative;
}
#pvSlcTool .pvtool-offer-banner .btn-with-arrow .btn-danger {
  border: 1px solid #c3302b;
  background-color: #da211b;
  color: #fff;
}
#pvSlcTool .pvtool-offer-banner .btn-with-arrow .btn-danger:hover {
  background-color: #ff0000 !important;
}
#pvSlcTool .pvtool-offer-banner .btn-with-arrow img {
  position: absolute;
  right: -15px;
  bottom: -34px;
  height: 40px;
}

#pvSlcTool .wizard-tabs ul > li.active > a,
#pvSlcTool .wizard-tabs ul > li.active > a:hover,
#pvSlcTool .wizard-tabs ul > li.active > a:focus {
  background-color: #e89113;
  color: white;
}

#pvSlcTool .btn-primary:active,
#pvSlcTool .btn-primary:focus,
#pvSlcTool .btn-primary:hover,
#pvSlcTool .btn-primary:active:hover,
#pvSlcTool .btn-primary:active:focus {
  background-color: #e89113;
  border-color: #e89113 #e89113 #e89113;
}

@media (min-width: 1200px) {
  #pvSlcTool .pvtool-offer-banner .btn-with-arrow {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #pvSlcTool .pvtool-offer-banner .banner-img {
    max-height: 320px;
  }
  #pvSlcTool .pvtool-offer-banner .info-item:before {
    height: 40px;
    width: 40px;
    background-size: 40px;
  }
  #pvSlcTool .pvtool-offer-banner .info-item-2 {
    padding-left: 13%;
  }
  #pvSlcTool .pvtool-offer-banner .info-item-3 {
    padding-left: 32%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #pvSlcTool .pvtool-offer-banner .banner-img {
    max-height: 335px;
  }
  #pvSlcTool .pvtool-offer-banner .info-item-1 {
    padding-left: 3%;
  }
  #pvSlcTool .pvtool-offer-banner .info-item-2 {
    padding-left: 17%;
  }
  #pvSlcTool .pvtool-offer-banner .info-item-3 {
    padding-left: 30%;
  }
}
@media (max-width: 767px) {
  #pvSlcTool .pvtool-offer-banner .banner-img {
    max-height: 300px;
  }
  #pvSlcTool .pvtool-offer-banner .banner-info {
    margin: 45px 0 0 18px;
  }
  #pvSlcTool .pvtool-offer-banner .info-item .desc {
    font-size: 1.2em;
  }
}
@media (max-width: 459px) {
  #pvSlcTool .pvtool-offer-banner .info-item:before {
    height: 40px;
    width: 40px;
    background-size: 40px;
  }
  #pvSlcTool .pvtool-offer-banner .info-item .desc {
    font-size: 1.1em;
  }
  #pvSlcTool .pvtool-offer-banner .btn-with-arrow {
    padding-top: 2%;
  }
  #pvSlcTool .pvtool-offer-banner .btn-with-arrow .btn-danger {
    font-size: 14px;
  }
}
@media (max-width: 379px) {
  #pvSlcTool .pvtool-offer-banner .info-item {
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  .offer-promo-code-icons {
    float: right;
  }
}
@media (max-width: 767px) {
  .offer-promo-code {
    text-align: center;
  }
}
/* promo code banner */
#pvSlcTool h3 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#pvSlcTool .offer-promo-code {
  background-color: #f7bb9f;
  border-color: #f7bb9f;
  color: #e89113;
}
#pvSlcTool .offer-promo-code-icons img {
  width: 40px;
}

.page-template-page-template-instalator-calculator-pv .alert-success {
  background: transparent !important;
  border: 2px solid #e3a14e !important;
}
.page-template-page-template-instalator-calculator-pv .alert-success .btn {
  color: #fff !important;
  background-color: #e3a14e !important;
  border: none !important;
  transform: scale(0.8);
  border-radius: 99px !important;
  font-weight: 200 !important;
}
.page-template-page-template-instalator-calculator-pv .alert-primary {
  display: none;
}
.page-template-page-template-instalator-calculator-pv .initial-info {
  display: none;
}
.page-template-page-template-instalator-calculator-pv .pvtool-main-banner {
  display: none;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .pvtool-offer-banner .btn-with-arrow {
  padding-top: 15px;
  margin-bottom: 20px;
  transform: scale(0.9);
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool button:focus {
  outline: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table input[type=text],
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table input[type=email],
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table input[type=tel] {
  height: 30px !important;
  border-radius: 0px;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .col-xs-1 {
  padding-left: 0px !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .header {
  margin: 0px !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .header span {
  background: #efefe9;
  border-radius: 0px;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .item {
  margin: 0px !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .item input {
  border-left: 0px;
  border: 1px solid #ccc;
  border-top: 0px;
  border: 1px solid #ccc;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .item span {
  border-right: 0px;
  border-top: 0px;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .items {
  margin: 0px !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .item-action::before {
  content: "✖";
  font-size: 12px;
  font-weight: bold;
  display: block !important;
  border: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .mb-xs select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 100%;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .mb-xs::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-template-page-template-instalator-calculator-pv #pvSlcTool .products-table .mb-xs::after {
    transform: scale(0.9);
  }
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool ul li::before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark {
  padding: 37px 24px;
  background: #efefe9;
  width: 100%;
  margin-top: 64px;
  align-items: baseline;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  border: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark span {
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #1d1d1b;
  font-size: 14px !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark .radio-custom {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark .radio-custom label {
  color: #1d1d1b !important;
  font-size: 14px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark .radio-custom [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #e3a14e;
  margin-top: 0px !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark .radio-custom [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark .radio-custom [type=radio]:checked + label:after,
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark .radio-custom [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 6.2px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-img {
  width: 100%;
  height: auto;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 4px solid #e3a14e;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content strong {
  color: #1d1d1b;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content .btn-danger:hover {
  background-color: #e3a14e !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content a:hover {
  text-decoration: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content .img-responsive {
  display: none;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content .info-item {
  text-indent: 0 !important;
  align-items: center;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content .info-item:nth-child(1)::before {
  content: "";
  background-image: url(./../../public/images/calculator/pv/ikona-procent.png);
  background-size: contain;
  width: 28px;
  height: 28px;
  display: flex !important;
  background-repeat: no-repeat;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content .info-item:nth-child(2)::before {
  content: "";
  background-image: url(./../../public/images/calculator/pv/ikona-wygeneruj-oferte-1.png);
  background-size: contain;
  width: 28px;
  height: 28px;
  display: block !important;
  background-repeat: no-repeat;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content .info-item:nth-child(3)::before {
  content: "";
  background-image: url(./../../public/images/calculator/pv/ikona-zegar.png);
  background-size: contain;
  width: 28px;
  height: 28px;
  display: flex !important;
  background-repeat: no-repeat;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .pvtool-main-banner {
  border-bottom: 10px solid #e3a14e;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs ul li::before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-weight: 400;
  color: #1d1d1b;
  font-size: 14px !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs a .badge {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs a span {
  width: 100%;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs a::after {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs a::before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs .active a {
  background: #e3a14e !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs ul {
  height: 50px;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs ul li {
  height: 100%;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs ul li a {
  height: 100%;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool select:not(:-moz-placeholder) {
  padding: 4px;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool select:not(:placeholder-shown) {
  padding: 4px;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .text-black {
  text-decoration: none !important;
  color: #e3a14e;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert-primary {
  background-color: #e3a14e !important;
  border: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .alert-primary h4 {
  font-size: 20px;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .filled-pager {
  cursor: pointer;
  background: transparent !important;
  color: #e3a14e !important;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 8px 20px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: 2px solid #e3a14e !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .filled-pager i {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .previous a {
  cursor: pointer;
  background: transparent !important;
  color: #e3a14e !important;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 0px;
  padding: 8px 25px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: 2px solid #e3a14e !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .previous i {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .tab-content .input-control {
  position: relative;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .tab-content .input-control select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 100%;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .tab-content .input-control::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-template-page-template-instalator-calculator-pv #pvSlcTool .tab-content .input-control::after {
    transform: scale(0.9);
  }
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .tab-content .input-group {
  position: relative;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .tab-content .input-group select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 100%;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .tab-content .input-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-template-page-template-instalator-calculator-pv #pvSlcTool .tab-content .input-group::after {
    transform: scale(0.9);
  }
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box .text-right .mb-none {
  text-align: right !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box .box-content {
  padding-left: 10%;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box .box-content h1 {
  font-size: 20px;
  color: #1d1d1b !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box .box-content h1 small {
  color: #1d1d1b !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box .summary-item {
  padding-bottom: 15px;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box h5 {
  color: #1d1d1b !important;
  font-size: 22px !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box .row {
  display: flex;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box .col-xs-6 h5 {
  text-align: left !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box .col-xs-6:nth-child(2) h5 {
  color: #e3a14e !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box h3 {
  font-size: 27px;
  color: #1d1d1b;
  text-align: left;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box h3 small {
  color: #1d1d1b;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box h6 {
  font-size: 18px !important;
  text-align: left;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box h5 {
  font-size: 18px;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .featured-box-primary .box-content {
  border-top-color: #e3a14e !important;
}
.page-template-page-template-instalator-calculator-pv #pvSlcTool .input-group-addon {
  z-index: 88;
  position: relative;
  display: flex;
}
.page-template-page-template-instalator-calculator-pv .input-group-btn {
  z-index: 99;
}
.page-template-page-template-instalator-calculator-pv .input-group-btn i::before {
  content: "+" !important;
}
.page-template-page-template-instalator-calculator-pv .input-group-btn button:nth-child(2n) i::before {
  content: "-" !important;
}

#pvForm-step-customizations .control-label {
  width: 204px !important;
  text-align: left;
}
#pvForm-step-customizations .items input {
  font-size: 14px !important;
}
#pvForm-step-customizations .products-table {
  padding-top: 20px;
}
#pvForm-step-customizations .products-table .mt-sm {
  display: flex;
  padding-left: 20px;
}
#pvForm-step-customizations .products-table .mt-sm .col-md-12 {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-right: 20px !important;
}
#pvForm-step-customizations .products-table .mt-sm::before {
  display: none !important;
}
#pvForm-step-customizations .products-table .mt-sm::after {
  display: none !important;
}
#pvForm-step-customizations .products-table .mt-sm button {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  height: 30px;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 0px;
  padding: 5px 15px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
#pvForm-step-customizations .featured-box .ng-binding {
  color: #e3a14e !important;
}

#pvForm-step-analyze .custom-label-ico {
  display: flex;
}
#pvForm-step-analyze .custom-label-ico a {
  text-decoration: none;
}
#pvForm-step-analyze .custom-label-ico .fa-custom:before {
  display: flex;
  color: #e3a14e !important;
  content: "i" !important;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  font-style: normal;
  padding-left: 5px;
  transform: scale(1.2);
  text-decoration: none;
}
#pvForm-step-analyze .row .col-md-7 {
  padding-left: 0px;
}
#pvForm-step-analyze .radio-custom input[type=radio]:checked + label:after {
  background-color: #e3a14e !important;
}
#pvForm-step-analyze h3 small {
  color: #1d1d1b !important;
  display: flex;
  font-size: 23px !important;
}
#pvForm-step-analyze h2 small {
  font-size: 23px;
}
#pvForm-step-analyze .control-label {
  text-align: left;
}
#pvForm-step-analyze .panel-body {
  background-color: #fff !important;
  box-shadow: none !important;
}
#pvForm-step-analyze .panel-body tbody {
  background: #efefe9;
}
#pvForm-step-analyze .panel-body .form-group .align-right small {
  color: #e3a14e !important;
  font-size: 22px;
}
#pvForm-step-analyze .pull-right {
  float: left !important;
  display: flex;
  width: 100%;
}
#pvForm-step-analyze .pull-right .ng-binding {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
#pvForm-step-analyze .input-group::after {
  display: none !important;
}
#pvForm-step-analyze .analyze-summary-value.highlighted {
  background: #e3a14e !important;
}
#pvForm-step-analyze .analyze-summary-label.highlighted {
  background: #e3a14e !important;
}
#pvForm-step-analyze .analyze-summary-panel .panel-heading {
  background-color: #f5f5f5 !important;
}
#pvForm-step-analyze .analyze-summary-panel .panel-heading h2 {
  padding: 0px !important;
  padding-left: 20px !important;
  display: flex;
  align-items: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 24px !important;
}
#pvForm-step-analyze .analyze-summary-panel .panel-heading h2 strong {
  color: #e3a14e !important;
}
#pvForm-step-analyze .analyze-summary-panel .analyze-summary-value .ng-binding {
  color: #e3a14e !important;
  font-size: 22px;
}
#pvForm-step-analyze .analyze-summary-panel .highlighted .ng-binding {
  color: #fff !important;
}
#pvForm-step-analyze .fa-database::before {
  display: none !important;
}
#pvForm-step-analyze .fa-info-circle:before {
  display: none !important;
}
#pvForm-step-analyze .fa-line-chart:before {
  display: none !important;
}
#pvForm-step-analyze .optiener-box {
  background: #fff !important;
}
#pvForm-step-analyze .optiener-box big {
  display: none !important;
}
#pvForm-step-analyze .optiener-box .fa-info-circle:before {
  display: flex !important;
}
#pvForm-step-analyze .checkbox-custom label {
  display: flex;
  align-items: baseline;
}
#pvForm-step-analyze .financing-panel .form-group {
  margin-left: 0px !important;
}
#pvForm-step-analyze .financing-panel .pull-right {
  padding-top: 30px;
}
#pvForm-step-analyze .financing-panel .pull-right small {
  font-size: 20px;
}
#pvForm-step-analyze .title big {
  display: none;
}
#pvForm-step-analyze .title small {
  color: #1d1d1b !important;
}

.page-template-page-template-instalator-calculator-pv #pvSlcTool .tab-content .input-group {
  display: flex !important;
}

.checkbox-custom input[type=checkbox]:checked + label:after {
  content: "" !important;
  height: 10px !important;
  width: 10px !important;
  background: #e3a14e !important;
  color: transparent !important;
}

.input-group-addon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa-info-circle:before {
  color: #e3a14e !important;
  content: "i" !important;
  font-weight: 900;
  display: flex;
  transform: scale(1.2);
  font-size: 15px;
  font-style: normal;
}

#pvSlcTool .offer-promo-code {
  background-color: white !important;
  border-color: #e3a14e !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
#pvSlcTool .offer-promo-code .color-primary {
  color: #1d1d1b !important;
}
#pvSlcTool .offer-promo-code small {
  color: red !important;
}
#pvSlcTool .offer-promo-code img {
  display: none !important;
}
#pvSlcTool .offer-promo-code .col-sm-9 {
  width: 100%;
  display: flex;
  text-align: center;
}

.modal-dialog {
  margin-top: 200px !important;
}
.modal-dialog .modal-header {
  background: #e3a14e !important;
}
.modal-dialog .modal-header .close {
  opacity: 10;
  transform: scale(1.5);
  color: #fff;
  display: none;
}
.modal-dialog h4 {
  color: white;
  font-size: 24px;
  font-weight: 300 !important;
}
.modal-dialog .modal-footer button {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  height: 30px;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 0px;
  padding: 5px 15px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}

#pvSlcTool .slc-form-container .alert-success {
  border: none !important;
  background: #efefe9;
}
#pvSlcTool .slc-form-container .alert-success h1 {
  font-size: 34px;
}
#pvSlcTool .slc-form-container .alert-success h4 {
  font-size: 24px;
}
#pvSlcTool .slc-form-container .alert-success h2 {
  font-size: 24px;
}
#pvSlcTool .slc-form-container .alert-success h1 {
  font-weight: 300 !important;
}
#pvSlcTool .slc-form-container .alert-success h4 {
  color: #1d1d1b;
  font-weight: 300 !important;
}
#pvSlcTool .slc-form-container .alert-success h2 {
  font-weight: 300 !important;
  font-size: 40px;
}
#pvSlcTool .slc-form-container .alert-success h2 strong {
  font-weight: 900;
}
#pvSlcTool .slc-form-container .alert-success h2 .text-sm {
  font-size: 16px;
  max-width: 90%;
  margin: 0 auto;
}
#pvSlcTool .slc-form-container .alert-success button {
  cursor: pointer;
  background: #e3a14e;
  color: #1d1d1b;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 28px 30px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
#pvSlcTool .slc-form-container .alert-success button:focus {
  border: none !important;
  outline: none !important;
}

.popup-youtube::after {
  content: "Potrzebujesz pomocy w uzupełnieniu formularza? Skorzystaj z poradnika ";
  color: #e3a14e !important;
  text-decoration: none !important;
}
.popup-youtube::after:hover {
  text-decoration: none !important;
}
.popup-youtube strong {
  display: none;
}
.popup-youtube strong span {
  display: flex !important;
}

.page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs ul li {
  text-indent: 0 !important;
}

@media screen and (max-width: 992px) {
  #pvSlcTool .hidden-xs {
    display: flex !important;
  }
  #pvSlcForm #pvForm-step-offer .col-sm-4 {
    padding-left: 0px;
  }
  #pvSlcForm #pvForm-step-offer .col-sm-6 {
    padding-left: 0px !important;
  }
  #pvSlcForm #pvForm-step-offer .form-group {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #pvSlcForm #pvForm-step-offer .col-xs-3 {
    padding-left: 0px;
  }
  #pvSlcForm #pvForm-step-offer .tab-content label {
    padding-left: 0px !important;
  }
  #pvSlcTool {
    padding-bottom: 200px;
  }
  #pvSlcTool .form-wizard .tab-content {
    margin-top: 100px !important;
  }
  #pvSlcTool .col-sm-8 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs ul {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
  }
  .page-template-page-template-instalator-calculator-pv #pvSlcTool .wizard-tabs ul li {
    width: 32%;
  }
  #pvSlcTool .form-wizard .tab-content {
    margin-top: 80px;
  }
  .popup-youtube {
    display: flex;
  }
  #pvSlcTool .pvtool-main-banner .banner-content .info-item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .page-template-page-template-instalator-calculator-pv #pvSlcTool .banner-content {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark {
    display: flex;
    flex-direction: column;
  }
  .page-template-page-template-instalator-calculator-pv #pvSlcTool .alert.alert-dark span {
    margin-bottom: 15px;
  }
}
#pvForm-step-offer button {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  height: auto;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1.6px;
  padding: 10px 20px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
#pvForm-step-offer .col-sm-6 .font-size-sm {
  display: flex;
  margin-top: 10px;
}
#pvForm-step-offer section:nth-child(4) .input-control::after {
  display: none !important;
}
#pvForm-step-offer input[type=text]:not(:-moz-placeholder), #pvForm-step-offer input[type=email]:not(:-moz-placeholder), #pvForm-step-offer input[type=tel]:not(:-moz-placeholder), #pvForm-step-offer select:not(:-moz-placeholder) {
  border: 1px solid #d4d9de !important;
  height: 35px !important;
}
#pvForm-step-offer input[type=text]:not(:placeholder-shown),
#pvForm-step-offer input[type=email]:not(:placeholder-shown),
#pvForm-step-offer input[type=tel]:not(:placeholder-shown),
#pvForm-step-offer select:not(:placeholder-shown) {
  border: 1px solid #d4d9de !important;
  height: 35px !important;
}
#pvForm-step-offer .checkbox-custom::after {
  display: none !important;
}

.tab-content label {
  color: #1d1d1b !important;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  display: flex;
  justify-content: center;
  align-items: center;
}

#pvSlcTool .pvtool-offer-banner .logo-hewalex {
  -o-object-position: -99999px 99999px;
     object-position: -99999px 99999px;
  background-image: url(./../../public/images/calculator/pv/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 34px;
  width: auto;
  display: flex;
  right: 50px;
  position: absolute;
  top: 35px;
}
#pvSlcTool .pvtool-offer-banner .desc {
  color: #1d1d1b !important;
  font-size: 20px;
  font-weight: 500;
}
#pvSlcTool .pvtool-offer-banner .banner-img {
  display: none !important;
}
#pvSlcTool .pvtool-offer-banner .banner-info {
  padding-top: 20px;
}
#pvSlcTool .pvtool-offer-banner .banner-info ul {
  padding-left: 20%;
}
#pvSlcTool .pvtool-offer-banner .banner-info ul li {
  padding-left: 0px !important;
  display: flex !important;
  color: #1d1d1b !important;
}
#pvSlcTool .pvtool-offer-banner .banner-info ul li span {
  color: #1d1d1b !important;
}
#pvSlcTool .pvtool-offer-banner button {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff !important;
  height: auto;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1.6px;
  padding: 10px 20px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
#pvSlcTool .pvtool-offer-banner button strong {
  color: #ffffff !important;
}

/* color */
/*! angularjs-slider - v7.0.0 - https://github.com/angular-slider/angularjs-slider -  2019-02-23 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rzslider.noanimate * {
  transition: none !important;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear 0.3s;
}

.rzslider .rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #efefe9;
  border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
  transition: background-color linear 0.3s;
}

.rzslider .rz-restricted {
  z-index: 3;
  background: #f00;
  border-radius: 2px;
}

.rzslider .rz-pointer {
  top: -5px;
  z-index: 3;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
  transition: all linear 0.3s;
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  content: "";
}

.rzslider .rz-pointer:hover:after {
  background-color: #fff;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
  transition: all linear 0.3s;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  transition: none;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
  transition: background-color linear 0.3s;
}

.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}

.rzslider .rz-pointer {
  background: #e3a14e !important;
}

#body #pvSlcTool .has-error select {
  border: 1px solid red !important;
}

/* PCCO */
.edit_ico {
  width: 15px;
  height: auto;
}

#pumpsForm .col-md-12 ol li i {
  margin-left: 20px;
}

.alert-success .text-underline {
  color: #e3a14e !important;
  text-decoration: none !important;
}
.alert-success .text-underline::hover {
  text-decoration: none !important;
}
.alert-success a:hover {
  text-decoration: none !important;
}

#pumpsForm .additional-summary .title1 {
  color: #e3a14e !important;
}
#pumpsForm .additional-summary .title2 {
  color: #e3a14e !important;
}

#pumpsForm .rzslider {
  margin: 20px 0 10px 0;
}

#pumpsForm .rzslider .rz-bar {
  height: 6px;
  background: lightgray;
}

#pumpsForm .rzslider .rz-bar-wrapper {
  padding-top: 15px;
}

#pumpsForm .rzslider .rz-bubble {
  bottom: 11px;
}

#pumpsForm .rzslider .rz-pointer {
  top: -8px;
  height: 20px;
  border-radius: 6px;
  background-color: #0088cc;
  background-position: 7px, 0;
  background-size: 60%;
  background-repeat: no-repeat;
}

#pumpsForm .rzslider .rz-pointer:after {
  top: 6px;
  background: none;
}

#pumpsForm .rzslider .rz-pointer:hover:after {
  background: none;
}

#pumpsForm .rzslider .rz-pointer.rz-active:after {
  background: none;
}

#pumpsForm .badge-primary {
  background-color: #0088cc;
}

#pumpsForm .badge-text {
  font-size: 1em;
  padding: 5px 10px 7px;
  border-radius: 14px;
  margin-bottom: 3px;
}

@media (min-width: 992px) {
  #pumpsForm .input-group.table-input-no-label {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #pumpsForm div.table-input-align {
    margin-top: 7px;
  }
}
#pumpsForm .panel-heading {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f5f5f5;
}

#pumpsForm .panel-content {
  border: 1px solid #ddd;
  border-top: none;
}

#pumpsForm .lp-buttons.call-to-action {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
}

#pumpsForm .lp-buttons.call-to-action:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

#pumpsForm .lp-buttons.call-to-action .call-to-action-content {
  width: 100%;
  margin: 0;
  padding: 25px 0;
}

#pumpsForm .lp-buttons.call-to-action .call-to-action-content img {
  max-width: 60%;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #pumpsForm .lp-buttons.call-to-action .call-to-action-content img {
    max-width: 20%;
  }
}
#pumpsForm .summary-info.call-to-action {
  padding: 0 15px;
}

#pumpsForm .summary-info.call-to-action h4,
#pumpsForm .summary-info.call-to-action label:not(.error) {
  color: white;
}

#pumpsForm .summary-info.call-to-action p {
  font-size: 1em;
}

#pumpsForm .summary-info .checkbox-custom {
  margin: 0 10px;
}
#pumpsForm .summary-info .checkbox-custom::before {
  display: none !important;
}

#pumpsForm .param-value > .param-edit-link {
  cursor: pointer;
  display: none;
}

#pumpsForm .param-value:hover > .param-edit-link {
  display: inline-block;
}

#pumpsForm .form-group.highlighted label {
  font-weight: 700 !important;
  color: #ed9c28 !important;
}

#pumpsForm .form-group.highlighted .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

#pumpsForm .form-group.highlighted .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#pumpsForm .table.table-no-more td:before {
  white-space: initial;
}

.wizard-steps {
  display: flex;
}
.wizard-steps li::before {
  display: none !important;
}

.wizard-steps li {
  text-indent: 0 !important;
}

.pager li {
  text-indent: 0 !important;
}

#pumpsForm {
  padding-bottom: 200px;
  padding-top: 40px;
}
#pumpsForm input {
  box-shadow: none;
}
#pumpsForm .input-group::after {
  display: none !important;
}
#pumpsForm .badge-primary {
  background: #e3a14e !important;
  font-size: 18px;
  padding: 10px 35px;
  font-weight: 500;
}
#pumpsForm input[type=text]:not(:-moz-placeholder), #pumpsForm input[type=email]:not(:-moz-placeholder), #pumpsForm input[type=tel]:not(:-moz-placeholder), #pumpsForm select:not(:-moz-placeholder) {
  border: 1px solid #d4d9de !important;
  height: 35px !important;
}
#pumpsForm input[type=text]:not(:placeholder-shown),
#pumpsForm input[type=email]:not(:placeholder-shown),
#pumpsForm input[type=tel]:not(:placeholder-shown),
#pumpsForm select:not(:placeholder-shown) {
  border: 1px solid #d4d9de !important;
  height: 35px !important;
}
#pumpsForm input[type=text],
#pumpsForm input[type=email],
#pumpsForm input[type=tel],
#pumpsForm select {
  height: 35px !important;
}
#pumpsForm textarea {
  border: 1px solid rgb(212, 217, 222) !important;
}
#pumpsForm .input-group-addon {
  z-index: 88;
  position: relative;
  display: flex;
  justify-content: center;
}
#pumpsForm .input-group {
  display: flex;
  position: relative;
}
#pumpsForm .input-group select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 100%;
}
#pumpsForm .input-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #pumpsForm .input-group::after {
    transform: scale(0.9);
  }
}
#pumpsForm .col-md-12:nth-child(1) p {
  display: none !important;
}
#pumpsForm h2 {
  font-size: 28px;
  padding-bottom: 15px;
  padding-top: 20px;
}
#pumpsForm .row .col-sm-4 .call-to-action {
  min-height: 152px;
}
#pumpsForm .row .col-sm-4 .call-to-action h4 {
  font-size: 24px;
  line-height: 23px;
  color: #1d1d1b;
  font-weight: 500;
}
#pumpsForm .wizard-steps {
  height: 64px;
}
#pumpsForm .wizard-steps a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-weight: 400;
  color: #1d1d1b;
  font-size: 15px !important;
}
#pumpsForm .wizard-steps a .badge {
  display: none !important;
}
#pumpsForm .wizard-steps a span {
  width: 100%;
}
#pumpsForm .wizard-steps a::after {
  display: none !important;
}
#pumpsForm .wizard-steps a::before {
  display: none !important;
}
#pumpsForm .wizard-steps .active a {
  background: #e3a14e !important;
  color: #fff;
}
#pumpsForm h2 {
  color: #1d1d1b !important;
}
#pumpsForm h2 strong {
  color: #1d1d1b !important;
}

#pumpsForm-step-user .checkbox-custom:before {
  display: none !important;
}
#pumpsForm-step-user button {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1.6px;
  padding: 10px 20px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
  height: auto;
}
#pumpsForm-step-user .col-sm-6 .font-size-sm {
  display: flex;
  margin-top: 15px;
}

html .call-to-action.call-to-action-primary {
  background: #efefe9 !important;
}
html .call-to-action.call-to-action-primary .fa-angle-right:before {
  display: none !important;
}
html .call-to-action.call-to-action-primary h4 {
  color: #1d1d1b !important;
  font-size: 20px !important;
  font-weight: bold;
}
html .call-to-action.call-to-action-primary h4 strong {
  font-weight: bold !important;
}
html .call-to-action.call-to-action-primary p {
  color: #1d1d1b !important;
}
html .call-to-action.call-to-action-primary .call-to-action-btn a {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  height: 30px;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 0px;
  padding: 5px 15px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
html .call-to-action.call-to-action-primary label {
  color: #1d1d1b !important;
}
html .call-to-action.call-to-action-primary .required {
  color: #fff !important;
  display: none;
}

.page-template-page-template-instalator-calculator-pcco .fa-angle-right:before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pcco #pumpsForm input[type=text],
.page-template-page-template-instalator-calculator-pcco #pumpsForm input[type=email],
.page-template-page-template-instalator-calculator-pcco #pumpsForm input[type=tel],
.page-template-page-template-instalator-calculator-pcco #pumpsForm select {
  border: 1px solid rgb(212, 217, 222) !important;
}
.page-template-page-template-instalator-calculator-pcco .fa-angle-left:before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pcco .pager li {
  text-indent: 0 !important;
}
.page-template-page-template-instalator-calculator-pcco .pager li::before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-pcco .pager a {
  cursor: pointer;
  background: transparent;
  color: #e3a14e;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 8px 25px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: 2px solid #e3a14e !important;
}
.page-template-page-template-instalator-calculator-pcco .pager a:hover {
  background: transparent !important;
}

#pumpsForm-step-cwu small strong {
  color: #e3a14e !important;
}

@media only screen and (max-width: 950px) {
  #pumpsForm-step-user .col-sm-6 button {
    display: flex;
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
  .form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #pumpsForm {
    padding-bottom: 50px;
  }
  #pumpsForm .tab-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #pumpsForm .badge-primary {
    margin-top: 20px;
    font-size: 20px !important;
  }
  #pumpsForm .wizard-tabs {
    margin-bottom: 80px;
  }
  #pumpsForm .wizard-tabs li {
    height: 40px;
    width: 50%;
  }
  #pumpsForm-step-cwu small strong {
    font-size: 11px;
  }
  #pumpsForm .wizard-steps {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  #pumpsForm .wizard-steps li {
    text-indent: 0 !important;
  }
  #pumpsForm .wizard-steps .hidden-xs {
    display: flex !important;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  #pumpsForm h2 strong {
    font-size: 20px;
  }
}
#pumpsForm-step-summary .table > tbody > tr > td,
#pumpsForm-step-summary .table > tbody > tr > th,
#pumpsForm-step-summary .table > tfoot > tr > td,
#pumpsForm-step-summary .table > tfoot > tr > th,
#pumpsForm-step-summary .table > thead > tr > td,
#pumpsForm-step-summary .table > thead > tr > th {
  border-top: 0px solid transparent !important;
  border-bottom: 1px solid #ddd;
}
#pumpsForm-step-summary hr {
  background-image: none !important;
}
#pumpsForm-step-summary .col-md-7 h3 {
  color: #e3a14e !important;
  font-size: 28px !important;
  text-align: left;
}
#pumpsForm-step-summary .col-md-7 h5 {
  color: #e3a14e !important;
  font-size: 20px !important;
  text-align: left;
  padding-bottom: 5px;
}

#pumpsForm .lp-buttons.call-to-action .call-to-action-content img {
  display: none;
}

#pumpsForm .col-sm-4 .call-to-action {
  background: #e3a14e !important;
  align-items: center;
  display: flex;
  box-shadow: none !important;
}
#pumpsForm .col-sm-4 .call-to-action strong {
  color: white !important;
  line-height: 30px;
  font-size: 20px;
}

#pumpsForm-step-location .form-group:nth-child(3) .col-sm-3 {
  position: relative;
}
#pumpsForm-step-location .form-group:nth-child(3) .col-sm-3 select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 100%;
}
#pumpsForm-step-location .form-group:nth-child(3) .col-sm-3::before {
  content: "" !important;
  background-image: url(./../img/arrow-down.svg) !important;
  width: 12px;
  height: 22px;
  position: absolute;
  right: 25px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #pumpsForm-step-location .form-group:nth-child(3) .col-sm-3::before {
    transform: scale(0.9);
  }
}
#pumpsForm-step-location .ng-binding {
  display: block;
  position: relative;
}
#pumpsForm-step-location .ng-binding .climatzones {
  visibility: visible;
  content: url(./../../public/images/calculator/pcco/mapa-strefy-klmatyczne.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 423px;
  height: 402px;
  display: flex;
}

.has-success .input-group-addon:first-child {
  background-color: rgba(244, 178, 102, 0.66) !important;
  color: #e3a14e !important;
}

#pumpsForm .alert-success {
  border: none !important;
  background: #efefe9;
}
#pumpsForm .alert-success h1 {
  font-weight: 300 !important;
}
#pumpsForm .alert-success h4 {
  color: #1d1d1b;
  font-weight: 300 !important;
}
#pumpsForm .alert-success h2 {
  font-weight: 300 !important;
  font-size: 40px;
}
#pumpsForm .alert-success h2 strong {
  font-weight: 900;
}
#pumpsForm .alert-success h2 .text-sm {
  font-size: 16px;
  max-width: 90%;
  margin: 0 auto;
}
#pumpsForm .alert-success button {
  cursor: pointer;
  background: #e3a14e;
  color: #1d1d1b;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 28px 30px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
#pumpsForm .alert-success button:focus {
  border: none !important;
  outline: none !important;
}
#pumpsForm .text-info {
  color: #e3a14e !important;
}
#pumpsForm .input-group-addon {
  border: 1px solid #e0e0e0;
}
#pumpsForm .has-success .form-control {
  border-color: #e3a14e !important;
}

#pumpsForm-step-co .form-group .col-sm-5 .heatloadinginfo-1 {
  visibility: visible;
  content: url(./../../public/images/calculator/pcco/PCCO-zal1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 499px;
  height: 208px;
  display: flex;
}
#pumpsForm-step-co .form-group .col-sm-5 .heatloadinginfo-2 {
  visibility: visible;
  content: "";
  content: url(./../../public/images/calculator/pcco/PCCO-zal2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 548px;
  height: 252px;
  display: flex;
}
#pumpsForm-step-co .buildingHeatedSurface[src=""] {
  visibility: hidden;
}
#pumpsForm-step-co .buildingHeatedSurface::after {
  visibility: visible;
  content: "";
  background-image: url(./../../public/images/calculator/pcco/buildingHeatedSurface.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 502px;
  height: 340px;
  display: flex;
}
#pumpsForm-step-co .buildingSurface[src=""] {
  visibility: hidden;
}
#pumpsForm-step-co .buildingSurface:after {
  visibility: visible;
  content: "";
  background-image: url(./../../public/images/calculator/pcco/buildingSurface.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 502px;
  height: 340px;
  display: flex;
}

#pumpsForm .input-group {
  display: flex;
  position: relative;
}
#pumpsForm .input-group select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 100%;
}
#pumpsForm .input-group::before {
  content: "" !important;
  background-image: url(./../img/arrow-down.svg) !important;
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #pumpsForm .input-group::before {
    transform: scale(0.9);
  }
}
#pumpsForm .no-arrow:before {
  display: none !important;
}

#pumpsForm .has-success select {
  color: #1d1d1b !important;
}
#pumpsForm .has-success input {
  color: #1d1d1b !important;
}
#pumpsForm .has-error select {
  color: red;
}
#pumpsForm .has-error select option {
  color: #1d1d1b !important;
}
#pumpsForm .has-error input {
  color: red;
}

#pumpsForm .table-no-more .text-info .fa-info-circle:before {
  background-color: #e0e0e0;
  border-radius: 50%;
  color: #e3a14e !important;
  content: "i" !important;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  padding: 2px 9px;
  transform: scale(0.9);
  text-transform: lowercase;
}

#body #pumpsForm .has-error select {
  border: 1px solid red !important;
}

/* PCWB */
/* Global */
.label-tooltip-wide {
  display: flex;
  padding: 5px;
}
@media (max-width: 992px) {
  .label-tooltip-wide {
    display: inline;
  }
}

.go-visible {
  display: block !important;
}

.tip_onclose {
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 4px;
  display: block;
}

.tip_onhover {
  text-decoration: underline !important;
  height: 10px;
  display: block;
  padding-left: 4px;
  z-index: 99;
}

.tip_toshow {
  display: none;
  width: 270px;
  position: absolute;
  background: rgb(33, 33, 33);
  color: #fff;
  padding: 14px;
  line-height: 1.4;
  left: 200px;
  z-index: 2;
  font-size: 8px;
}
@media (max-width: 992px) {
  .tip_toshow {
    left: 0;
    width: 95%;
    font-size: 10px;
    z-index: 9;
    top: 40px;
  }
}

.has-success .input-group-addon {
  border-color: #e3a14e !important;
}

.form-group .checkbox-custom::after {
  display: none !important;
}

/* PCWB */
#pcwbForm .badge-primary {
  background: #e3a14e !important;
  font-size: 18px;
  padding: 10px 35px;
  font-weight: 500;
}
#pcwbForm .text-info {
  line-height: 14px;
  margin-top: 5px;
}
#pcwbForm .text-info small {
  color: #e3a14e;
}

#pcwbTool {
  padding-bottom: 200px;
  padding-top: 40px;
}
#pcwbTool .alert-success {
  border: none !important;
  background: #efefe9;
}
#pcwbTool .alert-success h1 {
  font-weight: 300 !important;
}
#pcwbTool .alert-success h4 {
  color: #1d1d1b;
  font-weight: 300 !important;
}
#pcwbTool .alert-success h2 {
  font-weight: 300 !important;
  font-size: 40px;
}
#pcwbTool .alert-success h2 strong {
  font-weight: 900;
}
#pcwbTool .alert-success h2 .text-sm {
  font-size: 16px;
  max-width: 90%;
  margin: 0 auto;
}
#pcwbTool .alert-success button {
  cursor: pointer;
  background: #e3a14e;
  color: #1d1d1b;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 28px 30px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
#pcwbTool .alert-success button:focus {
  border: none !important;
  outline: none !important;
}
#pcwbTool .alert-success h4 {
  font-size: 24px;
}
#pcwbTool .alert-success h2 {
  font-size: 24px;
}
#pcwbTool .alert-success button {
  background: #e3a14e !important;
  border: none !important;
}
#pcwbTool ul li::before {
  display: none !important;
}
#pcwbTool .input-group {
  display: flex;
  position: relative;
}
#pcwbTool .input-group select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 100%;
  color: #1d1d1b;
}
#pcwbTool .input-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #pcwbTool .input-group::after {
    transform: scale(0.9);
  }
}
#pcwbTool .input-group-addon {
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pcwbTool .wizard-tabs ul li::before {
  display: none !important;
}
#pcwbTool .wizard-tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-weight: 400;
  color: #1d1d1b;
  font-size: 17px !important;
}
#pcwbTool .wizard-tabs a .badge {
  display: none !important;
}
#pcwbTool .wizard-tabs a span {
  width: 100%;
}
#pcwbTool .wizard-tabs a::after {
  display: none !important;
}
#pcwbTool .wizard-tabs a::before {
  display: none !important;
}
#pcwbTool .wizard-tabs .active a {
  background: #e3a14e !important;
}
#pcwbTool .wizard-tabs .active a span {
  color: #fff !important;
}
#pcwbTool .wizard-tabs ul {
  height: 50px;
}
#pcwbTool .wizard-tabs ul li {
  height: 100%;
}
#pcwbTool .wizard-tabs ul li a {
  height: 100%;
}
#pcwbTool .next a {
  cursor: pointer;
  background: transparent;
  color: #e3a14e;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 8px 25px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: 2px solid #e3a14e !important;
}
#pcwbTool .fa-angle-right:before {
  display: none !important;
}
#pcwbTool .previous {
  position: absolute;
}
#pcwbTool .previous a {
  cursor: pointer;
  background: transparent;
  color: #e3a14e;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 8px 25px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: 2px solid #e3a14e !important;
}
#pcwbTool .fa-angle-left:before {
  display: none !important;
}
#pcwbTool .pager li {
  display: flex;
}

#pcwbForm-step-user input[type=text]:not(:-moz-placeholder), #pcwbForm-step-user input[type=email]:not(:-moz-placeholder), #pcwbForm-step-user input[type=tel]:not(:-moz-placeholder), #pcwbForm-step-user select:not(:-moz-placeholder) {
  border: 1px solid #d4d9de !important;
  height: 35px !important;
}

#pcwbForm-step-user input[type=text]:not(:placeholder-shown),
#pcwbForm-step-user input[type=email]:not(:placeholder-shown),
#pcwbForm-step-user input[type=tel]:not(:placeholder-shown),
#pcwbForm-step-user select:not(:placeholder-shown) {
  border: 1px solid #d4d9de !important;
  height: 35px !important;
}
#pcwbForm-step-user input[type=text],
#pcwbForm-step-user input[type=email],
#pcwbForm-step-user input[type=tel],
#pcwbForm-step-user select {
  height: 35px !important;
}
#pcwbForm-step-user textarea {
  border: 1px solid #d4d9de !important;
}
#pcwbForm-step-user button {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  height: auto;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1.6px;
  padding: 10px 20px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
#pcwbForm-step-user .font-size-sm {
  display: flex;
  margin-top: 15px;
}

.tooltip-zgoda {
  position: relative;
  display: inline-block;
  color: #e3a14e;
  height: 20px;
}

.tooltip-zgoda .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  /* Position the tooltip */
  top: 50%;
  position: absolute;
  z-index: 1;
}

.tooltip-zgoda:hover .tooltiptext {
  visibility: visible;
}

#pcwbTool .wrapdiv {
  flex-wrap: wrap;
  display: flex;
}
#pcwbTool .wrapdiv select {
  width: 95.7%;
  display: flex;
}
#pcwbTool .next {
  float: right;
}
#pcwbTool .has-success .form-control {
  border-color: #e3a14e !important;
}
#pcwbTool .has-success .error {
  border-color: #e3a14e !important;
}

/* PCWB new step */
.newPCWBstep .panel-body h4 {
  font-size: 28px !important;
  color: #1d1d1b !important;
}
.newPCWBstep .panel-heading {
  background-color: #f5f5f5 !important;
}
.newPCWBstep .panel-heading h2 {
  padding: 0px !important;
  margin: 0px !important;
}
.newPCWBstep .panel-heading h2 strong {
  padding: 0px !important;
  padding-left: 20px !important;
  display: flex;
  align-items: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 24px !important;
  color: #e3a14e !important;
}
.newPCWBstep .btn-primary {
  background-color: #e3a14e !important;
  border: none;
}
.newPCWBstep .fa-check {
  background-color: #e3a14e !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.newPCWBstep .fa-check:before {
  content: "✓";
  display: inline-block;
  color: #fff;
  padding: 0px !important;
  font-size: 14px;
  padding: 0px;
  display: flex;
  margin-left: 10px;
}
.newPCWBstep .list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 36px;
}
.newPCWBstep .table-offer th {
  color: #e3a14e !important;
  font-size: 18px;
  border-top: none !important;
}

@media screen and (max-width: 992px) {
  #pcwbForm-step-user button {
    font-weight: 200;
    height: auto;
    padding: 10px 20px;
  }
  .next {
    float: right;
  }
  .hidden-xs {
    display: flex !important;
    justify-content: center;
  }
  #pcwbForm-step-offer .hidden-xs {
    display: none !important;
  }
  #pcwbTool .mb-md .control-label {
    padding-left: 0px !important;
  }
  #pcwbTool .newPCWBstep .btn-primary {
    font-size: 12px;
    width: 100% !important;
    padding: 20px !important;
  }
}
.newPCWBtop h4 {
  color: #e3a14e !important;
}
.newPCWBtop .fa-check {
  background-color: #e3a14e !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.newPCWBtop .fa-check:before {
  content: "✓";
  display: inline-block;
  color: #fff;
  padding: 0px !important;
  font-size: 14px;
  padding: 0px;
  display: flex;
  margin-left: 10px;
}
.newPCWBtop .list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 36px;
}

#body #pcwbTool .has-error select {
  border: 1px solid red !important;
}

/* Mount */
/* Global */
button {
  box-shadow: none !important;
}

.header--desktop .container .row::before {
  display: none !important;
}
.header--desktop .container .row::after {
  display: none !important;
}

.page-template-page-template-instalator-calculator-mount .v-application .text-left {
  padding-left: 12px;
}
.page-template-page-template-instalator-calculator-mount .v-sheet.v-card:not(.v-sheet--outlined) {
  width: 100%;
  padding: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper {
  padding-bottom: 200px;
}
.page-template-page-template-instalator-calculator-mount .mx-3 .v-input__slot div {
  color: #1d1d1b;
  font-weight: 400;
}
.page-template-page-template-instalator-calculator-mount .mx-3 .v-input__slot .v-input--selection-controls__ripple {
  color: #adadad !important;
}
.page-template-page-template-instalator-calculator-mount .mx-3 .v-input__slot .v-input--switch__track {
  background: #adadad !important;
}
.page-template-page-template-instalator-calculator-mount .mx-3 .v-input__slot .v-input--switch__thumb {
  color: white !important;
}
.page-template-page-template-instalator-calculator-mount .v-data-table.striped table > thead > tr {
  border-bottom: 2px solid #e3a14e !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .my-4 {
  padding-left: 10px;
  margin-top: 25px !important;
  padding-top: 25px;
  border-top: 1px solid #bebebc !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .my-4 button {
  background: transparent !important;
  color: #e3a14e !important;
  border: 2px solid #e3a14e !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 5px 15px !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .my-4 .ml-4 {
  background: #e3a14e !important;
  color: #fff !important;
  border: none !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 5px 15px !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .my-4 .row {
  flex-wrap: wrap;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .my-4 .d-flex {
  flex-direction: column;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .my-4 mb-6:nth-child(2) {
  border-bottom: 2px solid #bebebc !important;
  padding-bottom: 20px;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper #mountingCalculatorSummary {
  margin-top: 15px !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .row .col {
  color: #1d1d1b !important;
  margin-top: 15px;
  font-size: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .row .v-divider {
  display: none;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .row:nth-child(2) {
  margin-top: 50px;
}
.page-template-page-template-instalator-calculator-mount .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:last-child,
.page-template-page-template-instalator-calculator-mount .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row),
.page-template-page-template-instalator-calculator-mount .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:last-child,
.page-template-page-template-instalator-calculator-mount .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row),
.page-template-page-template-instalator-calculator-mount .theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th {
  vertical-align: middle !important;
}
.page-template-page-template-instalator-calculator-mount .v-data-table.striped table > thead > tr {
  background: transparent !important;
}
.page-template-page-template-instalator-calculator-mount .v-data-table.striped table > tbody tr:nth-of-type(odd) {
  background: transparent !important;
}
.page-template-page-template-instalator-calculator-mount .v-select__selections {
  padding: 5px;
}
.page-template-page-template-instalator-calculator-mount .v-slide-group__content .v-tab {
  max-width: 100% !important;
}
.page-template-page-template-instalator-calculator-mount .v-slide-group__content .grey.lighten-4 {
  border-radius: none !important;
  padding: 0px !important;
}
.page-template-page-template-instalator-calculator-mount .v-slide-group__content .grey.lighten-4:nth-child(2) {
  margin-right: 30px !important;
}
.page-template-page-template-instalator-calculator-mount .v-slide-group__content .grey.lighten-4:nth-child(3) {
  margin-right: 30px !important;
}
.page-template-page-template-instalator-calculator-mount .v-application {
  padding-top: 50px;
}
.page-template-page-template-instalator-calculator-mount .v-application .headline {
  justify-content: flex-start !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .v-size--small {
  background: #e3a14e !important;
  color: #fff !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .pt-0 .mb-0 .theme--light.v-label {
  color: #1d1d1b !important;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
}
.page-template-page-template-instalator-calculator-mount .v-application .pt-0 button {
  background: #e3a14e !important;
  color: #e3a14e !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 5px 15px !important;
  border-radius: 99px !important;
  color: #fff !important;
  margin-right: 20px;
  border: none !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-window__container .d-flex .v-btn {
  background: #e3a14e !important;
  color: #fff !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .ml-n3 {
  display: flex !important;
  margin: 0 auto !important;
  justify-content: center;
  margin-top: 5px !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-select__slot {
  border: none !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-select__slot .v-label {
  color: #1d1d1b !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .info--text {
  margin-top: 40px;
  max-width: 28%;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-text-field .v-label {
  border: 1px solid #d4d9de !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 28%;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 14px 16px;
  font-size: 16px;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-text-field .v-label label {
  display: flex;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-text-field .v-label::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 20px;
  background-size: contain;
  width: 17px;
  top: 19px;
  background-repeat: no-repeat;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .v-card__text {
  font-size: 18px;
  color: #1d1d1b !important;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .row {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .row .clickable-input.theme--dark {
  display: flex;
  margin: 0 auto;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .row .clickable-input.theme--dark button {
  background: transparent !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .theme--dark.v-input,
.page-template-page-template-instalator-calculator-mount .v-application .v-card .theme--dark.v-input input,
.page-template-page-template-instalator-calculator-mount .v-application .v-card .theme--dark.v-input textarea {
  color: #1d1d1b;
  box-shadow: none !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .clickable-input.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
  background: white;
  box-shadow: none !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .inputs-group,
.page-template-page-template-instalator-calculator-mount .v-application .v-card .v-text-field:not(.v-input--dense) > .v-input__control > .v-input__slot {
  border: none !important;
  box-shadow: none !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .clickable-input.theme--dark {
  background: white !important;
  margin-bottom: 10px;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .v-icon {
  width: 24px !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .v-icon::after {
  z-index: 88;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .v-icon::before {
  z-index: 88;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .d-flex button {
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 35px;
  text-transform: lowercase;
  font-size: 14px;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .v-overlay__content {
  margin-bottom: 20px;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .v-image {
  margin-bottom: 60px !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card .v-input__control input:focus {
  border: 2px solid #e3a14e !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-card > .v-card__progress + :not(.v-btn):not(.v-chip),
.page-template-page-template-instalator-calculator-mount .v-application .v-card > :first-child:not(.v-btn):not(.v-chip) {
  text-align: center;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-input--is-label-active .v-select__selection {
  border: 1px solid #d4d9de !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 33%;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 14px 16px;
  font-size: 16px;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-input--is-label-active .v-select__selection::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 20px;
  background-size: contain;
  width: 17px;
  top: 19px;
  background-repeat: no-repeat;
}
.page-template-page-template-instalator-calculator-mount .v-application .primary--text {
  font-size: 16px !important;
  color: #1d1d1b !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-input--is-label-active .primary--text {
  font-size: 16px !important;
  color: #e3a14e !important;
}
.page-template-page-template-instalator-calculator-mount .v-application .v-select__selection--comma {
  padding-top: 10px;
}
.page-template-page-template-instalator-calculator-mount .v-application #input-5 {
  display: none;
}
.page-template-page-template-instalator-calculator-mount .v-application .info--text {
  color: #e3a14e !important;
}
.page-template-page-template-instalator-calculator-mount .v-slide-group__wrapper {
  display: flex;
  align-items: center;
}
.page-template-page-template-instalator-calculator-mount .v-tabs-bar__content .grey.lighten-4 {
  background-color: #e3a14e !important;
  height: 64px;
  width: 100%;
  font-weight: bold !important;
  font-size: 16px;
  color: #fff !important;
}
.page-template-page-template-instalator-calculator-mount .theme--light.v-tabs > .v-tabs-bar .v-tab--disabled,
.page-template-page-template-instalator-calculator-mount .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
.page-template-page-template-instalator-calculator-mount .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-btn,
.page-template-page-template-instalator-calculator-mount .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon {
  color: #fff !important;
}
.page-template-page-template-instalator-calculator-mount .v-window-item {
  margin-top: 20px;
  padding-bottom: 100px;
}
.page-template-page-template-instalator-calculator-mount .v-alert__icon {
  display: none !important;
}
.page-template-page-template-instalator-calculator-mount .v-btn:before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-mount .blue--text.text--lighten-2 {
  width: 20px !important;
  height: 20px !important;
  margin-left: 5px !important;
  background: #e3a14e !important;
}
.page-template-page-template-instalator-calculator-mount .blue--text.text--lighten-2 .mdi-information {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-template-instalator-calculator-mount .blue--text.text--lighten-2 .mdi-information:after {
  content: "i";
  font-family: arial, sans-serif;
  color: #fff !important;
  font-size: 14px;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  font-weight: normal;
  opacity: 1;
  font-style: italic;
  background-color: transparent;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-stepper__wrapper .headline {
  font-weight: 400;
  font-size: 26px !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-stepper__wrapper .headline button {
  display: none !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-stepper__wrapper .headline {
  padding-bottom: 20px;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-stepper__wrapper .v-avatar {
  margin-left: 25px;
  background: #e3a14e !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-stepper__wrapper .v-text-field__slot {
  box-shadow: none !important;
  border: 2px solid #e3a14e !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-stepper__wrapper .v-text-field__slot input:focus {
  border: none !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-input__icon--append {
  position: absolute;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-input__icon--prepend-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-input__icon--prepend-inner button {
  position: absolute;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-input__icon--prepend-inner::before {
  content: "-" !important;
  color: #1d1d1b !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-input__append-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-input__append-inner::before {
  content: "+" !important;
  color: #1d1d1b !important;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .v-icon {
  width: 30px;
  height: 30px;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .d-flex button {
  box-shadow: none !important;
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 0px;
  border-radius: 99px !important;
  transition: all 0.3s ease-out;
}
.page-template-page-template-instalator-calculator-mount .v-stepper__content .d-flex button .v-icon {
  display: none !important;
}
.page-template-page-template-instalator-calculator-mount .pa-2 .theme--light.v-btn.v-btn--has-bg {
  position: absolute;
  bottom: -38px;
  right: 0;
  cursor: pointer;
}
.page-template-page-template-instalator-calculator-mount .pa-2 .theme--light.v-btn.v-btn--has-bg .v-btn__content {
  background: transparent !important;
  color: #e3a14e !important;
  border: 2px solid #e3a14e !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border-radius: 99px !important;
  max-width: 100px;
  padding: 5px 15px !important;
  right: 8%;
}
.page-template-page-template-instalator-calculator-mount .pa-2 .fill-height .v-btn__content {
  color: #e3a14e !important;
  transform: none !important;
}
.page-template-page-template-instalator-calculator-mount .pa-2 .v-main__wrap {
  padding-bottom: 200px;
}
.page-template-page-template-instalator-calculator-mount .v-image {
  overflow: visible !important;
}
.page-template-page-template-instalator-calculator-mount .v-image__image {
  overflow: visible !important;
}
.page-template-page-template-instalator-calculator-mount .pa-0 .mb-6 .text-center .d-flex button:nth-child(1) {
  background: transparent !important;
  color: #e3a14e !important;
  border: 2px solid #e3a14e !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 5px 15px !important;
  margin-top: 0px;
}
.page-template-page-template-instalator-calculator-mount .mb-4 .v-btn--disabled {
  padding: 5px 25px !important;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #bebebc !important;
  border-radius: 99px !important;
}
.page-template-page-template-instalator-calculator-mount .mb-4 .v-btn--disabled .v-btn__content {
  color: white !important;
  font-size: 14px !important;
}
.page-template-page-template-instalator-calculator-mount .mb-4 .v-btn--is-elevated {
  background: #e3a14e !important;
  color: #fff !important;
  border: none !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border-radius: 99px !important;
  padding: 5px 25px !important;
}
.page-template-page-template-instalator-calculator-mount .mb-4 .v-btn--is-elevated .v-btn__content {
  font-size: 14px !important;
}
.page-template-page-template-instalator-calculator-mount .panel-picker-select .v-label--active {
  display: none !important;
}

@media only screen and (max-width: 1250px) {
  .page-template-page-template-instalator-calculator-mount .v-application .v-avatar {
    width: 15px !important;
    min-width: 15px !important;
    height: 15px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-avatar span {
    font-size: 12px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .flex-grow-1 {
    display: none;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-select__slot .v-label {
    width: 100% !important;
    max-width: 100%;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper {
    padding-bottom: 50px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .subtitle-2 {
    margin-left: px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .headline {
    padding-top: 50px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .mb-6 {
    padding-bottom: 100px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .mb-6 .text-center .d-flex .v-btn--outlined:nth-child(1) {
    position: absolute;
    bottom: 145px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .pa-2 .theme--light.v-btn.v-btn--has-bg {
    right: 0%;
    display: flex !important;
    position: relative !important;
    margin-top: 115px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .pa-2 .theme--light.v-btn.v-btn--has-bg .v-btn__content {
    margin-bottom: -95px;
    position: absolute;
    margin-left: 50px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__content .d-flex .v-btn--has-bg {
    bottom: -35px;
    margin-bottom: 97px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-page-template-instalator-calculator-mount .v-application .mb-4 .v-btn:not(.v-btn--round).v-size--x-large {
    bottom: -55px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .pa-0 .mb-6 .text-center .d-flex button:nth-child(1) {
    margin-bottom: 15px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .mx-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .mx-3 .v-input__slot div {
    font-size: 14px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .row:nth-child(2) {
    margin-top: 5px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .my-4 button {
    margin-bottom: 15px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .headline {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .my-4 {
    flex-wrap: wrap;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .info--text {
    max-width: 100% !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-stepper__content .d-flex button {
    margin-left: 0px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-item-group button {
    background: #e3a14e !important;
  }
  .page-template-page-template-instalator-calculator-mount .mx-3 .v-item-group {
    display: flex;
    flex-direction: column;
  }
  .page-template-page-template-instalator-calculator-mount .mx-3 .v-item-group button {
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 80%;
    transform: scale(0.8);
  }
  .page-template-page-template-instalator-calculator-mount .v-input--is-label-active .v-select__selection {
    width: 100% !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-text-field .v-label {
    width: 100% !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-slide-group__content {
    display: flex;
    flex-direction: column;
  }
  .page-template-page-template-instalator-calculator-mount .v-tabs-bar {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-text-field .v-label {
    width: 100% !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-overlay--active .v-overlay__scrim {
    opacity: 0.5 !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .primary--text {
    font-size: 14px;
  }
}
.v-slide-group__content,
.v-slide-group__wrapper {
  padding: 0px;
}

.page-template-page-template-instalator-calculator-mount .v-window-item .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  grid-gap: 30px 30px;
  padding: 5px;
}

.page-template-page-template-instalator-calculator-mount .v-window-item .row:before {
  display: none;
}

.page-template-page-template-instalator-calculator-mount .v-window-item .row .col {
  width: 100% !important;
  max-width: 100% !important;
}
.page-template-page-template-instalator-calculator-mount .v-window-item .row .col .row:after {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .page-template-page-template-instalator-calculator-mount .v-stepper__wrapper .row .col {
    margin-top: 20px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .pa-2 .theme--light.v-btn.v-btn--has-bg .v-btn__content {
    right: 20%;
    margin-bottom: -100px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .mb-6 .text-center .d-flex .v-btn--outlined:nth-child(1) {
    font-size: 12px;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .headline {
    font-size: 16px !important;
    padding-left: 0px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .v-avatar {
    margin-left: 22px;
    width: 10px !important;
    min-width: 10px !important;
    height: 10px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .v-avatar span {
    font-size: 8px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .row .mb-4 .subtitle-2 {
    z-index: 99;
    font-size: 12px !important;
    margin-left: 2px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .v-stepper__wrapper .ma-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .my-4 {
    justify-content: center !important;
    margin-bottom: 50px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .my-4 button {
    margin-right: 5px !important;
  }
  .page-template-page-template-instalator-calculator-mount .v-application .text-left {
    padding-left: 12px;
  }
}
.page-template-page-template-instalator-offers #offer-wrapper {
  padding-top: 40px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.page-template-page-template-instalator-offers #offer-wrapper .buttonWrapper {
  display: flex;
  justify-content: space-between;
  border-radius: none !important;
}
.page-template-page-template-instalator-offers #offer-wrapper .buttonWrapper button {
  cursor: pointer;
  width: 50%;
  padding: 15px 30px;
  background: #efefe9 !important;
  font-size: 22px;
  font-weight: 500;
}
.page-template-page-template-instalator-offers button:hover {
  background-color: #d5e3ff;
}
.page-template-page-template-instalator-offers button.active {
  background-color: white;
  border-bottom: 3px solid #e3a14e;
  background: #efefe9 !important;
}
.page-template-page-template-instalator-offers .offer-content {
  display: none;
  padding: 20px 0px 20px 0px;
}
.page-template-page-template-instalator-offers .offer-content.active {
  display: block;
}
.page-template-page-template-instalator-offers .gutenberg-content .container {
  padding-bottom: 150px;
}
.page-template-page-template-instalator-offers table {
  border: none !important;
  padding-top: 50px;
}
.page-template-page-template-instalator-offers table tr {
  border: none !important;
}
.page-template-page-template-instalator-offers table td {
  background: #efefe9;
  border: none !important;
  border-bottom: 1px solid #fbfbfb !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  width: 100%;
}
.page-template-page-template-instalator-offers table td a {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.6px;
  padding: 5px 15px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-template-instalator-offers table td button {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.6px;
  padding: 5px 15px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-template-instalator-offers table td button:disabled {
  opacity: 0.5;
  cursor: default;
}
.page-template-page-template-instalator-offers table td:nth-child(1) {
  width: 45%;
  padding-left: 20px;
}

@media (max-width: 1200px) {
  .page-template-page-template-instalator-offers table td:nth-child(1) {
    width: 35%;
  }
}
@media (max-width: 1050px) {
  .page-template-page-template-instalator-offers .offer-id {
    display: flex;
  }
  .page-template-page-template-instalator-offers table td:nth-child(1) {
    min-width: 220px;
    padding-left: 20px;
    display: flex;
    margin: 0;
  }
  .page-template-page-template-instalator-offers table td a {
    font-size: 11px;
    white-space: nowrap;
    padding: 4px 10px;
    margin: 0;
  }
  .page-template-page-template-instalator-offers table td button {
    font-size: 11px;
    white-space: nowrap;
    padding: 4px 10px;
  }
  .page-template-page-template-instalator-offers #offer-wrapper {
    width: 100%;
  }
  .page-template-page-template-instalator-offers #offer-wrapper .buttonWrapper button {
    font-size: 20px;
  }
  .page-template-page-template-instalator-offers #offer-wrapper .buttonWrapper button.active {
    font-size: 20px;
  }
  .contentWrapper {
    width: 100%;
    overflow: auto;
  }
  .table {
    top: 0;
    width: 100%;
  }
}
.page-template-page-template-instalator-calculator-pcwb .header--desktop__options {
  align-items: center !important;
}

.page-template-page-template-instalator-calculator-pv .header--desktop__options {
  align-items: center !important;
}

.page-template-page-template-instalator-calculator-mount .header--desktop__options {
  align-items: center !important;
}

.page-template-page-template-instalator-calculator-pcco .header--desktop__options {
  align-items: center !important;
}

/* Edit card */
.page-template-page-template-instalator-offers-edit .heading-bottom-border {
  margin-top: 20px;
}
.page-template-page-template-instalator-offers-edit .heading-bottom-border .heading-primary {
  text-align: center;
  color: #1d1d1b !important;
  border: none;
  position: relative;
  margin: 0 auto;
}
.page-template-page-template-instalator-offers-edit .heading-bottom-border .heading-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  background: #e3a14e;
}
.page-template-page-template-instalator-offers-edit #offerForm {
  padding-top: 30px;
  padding-bottom: 150px;
}
.page-template-page-template-instalator-offers-edit #offerForm form .col-md-4 h2 strong {
  color: #1d1d1b;
}
.page-template-page-template-instalator-offers-edit #offerForm form .col-md-4 h4 {
  color: #e3a14e;
  font-size: 21px;
}
.page-template-page-template-instalator-offers-edit #offerForm form .col-md-4 h4 .ng-binding {
  font-size: 21px;
  color: #1d1d1b;
}
.page-template-page-template-instalator-offers-edit #offerForm form label {
  color: #1d1d1b;
  padding-bottom: 5px;
  font-weight: 500;
}
.page-template-page-template-instalator-offers-edit #offerForm form .radio-custom input[type=radio]:checked + label:after {
  background-color: #e3a14e !important;
}
.page-template-page-template-instalator-offers-edit #offerForm form input[type=text],
.page-template-page-template-instalator-offers-edit #offerForm form input[type=email],
.page-template-page-template-instalator-offers-edit #offerForm form input[type=tel],
.page-template-page-template-instalator-offers-edit #offerForm form select {
  border-radius: 4px;
  border: 2px solid #ddd;
  height: 40px;
  padding: 10px;
}
.page-template-page-template-instalator-offers-edit #offerForm form input[type=text]:focus,
.page-template-page-template-instalator-offers-edit #offerForm form input[type=email]:focus,
.page-template-page-template-instalator-offers-edit #offerForm form input[type=tel]:focus,
.page-template-page-template-instalator-offers-edit #offerForm form select:focus {
  border: 1px solid #e3a14e;
}
.page-template-page-template-instalator-offers-edit #offerForm form .select-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.page-template-page-template-instalator-offers-edit #offerForm form .select-group select {
  border: 2px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0px;
  text-overflow: "";
  position: relative;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 15px;
  height: 37px;
}
.page-template-page-template-instalator-offers-edit #offerForm form .select-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 30px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-template-page-template-instalator-offers-edit #offerForm form .select-group::after {
    transform: scale(0.9);
  }
}
.page-template-page-template-instalator-offers-edit #offerForm form .select-group label.error {
  background: #ffe5e0;
  padding: 5px 20px 5px 56px;
  position: relative;
  color: #db4a79;
  text-transform: none;
  font-size: 14px;
  line-height: 1.64;
}
.page-template-page-template-instalator-offers-edit #offerForm form .select-group label.error:before {
  content: "";
  background-image: url(./../img/error.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  display: flex;
  position: absolute;
  left: 20px;
}
.page-template-page-template-instalator-offers-edit #offerForm form textarea {
  border-radius: 4px;
  border: 2px solid #ddd !important;
  padding: 10px;
}
.page-template-page-template-instalator-offers-edit #offerForm form textarea:focus {
  border: 1px solid #e3a14e !important;
}
.page-template-page-template-instalator-offers-edit #offerForm form span[type=submit] {
  background-color: #e3a14e;
  font-weight: 200;
  border: none !important;
}
.page-template-page-template-instalator-offers-edit #offerForm form span[type=submit]:focus {
  outline: none !important;
}
.page-template-page-template-instalator-offers-edit #offerForm form .btn-primary {
  background-color: #e3a14e;
  font-weight: 200;
  border: none !important;
}
.page-template-page-template-instalator-offers-edit #offerForm form .col-sm-12 table th {
  background: #efefe9;
  border-radius: 0px;
  color: #1d1d1b;
  border: 1px solid #ccc;
  text-align: center;
}
.page-template-page-template-instalator-offers-edit #offerForm form .col-sm-12 table tr td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.page-template-page-template-instalator-offers-edit #offerForm form .col-sm-12 table tr td:nth-child(2) {
  border-left: 0px !important;
  border-right: 0px !important;
}
.page-template-page-template-instalator-offers-edit #offerForm form .simulate-table .form-control {
  background: #efefe9;
  border-radius: 0px;
  color: #1d1d1b;
  box-shadow: none;
  font-weight: bold;
}
.page-template-page-template-instalator-offers-edit #offerForm form .simulate-table .simulate-td .form-control {
  border: 1px solid #ddd;
  background: transparent !important;
}
.page-template-page-template-instalator-offers-edit #offerForm form .simulate-table .simulate-td .form-control :nth-child(2) {
  border-left: 0px !important;
  border-right: 0px !important;
}
.page-template-page-template-instalator-offers-edit #offerForm form .simulate-table .simulate-td .form-group .col-md-1 {
  border-color: #ddd !important;
  background: transparent !important;
  height: 40px;
}
.page-template-page-template-instalator-offers-edit #offerForm form .simulate-table .simulate-td .form-group .col-md-1 span {
  height: 100%;
}

/* Supervised table */
.supervised-table {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow-x: auto;
}
.supervised-table .edit-block {
  display: flex;
}
@media (max-width: 992px) {
  .supervised-table {
    overflow-x: auto;
  }
}
.supervised-table .action_remove {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.supervised-table .action_remove .ico-bin {
  cursor: pointer;
  display: flex;
}
.supervised-table .ico-danger {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.supervised-table .ico-warning {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.supervised-table .ico-success {
  width: 20px;
  height: auto;
}
.supervised-table .text-danger {
  color: #db4a79;
  font-weight: bold;
}
.supervised-table .text-color-green {
  color: #dba31f;
}
.supervised-table .action_edit {
  display: flex;
  margin-right: 5px;
  width: 18px;
  height: auto;
}
.supervised-table .action_temp_access {
  cursor: pointer;
  display: flex;
}
.supervised-table .action_temp_access .ico-redirect {
  width: 17px;
  height: auto;
}

.page-template-page-template-instalator-oze .tooltip, .page-template-page-template-instalator-sunny-ride .tooltip {
  padding: 20px;
  background-color: #000000;
  right: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.page-template-page-template-instalator-oze .tooltip-trigger, .page-template-page-template-instalator-sunny-ride .tooltip-trigger {
  cursor: pointer;
  color: #e3a14e;
}
.page-template-page-template-instalator-oze .tooltip-trigger:hover + .tooltip, .page-template-page-template-instalator-sunny-ride .tooltip-trigger:hover + .tooltip {
  opacity: 1;
}
.page-template-page-template-instalator-oze .alert-prepaid, .page-template-page-template-instalator-sunny-ride .alert-prepaid {
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 25px;
}
.page-template-page-template-instalator-oze .oze-html, .page-template-page-template-instalator-sunny-ride .oze-html {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.page-template-page-template-instalator-oze .oze-html img, .page-template-page-template-instalator-sunny-ride .oze-html img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.page-template-page-template-instalator-oze .oze-html img:hover, .page-template-page-template-instalator-sunny-ride .oze-html img:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.page-template-page-template-instalator-oze .section--text .container > div:last-of-type, .page-template-page-template-instalator-sunny-ride .section--text .container > div:last-of-type {
  flex-wrap: wrap;
}
.page-template-page-template-instalator-oze .point_box, .page-template-page-template-instalator-sunny-ride .point_box {
  width: 100%;
  background: #efefe9;
  padding: 25px;
}
.page-template-page-template-instalator-oze .point_box .form-group, .page-template-page-template-instalator-sunny-ride .point_box .form-group {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .page-template-page-template-instalator-oze .point_box, .page-template-page-template-instalator-sunny-ride .point_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-template-page-template-instalator-oze .point_box h4, .page-template-page-template-instalator-sunny-ride .point_box h4 {
  padding-bottom: 15px;
}
.page-template-page-template-instalator-oze .point_box form, .page-template-page-template-instalator-sunny-ride .point_box form {
  display: flex;
  align-items: center;
}
.page-template-page-template-instalator-oze .point_box form .form-group, .page-template-page-template-instalator-sunny-ride .point_box form .form-group {
  width: 70%;
}
.page-template-page-template-instalator-oze .point_box form .submit-group, .page-template-page-template-instalator-sunny-ride .point_box form .submit-group {
  width: 30%;
  margin-left: 20px;
}
.page-template-page-template-instalator-oze .point_box form .submit-group button, .page-template-page-template-instalator-sunny-ride .point_box form .submit-group button {
  height: 48px;
  width: 100%;
  background: #e3a14e !important;
  border: none !important;
  outline: none !important;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
  text-transform: capitalize;
}
.page-template-page-template-instalator-oze .point_box form .submit-group button i, .page-template-page-template-instalator-sunny-ride .point_box form .submit-group button i {
  display: none !important;
}
.page-template-page-template-instalator-oze .point_box form input, .page-template-page-template-instalator-sunny-ride .point_box form input {
  width: 100%;
  background: #fff;
}
.page-template-page-template-instalator-oze .point_box form input[type=text]:not(:-moz-placeholder), .page-template-page-template-instalator-oze .point_box form input[type=email]:not(:-moz-placeholder), .page-template-page-template-instalator-oze .point_box form input[type=tel]:not(:-moz-placeholder), .page-template-page-template-instalator-oze .point_box form select:not(:-moz-placeholder), .page-template-page-template-instalator-sunny-ride .point_box form input[type=text]:not(:-moz-placeholder), .page-template-page-template-instalator-sunny-ride .point_box form input[type=email]:not(:-moz-placeholder), .page-template-page-template-instalator-sunny-ride .point_box form input[type=tel]:not(:-moz-placeholder), .page-template-page-template-instalator-sunny-ride .point_box form select:not(:-moz-placeholder) {
  border: 1px solid #e3a14e;
}
.page-template-page-template-instalator-oze .point_box form input[type=text]:not(:placeholder-shown),
.page-template-page-template-instalator-oze .point_box form input[type=email]:not(:placeholder-shown),
.page-template-page-template-instalator-oze .point_box form input[type=tel]:not(:placeholder-shown),
.page-template-page-template-instalator-oze .point_box form select:not(:placeholder-shown), .page-template-page-template-instalator-sunny-ride .point_box form input[type=text]:not(:placeholder-shown),
.page-template-page-template-instalator-sunny-ride .point_box form input[type=email]:not(:placeholder-shown),
.page-template-page-template-instalator-sunny-ride .point_box form input[type=tel]:not(:placeholder-shown),
.page-template-page-template-instalator-sunny-ride .point_box form select:not(:placeholder-shown) {
  border: 1px solid #e3a14e;
}
.page-template-page-template-instalator-oze .point_box.terms_and_conditions .form-group, .page-template-page-template-instalator-sunny-ride .point_box.terms_and_conditions .form-group {
  width: 100%;
}
.page-template-page-template-instalator-oze .point_box.terms_and_conditions label, .page-template-page-template-instalator-sunny-ride .point_box.terms_and_conditions label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.page-template-page-template-instalator-oze .point_box.terms_and_conditions label:last-child, .page-template-page-template-instalator-sunny-ride .point_box.terms_and_conditions label:last-child {
  margin-bottom: 20px;
}
.page-template-page-template-instalator-oze .point_box.terms_and_conditions input, .page-template-page-template-instalator-sunny-ride .point_box.terms_and_conditions input {
  margin-top: -20px;
  opacity: 1;
  position: relative;
}
.page-template-page-template-instalator-oze .point_box.terms_and_conditions a, .page-template-page-template-instalator-sunny-ride .point_box.terms_and_conditions a {
  color: #e3a14e;
}
.page-template-page-template-instalator-oze .point_box.terms_and_conditions a:hover, .page-template-page-template-instalator-sunny-ride .point_box.terms_and_conditions a:hover {
  text-decoration: underline;
}
.page-template-page-template-instalator-oze .point_box.terms_and_conditions .submit-group, .page-template-page-template-instalator-sunny-ride .point_box.terms_and_conditions .submit-group {
  margin-left: 0;
}
.page-template-page-template-instalator-oze .section--page-links .page-links__wrapper, .page-template-page-template-instalator-sunny-ride .section--page-links .page-links__wrapper {
  grid-template-columns: repeat(auto-fit, minmax(360px, auto));
  grid-gap: 32px 40px;
}
.page-template-page-template-instalator-oze .section--page-links .page-links__wrapper .page-links__page__image-wrapper img, .page-template-page-template-instalator-sunny-ride .section--page-links .page-links__wrapper .page-links__page__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  /* max-height: 271px; */
  /* max-width: 100%; */
  transition: all 0.3s ease-out;
  width: 100%;
  height: auto;
}

.list-installer {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .list-installer {
    overflow-x: auto;
  }
}
.list-installer__table th {
  background: #e3a14e;
  color: #fff;
  padding: 8px 14px;
  font-weight: 500;
  text-align: left;
  border: none !important;
  vertical-align: middle;
}
.list-installer__table td {
  padding: 8px 14px;
  background: #f9f9f9;
  vertical-align: middle;
}
.list-installer__table tr {
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.bonus-section {
  padding-top: 50px;
  padding-bottom: 200px;
}
.bonus-section .bonus_links {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
.bonus-section .bonus_links--btn {
  border: 3px solid #e3a14e;
  color: #e3a14e;
  border-radius: 5px;
  width: 46%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 992px) {
  .bonus-section .bonus_links--btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bonus-section .bonus_links--btn img {
  width: 80px;
  height: auto;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .bonus-section .bonus_links {
    flex-direction: column;
    width: 100%;
  }
}

#orderCreditsContainer .form-horizontal .control-label {
  text-align: left;
}
@media (max-width: 992px) {
  #orderCreditsContainer h4 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
}
#orderCreditsContainer .featured-box p {
  text-align: center;
}
#orderCreditsContainer .featured-box .box-content {
  border-top-color: #e3a14e;
}
#orderCreditsContainer .featured-box button {
  margin-right: 0px !important;
}
#orderCreditsContainer .featured-box button i {
  display: none !important;
}
#orderCreditsContainer #avalaible_credits {
  background: #e3a14e;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
#orderCreditsContainer .form-group {
  display: flex;
  align-items: baseline;
}
@media (max-width: 992px) {
  #orderCreditsContainer .form-group {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  #orderCreditsContainer .form-group .col-md-3 {
    width: 100%;
    padding-left: 0px;
  }
}
#orderCreditsContainer .control-label {
  font-size: 18px;
  padding-right: 0px;
  padding-top: 0px;
  color: #1d1d1b;
}
#orderCreditsContainer button {
  color: #ffffff;
  background-color: #e3a14e;
  border-color: #e3a14e #e3a14e #e3a14e;
  font-weight: 200;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 17px;
  text-decoration: none;
}
#orderCreditsContainer button:focus {
  border: none !important;
  outline: none !important;
}
@media (max-width: 992px) {
  #orderCreditsContainer button {
    margin-top: 20px;
  }
}
#orderCreditsContainer input {
  border-left: 0px;
  border: 1px solid #ccc;
  border-top: 0px;
  border: 1px solid #ccc;
}
#orderCreditsContainer input:focus {
  border: 1px solid #e3a14e !important;
}

#prepaidCardContainer {
  background: #efefe9 !important;
  padding: 25px !important;
}
#prepaidCardContainer h4:nth-child(2) {
  font-weight: 600;
}
#prepaidCardContainer h6 {
  font-weight: 300;
}
#prepaidCardContainer label {
  color: #1d1d1b;
}
#prepaidCardContainer img {
  height: 120px;
}
#prepaidCardContainer .card-order-complete-title {
  font-size: 20px;
}
#prepaidCardContainer a {
  text-decoration: none;
}
#prepaidCardContainer .btn-completed-order {
  text-decoration: none !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff !important;
  background-color: #e3a14e;
  border-color: #e3a14e #e3a14e #e3a14e;
  font-weight: 200;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 17px;
  text-decoration: none;
  margin-top: 20px;
}
#prepaidCardContainer .btn-completed-order:focus {
  border: none !important;
  outline: none !important;
}
#prepaidCardContainer .btn-truncate {
  height: 48px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #e3a14e;
  border-color: #e3a14e #e3a14e #e3a14e;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  outline: none !important;
  text-transform: none;
}
#prepaidCardContainer .btn-truncate:focus {
  border: none !important;
}
#prepaidCardContainer .form-group-register button {
  margin-top: 20px;
  color: #ffffff;
  background-color: #e3a14e;
  border-color: #e3a14e #e3a14e #e3a14e;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  outline: none !important;
}
#prepaidCardContainer .form-group-register button:focus {
  border: none !important;
}
#prepaidCardContainer .modal-dialog button {
  outline: none !important;
}
#prepaidCardContainer .modal-dialog button:focus {
  border: none !important;
}
#prepaidCardContainer .modal-dialog p {
  font-weight: 400;
}
#prepaidCardContainer .modal-dialog input {
  font-size: 14px;
  border-left: 0px;
  border: 1px solid #ccc;
  border-top: 0px;
  border: 1px solid #ccc;
  height: 40px;
}
#prepaidCardContainer .modal-dialog input:focus {
  border: 1px solid #e3a14e !important;
}
#prepaidCardContainer .modal-dialog .select-row {
  display: flex;
}
#prepaidCardContainer .modal-dialog .select-row span {
  margin-left: 10px;
  margin-right: 10px;
  color: #1d1d1b;
}
#prepaidCardContainer .modal-dialog .select-group {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#prepaidCardContainer .modal-dialog .select-group select {
  border: 2px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0px;
  text-overflow: "";
  position: relative;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 15px;
  height: 37px;
}
#prepaidCardContainer .modal-dialog .select-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #prepaidCardContainer .modal-dialog .select-group::after {
    transform: scale(0.9);
  }
}

.error-notify {
  display: flex;
  padding-left: 30px !important;
  padding-top: 0px !important;
}
.error-notify:before {
  left: 2px !important;
  transform: scale(0.85);
}

@keyframes "awn-fade-in" {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes "awn-fade-out" {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes "awn-slide-right" {
  0% {
    left: 100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes "awn-slide-left" {
  0% {
    opacity: 0;
    right: 100%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@keyframes "awn-bar" {
  0% {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@keyframes "awn-loading-dots" {
  0%, 80%, to {
    box-shadow: 0 0 0 0;
  }
  40% {
    box-shadow: 0 0 0 2px;
  }
}
.awn-popup-loading-dots {
  animation-fill-mode: both;
  animation: awn-loading-dots 1s ease-in-out infinite;
  background: #fff;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  animation-delay: -0.16s;
  color: #fff;
  display: inline-block;
  margin-left: 24px;
  position: relative;
}
.awn-popup-loading-dots:after {
  animation-fill-mode: both;
  animation: awn-loading-dots 1s ease-in-out infinite;
  background: #fff;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
}
.awn-popup-loading-dots:before {
  animation-fill-mode: both;
  animation: awn-loading-dots 1s ease-in-out infinite;
  background: #fff;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  content: "";
  position: absolute;
  top: 0;
  animation-delay: -0.32s;
  left: -16px;
}

#awn-popup-wrapper {
  align-items: center;
  animation-fill-mode: both;
  animation-name: awn-fade-in;
  animation-timing-function: ease-out;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
#awn-popup-wrapper .awn-popup-body {
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  max-width: 500px;
  min-width: 320px;
  padding: 24px;
  position: relative;
  word-break: break-word;
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa {
  color: #c26700;
  font-size: 44px;
}
#awn-popup-wrapper .awn-popup-body.awn-popup-async-block {
  background: transparent;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
#awn-popup-wrapper .awn-popup-title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase;
}
#awn-popup-wrapper .awn-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  width: 100%;
}
#awn-popup-wrapper .awn-buttons .awn-btn {
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  transition: background 0.2s linear;
  width: 45%;
}
#awn-popup-wrapper .awn-buttons .awn-btn-success {
  background: #40871d;
}
#awn-popup-wrapper .awn-buttons .awn-btn-success:hover {
  background: #367218;
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel {
  background: #1c76a6;
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover {
  background: #186690;
}
#awn-popup-wrapper .awn-buttons-1 .awn-btn {
  width: 100%;
}

#awn-popup-wrapper.awn-hiding {
  animation-name: awn-fade-out;
}

#awn-toast-container {
  bottom: 24px;
  box-sizing: border-box;
  position: fixed;
  right: 24px;
  z-index: 99998;
}

#awn-toast-container.awn-top-left {
  bottom: auto;
  top: 24px;
  left: 24px;
  right: auto;
}
#awn-toast-container.awn-top-left .awn-toast {
  animation-name: awn-slide-left;
  right: 100%;
}
#awn-toast-container.awn-top-left .awn-toast:first-child {
  margin-top: 16px;
}
#awn-toast-container.awn-top-left .awn-toast.awn-hiding {
  right: 0;
}

#awn-toast-container.awn-top-right {
  bottom: auto;
  top: 24px;
}
#awn-toast-container.awn-top-right .awn-toast {
  animation-name: awn-slide-right;
  left: 100%;
}
#awn-toast-container.awn-top-right .awn-toast:first-child {
  margin-top: 16px;
}
#awn-toast-container.awn-top-right .awn-toast.awn-hiding {
  left: 0;
}

#awn-toast-container.awn-bottom-left {
  left: 24px;
  right: auto;
}
#awn-toast-container.awn-bottom-left .awn-toast {
  animation-name: awn-slide-left;
  right: 100%;
}
#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding {
  right: 0;
}

#awn-toast-container.awn-bottom-right .awn-toast {
  animation-name: awn-slide-right;
  left: 100%;
}
#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding {
  left: 0;
}

.awn-toast {
  animation-fill-mode: both;
  animation-timing-function: linear;
  background: #ebebeb;
  border-radius: 6px;
  color: gray;
  cursor: pointer;
  font-size: 14px;
  margin-top: 16px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 320px;
}

.awn-toast-content {
  word-break: break-word;
}

.awn-toast-label {
  color: gray;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}

.awn-toast-icon {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 16px;
  top: 6px;
}
.awn-toast-icon .fa {
  color: gray;
  font-size: 44px;
}

.awn-toast-wrapper {
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  padding: 22px 88px 16px 16px;
}

.awn-toast-progress-bar {
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.awn-toast-progress-bar:after {
  animation-duration: inherit;
  animation-fill-mode: both;
  animation-name: awn-bar;
  animation-timing-function: linear;
  background: gray;
  content: " ";
  height: 6px;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
}

.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after {
  animation-play-state: paused;
}

.awn-toast.awn-hiding {
  animation-name: awn-fade-out !important;
}

.awn-toast.awn-toast-success {
  background: #dff8d3;
  color: #40871d;
}
.awn-toast.awn-toast-success .awn-toast-wrapper {
  border-color: #a7d590;
}
.awn-toast.awn-toast-success .fa {
  color: #40871d;
}
.awn-toast.awn-toast-success b {
  color: #40871d;
}
.awn-toast.awn-toast-success .awn-toast-progress-bar:after {
  background: #40871d;
}

.awn-toast.awn-toast-info {
  background: #d3ebf8;
  color: #1c76a6;
}
.awn-toast.awn-toast-info .awn-toast-wrapper {
  border-color: #9fd3ef;
}
.awn-toast.awn-toast-info .fa {
  color: #1c76a6;
}
.awn-toast.awn-toast-info b {
  color: #1c76a6;
}
.awn-toast.awn-toast-info .awn-toast-progress-bar:after {
  background: #1c76a6;
}

.awn-toast.awn-toast-alert {
  background: #f8d5d3;
  color: #a92019;
}
.awn-toast.awn-toast-alert .awn-toast-wrapper {
  border-color: #f0a29d;
}
.awn-toast.awn-toast-alert .fa {
  color: #a92019;
}
.awn-toast.awn-toast-alert b {
  color: #a92019;
}
.awn-toast.awn-toast-alert .awn-toast-progress-bar:after {
  background: #a92019;
}

.awn-toast.awn-toast-warning {
  background: #ffe7cc;
  color: #c26700;
}
.awn-toast.awn-toast-warning .awn-toast-wrapper {
  border-color: #ffc480;
}
.awn-toast.awn-toast-warning .fa {
  color: #c26700;
}
.awn-toast.awn-toast-warning b {
  color: #c26700;
}
.awn-toast.awn-toast-warning .awn-toast-progress-bar:after {
  background: #c26700;
}

[class^=awn-] {
  box-sizing: border-box;
}

.awn-popup-confirm #awn-confirm-ok {
  background: #e3a14e !important;
}
.awn-popup-confirm #awn-confirm-cancel {
  background: transparent !important;
  border: 2px solid #e3a14e !important;
  color: #e3a14e !important;
}

.cart_sidebar th:nth-child(3) {
  text-align: center;
}
.cart_sidebar td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-right: 0px !important;
}
.cart_sidebar td a {
  color: #e3a14e;
  font-size: 12px;
  padding-left: 5px;
  display: block;
  line-height: 1.3;
}
.cart_sidebar td:nth-child(1) {
  padding-left: 5px;
}
.cart_sidebar td:nth-child(3) {
  text-align: center;
}

.total_sidebar {
  padding: 15px;
  padding-bottom: 5px;
  text-align: center;
}
.total_sidebar p {
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 0.7;
}
.total_sidebar strong {
  color: #e3a14e;
  font-weight: 600;
  font-size: 20px;
}
.total_sidebar .currency {
  font-size: 20px;
}

.hewalex-single-product {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 200px;
  /* Styles the close link, adds the slide down transition */
  /* Provides part of the "X" to eliminate an image from the close link */
  /* Provides part of the "X" to eliminate an image from the close link */
}
.hewalex-single-product .currency {
  font-size: 20px;
}
@media (max-width: 992px) {
  .hewalex-single-product {
    flex-direction: column-reverse;
  }
}
.hewalex-single-product__content {
  width: 65%;
}
@media (max-width: 992px) {
  .hewalex-single-product__content {
    width: 100%;
    margin-top: 20px;
  }
}
.hewalex-single-product__content--row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 992px) {
  .hewalex-single-product__content--row {
    flex-direction: column;
  }
}
.hewalex-single-product__image {
  padding-right: 25px;
  width: 42%;
}
@media (max-width: 992px) {
  .hewalex-single-product__image {
    width: 100%;
    padding-right: 0px;
  }
}
.hewalex-single-product__image a {
  display: flex;
  height: 300px;
  width: 100%;
}
.hewalex-single-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hewalex-single-product__summary {
  width: 55%;
}
@media (max-width: 992px) {
  .hewalex-single-product__summary {
    width: 100%;
  }
}
.hewalex-single-product__summary .price {
  color: #1d1d1b;
  font-size: 18px;
}
.hewalex-single-product__summary .price strong {
  color: #e3a14e;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
}
.hewalex-single-product__summary form {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 60%;
}
.hewalex-single-product__summary form input {
  background: #efefe9;
  text-align: center;
}
.hewalex-single-product__summary form input,
.hewalex-single-product__summary form textarea {
  border: 2px solid #ddd;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
.hewalex-single-product__summary form input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}
.hewalex-single-product__summary form input::-webkit-outer-spin-button,
.hewalex-single-product__summary form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.hewalex-single-product__summary form .input-group {
  display: flex;
  clear: both;
  position: relative;
}
.hewalex-single-product__summary form .input-group input[type=button] {
  background-color: #fff;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
  border: 2px solid #ddd;
}
.hewalex-single-product__summary form .input-group .button-minus,
.hewalex-single-product__summary form .input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}
.hewalex-single-product__summary form .input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 70px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}
.hewalex-single-product__summary form .button-plus {
  left: -13px;
}
.hewalex-single-product__summary form input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.hewalex-single-product__summary form .add-to-cart {
  background: #e3a14e;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
.hewalex-single-product__summary form .select-group {
  display: flex;
  position: relative;
  width: 50%;
  margin-top: 15px;
}
.hewalex-single-product__summary form .select-group select {
  border: 2px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0px;
  text-overflow: "";
  position: relative;
  width: 100%;
  border-radius: 5px;
  font-size: 13px;
  padding: 5px 15px;
  height: 37px;
}
.hewalex-single-product__summary form .select-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hewalex-single-product__summary form .select-group::after {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .hewalex-single-product__summary form .select-group {
    width: 100%;
  }
}
.hewalex-single-product__summary .sku-field {
  padding-top: 15px;
}
.hewalex-single-product__summary .sku-field span {
  font-size: 16px;
}
.hewalex-single-product__summary .sku-field .sku {
  color: #e3a14e;
  text-transform: uppercase;
}
.hewalex-single-product .short_description {
  padding-top: 15px;
  padding-bottom: 15px;
}
.hewalex-single-product .full_description {
  margin-top: 20px;
}
.hewalex-single-product .full_description .nav-tabs a {
  color: #e3a14e;
  padding: 10px;
  border-top: 5px solid #e3a14e;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 0px;
  display: flex;
  max-width: 130px;
  text-align: center;
  justify-content: center;
  position: relative;
}
.hewalex-single-product .full_description .nav-tabs a::after {
  content: "";
  background: #fff;
  height: 4px;
  position: absolute;
  bottom: -2px;
  width: 125px;
  left: 0;
}
.hewalex-single-product .full_description__content {
  padding-top: 20px;
  border: 2px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
}
.hewalex-single-product a.lightbox img {
  border: 3px solid white;
}
.hewalex-single-product .lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
.hewalex-single-product .lightbox-target h5 {
  position: absolute;
  bottom: 15%;
  color: white;
  left: 50%;
  transform: translateX(-50%);
}
.hewalex-single-product .lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  padding: 20px;
  background: white;
}
.hewalex-single-product a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  transition: 0.5s ease-in-out;
  z-index: 100000000000000000;
  margin-top: 20px;
}
.hewalex-single-product a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 2px;
  background: #e3a14e;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(45deg);
}
.hewalex-single-product a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 2px;
  background: #e3a14e;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(-45deg);
}
.hewalex-single-product .lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  position: fixed;
  left: 0;
  top: -20px;
  z-index: 999999999999;
}
.hewalex-single-product .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
  max-height: 60%;
  max-width: 40%;
}
@media (max-width: 992px) {
  .hewalex-single-product .lightbox-target:target img {
    max-width: 100%;
  }
}
.hewalex-single-product .lightbox-target:target a.lightbox-close {
  top: 0px;
}

.hewalex-my-account {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .hewalex-my-account__orders {
    overflow-x: auto;
  }
}
.hewalex-my-account .your-order-table {
  width: 100%;
  border-collapse: collapse;
}
.hewalex-my-account .your-order-table th {
  background: #e3a14e;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  text-align: left;
}
.hewalex-my-account .your-order-table td {
  padding: 5px 10px;
  background: #f9f9f9;
}
.hewalex-my-account .your-order-table tr {
  border-bottom: 1px solid #ddd;
}
.hewalex-my-account .your-order-table td a {
  background: #e3a14e;
  padding: 5px 10px;
  color: white;
  font-size: 13px;
  display: flex;
  width: 130px;
  justify-content: center;
  border-radius: 90px;
}
@media (max-width: 992px) {
  .hewalex-my-account .your-order-table td a {
    font-size: 12px;
  }
}

.hewalex-my-account__points_row {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .hewalex-my-account__points_row {
    flex-direction: column;
  }
}
.hewalex-my-account__points-col {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hewalex-my-account__points-col {
    margin-top: 20px;
    width: 100%;
  }
}
.hewalex-my-account__points-col h4 {
  color: #e3a14e;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 40px;
}
@media (max-width: 992px) {
  .hewalex-my-account .points_data {
    overflow-x: auto;
  }
}
.hewalex-my-account .points_data__table {
  margin-bottom: 200px;
  width: 100%;
  border-collapse: collapse;
}
.hewalex-my-account .points_data__table th {
  text-align: left;
  padding: 5px 10px;
}
.hewalex-my-account .points_data__table tr td {
  border: none !important;
  border-top: 2px solid #ddd !important;
  padding: 5px 10px;
  font-weight: 300;
}

.checkout_section {
  padding-top: 40px;
}

@media (max-width: 992px) {
  .hewalex-single-product__cart {
    overflow-x: auto;
  }
}
.hewalex-single-product__cart .checkout-table {
  border-collapse: collapse;
}
.hewalex-single-product__cart .checkout-table tbody tr:last-child {
  border: none !important;
}
.hewalex-single-product__cart .checkout-table thead tr {
  border: none;
}
.hewalex-single-product__cart .checkout-table th {
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .hewalex-single-product__cart .checkout-table th {
    padding-bottom: 5px;
    text-align: left;
  }
}
.hewalex-single-product__cart .checkout-table tr {
  border-top: 2px solid #ddd;
}
.hewalex-single-product__cart .checkout-table td {
  vertical-align: middle;
  color: #1d1d1b;
  text-align: center;
}
@media (max-width: 992px) {
  .hewalex-single-product__cart .checkout-table td {
    padding-right: 50px;
  }
}
.hewalex-single-product__cart .checkout-table td img {
  max-width: 70px;
  height: auto;
}
@media (max-width: 992px) {
  .hewalex-single-product__cart .checkout-table td img {
    max-width: 50px;
  }
}
.hewalex-single-product__cart .checkout-table .prod_price {
  color: #e3a14e;
  font-weight: 600;
}
.hewalex-single-product__cart .checkout-table .prod_price_kwota {
  color: #e3a14e;
  font-weight: 600;
}
.hewalex-single-product__cart .checkout-table .cart-remove-btn {
  color: #e3a14e;
  font-weight: 300;
  text-transform: lowercase;
}
.hewalex-single-product__cart .checkout-table .sum-row {
  background: #e3a14e;
}
.hewalex-single-product__cart .checkout-table .sum-row td {
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .point_box__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.point_box--checkout {
  margin-top: 25px;
  background: #ebe0d4;
  color: #e3a14e;
  padding: 15px 30px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 20px;
  right: 0;
}
@media (max-width: 992px) {
  .point_box--checkout {
    max-width: 100%;
    width: 100%;
  }
}

.point_box--checkout-orlen {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  text-align: center;
}

.checkout_form {
  position: relative;
  padding-bottom: 100px;
}
.checkout_form .other_address {
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.checkout_form .other_address .heading-primary strong {
  color: #e3a14e;
  font-size: 16px;
}
.checkout_form .other_address .btn-group {
  padding-left: 15px;
}
.checkout_form .other_address .btn-group button {
  background: #e3a14e;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.checkout_form #additional_address {
  display: none;
}
.checkout_form .checkout_billing {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .checkout_form .checkout_billing {
    flex-direction: column;
  }
}
.checkout_form .checkout_billing--col {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .checkout_form .checkout_billing--col {
    width: 100%;
  }
}
.checkout_form .checkout_billing--col .select-group {
  display: flex;
  position: relative;
}
.checkout_form .checkout_billing--col .select-group select {
  border: 2px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0px;
  text-overflow: "";
  position: relative;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 15px;
  height: 37px;
}
.checkout_form .checkout_billing--col .select-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .checkout_form .checkout_billing--col .select-group::after {
    transform: scale(0.9);
  }
}
.checkout_form .checkout_billing--col .input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.checkout_form .checkout_billing--col .input-group input {
  padding: 15px;
  height: 16px;
  border-radius: 5px;
  width: 100%;
  border: 2px solid #ddd;
}
.checkout_form .checkout-btn {
  cursor: pointer;
  background: #e3a14e;
  padding: 10px 30px;
  color: #fff;
  border-radius: 4px;
  float: right;
}

.checkout-empty {
  padding-bottom: 200px;
  position: relative;
}
.checkout-empty h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
}
.checkout-empty .btn-primary-shop {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.archive-product__search {
  position: relative;
  margin-top: 25px;
  width: 400px;
}
.archive-product__search input {
  padding: 12px 16px;
  width: 100%;
  box-shadow: inset 0 0 0 1px #efefe9 !important;
  transition: all 0.3s ease-out;
  height: 48px;
}
..archive-product__search input[type=text]:not(:-moz-placeholder), .archive-product__search input[type=email]:not(:-moz-placeholder), .archive-product__search input[type=tel]:not(:-moz-placeholder), .archive-product__search select:not(:-moz-placeholder) {
  box-shadow: inset 0 0 0 1px #e3a14e;
  border: none;
}
.archive-product__search input[type=text]:not(:placeholder-shown), .archive-product__search input[type=email]:not(:placeholder-shown), .archive-product__search input[type=tel]:not(:placeholder-shown), .archive-product__search select:not(:placeholder-shown) {
  box-shadow: inset 0 0 0 1px #e3a14e;
  border: none;
}
.archive-product__search .search_ico {
  content: "";
  background-image: url(./../img/search.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 12px;
  background-repeat: no-repeat;
}

.archive-oze {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .archive-oze {
    flex-direction: column-reverse;
  }
}
.archive-oze__content {
  width: 65%;
}
.archive-oze__content .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, auto));
  grid-gap: 30px 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .archive-oze__content {
    width: 100%;
    margin-top: 15px;
  }
}
.archive-oze__product {
  display: flex;
  margin-bottom: 15px;
  width: 250px;
}
.archive-oze__product--item {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.archive-oze__product--item .product-thumbnail {
  height: 210px;
}
.archive-oze__product--item .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive-oze__product--item .product-info {
  height: 80px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.archive-oze__product--item .product-title {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.1;
}
.archive-oze__product--item .product-price {
  color: #e3a14e;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 992px) {
  .archive-oze__product {
    width: 100%;
  }
}

#products_pagination {
  position: absolute;
  bottom: 50px;
  width: 60%;
  display: flex;
  justify-content: center;
}
#products_pagination .ic-pagination ul {
  display: flex;
}
#products_pagination .ic-pagination ul li {
  padding-right: 15px;
  text-indent: 0 !important;
}
#products_pagination .ic-pagination ul li:before {
  display: none;
}
#products_pagination .ic-pagination ul li .page-numbers {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #1d1d1b;
}
#products_pagination .ic-pagination ul li .current {
  color: #e3a14e;
}

.hewalex-single-product__sidebar {
  display: flex;
  flex-direction: column;
  width: 31%;
}
@media (max-width: 992px) {
  .hewalex-single-product__sidebar {
    width: 100%;
  }
}
.hewalex-single-product__sidebar h3 {
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
  color: #1d1d1b;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .hewalex-single-product__sidebar h3 {
    font-size: 27px;
  }
}
.hewalex-single-product__sidebar table {
  width: 100%;
  border-collapse: collapse;
}
.hewalex-single-product__sidebar table th {
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
  text-align: left;
}
.hewalex-single-product__sidebar table td {
  vertical-align: middle;
  padding-right: 15px;
  border-bottom: 2px solid #ddd;
}
.hewalex-single-product__sidebar table .cart-remove-btn {
  text-transform: lowercase;
  color: #e3a14e;
}
.hewalex-single-product__sidebar .make-order-btn {
  background-color: #e3a14e;
  color: #fff;
  padding: 5px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
}

.page-template-page-template-instalator-oze-thankyou #content, .page-template-page-template-instalator-orlen-card-thankyou #content {
  padding-bottom: 200px;
}
.page-template-page-template-instalator-oze-thankyou .btn-thankyou, .page-template-page-template-instalator-orlen-card-thankyou .btn-thankyou {
  padding: 10px 30px;
  background: #e3a14e;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 20px;
}

.btn-primary-shop {
  background: #e3a14e;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}

.disabledState {
  background: transparent !important;
  border: 2px solid #ddd;
  color: #ddd !important;
}

.currency {
  text-transform: lowercase;
  font-size: 14px;
  padding-left: 3px;
}

.empty_img {
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  opacity: 0.2;
  margin-top: 30%;
  margin-bottom: 30%;
}

.backtoshop {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  position: absolute;
}
.backtoshop a {
  color: #e3a14e !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.4 ease-out;
}
.backtoshop:hover {
  transition: all 0.4 ease-out;
  transform: scale(0.92);
}
.backtoshop::before {
  content: "";
  background-image: url("./../img/arrow-down.svg");
  background-size: contain;
  width: 15px;
  height: 15px;
  display: flex;
  background-repeat: no-repeat;
  background-size: containe;
  transform: rotate(90deg);
  margin-right: 5px;
}

.notification-alert {
  background: #ffe5e0;
  padding: 16px 20px 16px 56px;
  position: relative;
  color: #db4a79;
  text-transform: none;
  font-size: 14px;
  line-height: 1.64;
}
.notification-alert * {
  color: #db4a79;
  font-size: 14px;
  line-height: 1.64;
  text-transform: none;
}
.notification-alert::before {
  position: absolute;
  content: url("../../dist/images/error.svg");
  top: calc(50% - 12.5px);
  left: 16px;
  width: 25px;
  height: 25px;
}
.notification-warning {
  background: #fff8d4;
  padding: 16px 20px 16px 56px;
  position: relative;
  color: #dba31f;
  text-transform: none;
  font-size: 14px;
  line-height: 1.64;
}
.notification-warning * {
  color: #dba31f;
  font-size: 14px;
  line-height: 1.64;
  text-transform: none;
}
.notification-warning::before {
  position: absolute;
  content: url("../../dist/images/warning.svg");
  top: calc(50% - 12.5px);
  left: 16px;
  width: 25px;
  height: 25px;
}
.notification-success {
  background: #d6f9ce;
  padding: 16px 20px 16px 56px;
  position: relative;
  color: #45cd7c;
  text-transform: none;
  font-size: 14px;
  line-height: 1.64;
}
.notification-success * {
  color: #45cd7c;
  font-size: 14px;
  line-height: 1.64;
  text-transform: none;
}
.notification-success::before {
  position: absolute;
  content: url("../../dist/images/checkmark.svg");
  top: calc(50% - 12.5px);
  left: 16px;
  width: 25px;
  height: 25px;
}

/* CF7 - zgłoszenie projektu */

#upload-area{
border:2px dashed #bbb;
padding:30px;
text-align:center;
cursor:pointer;
margin-bottom:15px;
}

#file-list{
list-style:none;
padding:0;
}

#file-list li{
display:flex;
justify-content:space-between;
padding:5px 0;
}

.file-input-duplicate{
	display:none !important;
}

.wpcf7-select{
	border-color: #efefe9 !important;
}