html body {
  overflow-y: scroll;
}
#sxk-faq #sxk-faq-search {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 16px;
}
#sxk-faq #sxk-faq-search .heading {
  padding: 0 0 5px 0;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
#sxk-faq #sxk-faq-search .inner {
  position: relative;
  margin-bottom: 30px;
}
#sxk-faq #sxk-faq-search .inner input {
  width: 100%;
  padding: 0 110px 0 10px;
  border: 1px solid #ddd;
  height: 34px;
  line-height: 32px;
}
#sxk-faq #sxk-faq-search .inner input:focus {
  outline: none;
}
#sxk-faq #sxk-faq-search .inner button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  line-height: 32px;
  color: #000;
  transition: all 0.4s;
  background: #f90;
}
#sxk-faq #sxk-faq-search .inner button:focus {
  outline: none;
}
#sxk-faq #sxk-faq-search .inner button .fa {
  margin-right: 10px;
  width: 13px;
}
#sxk-faq #sxk-faq-search .inner button:hover {
  opacity: 0.8;
}
#sxk-faq #sxk-faq-search span.help-inline-faq {
  left: 10px;
  top: 35px;
  color: red;
  position: absolute;
  font-size: 10px;
}
#sxk-faq #sxk-faq-search #sxk-faq-search-results {
  display: none;
}
#sxk-faq #sxk-faq-search #sxk-faq-search-results .action {
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
}
#sxk-faq #sxk-faq-search #sxk-faq-search-results h2 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sxk-faq #sxk-faq-items,
#sxk-faq #sxk-faq-items-search {
  margin-top: 30px;
}
#sxk-faq #sxk-faq-items .themes .theme,
#sxk-faq #sxk-faq-items-search .themes .theme {
  margin-bottom: 30px;
}
#sxk-faq #sxk-faq-items .themes .theme .theme_name,
#sxk-faq #sxk-faq-items-search .themes .theme .theme_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
#sxk-faq #sxk-faq-items .themes .theme .theme_name i,
#sxk-faq #sxk-faq-items-search .themes .theme .theme_name i {
  width: 25px;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item {
  border-top: 1px solid #eee;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item:last-child,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item:last-child {
  border-bottom: 1px solid #eee;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .name,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .name {
  position: relative;
  cursor: pointer;
  padding: 8px 30px 8px 0;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .name .fa-q,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .name .fa-q {
  color: #333;
  width: 20px;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .name .fa-closed,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .name .fa-closed {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 8px;
  transition: all 0.8s;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .name .fa-opened,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .name .fa-opened {
  transform: rotate(180deg);
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .text,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .text {
  display: none;
  padding: 0 0 10px;
  font-style: italic;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .text a,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .text a {
  text-decoration: underline;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .text .bb,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .text .bb {
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
}
#sxk-faq #sxk-faq-items-search {
  display: none;
}
@media (max-width: 767px) {
  #sxk-faq #sxk-faq-search .inner input {
    font-size: 12px;
  }
}
