body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.lbl-rd{ text-align: -webkit-center; }
.lbl-rd [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* IMAGE STYLES */
.lbl-rd [type=radio] + img {
  cursor: pointer;
}
.img-rd-measure { height: 200px; }
.lbl-rd [type=radio] + img {
  outline: 2px solid #c0c0c0;
}
/* CHECKED STYLES */
.lbl-rd [type=radio]:checked + img {
  outline: 2px solid #354835;
}
#svg-colors .close { float: right;margin-right: 10px; }
/*.svg-filler{ opacity: 90%; }*/
.div-colors span { font-size: 10px; }
.thumb_btn{cursor: pointer;}
.img-measure-type{ max-height: 240px !important;width:100%;border: 1px solid #d2d2d2; }
.current-used{fill:#3b3b3b !important;}
.part-nonselectable{ fill:#000 !important;opacity: 90%; }
.filler-hover:not(.current-used),.filler-active:not(.current-used){fill:#6f6f6f !important;cursor: pointer;}
.spn-color:hover{border: 2px solid #000;cursor: pointer;}
.part-required {
    animation: blinkingText 2s infinite;
}
@keyframes blinkingText{
  0%      { fill: #ffffff;}
  25%     { fill: #f44336;}/*dca7a7*/
  50%     { fill: #f44336;}/*dca7a7*/
  75%     { fill: #f44336;}/*dca7a7*/
  100%    { fill: #ffffff;}
}
.div-svg-img svg{ max-width: 100% !important; }
.modal-header{ display: block; }
@media only screen and (max-width: 580px) {
  #smartwizard { position: relative; }
  .tab-content { min-height: 540px !important; }
  .tab-pane {
    position: absolute !important;
    top: 42px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    min-height: 480px;
  }
}
.title h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.title::before {
  content: "";
  position: absolute;
  background-color: #354835;/*#eb3e32;*/
  width: 80px;
  height: 2px;
  bottom: 0;
}
.title { position: relative; }
.title.text-center:before {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.title.text-right:before { left: auto; }
section {
  padding: 35px 0;
}
.btn-secondary {
  background-color: #363f4d;
  border-radius: 50px;
  padding: 12px 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 2px solid #363f4d;
  position: relative;
  z-index: 99;
  text-transform: capitalize;
  overflow: hidden;
}
.btn {
  font-weight: 500 !important;
}
.btn-secondary:hover {
  background-color: #464f5d;
  border-color: #464f5d;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #464f5d;
  border-color: #464f5d;
  color: #ffffff;
}
.btn + .btn {
  margin-left: 10px;
}
.hidden{
  display: none;
}