/**
 *
 * ---------------------------------------------------------
 * ShapedPlugin 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 Options
 *     01. 11. Search Input
 *     01. 12. Metabox
 *     01. 13. Help Tooltip
 * 02. Themes
 *     02. 01. Theme Dark
 *     02. 02. Theme Light
 * 03. Fields
 *     03. 01. Field
 *     03. 05. Field: border, spacing, dimensions, column, dimensions_advanced
 *     03. 06. Field: button_set
 *     03. 07. Field: checkbox, radio
 *     03. 08. Field: code_editor
 *     03. 09. Field: color
 *     03. 10. Field: color_group
 *     03. 16. Field: image_select
 *     03. 21. Field: select
 *     03. 25. Field: spinner
 *     03. 26. Field: switcher
 *     03. 27. Field: tabbed
 *     03. 28. Field: text
 *     03. 30. Field: typography
 *     03. 33. Field: heading
 *     03. 34. Field: subheading
 *     03. 36. Field: notice
 *     03. 37. Field: others
 * 08. Modal
 *     08. 01. Shortcode Modal
 *     08. 02. Gutenberg Modal
 *     08. 03. Icon Modal
 * 09. Helper
 * 10. Welcome Page
 * 11. Responsive
 * 12. Others
 *
 * ---------------------------------------------------------
 *
 */

/* Typography color */
.spf-field-typography:is(.wcsp_child_cat_typography, .wcsp_custom_text_typography) .spf--block-font-color button {
	pointer-events: none;
}

/**
 * 01. Base
 */

.spf {
	position: relative;
}

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

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

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

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

div.sp-wcsp-options .spf-wrapper .spf-nav-background {
	background-color: #ddd;
	border-right: 1px solid #cecece;
}

div.sp-wcsp-options .spf-wrapper .spf-nav ul li {
	border: 0px solid #ddd;
}

div.sp-wcsp-options.spf-theme-light .spf-nav ul li a {
	padding: 14px 15px;
	font-size: 12px;
}

div.sp-wcsp-options.spf-theme-light .spf-nav ul li .spf-section-active {
	border-bottom: 1px solid #cecece;
}

.sp-wcsp-options.spf-theme-light .spf-header-inner {
	background: #f2f2f2;
	border-bottom: 1px solid #cecece;
}

.sp-wcsp-options .spf-header-inner h1 {
	font-weight: 500;
}

.sp-wcsp-options .spf-tab-active a {
	margin-right: -1px;
}

.spf-field select,
td.shortcode.column-shortcode input,
.spf-field input:not([type="checkbox"]):not([type="radio"]) {
    min-height: 30px;
    line-height: 2;
}

td.shortcode.column-shortcode input {
	line-height: 1;
}

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

.spf-field-slider input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/**
 * Free Version
 */
.spf-field.spf-field-image_select.wcsp_layout_presets.wcsp_block_orientation .spf--image p {
	font-size: 10px;
}

.spf-field.spf-field-button_set .spf--button-group .wcs-pro-only,
.spf-field.carousel_pagination_style .spf--image .wcs-pro-only,
.wcsp_cat_content_position.spf-field-image_select .spf--image .wcs-pro-only,
.wcsp_layout_presets.spf-field-image_select .spf--image .wcs-pro-only {
	position: absolute;
	top: 1px;
	right: 1.4px;
	color: #585B6F;
	background-color: #cbd6df;
	font-weight: 600;
	padding: 0 4px;
	content: 'PRO';
	text-align: center;
	font-size: 8px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	line-height: 12px;
}

.wcsp_cat_content_position.spf-field-image_select .spf--image:nth-child(2) .wcs-pro-only,
.wcsp_cat_content_position.spf-field-image_select .spf--image:nth-child(8) .wcs-pro-only,
.spf-field.spf-field-button_set .spf--button-group .wcs-pro-only {
	top: 0;
	right: 0;
}

.wcsp_cat_content_position.spf-field-image_select:not(.thumbnail_shape) .spf--image:nth-child(2) .wcs-pro-only {
	right: 7px;
}

.wcsp_cat_content_position.spf-field-image_select .spf--image:nth-child(8) .wcs-pro-only {
	right: 10px;
}

/* Shared properties for common selectors */
.spf-field.wcsp_navigation_icon .spf--button-group .spf--button:nth-child(n+2):nth-child(-n+7),
.sp-no-selected-icon.spf-field-image_select .spf--image:has(.wcs-pro-only),
.spf-field.carousel_pagination_style .spf--image:has(.wcs-pro-only),
.spf-field.spf-field-button_set .spf--button-group .spf--sibling.pro_only {
    pointer-events: none;
    opacity: 0.85;
}

.spf-field.spf-field-image_select.wcsp_parent_child_display_type .spf--image .wcs-pro-only {
	width: 15px;
	top: 0;
	left: 87px
}

.spf-field.spf-field-image_select.wcsp_layout_presets img {
	width: 106px;
}

.spf-field.spf-field-image_select.wcsp_cat_content_position.thumbnail_shape img {
	width: 80px;
}

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

.spf-header-inner {
	padding: 25px;
}

.spf-header-inner h1 {
	float: left;
	font-size: 1.5em;
	line-height: 38px;
	font-weight: 400;
	margin: 0;
}

.spf-header-inner h1 img {
	height: 28px;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}

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

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

.spf-buttons .button.spf-save-ajax {
	background-color: #02cc7b;
	border-color: transparent;
	color: #fff !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 4px;
	height: 38px;
	width: 75px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.spf-buttons .button.spf-save-ajax:hover {
	background-color: #02bb71;
}

.spf-buttons .button.spf-save-ajax:focus {
	color: #fff;
}

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

.sp_wcslider_page_wcsp_settings .spf-header-right .spf-buttons .button.spf-save-ajax[disabled] {
	background-color: #02cc7b !important;
	color: #ffffff !important;
	border: none;
}

.spf-buttons .button.spf-reset-all,
.spf-buttons .button.spf-reset-section {
	background-color: #cd3c3c !important;
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 4px;
	height: 38px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	color: #ffffff;
}

.spf-buttons .button.spf-reset-all:hover,
.spf--buttons .button.spf-reset-section:hover {
	background-color: #b82f2f !important;
}

.spf-buttons .button.spf-reset-section {
	background-color: #77777c !important;
}

.spf-buttons .button.spf-reset-section:hover {
	background-color: #616166 !important;
	color: #fff;
}

.sp_wcslider_page_wcsp_settings .spf-header-right .spf-buttons .button.spf-save {
	background-color: #c5c5c6;
	border-color: transparent;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 4px;
	height: 38px;
	width: 140px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	pointer-events: none;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.sp_wcslider_page_wcsp_settings .spf-header-right .spf-buttons .button.spf-save:hover {
	background-color: #00b647 !important;
}

.sp_wcslider_page_wcsp_settings .spf-header-right .spf-buttons .button.spf-reset-section {
	background-color: #cd3c3c !important;
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 4px;
	height: 38px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.sp_wcslider_page_wcsp_settings .spf-header-right .spf-buttons .button.spf-reset-section:hover {
	background-color: #c03635 !important;
}

/**
 * 01. 02. Sticky
 */
.spf-sticky .spf-header-inner {
	position: fixed;
	z-index: 20;
	top: 32px;
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.125);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.125);
}

/**
 * 01. 03. Header Buttons
 */
.spf-buttons {
	float: right;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.spf-buttons .button {
	margin: 0 4px;
	line-height: 26px;
}

.spf-header-left {
	float: left;
}

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

/**
 * 01. 04. Navigation
 */
.spf-nav {
	display: block;
	width: auto;
}

#sp_wcsp_shortcode_options .spf-nav {
	padding-top: 15px;
}

#sp_wcsp_layout_options.postbox {
	margin-bottom: 0;
}

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

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

.spf-nav ul li a {
	font-size: 13px;
	position: relative;
	display: block;
	padding: 14px 12px;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#spf-section-sp_wcsp_layout_options_1 .wcsp-admin-header .support a,
.spf-nav ul li a:focus {
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.spf-nav ul li .spf-section-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;
}

.spf-nav ul li .spf-arrow:after {
	content: "\f054";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 9px;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.spf-nav ul li.spf-tab-active .spf-arrow:after {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.spf-nav ul li.spf-tab-active ul {
	display: block;
}

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

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

.spf-nav .fa {
	width: 20px;
	margin-right: 5px;
	font-size: 14px;
	text-align: center;
}

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

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

/**
 * 01. 05. Wrapper
 */

.spf-wrapper {
	position: relative;
}

/**
 * 01. 06. Content
 */

.spf-content {
	background-color: #fff;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

/* .spf-content {
  position: relative;
  margin-left: 225px;
  background-color: #fff;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
} */

/**
 * 01. 07. Section
 */

.spf-sections {
	float: left;
	width: 100%;
}

.spf-section {
	display: none;
}

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

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

.spf-section-title .fa {
	margin-right: 5px;
}

/*
WooCategory Custom CSS.
*/

.sp-wcsp-options .spf-nav {
	width: 225px;
}

.sp-wcsp-options .spf-nav {
	display: block;
	position: relative;
	z-index: 10;
	float: left;
	width: 225px;
}

#sp_wcsp_shortcode_options .spf-nav ul li {
	display: inline-block;
	/* custom style */
}

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

.sp-wcsp-options .spf-content {
	position: relative;
	margin-left: 225px;
	background-color: #fff;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

/**
 * 01. 08. Footer
 */

.spf-footer {
	padding: 20px;
	font-size: 11px;
}

/**
 * 01. 09. Copyright
 */

.spf-copyright {
	float: left;
	margin-top: 5px;
}

/**
 * 01. 10. Show All Options
 */

.spf-search-all .spf-nav-background,
.spf-search-all .spf-nav,
.spf-show-all .spf-nav-background,
.spf-show-all .spf-nav {
	display: none;
}

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

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

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

.spf-expand-all {
	float: left;
	padding: 0 8px;
	margin-right: 4px;
	z-index: 1;
	font-size: 14px;
	line-height: 29px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

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

/**
 * 01. 12. Metabox
 */

.spf-metabox {
	margin: -6px -12px -12px -12px;
}

.spf-metabox .spf-section-title {
	padding: 20px;
}

.block-editor-page .spf-metabox {
	margin: -6px -14px -12px -14px;
}

.spf-metabox-restore {
	text-align: right;
	padding: 10px;
	border-top: 1px solid #eee;
}

.spf-metabox-restore .spf-button-cancel,
.spf-metabox-restore input {
	display: none;
}

.spf-metabox-restore span {
	-webkit-user-select: none;
	user-select: none;
}

.spf-metabox-restore input:checked~.spf-button-restore {
	display: none;
}

.spf-metabox-restore input:checked~.spf-button-cancel {
	display: inline-block;
}

#side-sortables .spf-section-title {
	padding: 12px;
}

#side-sortables .spf-field {
	padding: 12px;
}

#side-sortables .spf-field .spf-title {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

#side-sortables .spf-field .spf-fieldset {
	margin-left: 0;
}

#side-sortables .spf-notice {
	padding: 12px;
}

/**
 * 01. 13. Help Tooltip
 */

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

/**
 * 02. Themes
 */

/**
 * 02. 01. Theme Dark
 */

.spf-theme-dark .spf-header-inner {
	background-color: #050505;
}

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

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

.spf-theme-dark .spf-nav ul li a {
	color: #999;
	background-color: #222;
	border-bottom: 1px solid #2f2f2f;
}

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

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

.spf-theme-dark .spf-nav ul ul li a {
	background-color: #191919;
	border-bottom: 1px solid #2f2f2f;
}

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

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

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

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

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

/**
 * 02. 02. Theme Light
 */

.spf-theme-light .spf-container {
	border: 1px solid #e5e5e5;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}

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

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

.spf-theme-light .spf-expand-all {
	color: #999;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

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

.spf-theme-light .spf-nav {
	background: #f1f1f1;
}

.spf-theme-light .spf-nav ul li a {
	background-color: #BE2A61;
	border-top: 1px solid #BE2A61;
	border-right: 1px solid #e2e2e1;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	padding: 16px 15px;
	text-transform: uppercase;
	/* background-color: #f5f5f5; */
}

.spf-theme-light .spf-nav ul li .spf-section-active {
	background-color: #fff;
	color: #000;
}

#sp_wcsp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #BE2A61;
	box-shadow: 0 3px 0 0 #BE2A61 inset;
}

.sp-wcsp-options.spf-theme-light .spf-nav ul li a {
	background: #efefef;
	color: #000;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
}

.sp-wcsp-options.spf-theme-light .spf-nav ul li a:first-child {
	border-top: 0px solid transparent;
}

#sp_wcsp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active i,
.sp-wcsp-options.spf-theme-light .spf-nav ul li .spf-section-active {
	color: #BE2A61;
}

.sp-wcsp-options.spf-theme-light .spf-nav ul li .spf-section-active {
	background-color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	box-shadow: 3px 0 0 0 #BE2A61 inset;
}

.spf-theme-light .spf-nav ul li .spf-section-active:after {
	display: none;
}

.spf-theme-light .spf-nav ul ul li a {
	background-color: #eee;
	border-bottom: 1px solid #e5e5e5;
}

/* .spf-theme-light .spf-nav>ul>li:last-child>a {
  border-bottom: none;
} */

.spf-theme-light .spf-nav-background {
	background-color: #ddd;
}

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

/**
 * 03. Fields
 */

.spf-field {
	position: relative;
	padding: 22px 30px;
}

/* .spf-field+.spf-field:not(.hidden) {
  border-top: 1px solid #eee;
} */

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

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

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

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

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

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

.spf-field .spf-title h4 {
	margin: 0;
	color: #23282d;
	display: inline-block;
}

.spf-field.wcsp_parent_child_display_type .spf-title h4 {
	color: #a5a5a5;
}

.spf-field.wcsp_custom_select_parent_child_category .spf-title h4 {
	color: #a5a5a5;
}

.spf-field.wcsp_category_exclude_levels_checkbox .spf-title h4 {
	color: #a5a5a5;
}

.spf-field:not(.wcsp_hide_on_mobile) .spf-fieldset {
	margin-left: 25%;
}

.spf-field.wcsp_hide_on_mobile .spf-fieldset {
	margin-left: 0%;
}

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

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

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

/* Layout presets */
#sp_wcsp_layout_options .spf-field .spf-title {
	width: 100%;
	margin-bottom: 10px;
}

#sp_wcsp_layout_options .spf-field .spf-fieldset {
    margin-left: unset;
    width: 100%;
}

#spf-section-sp_wcsp_layout_options_1 .spf-field:nth-child(2),
#spf-section-sp_wcsp_layout_options_1 .spf-field:nth-child(3),
#spf-section-sp_wcsp_layout_options_1 .spf-field:nth-child(4) {
    padding-bottom: 0;
}

#spf-section-sp_wcsp_layout_options_1 .spf-field:nth-child(3),
#spf-section-sp_wcsp_layout_options_1 .spf-field:nth-child(4) {
	padding-top: 15px
}

#spf-section-sp_wcsp_layout_options_1 .spf-field:nth-child(6) {
	padding-top: 10px
}

.sp-category-slider-banner .sp-category-logo {
    float: left;
    display: flex;
    align-items: center;
}

.sp-category-slider-version {
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #ffffff;
    padding: 3px 10px;
    border-radius: 15px;
    margin: 0 5px;
}

/**
* Custom CSS
*/
.spf-field.spf-field-wp_editor.wcsp_carousel_content_source .spf-fieldset,
.spf-field.spf-field-background_adv.wcsp_carousel_content_bg .spf-fieldset {
	margin-left: 0;
	/* display: block; */
	margin-top: 35px;
}

.spf-field.spf-field-wp_editor.wcsp_carousel_content_source .spf-title,
.spf-field.spf-field-background_adv.wcsp_carousel_content_bg .spf-title {
	width: 100%;
}

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

.spf-field.spf-field-background_adv .spf--block-preview {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
}

.spf-field.spf-field-background_adv .spf--black-background {
	border-color: #000;
	background-color: #000;
}

.spf-field.spf-field-background_adv .spf--toggle {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #999;
}


/* Gradient Color */
.spf-field-gradient_color .spf--left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

/**
 * 03. 05. Field: border, spacing, dimensions, column, dimensions_advanced
 */
.spf-field-border .spf--left,
.spf-field-spacing .spf--left,
.spf-field-column .spf--left,
.spf-field-dimensions .spf--left,
.spf-field-dimensions_advanced .spf--left,
.spf-field-box_shadow .spf--left {
	float: left;
}

.spf-field-border .spf--input,
.spf-field-spacing .spf--input,
.spf-field-column .spf--input,
.spf-field-dimensions .spf--input,
.spf-field-dimensions_advanced .spf--input,
.spf-field-box_shadow .spf--input {
	float: left;
	display: flex;
	padding-right: 6px;
	padding-bottom: 4px;
	box-sizing: border-box;
}

.spf-field-border .spf--input {
	margin-bottom: 18px;
}

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

.spf-field-border .spf--input input,
.spf-field-spacing .spf--input input,
.spf-field-column .spf--input input,
.spf-field-dimensions .spf--input input,
.spf-field-dimensions_advanced .spf--input input,
.spf-field-box_shadow .spf--input input {
	line-height: 26px;
	float: left;
	margin: 0;
	padding: 0;
	width: 54px;
	max-width: 100%;
	text-align: center;
}

.spf-field-spacing.wcsp-cat-button-margin .spf--input input,
.spf-field-spacing.wcsp-description-margin .spf--input input,
.spf-field-spacing.wcsp-cat-name-margin .spf--input input,
.spf-field-spacing.wcsp-section-title-margin .spf--input input,
.spf-field-spacing.wcsp-thumb-margin .spf--input input,
.spf-field.spf-field-spacing .spf--input input,
.spf-field-column .spf--input input {
	border-radius: 0 4px 4px 0;
}

.spf-field-spacing.wcsp-cat-padding .spf--input input,
.spf-field-border .spf--input input,
.spf-field-dimensions_advanced.wcsp-cat-thum-size .spf--input input {
	border-radius: 0;
}

.wcsp-cat-thum-size input:disabled {
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #dddd;
	background-color: #fff;
	color: rgba(44, 51, 56, 0.5);
}

.spf-field-dimensions_advanced .spf--label {
	border-color: #dcdcde !important;
}

.spf-field-spacing.wcsp-space-between-cat .spf--input input,
.spf-field-spacing.wcsp-auto-play-speed .spf--input input,
.spf-field-spacing.wcsp-standard-scroll-speed .spf--input input {
	border-radius: 4px 0 0 4px;
}

.spf-field-border .spf--label,
.spf-field-spacing .spf--label,
.spf-field-column .spf--label,
.spf-field-dimensions .spf--label,
.spf-field-dimensions_advanced .spf--label,
.spf-field-box_shadow .spf--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;
}

.spf-field-border .spf--label-icon,
.spf-field-spacing .spf--label-icon,
.spf-field-column .spf--label-icon,
.spf-field-dimensions .spf--label-icon,
.spf-field-dimensions_advanced .spf--label-icon,
.spf-field-box_shadow .spf--label-icon {
	min-width: 20px;
	border-right: 0;
	border-radius: 4px 0 0 4px;
	min-height: 28px;
}

.spf-field-border .spf--label-unit,
.spf-field-spacing .spf--label-unit,
.spf-field-column .spf--label-unit,
.spf-field-dimensions .spf--label-unit,
.spf-field-dimensions_advanced .spf--label-unit,
.spf-field-box_shadow .spf--label-unit {
	border-left: 0;
	border-radius: 0 4px 4px 0;
	min-height: 28px;
}

/* Border & Box-Shadow */
.spf-field-border .spf-field-color,
.spf-field-box_shadow .spf-field-color {
	margin-top: -18px;
}

.spf-field-border .spf--input .spf--title {
    position: absolute;
    margin-top: -20px;
    /* color: #999; */
    text-transform: capitalize;
}

/**
 * 03. 06. Field: button_set
 */

.spf-field-button_set .spf--buttons,
.spf-field-button_setf .spf--buttons {
	display: inline-block;
}

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

.spf-field-button_setf .spf--button.wcs-disabled,
.spf-field-checkboxf .wcs-disabled,
.spf-field-radiof .wcs-disabled {
	pointer-events: none;
	color: #aaa;
}

.spf-field-button_set .spf--button:first-child,
.spf-field-button_setf .spf--button:first-child {
	border-radius: 4px 0 0 4px;
}

.spf-field-button_set .spf--button:last-child,
.spf-field-button_setf .spf--button:last-child {
	border-radius: 0 4px 4px 0;
}

.spf-field-button_set .spf--button:not(:first-child),
.spf-field-button_setf .spf--button:not(:first-child) {
	margin-left: -1px;
}

.spf-field-button_set .spf--button:hover,
.spf-field-button_setf .spf--button:hover {
	background-color: #eee;
}

.spf-field-button_set .spf--active:hover,
.spf-field-button_set .spf--active,
.spf-field-button_setf .spf--active:hover,
.spf-field-button_setf .spf--active {
	z-index: 2;
	color: #ffffff !important;
	border-color: #006799;
	background-color: #1A74E4;
}

.spf-field-button_set input,
.spf-field-button_setf input {
	display: none;
}

/**
 * 03. 07. Field: checkbox, radio
 */

.spf-field-checkbox ul,
.spf-field-radio ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* overflow-y: auto; */
	max-height: 305px;
}

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

.spf-field-checkbox input[type="radio"]:checked:before,
.spf-field-radio input[type="radio"]:checked:before {
	line-height: 10px;
}

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

.spf-field-checkbox .spf-help {
	float: none;
	margin-top: -24px;
	margin-left: 0px;
	position: static;
	top: auto;
	right: auto;
}

/**
 * 03. 08. Field: code_editor
 */

.spf-field-code_editor .CodeMirror {
	width: 100%;
	height: 400px;
	border: 1px solid #eee;
}

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

/**
 * 03. 09. Field: color
 */

.spf-field-color>input {
	opacity: 0.75;
	width: 115px;
	max-width: 100%;
}

/**
 * 03. 10. Field: color_group
 */

.spf-field-color_group .spf--left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

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

/**
 * 03. 16. Field: image_select
 */

/* Layout Preset */

.spf-field-image_select .spf--image {
	display: inline-block;
	margin: 0 10px 5px 0;
}

.spf-field-image_select.wcsp_parent_child_display_type .spf--image {
	pointer-events: none;
}

.spf--sibling.spf--image.wcsp-pro-feature img {
	/* opacity: 0.7; */
	cursor: default;
}

.spf-field-image_select .spf--image p {
	text-align: center;
	margin-top: 5px;
	font-weight: 500;
	font-size: 13px;
}

.spf-field-image_select.wcsp_cat_content_position .spf--image
 p {
    margin-top: 0;
    font-size: 12px;
    line-height: 8px;
}

.spf-field-image_select.carousel-style .spf--image p,
.spf-field-image_select.wcsp_parent_child_display_type .spf--image p {
	color: #a5a5a5;
	font-size: 12px;
	margin-top: -8px;
}

.spf-field-image_select.carousel-style .spf--image p {
	color: #3C434A;
}

.spf-field-image_select .spf--image .spf--image-area {
	cursor: pointer;
	position: relative;
	max-width: 100%;
	vertical-align: bottom;
	background-color: #fff;
	user-select: none;
	-webkit-user-select: none;
}

.spf-field-image_select:not(.sp-no-selected-icon) .spf--active.spf--image:not(:has(.wcs-pro-only)) .spf--image-area:before {
	position: absolute;
	top: 6px;
	right: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 7px;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
	font-weight: 900;
	content: "\f00c";
	width: 12px;
	height: 12px;
	line-height: 11px;
	color: #fff;
	background-color: #4184F3;
	transition: opacity .2s;
	border-radius: 50%;
}

.spf-field-image_select:not(.wcsp_block_orientation) .spf--active .spf--image-area img {
	border-color: #4184F3;
	outline: 2px solid #4184F3;
	outline-offset: -2px;
	border-radius: 4px;
}

.spf-field.spf-field-image_select.wcsp_layout_presets.carousel-style img, .spf-field.spf-field-image_select.wcsp_layout_presets.wcsp_block_orientation img {
    width: auto;
    height: 55px;
}

.spf-field-image_select.wcsp_parent_child_display_type .spf--image-area img {
	width: 110px;
}

.spf-field-image_select.wcsp_parent_child_display_type .spf--active .spf--image-area {
	outline: 0px solid #d1d1d1;
}

.spf-field-image_select.wcsp_parent_child_display_type .spf--image-area p {
	color: #a5a5a5;
}

.spf-field-image_select .spf--active .spf--image-area:before {
	opacity: 1;
}

.spf-field-image_select.wcsp_parent_child_display_type .spf--active .spf--image-area:before {
	display: none;
}

.spf-field-image_select img {
	vertical-align: top;
}

.wcsp-slider-styles .spf-siblings div:nth-child(1) div img,
.wcsp-slider-styles .spf-siblings div:nth-child(2) div img {
    height: 53px;
    border: 1px solid #58707F;
    border-radius: 3px;
}

.spf-field-image_select input {
	display: none;
}

/* content position */
.spf-field.spf-field-image_select.wcsp_cat_content_position img {
	width: 80px;
}

/**
 * 03. 21. Field: select
 */

.spf-field-select select {
	max-width: 100%;
}

/**
 * 03. 25. Field: spinner
 */

.spf-field-spinner .spf--spin {
	float: left;
}

.spf-field-spinner .spf--unit {
	float: right;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border-left: none;
	color: #999;
	border: 1px solid #ddd;
	border-left: 0;
	background-color: #eee;
	padding: 0 6px;
	margin: 0;
	box-sizing: border-box;
}

.spf-field-spinner .ui-spinner-button {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	color: #555;
	background-color: #eee;
	box-sizing: border-box;
}

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

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

.spf-field-spinner .ui-spinner-button:before {
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 16px;
}

.spf-field-spinner .ui-spinner-down {
	float: left;
	border-right: 0;
	border-radius: 2px 0 0 2px;
}

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

.spf-field-spinner .ui-spinner-up {
	float: right;
	border-left: 0;
	border-radius: 0 2px 2px 0;
}

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

.spf-field-spinner input {
	width: 50px;
	text-align: center;
	margin: 0;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
}

.spf-field-spinner input:focus {
	outline: none;
}

.spf-field-spinner .ui-button-text {
	display: none;
}

/**
 * 03. 26. Field: switcher
 */

.spf-field-switcher .spf--switcher,
.spf-field-switcherf .spf--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;
}

.spf-field-switcher .spf--ball,
.spf-field-switcherf .spf--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);
}

.spf-field-switcher .spf--on,
.spf-field-switcher .spf--off,
.spf-field-switcherf .spf--on,
.spf-field-switcherf .spf--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;
}

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

.spf-field-switcher .spf--active,
.spf-field-switcherf .spf--active {
	background: #4fb845;
}

.spf-field-switcher .spf--active .spf--on,
.spf-field-switcherf .spf--active .spf--on {
	opacity: 1;
}

.spf-field-switcher .spf--active .spf--off,
.spf-field-switcherf .spf--active .spf--off {
	opacity: 0;
}

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

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

.spf-field-switcher input,
.spf-field-switcherf input {
	display: none;
}

/**
 * 03. 27. Field: tabbed
 */
.spf-field-tabbed .spf-tabbed-nav {
	width: 280px;
	border-right: 1px solid #CCCCCC;
}

.spf-field-tabbed.spf-field {
	display: flex;
	margin: 25px;
}

.spf-field-tabbed .spf-tabbed-sections {
	float: left;
	width: 100%;
}

.spf-field-tabbed .spf-tabbed-section {
	border: none;
	background: #fff;
}

.spf-field-tabbed.spf-field:not(.hidden) {
	padding: 0 !important;
	border: 1px solid #CCCCCC;
}

.spf-field-tabbed .spf-tabbed-section>.spf-field {
	padding: 20px;
}

.spf-field-tabbed .spf-tabbed-nav .spf--icon {
	padding-right: 5px;
}

.spf-field-tabbed .spf-tabbed-nav a {
	display: block;
	padding: 12px 14px;
	margin-top: 0;
	position: relative;
	text-decoration: none;
	color: #343434;
	font-weight: 600;
	border-bottom: 1px solid #CCCCCC;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
	background: #EFEFEF;
	text-transform: uppercase;
	font-size: 13px;
}

.spf-field-tabbed .spf-tabbed-nav a:last-child {
	margin-bottom: 0px;
}

.spf-field-tabbed .spf-tabbed-nav a:focus {
	box-shadow: none;
	outline: none;
}

.spf-field-tabbed .spf-pros-tabbed-nav a:focus,
.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active {
	background-color: #fff;
	-webkit-box-shadow: inset 3px 0 #C92A5F;
	box-shadow: inset 3px 0 #C92A5F;
	color: #C92A5F;
	font-weight: 600;
	border-right-color: #fff;
	margin-right: -1px;
	border-right: none;
}

.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active svg path,
.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active svg {
	fill: #1B73E8;
}

.spf-tabbed-nav a span {
	margin-right: 6px;
}

.spf-tabbed-nav a span svg {
	vertical-align: text-bottom;
}

.lcp-display-tabs .spf-tabbed-nav a:nth-last-child(1) span svg {
	vertical-align: middle;
}

.spf-field.spf-field-tabbed .spf-fieldset {
	width: calc(75% - 20px);
}

.spf-field-tabbed .spf-tabbed-nav i.spf--icon {
	padding-right: 5px;
}

.spf-field.pro_only_field:not(.spf-field-switcher) .spf-fieldset {
	display: flex;
	pointer-events: none;
    opacity: 0.6;
}

.spf-field.spf-field-box_shadow.pro_only_field .spf-fieldset {
	display: block;
}

.spf-field.spf-field-box_shadow.pro_only_field .spf-fieldset div:nth-child(6) {
	position: relative;
}

.spf-field.spf-field-box_shadow .spf--left {
	margin-bottom: 20px;
}

.spf-field.spf-field-box_shadow.pro_only_field .spf-fieldset div:nth-child(6)::after,
.spf-field.pro_only_field:not(.spf-field-switcher,.spf-field-box_shadow) .spf-fieldset::after, 
.spf-field.pro_only_field:not(.spf-field-switcher) .spf-fieldset .spf--inputs::after {
    content: "PRO";
    color: #5E6E7D;
    background-color: #cbd6df;
    padding: 2px 4px;
    font-size: 8px;
    border-radius: 2px;
    height: 11px;
    margin-top: 8px;
    font-weight: 600;
}

.spf-field-box_shadow .spf--input .spf--title {
    position: absolute;
    margin-top: -20px;
    color: #999;
    text-transform: capitalize;
}

.spf-field-box_shadow .spf--input input {
	border-radius: 0;
}

.spf-field-box_shadow .spf--input input:nth-child(2) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.spf-field.wcsp_single_input .spf--input input,
.spf-field.wcsp_single_input_left_radius .spf--input input {
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.spf-field.wcsp-cat-button-padding .spf--input input {
	border-radius: 0;
}

.spf-field.spf-field-spacing .spf-fieldset select {
	height: 30px;
}

.wcsp-cat-icon-color.pro_only_field:not(.spf-field-switcher) .spf-fieldset::after {
    margin-top: 32px;
    margin-left: -10px;
}

.spf-field-button_set.wcsp_cat_icon_align .spf--button,
.spf-field-button_set.wcsp_navigation_icon .spf--button,
.spf-field-button_set.wcsp_cat_button_align .spf--button {
    padding: 7px 10px;
    min-width: 20px;
}

.spf-field-checkbox.pro_only_field:not(.spf-field-switcher) .spf-fieldset::after {
	margin-top: 2px;
}

.spf-field.wcsp-number-of-total-categories .spf--input input {
	border-radius: 4px;
}

/**
 * 03. 28. Field: text
 */

.spf-field-text input {
	width: 340px;
	max-width: 100%;
}

/**
 * 03. 30. Field: typography
 */

.spf-field-typography textarea,
.spf-field-typography select {
	margin: 0;
	width: 100%;
}

.spf-field-typography .spf--title {
	color: #999;
	margin: 0 0 2px 0;
}

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

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

.spf-field-typography .spf--block {
	padding-right: 5px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.spf-field-typography .spf--block .spf--block {
	padding-right: 0;
	padding-bottom: 0;
}

.spf-field-typography .spf--blocks-selects .spf--block {
	flex: 1 33.3%;
}

.spf-field-typography .spf--blocks-inputs .spf--block {
	flex: 1 25%;
}

.spf-field-typography .spf--blocks-inputs .spf--block .spf--block {
	flex: 1;
}

.spf-field-typography .spf--input {
	margin: 0;
	width: 100%;
	border-radius: 4px 0 0 4px;
}

.spf-field-typography .spf--unit {
	min-width: 40px;
	max-width: 40px;
	padding: 4px 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #777;
	border: 1px solid #ddd;
	background-color: #eee;
	border-radius: 0 4px 4px 0;
	border-left: 0;
}

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

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

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

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

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

/**
 * 03. 33. Field: heading
 */

.spf-field-heading {
	font-size: 1.5em;
	font-weight: bold;
	color: #23282d;
	background-color: #f5f5f5;
}

/**
 * 03. 34. Field: subheading
 */

.spf-field-subheading {
	font-size: 14px;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #23282d;
	background-color: #f7f7f7;
}

/**
 * 03. 36. Field: notice
 */

.spf-field-notice {
	background-color: transparent;
}

.spf-notice-success {
	border-color: #46b450;
}

.spf-notice-info {
	border-color: #339fd4;
}

.spf-notice-warning {
	border-color: #ffbc00;
}

.spf-notice-danger {
	border-color: #dc3232;
}

.spf-notice-normal {
	border-color: #222;
}

.spf-notice {
	border-color: #222;
    color: #23282d;
    font-style: normal;
    font-size: 14px;
    padding: 0px 12px 0px 0;
}

.spf-notice {
	padding: 0;
	background-color: #fff;
	border-left-style: solid;
	border-left-width: 0;
	box-shadow: none;
}

.spf-field-notice .spf-notice{
    position: relative;
}

/**
 * 03. 37. others
 */

.spf-help {
	position: static;
	width: 15px;
	line-height: 28px;
	padding-left: 5px;
	cursor: help;
	padding: 5px;
	font-size: 14px;
	color: #aaa;
	line-height: 20px;
	float: none;
	display: inline-block;
}

.spf-tooltip.spf-short-content {
	margin-top: 8px;
}

.spf-tooltip .spf-open-live-demo,
.spf-tooltip .spf-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;
}

.spf-tooltip .spf-open-live-demo {
	background-color: transparent;
	border: 2px solid #1d81f9;
	line-height: 32px;
	color: #1d81f9;
}

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

.spf-tooltip .spf-info-label {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 6px;
	text-align: left;
}

.spf-tooltip .spf-open-docs {
	margin-top: 10px;
}

.spf-tooltip .spf-img-tag {
	margin-bottom: 6px;
	min-width: 240px;
}

.spf-tooltip .spf-img-tag img {
	background-color: #f4f4f4;
	border-radius: 4px;
}

.spf-field-subheading .spf-title {
	width: 100%;
}

.spf-help-text.spf-support {
	display: none;
}

.spf-tooltip.support-tooltip {
    max-width: 299px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.spf-tooltip.support-tooltip a.spf-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;
}

.spf-tooltip.support-tooltip a.spf-open-docs.support {
	margin-bottom: 10px;
}

.spf-tooltip a.spf-open-docs {
	margin-right: 10px;
}

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

.spf-tooltip.support-tooltip a.spf-open-docs.support:hover {
	background: #f5f5f5;
}

.spf-tooltip.support-tooltip a.spf-open-docs.feature-request {
	background: transparent;
	color: #1d81f9;
	border: 2px solid #1d81f9;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 8px;
}

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

.spf-tooltip.support-tooltip .spf-info-label {
	text-transform: none;
}

.spf-tooltip:not(.support-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, .95);
	left: -10px;
	top: calc(50% - 7px);
}

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

.spf-help img {
	width: 14px;
	vertical-align: middle;
	display: inline-block !important;
}

.sp-category-slider-banner {
	display: flex;
	justify-content: space-between;
}

.sp-category-slider-banner .sp-category-logo {
	float: left;
}

.sp-category-slider-banner .wcsp-submit-options:focus {
	outline: none;
}

.sp-category-slider-banner .wcsp-submit-options {
	position: relative;
}

.sp-category-slider-banner .wcsp-submit-options::before {
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	top: 80%;
	z-index: 10;
	cursor: pointer;
}

.spf-field .wcsp-submit-options:focus {
	outline: none;
}

.wcsp-submit-options a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 20px;
	font-size: 15px;
	font-weight: 600;
}

.spf-metabox .sp-category-short-links a i.fa {
	margin-right: 7px;
}

.wcsp-submit-options .support-area {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.spf-field .wcsp-submit-options {
	position: relative;
}

.spf-field .wcsp-submit-options::before {
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	top: 80%;
	z-index: 10;
	cursor: pointer;
}

.spf-field.spf-field-column .spf-help {
	position: relative;
	line-height: 2;
}

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

.spf-image-preview {
	display: inline-block;
	position: relative;
	padding: 4px;
	min-width: 44px;
	min-height: 22px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.spf-image-preview img {
	max-height: 90px;
	display: inline-block;
	vertical-align: middle;
}

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

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

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

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

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

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

.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
	content: "\f00d";
}

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

.spf-field .chosen-container-single .chosen-single div b {
	font-family: FontAwesome;
	font-size: 14px;
	color: #aaa;
	background: none;
}

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

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

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

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

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

.spf-field .chosen-container-single .chosen-search:before {
	font-family: FontAwesome;
	position: absolute;
	content: "\f002";
	font-size: 11px;
	right: 10px;
	top: 7px;
	color: #aaa;
}

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

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

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

.spf-field .spf--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;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

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

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

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

.spf-field .spf--transparent-button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
	user-select: none;
	-webkit-user-select: none;
	color: #999;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

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

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

/**
 * 08. Modal
 */

.spf-modal {
	display: none;
	position: fixed;
	z-index: 100101;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.spf-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;
}

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

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

.spf-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;
}

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

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

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

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

/**
 * 08. 01. Shortcode Modal
 */

.spf--repeatable {
	padding: 15px 15px 0 15px;
}

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

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

.spf--repeat-shortcode:first-child .spf-repeat-remove {
	display: none;
}

.spf--repeat-shortcode .spf-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;
}

.spf--repeat-shortcode .spf-repeat-remove:hover {
	opacity: 1;
}

.spf-shortcode-single .spf-modal-inner {
	height: 750px;
}

.spf-shortcode-single .spf-modal-content {
	height: 652px;
}

.elementor-editor-active .spf-shortcode-button {
	margin-left: 5px;
}

.elementor-editor-active .spf-modal .hidden {
	display: none !important;
}

/**
 * 08. 02. Gutenberg Modal
 */

.spf-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;
}

.spf-shortcode-block .button {
	margin: 10px 0;
}

/**
 * 08. 03. Icon Modal
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 09. Helper
 */

.spf-text-desc,
.spf-text-subtitle {
	font-weight: 400;
	margin-top: 4px;
	color: #999;
	font-style: italic;
}

.spf-text-desc {
	color: #23282d;
	font-style: normal;
}

.spf-text-success {
	color: #2b542c;
}

.spf-text-error {
	color: #d02c21;
}

.spf-text-info {
	color: #31708f;
}

.spf-text-warning {
	color: #ffb900;
}

.spf-text-muted {
	color: #aaa;
}

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

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

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

.spf-block-left {
	float: left;
}

.spf-block-right {
	float: right;
}

.spf-full-width {
	width: 100%;
}

.spf-full-half {
	width: 50%;
}

.spf-table {
	width: 100%;
	display: table;
}

.spf-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.spf-table-expanded {
	width: 100%;
}

.spf-nowrap {
	white-space: nowrap;
}

.spf-text-highlight {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.spf-text-highlight-gray {
	padding: 2px 4px;
	font-size: 90%;
	background-color: #f0f0f0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.spf-hidden {
	display: none;
}

.spf-hide {
	display: none !important;
}

.spf-show {
	display: block !important;
}

.spf-opacity {
	opacity: 0.5;
}

.spf-warning-primary {
	color: #fff !important;
	border-color: #d02c21 #ba281e #ba281e !important;
	background: #e14d43 !important;
	-moz-box-shadow: 0 1px 0 #ba281e !important;
	-webkit-box-shadow: 0 1px 0 #ba281e !important;
	box-shadow: 0 1px 0 #ba281e !important;
	text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px !important;
	text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px #ba281e !important;
}

.spf-warning-primary:hover,
.spf-warning-primary:focus {
	border-color: #ba281e !important;
	background: #e35950 !important;
	-moz-box-shadow: 0 1px 0 #ba281e !important;
	-webkit-box-shadow: 0 1px 0 #ba281e !important;
	box-shadow: 0 1px 0 #ba281e !important;
}

.spf-warning-primary:active {
	border-color: #ba281e !important;
	background: #d02c21 !important;
	-moz-box-shadow: inset 0 2px 0 #ba281e !important;
	-webkit-box-shadow: inset 0 2px 0 #ba281e !important;
	box-shadow: inset 0 2px 0 #ba281e !important;
}

.spf-form-result {
	display: none;
	padding: 12px;
	margin: 0 0 15px 0;
	background-color: #fff;
	border-left: 4px solid #555;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

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

.spf-form-error {
	border-left-color: #dc3232;
}

.spf-form-success {
	border-left-color: #46b450;
}

.spf-form-warning {
	border-left-color: #ffb900;
}

.spf-form-info {
	border-left-color: #00a0d2;
}

.spf-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;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

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

/**
 * 10. Welcome Page
 */

.spf-welcome-wrap {
	position: relative;
	margin: 25px 40px 0 20px;
	font-size: 15px;
	max-width: 1200px;
}

.spf-welcome-wrap p {
	font-size: 14px;
	line-height: 1.5;
}

.spf-welcome-wrap h1 {
	margin: 0.2em 200px 0 0;
	padding: 0;
	color: #32373c;
	line-height: 1.2em;
	font-size: 2.8em;
	font-weight: 400;
}

.spf-welcome-wrap .spf-logo {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	height: 160px;
	width: 140px;
	background-image: linear-gradient(45deg, #2d67cb, #ad19f3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), inset 0 0 0 4px rgba(0, 0, 0, 0.25);
}

.spf-welcome-wrap .spf-logo .spf--effects i {
	position: absolute;
	width: 200px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.15);
	transform: rotate(-45deg);
}

.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(1) {
	bottom: -20px;
	right: -70px;
}

.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(2) {
	bottom: -35px;
	right: -80px;
}

.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(3) {
	bottom: -50px;
	right: -90px;
}

.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(4) {
	bottom: -65px;
	right: -100px;
}

.spf-welcome-wrap .spf-logo .spf--wp-logos {
	position: relative;
	padding-top: 25px;
	text-align: center;
}

.spf-welcome-wrap .spf-logo .spf--wp-logo {
	position: absolute;
	left: 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/wp-logo.svg);
}

.spf-welcome-wrap .spf-logo .spf--wp-plugin-logo {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/wp-plugin-logo.svg);
	border-radius: 100%;
	vertical-align: middle;
}

.spf-welcome-wrap .spf-logo .spf--text {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.spf-welcome-wrap .spf-logo .spf--version {
	top: auto;
	left: auto;
	right: 8px;
	bottom: 4px;
	font-size: 11px;
	text-transform: lowercase;
}

.spf-welcome-wrap .spf-about-text {
	font-weight: 400;
	line-height: 1.6em;
	font-size: 19px;
	margin: 1em 200px 1em 0;
	color: #555d66;
}

.spf-welcome-wrap .spf-demo-button {
	margin: 1em 200px 2em 0;
}

.spf-welcome-wrap .nav-tab-wrapper {
	margin-bottom: 20px;
}

.spf-welcome-wrap ul {
	list-style-type: disc;
	padding-left: 15px;
}

.spf-welcome-wrap .spf--col {
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}

.spf-welcome-wrap .spf--col-2 {
	width: 50%;
}

.spf-welcome-wrap .spf--col-3 {
	width: 33.333%;
}

.spf-welcome-wrap .spf--col-4 {
	width: 25%;
}

.spf-welcome-wrap .spf--col-5 {
	width: 20%;
}

.spf-welcome-wrap .spf--col-last {
	padding-right: 0;
}

.spf-welcome-wrap .spf--col-upgrade {
	padding-top: 30px;
	text-align: center;
}

.spf--table-compare thead td,
.spf--table-compare tfoot td {
	text-align: center;
}

.spf--table-compare td {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.spf--table-compare td:first-child {
	text-align: left;
}

.spf--table-compare tfoot td {
	padding: 15px 0;
}

.spf--table-compare .fa {
	font-size: 12px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	padding: 2px;
	text-align: center;
	color: #fff;
	background-color: #46b450;
	border-radius: 100%;
}

.spf--table-compare .fa-check {
	background-color: #46b450;
}

.spf--table-compare .fa-times {
	background-color: #dc3232;
}

.spf-welcome-cols {
	clear: both;
	margin: 20px 0;
	background-color: #fff;
	padding: 30px 0;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.spf-welcome-cols .spf--col {
	width: 20%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}

.spf-welcome-cols .spf--left,
.spf-welcome-cols .spf--block {
	float: left;
	width: 20%;
	padding: 0 30px;
	text-align: center;
	box-sizing: border-box;
}

.spf-welcome-cols .spf--block {
	width: 80%;
}

.spf-welcome-cols .spf--last {
	border-right: none;
}

.spf-welcome-cols .spf--space {
	height: 20px;
}

.spf-welcome-cols .spf--icon {
	display: inline-block;
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	background-color: #555;
	border-radius: 50px;
}

.spf-welcome-cols .spf--active {
	background-color: #5cb85c;
}

.spf-welcome-cols .spf--deactive {
	background-color: #e14d43;
}

.spf-welcome-cols .spf--title {
	font-weight: bold;
	display: block;
}

.spf-welcome-cols p:last-child {
	margin-bottom: 0;
}

.spf-code-block {
	margin: 20px 0;
	padding: 5px 20px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.spf-code-block pre {
	font-size: 13px;
	color: #0073aa;
}

.spf-code-block pre span {
	color: #999;
}

.spf--table-fields td {
	font-size: 14px;
}

.spf--upgrade a {
	color: #5cb85c;
	font-weight: bold;
}

.spf--upgrade a:focus,
.spf--upgrade a:hover {
	color: #4aa14a;
	outline: none;
	box-shadow: none;
}

/**
 * 11. Responsive
 */

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

	.spf-metabox .spf-field .spf-fieldset {
		margin-left: 0;
	}
}

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

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

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

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

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

	.spf-buttons {
		float: none;
	}

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

	.sp-wcsp-options .spf-nav,
	.spf-nav,
	.spf-expand-all,
	.spf-reset-section,
	.spf-nav-background {
		display: none !important;
	}

	.sp-wcsp-options .spf-content,
	.spf-content {
		margin-left: 0;
	}

	.spf-section-title,
	.sp-wcsp-options .spf-section,
	.spf-section {
		display: block !important;
	}

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

	.spf-field .spf-fieldset {
		margin-left: 0;
	}

	.spf-field-radio ul li {
		margin-top: 4px;
	}

	.spf-modal-inner {
		width: 350px;
		height: 380px;
	}

	.spf-modal-content {
		height: 282px;
	}

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

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

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

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

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

	.spf-profile>.spf-field>.spf-fieldset {
		margin-left: 0;
	}
}

/**
 * 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;
	max-width: 390px;
	/* SP Style */
	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%);
}

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

.chosen-container.wcsp-chosen-container-free {
	width: 390px !important;
}

.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(#ffffff 20%, #f6f6f6 50%, #eeeeee 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;
	max-width: 390px;
	/* SP Style */
}

.chosen-container.wcsp-chosen-container-free .chosen-results li.active-result {
	color: #a5a5a5;
}

.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%; */
	max-width: 390px;
	/* SP Style */
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
	cursor: text;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
	/* max-width: 390px; */
}

.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;
	height: 25px;
	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;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eeeeee;
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 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;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	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%, #eeeeee 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: none;
	/* SP Style */
	/* 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(#eeeeee 20%, #ffffff 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;
}

/**
 *
 *Custom Style for the wcsp
 *
 **/
#spf-section-sp_wcsp_layout_options_1 .spf-field-gallery .spf-title,
.wcsp_carousel_content_wrapper .spf-title,
.wcsp-video-description .spf-title,
.wcsp-video-field-wrapper>.spf-title {
	width: 100%;
	/* margin-bottom: 12px; */
}

#spf-section-sp_wcsp_layout_options_1 .spf-field-gallery .spf-fieldset,
.wcsp_carousel_content_wrapper .spf-fieldset,
.wcsp-video-description .spf-fieldset,
.wcsp-video-field-wrapper>.spf-fieldset {
	margin-top: 30px;
	margin-left: 0;
}

#sp_wcsp_layout_options .postbox-header,
#sp_wcsp_shortcode_options .postbox-header,
#sp_wcsp_display_shortcode .postbox-header,
#sp_wcsp_display_shortcode .hndle,
#sp_wcsp_display_shortcode .handlediv,
#sp_wcsp_shortcode_options .hndle,
#sp_wcsp_shortcode_options .handlediv,
#sp_wcsp_layout_options .handlediv,
#sp_wcsp_layout_options .hndle {
	display: none;
}

#spf-section-sp_wcsp_layout_options_1 .wcsp-admin-header {
	/* background-color: #cc2b5e; */
	padding: 18px 26px;
	overflow: hidden;
	height: 35px;
	background: linear-gradient(90deg, #6D296D, #C92A5F);
}

#spf-section-sp_wcsp_layout_options_1 .wcsp-admin-header img {
	max-width: 200px;
	height: 35px;
}

#spf-section-sp_wcsp_layout_options_1 .wcsp-admin-header .support {
	margin-left: 16px;
	float: right;
}

#spf-section-sp_wcsp_layout_options_1 .wcsp-admin-header .support a {
	color: #ffffff;
	text-decoration: none;
	line-height: 35px;
	font-size: 15px;
	font-weight: 500;
}

/* ShortCode Area */
#spf-section-sp_wcsp_copy_shortcode_1 .wcsp-admin-shortcode {
	margin: 0;
	padding: 0;
}

#spf-section-sp_wcsp_copy_shortcode_1 .wcsp-scode-wrap .wcsp-scode-title {
	font-weight: 500;
	font-size: 17px;
	padding-top: 0;
	color: #5b6571;
}

#spf-section-sp_wcsp_copy_shortcode_1 .wcsp-scode-wrap .wcsp-scode-content p {
	margin-top: 2px;
	color: #4c5158;
}

#spf-section-sp_wcsp_copy_shortcode_1 .wcsp-scode-wrap .wcsp-scode-content .selectable {
	background-color: rgba(204, 43, 94, 0.04);
	color: #5b5b5b;
	padding: 10px 10px 10px 30px;
	display: block;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid rgba(204, 43, 94, 0.09);
	background-image: url(../images/copy.svg);
	background-size: 16px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

.wcsp-after-copy-text {
	bottom: -50px;
	opacity: 0;
	z-index: 9999;
	position: fixed;
	width: 220px;
	left: 182px;
	text-align: center;
	padding: 13px 15px;
	line-height: 15px;
	color: #ffffff;
	border-radius: 3px;
	background: #32373C;
	border: 1px solid #32373C;
}

.wcsp-after-copy-text .fa-check-circle {
    font-size: 14px;
    margin-right: 2px;
    color: #5db62e;
}

#spf-section-sp_wcsp_copy_shortcode_1 .wcsp-scode-wrap img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#sp_wcsp_promotion_section .handle-actions,
#sp_wcsp_copy_shortcode .handle-actions {
	display: none;
}

#sp_wcsp_promotion_section .postbox-header,
#sp_wcsp_copy_shortcode .postbox-header {
	pointer-events: none;
}

/* Pro only filed css */
.pro_only_field .spf--switcher {
	background-color: rgb(153,170,178);
	pointer-events: none;
	color: rgb(135, 150, 161);
}

.pro_option .spf--sibling.spf--button.wcs-disabled::after {
	content: 'Pro';
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 8px;
	background: #d4d4d4;
	color: #a5a5a5;
	padding: 0 3px;
	text-transform: uppercase;
}

.spf-field-switcher.pro_only_field .spf--ball::after {
	content: "PRO";
	position: relative;
	text-align: center;
	width: 24px;
	float: right;
	font-weight: 600;
	font-size: 8px;
	color: #6D7B89;
	opacity: 1;
	line-height: 18px;
}

.spf-field-custom_group .spf-cloneable-wrapper,
.spf-field-custom_group .spf-cloneable-add,
.spf-field.spf-field-column.pro_only_field {
	pointer-events: none;
	opacity: 0.7;
}

.spf-field.spf-field-column.pro_only_field .spf--input:last-child::after {
	content: "PRO";
	background-color: #d4d4d4;
	padding: 2px 4px;
	font-size: 8px;
	border-radius: 2px;
	height: 11px;
	line-height: 12px;
	margin-left: 5px;
	margin-top: 7px;
}

.spf-field-button_setf.pro_option .spf--button:first-child {
	z-index: 2;
	color: #ffffff !important;
	border-color: #006799;
	background-color: #0085ba;
}

/* Import export css */
.spf-field.spf-field-button_set.wcsp_export {
	margin-top: 0;
	padding-top: 0;
}

.spf-field-button_set.wcsp_export .spf--button:hover,
.spf-field.spf-field-custom_import.wcsp_import button:hover {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.spf-field.spf-field-custom_import.wcsp_import button,
.spf-field-button_set.wcsp_export .spf--button {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}

.sp-lcp-options .spf-field-select .spf-fieldset {
	position: relative;
}

.spf-field.spf-field-custom_import.wcsp_import .spf-fieldset {
	position: relative;
}

.spf-field.spf-field-custom_import.wcsp_import p {
	padding-bottom: 0;
	margin-bottom: 1px;
}

.spf-field.spf-field-custom_import.wcsp_import button {
	margin-top: 10px;
	padding-bottom: 0px;
}

.spf-field.spf-field-custom_import.wcsp_import .spf-help {
	cursor: help;
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	padding: 5px;
	font-size: 14px;
	color: #aaa;
	width: 15px;
	left: 64px;
}

.spf-field.spf-field-select.wcsp_post_ids .chosen-container .chosen-drop {
	max-width: 400px;
}

.spf-field.spf-field-select.wcsp_post_ids .chosen-container-multi .chosen-choices {
	max-width: 400px;
}

.spf-field.spf-field-select.wcsp_post_ids {
	padding-top: 0;
}

.sp-wcsp-options .spf-header-inner h1.export-import img {
	height: 24px;
	height: 24px;
	float: left;
	width: 28px;
	margin-right: 8px;
	padding-top: 6px;
}

.sp-wcsp-options.wcsp_tools .spf-nav-options li:nth-child(1) a {
	background-image: url(../images/export-icon.svg);
}

.sp-wcsp-options.wcsp_tools .spf-nav-options li:nth-child(2) a {
	background-image: url(../images/import.svg);
}

.sp-wcsp-options.wcsp_tools .spf-nav-options li:nth-child(1) a.spf-section-active {
	background-image: url(../images/file-export-icon1.svg);
}

.sp-wcsp-options.wcsp_tools .spf-nav-options li:nth-child(2) a.spf-section-active {
	background-image: url(../images/file-import-icon1.svg);
}

.sp-wcsp-options.wcsp_tools.spf-theme-light .spf-nav ul li a {
	padding: 15px 30px;
	background-size: 14px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

/* Demo icon style */
.wcsp_layout_presets a.wcsp-live-demo-icon {
	margin-left: 4px;
}

.wcsp_layout_presets .spf--image p {
	position: relative;
}

.wcsp_layout_presets .spf--image a.wcsp-live-demo-icon {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.wcsp_layout_presets .spf--image:hover a.wcsp-live-demo-icon,
.wcsp_layout_presets .spf--image.spf--active a.wcsp-live-demo-icon {
	opacity: 1;
	pointer-events: painted;
	transition: all 0.2s linear;
	font-size: 12px;
}

/* title-tip down */
.wcsp-live-demo-icon[tooltip]:hover {
	position: relative;
}

.wcsp-live-demo-icon[tooltip]:hover:before {
	position: absolute;
	top: 100%;
	left: -12px;
	z-index: 99999;
	content: attr(tooltip);
	margin-top: 0.5em;
	margin-left: -6px;
	padding: 4px;
	width: 54px;
	overflow: hidden;
	word-wrap: break-word;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	background-color: #222;
	box-sizing: border-box;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.wcsp-live-demo-icon[tooltip]:hover:after {
	position: absolute;
	top: 9px;
	left: 50%;
	z-index: 99999;
	content: '';
	width: 0;
	height: 0;
	border: 0.75em dashed transparent;
	border-bottom: 0.75em solid #222;
	font-size: inherit;
	transform: translateX(-50%);
}

a.wcsp-live-demo-icon:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

p.category-pro-img-title {
	text-align: center;
}

.category-pro-img-title a.wcsp-live-demo-icon {
	margin-left: 3px;
}

.category-pro-img-title a.wcsp-live-demo-icon>i.icon-demo_link {
	font-size: 12px;
}

.spf-field.spf-field-tabbed .sp--category-icon {
	margin-right: 5px;
}

/* Styles for the testimonial carousel navigation & pagination */
.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style {
	padding: 0 0 20px 0;
}

.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	box-sizing: border-box;
	width: 100%;
	padding-left: 10px;
	justify-content: flex-start;
	float: right;
	width: calc(75% + 20px);
}

.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_navigation,
.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_pagination {
	display: flex;
	justify-self: center;
	align-items: center;
	max-width: fit-content;
	padding-left: 0;
	flex: 1;
	position: static;
}

.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content>.spf-field .spf-title {
	width: 100%;
	max-width: 49%;
}

.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content>.wcsp_navigation .spf-title,
.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content>.wcsp_pagination .spf-title {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 20%;
}

.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content>.wcsp_hide_on_mobile .spf-title {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 0;
}

.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_pagination,
.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_navigation {
	padding-right: 10px;
}

.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_hide_on_mobile {
	display: flex;
	width: 220px;
	align-items: center;
}

/**
 * 12. Responsive of Navigation and Pagination options.
 */
@media only screen and (max-width: 1200px) {

	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_navigation,
	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_pagination,
	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_hide_on_mobile {
		display: block;
	}

	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_hide_on_mobile {
		padding: 0;
	}

	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_hide_on_mobile {
		padding-top: 20px;
	}

	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content {
		float: none;
		margin-left: 0;
		padding-top: 20px;
		padding-left: 20px;
	}

	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content>.spf-field .spf-title {
		left: 0;
		position: unset;
	}
}

/* Responsiveness for the click action type's title */
@media (min-width: 1200px) and (max-width: 1375px) {
	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content>.spf-field .spf-title {
		max-width: 20%;
	}
}

/* Responsiveness for the carousel navigation option's title */
@media (min-width: 1200px) and (max-width: 1500px) {

	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content>.spf-field.wcsp_pagination .spf-title,
	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content>.spf-field.wcsp_navigation .spf-title {
		max-width: 25%;
	}

	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .spf-fieldset-content>.spf-field.wcsp_navigation .spf-title {
		top: 20px;
	}
}

/* Responsiveness for the carousel navigation option's title */
@media (min-width: 1200px) and (max-width: 1268px) {

	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_pagination,
	.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_navigation {
		padding-top: 20px;
	}
}

.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_navigation.hidden,
.spf-field.spf-field-fieldset.wcsp-navigation-and-pagination-style .wcsp_hide_on_mobile.hidden {
	display: none;
}


/* Styles of slider field */
.spf-field .spf--transparent-slider {
	position: absolute;
	width: 190px;
	margin-left: 2px;
	height: 18px;
}

.spf-field .spf--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);
}

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

/* Styles of Slider field */
@media (min-width: 1400px) {

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

.spf-field-slider .spf--wrap {
	display: flex;
	align-items: center;
}

.spf-field-slider .spf--input {
	display: flex;
}

.spf-field-slider .spf--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;
}

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

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

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

.spf-field-slider .ui-slider {
	position: relative;
	max-width: 400px;
	width: 100%;
	height: 10px;
	margin-right: 15px;
	border: 1px solid #c5c5c5;
	background: #fff;
	border-radius: 3px;

}

.spf-field-slider .ui-slider-range {
	height: 10px;
	border: none;
	background: #4184F3;
	border-radius: 2px;
}

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

.spf-field-slider .ui-state-active,
.spf-field-slider .ui-slider-handle:hover {
	cursor: pointer;
}

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

.spf-field .spf--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);
}

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

/* Description notice style. */
.spf-description-wrap {
	max-width: 670px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	margin-top: 6px;
}

.wcsp_custom_select_parent_child_category .spf-description-wrap {
	margin-top: 10px;
}

.spf-text-desc {
	position: absolute;
}

.wcsp_cat_content_position .spf-description-wrap .spf-text-desc {
    font-size: 14px;
    line-height: 20px;
}

.sp_category-carousel-nav-position .spf-description-wrap .spf-text-desc{
	width: 157px;
}

/* navigation position preview */
.spf-field-select.sp_category-carousel-nav-position img.icon_preview {
	width: 190px;
	margin-top: 20px;
	display: block;
}

/* Pro notice preview */
#sp-wcs-preview-box .wcsp-pro-notice-preview {
	padding: 20px;
    font-size: 14px;
}

/* Update to pro promotional notice */
.sp_wcsp-notice-wrapper {
	border-width: 1px;
	border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 10px;
}

#sp_wcsp_notice .wpcf-content .wpcf-section.hidden {
	display: block;
}

#sp_wcsp_notice .postbox-header {
	display: none;
}

#sp_wcsp_copy_shortcode .postbox-header {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

div:is(#sp_wcsp_notice, #sp_wcsp_promotion_section, #sp_wcsp_copy_shortcode) .spf-content,
div:is(#sp_wcsp_notice, #sp_wcsp_promotion_section, #sp_wcsp_copy_shortcode).postbox {
	border-radius: 3px;
}

.sp_wcsp-notice-wrapper {
	border-width: 1px;
	border-radius: 5px;
}

.sp_wcsp-notice-heading {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 1);
}

.sp_wcsp-notice-heading span {
	color: #0C6E63;
}

.sp_wcsp-notice-desc {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: rgba(101, 105, 118, 1);
	margin-bottom: 20px;
	margin-top: 10px;
}

.sp_wcsp-notice-wrapper ul li {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: rgba(0, 0, 0, 1);
	display: inline-flex;
	gap: 10px;
}

.sp_wcsp-notice-wrapper .sp_wcsp-notice-button {
	position: relative;
	font-size: 16px;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid transparent;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
	z-index: 0;
	transition: border-color 0.5s ease;
}

.sp_wcsp-notice-wrapper .sp_wcsp-notice-button::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #6D296D 0%, #C92A5F 100%);
	z-index: -1;
	transition: opacity 0.6s ease;
	opacity: 1;
}

.sp_wcsp-notice-wrapper .sp_wcsp-notice-button::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #C92A5F 0%, #6D296D 100%);
	z-index: -1;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.sp_wcsp-notice-wrapper .sp_wcsp-notice-button:hover::before,
.sp_wcsp-notice-wrapper .sp_wcsp-notice-button:hover::after {
	opacity: 1;
}

.sp_wcsp-notice-wrapper .sp_wcsp-notice-button a {
	color: #ffffff;
	text-decoration: none;
	padding: 14px 30px 14px 30px;
	position: relative;
	z-index: 1;
}

.sp_wcsp-notice-wrapper .sp_wcsp-notice-button a:focus {
	box-shadow: none;
	outline: none;
}

.sp_wcsp-notice-button i {
	font-size: 16px;
}

.sp_wcsp-notice-wrapper ul li i {
	color: rgba(74, 184, 102, 1);
	font-size: 11px;
}
