#ktk-eby-prod {
  max-width: 1080px;
  margin: 0 auto;
}
.ktk-root {
  font-family: "Exo2Light";
  font-size: 14px;
}
.ktk-root p {
  margin-bottom: 0.5em;
}
.ktk-root small {
  font-size: .8rem;
  line-height: 1.2;
}
.ktk-button {
  padding: 14px 12px;
  font-size: 12px;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #00aad8, #124872);
  display: inline-block;
  height: 44px;
}
.ktk-button:hover,
.ktk-button.active {
  background: linear-gradient(to top, #00aad8, #124872);
}
.ktk-button.ktk-icon-back {
  padding-left: 42px;
}
.ktk-button.ktk-icon-back:before {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 32px;
  content: "\200b";
  background-image: url(arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ktk-textfield {
  display: inline-block;
  height: 44px;
  padding: 6px 12px;
  color: #506e78;
  background-color: #ffffff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}
.ktk-search {
  background-position: left center;
  background-image: url(icon-magnifier.png);
  background-repeat: no-repeat;
  padding-left: 40px;
}
.ktk-v-middle {
  display: table;
  border-collapse: separate;
}
.ktk-v-middle > div {
  display: table-cell;
  vertical-align: middle;
}
.ktk-spacer {
  background-color: #c0d4e0;
  padding: 12px;
  margin-bottom: 12px;
}
.ktk-spacer-logo {
  height: 42px;
}
.ktk-search-box {
  width: 120px;
  display: inline-block;
}
.ktk-search-box input[type="submit"] {
  z-index: 1;
  width: 100%;
}
.ktk-search-box input[type="text"] {
  position: absolute;
  top: 0;
  left: -40px;
  width: 100%;
  transition: all ease .3s;
}
.ktk-search-box:hover input[type="text"],
.ktk-search-box input[type="text"]:focus {
  left: -150%;
  width: 150%;
}
#ktk-prod-img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.ktk-display-box {
  padding: 32px 16px;
  background-image: radial-gradient(circle farthest-side at left top, #00aad8, #124872);
  margin-bottom: 16px;
}
.ktk-display-box h1 {
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
}
.ktk-tabs {
  font-size: 0;
  border: 6px solid #c0d4e0;
  overflow-x: hidden;
}
.ktk-tabs > input {
  display: none;
}
.ktk-tabs > label {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
}
.ktk-tabs .tabs-viewport > * {
  display: none;
  font-size: 1rem;
}
.ktk-tabs > input:nth-child(1):checked ~ .tabs-viewport > *:nth-child(1),
.ktk-tabs > input:nth-child(3):checked ~ .tabs-viewport > *:nth-child(2),
.ktk-tabs > input:nth-child(5):checked ~ .tabs-viewport > *:nth-child(3),
.ktk-tabs > input:nth-child(7):checked ~ .tabs-viewport > *:nth-child(4),
.ktk-tabs > input:nth-child(9):checked ~ .tabs-viewport > *:nth-child(5),
.ktk-tabs > input:nth-child(11):checked ~ .tabs-viewport > *:nth-child(6) {
  display: block;
}
@media screen and (max-width: 520px) {
  .ktk-tabs label {
    display: block;
  }
}
.ktk-tabs > label {
  padding: 14px 12px;
  font-size: 12px;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #00aad8, #124872);
  border-right: 4px solid #ffffff;
  padding: 12px;
}
.ktk-tabs > label:hover,
.ktk-tabs > label.active {
  background: linear-gradient(to top, #00aad8, #124872);
}
.ktk-tabs > label:before {
  content: "\200b";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-top: 12px solid #00aad8;
  top: 0;
  transition: all ease .5s;
  z-index: -1;
}
.ktk-tabs > label:last-of-type:after {
  content: "\200b";
  display: inline-block;
  width: 1000px;
  background: linear-gradient(to bottom, #00aad8, #124872);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}
.ktk-tabs > input:checked + label {
  background: linear-gradient(to top, #00aad8, #124872);
}
.ktk-tabs > input:checked + label:before {
  top: 100%;
}
.ktk-tabs .tabs-viewport > * {
  padding: 16px 24px;
  font-size: 14px;
}
.ktk-shipping {
  display: inline-block;
  padding: 8px;
  margin-bottom: 20px;
  background-image: radial-gradient(circle farthest-side at right top, #00aad8, #124872);
  background-color: #0689b6;
  z-index: 1;
  color: #ffffff;
}
.ktk-shipping > * {
  display: inline-block;
}
.ktk-shipping img {
  height: 55px;
  margin: -5px;
  margin-right: 5px;
}
.ktk-shipping p {
  font-size: 16px;
}
.ktk-shipping:after {
  content: "\200b";
  display: block;
  background-color: #0689b6;
  position: absolute;
  bottom: 100%;
  left: 66%;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin-bottom: -10px;
  z-index: -1;
}
.ktk-contact-box {
  padding: 20px 48px;
  margin: 30px 0;
  background-color: #c0d4e0;
  color: #506e78;
}
.ktk-contact-box h1 {
  color: #ffffff;
  font-size: 30px;
  margin: 0.5em 0;
}
.ktk-contact-box h1:first-child {
  margin-top: 0;
}
.ktk-contact-box p {
  font-size: 17px;
}
.ktk-contact-phone {
  background-color: #9bafbe;
  padding: 10px;
  margin-right: 20px !important;
  text-align: center;
  max-width: 230px;
  border-radius: 25px;
}
.ktk-contact-phone p {
  color: #ffffff;
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}
.ktk-contact-wrapper > * {
  display: inline-block;
  margin-right: 12px;
}
.ktk-icon-tag {
  margin-bottom: 14px;
}
.ktk-icon-tag img {
  background: radial-gradient(circle farthest-side at right top, #00aad8, #124872);
  border-radius: 50%;
  margin-right: 12px;
}
.icon-tags-grid > div {
  padding: 0 16px;
}
.ktk-list li {
  margin-left: 1.5em;
  margin-bottom: .5rem;
}
.ktk-list li:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  font-family: FontAwesome;
  content: "";
}
.ktk-bottom-box {
  margin-bottom: 24px;
}
#contentB3 h2 {
  font-size: 17px;
}
.ktk-pay-method {
  margin-bottom: 12px;
}
.ktk-pay-method > div:first-child {
  width: 150px;
}
.ktk-pay-method > div:first-child > img {
  width: 100%;
}
#ktk-feedback-box {
  padding: 14px;
  background: radial-gradient(circle farthest-side at left top, #00aad8, #124872);
  color: #ffffff;
}
#ktk-feedback-box header {
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 8px 14px;
}
#ktk-feedback-box .ktk-content {
  padding: 0 6px;
}
.ktk-info-footer h1 {
  font-size: 30px;
  margin-bottom: 0.5em;
  color: #0689b6;
}
@media screen and (max-width: 740px) {
  .icon-tags-grid > div {
    padding: 0;
  }
  .ktk-contact-wrapper > * {
    display: block;
    margin-right: 0;
    margin-top: 12px;
  }
}
@media screen and (max-width: 520px) {
  .ktk-spacer-logo {
    padding: 6px 0;
  }
  .ktk-tabs > label {
    border-right: 0;
    border-bottom: 4px solid #ffffff;
  }
  .ktk-tabs > label:before {
    display: none;
  }
}
