/**
 *
 * 01. Base
 *     01. 01. Header
 *     01. 02. Sticky
 *     01. 03. Header Buttons
 *     01. 04. Navigation
 *     01. 05. Wrapper
 *     01. 06. Content
 *     01. 07. Section
 *     01. 08. Footer
 *     01. 09. Copyright
 *     01. 10. Show All Settings
 *     01. 11. Search Input
 *     01. 12. Metabox
 *     01. 13. Comment Metabox
 *     01. 14. Help Tooltip
 * 02. Themes
 *     02. 01. Theme Dark
 *     02. 02. Theme Light
 * 03. Fields
 *     03. 01. Field
 *     03. 02. Field: border, spacing, dimensions
 *     03. 03. Field: checkbox, radio
 *     03. 04. Field: code_editor
 *     03. 05. Field: color
 *     03. 06. Field: color_group
 *     03. 07. Field: select
 *     03. 08. Field: slider
 *     03. 09. Field: spinner
 *     03. 10. Field: switcher
 *     03. 11. Field: text
 *     03. 12. Field: subheading
 *     03. 13. Field: number
 *     03. 14. Field: others
  *    03. 15. Field: typography

 * 04. Responsive
 * 05. Others
 *
 * ---------------------------------------------------------
 *
 */
/**
 * 01. Base
 */
.sp_wqv {
  position: relative;
}

.sp_wqv label {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.sp_wqv-ab-icon {
  top: 2px;
}

#screen-meta-links+.sp_wqv-options {
  margin-top: 40px;
}

.sp_wqv-options {
  margin-top: 20px;
  margin-right: 20px;
}

/**
 * 01. 01. Header
 */
.sp_wqv-header {
  position: relative;
}

.sp_wqv-header-inner {
  padding: 25px;
  transition: box-shadow .3s ease;
}

.sp_wqv-header-inner h1 {
  float: left;
  margin: 0;
  font-size: 22px;
  color: #444444;
  font-weight: 600;
  line-height: 35px;
}

.sp_wqv-header-inner h1 small {
  font-size: 11px;
  font-weight: 500;
}

/**
 * 01. 02. Sticky
 */
.sp_wqv-sticky .sp_wqv-header-inner {
  position: fixed;
  z-index: 99;
  top: 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/**
 * 01. 03. Header Buttons
 */
.sp_wqv-buttons {
  float: right;
}

.sp_wqv-buttons .button {
  margin: 0 2px;
  line-height: 26px;
}

.sp_wqv-buttons .button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.sp_wqv-buttons .sp_wqv-save {
  min-width: 72px;
}

.sp_wqv-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 32px;
  width: 50%;
  height: 100%;
  color: #343434;
  background-image: url(../img/woo-quickview.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position-y: center;
  font-size: 20px;
  font-weight: 600;
}

.sp_wqv-header-right {
  float: right;
}

/**
 * 03. 03. Field: button_set
 */
.sp_wqv-field-button_set .sp_wqvp--buttons {
  display: inline-block;
}

.sp_wqv-field-button_set .sp_wqvp--button {
  position: relative;
  z-index: 1;
  float: left;
  cursor: pointer;
  padding: 7px 12px;
  min-width: 16px;
  text-align: center;
  color: #555;
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  user-select: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.sp_wqv-field-button_set .sp_wqvp--button:first-child {
  border-radius: 4px 0 0 4px;
}

.sp_wqv-field-button_set .sp_wqvp--button:last-child {
  border-radius: 0 4px 4px 0;
}

.sp_wqv-field-button_set .sp_wqvp--button:not(:first-child) {
  margin-left: -1px;
}

.sp_wqv-field-button_set .sp_wqvp--button:hover {
  background-color: #eee;
}

.sp_wqv-field-button_set .sp_wqvp--active:hover,
.sp_wqv-field-button_set .sp_wqvp--active {
  z-index: 2;
  color: #fff;
  border-color: #006799;
  background-color: #0085ba;
}

.sp_wqv-field-button_set input {
  display: none;
}

/**
 * 01. 04. Navigation
 */
.sp_wqv-nav {
  display: block;
  position: relative;
  z-index: 10;
  float: left;
}

.sp_wqv-nav ul {
  clear: left;
  margin: 0;
  list-style-type: none;
}

.sp_wqv-nav ul li {
  margin-bottom: 0;
}

.sp_wqv-nav ul li a {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 14px 12px;
  text-decoration: none;
  transition-property: color, background;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.sp_wqv-nav ul li a:focus {
  outline: none;
  box-shadow: none;
}

.sp_wqv-nav ul li .sp_wqv-arrow:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.sp_wqv-nav ul li.sp_wqv-tab-expanded .sp_wqv-arrow:after {
  transform: rotate(90deg);
}

.sp_wqv-nav ul li.sp_wqv-tab-expanded ul {
  display: block;
}

.sp_wqv-nav ul ul {
  display: none;
  position: relative;
}

.sp_wqv-nav ul ul li a {
  font-size: 12px;
  padding: 12px 14px 12px 24px;
}

.sp_wqv-nav .sp_wqv-tab-icon {
  width: 20px;
  margin-right: 5px;
  font-size: 13px;
  text-align: center;
}

.sp_wqv-nav .sp_wqv-label-error {
  margin-left: 4px;
  vertical-align: top;
}

.sp_wqv-nav-normal {
  width: 225px;
}

.sp_wqv-nav-normal+.sp_wqv-content {
  margin-left: 225px;
}

.sp_wqv-nav-inline {
  width: 100%;
}

.sp_wqv-nav-inline ul li {
  display: inline-block;
  vertical-align: top;
}

.sp_wqv-nav-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 225px;
}

/**
 * 01. 05. Wrapper
 */
.sp_wqv-wrapper {
  position: relative;
}

/**
 * 01. 06. Content
 */
.sp_wqv-content {
  position: relative;
  background-color: #fff;
}

/**
 * 01. 07. Section
 */
.sp_wqv-sections {
  float: left;
  width: 100%;
}

.sp_wqv-section-title {
  display: none;
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.sp_wqv-section-title h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.sp_wqv-section-title .sp_wqv-section-icon {
  margin-right: 5px;
}

/**
 * 01. 08. Footer
 */
.sp_wqv-footer {
  padding: 20px;
  font-size: 11px;
}

/**
 * 01. 09. Copyright
 */
.sp_wqv-copyright {
  float: left;
  margin-top: 5px;
}

/**
 * 01. 10. Show All Settings
 */
.sp_wqv-search-all .sp_wqv-nav-background,
.sp_wqv-search-all .sp_wqv-nav,
.sp_wqv-show-all .sp_wqv-nav-background,
.sp_wqv-show-all .sp_wqv-nav {
  display: none;
}

.sp_wqv-search-all .sp_wqv-content,
.sp_wqv-show-all .sp_wqv-content {
  margin-left: 0;
}

.sp_wqv-search-all .sp_wqv-section-title,
.sp_wqv-search-all .sp_wqv-section,
.sp_wqv-show-all .sp_wqv-section-title,
.sp_wqv-show-all .sp_wqv-section {
  display: block !important;
}

.sp_wqv-search-all .sp_wqv-section-title {
  display: none !important;
}

.sp_wqv-expand-all {
  float: left;
  padding: 0 8px;
  margin-right: 4px;
  z-index: 1;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
  border-radius: 2px;
  transition: all .2s;
}

.sp_wqv-expand-all span {
  font-size: 11px;
  vertical-align: middle;
}

/**
 * 01. 11. Search Input
 */
.sp_wqv-search {
  float: left;
}

.sp_wqv-search input {
  margin: 0 2px 0 0;
  border: none;
  font-size: 12px;
  line-height: 30px;
  min-height: 30px;
  text-align: inherit;
  padding: 0 10px;
  border-radius: 2px;
  box-shadow: none;
}

.sp_wqv-search input:focus {
  box-shadow: none;
}

.sp_wqv-saving .sp_wqv-buttons,
.sp_wqv-saving .sp_wqv-content {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}



/**
 * 01. 14. Help Tooltip
 */
.sp_wqv-tooltip {
  position: absolute;
  z-index: 5000001;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  padding: 6px 12px;
  max-width: 200px;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
}

/**
 * 02. Themes
 */
/**
 * 02. 01. Theme Dark
 */
.sp_wqv-theme-dark .sp_wqv-header-inner {
  background-color: #050505;
}

.sp_wqv-theme-dark .sp_wqv-header-inner h1 {
  color: #fff;
}

.sp_wqv-theme-dark .sp_wqv-header-inner h1 small {
  color: #555;
}

.sp_wqv-theme-dark .sp_wqv-expand-all {
  color: #999;
  background-color: #222;
}

.sp_wqv-theme-dark .sp_wqv-expand-all:hover {
  color: #fff;
  background-color: #333;
}

.sp_wqv-theme-dark .sp_wqv-search input {
  color: #fff;
  background-color: #222;
}

.sp_wqv-theme-dark .sp_wqv-search:focus {
  background-color: #444;
}

.sp_wqv-theme-dark .sp_wqv-search::-webkit-input-placeholder {
  color: #666;
}

.sp_wqv-theme-dark .sp_wqv-nav ul li a {
  color: #999;
  border-color: #2f2f2f;
  background-color: #222;
}

.sp_wqv-theme-dark .sp_wqv-nav ul li a:hover {
  color: #fff;
}

.sp_wqv-theme-dark .sp_wqv-nav ul li .sp_wqv-active {
  color: #fff;
  background-color: #111;
}

.sp_wqv-theme-dark .sp_wqv-nav ul ul li a {
  border-color: #2f2f2f;
  background-color: #191919;
}

.sp_wqv-theme-dark .sp_wqv-nav ul ul li .sp_wqv-active {
  background-color: #101010;
}

.sp_wqv-theme-dark .sp_wqv-nav ul ul:before {
  background-color: rgba(34, 34, 34, 0.75);
}

.sp_wqv-theme-dark .sp_wqv-nav>ul>li:last-child>a {
  border: none;
}

.sp_wqv-theme-dark .sp_wqv-nav-normal ul li a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.sp_wqv-theme-dark .sp_wqv-nav-normal ul li .sp_wqv-active:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-right-color: #fff;
  border-width: 4px;
  margin-top: -4px;
}

.sp_wqv-theme-dark .sp_wqv-nav-inline {
  background-color: #222;
}

.sp_wqv-theme-dark .sp_wqv-nav-inline ul li a {
  text-align: center;
  border-right-width: 1px;
  border-right-style: solid;
}

.sp_wqv-theme-dark .sp_wqv-nav-inline ul li .sp_wqv-active:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}

.sp_wqv-theme-dark .sp_wqv-nav-background {
  background-color: #222;
}

.sp_wqv-theme-dark .sp_wqv-footer {
  color: #555;
  background-color: #050505;
}

/**
 * 02. 02. Theme Light
 */
.sp_wqv-theme-light .sp_wqv-container {
  /* border: 1px solid #ccd0d4;
  box-shadow: 0 0 15 rgba(0, 0, 0, 0.04); */
}

.sp_wqv-theme-light .sp_wqv-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  padding: 22px 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 0 rgb(36 39 50 / 8%);
  box-shadow: 0 0 20px 0 rgb(36 39 50 / 8%);
}

.sp_wqv-theme-light .sp_wqv-header-inner h1 small {
  color: #999;
}

.sp_wqv-theme-light .sp_wqv-expand-all {
  color: #999;
  background-color: #eee;
}

.sp_wqv-theme-light .sp_wqv-expand-all:hover {
  color: #555;
}

.sp_wqv-theme-light .sp_wqv-search input {
  color: #555;
  background-color: #eee;
}

.sp_wqv-theme-light .sp_wqv-search input::-webkit-input-placeholder {
  color: #999;
}

.sp_wqv-theme-light .sp_wqv-nav ul li a {
  font-weight: 500;
  color: #444;
  background-color: #f5f5f5;
}

.sp_wqv-theme-light .sp_wqv-nav ul li a:hover {
  color: #111;
  background-color: #fff;
}

.sp_wqv-theme-light .sp_wqv-nav ul li .sp_wqv-active {
  color: #111;
  background-color: #fff;
}

.sp_wqv-theme-light .sp_wqv-nav ul ul li a {
  background-color: #eee;
}

.sp_wqv-theme-light .sp_wqv-nav-normal>ul {
  margin-right: -1px;
  margin-bottom: -1px;
}

.sp_wqv-theme-light .sp_wqv-nav-normal>ul li a {
  border-bottom: 1px solid #ccd0d4;
  border-right: 1px solid #ccd0d4;
}

.sp_wqv-theme-light .sp_wqv-nav-normal>ul li .sp_wqv-active {
  border-right-color: #fff;
}

.sp_wqv-theme-light .sp_wqv-nav-inline {
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccd0d4;
}

.sp_wqv-theme-light .sp_wqv-nav-inline>ul li a {
  text-align: center;
  border-right: 1px solid #ccd0d4;
  border-bottom: 1px solid #ccd0d4;
}

.sp_wqv-theme-light .sp_wqv-nav-inline>ul li .sp_wqv-active {
  border-bottom-color: #fff;
}

.sp_wqv-theme-light .sp_wqv-nav-inline>ul ul {
  display: none !important;
}

.sp_wqv-theme-light .sp_wqv-nav-inline .sp_wqv-arrow:after {
  display: none;
}

.sp_wqv-theme-light .sp_wqv-nav-background {
  background-color: #f5f5f5;
  border-right: 1px solid #ccd0d4;
}

.sp_wqv-theme-light .sp_wqv-footer {
  color: #555;
  border-top: 1px solid #ccd0d4;
  background-color: #f5f5f5;
  background: linear-gradient(#fafafa, #f5f5f5);
}

/**
 * 03. Fields
 */
.sp_wqv-field {
  position: relative;
  padding: 20px 30px;
}

.sp_wqv-field p:first-child {
  margin-top: 0;
}

.sp_wqv-field p:last-child {
  margin-bottom: 0;
}

.sp_wqv-field:after,
.sp_wqv-field:before {
  content: " ";
  display: table;
}

.sp_wqv-field:after {
  clear: both;
}

.sp_wqv-field h4 {
  margin-top: 0;
}

.sp_wqv-field .sp_wqv-title {
  position: relative;
  width: 20%;
  float: left;
}

.sp_wqv-field .sp_wqv-title h4 {
  margin: 0;
  color: #23282d;
}

.sp_wqv-field .sp_wqv-fieldset {
  float: right;
  width: calc(80% - 20px);
}

.sp_wqv-pseudo-field {
  padding: 0 5px 0 0 !important;
  display: inline-block;
}

.sp_wqv-pseudo-field+.sp_wqv-pseudo-field {
  border: 0;
}

.sp_wqv-pseudo-field pre {
  display: none;
}



/**
 * 03. 01. Field: border, spacing, dimensions
 */
.sp_wqv-field-border .sp_wqv--inputs,
.sp_wqv-field-spacing .sp_wqv--inputs,
.sp_wqv-field-dimensions_advanced .sp_wqv--inputs,
.sp_wqv-field-dimensions .sp_wqv--inputs {
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.sp_wqv-field-border .sp_wqv--input,
.sp_wqv-field-spacing .sp_wqv--input,
.sp_wqv-field-dimensions_advanced .sp_wqv--input,
.sp_wqv-field-dimensions .sp_wqv--input {
  display: flex;
  padding-right: 6px;
  padding-bottom: 4px;
  box-sizing: border-box;
}

.sp_wqv-field-border .sp_wqv--input select,
.sp_wqv-field-spacing .sp_wqv--input select,
.sp_wqv-field-dimensions_advanced .sp_wqv--input select,
.sp_wqv-field-dimensions .sp_wqv--input select {
  margin: 0;
}

.sp_wqv-field-border .sp_wqv--input input,
.sp_wqv-field-spacing .sp_wqv--input input,
.sp_wqv-field-dimensions_advanced .sp_wqv--input input,
.sp_wqv-field-dimensions .sp_wqv--input input {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 65px;
  max-width: 100%;
  text-align: center;
}

.sp_wqv-field-border .sp_wqv--color,
.sp_wqv-field-spacing .sp_wqv--color,
.sp_wqv-field-dimensions_advanced .sp_wqv--color,
.sp_wqv-field-dimensions .sp_wqv--color {
  float: left;
}

.sp_wqv-field-border .sp_wqv--label,
.sp_wqv-field-spacing .sp_wqv--label,
.sp_wqv-field-dimensions_advanced .sp_wqv--label,
.sp_wqv-field-dimensions .sp_wqv--label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
  min-width: 20px;
  max-width: 100%;
  padding: 0 4px;
  font-size: 12px;
  text-align: center;
  color: #555;
  border: 1px solid #7B776C;
  background-color: #f5f5f5;
}

.sp_wqv-field-border .sp_wqv--icon,
.sp_wqv-field-spacing .sp_wqv--icon,
.sp_wqv-field-dimensions_advanced .sp_wqv--label-icon,
.sp_wqv-field-dimensions .sp_wqv--icon {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.sp_wqv-field-border .sp_wqv--icon+input,
.sp_wqv-field-spacing .sp_wqv--icon+input,
.sp_wqv-field-dimensions_advanced .sp_wqv--icon+input,
.sp_wqv-field-dimensions .sp_wqv--icon+input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sp_wqv-field-border .sp_wqv--unit,
.sp_wqv-field-spacing .sp_wqv--unit,
.sp_wqv-field-dimensions_advanced .sp_wqv--label-unit,
.sp_wqv-field-dimensions .sp_wqv--unit {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.sp_wqv-field-border .sp_wqv--is-unit,
.sp_wqv-field-spacing .sp_wqv--is-unit,
.sp_wqv-field-dimensions_advanced .sp_wqv--is-unit,
.sp_wqv-field-dimensions .sp_wqv--is-unit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sp_wqv-field-spacing .sp_wqv--inputs .sp_wqv--title {
  color: #999;
  margin-bottom: 5px;
}

.sp_wqv-field-dimensions_advanced input[type=number] {
  border-radius: 0;
  padding: 0 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.sp_wqv-field.sp_wqv-field-dimensions_advanced .sp_wqv-fieldset {
  display: flex;
}

.sp_wqv-field.sp_wqv-field-dimensions_advanced.only_pro .sp_wqv-fieldset {
  opacity: 0.7;
}

.sp_wqv-field.sp_wqv-field-dimensions_advanced.wqv_product_custom_size .sp_wqv-fieldset {
  /* display: flex;
  border: 1px solid #ccd0d4;
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  width: 374px;
  max-width: 520px;
  float: left;
  padding: 20px;
  border-radius: 5px;
  margin-top: -25px;
  margin-left: 20px; */
}

.sp_wqv-field.sp_wqv-field-dimensions_advanced.wqv_product_custom_size .sp_wqv-fieldset .sp_wqv--input:nth-child(3){
  position: relative;
}
.sp_wqv-field.sp_wqv-field-dimensions_advanced.wqv_product_custom_size .sp_wqv-fieldset .sp_wqv--input:nth-child(3):after {
  position: absolute;
  content: "PRO";
  background-color: #d4d4d4;
  padding: 2px 4px;
  font-size: 8px;
  border-radius: 2px;
  height: 11px;
  margin-left: 5px;
  margin-top: 7px;
  right: -20px;
  color: #fff;
  line-height: 1.45;
}
/**
 * 03. 02. Field: checkbox, radio
 */
.sp_wqv-field-checkbox ul,
.sp_wqv-field-radio ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
  max-height: 305px;
}

.sp_wqv-field-checkbox ul li,
.sp_wqv-field-radio ul li {
  margin-bottom: 6px;
}

.sp_wqv-field-checkbox ul ul,
.sp_wqv-field-radio ul ul {
  max-height: none;
}

.sp_wqv-field-checkbox ul ul li,
.sp_wqv-field-radio ul ul li {
  margin-left: 8px;
}

.sp_wqv-field-checkbox ul ul li:first-child,
.sp_wqv-field-radio ul ul li:first-child {
  margin-left: 0;
}

.sp_wqv-field-checkbox input,
.sp_wqv-field-radio input {
  margin: 0 1px;
}

.sp_wqv-field-checkbox .sp_wqv--inline-list li,
.sp_wqv-field-radio .sp_wqv--inline-list li {
  display: inline-block;
  margin-right: 15px;
}

.sp_wqv-field-checkbox .sp_wqv--text,
.sp_wqv-field-radio .sp_wqv--text {
  margin-left: 5px;
  vertical-align: middle;
}

.sp_wqv-field-checkbox .sp_wqv-checker,
.sp_wqv-field-radio .sp_wqv-checker {
  cursor: pointer;
}

/**
 * 03. 03. Field: code_editor
 */
.sp_wqv-field-code_editor .CodeMirror {
  width: 100%;
  height: 250px;
}

.sp_wqv-field-code_editor .cm-s-default {
  border: 1px solid #ccd0d4;
}

.sp_wqv-field-code_editor textarea {
  width: 100%;
  height: 400px;
}

/**
 * 03. 04. Field: color
 */
.sp_wqv-field-color>input {
  opacity: 0.75;
  width: 115px;
  max-width: 100%;
}

.sp_wqv-field-color .button.wp-picker-clear {
  padding: 0 8px;
  margin-left: 6px;
  line-height: 2.54545455;
  min-height: 30px;
}

/**
 * 03. 05. Field: color_group
 */
.sp_wqv-field-color_group .sp_wqv--left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.sp_wqv-field-color_group .sp_wqv--title {
  color: #999;
  margin-bottom: 5px;
}

/**
 * 03. 09. Field: image_select
 */
.sp_wqv-field-icon_select .sp_wqv--icon,
.sp_wqv-field-image_select .sp_wqv--image {
  display: inline-block;
  margin: 0 5px 5px 0;
  position: relative;
}

.sp_wqv-field-icon_select .sp_wqv--inline-list .sp_wqv--icon,
.sp_wqv-field-image_select .sp_wqv--inline-list .sp_wqv--image {
  display: inline-block;
}

.sp_wqv-field-icon_select figure,
.sp_wqv-field-image_select figure {
  cursor: pointer;
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  vertical-align: bottom;
  border: 2px solid transparent;
  background-color: #fff;
  user-select: none;
  transition: all .2s;
}

.sp_wqv-field-icon_select figure {
  padding: 8px 10px;
  font-size: 20px;
  line-height: 20px;
}

.sp_wqv-field-image_select figure img,
.sp_wqv-field-icon_select figure {
  max-width: 100%;
  vertical-align: bottom;
  background-color: #fff;
  border: 2px solid #eee;
  opacity: 1;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.sp_wqv-field-icon_select .sp_wqv--active figure {
  border-color: #52b3d9;
  opacity: 1;
}

/* .sp_wqv-field-icon_select .sp_wqv--active figure,
 .sp_wqv-field-image_select .sp_wqv--active figure {
   border-color: #222;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
 } */
.sp_wqv-field-icon_select .sp_wqv--active figure:before,
.sp_wqv-field-image_select .sp_wqv--active figure:before {
  opacity: 1;
}

.sp_wqv-field-icon_select figure,
.sp_wqv-field-image_select img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sp_wqv-field-icon_select input,
.sp_wqv-field-image_select input {
  display: none;
}







/**
 * 03. 06. Field: select
 */
.sp_wqv-field-select .sp_wqv-fieldset {
  min-height: 30px;
}

.sp_wqv-field-select .sp_wqv-chosen {
  display: none;
}

.sp_wqv-field-select select {
  max-width: 100%;
  margin: 0;
}

/**
 * 03. 08. Field: spinner
 */
.sp_wqv-field-spinner .sp_wqv--spin {
  display: flex;
}

.sp_wqv-field-spinner .ui-spinner {
  display: flex;
}

.sp_wqv-field-spinner .ui-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-width: 20px;
  padding: 0 4px;
  color: #555;
  border: 1px solid #7e8993;
  background-color: #f5f5f5;
}

.sp_wqv-field-spinner .ui-spinner-button {
  cursor: pointer;
}

.sp_wqv-field-spinner .ui-spinner-button:hover {
  background-color: #e7e7e7;
}

.sp_wqv-field-spinner .ui-spinner-button:active {
  background-color: #ddd;
}

.sp_wqv-field-spinner .ui-spinner-button:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
}

.sp_wqv-field-spinner .ui-spinner-down {
  order: 1;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.sp_wqv-field-spinner .ui-spinner-down:before {
  content: "\f0d9";
}

.sp_wqv-field-spinner .ui-spinner-input {
  order: 2;
}

.sp_wqv-field-spinner .sp_wqv--unit {
  order: 3;
  border-left: 0;
  user-select: none;
}

.sp_wqv-field-spinner .ui-spinner-up {
  order: 4;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.sp_wqv-field-spinner .ui-spinner-up:before {
  content: "\f0da";
}

.sp_wqv-field-spinner input {
  position: relative;
  z-index: 1;
  width: 50px;
  text-align: center;
  margin: 0;
  padding: 0 8px;
  border-radius: 0;
}

.sp_wqv-field-spinner .ui-button-text,
.sp_wqv-field-spinner .ui-button-icon,
.sp_wqv-field-spinner .ui-button-icon-space {
  display: none;
}

/**
 * 03. 09. Field: switcher
 */
.sp_wqv-field-switcher .sp_wqv--switcher {
  float: left;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 26px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ed6f6f;
  user-select: none;
  -webkit-user-select: none;
}

.sp_wqv-field-switcher .sp_wqv--ball {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 18px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .1s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.sp_wqv-field-switcher .sp_wqv--on,
.sp_wqv-field-switcher .sp_wqv--off {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-right: 28px;
  opacity: 0;
  transition: all .1s;
}

.sp_wqv-field-switcher .sp_wqv--off {
  padding-right: 0;
  padding-left: 28px;
  opacity: 1;
}

.sp_wqv-field-switcher .sp_wqv--active {
  background: #4fb845;
}

.sp_wqv-field-switcher .sp_wqv--active .sp_wqv--on {
  opacity: 1;
}

.sp_wqv-field-switcher .sp_wqv--active .sp_wqv--off {
  opacity: 0;
}

.sp_wqv-field-switcher .sp_wqv--active .sp_wqv--ball {
  left: 100%;
  margin-left: -28px;
}

.sp_wqv-field-switcher .sp_wqv--label {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
  font-weight: 400;
  color: #999;
}

.sp_wqv-field-switcher input {
  display: none;
}


/**
 * 03. 10. Field: text
 */
.sp_wqv-field-text input {
  width: 240px;
  margin: 0;
  min-height: 36px;
}


/**
 * 03. 11. Field: subheading
 */
.sp_wqv-field-subheading {
  font-size: 14px;
  font-weight: bold;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #23282d;
  background-color: #f7f7f7;
}




/**
 * 03. 12. Field: number
 */
.sp_wqv-field-number input {
  width: 70px;
  margin: 0;
  height: 36px;
  line-height: 34px;
  padding-left: 12px;
  min-height: 36px;
}

.sp_wqv-field-number .sp_wqv--wrap {
  position: relative;
  float: left;
  width: 100px;
}

.sp_wqv-field-number .sp_wqv--unit {
  position: absolute;
  z-index: 1;
  left: 75px;
  top: 4px;
  bottom: 4px;
  padding: 2px 6px;
  color: #666;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
  background: #eee;
  user-select: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/**
 * 03. 13. others
 */
.sp_wqv-help {
  cursor: help;
  padding: 5px;
  font-size: 14px;
  color: #aaa;
  line-height: 10px;
  display: inline-block;
}

.sp_wqv-help .sp_wqv-help-text {
  display: none;
}

.sp_wqv--preview {
  max-width: 100%;
}

.sp_wqv-image-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 6px;
  max-width: 120px;
  max-height: 120px;
  min-width: 40px;
  min-height: 40px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.sp_wqv-image-preview a {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  font-size: 14px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #dd3333;
  opacity: 0.75;
  border-radius: 2px;
  transition: all .2s;
}

.sp_wqv-image-preview a:hover {
  opacity: 1;
}

.sp_wqv-image-preview a:focus {
  box-shadow: none;
}

.sp_wqv-image-preview span {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
  width: 100%;
}

.sp_wqv-image-preview img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.sp_wqv-field-custom .sp_wqv-field {
  padding: 0;
}

.sp_wqv-field .chosen-container-single .chosen-single {
  height: 28px;
  line-height: 26px;
}

.sp_wqv-field .chosen-container-single .chosen-single abbr {
  top: 0;
  right: 20px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  height: 100%;
  width: 18px;
  color: #aaa;
  text-align: center;
  background: none;
}

.sp_wqv-field .chosen-container-single .chosen-single abbr:before {
  content: "\f00d";
}

.sp_wqv-field .chosen-container-single .chosen-single abbr:hover {
  color: #555;
}

.sp_wqv-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  height: 100%;
  width: 18px;
  color: #aaa;
  text-align: center;
  background: none;
}

.sp_wqv-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
  display: inline-block;
  padding-top: 3px;
}

.sp_wqv-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: #555;
}

.sp_wqv-field .chosen-container-single .chosen-single div b {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  color: #aaa;
  background: none;
}

.sp_wqv-field .chosen-container-single .chosen-single div b:before {
  content: "\f107";
}

.sp_wqv-field .chosen-container-single .chosen-single div b:hover {
  color: #555;
}

.sp_wqv-field .chosen-container-multi .chosen-choices li.search-choice-placeholder {
  border: 1px dashed #aaa;
  margin: 3px 5px 3px 0;
}

.sp_wqv-field .chosen-container-multi .ui-sortable li.search-choice span {
  cursor: move;
}

.sp_wqv-field .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f106";
}

.sp_wqv-field .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 40px;
}

.sp_wqv-field .chosen-container-single .chosen-search input[type="text"] {
  background: none;
}

.sp_wqv-field .chosen-container-single .chosen-search:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 11px;
  content: "\f002";
  position: absolute;
  right: 12px;
  top: 10px;
  color: #aaa;
}

.sp_wqv-field .wp-picker-container {
  display: inline-block;
}

.sp_wqv-field .wp-picker-container .wp-color-result.button {
  margin-bottom: 0;
}

.sp_wqv-field .sp_wqv--transparent-wrap {
  display: none;
  position: relative;
  top: -1px;
  width: 235px;
  padding: 9px 10px;
  border: 1px solid #dfdfdf;
  border-top: none;
  background-color: #fff;
}

.sp_wqv-field .wp-picker-active .sp_wqv--transparent-wrap {
  display: block;
}

.sp_wqv-field .sp_wqv--transparent-slider {
  position: absolute;
  width: 190px;
  margin-left: 2px;
  height: 18px;
}

.sp_wqv-field .sp_wqv--transparent-slider .ui-slider-handle {
  position: absolute;
  top: -3px;
  bottom: -3px;
  z-index: 5;
  border-color: #aaa;
  border-style: solid;
  border-width: 4px 3px;
  width: 10px;
  height: 16px;
  margin: 0 -5px;
  background: none;
  cursor: ew-resize;
  opacity: 0.9;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sp_wqv-field .sp_wqv--transparent-slider .ui-slider-handle:before {
  content: " ";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -3px;
  bottom: -3px;
  border: 2px solid #fff;
  border-radius: 3px;
}

.sp_wqv-field .sp_wqv--transparent-offset {
  height: 18px;
  width: 200px;
  background: url(../images/checkerboard.png) repeat-y center left scroll #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}

.sp_wqv-field .sp_wqv--transparent-text {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 30px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #999;
}

.sp_wqv-field .sp_wqv--transparent-button {
  cursor: pointer;
  user-select: none;
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  border-radius: 2px;
  padding: 3px 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2px;
  color: #777;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  transition: background-color .2s, border-color .2s, color .2s;
}

.sp_wqv-field .sp_wqv--transparent-active .wp-color-result {
  background-image: url(../images/checkerboard.png);
  background-size: 135px;
  background-position: center left;
  background-color: transparent !important;
}

.sp_wqv-field .sp_wqv--transparent-active .sp_wqv--transparent-button {
  color: #fff;
  border-color: #3ea032;
  background-color: #4fb845;
}

.sp_wqv-field .sp_wqv--transparent-active .fa:before {
  content: "\f205";
}




/**
 * 10. Helper
 */
.sp_wqv-subtitle-text {
  margin-top: 6px;
  font-weight: 400;
  color: #999;
  font-style: italic;
}

.sp_wqv-desc-text {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 6px;
  font-weight: 400;
  color: #999;
  font-style: italic;
}

.sp_wqv-error-text {
  margin-top: 6px;
  color: #d02c21;
}

.sp_wqv-before-text {
  margin-bottom: 6px;
}

.sp_wqv-after-text {
  margin-top: 6px;
}

.sp_wqv-metabox-hide {
  display: none !important;
}

.sp_wqv-metabox-show {
  display: block !important;
}

.sp_wqv-depend-hidden.sp_wqv-depend-on {
  display: none;
}

.sp_wqv-depend-visible.sp_wqv-depend-on {
  display: block;
  opacity: 0.75;
  filter: grayscale(1);
  user-select: none;
  border-top: 1px solid #eee;
}

.sp_wqv-depend-visible.sp_wqv-depend-on .clear:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #eee;
  opacity: 0.25;
  z-index: 10;
}

.sp_wqv-warning-primary {
  color: #fff !important;
  border-color: #dc3545 !important;
  background: #dc3545 !important;
}

.sp_wqv-warning-primary:hover,
.sp_wqv-warning-primary:focus {
  border-color: #bd2130 !important;
  background: #bd2130 !important;
}

.sp_wqv-warning-primary:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #bd2130 !important;
}

.sp_wqv-warning-primary:active {
  border-color: #bd2130 !important;
  background: #bd2130 !important;
}

.sp_wqv-form-result {
  display: none;
  float: none;
  padding: 0 8px;
  margin-right: 4px;
  font-size: 11px;
  line-height: 30px;
  user-select: none;
  border-radius: 2px;
  border-left: 3px solid #46b450;
  margin-bottom: 10px;
}

.sp_wqv-form-show {
  display: block;
}

.sp_wqv-form-success {
  background: #fff;
  border-color: #46b450;
}

.sp_wqv-form-warning {
  color: #8a6d3b;
  background-color: #faebcc;
}

.sp_wqv-label-error {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  padding: 1px;
  font-style: normal;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background-color: #e10000;
  border-radius: 2px;
}

.sp_wqv-no-option {
  padding: 30px;
}

.sp_wqv-input-number {
  -moz-appearance: textfield;
}

.sp_wqv-input-number::-webkit-inner-spin-button,
.sp_wqv-input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sp_wqv-fa5-shims .sp_wqv .fas,
.sp_wqv-fa5-shims .sp_wqv .far,
.sp_wqv-fa5-shims .sp_wqv .fab {
  font-family: "FontAwesome";
  font-style: normal;
}


/**
 * 12. Responsive
 */
@media only screen and (max-width: 1200px) {
  .sp_wqv-metabox .sp_wqv-field .sp_wqv-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .sp_wqv-metabox .sp_wqv-field .sp_wqv-fieldset {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 782px) {
  .sp_wqv-header-inner {
    text-align: center;
  }

  .sp_wqv-header-inner h1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .sp_wqv-form-result {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sp_wqv-search,
  .sp_wqv-header-right,
  .sp_wqv-header-left {
    width: 100%;
  }

  .sp_wqv-search {
    text-align: center;
    margin-bottom: 15px;
  }

  .sp_wqv-footer {
    text-align: center;
  }

  .sp_wqv-buttons {
    float: none;
  }

  .sp_wqv-copyright {
    float: none;
    margin-top: 10px;
  }

  .sp_wqv-nav,
  .sp_wqv-expand-all,
  .sp_wqv-reset-section,
  .sp_wqv-nav-background {
    display: none !important;
  }

  .sp_wqv-nav-normal+.sp_wqv-content {
    margin-left: 0;
  }

  .sp_wqv-section-title,
  .sp_wqv-section {
    display: block !important;
  }

  .sp_wqv-field .sp_wqv-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .sp_wqv-field .sp_wqv-fieldset {
    float: none;
    width: 100%;
  }

  .sp_wqv-field-color .button.wp-picker-clear {
    padding: 0 8px;
    line-height: 2.14285714;
    min-height: 32px;
  }

  .sp_wqv-modal-inner {
    width: 350px;
    height: 400px;
  }

  .sp_wqv-modal-content {
    height: 237px;
  }

  .sp_wqv-icon-dialog .sp_wqv-modal-inner {
    width: 305px;
    height: 380px;
  }

  .sp_wqv-icon-dialog .sp_wqv-modal-content {
    height: 267px;
  }

  .sp_wqv-modal-icon .sp_wqv-modal-inner {
    width: 330px;
    height: 385px;
  }

  .sp_wqv-modal-icon .sp_wqv-modal-content {
    height: 252px;
  }

  .sp_wqv-profile-options>.sp_wqv-field>.sp_wqv-title,
  .sp_wqv-taxonomy-edit-fields>.sp_wqv-field>.sp_wqv-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .sp_wqv-profile-options>.sp_wqv-field>.sp_wqv-fieldset,
  .sp_wqv-taxonomy-edit-fields>.sp_wqv-field>.sp_wqv-fieldset {
    float: none;
    width: 100%;
  }

  .sp_wqv-nav-menu-options>.sp_wqv-fields {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sp_wqv-nav-menu-options>.sp_wqv-fields>.sp_wqv-field {
    padding: 10px;
  }
}

/**
 * Chosen JS Styles
 */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
  height: 25px;
  min-height: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 6px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}



/*--------------------------------------------------------
 SP_TP_Framework
--------------------------------------------------------*/
.text-center {
  text-align: center;
}

.sp-after-text {
  padding-left: 5px;
}

.sp_wqv.sp_wqv-options .sp_wqv-content {
  margin-left: 0;
}

.sp-wqv-framework .sp_wqv-nav-inline.sp_wqv-nav {
  position: inherit;
  float: none;
  width: 100%;
  background: #f1f1f1;
  -webkit-box-shadow: inset 3px -1px 1px -1px rgba(0, 0, 0, .04);
  -moz-box-shadow: inset 3px -1px 1px -1px rgba(0, 0, 0, .04);
  box-shadow: inset 3px -1px 1px -1px rgba(0, 0, 0, .04);

}

.sp_wqv-theme-light .sp_wqv-nav-inline {
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp_wqv.sp_wqv-options .sp_wqv-nav ul li {
  margin-bottom: -1px;
  display: inline-block;

}

.sp_wqv.sp_wqv-options .sp_wqv-nav-background {
  position: inherit;
  width: 100%;
  background-color: #e3e3e3;
}

.sp_wqv.sp_wqv-options .sp_wqv-nav ul li a {
  background-color: #994294;
  border-top: 1px solid #994294;
  font-size: 13px;
  padding: 16px 15px;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
  color: #ffffff;
  border-right: 1px solid #E2E2E1;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -1px;
}

.sp_wqv.sp_wqv-options .sp_wqv-nav ul li.sp_wqv-tab-expanded a {
  color: #000;
}

.sp_wqv.sp_wqv-options .sp_wqv-nav ul li.sp_wqv-tab-expanded a i {
  color: #4498be;
}

.sp_wqv.sp_wqv-options .sp_wqv-nav ul li :after {
  display: none;
}

.sp_wqv-field-image_select .sp_wqv--active figure img {
  border-color: #4fb845;
  opacity: 1;
}

.sp_wqv-field-image_select figure img {
  width: 90px;
}

/**
Slider Field
 */
.sp_wqv-field-slider input {
  display: inline-block;
  width: 42px;
  background: #fff;
}

.sp_wqv-field-slider input[type=slider]:before {
  width: 35px;
  height: 35px;
  display: block;
  background: red;
  content: "%";
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  margin-right: -20px;
  color: #fff;
}

.sp_wqv--wrap {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 50%;
  vertical-align: super;
}

.sp_wqv-field-slider .ui-slider {
  position: relative;
  width: 100%;
  height: 8px;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

.sp_wqv-field-slider .ui-slider-range {
  background: #dddddd;
  height: 8px;
}

.sp_wqv-field-slider .ui-slider-handle {
  height: 16px;
  width: 16px;
  background: #22aade;
  position: absolute;
  top: -4px;
  border-radius: 2px;
  cursor: pointer;
}

/**
 * 03. 13. Field: sortable
 */
.sp_wqv-field-sortable .sp_wqv-field-text input {
  width: 100%;
  max-width: 100%;
}

.sp_wqv-field-sortable .sp_wqv-sortable .sp_wqv-sortable-item {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.sp_wqv-field-sortable .sp_wqv-sortable .sp_wqv-sortable-item h4 {
  font-size: 1em;
}

.sp_wqv-field-sortable .sp_wqv-sortable-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
}

.sp_wqv-field-sortable .sp_wqv-sortable-content>.sp_wqv-field {
  padding: 12px;
}

.sp_wqv-field-sortable .sp_wqv-sortable-content .sp_wqv-field.sp_wqv-field-switcher>.sp_wqv-fieldset {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8px;
}

.sp_wqv-sortable.ui-sortable {
  width: 520px;
}

.sp_wqv-field-sortable .sp_wqv-sortable-content .sp_wqv-field.sp_wqv-field-switcher.only_pro {
  opacity: .7;
  pointer-events: none;
}

.sp_wqv-field-switcher.only_pro .sp_wqv--switcher {
  background: #cbcfd0;
}

.sp_wqv-field-switcher.only_pro .sp_wqv--ball::after {
  content: "PRO";
  position: relative;
  text-align: center;
  width: 24px;
  float: right;
  font-weight: 600;
  font-size: 8px;
  color: #a5a5a5;
  opacity: 1;
}

.sp_wqv-field-sortable .sp_wqv-sortable-helper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  border-left: 1px solid #eee;
  background-color: #f7f7f7;
  pointer-events: none;
  opacity: .6;
}

.sp_wqv-field-sortable .sp_wqv-sortable-helper i {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  color: #555;
}

.sp_wqv-field-sortable .sp_wqv-sortable-helper i:hover {
  opacity: 0.5;
}

.sp_wqv-field-sortable .widget-placeholder {
  height: 50px;
  margin-bottom: 3px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}

.sp_wqv-field-sortable .ui-sortable-helper {
  height: 50px !important;
  overflow: hidden !important;
  border-color: #ccc !important;
  background-color: #eee !important;
  opacity: 0.9;
}

/* .sp_wqv
-field-sortable .ui-sortable-helper .sp_wqv
-sortable-helper,
.sp_wqv
-field-sortable .ui-sortable-helper .sp_wqv
-sortable-content {
  display: none;
} */
.sp_wqv-field-sortable.style_generator_sortable .sp_wqv-field-switcher .sp_wqv-title {
  margin-top: 5px;
  padding-left: 8px;
}

@media screen and (min-width: 1000px) {
  .sp_wqv-field-sortable .sp_wqv-sortable .sp_wqv-sortable-item {
    width: 520px;
  }
}


/**
 * 03. 15. Field: typography
 */
.sp_wqv-field-typography textarea,
.sp_wqv-field-typography select {
  margin: 0;
  min-width: 100%;
  max-width: 100%;
}

.sp_wqv-field-typography .sp_wqvp--title {
  color: #777;
  margin: 0 0 2px 0;
  font-size: 12px;
}

.sp_wqv-field-typography .sp_wqvp--title small {
  vertical-align: top;
}

.sp_wqv-field-typography .sp_wqvp--blocks {
  display: flex;
  flex-wrap: wrap;
}

.sp_wqv-field-typography .sp_wqvp--block {
  flex: 1;
  max-width: 100%;
  padding-right: 6px;
  padding-bottom: 6px;
}

.sp_wqv-field-typography .sp_wqvp--input {
  margin: 0;
  min-width: 100%;
  padding-right: 24px;
}

.sp_wqv-field-typography .sp_wqvp--input-wrap {
  position: relative;
}

.sp_wqv-field-typography .sp_wqvp--unit {
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: #666;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
  background: #eee;
  user-select: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 6px;
}

.sp_wqv-field-typography .sp_wqvp--preview {
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  color: #222;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 2.5px;
  user-select: none;
  -webkit-user-select: none;
  transition: background-color .2s, border-color .2s;
}

.sp_wqv-field-typography .sp_wqvp--block-preview {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  max-width: 100%;
}

.sp_wqv-field-typography .sp_wqvp--black-background {
  border-color: #000;
  background-color: #000;
}

.sp_wqv-field-typography .sp_wqvp--toggle {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #999;
}

.sp_wqv-field-typography .sp_wqvp--block-extra-styles {
  margin-top: 5px;
}

.sp_wqvp--block.sp_wqvp--block-color {
  display: inline-block;
}

.sp_wqvp--block.sp_wqvp--block-font-color {
  display: inherit;
}

.sp_wqvp-field .wp-picker-container {
  display: inline-block;
}

.sp_wqvp-field .wp-picker-container .wp-color-result.button {
  margin-bottom: 0;
}

.sp_wqvp--block.sp_wqvp--block-color {
  display: inline-block;
}

.sp_wqvp--block.sp_wqvp--block-margin {
  display: inline-block;
  vertical-align: sub;
}

.sp_wqvp--block.sp_wqvp--block-margin .sp_wqvp--blocks {
  position: relative;
}

.sp_wqv-section .typography_settings_pro {
  opacity: .7;
  pointer-events: none;
}

.sp_wqv-field.sp_wqv-field-subheading.typography-notice {
  font-style: italic;
  background: #ffffff;
  font-weight: 400;
}

@media (min-width: 1400px) {

  .sp_wqv.sp_wqv-options .sp_wqv--wrap,
  .sp-metabox-framework .sp_wqv--wrap {
    width: 35%;
  }
}

/* Help Page */
div.sp-wqv-help .feature-section .sp-wqv-feature {
  background-color: #fff;
  padding: 20px 20px;
}

div.sp-wqv-help .feature-section .sp-wqv-feature h3 {
  font-size: 16px;
  margin-top: 18px;
}

div.sp-wqv-help .feature-section i.sp-font {
  font-size: 30px;
  display: block;
  color: #994294;
}

div.sp-wqv-help.about-wrap h1 {
  font-size: 2.6em;
}

div.sp-wqv-help .headline-feature.feature-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
More Plugins
*/

.sp_wqv.sp_wqv-options .sp-font-preview {
  width: 45%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  margin-top: 20px;
  background-color: #fff;
  font-size: 16px;
}

.sp_wqvro_margin_field .sp-font-left,
.sp_wqvro_margin_field .sp-font-top,
.sp_wqvro_margin_field .sp-font-bottom,
.sp_wqvro_margin_field .sp-font-right {
  margin-right: 30px;
}

.sp_wqvro_margin_field .sp-font-left:before,
.sp_wqvro_margin_field .sp-font-top:before,
.sp_wqvro_margin_field .sp-font-bottom:before,
.sp_wqvro_margin_field .sp-font-right:before {
  content: "px";
  position: absolute;
  top: 19px;
  right: -20px;
  height: 34px;
  width: 29px;
  line-height: 34px;
  text-align: center;
  background-color: #f5f5f5;
  display: block;
  border: 1px solid #ddd;
  border-left: none;
}

.sp_wqv.sp_wqv-options .sp-content .sp-section-title {
  background-color: #994294;
}

/* Settings */
.sp_wqv.sp_wqv-options .sp-field-sorter .sp-modules {
  width: 100%;
}

.sp_wqv.sp_wqv-options .sp_wqv-header-inner input {
  text-shadow: 0 0 0;
  border: 0;
  border-radius: 0;
  padding: 3px 15px;
  height: auto;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.sp_wqv.sp_wqv-options .sp_wqv-header-inner input.sp_wqv-reset-section {
  box-shadow: 0 3px 0 #666666;
  background-color: #888888;
  color: #ffffff;
  margin-left: 8px;
}

.sp_wqv.sp_wqv-options .sp_wqv-header-inner input.sp_wqv-reset-section:hover {
  box-shadow: 0 3px 0 #4a4949;
  background-color: #6b6a6a;
  color: #ffffff;
}

.sp_wqv-container .sp_wqv-header-right .button {
  margin: 0 4px;
  padding: 0 16px;
  border-radius: 0;
  height: 38px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.sp_wqv-container .sp_wqv-buttons .button.sp_wqv-save {
  background-color: #c5c5c6;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  height: 38px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  pointer-events: none;
  background-image: url(../img/save-icon.svg);
}

.sp_wqv-container .sp_wqv-buttons .button.sp_wqv-save,
.sp_wqv-container .sp_wqv-buttons .button.sp_wqv-reset-section {
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 0 15px 0 35px;
  background-size: 16px;
}

.sp_wqv-container .sp_wqv-buttons .button.sp_wqv-reset-section {
  background-color: #cd3c3c !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 4px;
  height: 38px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background-image: url(../img/reset-icon.svg);
}

.sp_wqv.sp_wqv-options .sp_wqv-nav ul li a {
  border-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  /* margin-right: 7px; */
  border-bottom: none !important;
  background-color: #176aa6 !important;
  color: #fff !important;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 20px;
  padding: 12px 22px 15px;
  /* border-top-left-radius: 4px;
  border-top-right-radius: 4px; */
  /* transition: .2s; */
  border-right: none;
  border-top: 3px solid transparent;
}
.sp_wqv.sp_wqv-options .sp_wqv-nav ul li:not(:last-child) a{
  border-right: 1px solid #fff;
}
.sp_wqv.sp_wqv-options .sp_wqv-nav ul li:first-child a{
  border-top-left-radius: 4px;
}
.sp_wqv.sp_wqv-options .sp_wqv-nav ul li:last-child a{
  border-top-right-radius: 4px;
}

.sp_wqv.sp_wqv-options .sp_wqv-nav ul li a.sp_wqv-active {
  position: relative;
  border-bottom: none !important;
  background-color: #fff !important;
  color: #1a79bf !important;
  box-shadow: none;
  border-top: 3px solid #1a79bf;
}
.sp_wqv.sp_wqv-options .sp_wqv-nav ul ul:before {
  background-color: transparent;
}

.sp_wqv.sp_wqv-options .sp_wqv-nav ul ul {
  border-bottom: 1px solid #cecece;
}

.sp_wqv.sp_wqv-options .sp_wqv-nav ul ul li a {
  background-color: #f8fdff;
  padding: 13px 15px 13px 24px;
}

/* Help Page */
div.sp-wqv-help .feature-section .sp-wqv-feature {
  background-color: #fff;
  padding: 20px 20px;
}

div.sp-wqv-help .feature-section .sp-wqv-feature h3 {
  font-size: 16px;
  margin-top: 18px;
}

div.sp-wqv-help .feature-section i.sp-font {
  font-size: 30px;
  display: block;
  color: #994294;
}

div.sp-wqv-help.about-wrap h1 {
  font-size: 2.6em;
}

div.sp-wqv-help .headline-feature.feature-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
More Plugins
*/
.about-wrap .plugin-section .three-col .col {
  background: #ffffff;
}

.about-wrap .plugin-section .three-col .col .sp-wqv-plugin {
  border: 1px solid #ddd;
}

.about-wrap .plugin-section .three-col .col .sp-wqv-plugin .sp-wqv-plugin-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px
}

.about-wrap .plugin-section .three-col .col .sp-wqv-plugin .sp-wqv-plugin-content h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}

.about-wrap .plugin-section .three-col .col .sp-wqv-plugin .sp-wqv-plugin-content p {
  margin-top: 0;
}

.about-wrap .plugin-section .sp-plugin-section-title h2 {
  font-size: 2.2em;
  color: #32373c;
  font-weight: 400;
}

.about-wrap .plugin-section .sp-plugin-section-title h4 {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  color: #555d66;
  margin-top: 15px;
  margin-bottom: 40px;
}

/* 
Help section area.
*/
/*--------------------------------------------------------
 Help Page
--------------------------------------------------------*/

.about-wrap.sp-wqv-help {
  margin: auto;
}

div.sp-wqv-help .feature-section .sp-wqv-feature {
  background-color: #fff;
  padding: 30px 30px 38px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

div.sp-wqv-help .feature-section .sp-wqv-feature h3 {
  font-size: 15px;
  margin: 0;
}

div.sp-wqv-help .feature-section i.sp-font {
  font-size: 24px;
  display: inline-block;
  color: #1A79BF;
  margin-right: 10px;
  vertical-align: middle;
}

div.sp-wqv-help.about-wrap h1 {
  display: block !important;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 50px 0 0 0;
}

div.sp-wqv-help .about-text {
  color: #555d66;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin: 20px 0 50px 0;
  padding: 0 130px;
}

div.sp-wqv-help .headline-feature-video {
  padding: 25px;
  box-shadow: rgb(0 0 0 / 10%) 0 0 20px;
  border-radius: 5px;
  margin-bottom: 60px;
}

div.sp-wqv-help .headline-feature.feature-video {
  position: relative;
  margin: 0;
  padding-bottom: 56.25%;
  width: 100%;
  max-width: 100%;
  height: 0;
  text-align: center;
}

div.sp-wqv-help .headline-feature.feature-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.sp-wqv-help .feature-section .sp-wqv-feature p {
  margin-bottom: 28px;
  font-size: 14px;
}

.about-wrap [class$="-col"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sp-wqv-help.about-wrap [class$="-col"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.sp-wqv-help.about-wrap .sp-wqv-plugin-section [class$="-col"] {
  margin-bottom: 50px;
}

.sp-wqv-help [class$="-col"] .col {
  flex: 1;
  align-self: flex-start;
  box-shadow: rgb(0 0 0 / 10%) 0 0 20px;
  ;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.sp-wqv-help.about-wrap [class$="-col"] .col+.col {
  margin-left: 30px;
}

.sp-plugin-section-title.text-center {
  margin-bottom: 60px;
}

.sp-wqv-feature a.wqv-help-button {
  background-color: #1A79BF;
  background-image: linear-gradient(62deg, #1A79BF 26%, #176AA6 100%);
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.sp-wqv-feature a.wqv-help-button:hover {
  background-color: #1A79BF;
  background-image: linear-gradient(62deg, #176AA6 26%, #1A79BF 100%);
  color: #fff;
}

.sp-wqv-plugin-section {
  text-align: center;
}

.about-wrap.sp-wqv-plugin-section {
  margin: 0;
}

div.sp-wqv-plugin-section .sp-plugin-section-title h2 {
  font-size: 30px;
  color: #32373c;
  font-weight: 500;
}

div.sp-wqv-plugin-section .sp-plugin-section-title h4 {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  color: #555d66;
  margin-top: 15px;
  margin-bottom: 40px;
}

div.sp-wqv-plugin-section .three-col .col .sp-wqv-plugin h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  text-align: left;
  padding: 0 10px 20px 20px;
}

div.sp-wqv-plugin-section .three-col .col .sp-wqv-plugin h3 a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

div.sp-wqv-plugin-section .three-col .col .sp-wqv-plugin h3 a:hover {
  color: #1A79BF;
  text-decoration: underline;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

div.sp-wqv-plugin-section .three-col .col .sp-wqv-plugin img {
  border-radius: 5px 5px 0 0;
}

.only_pro,
.sp_wqv--sibling.sp_wqv--image.sp_wqv-pro-only {
  pointer-events: none;
}

.sp_wqv-field-button_set .sp_wqvp--sibling.sp_wqvp--button.only_pro,
.sp_wqv--sibling.sp_wqv--image.sp_wqv-pro-only img {
  opacity: .7;
  position: relative;
}

.sp_wqv--sibling.sp_wqv--image.sp_wqv-pro-only p {
  color: #999;
}

.sp_wqv-field-checkbox.only_pro label.sp_wqv-checkbox:after,
.sp_wqv-field-button_set .sp_wqvp--sibling.sp_wqvp--button.only_pro:after,
.sp_wqv--sibling.sp_wqv--image.sp_wqv-pro-only::after {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #a5a5a5;
  background-color: #e0e0e0;
  font-weight: 500;
  padding: 0 4px;
  content: "PRO";
  text-align: center;
  font-size: 8px;
  line-height: 11px;
  opacity: 1;
}

.sp_wqv-field-checkbox.only_pro label.sp_wqv-checkbox:after {
  position: inherit;
  vertical-align: middle;
  margin-left: 4px;
}

.sp_wqv-field-button_set .sp_wqvp--sibling.sp_wqvp--button.only_pro:after {
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 782px) {
  .sp_wqv.sp_wqv-options .sp_wqv-header-inner h1 {
    float: none;
  }
}

.wqv-help-img {
  max-width: 64px;
  padding-bottom: 20px;
}

.sp-wqv-help .sp-wqv-plugin-section .feature-section .wqv-plugin-link {
  text-decoration: none;
}

.sp-wqv-help .sp-wqv-plugin-section .feature-section .wqv-plugin-link:focus {
  box-shadow: none;
  outline: none;
}

.sp-wqv-help .sp-wqv-plugin-section .feature-section .wqv-plugin-link p {
  color: #32373c;
  margin-bottom: 0;
}

.sp-wqv-help .sp-wqv-plugin-section [class$="-col"] .col {
  border: 1px solid transparent;
  transition-timing-function: linear;
  transition-duration: 300ms;
  text-align: left;
  margin-bottom: 20px;
}

.sp-wqv-help .sp-wqv-plugin-section [class$="-col"] .col:hover {
  border-color: #00A1FF;
}

.sp-wqv-help .sp-wqv-plugin-section .feature-section.first-cols {
  margin-bottom: 30px;
}

.sp-wqv-help .sp-wqv-plugin-section .feature-section .sp-wqv-feature h3 {
  font-size: 17px;
}


/* 
* Icon Modal.
*/
.sp_wqvp-modal {
  display: none;
  position: fixed;
  z-index: 100101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp_wqvp-modal-icon {
  z-index: 100102;
}

.sp_wqvp-modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.sp_wqvp-modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  margin: 100px 0;
}

.sp_wqvp-modal-inner {
  position: relative;
  z-index: 10;
  width: 760px;
  height: 750px;
  margin: 0 auto;
  background-color: #fff;
}

.sp_wqvp-modal-content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 592px;
}

.sp_wqvp-modal-content .spf-shortcode-button {
  display: none;
}

.sp_wqvp-modal-content .spf-fieldset {
  margin-left: 25%;
}

.sp_wqvp-modal-content .spf-title {
  width: 20%;
}

.sp_wqvp-modal-content .spf-field {
  padding: 15px 30px 15px 15px;
}

.sp_wqvp-modal-content a:active,
.sp_wqvp-modal-content a:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sp_wqvp-modal-content h4 {
  font-size: 13px;
}

.sp_wqvp-modal-content h4 small {
  font-style: italic;
  font-weight: 400;
  color: #aaa;
}

.sp_wqvp-modal-title {
  position: relative;
  background-color: #fcfcfc;
  border-bottom: 1px solid #ddd;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0 36px 0 16px;
}

.sp_wqvp-modal-header {
  width: 100%;
  padding: 16px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.sp_wqvp-modal-header select {
  display: block;
  width: 250px;
  margin: 0 auto;
  background-color: #fff;
}

.sp_wqvp-modal-close {
  color: #666;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}

.sp_wqvp-modal-close:before {
  font: normal 20px/36px dashicons;
  content: "\f158";
  vertical-align: top;
  width: 36px;
  height: 36px;
}

.sp_wqvp-modal-close:hover {
  opacity: 0.5;
}

.sp_wqvp-modal-insert-wrapper {
  text-align: center;
  width: 100%;
  padding: 16px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
}

.sp_wqvp-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.sp_wqvp-modal-icon .sp_wqvp-icon-title {
  padding: 15px 0;
  margin: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}

.sp_wqvp-modal-icon .sp_wqvp-icon-search {
  width: 250px;
  height: 40px;
  line-height: 40px;
}

.sp_wqvp-modal-icon a {
  display: inline-block;
  padding: 4px;
  cursor: pointer;
}

.sp_wqvp-modal-icon a .sp_wqvp-icon {
  position: relative;
  padding: 4px;
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  vertical-align: top;
  color: #555;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sp_wqvp-modal-icon a:hover .sp_wqvp-icon {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.sp_wqvp-modal-icon .sp_wqvp-modal-content {
  padding: 10px;
  height: 618px;
}

.sp_wqvp-modal-icon .sp_wqvp-text-error {
  padding: 10px;
}

.sp_wqvp-modal-loading {
  display: none;
  position: absolute;
  left: 15px;
  top: 15px;
}

.sp_wqvp-loading {
  position: relative;
  width: 20px;
  height: 20px;
  background: #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}

.sp_wqvp-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  content: "";
  margin-top: -2px;
  margin-left: -2px;
  background-color: white;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: spfLoader;
  -webkit-animation-name: spfLoader;
  animation-name: spfLoader;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@-moz-keyframes spfLoader {
  0% {
    -moz-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    transform: rotate(0deg) translateX(-6px) rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    transform: rotate(360deg) translateX(-6px) rotate(-360deg);
  }
}

@-webkit-keyframes spfLoader {
  0% {
    -webkit-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    transform: rotate(0deg) translateX(-6px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    transform: rotate(360deg) translateX(-6px) rotate(-360deg);
  }
}

@keyframes spfLoader {
  0% {
    -moz-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    -ms-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    -webkit-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    transform: rotate(0deg) translateX(-6px) rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    -ms-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    -webkit-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    transform: rotate(360deg) translateX(-6px) rotate(-360deg);
  }
}

/**
 * 03. 12. Field: slider
 */
.sp_wqv-field-slider .sp_wqv--wrap {
  display: flex;
  align-items: center;
}

.sp_wqv-field-slider .sp_wqvp--input {
  display: flex;
}

.sp_wqv-field-slider .sp_wqvp--unit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  user-select: none;
  padding: 0 6px;
  font-size: 11px;
  line-height: 1;
  border-radius: 0 4px 4px 0;
  color: #555;
  border: 1px solid #7e8993;
  border-left: 0;
  background-color: #f5f5f5;
}

.sp_wqv-field-slider .sp_wqv-slider-ui {
  margin-right: 15px;
}

.sp_wqv-field-slider input[type=number] {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 70px;
  text-align: center;
  padding: 0 0 0 8px;
}

.sp_wqv-field-slider input[type=number]:focus {
  padding: 0 0 0 8px;
}

.sp_wqv-field-slider .sp_wqvp--is-unit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}



/**
Slider Field
 */
.sp_wqv-field-slider input {
  display: inline-block;
  width: 42px;
  background: #fff;
}

.sp_wqv-field-slider input[type=slider]:before {
  width: 35px;
  height: 35px;
  display: block;
  background: red;
  content: "%";
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  margin-right: -20px;
  color: #fff;
}

.sp_wqv--wrap {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 50%;
  vertical-align: super;
}

.sp_wqv-field-slider .ui-slider {
  position: relative;
  width: 100%;
  height: 10px;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

.sp_wqv-field-slider .ui-slider-range {
  background: #dddddd;
  height: 10px;
}

.sp_wqv-field-slider .ui-slider-handle {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -7px;
  margin-left: -8px;
  border: none;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  top: -5px;
}



/* 
* Icon Add & Remove button style. 
*/
.sp_wqv-field.sp_wqv-field-icon a.button.sp_wqvp-icon-add {
  margin-right: 5px;
}

.sp_wqv-field.sp_wqv-field-icon .sp_wqvp-icon-preview i {
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
  text-align: center;
  vertical-align: top;
  color: #555;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sp_wqv-options .sp_wqv-field.sp_wqv-field-icon .sp_wqvp-icon-select a.button.sp_wqvp-icon-add {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

#sp_wqvp-modal-icon.sp_wqvp-modal .sp_wqvp-modal-content .sp_wqvp-modal-load a.sp_wqvp-icon-tooltip[data-sp_wqvp-icon*="(Pro)"] {
  opacity: 0.5;
  pointer-events: none;
}

#sp_wqvp-modal-icon.sp_wqvp-modal .sp_wqvp-modal-content .sp_wqvp-modal-load:first-of-type a.sp_wqvp-icon-tooltip[data-sp_wqvp-icon*="(Pro)"] .sp_wqvp-icon:after {
  display: none;
}

/* Remove button style. */
.sp_wqvp-warning-primary {
  color: #fff !important;
  border-color: #dc3545 !important;
  background: #dc3545 !important;
}

.sp_wqvp-warning-primary:hover,
.sp_wqvp-warning-primary:focus {
  border-color: #bd2130 !important;
  background: #bd2130 !important;
}

.sp_wqvp-warning-primary:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #bd2130 !important;
}

.sp_wqvp-warning-primary:active {
  border-color: #bd2130 !important;
  background: #bd2130 !important;
}