.nt-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #F26223;
  border: 0;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  line-height: 27px;
}
.nt-btn img, .woocommerce #respond input#submit img, .woocommerce a.button img, .woocommerce button.button img, .woocommerce input.button img {
  margin-left: 20px;
}

.nt-plain-btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 7px 30px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
}

.nt-tabs .nav-pills .nav-link.active, .nt-tabs .nav-pills .show > .nav-link, .nt-tabs .nav-pills .nav-link {
  background: transparent;
  color: #66360E;
  padding: 0px 0px;
  position: relative;
  text-transform: uppercase;
}
.nt-tabs .nav-pills {
  margin-bottom: 44px;
}
.nt-tabs .nav-pills .nav-item {
  padding: 0px 30px;
  border-right: 2px solid #66360E;
  line-height: 15px;
  font-size: 14.5px;
  letter-spacing: 0.35px;
  margin-right: 0;
}
.nt-tabs .nav-pills .nav-item:first-child {
  padding-left: 0px !important;
}
.nt-tabs .nav-pills .nav-item:last-child {
  border-right: 0;
}
.nt-tabs .nav-pills .nav-link.active {
  font-weight: bold;
  border-radius: 0px;
}
.nt-tabs .nav-pills .nav-link.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 27px;
  background-color: #66360E;
  left: 0;
}

.nt-input {
  border: 0;
  border-bottom: 1px solid #665B5A;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  padding: 6px 0;
}
.nt-input:focus {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 #fff;
  border-bottom: 1px solid #665B5A;
}

.img-as-btn {
  background-color: transparent;
  border: 0;
}
.img-as-btn:focus, .img-as-btn:hover {
  background: transparent;
  border: 0;
  border-color: transparent;
}

.cust-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #3F3837;
  border-bottom: 1px solid #DDD1C4;
  line-height: 15px;
  padding-bottom: 10px;
}
.cust-checkbox:last-child {
  border: 0;
}
.cust-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cust-checkbox input:checked ~ .checkmark {
  background-color: transparent;
}
.cust-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.cust-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #3F3837;
  border-radius: 2px;
}
.cust-checkbox .checkmark::after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #F16221;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}/*# sourceMappingURL=elements.css.map */