/**
 *
 * ---------------------------------------------------------
 * ShapedPlugin FRAMEWORK CSS MAP
 * ---------------------------------------------------------
 *
 * 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. 03. Field: background
 *     03. 05. Field: border, spacing, dimensions
 *     03. 06. Field: button_set
 *     03. 07. Field: checkbox, radio
 *     03. 09. Field: color
 *     03. 10. Field: color_group
 *     03. 11. Field: fieldset
 *     03. 15. Field: group
 *     03. 16. Field: icon
 *     03. 17. Field: image_select
 *     03. 21. Field: palette
 *     03. 23. Field: select
 *     03. 24. Field: slider
 *     03. 25. Field: sortable
 *     03. 26. Field: sorter
 *     03. 27. Field: spinner
 *     03. 28. Field: switcher
 *     03. 29. Field: tabbed
 *     03. 30. Field: text
 *     03. 33. Field: upload
 *     03. 35. Field: heading
 *     03. 36. Field: subheading
 *     03. 37. Field: submessage
 *     03. 38. Field: notice
 *     03. 39. Field: number
 *     03. 40. Field: link
 *     03. 41. Field: others
 * 04. Widget
 * 05. Customizer
 * 06. Taxonomy
 * 07. Profile
 * 08. Nav Menu
 * 09. Modal
 *     09. 01. Shortcode Modal
 *     09. 02. Gutenberg Modal
 *     09. 03. Icon Modal
 * 10. Helper
 * 12. Responsive
 * 13. Others
 *
 * ---------------------------------------------------------
 *
 */
/**
 * 01. Base
 */
.spf-swatch {
  position: relative;
}

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

.smart-swatches-framework-ab-icon {
  top: 2px;
}

.spf-text-center {
  text-align: center;
}

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

.smart-swatches-framework-options {
  margin-top: 20px;
  margin-right: 20px;
}

.smart-swatches-framework-field select,
.smart-swatches-framework-field input:not([type="checkbox"]):not([type="radio"]) {
    min-height: 30px;
    line-height: 2;
}

.smart-swatches-framework-field input[type="month"],
.smart-swatches-framework-field input[type="number"] {
	border-radius: 4px
}

.smart-swatches-framework-field input::-webkit-outer-spin-button,
.smart-swatches-framework-field input::-webkit-inner-spin-button {
  	height: 30px;
	  line-height: 2;
}

/**
 * 01. 01. Header
 */
.smart-swatches-framework-header {
  position: relative;
}

/* .smart-swatches-framework-header-inner {
  padding: 25px;
  transition: box-shadow 0.3s ease;
} */

.smart-swatches-framework-header-inner h1 {
  float: left;
  font-size: 1.5em;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

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

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

/**
 * 01. 03. Header Buttons
 */
.smart-swatches-framework-buttons {
  float: right;
}

.smart-swatches-framework-buttons .button {
  margin: 0 2px;
  line-height: 26px;
}

.smart-swatches-framework-buttons .button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.smart-swatches-framework-buttons .smart-swatches-framework-save {
  min-width: 72px;
}

/* .smart-swatches-framework-header-left {
  float: left;
} */

.smart-swatches-framework-header-right {
  padding-right: 10px;
}

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

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

.smart-swatches-framework-nav ul li {
  margin-bottom: 0;
}

.smart-swatches-framework-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;
}

.smart-swatches-framework-nav ul li a:focus {
  outline: none;
  box-shadow: none;
}

.smart-swatches-framework-nav ul li .smart-swatches-framework-arrow:after {
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

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

.smart-swatches-framework-nav ul li.smart-swatches-framework-tab-expanded ul {
  display: block;
}

.smart-swatches-framework-nav ul ul {
  display: none;
  position: relative;
}

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

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

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

.smart-swatches-framework-nav-normal {
  width: 225px;
}

.smart-swatches-framework-nav-normal+.smart-swatches-framework-content {
  margin-left: 225px;
}

.smart-swatches-framework-nav-inline {
  width: 100%;
}

.smart-swatches-framework-nav-inline ul li {
  display: inline-block;
  vertical-align: top;
}

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

/**
 * 01. 05. Wrapper
 */
.smart-swatches-framework-wrapper {
  position: relative;
  margin-top: 30px;
}

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

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

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

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

.smart-swatches-framework-section-title .smart-swatches-framework-section-icon {
  margin-right: 5px;
}

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

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

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

.smart-swatches-framework-search-all .smart-swatches-framework-content,
.smart-swatches-framework-show-all .smart-swatches-framework-content {
  margin-left: 0;
}

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

.smart-swatches-framework-search-all .smart-swatches-framework-section-title {
  display: none !important;
}

.smart-swatches-framework-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 0.2s;
}

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

/**
 * 01. 11. Search Input
 */
.smart-swatches-framework-search {
  float: left;
}

.smart-swatches-framework-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;
}

.smart-swatches-framework-search input:focus {
  box-shadow: none;
}

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

/**
 * 01. 12. Metabox
 */
.smart-swatches-framework-metabox {
  margin: -6px -12px -12px -12px;
}

.smart-swatches-framework-metabox .smart-swatches-framework-field {
  padding: 20px;
}

.smart-swatches-framework-metabox .smart-swatches-framework-section-title {
  padding: 20px;
}

.block-editor-page .smart-swatches-framework-metabox {
  margin: -6px -14px -14px -14px;
}

.block-editor-editor-skeleton__content .smart-swatches-framework-metabox {
  border-left: 1px solid #e2e4e7;
  border-right: 1px solid #e2e4e7;
}

.smart-swatches-framework-sections-reset {
  float: left;
  width: 100%;
  text-align: right;
  border-top: 1px solid #eee;
}

.smart-swatches-framework-sections-reset .smart-swatches-framework-button-cancel,
.smart-swatches-framework-sections-reset input {
  display: none;
}

.smart-swatches-framework-sections-reset label {
  padding: 10px;
}

.smart-swatches-framework-sections-reset span {
  -webkit-user-select: none;
  user-select: none;
}

.smart-swatches-framework-sections-reset input:checked~.smart-swatches-framework-button-reset {
  display: none;
}

.smart-swatches-framework-sections-reset input:checked~.smart-swatches-framework-button-cancel {
  display: inline-block;
}

#side-sortables .smart-swatches-framework-section-title {
  padding: 12px;
}

#side-sortables .smart-swatches-framework-field {
  padding: 10px 15px;
}

#side-sortables .smart-swatches-framework-field .smart-swatches-framework-title {
  float: none;
  width: 100%;
  margin-bottom: 6px;
}

#side-sortables .smart-swatches-framework-field .smart-swatches-framework-fieldset {
  float: none;
  width: 100%;
}

#side-sortables .smart-swatches-framework-field-text input {
  width: 100%;
}

#side-sortables .smart-swatches-framework-notice {
  padding: 10px 15px;
}

/**
 * 01. 13. Comment Metabox
 */
.smart-swatches-framework-comment-metabox {
  margin: -6px -12px -12px -12px;
}

.smart-swatches-framework-comment-metabox .smart-swatches-framework-field {
  padding: 20px;
}

.smart-swatches-framework-comment-metabox .smart-swatches-framework-section-title {
  padding: 20px;
}

/**
 * 01. 14. Help Tooltip
 */

.smart-swatches-framework-tooltip {
  position: absolute;
  z-index: 5000001;
  text-align: left;
  text-decoration: none;
  max-width: 250px;
  background-color: rgba(12, 25, 36, .85);
  border-radius: 5px;
  padding: 15px;
  color: #94b2c1;
  font-size: 14px;
  line-height: 20px;
}

.smart-swatches-framework-tooltip:has(video) {
  max-width: 560px;
  max-height: 345px;
}

.smart-swatches-framework-tooltip .spf-swatch-img-tag video {
  height: 315px;
  display: inline-block;
  vertical-align: middle;
}

.smart-swatches-framework-tooltip .smart-swatches-framework-short-content {
  margin-top: 8px;
}

.smart-swatches-framework-tooltip .smart-swatches-framework-open-live-demo,
.smart-swatches-framework-tooltip .smart-swatches-framework-open-docs {
  margin-top: 10px;
  display: inline-block;
  line-height: 34px;
  background-color: #1d81f9;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 11px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
}

.smart-swatches-framework-tooltip .smart-swatches-framework-open-live-demo {
  background-color: transparent;
  border: 2px solid #1d81f9;
  line-height: 32px;
  color: #1d81f9;
  margin-left: 10px;
}

.smart-swatches-framework-tooltip .smart-swatches-framework-open-docs:hover,
.smart-swatches-framework-tooltip .smart-swatches-framework-open-live-demo:hover {
  background-color: #226DE5;
  border-color: #226DE5;
  color: #ffffff;
}

.smart-swatches-framework-tooltip .smart-swatches-framework-info-label {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 0px;
}

.smart-swatches-framework-tooltip:has(video) .smart-swatches-framework-info-label {
  padding-top: 11px;
  font-size: 15px;
  font-weight: 600;
}

.smart-swatches-framework-tooltip .smart-swatches-framework-open-docs {
  margin-top: 10px;
}

.smart-swatches-framework-tooltip .smart-swatches-framework-img-tag {
  margin-bottom: 6px;
  /* min-width: 240px; */
}

.smart-swatches-framework-tooltip .smart-swatches-framework-img-tag img {
  width: 100%;
}

.smart-swatches-framework-field-subheading .smart-swatches-framework-title {
  width: 100%;
}

.smart-swatches-framework-help-text.smart-swatches-framework-support {
  display: none;
}

.smart-swatches-framework-tooltip.support-tooltip {
  max-width: 300px;
}

.smart-swatches-framework-tooltip.support-tooltip a.smart-swatches-framework-open-docs {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 8px 8px 8px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
}

.smart-swatches-framework-tooltip.support-tooltip a.smart-swatches-framework-open-docs.support {
  background: #fff;
  color: #000;
}

.smart-swatches-framework-tooltip.support-tooltip a.smart-swatches-framework-open-docs.support:hover {
  background: #f5f5f5;
}

.smart-swatches-framework-tooltip.support-tooltip a.smart-swatches-framework-open-docs.feature-request {
  background: transparent;
  color: #1d81f9;
  border: 2px solid #1d81f9;
  text-transform: none;
}

.smart-swatches-framework-tooltip.support-tooltip a.smart-swatches-framework-open-docs.feature-request:hover {
  background: #1d81f9;
  color: #fff;
  border: 2px solid #1d81f9;
}

.smart-swatches-framework-tooltip.support-tooltip .smart-swatches-framework-info-label {
  text-transform: none;
}

.smart-swatches-framework-tooltip:before {
  content: '';
  width: 0;
  position: absolute;
  height: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(12, 25, 36, .85);
  left: -10px;
  top: calc(50% - 7px);
}

.left-tooltip.smart-swatches-framework-tooltip:before {
  border-right: 0;
  left: auto;
  border-left: 10px solid rgba(12, 25, 36, .85);
  right: -10px;
}

span.tooltip-icon {
  width: 25px;
  display: inline-block;
}

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

.smart-swatches-framework-theme-dark .smart-swatches-framework-header-inner h1 {
  color: #fff;
}

.smart-swatches-framework-theme-dark .smart-swatches-framework-header-inner h1 small {
  color: #555;
}

.smart-swatches-framework-theme-dark .smart-swatches-framework-expand-all {
  color: #999;
  background-color: #222;
}

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

.smart-swatches-framework-theme-dark .smart-swatches-framework-search input {
  color: #fff;
  background-color: #222;
}

.smart-swatches-framework-theme-dark .smart-swatches-framework-search:focus {
  background-color: #444;
}

.smart-swatches-framework-theme-dark .smart-swatches-framework-search::-webkit-input-placeholder {
  color: #666;
}

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

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

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

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

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

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

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

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

.smart-swatches-framework-theme-dark .smart-swatches-framework-nav-normal ul li .smart-swatches-framework-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;
}

.smart-swatches-framework-theme-dark .smart-swatches-framework-nav-inline {
  background-color: #222;
}

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

.smart-swatches-framework-theme-dark .smart-swatches-framework-nav-inline ul li .smart-swatches-framework-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;
}

.smart-swatches-framework-theme-dark .smart-swatches-framework-nav-background {
  background-color: #222;
}

.smart-swatches-framework-theme-dark .smart-swatches-framework-footer {
  color: #555;
  background-color: #050505;
}



/**
 * 03. Fields
 */
.smart-swatches-framework-field {
  position: relative;
  padding: 30px;
}

/* .smart-swatches-framework-field+.smart-swatches-framework-field {
  border-top: 1px solid #eee;
} */

.smart-swatches-framework-field p:first-child {
  margin-top: 0;
}

.smart-swatches-framework-field p:last-child {
  margin-bottom: 0;
}

.smart-swatches-framework-field:after,
.smart-swatches-framework-field:before {
  content: " ";
  display: table;
}

.smart-swatches-framework-field:after {
  clear: both;
}

.smart-swatches-framework-field h4 {
  margin-top: 0;
}

.smart-swatches-framework-field .smart-swatches-framework-title {
  position: relative;
  width: 25%;
  float: left;
}

.smart-swatches-framework-field .smart-swatches-framework-title h4 {
  margin: 0;
  color: #23282d;
}

.smart-swatches-framework-field .smart-swatches-framework-fieldset {
  float: right;
  width: calc(75% - 20px);
}

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

.smart-swatches-framework-pseudo-field+.smart-swatches-framework-pseudo-field {
  border: 0;
}

.smart-swatches-framework-pseudo-field pre {
  display: none;
}


/**
 * 03. 05. Field: border, spacing, dimensions
 */
.smart-swatches-framework-field-border .smart-swatches-framework--inputs,
.smart-swatches-framework-field-spacing .smart-swatches-framework--inputs,
.smart-swatches-framework-field-dimensions .smart-swatches-framework--inputs {
  float: left;
  display: flex;
  flex-wrap: wrap;
}

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

.smart-swatches-framework-field-border .smart-swatches-framework--input select,
.smart-swatches-framework-field-spacing .smart-swatches-framework--input select,
.smart-swatches-framework-field-dimensions .smart-swatches-framework--input select {
  margin: 0;
}

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

.smart-swatches-framework-field-border .smart-swatches-framework--color,
.smart-swatches-framework-field-spacing .smart-swatches-framework--color,
.smart-swatches-framework-field-dimensions .smart-swatches-framework--color {
  float: left;
}

.smart-swatches-framework-field-border .smart-swatches-framework--label,
.smart-swatches-framework-field-spacing .smart-swatches-framework--label,
.smart-swatches-framework-field-dimensions .smart-swatches-framework--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;
}

.smart-swatches-framework-field-border .smart-swatches-framework--label-icon,
.smart-swatches-framework-field-border .smart-swatches-framework--icon,
.smart-swatches-framework-field-spacing .smart-swatches-framework--icon,
.smart-swatches-framework-field-dimensions .smart-swatches-framework--icon {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.smart-swatches-framework-field-border .smart-swatches-framework--label-icon+input,
.smart-swatches-framework-field-border .smart-swatches-framework--icon+input,
.smart-swatches-framework-field-spacing .smart-swatches-framework--icon+input,
.smart-swatches-framework-field-dimensions .smart-swatches-framework--icon+input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.smart-swatches-framework-field-border .smart-swatches-framework--label-unit,
.smart-swatches-framework-field-border .smart-swatches-framework--unit,
.smart-swatches-framework-field-spacing .smart-swatches-framework--unit,
.smart-swatches-framework-field-dimensions .smart-swatches-framework--unit {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.smart-swatches-framework-field-border .smart-swatches-framework--is-unit,
.smart-swatches-framework-field-spacing .smart-swatches-framework--is-unit,
.smart-swatches-framework-field-dimensions .smart-swatches-framework--is-unit {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/**
 * 03. 06. Field: button_set
 */
.smart-swatches-framework-field-button_set .smart-swatches-framework--buttons {
  display: inline-block;
}

.smart-swatches-framework-field-button_set .smart-swatches-framework--button {
  position: relative;
  z-index: 1;
  float: left;
  cursor: pointer;
  padding: 7px 14px;
  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);
}

.smart-swatches-framework-field-button_set .smart-swatches-framework--button:first-child {
  border-radius: 4px 0 0 4px;
}

.smart-swatches-framework-field-button_set .smart-swatches-framework--button:last-child {
  border-radius: 0 4px 4px 0;
}

.smart-swatches-framework-field-button_set .smart-swatches-framework--button:not(:first-child) {
  margin-left: -1px;
}

.smart-swatches-framework-field-button_set .smart-swatches-framework--button:hover {
  background-color: #eee;
}

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

.smart-swatches-framework-field-button_set input {
  display: none;
}

/**
 * 03. 07. Field: checkbox, radio
 */
.smart-swatches-framework-field-checkbox ul,
.smart-swatches-framework-field-radio ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
  max-height: 305px;
}

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

.smart-swatches-framework-field-checkbox ul ul,
.smart-swatches-framework-field-radio ul ul {
  max-height: none;
}

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

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

.smart-swatches-framework-field-checkbox input,
.smart-swatches-framework-field-radio input {
  margin: 0 1px;
}

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

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

.smart-swatches-framework-field-checkbox .smart-swatches-framework-checker,
.smart-swatches-framework-field-radio .smart-swatches-framework-checker {
  cursor: pointer;
}

.smart-swatches-framework-field-checkbox .smart-swatches-framework-checkbox-all,
.smart-swatches-framework-field-radio .smart-swatches-framework-checkbox-all {
  user-select: none;
  cursor: pointer;
  margin-top: 5px;
  font-weight: 500;
  text-decoration: none;
}

/**
 * 03. 08. Field: code_editor
 */
.smart-swatches-framework-field-code_editor .CodeMirror {
  width: 100%;
  height: 400px;
}

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

.smart-swatches-framework-field-code_editor textarea {
  width: 100%;
  height: 400px;
}

/**
 * 03. 09. Field: color
 */
.smart-swatches-framework-field-color>input {
  opacity: 0.75;
  width: 115px;
  max-width: 100%;
}

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

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

.smart-swatches-framework-field-border .smart-swatches-framework--title,
.smart-swatches-framework-field-color_group .smart-swatches-framework--title {
  color: #999;
  margin-bottom: 5px;
}

/**
 * 03. 11. Field: fieldset
 */
.smart-swatches-framework-field-fieldset .smart-swatches-framework-fieldset-content {
  border: 1px solid #ccd0d4;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.smart-swatches-framework-field-fieldset .smart-swatches-framework-fieldset-content>.smart-swatches-framework-field {
  padding: 30px 15px 0;
}

.smart-swatches-framework-field-fieldset .smart-swatches-framework-field-subheading {
  font-size: 13px;
}

/**
 * 03. 15. Field: group
 */
.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-hidden {
  display: none !important;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-wrapper {
  position: relative;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-item {
  display: none;
  position: relative;
  margin-bottom: 5px;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-item h4 {
  font-size: 1em;
}

.smart-swatches-framework-field-group .ui-accordion .smart-swatches-framework-cloneable-item {
  display: block;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-content {
  border: 1px solid #ccd0d4;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-content>.smart-swatches-framework-field {
  padding: 15px;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-title {
  display: block;
  cursor: pointer;
  position: relative;
  user-select: none;
  margin: 0;
  padding: 15px 65px 15px 10px;
  min-height: 0;
  font-size: 100%;
  border: 1px solid #ccd0d4;
  background-color: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: border-color 0.15s;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-title:active,
.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-title:hover,
.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-title:focus {
  border-color: #999;
  outline: none;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-helper {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
  font-size: 14px;
  line-height: 1em;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-helper i {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  color: #999;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-helper i:hover {
  color: #555;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-content {
  padding: 0;
  border-top: 0;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-title-prefix,
.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-title-number {
  margin-right: 5px;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-alert {
  display: none;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}

.smart-swatches-framework-field-group .widget-placeholder {
  margin-bottom: 10px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-header-icon {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 17px;
  text-indent: 0;
  vertical-align: text-top;
}

.smart-swatches-framework-field-group .smart-swatches-framework-cloneable-placeholder {
  background-color: #ddd;
  margin-top: 4px;
  width: 100px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
}

/**
 * 03. 16. Field: icon
 */
.smart-swatches-framework-field-icon .smart-swatches-framework-icon-select {
  display: flex;
  grid-gap: 5px;
}

.smart-swatches-framework-field-icon .smart-swatches-framework-icon-preview:not(.hidden) {
  display: flex;
}

.smart-swatches-framework-field-icon .smart-swatches-framework-icon-preview i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  color: #555;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

/**
 * 03. 17. Field: image_select
 */
.smart-swatches-framework-field-image_select .smart-swatches-framework--image {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.smart-swatches-framework-field-image_select .smart-swatches-framework--inline-list .smart-swatches-framework--image {
  display: block;
}

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

.smart-swatches-framework-field-image_select .smart-swatches-framework--active figure {
  border-color: #2271B1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.smart-swatches-framework-field-image_select .smart-swatches-framework--active figure:before {
  opacity: 1;
}

.smart-swatches-framework-field-image_select img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.smart-swatches-framework-field-image_select input {
  display: none;
}

/**
 * 03. 23. Field: select
 */
.smart-swatches-framework-field-select .smart-swatches-framework-fieldset {
  min-height: 30px;
}

.smart-swatches-framework-field-select .smart-swatches-framework-chosen {
  display: none;
}

.smart-swatches-framework-field-select select {
  max-width: 100%;
  margin: 0;
}

.smart-swatches-framework-field-select .smart-swatches-framework-hide-select {
  display: none !important;
}

/**
 * 03. 24. Field: slider
 */
.smart-swatches-framework-field-slider .smart-swatches-framework--wrap {
  display: flex;
  align-items: center;
}

.smart-swatches-framework-field-slider .smart-swatches-framework--input {
  display: flex;
}

.smart-swatches-framework-field-slider .smart-swatches-framework--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;
}

.smart-swatches-framework-field-slider .smart-swatches-framework-slider-ui {
  margin-right: 15px;
}

.smart-swatches-framework-field-slider input[type=number] {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 50px;
  text-align: center;
}

.smart-swatches-framework-field-slider .smart-swatches-framework--is-unit {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.smart-swatches-framework-field-slider .ui-slider {
  position: relative;
  width: 100%;
  height: 3px;
  border: none;
  background: #ddd;
  border-radius: 2px;
}

.smart-swatches-framework-field-slider .ui-slider-range {
  height: 3px;
  border: none;
  background: #333;
  border-radius: 2px;
}

.smart-swatches-framework-field-slider .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -7px;
  margin-left: -8px;
  border: none;
  background: #333;
  border-radius: 2px;
}

.smart-swatches-framework-field-slider .ui-state-active,
.smart-swatches-framework-field-slider .ui-slider-handle:hover {
  cursor: pointer;
  background: #111;
}

/**
 * 03. 25. Field: sortable
 */
.smart-swatches-framework-field-sortable .smart-swatches-framework-field-text input {
  width: 100%;
  max-width: 100%;
}

.smart-swatches-framework-field-sortable .smart-swatches-framework-sortable .smart-swatches-framework-sortable-item {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #eee;
}

.smart-swatches-framework-field-sortable .smart-swatches-framework-sortable .smart-swatches-framework-sortable-item h4 {
  font-size: 1em;
}

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

.smart-swatches-framework-field-sortable .smart-swatches-framework-sortable-content>.smart-swatches-framework-field {
  padding: 30px 15px 0;
}

.smart-swatches-framework-field-sortable .smart-swatches-framework-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;
}

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

.smart-swatches-framework-field-sortable .smart-swatches-framework-sortable-helper i:hover {
  opacity: 0.5;
}

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

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

.smart-swatches-framework-field-sortable .ui-sortable-helper .smart-swatches-framework-sortable-helper,
.smart-swatches-framework-field-sortable .ui-sortable-helper .smart-swatches-framework-sortable-content {
  display: none;
}

/**
 * 03. 26. Field: sorter
 */
.smart-swatches-framework-field-sorter .ui-sortable-placeholder {
  height: 20px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}

.smart-swatches-framework-field-sorter .smart-swatches-framework-modules {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.smart-swatches-framework-field-sorter .smart-swatches-framework-modules:first-child {
  padding-right: 15px;
}

.smart-swatches-framework-field-sorter .smart-swatches-framework-modules:last-child {
  padding-left: 15px;
}

.smart-swatches-framework-field-sorter .smart-swatches-framework-disabled,
.smart-swatches-framework-field-sorter .smart-swatches-framework-enabled {
  padding: 5px 15px;
  border: 1px dashed #ddd;
  background-color: #fff;
}

.smart-swatches-framework-field-sorter .smart-swatches-framework-disabled li {
  opacity: 0.5;
  transition: opacity 0.15s;
}

.smart-swatches-framework-field-sorter .smart-swatches-framework-disabled .ui-sortable-helper {
  opacity: 1;
}

.smart-swatches-framework-field-sorter .smart-swatches-framework-sorter-title {
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  border: 1px dashed #ddd;
  border-bottom: none;
  background-color: #f8f8f8;
  text-transform: uppercase;
}

.smart-swatches-framework-field-sorter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 62px;
}

.smart-swatches-framework-field-sorter ul li {
  margin: 10px 0;
  padding: 10px 15px;
  cursor: move;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  transition: border-color 0.15s;
}

.smart-swatches-framework-field-sorter ul li:hover {
  border-color: #bbb;
}

/**
 * 03. 27. Field: spinner
 */
.smart-swatches-framework-field-spinner .smart-swatches-framework--spin {
  display: flex;
}

.smart-swatches-framework-field-spinner .ui-widget {
  font-family: inherit;
}

.smart-swatches-framework-field-spinner .ui-spinner {
  display: flex;
  align-items: stretch;
  overflow: unset;
  border: none;
  background: none;
  border-radius: 0;
}

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

.smart-swatches-framework-field-spinner .ui-spinner .ui-spinner-button {
  position: relative;
  cursor: pointer;
  height: auto;
}

.smart-swatches-framework-field-spinner .ui-spinner .ui-spinner-button:hover {
  background-color: #e7e7e7;
}

.smart-swatches-framework-field-spinner .ui-spinner .ui-spinner-button:active {
  background-color: #ddd;
}

.smart-swatches-framework-field-spinner .ui-spinner .ui-spinner-button:before {
  font-family: "smart-swatches-fontello";
  font-style: normal;
  font-weight: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
}

.smart-swatches-framework-field-spinner .ui-spinner .ui-spinner-down {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.smart-swatches-framework-field-spinner .ui-spinner .ui-spinner-down:before {
  content: "\E821";
}

.smart-swatches-framework-field-spinner .ui-spinner .ui-spinner-up {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

a.ui-button.ui-widget.ui-spinner-button.ui-spinner-down.ui-corner-br.ui-button-icon-only,
a.ui-button.ui-widget.ui-spinner-button.ui-spinner-up.ui-corner-tr.ui-button-icon-only {
  display: none;
}

.smart-swatches-framework-field-spinner .ui-spinner .ui-spinner-up:before {
  content: "\E829";
}

.smart-swatches-framework-field-spinner .ui-spinner .smart-swatches-framework--unit {
  border-left: 0;
  user-select: none;
}

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

.smart-swatches-framework-field-spinner .ui-spinner input {
  font-family: inherit;
  font-size: inherit;
  position: relative;
  z-index: 1;
  width: 65px;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-radius: 4px 0px 0px 4px;
}

.smart-swatches-framework-field-spinner .ui-spinner-down {
  order: 1;
}

.smart-swatches-framework-field-spinner .ui-spinner-input {
  order: 2;
}

.smart-swatches-framework-field-spinner .smart-swatches-framework--unit {
  order: 3;
}

.smart-swatches-framework-field-spinner .ui-spinner-up {
  order: 4;
}

/**
 * 03. 28. Field: switcher
 */
.smart-swatches-framework-field-switcher .smart-swatches-framework--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;
}

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

.smart-swatches-framework-field-switcher .smart-swatches-framework--on,
.smart-swatches-framework-field-switcher .smart-swatches-framework--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 0.1s;
}

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

.smart-swatches-framework-field-switcher .smart-swatches-framework--active {
  background: #4fb845;
}

.smart-swatches-framework-field-switcher .smart-swatches-framework--active .smart-swatches-framework--on {
  opacity: 1;
}

.smart-swatches-framework-field-switcher .smart-swatches-framework--active .smart-swatches-framework--off {
  opacity: 0;
}

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

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

/**
 * 03. 29. Field: tabbed
 */
.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-content {
  border: 1px solid #ccd0d4;
  background-color: #fff;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); */
}

.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-nav {
  min-width: 250px;
  border-right: 1px solid #FFCECE;
}

.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-nav a.smart-swatches-framework-tabbed-active,
.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-nav a:focus {
  background: #fff;
  outline: 0;
  box-shadow: 3px 0 0 0 #F36161 inset;
  color: #F36161;
  font-weight: 600;
  border-right-color: #fff;
  margin-right: -1px;
}

.smart-swatches-framework-field-tabbed.smart-swatches-framework-field {
  display: flex;
  margin: 30px;
  border: 1px solid #FFCECE;
  padding: 0 !important;
}

.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-content>.smart-swatches-framework-field {
  padding: 30px 15px 0;
}

.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-nav .smart-swatches-framework--icon {
  padding-right: 5px;
}

.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-nav a {
  display: block;
  padding: 12px 10px;
  margin-top: 0;
  position: relative;
  text-decoration: none;
  color: #1A1A1A;
  font-weight: 600;
  background: #FFF7F7;
  border-bottom: 1px solid #FFCECE;
  transition: all .2s;
  overflow: hidden;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-contents {
  float: left;
  width: 100%;
}

.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-content {
  border: none;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.smart-swatches-framework-field-tabbed .smart-swatches-framework-tabbed-nav a:last-child {
  margin-bottom: 0
}

/**
 * 03. 30. Field: text
 */
.smart-swatches-framework-field-text input {
  width: 50%;
  max-width: 100%;
  margin: 0;
}


/**
 * 03. 33. Field: upload
 */
.smart-swatches-framework-field-upload input {
  width: 100%;
  margin: 0;
}

.smart-swatches-framework-field-upload .smart-swatches-framework--wrap.hidden {
  display: none !important;
}

.smart-swatches-framework-field-upload .smart-swatches-framework--wrap {
  display: flex;
  align-items: flex-start;
}

.smart-swatches-framework-field-upload .button {
  margin-left: 5px;
}

.smart-swatches-framework-field-upload .smart-swatches-framework--preview {
  position: relative;
}

/**
 * 03. 35. Field: heading
 */
.smart-swatches-framework-field-heading {
  font-size: 1.5em;
  font-weight: bold;
  color: #23282d;
  background-color: #f5f5f5;
}

/**
 * 03. 36. Field: subheading
 */
.smart-swatches-framework-field-subheading {
  font-size: 13px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #23282d;
  background-color: #EAECEE;
  text-transform: uppercase;
  text-transform: uppercase;
}

/**
 * 03. 37. Field: submessage
 */
.smart-swatches-framework-field-submessage {
  padding: 0 !important;
  border: 0 !important;
}

.smart-swatches-framework-field-submessage+.smart-swatches-framework-field {
  border-top: 0 !important;
}

.smart-swatches-framework-submessage {
  font-size: 12px;
  padding: 17px 30px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.smart-swatches-framework-submessage-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

.smart-swatches-framework-submessage-info {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7;
}

.smart-swatches-framework-submessage-warning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
}

.smart-swatches-framework-submessage-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

.smart-swatches-framework-submessage-normal {
  color: #23282d;
  border-color: #eee;
  background-color: #f7f7f7;
}

/**
 * 03. 38. Field: notice
 */
.smart-swatches-framework-field-notice {
  background-color: #f7f7f7;
}

.smart-swatches-framework-notice {
  padding: 12px;
  background-color: #fff;
  border-left-style: solid;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.smart-swatches-framework-notice-success {
  border-color: #46b450;
}

.smart-swatches-framework-notice-info {
  border-color: #339fd4;
}

.smart-swatches-framework-notice-warning {
  border-color: #ffbc00;
}

.smart-swatches-framework-notice-danger {
  border-color: #dc3232;
}

.smart-swatches-framework-notice-normal {
  border-color: #222;
}

.smart-swatches-framework-field-notice.upgrade_to_pro_notice {
  background: none;
}

.smart-swatches-framework-field-notice.upgrade_to_pro_notice .smart-swatches-upgrade-to-pro-section {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

/**
 * 03. 39. Field: number
 */
.smart-swatches-framework-field-number input {
  width: 100%;
  margin: 0;
}

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

.smart-swatches-framework-field-number .smart-swatches-framework--unit {
  position: absolute;
  z-index: 1;
  right: 4px;
  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. 40. Field: link
 */
.smart-swatches-framework-field-link .smart-swatches-framework--result {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 10px;
  margin-bottom: 7px;
  color: #777;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  border-radius: 2px;
  world-break: break-word;
}

.smart-swatches-framework-field-link .smart-swatches-framework--wrap {
  position: relative;
  float: left;
  width: 100px;
}

.smart-swatches-framework-field-link .smart-swatches-framework--unit {
  position: absolute;
  z-index: 1;
  right: 4px;
  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. 41. others
 */
.smart-swatches-framework-help {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 13px;
  color: #aaa;
}

.smart-swatches-framework-help .smart-swatches-framework-help-text {
  display: none;
}

.smart-swatches-framework-help.smart-swatches-framework-title-help img {
  width: 14px;
  vertical-align: middle;
}

.smart-swatches-framework-help.smart-swatches-framework-title-help {
  position: relative;
  /* margin-left: -10px; */
}

.smart-swatches-framework--preview {
  max-width: 100%;
}

.smart-swatches-framework-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);
}

.smart_swatches_image.upload-swatch-image .smart-swatches-framework-image-preview {
  width: 80px;
  height: 80px;
  padding: 4px;
}

.smart-swatches-framework-image-preview i {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #dd3333;
  opacity: 0.75;
  border-radius: 2px;
  transition: all 0.2s;
}

.smart-swatches-framework-image-preview i:hover {
  opacity: 1;
}

.smart-swatches-framework-image-preview i:focus {
  box-shadow: none;
}

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

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

.smart-swatches-framework-field-custom .smart-swatches-framework-field {
  padding: 0;
}

.smart-swatches-framework-field .chosen-container-single .chosen-single {
  height: 28px;
  line-height: 26px;
}

.smart-swatches-framework-field .chosen-container-single .chosen-single abbr {
  top: 0;
  right: 20px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  height: 100%;
  width: 18px;
  color: #aaa;
  text-align: center;
  background: none;
}

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

.smart-swatches-framework-field .chosen-container-single .chosen-single abbr:hover {
  color: #555;
}

.smart-swatches-framework-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  height: 100%;
  width: 18px;
  color: #aaa;
  text-align: center;
  background: none;
}

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

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

.smart-swatches-framework-field .chosen-container-single .chosen-single div b {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  color: #aaa;
  background: none;
}

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

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

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

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

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

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

.smart-swatches-framework-field .chosen-container-single .chosen-search input[type=text] {
  background: none;
}

.smart-swatches-framework-field .chosen-container-single .chosen-search:before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 11px;
  content: "\f002";
  position: absolute;
  right: 12px;
  top: 10px;
  color: #aaa;
}

.smart-swatches-framework-field .wp-picker-container {
  display: inline-block;
}

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

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

.smart-swatches-framework-field .wp-picker-active .smart-swatches-framework--transparent-wrap {
  display: block;
}

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

.smart-swatches-framework-field .smart-swatches-framework--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);
}

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

.smart-swatches-framework-field .smart-swatches-framework--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);
}

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

.smart-swatches-framework-field .smart-swatches-framework--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 0.2s, border-color 0.2s, color 0.2s;
}

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

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

.smart-swatches-framework-field .smart-swatches-framework--transparent-active .fa:before {
  content: "\f205";
}

/**
 * 04. Widget
 */
.smart-swatches-framework-widgets>.smart-swatches-framework-field {
  position: relative;
  top: -1px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 12px 15px;
}

.smart-swatches-framework-widgets>.smart-swatches-framework-field .smart-swatches-framework-title {
  float: none;
  width: 100%;
  margin-bottom: 5px;
}

.smart-swatches-framework-widgets>.smart-swatches-framework-field .smart-swatches-framework-fieldset {
  float: none;
  width: 100%;
}

.smart-swatches-framework-widgets .smart-swatches-framework-field-text input {
  width: 100%;
}

.smart-swatches-framework-widgets .smart-swatches-framework-field-notice .smart-swatches-framework-notice {
  padding: 15px;
}

.control-section .smart-swatches-framework-widgets>.smart-swatches-framework-field {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 12px;
}

.wp-block .smart-swatches-framework-widgets {
  font-size: 13px;
}

.wp-block .smart-swatches-framework-widgets>.smart-swatches-framework-field {
  margin-left: -10px;
  margin-right: -10px;
}

.wp-block .smart-swatches-framework-widgets>.smart-swatches-framework-field .button-primary {
  color: #fff;
}

.wp-block .smart-swatches-framework-widgets>.smart-swatches-framework-field>.smart-swatches-framework-title>h4 {
  font-size: 13px;
}

/**
 * 06. Taxonomy
 */
.smart-swatches-framework-taxonomy {
  max-width: 95%;
}

.smart-swatches-framework-taxonomy>.smart-swatches-framework-field {
  border-top: none !important;
}

.smart-swatches-framework-taxonomy>.smart-swatches-framework-field-heading {
  font-size: 1.1em;
  padding: 20px !important;
  border: 1px solid #ddd;
}

.smart-swatches-framework-taxonomy>.smart-swatches-framework-field-subheading {
  font-size: 12px;
  padding: 15px !important;
  border: 1px solid #ddd;
}

.smart-swatches-framework-taxonomy>.smart-swatches-framework-field-submessage .smart-swatches-framework-submessage {
  padding: 15px;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}

.smart-swatches-framework-taxonomy>.smart-swatches-framework-field-notice {
  background-color: transparent;
}

.smart-swatches-framework-taxonomy .smart-swatches-framework-section-title {
  display: block;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.smart-swatches-framework-taxonomy-add-fields>.smart-swatches-framework-field {
  padding: 8px 0;
  padding-top: 30px;
}

.smart-swatches-framework-taxonomy-add-fields>.smart-swatches-framework-field>.smart-swatches-framework-title {
  float: none;
  width: 100%;
  padding: 2px 2px 4px 0;
}

.smart-swatches-framework-taxonomy-add-fields>.smart-swatches-framework-field>.smart-swatches-framework-title h4 {
  font-size: 12px;
  font-weight: normal;
}

.smart-swatches-framework-taxonomy-add-fields>.smart-swatches-framework-field>.smart-swatches-framework-fieldset {
  float: none;
  width: 100%;
}

.smart-swatches-framework-taxonomy-add-fields>.smart-swatches-framework-field>.smart-swatches-framework-fieldset>.smart-swatches-framework-help {
  right: -5px;
}

.smart-swatches-framework-taxonomy-add-fields+p.submit {
  margin-top: 0;
}

.smart-swatches-framework-taxonomy-edit-fields>.smart-swatches-framework-field {
  padding: 20px 0;
}

.smart-swatches-framework-taxonomy-edit-fields>.smart-swatches-framework-field>.smart-swatches-framework-title {
  width: 200px;
}

.smart-swatches-framework-taxonomy-edit-fields>.smart-swatches-framework-field>.smart-swatches-framework-title h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}

.smart-swatches-framework-taxonomy-edit-fields>.smart-swatches-framework-field>.smart-swatches-framework-fieldset {
  width: calc(100% - 220px);
}

.smart-swatches-framework-taxonomy-edit-fields>.smart-swatches-framework-field>.smart-swatches-framework-fieldset>.smart-swatches-framework-help {
  top: -5px;
  right: -5px;
}

.smart-swatches-framework-taxonomy-edit-fields>.smart-swatches-framework-field-submessage {
  margin: 20px 0;
}

.smart-swatches-framework-taxonomy-edit-fields>.smart-swatches-framework-field-subheading,
.smart-swatches-framework-taxonomy-edit-fields>.smart-swatches-framework-field-heading {
  margin: 20px 0;
  border: 1px solid #ddd;
}

/**
 * 08. Nav Menu
 */
.smart-swatches-framework-nav-menu-options {
  clear: both;
  float: left;
  width: 100%;
}

.smart-swatches-framework-nav-menu-options>.smart-swatches-framework-fields {
  margin: 10px -10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.smart-swatches-framework-nav-menu-options>.smart-swatches-framework-fields>.smart-swatches-framework-field {
  padding: 12px;
}

.smart-swatches-framework-nav-menu-options>.smart-swatches-framework-fields>.smart-swatches-framework-field .smart-swatches-framework-title {
  float: none;
  width: 100%;
  margin-bottom: 5px;
}

.smart-swatches-framework-nav-menu-options>.smart-swatches-framework-fields>.smart-swatches-framework-field .smart-swatches-framework-fieldset {
  float: none;
  width: 100%;
}

.smart-swatches-framework-nav-menu-options .smart-swatches-framework-field-text input {
  width: 100%;
}

.smart-swatches-framework-nav-menu-options .smart-swatches-framework-field-notice .smart-swatches-framework-notice {
  padding: 15px;
}

.smart-swatches-framework-nav-menu-title {
  padding: 12px;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.smart-swatches-framework-nav-menu-title:first-child {
  border-top: 0;
}

.smart-swatches-framework-nav-menu-title h4 {
  margin: 0;
  padding: 0;
  color: #23282d;
}

.smart-swatches-framework-nav-menu-icon {
  margin-right: 5px;
}

/**
 * 06. Profile
 */
.smart-swatches-framework-profile-options>h2>.fa {
  padding-right: 7px;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field {
  max-width: 750px;
  padding: 15px 0;
  border-top: none !important;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field>.smart-swatches-framework-title {
  width: 200px;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field>.smart-swatches-framework-title h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field>.smart-swatches-framework-fieldset {
  width: calc(100% - 220px);
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field>.smart-swatches-framework-fieldset>.smart-swatches-framework-help {
  top: -15px;
  right: -5px;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field-heading {
  font-size: 1.1em;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field-subheading {
  font-size: 12px;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field-subheading,
.smart-swatches-framework-profile-options>.smart-swatches-framework-field-heading {
  margin: 10px 0;
  padding: 15px !important;
  border: 1px solid #ddd;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field-submessage {
  margin: 20px 0;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field-submessage .smart-swatches-framework-submessage {
  padding: 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}

.smart-swatches-framework-profile-options>.smart-swatches-framework-field-notice {
  background-color: transparent;
}

/**
 * 09. Modal
 */
.smart-swatches-framework-modal {
  position: fixed;
  z-index: 100101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smart-swatches-framework-modal.hidden {
  display: none;
}

.smart-swatches-framework-modal-icon {
  z-index: 100102;
}

.smart-swatches-framework-modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

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

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

.smart-swatches-framework-modal-content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 595px;
}

.smart-swatches-framework-modal-content .smart-swatches-framework-shortcode-button {
  display: none;
}

.smart-swatches-framework-modal-content .smart-swatches-framework-field {
  padding: 15px 30px 15px 15px;
}

.smart-swatches-framework-modal-content a:active,
.smart-swatches-framework-modal-content a:focus {
  outline: none;
  box-shadow: none;
}

.smart-swatches-framework-modal-content h4 {
  font-size: 13px;
}

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

.smart-swatches-framework-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;
}

.smart-swatches-framework-modal-header {
  width: 100%;
  padding: 14px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.smart-swatches-framework-modal-header select {
  display: block;
  width: 250px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1;
  height: 30px;
  min-height: 30px;
  background-color: #fff;
}

.smart-swatches-framework-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;
}

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

.smart-swatches-framework-modal-close:hover {
  opacity: 0.5;
}

.smart-swatches-framework-modal-insert-wrapper {
  text-align: center;
  width: 100%;
  padding: 15px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}

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

/**
 * 09. 01. Shortcode Modal
 */
.smart-swatches-framework--repeatable {
  padding: 15px 15px 0 15px;
}

.smart-swatches-framework--repeat-button-block {
  text-align: center;
  padding-bottom: 15px;
}

.smart-swatches-framework--repeat-shortcode {
  position: relative;
  margin-bottom: 15px;
  border: 1px dashed #ddd;
}

.smart-swatches-framework--repeat-shortcode:first-child .smart-swatches-framework-repeat-remove {
  display: none;
}

.smart-swatches-framework--repeat-shortcode .smart-swatches-framework-repeat-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background-color: #e14d43;
  opacity: 0.5;
}

.smart-swatches-framework--repeat-shortcode .smart-swatches-framework-repeat-remove:hover {
  opacity: 0.5;
}

.smart-swatches-framework-shortcode-single .smart-swatches-framework-modal-inner {
  height: 750px;
}

.smart-swatches-framework-shortcode-single .smart-swatches-framework-modal-content {
  height: 652px;
}

.elementor-editor-active .smart-swatches-framework-shortcode-button {
  margin-left: 5px;
}

.elementor-editor-active .smart-swatches-framework-modal .hidden {
  display: none !important;
}

/**
 * 09. 02. Gutenberg Modal
 */
.smart-swatches-framework-shortcode-block {
  text-align: center;
  padding: 14px;
  font-size: 13px;
  background-color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.smart-swatches-framework-shortcode-block .components-button {
  margin-bottom: 10px;
}

/**
 * 09. 03. Icon Modal
 */
.smart-swatches-framework-modal-icon .smart-swatches-framework-icon-title {
  padding: 15px 0;
  margin: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}

.smart-swatches-framework-modal-icon .smart-swatches-framework-modal-header {
  text-align: center;
}

.smart-swatches-framework-modal-icon .smart-swatches-framework-icon-search {
  width: 50%;
  height: 40px;
  line-height: 40px;
}

.smart-swatches-framework-modal-icon i {
  cursor: pointer;
  display: inline-block;
  margin: 4px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  border-radius: 2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.smart-swatches-framework-modal-icon i:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.smart-swatches-framework-modal-icon .smart-swatches-framework-modal-content {
  padding: 10px;
  height: 618px;
}

.smart-swatches-framework-modal-icon .smart-swatches-framework-error-text {
  padding: 10px;
}

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

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

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

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

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

/**
 * 10. Helper
 */
.smart-swatches-framework-subtitle-text {
  margin-top: 6px;
  font-weight: 400;
  color: #999;
}

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

.smart-swatches-framework-error-text {
  margin-top: 6px;
  color: #d02c21;
}

.smart-swatches-framework-before-text {
  margin-bottom: 6px;
}

.smart-swatches-framework-after-text {
  margin-top: 6px;
}

.smart-swatches-framework-metabox-hide {
  display: none !important;
}

.smart-swatches-framework-metabox-show {
  display: block !important;
}

.smart-swatches-framework-depend-hidden.smart-swatches-framework-depend-on {
  display: none;
}

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

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

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

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

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

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

.smart-swatches-framework-form-result {
  display: none;
  float: left;
  padding: 0 8px;
  margin-right: 4px;
  font-size: 11px;
  line-height: 30px;
  user-select: none;
  border-radius: 2px;
}

.smart-swatches-framework-form-show {
  display: block;
}

.smart-swatches-framework-form-success {
  color: #fff;
  background-color: #46b450;
}

.smart-swatches-framework-form-warning {
  color: #8a6d3b;
  background-color: #faebcc;
}

.smart-swatches-framework-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;
}

.smart-swatches-framework-no-option {
  padding: 30px;
}

.smart-swatches-framework-input-number {
  -moz-appearance: textfield;
}

/* .smart-swatches-framework-input-number::-webkit-inner-spin-button,
.smart-swatches-framework-input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

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

  .smart-swatches-framework-metabox .smart-swatches-framework-field .smart-swatches-framework-fieldset {
    float: none;
    width: 100%;
  }
}

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

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

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

  .smart-swatches-framework-search,
  .smart-swatches-framework-header-right,
  .smart-swatches-framework-header-left {
    width: 100%;
  }

  .smart-swatches-framework-search {
    text-align: center;
    margin-bottom: 15px;
  }

  .smart-swatches-framework-footer {
    text-align: center;
  }

  .smart-swatches-framework-buttons {
    float: none;
  }

  .smart-swatches-framework-copyright {
    float: none;
    margin-top: 10px;
  }

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

  .smart-swatches-framework-nav-normal+.smart-swatches-framework-content {
    margin-left: 0;
  }

  .smart-swatches-framework-section-title,
  .smart-swatches-framework-section {
    display: block !important;
  }

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

  .smart-swatches-framework-field .smart-swatches-framework-fieldset {
    float: none;
    width: 100%;
  }

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

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

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

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

  .smart-swatches-framework-nav-menu-options>.smart-swatches-framework-fields>.smart-swatches-framework-field {
    padding: 10px;
  }
}

@media only screen and (max-width: 782px) {
  .smart-swatches-framework-modal .smart-swatches-framework-modal-inner {
    width: 90%;
  }
}

@media only screen and (max-height: 750px) {
  .smart-swatches-framework-modal .smart-swatches-framework-modal-inner {
    height: auto;
  }

  .smart-swatches-framework-modal .smart-swatches-framework-modal-content {
    height: calc(100vh - 200px);
  }
}

/**
 * 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;
}

/**
 * Flatpickr
 */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

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

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer+.dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Attribute  field CSS */
.smart-swatches-framework-attribute-edit .smart-swatches-framework-field,
.smart-swatches-framework-attribute .smart-swatches-framework-field {
  padding: 0 0 30px 0;
}

.smart-swatches-framework-attribute .smart-swatches-framework-field .smart-swatches-framework-title {
  width: auto;
  float: none;
  padding-bottom: 8px;
}

.smart-swatches-framework-attribute .smart-swatches-framework-field .smart-swatches-framework-fieldset {
  float: none;
  width: auto;
}

.smart_swatches_framework_attr_shape .smart-swatches-framework--image figure {
  padding: 10px;
}

/*  Attribute edit */
.smart-swatches-framework-attribute-edit .smart-swatches-framework-field .smart-swatches-framework-fieldset {
  float: left;
  width: auto;
}

.smart-swatches-framework-attribute-edit .smart-swatches-framework-field .smart-swatches-framework-title {
  position: relative;
  width: 230px;
  float: left;
}

/* Swatches Upload field */
.smart_swatches_image .smart-swatches-framework--wrap input {
  display: none;
}

.smart_swatches_image.upload-swatch-image .smart-swatches-framework--wrap .smart-swatches-framework--button,
.smart_swatches_image.upload-swatch-image .smart-swatches-framework--wrap .smart-swatches-framework--button>.dashicons {
  border: 0;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  background: none;
}

.smart_swatches_image.upload-swatch-image .smart-swatches-framework--wrap .dashicons-format-image:before {
  font-size: 80px;
  color: #1A65A2;
}

.smart_swatches_image.upload-swatch-image .smart-swatches-framework--wrap .dashicons-format-image:hover:before {
  color: #0F5D9D;
}

.smart_swatches_image.upload-swatch-image .smart-swatches-framework--wrap .spss_tooltip {
  position: relative;
  display: inline-block;
}

.smart_swatches_image.upload-swatch-image .smart-swatches-framework--wrap .spss_tooltip .spss-tooltip-text {
  visibility: hidden;
  background-color: #454545;
  color: #fff;
  border-radius: 2px;
  padding: 0px 4px;
  bottom: -18px;
  left: 6px;
  line-height: 1.2;
  font-size: 12px;
  height: 18px;
  display: flex;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.smart_swatches_image.upload-swatch-image .smart-swatches-framework--wrap .spss_tooltip:hover .spss-tooltip-text {
  visibility: visible;
}

/**
 * 02. 02. Theme shaped
 */
/* .smart-swatches-framework-theme-shaped .smart-swatches-framework-container {
  border: 1px solid #ccd0d4;
  box-shadow: 0 0 15 rgba(0, 0, 0, 0.04);
} */

.smart-swatches-framework-theme-shaped .smart-swatches-framework-header-inner {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  background: linear-gradient(#fefefe, #f5f5f5);
}

.smart-swatches-framework-header-inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 1;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgb(36 39 50 / 8%)
}

.smart-swatches-framework-theme-shaped .smart-swatches-framework-header-inner h1 {
  background-image: url(../images/woo-gallery-slider.svg);
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding-left: 35px;
  /* width: 50%; */
  height: 100%;
  color: #404040;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position-y: center;
  font-size: 20px;
  font-weight: 600;
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-reset-section {
  background-image: url(../images/reset-icon.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 16px;
  padding-left: 30px;
  background-color: #cd3c3c !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 4px;
  height: 40px;
  transition: background-color .2s;
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-save {
  background-image: url(../images/save-icon.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 16px;
  padding-left: 30px;
}

.smart-swatches-framework-buttons .button {
  margin: 0 4px;
  padding: 0 16px;
  border-radius: 0;
  height: 38px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-save-ajax {
  background-color: #c5c5c6;
  border-color: transparent;
  color: #fff !important;
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  height: 40px;
  width: 165px;
  transition: background-color .2s;
  pointer-events: none
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-save-ajax:hover {
  background-color: #02bb71
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-save-ajax:focus {
  color: #fff
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-save-ajax[disabled] {
  background-color: #02bb71 !important;
  border: none
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-reset-all,
.smart-swatches-framework-buttons .button.smart-swatches-framework-reset-section {
  background-color: #cd3c3c !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 4px;
  height: 40px;
  transition: background-color .2s
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-reset-section:focus,
.smart-swatches-framework-buttons .button.smart-swatches-framework-reset-all:hover,
.smart-swatches-framework-buttons .button.smart-swatches-framework-reset-section:hover {
  background-color: #b82f2f !important;
  color: #fff;
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-reset-section {
  background-color: #cd3c3c !important
}

.smart-swatches-framework-buttons .button.smart-swatches-framework-reset-section:hover {
  background-color: #b82f2f !important
}

.smart-swatches-framework-nav ul li:last-child a {
  border-top-right-radius: 3px;
  border-right: none
}

.smart-swatches-framework-nav {
  width: 100%;
  background-color: #f1f1f1;
}

.smart-swatches-framework-nav ul li:first-child a {
  border-top-left-radius: 3px
}

.smart-swatches-framework-nav ul li {
  display: inline-block;
  margin-bottom: 0
}

.smart-swatches-framework-nav ul li a {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #FFE5E5;
  border-bottom: none;
  background-color: #F36161;
  border-top: 3px solid #F36161;
  color: #fff;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 20px;
  padding: 13px 22px 16px;
  text-transform: uppercase
}

.smart-swatches-framework-nav ul li a svg {
  margin-right: 5px;
  float: left
}

.smart-swatches-framework-nav ul li a i {
  margin-right: 5px;
  font-size: 16px
}

/* .smart-swatches-framework-nav ul li a svg path,
.smart-swatches-framework-nav ul li a svg rect {
  fill: #5b4a6d
} */

.smart-swatches-framework-nav ul li a i.fa {
  color: #F36161;
}

.smart-swatches-framework-nav ul li.smart-swatches-framework-tab-expanded a {
  position: relative;
  border-bottom: none !important;
  background-color: #fff !important;
  color: #F36161 !important
}

/* .smart-swatches-framework-nav ul li a.smart-swatches-framework-section-active svg path,
.smart-swatches-framework-nav ul li a.smart-swatches-framework-section-active svg rect {
  fill: #8554c1
} */

.smart-swatches-framework-nav ul li.smart-swatches-framework-tab-expanded a i.fa {
  color: #F36161
}

.smart-swatches-framework-field-spacing .smart-swatches-framework--title,
.smart-swatches-framework-field-dimensions .smart-swatches-framework--title,
.smart-swatches-framework-field-border .smart-swatches-framework--title,
.smart-swatches-framework-field-color_group .smart-swatches-framework--title {
  color: #999;
  margin-bottom: 5px;
  position: absolute;
  top: 10px;
  text-transform: capitalize;
}

.smart-swatches-framework-taxonomy .smart-swatches-framework-field-spacing .smart-swatches-framework--title,
.smart-swatches-framework-taxonomy .smart-swatches-framework-field-dimensions .smart-swatches-framework--title,
.smart-swatches-framework-taxonomy .smart-swatches-framework-field-border .smart-swatches-framework--title,
.smart-swatches-framework-taxonomy .smart-swatches-framework-field-color_group .smart-swatches-framework--title {
  color: #999;
  margin-bottom: 5px;
  position: absolute;
  top: 0px;
  text-transform: capitalize;
}

.smart-swatches-framework-field-border .smart-swatches-framework--left {
  float: left;
}

/* Preview  */
table.wp-list-table .column-preview {
  width: 80px;
  text-align: center;
  white-space: nowrap;
}

table.wp-list-table td.column-preview .smart-swatch-preview {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 auto;
}

/* :has(>iframe[src*='facebook.com/']) */
.form-field:has(>select[id*='attribute_type']) {
  border-top: 2px solid #ccc;
  padding-top: 15px;
}

.form-field:has(>select[id*='attribute_type']) label {
  font-weight: 700;
}

/* License activation */
.smart-swatches-license {
  padding: 80px 0;
}

.smart-swatches-license .smart-swatches-license-area {
  display: inline-block;
}

.smart-swatches-license h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}

.smart-swatches-license p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 24px;
  color: #666;
}

.smart-swatches-license .smart-swatches-license-key {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.smart-swatches-license .smart-swatches-license-key-input.license-key-active {
  border: 1px solid #28a745;
  pointer-events: none;
  padding-right: 68px;
  color: #a9a9a9;
}

.smart-swatches-license .smart-swatches-license-key-input.license-key-active:focus {
  border-color: #28a745;
}

.smart-swatches-license .smart-swatches-license-key span {
  position: absolute;
  top: 7px;
  right: 7px;
  background: #28a745;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
  line-height: 20px;
}

.smart-swatches-license .smart-swatches-license-key-input {
  padding: 6px 14px;
  min-width: 400px;
}

.smart-swatches-license .button-secondary {
  min-height: 42px;
  text-transform: uppercase;
  padding: 6px 16px;
}

.smart-swatches-license .button-secondary:focus,
.smart-swatches-license .smart-swatches-license-key-input:focus {
  outline: none;
  box-shadow: 0 0 0;
}

.smart-swatches-license .btn-license-save-activate {
  color: #fff;
  border-color: #1689de;
  background: #1689de;
}

.smart-swatches-license .btn-license-save-activate:hover,
.smart-swatches-license .btn-license-save-activate:focus {
  background: #0b7acc;
  border-color: #0b7acc;
  color: #fff;
}

.smart-swatches-license .smart-swatches-license-error-notices {
  color: #dc3545;
  text-align: left;
  margin-top: 7px;
  font-size: 14px;
  font-style: italic;
  -webkit-animation: seconds 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 3s;
  animation: seconds 1.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 3s;
  position: relative;
}

@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: -9999px;
    position: absolute;
  }
}

@keyframes seconds {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: -9999px;
    position: absolute;
  }
}

/*--------------------------------------------------------
 Help Page
--------------------------------------------------------*/

.about-wrap.smart-swatches-help {
  margin: auto;
}

div.smart-swatches-help .feature-section .smart-swatches-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;
  text-align: left;
}

div.smart-swatches-help .feature-section .smart-swatches-feature h3 {
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  vertical-align: middle;
}

div.smart-swatches-help .feature-section i.sp-font {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  color: #cd3c3c;
  margin-right: 6px;
  vertical-align: middle;
}

div.smart-swatches-help.about-wrap h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin: 50px 0 0 0;
}

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

.smart-swatches-framework-field-sp_help_free div.smart-swatches-help .about-text {
  padding: 0 125px;
}

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

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

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

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

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

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

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

.smart-swatches-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;
}

.smart-swatches-help.about-wrap [class$="-col"] .col+.col {
  margin-left: 20px;
}

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

.smart-swatches-feature a.smart-swatches-framework-help-button {
  background-color: #cd3c3c;
  background-image: linear-gradient(62deg, #cd3c3c 26%, #b82f2f 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;
}

.smart-swatches-feature a.smart-swatches-framework-help-button:hover {
  background-color: #cd3c3c;
  background-image: linear-gradient(62deg, #b82f2f 26%, #cd3c3c 100%);
  color: #fff;
}

.about-wrap.smart-swatches-help .wp-badge {
  display: none;
}

.smart-swatches-plugin-section {
  text-align: center;
}

.about-wrap.smart-swatches-plugin-section {
  margin: 0;
}

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

div.smart-swatches-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.smart-swatches-plugin-section .three-col .col .smart-swatches-plugin h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  text-align: left;
  padding: 0 10px 20px 20px;
}

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

div.smart-swatches-plugin-section .three-col .col .smart-swatches-plugin h3 a:hover {
  color: #8554C1;
  text-decoration: underline;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

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

div.smart-swatches-plugin-section .smart-swatches-help-img {
  max-width: 64px;
  padding-bottom: 20px;
}

div.smart-swatches-help div.smart-swatches-plugin-section .feature-section .smart-swatches-feature p {
  color: #32373c;
  margin-bottom: 0;
}

div.smart-swatches-help div.smart-swatches-plugin-section .feature-section .smart-swatches-plugin-link {
  text-decoration: none;
}

div.smart-swatches-help div.smart-swatches-plugin-section .feature-section.first-column {
  margin-bottom: 20px;
}

div.smart-swatches-help div.smart-swatches-plugin-section [class$="-col"] .col {
  border: 1px solid transparent;
  transition-timing-function: linear;
  transition-duration: 300ms;
}

div.smart-swatches-help div.smart-swatches-plugin-section [class$="-col"] .col:hover {
  border: 1px solid #00A1FF;
}

div.smart-swatches-help div.smart-swatches-plugin-section [class$="-col"] .col .smart-swatches-plugin-link:focus {
  outline: none;
  box-shadow: none;
}

/* div.smart-swatches-help .feature-section.first-column .col:nth-child(2) .smart-swatches-feature p{
  margin-bottom: 21px;
} */

/* Responsive CSS */
@media screen and (max-width: 782px) {
  .about-wrap .three-col .col {
    min-width: 48% !important;
    max-width: 48% !important;
    margin-left: 0 !important;
  }

  .about-wrap.smart-swatches-help .feature-section .col {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .about-wrap .three-col .col {
    min-width: 100% !important;
  }

  div.smart-swatches-help div.smart-swatches-plugin-section .feature-section.first-column {
    margin: 0;
  }

  div.smart-swatches-help .about-text {
    padding: 0 40px;
  }

  div.smart-swatches-help .wp-badge {
    background-position-x: center;
    top: 0;
  }
}

/* #adminmenu .toplevel_page_ssp_settings div.wp-menu-image {
  float: left;
  width: 30px;
  height: 29px;
  margin: auto;
  text-align: center;
} */
.smart-swatches-framework-field.vari_label_separator .smart-swatches-framework-fieldset input {
  width: 120px;
}

.pro_only_field .smart-swatches-framework-fieldset {
  border-color: #cbcfd0 !important;
  opacity: 0.8;
}

.smart-swatches-framework-field-button_set .smart-swatches-framework--button.smart-swatches-framework-pro-only {
  background-color: rgba(247, 247, 247, 0.4) !important;
  pointer-events: none;
  opacity: 0.7;
}

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

.smart-swatches-framework-field-switcher.pro_switcher .smart-swatches-framework--switcher {
  background-color: #99AAB2;
}

.smart-swatches-framework-field-image_select .smart-swatches-framework--image.smart-swatches-framework-pro-only .smart-swatches-framework--image-select {
  pointer-events: none;
}

/* .smart-swatches-framework-settings .smart-swatches-framework-field-image_select .smart-swatches-framework--image.smart-swatches-framework-pro-only p */
.pro_dimensions .smart-swatches-framework--input,
.disabled,
.smart-swatches-framework-field-image_select .smart-swatches-framework--image.smart-swatches-framework-pro-only img {
  opacity: 0.7;
}

.smart-swatches-framework-settings .smart-swatches-framework-field-image_select.gallery_layout .smart-swatches-framework--image.smart-swatches-framework-pro-only img {
  opacity: 0.75;
}

.pro_image_sizes .smart-swatches-framework-fieldset,
.pro_dimensions input,
.pro_dimensions select,
.pro_spinner .smart-swatches-framework-fieldset,
.pro_number .smart-swatches-framework-fieldset,
.pro_border .smart-swatches-framework-fieldset div,
.pro_slider .smart-swatches-framework-fieldset .smart-swatches-framework-table-cell,
.pro_button_set .smart-swatches-framework-fieldset,
.pro_color_group .smart-swatches-framework-fieldset .wp-picker-container,
.pro_spacing .smart-swatches-framework-fieldset,
.pro_switcher .smart-swatches-framework-fieldset,
.pro_color_group .smart-swatches-framework-fieldset .smart-swatches-framework--title {
  opacity: 0.7;
  pointer-events: none;
}

.smart-swatches-framework--sibling p {
  text-align: center;
  padding: 0;
  margin-top: 5px;
}

/* .wp-core-ui .button-secondary:focus, .wp-core-ui .button.focus, .wp-core-ui .button:focus{
  color: white !important;
  font-size: 40px !important;
} */

.smart-swatches-framework-tooltip {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.smart-swatch-tooltip-hover-effect {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* Moves tooltip to normal position */
}

.smart-swatches-framework-tooltip.ssf-fade-out {
  opacity: 0;
}

/* Smart Tabs Upgrade to Pro section style */
.smart-swatches-framework-field.upgrade-to-pro-notice {
  border: 0;
  padding: 0;
}

.upgrade-to-pro-notice .smart-swatches-framework-notice {
  border: none;
  padding: 30px;
  padding-top: 0;
}

.wptabspro-field-notice.upgrade-to-pro-notice .wptabspro-notice {
  padding: 0;
  margin-top: 0;
}

.smart-swatches-upgrade-to-pro-section {
  background: #E7F2E7;
  border: 1px solid #3d9e564d;
  border-radius: 8px;
  padding: 30px;
  line-height: 1.6;
  color: #3C434A;
  max-width: 100%;
}

.smart-swatches-upgrade-to-pro-section h2 {
  color: #3C434A;
  margin: 0px;
  font-size: 22px;
}

.smart-swatches-upgrade-to-pro-section p {
  margin-bottom: 20px;
  margin-top: 10px;
  color: #3C434A;
  font-size: 16px;
  font-style: normal;
}

.smart-swatches-upgrade-to-pro-section .features-wrapper {
  display: flex;
  gap: 230px;
}

.smart-swatches-upgrade-to-pro-section .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smart-swatches-upgrade-to-pro-section .features-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

.smart-swatches-upgrade-to-pro-section .features-list li .sw-feature-list-icon {
  color: #aaaaaa;
}

.smart-swatches-upgrade-to-pro-section .features-list a {
  color: #236CB4;
  cursor: pointer;
}

.smart-swatches-upgrade-to-pro-section .special-bonus {
  font-size: 15px;
  margin: 10px 0 24px;
}

.smart-swatches-upgrade-to-pro-section .special-bonus .highlight-discount {
  color: #F38600;
  font-weight: bold;
}

.smart-swatches-upgrade-to-pro-section .upgrade-btn {
  display: inline-block;
  background: #7DC049;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.smart-swatches-upgrade-to-pro-section .see-full-features {
  border: 1px solid #3C434A;
  color: #3C434A;
  font-style: normal;
  display: inline-block;
  padding: 11px 44px 11px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  position: relative;
}

.smart-swatches-upgrade-to-pro-section .see-full-features .smart-swatches-icon-up-right-arrow {
  font-size: 22px;
  position: absolute;
  top: 6px;
}

.smart-swatches-upgrade-to-pro-section .see-full-features:hover {
  color: #fff;
  background: #3c434a;
}

.smart-swatches-upgrade-to-pro-section .see-full-features:focus {
  box-shadow: none;
}

.smart-swatches-upgrade-to-pro-section .features-list a:focus,
.smart-swatches-upgrade-to-pro-section .upgrade-btn:focus {
  box-shadow: none;
}

.smart-swatches-upgrade-to-pro-section .upgrade-btn:hover {
  background: #78b74a;
}