.eaw-btns-wrapper .eaw-btns, .eaw-group-btn, .eaw-btn.eaw-save-btn, .eaw-group-btn .eaw-btn {
  display: flex;
}

.eaw-btns-wrapper .eaw-btns, .eaw-btn.eaw-save-btn, .eaw-group-btn .eaw-btn {
  align-items: center;
}

.eaw-btn.eaw-save-btn, .eaw-group-btn .eaw-btn {
  justify-content: center;
}

.eaw-btn, .eaw-group-btn .eaw-btn .checkbox-mark, input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  transition: all 0.3s ease;
}

.eaw-btns-wrapper .eaw-btns .eaw-btn-select-wrapper, .eaw-group-btn .eaw-btn .checkbox-mark {
  position: relative;
}

.eaw-btns-wrapper .eaw-btns .eaw-btn-select-wrapper:after {
  position: absolute;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  max-width: 100%;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

body {
  font-size: 14px;
  line-height: 26px;
  color: #6b7280;
}

/* #####################################
*           GLOBAL STYLE
* ##################################### 
*/
img {
  height: auto;
  max-width: 100%;
}

button {
  cursor: pointer;
}

button:hover, button:focus,
a:hover,
a:focus {
  color: var(--eaw-primary, #1a7efb);
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #d9f4ff;
  background-color: #f8fdff;
  color: #001127;
}
input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #b7c2d1;
}
input[type=color]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b7c2d1;
}
input[type=color]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b7c2d1;
}
input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b7c2d1;
}
input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b7c2d1;
}
input[type=color]:-webkit-autofill, input[type=color]:-webkit-autofill:hover, input[type=color]:-webkit-autofill:focus, input[type=color]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f8fdff inset !important;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
  border-color: var(--eaw-primary, #1a7efb);
  box-shadow: none;
}

/* #####################################
*          TYPOGRAPHY SETTINGS
* ##################################### 
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  color: #1d2327;
}

h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-weight: 500;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  color: var(--text-color);
}

strong {
  color: #6b7280;
}

.ccpeaw-description {
  margin-top: 5px;
}

.eaw-customize-editing::before,
.eaw-customize-editing-boundary-right,
.eaw-customize-editing-boundary-bottom,
.eaw-customize-editing-boundary-left {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #f9897b;
  opacity: 0;
}

.eaw-customize-editing::before {
  width: 100%;
  height: 1px;
}

.eaw-customize-editing-boundary-right {
  width: 1px;
  height: 100%;
  left: unset;
  right: 0;
}

.eaw-customize-editing-boundary-bottom {
  width: 100%;
  height: 1px;
  top: unset;
  bottom: 0;
}

.eaw-customize-editing-boundary-left {
  width: 1px;
  height: 100%;
}

.eaw-customize-editing-button {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  position: absolute;
  background-color: #f9897b;
  line-height: 1.5;
  border: 1px solid #fa663a;
  color: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  padding: 0px 12px 2px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
}

.eaw-customize-editing-button:hover {
  opacity: 1 !important;
}

.eaw-customize-editing:hover::before,
.eaw-customize-editing:hover > .eaw-customize-editing-button,
.eaw-customize-editing:hover > div[class^=eaw-customize-editing-boundary] {
  opacity: 0.5;
}

.ccpeaw-coming-soon-item-wrapper {
  position: relative;
  border: 1px solid #ffbd11 !important;
  pointer-events: none;
}
.ccpeaw-coming-soon-item-wrapper input {
  pointer-events: none;
}
.ccpeaw-coming-soon-item-wrapper .coming-soon-badge {
  padding: 5px 10px;
  border-radius: 120px;
  margin: 0;
  line-height: 1;
  font-size: 9px;
  font-weight: 600;
  border-radius: 0px 5px 0px 10px;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 1px;
  background: #ffbd11;
  color: #fff;
}

.ccpeaw-pro-item-wrapper {
  position: relative;
  border: 1px solid rgba(255, 0, 0, 0.3882352941) !important;
  pointer-events: none;
}
.ccpeaw-pro-item-wrapper input {
  pointer-events: none;
}
.ccpeaw-pro-item-wrapper .coming-pro-badge {
  padding: 5px 10px;
  margin: 0;
  background: rgba(255, 0, 0, 0.1019607843);
  line-height: 1;
  color: #ff0000;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px 5px 0px 10px;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 1px;
  z-index: 9;
}
.ccpeaw-pro-item-wrapper .coming-pro-badge.position-left {
  left: 0;
  right: auto;
  top: 0;
  border-radius: 5px 0px 10px 0px;
  z-index: 99;
}

.eaw-btn {
  padding: 10px;
  background-color: var(--eaw-primary, #1a7efb);
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
}
.eaw-btn:hover, .eaw-btn:focus {
  background-color: #0a5fc7;
  color: #ffffff;
}
.eaw-btn.eaw-save-btn {
  padding: 12px 16px;
}
.eaw-btn.eaw-save-btn svg {
  margin-right: 5px;
}
.eaw-btn.eaw-save-btn.eaw-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.eaw-btn .eaw-icon {
  display: inline-block;
  font-size: 14px;
}

.eaw-group-btn {
  gap: 5px;
}
.eaw-group-btn .eaw-btn {
  background-color: #f8fdff;
  color: #001127;
  margin-bottom: 5px;
}
.eaw-group-btn .eaw-btn .checkbox-mark {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid var(--eaw-primary, #1a7efb);
  margin-right: 6px;
}
.eaw-group-btn .eaw-btn .checkbox-mark::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 5px;
  top: calc(50% - 7px);
  left: calc(50% - 3px);
  transform: rotate(45deg);
  border-right: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
}
.eaw-group-btn .eaw-btn .eaw-icon {
  margin-left: 10px;
}
.eaw-group-btn .eaw-btn.active {
  background-color: rgba(26, 126, 251, 0.3);
}
.eaw-group-btn .eaw-btn.active .checkbox-mark {
  background-color: var(--eaw-primary, #1a7efb);
}

.eaw-btns-wrapper .eaw-btns {
  gap: 12px;
  margin: -20px;
  padding: 20px;
  background-color: #f8fdff;
  counter-reset: my-counter;
  flex-wrap: wrap;
}
.eaw-btns-wrapper .eaw-btns .eaw-btn-select-wrapper {
  box-shadow: 0 0 0 2px #d9f4ff;
  border-radius: 8px;
  padding: 25px !important;
  cursor: pointer;
  counter-increment: my-counter;
  background-color: #ffffff;
  overflow: hidden;
  pointer-events: all;
}
.eaw-btns-wrapper .eaw-btns .eaw-btn-select-wrapper.active {
  box-shadow: 0 0 0 2px var(--eaw-primary, #1a7efb);
}
.eaw-btns-wrapper .eaw-btns .eaw-btn-select-wrapper:after {
  content: counter(my-counter);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  height: 20px;
  width: 20px;
  background-color: var(--eaw-primary, #1a7efb);
  color: #ffffff;
  font: 14px;
  border-bottom-left-radius: 4px;
  text-align: center;
  line-height: 20px;
}

/*! <fs_premium_only> */
.ccpeaw-upgrade-popup-wrapper .swal2-popup {
  width: 350px !important;
  border: 1px solid #d9f4ff;
}
.ccpeaw-upgrade-popup-wrapper .swal2-popup .ccpeaw-upgrade-popup-container .ccpeaw-upgrade-popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  color: #000;
}
.ccpeaw-upgrade-popup-wrapper .swal2-popup .ccpeaw-upgrade-popup-container .ccpeaw-popup-title {
  font-weight: bold;
}
.ccpeaw-upgrade-popup-wrapper .swal2-popup .ccpeaw-upgrade-popup-container .eaw-btn {
  margin-top: 30px;
}
.ccpeaw-upgrade-popup-wrapper .swal2-popup .swal2-html-container {
  padding: 30px;
}

/*! <fs_premium_only> */
.iris-picker {
  z-index: 100;
  display: none;
  position: absolute !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.iris-picker .ui-slider {
  border: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
}
.iris-picker .ui-slider .ui-slider-handle {
  margin-bottom: 0 !important;
}

.ccpeaw_settings_fields_form.thwvs-col-div {
  position: relative;
}

.thpladmin-colorpickpreview {
  padding: 5px 6px 6px 20px;
  border: 1px solid #7e8993;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.thpladmin-form-table input[type=text],
.thpladmin-form-table select {
  min-height: 30px;
  padding: 0px 8px;
  line-height: 2;
}

.gbl-attr-terms-new {
  margin-bottom: 20px;
}

.gbl-attr-terms,
.th-custom-attr-color-td,
.locl-attr-terms {
  position: relative;
}
.gbl-attr-terms .thpladmin-colorpickpreview,
.th-custom-attr-color-td .thpladmin-colorpickpreview,
.locl-attr-terms .thpladmin-colorpickpreview {
  background-color: rgb(241, 243, 241);
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0px;
  border: 1px solid rgb(204, 204, 204);
  cursor: text;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  top: 6px;
  left: 10px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
}
.gbl-attr-terms .thpladmin-colorpick,
.th-custom-attr-color-td .thpladmin-colorpick,
.locl-attr-terms .thpladmin-colorpick {
  width: 300px !important;
  height: 40px;
  border: none;
  padding-left: 55px;
  border-radius: 10px;
}

.gbl-attr-terms .tawcvs-term-image-thumbnail {
  float: left;
  margin-right: 10px;
}
.gbl-attr-terms .tawcvs-term-image-thumbnail img {
  border: 1px solid #ddd;
}

.th-custom-attr-color-td .thpladmin-colorpick {
  float: none;
  height: 40px;
  padding-left: 55px !important;
  border-radius: 10px;
}

.locl-attr-terms .thpladmin-colorpick {
  padding-left: 45px !important;
  border-radius: 10px;
}

.gbl-attr-img .button {
  margin-right: 10px;
  vertical-align: baseline;
}

.ui-dialog.ccpeaw-popup {
  z-index: 99999999;
}

.supports-drag-drop {
  z-index: 9999999999;
}

.ccpeaw-upload-image {
  height: 75px;
}
.ccpeaw-upload-image .ccpeaw-term-image-thumbnail {
  float: none;
}

.ccpeaw-tr-th {
  background-color: grey;
}

.widefat thead tr th.ccpeaw-th,
.widefat tfoot tr th.ccpeaw-th {
  color: #ffffff;
}

.th-term-color-preview {
  display: block;
  height: 20px;
  width: 20px;
  padding: 3px;
}

#ccpeaw-product-attribute-settings .th-custom-attr-color-td {
  position: relative !important;
}
#ccpeaw-product-attribute-settings .iris-picker {
  bottom: 1px;
}

.form-row .th-attr-select {
  height: 35px;
}

.ccpeaw-upload-image button {
  margin-top: 6px !important;
}
.ccpeaw-upload-image button img {
  margin-top: 7px;
}
.ccpeaw-upload-image button.button, .ccpeaw-upload-image button:focus, .ccpeaw-upload-image button:hover {
  background: none;
  border: none;
}

.ccpeaw-upload-button,
.ccpeaw-remove-button {
  width: 32px;
  height: 32px;
}

.ccpeaw-popup .ui-dialog-titlebar-close {
  text-indent: 999999px;
}
.ccpeaw-popup .ui-dialog-buttonpane button {
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
  height: auto;
  padding: 0.4em 1em;
  border: 1px solid #0071a1;
}

.wc-metaboxes-wrapper .wc-metabox .ccpeaw-local-body-table {
  padding: 0px 15px;
}
.wc-metaboxes-wrapper .wc-metabox table.ccpeaw-custom-table .ccpeaw-local-body tr:first-child td {
  padding-top: 23px;
}

.ccpeaw-attribte-dialog {
  margin: 20px;
}
.ccpeaw-attribte-dialog td {
  padding: 5px 10px;
}

#woocommerce-product-data ul.wc-tabs li.ccpeaw_swatches_settings_options a::before {
  content: url(../../admin/images/product-variation/eaw-logo.svg);
}
#woocommerce-product-data ul.wc-tabs li.ccpeaw_swatches_settings_options a {
  color: #1a7efb;
  display: flex;
  align-items: center;
}
#woocommerce-product-data ul.wc-tabs li.ccpeaw_swatches_settings_options.active a {
  color: #686868;
}
#woocommerce-product-data ul.wc-tabs li.ccpeaw_swatches_settings_options.active a::before {
  content: url(../../admin/images/product-variation/eaw-logo.svg);
}

#col-container.th-attr-container {
  position: relative;
}
#col-container.th-attr-container .form-wrap h2 {
  margin-top: 35px;
}

.th-swatch-option-link {
  display: inline-block;
  padding: 0.75em 1em;
  background-color: #006db7;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
}
.th-swatch-option-link a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.th-attr-container .th-swatch-option-link {
  position: absolute;
  top: -12px;
}

.eaw-btns-wrapper .eaw-btns {
  flex-wrap: wrap;
}

#adminmenu .wp-has-current-submenu.toplevel_page_essential-addons-for-woocommerce:after {
  border-right-color: var(--eaw-primary, #1a7efb);
}
#adminmenu .wp-has-current-submenu.toplevel_page_essential-addons-for-woocommerce.menu-top.wp-menu-open {
  background: #fff;
  color: #000;
}
#adminmenu .wp-has-current-submenu.toplevel_page_essential-addons-for-woocommerce.menu-top.wp-menu-open .fs-submenu-item.essential-addons-for-woocommerce.pricing.upgrade-mode {
  color: #000;
  font-weight: 700;
}
#adminmenu .wp-has-current-submenu.toplevel_page_essential-addons-for-woocommerce.menu-top.wp-menu-open li:has(.fs-submenu-item.essential-addons-for-woocommerce.pricing.upgrade-mode.upgrade-mode) {
  background: #adff2f;
}
#adminmenu #toplevel_page_essential-addons-for-woocommerce.wp-not-current-submenu {
  background-color: #000;
  border: 1px solid #767676;
  border-left: 0;
  border-right: 0;
  outline: none;
}
#adminmenu #toplevel_page_essential-addons-for-woocommerce .wp-submenu li:last-child a {
  color: #ffa800 !important;
  box-shadow: inset 4px 0 0 0 currentColor;
}

/*# sourceMappingURL=admin.css.map */
