@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

/*--------transition property-------*/
/*--------transform property-------*/
/*---------------------------*/
body,
html {
  height: auto;
}

body.post-type-product-feed,
body.product-feed_page_wpfm_dashboard,
body.product-feed_page_merchant_settings,
body.product-feed_page_category_mapping {
  direction: rtl;
}



/*------------font weight Typography------------*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*------------margin class ------------*/
.mr-5 {
  margin-left: 1.25rem;
}

/*-------------------------*/
.pos-relative {
  position: relative;
}

/*-----------extendable classes-----------*/
a,
.transition-3s,
.merchant-settings button.btn,
.rex-accordion .cat-map-actions button.btn-large,
.category-mapper-wrapper .cat-map-actions button.btn-large,
.wpfm-switcher .switch-input+label:before,
.wpfm-switcher .switch-input+label:after,
.wpfm-switcher label {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



.rex-new-custom-attr,
.bottom-preview-btn,
.rex-new-custom-btn,
.btn-default {
  display: block;
  border: none;
  min-height: 48px;
  line-height: 46px;
  padding: 0px 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #216df0;
}

.overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}



/*-----------------------*/
.position-center-XY-axis {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.position-center-X-axis {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.position-center-Y-axis {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpfm-switcher {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.wpfm-switcher .switch-input {
  visibility: hidden;
  position: absolute;
  width: auto;
  display: none;
}

.wpfm-switcher label {
  margin-bottom: 0;
}

.wpfm-switcher .switch-input+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  height: 25px;
  width: 50px;
  background-color: #f2f2f9;
  border: 1px solid #dadaef;
  border-radius: 13px;
}

.wpfm-switcher .switch-input:checked+label {
  background: #216DF0;
}

.wpfm-switcher .switch-input+label:before,
.wpfm-switcher .switch-input+label:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  right: 1px;
  position: absolute;
  top: 0;
}

.wpfm-switcher .switch-input+label:before {
  left: 0px;
  background: transparent;
  border-radius: 75px;
}

.wpfm-switcher .switch-input+label:after {
  content: "";
  border-radius: 100%;
  width: 17px;
  height: 17px;
  top: 3px;
  right: 4px;
  filter: drop-shadow(0px 2px 1px rgba(193, 193, 218, 0.45));
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(5, 52, 72, 0.1);
}

.wpfm-switcher .switch-input:checked+label {
  border-color: #216DF0;
}

.wpfm-switcher .switch-input:checked+label:after {
  margin-right: 23px;
}

.disabled .switch-input+label {
  cursor: not-allowed;
}

.wpfm-checkbox input[type=checkbox] {
  display: none;
}

.wpfm-checkbox label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #7a8b9a;
  position: relative;
  padding-right: 29px;
  display: inline-block;
  text-transform: capitalize;
}

.wpfm-checkbox label:before {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #bdc7eb;
  background-color: #f6f6f8;
  transition: all 0.3s ease;
}

.wpfm-checkbox label:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 4px;
  width: 11px;
  height: 7px;
  transform: rotate(45deg);
  border-bottom: 2px solid #1eb2fb;
  border-right: 2px solid #1eb2fb;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.wpfm-checkbox input[type=checkbox]:checked+label::before {
  border-color: #1eb2fb;
}

.wpfm-checkbox input[type=checkbox]:checked+label::after {
  opacity: 1;
  visibility: visible;
}

#rex-feed-config {
  position: relative;
}

.rex-loading-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(12, 12, 12, 0.14);
  z-index: 9;
  opacity: 0.9;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.rex-loading-spinner .sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.rex-loading-spinner .sk-folding-cube .sk-cube {
  float: right;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.rex-loading-spinner .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1fb3fb;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.rex-loading-spinner .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(-90deg);
  transform: scale(1.1) rotateZ(-90deg);
}

.rex-loading-spinner .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(-180deg);
  transform: scale(1.1) rotateZ(-180deg);
}

.rex-loading-spinner .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(-270deg);
  transform: scale(1.1) rotateZ(-270deg);
}

.rex-loading-spinner .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.rex-loading-spinner .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.rex-loading-spinner .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(-180deg);
    transform: perspective(140px) rotateY(-180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(-180deg);
    transform: perspective(140px) rotateY(-180deg);
    opacity: 0;
  }
}

.post-type-product-feed .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #575757;
  background: #EDEFF1;
  border-radius: 0px 0px 5px 5px;
}

.post-type-product-feed .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.post-type-product-feed .select2-container .select2-search--inline .select2-search__field {
  height: auto;
}

.post-type-product-feed .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #333333;
}

.post-type-product-feed .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
}

.post-type-product-feed .select2-results__option {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}

.post-type-product-feed .select2-search--dropdown {
  display: block;
  padding: 10px;
}

.post-type-product-feed .select2-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 30px rgba(9, 29, 39, 0.1);
}

.post-type-product-feed .select2-container--default .select2-selection--single,
.post-type-product-feed .meta-box-sortables select {
  max-width: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  padding: 5px 14px 5px 24px;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E) no-repeat left 10px top 55%;
  box-shadow: 0 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 6px;
  text-overflow: ellipsis;
}

.post-type-product-feed .select2-container--default .select2-results>.select2-results__options {
  max-height: 350px;
}

.post-type-product-feed .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 0;
}

.post-type-product-feed .select2-container--default .select2-selection--single {
  padding: 10px 14px 10px 24px;
}

.post-type-product-feed .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dfdbe7 !important;
  background-color: #f6f5fa !important;
}

.post-type-product-feed #rex-feed-product-taxonomies-contents .select_all_product_tax {
  width: 100%;
  margin: 0 3px 25px 0;
}

.post-type-product-feed #rex-feed-product-taxonomies-contents #select_all_product_cats,
.post-type-product-feed #rex-feed-product-taxonomies-contents #select_all_product_tags {
  padding: 10px;
  border: 1px solid #56b2fb;
  border-radius: 5px;
  color: #666666;
}

.post-type-product-feed #rex-feed-product-taxonomies-contents #select_all_product_cats:hover,
.post-type-product-feed #rex-feed-product-taxonomies-contents #select_all_product_tags:hover {
  color: #56b2fb;
}

.post-type-product-feed .select2-container--default .select2-selection--single:focus,
.post-type-product-feed .meta-box-sortables input:focus,
.post-type-product-feed .meta-box-sortables select:focus {
  border-color: rgba(31, 179, 251, 0.7);
  box-shadow: none;
  outline: 0;
}

.post-type-product-feed .meta-box-sortables input:focus {
  border-color: #C7D3E4;
}

.post-type-product-feed input[type=checkbox]:checked::before {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);
  margin: -0.1875rem -0.25rem 0 0;
  height: 1.3125rem;
  width: 1.3125rem;
}

.post-type-product-feed input[type=text],
.post-type-product-feed input[type=date] {
  width: 100%;
  border: 1px solid #C7D3E4;
  min-height: 50px;
  border-radius: 6px;
  background-color: #F1F3F5;
  max-width: initial;
}

.post-type-product-feed input[type=checkbox] {
  background: #ffffff;
  border: 1px solid #b5bac1;
  border-radius: 4px;
  color: #50575e;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  width: 1rem;
  height: 1rem;
  margin: -0.25rem 0.2rem -0.2rem 0.25rem;
}

.post-type-product-feed #rex-feed-instruction-btn .rex_feed-tooltip p {
  width: 550px;
}

.post-type-product-feed #wpwrap #body-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: inset 0 0 0 1200px rgba(0, 0, 0, 0.2);
  right: 0;
}

#rex_feed_config_heading #rex-feed-footer-btn {
  background-color: white;
  padding: 20px 25px;
  border-radius: 13px;
  display: flex;
}

.rex_feed-tooltip {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0px 3px 2px;
  height: 15px;
}

.rex_feed-tooltip svg {
  position: absolute;
  top: 2px;
}

.rex_feed-tooltip p {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  background-color: white;
  padding: 18px;
  border-radius: 10px;
  width: 200px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  word-break: break-word;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 10px 40px rgba(9, 32, 72, 0.2));
}

.rex_feed-tooltip p a:hover {
  color: #3273dc;
  text-decoration: underline;
}

.rex_feed-tooltip p:before {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center;
}

.rex_feed-tooltip:hover p {
  opacity: 1;
  visibility: visible;
}

.bwfm-review-notice {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 20px;
}

.bwfm-review-notice .wpfm-logo {
  width: 80px;
}

.bwfm-review-notice .wpfm-logo img {
  display: block;
}

.bwfm-review-notice .wpfm-notice-content {
  width: calc(100% - 80px);
  padding-right: 30px;
}

.bwfm-review-notice .wpfm-notice-content .wpfm-notice-title {
  font-size: 24px;
  color: #222;
}

#send-to-google {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  padding: 0 20px;
  background: #1fb3fb;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
  float: left;
}

#cmb2-metabox-rex_feed_google_merchant .cmb-th {
  padding-bottom: 0;
}

#cmb2-metabox-rex_feed_google_merchant .nice-select {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 25px;
  min-width: 240px;
}

#cmb2-metabox-rex_feed_google_merchant .nice-select .list {
  border-radius: 3px;
  box-shadow: none;
  min-width: 100%;
  border: 1px solid #e8e8e8;
  max-height: 250px;
  overflow: auto;
}

#cmb2-metabox-rex_feed_google_merchant .nice-select .list .option {
  font-size: 14px;
  padding-left: 43px;
  position: relative;
}

.rex-feed-rules-area__dropdown-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

.rex-feed-rules-area__dropdown-menu .wpfm-pro-tag {
  top: -10px;
  right: 19px;
}

.rex-feed-rules-area__dropdown-menu .rex-feed-rules-area__add-button {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 16px 17px 16px 16px;
  height: 44px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s ease;
  min-width: 175px;
  cursor: pointer;
  border: 1px solid #216DF0;
  color: #fff;
  background: #216DF0;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 10px;
}

.rex-feed-rules-area__dropdown-menu .rex-feed-rules-area__add-button:hover,
.rex-feed-rules-area__dropdown-menu .rex-feed-rules-area__add-button:focus {
  text-decoration: none;
  border-color: #206DEF;
  outline: none;
  box-shadow: none;
}

.rex-feed-rules-area__dropdown-menu .rex-feed-rules-area__add-button .icon-overlay {
  position: absolute;
  background-color: #2F7BFF;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  bottom: 4px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rex-feed-rules-area__dropdown-menu .feed-rules-dropdown-menu {
  display: none;
  background: #FFFFFF;
  position: absolute;
  top: 44px;
  left: 0;
  overflow: auto;
  min-width: 175px;
  box-shadow: 0px 16px 30px rgba(9, 29, 39, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding: 15px;
  z-index: 3;
}

.rex-feed-rules-area__dropdown-menu .feed-rules-dropdown-menu li {
  padding: 7px 0px;
}

.rex-feed-rules-area__dropdown-menu .feed-rules-dropdown-menu li:last-child {
  padding-bottom: 0;
}

.rex-feed-rules-area__dropdown-menu .feed-rules-dropdown-menu li a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #666666;
}

.rex-feed-rules-area__dropdown-menu .feed-rules-dropdown-menu li a:hover {
  letter-spacing: 0.2px;
  text-decoration-line: underline;
  color: #216DF0;
}

.rex-feed-rules-area__dropdown-menu .feed-rules-dropdown-menu li a:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}

.rex-feed-rules-area__dropdown-menu .rex-feed-rules-area__add-button.open-button {
  transition: all 0.3s ease;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rex-feed-rules-area__dropdown-menu .open-dropdown {
  display: block;
}

.rex-feed-rules-area__dropdown-menu svg {
  -moz-transition: transform 0.5s linear;
  -webkit-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transform: rotate(0deg);
}

.rex-feed-rules-area__dropdown-menu svg path {
  stroke: #fff;
}

.rex-feed-rules-area__dropdown-menu .open-button svg {
  transform: rotate(-180deg);
  transition: transform 0.5s linear;
}

.post-type-product-feed #rex_feed_product_filters .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #575757;
  background: #EDEFF1;
  border-radius: 0px 0px 5px 5px;
}

.post-type-product-feed #rex_feed_product_filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.post-type-product-feed #rex_feed_product_filters .select2-container .select2-search--inline .select2-search__field {
  height: auto;
}

.post-type-product-feed #rex_feed_product_filters .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #333333;
}

.post-type-product-feed #rex_feed_product_filters .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
}

.post-type-product-feed #rex_feed_product_filters .select2-results__option {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}

.post-type-product-feed #rex_feed_product_filters .select2-search--dropdown {
  display: block;
  padding: 10px;
}

.post-type-product-feed #rex_feed_product_filters .select2-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 30px rgba(9, 29, 39, 0.1);
}

.post-type-product-feed #rex_feed_product_filters .select2-container--default .select2-results>.select2-results__options {
  max-height: 350px;
}

.post-type-product-feed #rex_feed_product_filters .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 0;
  color: #666666;
}

.post-type-product-feed #rex_feed_product_filters .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dfdbe7 !important;
  background-color: #f6f5fa !important;
}

.post-type-product-feed #rex_feed_product_filters #rex-feed-product-taxonomies-contents .select_all_product_tax {
  width: 100%;
  margin: 0 3px 25px 0;
}

.post-type-product-feed #rex_feed_product_filters #rex-feed-product-taxonomies-contents #select_all_product_cats,
.post-type-product-feed #rex_feed_product_filters #rex-feed-product-taxonomies-contents #select_all_product_tags {
  padding: 10px;
  border: 1px solid #56b2fb;
  border-radius: 5px;
  color: #666666;
}

.post-type-product-feed #rex_feed_product_filters #rex-feed-product-taxonomies-contents #select_all_product_cats:hover,
.post-type-product-feed #rex_feed_product_filters #rex-feed-product-taxonomies-contents #select_all_product_tags:hover {
  color: #56b2fb;
}

.post-type-product-feed #rex_feed_product_filters .select2-container--default .select2-selection--single:focus,
.post-type-product-feed #rex_feed_product_filters .meta-box-sortables input:focus,
.post-type-product-feed #rex_feed_product_filters .meta-box-sortables select:focus {
  border-color: rgba(31, 179, 251, 0.7);
  box-shadow: none;
  outline: 0;
}

.post-type-product-feed #rex_feed_product_filters .meta-box-sortables input:focus {
  border-color: #C7D3E4;
}

.post-type-product-feed #rex_feed_product_filters input[type=checkbox]:checked::before {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);
  margin: -0.1875rem -0.25rem 0 0;
  height: 1.3125rem;
  width: 1.3125rem;
}

.post-type-product-feed #rex_feed_product_filters input[type=checkbox] {
  background: #ffffff;
  border: 1px solid #b5bac1;
  border-radius: 4px;
  color: #50575e;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  width: 1rem;
  height: 1rem;
  margin: -0.25rem 0.2rem -0.2rem 0.25rem;
}

.post-type-product-feed #rex_feed_product_filters #rex-feed-instruction-btn .rex_feed-tooltip p {
  width: 550px;
}

.rex-licenes {
  background: #ededf3;
  padding: 55px;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .rex-licenes {
    display: flex;
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .rex-licenes {
    padding: 20px;
    display: block;
  }
}

.rex-licenes .rex-licenes__general-area {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0 -15px;
}

@media (max-width: 1599px) {
  .rex-licenes .rex-licenes__general-area {
    display: block;
  }
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area {
  width: 100%;
  padding: 0 15px;
}

@media (max-width: 1599px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area {
    width: 100%;
  }
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin: 0 -15px;
  background: rgb(255, 255, 255);
  padding: 70px 70px;
  border-radius: 8px;
  margin-bottom: 30px;
}

@media (max-width: 1599px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area {
    padding: 50px;
  }
}

@media (max-width: 1399px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area {
    padding: 30px;
  }
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area {
  max-width: 930px;
  width: 100%;
  border-left: 1px solid rgb(238, 238, 238);
}

@media (max-width: 1599px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area {
    max-width: 930px;
  }
}

@media (max-width: 1399px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area {
    max-width: 640px;
    border-left: none;
  }
}

@media (max-width: 1199px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area {
    max-width: 510px;
  }
}

@media (max-width: 991px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area {
    width: 100%;
  }
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__text-area {
  display: flex;
  margin-right: -50px;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__text-area .rex-licenes__single-block {
  position: relative;
  max-width: 350px;
  padding-right: 60px;
  margin-right: 50px;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__text-area .rex-licenes__single-block .rex-licenes__icon {
  background-color: rgb(240, 241, 243);
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__text-area .rex-licenes__single-block h4 {
  font-size: 20px;
  margin-bottom: 12px;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__text-area .rex-licenes__single-block p {
  font-size: 16px;
  color: rgb(168, 167, 190);
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .button {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 47px;
  text-align: center;
  height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  border: none;
  text-transform: capitalize;
  background-color: #216df0;
  color: #fff;
  transition: all 0.3s ease;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .button:hover {
  background-color: rgb(31, 179, 251);
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .rex-licenes__input-block-area {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 70px;
  max-width: 735px;
  width: 100%;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .rex-licenes__input-block-area .rex-licenes__input-field {
  padding-left: 10px;
  width: calc(100% - 162px);
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .rex-licenes__input-block-area .rex-licenes__input-field input[type=password],
.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .rex-licenes__input-block-area .rex-licenes__input-field input[type=text] {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgb(54, 59, 78);
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 232, 243);
  height: 46px;
  transition: all 0.3s ease;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .rex-licenes__input-block-area .rex-licenes__input-field input[type=password]:focus,
.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .rex-licenes__input-block-area .rex-licenes__input-field input[type=text]:focus {
  box-shadow: none;
  outline: none;
  border-color: #216df0;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .rex-licenes__input-block-area .rex-licenes__btn-field .button-secondary {
  font-size: 15px;
  font-weight: 500;
  color: #787890;
  display: inline-block;
  border: 1px solid #216df0;
  height: 45px;
  line-height: 43px;
  padding: 0px 20px;
  text-align: center;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: transparent;
  transition: all 0.3s ease;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area .rex-licenes__input-wrap-area .rex-licenes__input-block-area .rex-licenes__btn-field .button-secondary:hover {
  background-color: #216df0;
  color: #fff;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__licensekey-area p.submit {
  margin-top: 12px;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__logo-area {
  width: calc(100% - 930px);
  text-align: center;
}

@media (max-width: 1599px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__logo-area {
    width: calc(100% - 800px);
  }
}

@media (max-width: 1399px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__logo-area {
    width: calc(100% - 640px);
  }
}

@media (max-width: 1199px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__logo-area {
    width: calc(100% - 510px);
    padding-top: 39px;
  }
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__logo-area .rex-licenes__logo {
  width: 120px;
  margin: 0 auto 23px;
}

@media (max-width: 1399px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__logo-area .rex-licenes__logo {
    margin: 13px auto 23px;
  }
}

@media (max-width: 1199px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__logo-area .rex-licenes__logo {
    margin: 0 auto 23px;
  }
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__logo-area .rex-licenes__btn-area .btn-default {
  display: inline-block;
  font-size: 15px;
  border-radius: 5px;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__top-area .rex-licenes__logo-area .rex-licenes__btn-area .btn-default:hover {
  background-color: #216df0;
  color: #fff;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin: 0 -15px;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block {
  width: 33.3333333333%;
  margin-left: 30px;
  align-self: stretch;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 60px 0px rgba(2, 0, 105, 0.08);
  padding: 25px 33px 33px;
}

@media (max-width: 1399px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block {
    width: 100%;
  }
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block .header {
  display: flex;
  background-color: #fff;
  flex-flow: column;
  align-items: flex-start;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block .header h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 0;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block .body .btn-default {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  min-height: 40px;
  line-height: 39px;
  margin-top: 30px;
  border-radius: 5px;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block .body .btn-default:hover {
  background-color: #216df0;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block .body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #787890;
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block.popular {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block.popular {
    margin-bottom: 0px;
  }
}

.rex-licenes .rex-licenes__general-area .rex-licenes__general-wrap-area .rex-licenes__single-category .single-block:last-child {
  margin-left: 0;
}

.wpfm_status_table {
  margin-top: 10px;
}

.rex-accordion .cat-mapper-header,
.category-mapper-wrapper .cat-mapper-header {
  margin-bottom: 20px;
}

.rex-accordion .cat-mapper-header h5,
.category-mapper-wrapper .cat-mapper-header h5 {
  font-size: 20px;
  color: #363b4e;
  font-family: "Roboto";
  font-weight: 500;
}

.rex-accordion .mapper-name,
.category-mapper-wrapper .mapper-name {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.rex-accordion .mapper-name p,
.category-mapper-wrapper .mapper-name p {
  font-size: 16px;
  color: #363b4e;
  font-family: "Roboto";
  font-weight: 500;
  padding-left: 20px;
  margin-left: 60px;
}

.rex-accordion .mapper-name input,
.category-mapper-wrapper .mapper-name input {
  width: 375px;
  height: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 14px;
  color: #363b4e;
  font-family: "Roboto";
  font-weight: 400;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.rex-accordion .mapper-name input:focus,
.category-mapper-wrapper .mapper-name input:focus {
  box-shadow: none;
  outline: none;
}

.rex-accordion .cat-map,
.category-mapper-wrapper .cat-map {
  background: #fff;
  margin-top: 20px;
  border-radius: 5px;
}

.rex-accordion .cat-map-header,
.category-mapper-wrapper .cat-map-header {
  border-radius: 5px 5px 0 0;
  filter: drop-shadow(0px 2px 2px rgba(226, 226, 238, 0.54));
  background-color: #ffffff;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 10px 20px;
}

.rex-accordion .cat-map-header h5,
.category-mapper-wrapper .cat-map-header h5 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #363b4e;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: uppercase;
}

.rex-accordion .categories,
.category-mapper-wrapper .categories {
  padding: 20px 20px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (max-width: 1199px) {

  .rex-accordion .categories,
  .category-mapper-wrapper .categories {
    display: block;
  }
}

.rex-accordion .categories .single-category,
.category-mapper-wrapper .categories .single-category {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 20px;
  width: 43%;
}

@media (max-width: 1199px) {

  .rex-accordion .categories .single-category,
  .category-mapper-wrapper .categories .single-category {
    width: 100%;
  }
}

.rex-accordion .categories .single-category .label,
.category-mapper-wrapper .categories .single-category .label {
  font-size: 14px;
  color: #363b4e;
  font-family: "Roboto";
  font-weight: 500;
  padding-left: 15px;
  width: 180px;
}

.rex-accordion .categories .single-category .input-field,
.category-mapper-wrapper .categories .single-category .input-field {
  width: calc(100% - 180px);
}

.rex-accordion .categories .single-category input,
.category-mapper-wrapper .categories .single-category input {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e5e8f3;
}

.rex-accordion select,
.rex-accordion textarea,
.rex-accordion input,
.category-mapper-wrapper select,
.category-mapper-wrapper textarea,
.category-mapper-wrapper input {
  height: 40px;
  box-shadow: none !important;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #e8e8e8;
}

.rex-accordion select:focus,
.rex-accordion textarea:focus,
.rex-accordion input:focus,
.category-mapper-wrapper select:focus,
.category-mapper-wrapper textarea:focus,
.category-mapper-wrapper input:focus {
  border-color: rgba(33, 109, 240, 0.7);
}

.rex-accordion textarea,
.category-mapper-wrapper textarea {
  height: 120px;
}

.rex-accordion .cat-map-actions button.btn-large,
.category-mapper-wrapper .cat-map-actions button.btn-large {
  background-color: #216DF0;
  color: #fff;
  padding: 0 20px;
  text-transform: capitalize;
  min-width: 120px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  cursor: pointer;
  border: none;
}

.rex-accordion .cat-map-actions button.btn-large:last-child,
.category-mapper-wrapper .cat-map-actions button.btn-large:last-child {
  margin-left: 0;
}

.rex-accordion .cat-map-actions button.btn-large:hover,
.category-mapper-wrapper .cat-map-actions button.btn-large:hover {
  background-color: #1fb3fa;
}

.rex-accordion .cat-map-actions button.btn-large:focus,
.category-mapper-wrapper .cat-map-actions button.btn-large:focus {
  box-shadow: none;
  outline: inherit;
}

.rex-accordion .cat-map-actions button.btn-large i,
.category-mapper-wrapper .cat-map-actions button.btn-large i {
  margin-left: 2px;
  font-size: 15px;
}

.rex-accordion .cat-map {
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  margin-bottom: 15px;
}

.rex-accordion {
  background: #f6f6f8;
  padding: 30px;
  margin-top: 22px;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .rex-accordion {
    padding: 20px;
  }
}

.rex-accordion .acordion-item {
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fff;
}

.rex-accordion .acordion-item:last-child {
  margin-bottom: 0;
}

.rex-accordion .acordion-item h6 a {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 12px 20px;
  color: #363636;
}

.rex-accordion .acordion-item h6 a:before {
  content: "+";
  margin-left: 16px;
  font-weight: normal;
  width: 5px;
  display: inline-block;
}

.rex-accordion .acordion-item h6 a.selected:before {
  content: "-";
}

.rex-accordion .acordion-item h6 a:focus {
  box-shadow: none;
  outline: inherit;
}

.rex-accordion .acordion-item .inner {
  background: #f6f6f8;
  border-top: 1px solid #e8e8e8;
}

.category-mapper-wrapper.card {
  padding: 20px 30px 30px;
  max-width: 100%;
  box-shadow: none;
  background: #f6f6f8;
  border: none;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .category-mapper-wrapper.card {
    padding: 10px 20px 20px;
  }
}

.ui-autocomplete .ui-menu-item {
  padding: 10px;
  border-bottom: 1px solid grey;
}

.merchant-settings {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  background-color: #ededf3;
  padding: 55px;
  border-radius: 12px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .merchant-settings {
    display: flex;
  }
}

@media (max-width: 991px) {
  .merchant-settings {
    padding: 20px;
    display: block;
  }
}

.merchant-settings .right-merchant,
.merchant-settings .left-merchant {
  width: 50%;
}

@media (max-width: 991px) {

  .merchant-settings .right-merchant,
  .merchant-settings .left-merchant {
    width: 100%;
  }
}

.merchant-settings .single-merchant-area {
  padding: 0 15px;
  margin-bottom: 30px;
  align-self: stretch;
}

@media (max-width: 767px) {
  .merchant-settings .single-merchant-area {
    padding: 0px;
  }
}

.merchant-settings .single-merchant-area .single-merchant-block {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 60px 0px rgba(2, 0, 105, 0.08);
  padding: 25px 33px 33px;
}

.merchant-settings .single-merchant-area .single-merchant-block .single-merchant_pdf__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.merchant-settings .single-merchant-area .single-merchant-block .single-merchant_pdf__link a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  text-decoration: underline;
}

.merchant-settings .single-merchant-area .single-merchant-block .btn-default {
  display: inline-block;
  border: 1px solid rgb(31, 179, 251);
  height: 50px;
  line-height: 47px;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #787890;
  text-align: center;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: transparent;
}

.merchant-settings .single-merchant-area .single-merchant-block .btn-default:hover {
  background-color: #1fb3fb;
  color: #fff;
}

.merchant-settings .single-merchant-area .single-merchant-block .rex-google-merchant {
  padding-top: 25px;
}

.merchant-settings .single-merchant-area .single-merchant-block .rex-google-merchant .button-area {
  margin: 0 150px auto 0;
}

@media (max-width: 1399px) {
  .merchant-settings .single-merchant-area .single-merchant-block .rex-google-merchant .button-area {
    margin: 0 130px auto 0;
  }
}

@media (max-width: 1199px) {
  .merchant-settings .single-merchant-area .single-merchant-block .rex-google-merchant .button-area {
    margin: 0;
  }
}

.merchant-settings .single-merchant-area .single-merchant-block .rex-google-merchant .button-area .btn-default {
  display: inline-block;
  border: 1px solid #216df0;
  height: 50px;
  line-height: 47px;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #787890;
  text-align: center;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: transparent;
}

.merchant-settings .single-merchant-area .single-merchant-block .rex-google-merchant .button-area .btn-default:hover {
  background-color: #216df0;
  color: #fff;
}

.merchant-settings .authorized header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.merchant-settings .authorized .body p {
  font-size: 16px;
  color: #787890;
  padding: 30px 0 15px;
}

.merchant-settings .authorized .body .single-merchant-bold {
  font-weight: 600;
  padding: 15px 0 10px;
  color: #cf0504;
}

.merchant-settings .title {
  color: #3c3e4a;
  font-size: 1.37rem;
  font-weight: 500;
  line-height: 1.25;
}

.merchant-settings>.col {
  width: 50%;
}

.merchant-settings>.col:first-child {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .merchant-settings>.col {
    width: 100%;
  }

  .merchant-settings>.col:first-child {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

.merchant-settings select,
.merchant-settings textarea,
.merchant-settings input {
  height: 40px;
  box-shadow: none !important;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #e8e8e8;
}

.merchant-settings select:focus,
.merchant-settings textarea:focus,
.merchant-settings input:focus {
  border-color: rgba(33, 109, 240, 0.7);
}

.merchant-settings textarea {
  height: 120px;
}

.merchant-settings .merchant-action .rex-card {
  margin-top: 0;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #e6dbb5;
  background-color: #fbf1d3;
  min-width: 100%;
}

.merchant-settings .merchant-action .rex-card .card-title {
  font-size: 20px;
  border-bottom: 1px solid #e6dbb5;
  padding: 7px 20px;
  font-weight: 500;
  color: #856404;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.merchant-settings .merchant-action .rex-card .rex-p {
  font-size: 15px;
  font-size: 15px;
  padding: 15px 20px;
}

.merchant-settings .merchant-action .rex-card a.btn {
  height: 44px;
  line-height: 44px;
  background: #92772a;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  border: none;
  text-transform: capitalize;
  min-width: 120px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
}

.merchant-settings .merchant-action .rex-card a.btn:hover {
  background: #216df0;
}

.merchant-settings .merchant-action .rex-card.auth-success {
  background-color: #d9fde1;
  border-color: #c3e6cb;
  padding-bottom: 0;
}

.merchant-settings .merchant-action .rex-card.auth-success .card-title {
  border-color: #c3e6cb;
  color: #155724;
}

.merchant-settings .input-field {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  margin-bottom: 20px;
}

.merchant-settings .input-field label {
  min-width: 150px;
}

.merchant-settings .video-container iframe {
  height: 465px;
}

.merchant-settings button.btn {
  height: 44px;
  line-height: 44px;
  background: #1fb3fb;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  border: none;
  text-transform: capitalize;
  min-width: 120px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 500;
  margin-left: 10px;
}

.merchant-settings button.btn i {
  margin-right: 5px;
  font-size: 15px;
}

.merchant-settings button.btn:last-child {
  margin-left: 0;
}

.merchant-settings button.btn:hover {
  background: #47cccf;
}

.merchant-settings button.btn:focus {
  box-shadow: none;
  outline: inherit;
}

.merchant-settings button.btn.rex-reset-btn i {
  transform: rotateY(-180deg);
}

/*--------transition property-------*/
/*--------transform property-------*/
.visibility-hide,
.rex-onboarding .premium-merchant-alert {
  opacity: 0;
  visibility: hidden;
}

.visibility-show,
.rex-onboarding .premium-merchant-alert.show-alert {
  opacity: 1;
  visibility: visible;
}

.transition-5s,
.rex-onboarding .premium-merchant-alert {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-feed_page_wpfm_dashboard div#wpcontent {
  background: #e0e8f4 !important;
  padding: 40px 70px 50px 90px;
}

@media (max-width: 1280px) {
  .product-feed_page_wpfm_dashboard div#wpcontent {
    padding: 30px 20px 40px 20px;
  }
}

.rex-onboarding {
  /* -----------.rex-system-status area------------- */
  /* ----------wpfm-logs-------- */
  /* ----------wpfm-compare (free vs pro)-------- */
}

.rex-onboarding .rex-settings__tabs,
.rex-onboarding .rex-settings__tab-contents {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.30);
  padding: 21px 24px;
}

@media (max-width: 1280px) {

  .rex-onboarding .rex-settings__tabs,
  .rex-onboarding .rex-settings__tab-contents {
    padding: 16px 20px;
  }
}

@media (max-width: 991px) {

  .rex-onboarding .rex-settings__tabs,
  .rex-onboarding .rex-settings__tab-contents {
    padding: 16px 18px;
  }
}

.rex-onboarding .rex-settings__tab-contents .tab-content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0c2044;
  border-bottom: 1px solid #ebedf0;
  padding-bottom: 17px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings__tab-contents .tab-content h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .title,
.rex-onboarding .rex-settings__merchant-lists .single-merchant .title,
.rex-onboarding .rex-system-status__label,
.rex-onboarding .wpfm-compare__col,
.rex-onboarding .wpfm-compare__body .wpfm-compare__feature .wpfm-compare__col p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #091e43;
  text-transform: capitalize;
}

@media (max-width: 1399px) {

  .rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .title,
  .rex-onboarding .rex-settings__merchant-lists .single-merchant .title,
  .rex-onboarding .rex-system-status__label,
  .rex-onboarding .wpfm-compare__col,
  .rex-onboarding .wpfm-compare__body .wpfm-compare__feature .wpfm-compare__col p {
    font-size: 13px;
  }
}

.rex-onboarding .premium-merchant-alert {
  position: fixed;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.rex-onboarding .premium-merchant-alert .alert-box {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  max-width: 100%;
  width: 500px;
  padding: 32px 20px 40px 20px;
}

.rex-onboarding .premium-merchant-alert .alert-box h2 {
  font-weight: 500;
  text-transform: capitalize;
  color: #23282d;
}

.rex-onboarding .premium-merchant-alert .alert-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
  margin: 10px 0 20px;
}

.rex-onboarding .premium-merchant-alert .alert-box i.warning {
  font-size: 80px;
  color: #fd3054;
}

.rex-onboarding .premium-merchant-alert .alert-box .delete {
  position: absolute;
  top: 6px;
  left: 8px;
}

.rex-onboarding .premium-merchant-alert .alert-box a {
  color: #0c2044;
}

.rex-onboarding .premium-merchant-alert .alert-box a:hover {
  text-decoration: underline;
}

.rex-onboarding .premium-merchant-alert .alert-box a:focus {
  box-shadow: none;
}

.rex-onboarding .premium-merchant-alert .alert-box button {
  font-size: 17px;
  font-weight: 500;
  border: 0;
  border-radius: 3px;
  color: #fff;
  padding: 12px 32px;
  background: #0c2044;
  text-transform: uppercase;
  cursor: pointer;
}

.rex-onboarding__header {
  margin-bottom: 22px;
}

.rex-onboarding__title {
  font-size: 30px;
  font-style: normal;
  color: #0c2044;
  font-weight: 600;
  line-height: 1.1;
}

.rex-onboarding__tab-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 1199px) {
  .rex-onboarding__tab-wrapper {
    gap: 20px;
  }
}

.rex-onboarding .rex-settings {
  /* -----------merchant settings area------------- */
}

.rex-onboarding .rex-settings__nav-items {
  width: 100%;
  max-width: 314px;
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings__nav-items {
    width: 240px;
  }
}

@media (max-width: 1199px) {
  .rex-onboarding .rex-settings__nav-items {
    max-width: 210px;
  }
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings__nav-items {
    max-width: 190px;
  }
}

.rex-onboarding .rex-settings__tabs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rex-onboarding .rex-settings__tab {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #e3e9f4;
  color: #0c2044;
  padding: 18px 19px;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 1.1;
  transition: color 0.3s;
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings__tab {
    padding: 14px 18px;
  }
}

@media (max-width: 1199px) {
  .rex-onboarding .rex-settings__tab {
    padding: 12px 16px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings__tab {
    font-size: 13px;
    padding: 9px 12px;
  }
}

.rex-onboarding .rex-settings__tab svg {
  display: block;
  margin-left: 13px;
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings__tab svg {
    margin-left: 10px;
  }
}

.rex-onboarding .rex-settings__tab span {
  width: calc(100% - 30px);
}

.rex-onboarding .rex-settings__tab.active {
  background: #216df0;
  color: #fff;
}

.rex-onboarding .rex-settings__tab.active svg path {
  stroke: #fff;
  fill: #fff;
}

.rex-onboarding .rex-settings__tab.active:last-child:after {
  right: initial;
  left: 0;
}

.rex-onboarding .rex-settings__tab.active.merchant svg path {
  fill: transparent;
}

.rex-onboarding .rex-settings__tab.active.free-pro-icon svg path {
  fill: #0c2044;
}

.rex-onboarding .rex-settings__tab-contents {
  width: calc(100% - 314px);
  /* -----------Controls area------------- */
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings__tab-contents {
    width: calc(100% - 240px);
  }
}

@media (max-width: 1199px) {
  .rex-onboarding .rex-settings__tab-contents {
    width: calc(100% - 210px);
  }
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings__tab-contents {
    width: calc(100% - 190px);
  }
}

.rex-onboarding .rex-settings__tab-contents .tab-content {
  display: none;
}

.rex-onboarding .rex-settings__tab-contents .tab-content.active {
  display: block;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings {
  display: grid;
  gap: 22px;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant input:not([type="checkbox"]) {
  font-size: 13px;
  min-height: 38px;
  box-shadow: none;
  padding: 5px 10px;
  background-color: transparent;
  margin-left: 10px;
  border-radius: 6px;
  border: 1px solid #ebedf0;
  color: #535963;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: 11px 21px;
  border-radius: 6px;
  border: 1px solid #ebedf0;
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.rex-feed-rollback .title {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.rex-feed-rollback .title {
    width: 60%;
  }
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant {
    padding: 10px 15px;
  }
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.product-batch p {
  font-size: 13px;
  color: #535963;
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.product-batch p {
    line-height: 1.3;
  }
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.wpfm-pro {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.update-list .title {
  display: block;
  width: calc(100% - 200px);
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .single-merchant-pro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-pro-tag {
  top: calc(3% - 1px);
  right: 16px;
  transform: translateY(-50%);
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.import .title {
  display: block;
  width: calc(100% - 200px);
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .title {
  display: block;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-fb-pixel,
.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-google-drm-pixel,
.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-per-batch {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-fb-pixel {
  width: 100% !important;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-fb-pixel input {
  width: 172px !important;
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-fb-pixel input {
    width: 130px !important;
  }
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant input {
  height: 36px;
  border: 1px solid #eee;
  background: #f6f6f8;
  box-shadow: none;
  padding: 5px 10px;
  width: 80px;
  margin-left: 10px;
  border-radius: 4px;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant input[type="checkbox"] {
  border: 1px solid #8c8f94;
  border-radius: 4px;
  background: #fff;
  color: #50575e;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 1rem;
  margin: -0.25rem 0 0 0.25rem;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px #000;
  transition: 0.05s border-color ease-in-out;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant input[type="file"] {
  width: 100% !important;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .single-input-area form {
  display: flex;
  flex-flow: nowrap;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .single-input-area p {
  font-size: 14px;
  font-weight: 500;
  color: green;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .single-merchant-button-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .single-merchant-button-area p {
  font-size: 14px;
  font-weight: 500;
  color: green;
  width: 100%;
  text-align: left;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant button {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 6px;
  background: #00b4ff;
  box-shadow: 0px 10px 16px 0px rgba(0, 180, 255, 0.15);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 18px;
  letter-spacing: -0.14px;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant button i {
  margin-right: 4px;
  display: none;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant button.save-transient-button {
  order: 2;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.wpfm-custom-field-frontend {
  display: block;
  margin-right: 40px;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.wpfm-fb-pixel-field,
.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant.wpfm-google-drm-pixel-field {
  margin-right: 40px;
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-transient-settings {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-transient-settings {
    gap: 10px;
    flex-direction: column;
  }

  .rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-transient-settings span.helper-text {
    text-align: left;
  }
}

.rex-onboarding .rex-settings__tab-contents .feed-settings .single-merchant .wpfm-cache-ttl-area {
  display: flex;
  display: flex;
  gap: 15px;
  order: 2;
}

.rex-onboarding .rex-settings__merchant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebedf0;
  padding-bottom: 17px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings__merchant-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.rex-onboarding .rex-settings__merchant-header h3 {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.rex-onboarding .rex-settings__search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 10px;
  padding: 10px 16px;
  border: 1px solid #ebedf0;
}

.rex-onboarding .rex-settings__search-container input {
  width: 100%;
  line-height: 1;
  border: none;
  min-height: auto;
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}

.rex-onboarding .rex-settings__search-container svg path {
  stroke: #a7a8b3;
}

.rex-onboarding .rex-settings__merchant-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1280px) {
  .rex-onboarding .rex-settings__merchant-lists {
    gap: 15px;
  }
}

@media (max-width: 1199px) {
  .rex-onboarding .rex-settings__merchant-lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: 7px 8px;
  border-radius: 5px;
  border: 1px dashed #cfdcef;
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant .wpfm-pro-tag {
  top: calc(6% - 1px);
  right: 10px;
  transform: translateY(-50%);
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant .title {
  display: block;
  width: calc(100% - 40px);
  margin-bottom: 0;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings__merchant-lists .single-merchant .title {
    font-size: 13px;
  }
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant.wpfm-pro .switch {
  opacity: 0;
  visibility: hidden;
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant__button {
  border: none;
  outline: 0;
  box-shadow: none;
  border-radius: 4px;
  background: #f1f5fb;
  transition: all 0.5s;
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant__button a {
  padding: 12px;
  display: block;
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant__button a svg {
  display: block;
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant__button:hover {
  background-color: #216df0;
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant__button:hover svg path {
  fill: #fff;
  fill-opacity: 1;
}

.rex-onboarding .rex-settings__merchant-lists .single-merchant .single-merchant__pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}

.rex-onboarding .rex-system-status__platform {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #ebedf0;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-system-status__platform {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.rex-onboarding .rex-system-status__heading {
  font-size: 20px;
  line-height: normal;
  color: #0c2044;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.rex-onboarding .rex-system-status__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  padding: 9px 12px;
  color: #fff;
  background-color: #00b4ff;
  border-radius: 6px;
  border: none;
}

.rex-onboarding .rex-system-status__button svg {
  margin-left: 10px;
}

.rex-onboarding .rex-system-status__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  gap: 23px;
}

.rex-onboarding .rex-system-status__info {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 21px;
  border-radius: 6px;
  border-top: 1px solid #ebedf0;
  border-left: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
  border-right: 3px solid #ebedf0;
}

.rex-onboarding .rex-system-status__lists {
  display: flex;
}

.rex-onboarding .rex-system-status__list {
  font-size: 14px;
  font-weight: 500;
}

.rex-onboarding .rex-system-status mark {
  background: transparent none;
}

.rex-onboarding .rex-system-status mark code {
  color: #216df0;
  background-color: transparent;
}

.rex-onboarding .rex-system-status mark .dashicons {
  background-color: #216df0;
  border-radius: 100%;
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  display: inline-block;
}

.rex-onboarding .rex-system-status mark .dashicons.dashicons-warning {
  background-color: #f00;
}

.rex-onboarding .rex-system-status mark.yes {
  display: flex;
  align-items: center;
  color: #091e43;
  font-size: 13px;
  word-break: break-all;
}

.rex-onboarding .rex-system-status mark.error {
  color: #f00;
}

.rex-onboarding .rex-settings-tabs {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}

.rex-onboarding .rex-settings-tab-content .tab-content {
  display: none;
  background: #f6f6f8;
  padding: 40px 30px 50px;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings-tab-content .tab-content {
    padding: 20px;
  }
}

.rex-onboarding .rex-settings-tab-content .tab-content.active {
  display: block;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper {
  padding: 40px;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper {
    padding: 30px;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0 -15px;
  /* -----------.rex-general__left-info-wrapper ------------- */
  /* -----------.rex-general__right-info-wrapper ------------- */
}

@media (max-width: 1599px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area {
    display: block;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper {
  width: 75%;
  padding: 0 15px;
}

@media (max-width: 1599px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper {
    width: 100%;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-category,
.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin: 0 -15px;
}

@media (max-width: 991px) {

  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-category,
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area {
    display: block;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__single-block.banner-block {
  width: 70%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 6px 60px 0px rgba(2, 0, 105, 0.08);
  margin-bottom: 20px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__single-block.banner-block {
    width: 100%;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__single-block.banner-block .onboarding-block {
  background: #e6e9f2;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__single-block.banner-block img {
  width: 100%;
  display: block;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block {
  width: 34%;
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block {
    width: 100%;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .upgrade-pro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #1fb3fb;
  border-radius: 10px;
  padding: 23px;
  margin-bottom: 20px;
}

@media (max-width: 1699px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .upgrade-pro {
    padding: 25px 30px;
  }
}

@media (max-width: 1599px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .upgrade-pro {
    padding: 46px;
  }
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .upgrade-pro {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .upgrade-pro {
    padding: 20px;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .upgrade-pro .btn-default {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  border-radius: 5px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .upgrade-pro .btn-default:hover {
  background-color: #1fb3fa;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .rex-general__single-blocks.social-share {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 6px 60px 0px rgba(2, 0, 105, 0.08);
  margin-bottom: 20px;
  border-radius: 10px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .rex-general__single-blocks.social-share .social {
  display: flex;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .rex-general__single-blocks.social-share .social a {
  font-size: 32px;
  color: #9e9eae;
  margin-left: 10px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block-area .rex-general__logo-block .rex-general__single-blocks.social-share .social a:hover {
  color: #00b4ff;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block {
  width: calc(100% / 3);
  margin-left: 20px;
  align-self: stretch;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 60px 0px rgba(2, 0, 105, 0.08);
  padding: 25px 33px 33px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block:last-child {
  margin-left: 0;
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block {
    width: 100%;
    padding: 12px 25px 25px;
    margin-bottom: 20px;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block .header {
  display: flex;
  background-color: #fff;
  flex-flow: row;
  align-items: center;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block .header h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 0;
  margin-right: 10px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block .body .btn-default {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  height: 40px;
  line-height: 40px;
  margin-top: 25px;
  border-radius: 5px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__left-info-wrapper .rex-general__single-block-wrapper .rex-general__single-block .body .btn-default:hover {
  background-color: #1fb3fb;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper {
  width: 25%;
  padding: 12px 20px 20px;
  border-radius: 10px;
}

@media (max-width: 1599px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper {
    width: 100%;
    padding: 32px 0px 0px;
  }
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper {
    width: 100%;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper h4.title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper .rex-general__single-block {
  background-color: #fff;
  padding: 18px 20px 20px;
  box-shadow: 0px 6px 60px 0px rgba(2, 0, 105, 0.08);
  margin-bottom: 20px;
  border-radius: 10px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper .rex-general__single-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper .rex-general__single-block {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper .rex-general__single-block {
    width: 100%;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper .rex-general__single-block .header {
  display: flex;
  background-color: #fff;
  flex-flow: row;
  align-items: center;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper .rex-general__single-block .header img {
  width: 30px;
  height: 30px;
  margin-left: 8px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper .rex-general__single-block .header h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 0;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper .rex-general__single-block .body .btn-default {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  border-radius: 5px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .rex-general__right-info-wrapper .rex-general__single-block .body .btn-default:hover {
  background-color: #1fb3fa;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .right {
  width: 100%;
  display: flex;
  align-self: stretch;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding: 25px 33px 33px;
  margin: 30px 15px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 60px 0px rgba(2, 0, 105, 0.08);
}

@media (max-width: 1599px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .right {
    width: auto;
    padding-right: 15px;
    margin-top: 25px;
  }
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .rex-general__content-area .right {
    padding: 25px;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .upgrade {
  padding: 25px 33px 33px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 60px 0px rgba(2, 0, 105, 0.08);
}

@media (max-width: 1399px) {
  .rex-onboarding .rex-settings-tab-content .block-wrapper .upgrade {
    padding: 25px;
  }
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .upgrade .rex-upgrade .title {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: #3c3e4a;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .upgrade .rex-upgrade>ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #787890;
  padding-right: 27px;
  margin-bottom: 12px;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .upgrade .rex-upgrade>ul li:before {
  position: absolute;
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: 700;
  right: 0;
  top: 5px;
  color: #0c2044;
  line-height: normal;
  text-align: center;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .upgrade .btn-default {
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  padding: 0 30px;
  letter-spacing: 0.5px;
  margin-top: 11px;
  display: inline-block;
}

.rex-onboarding .rex-settings-tab-content .block-wrapper .upgrade .btn-default:hover {
  background-color: #216df0;
}

.rex-onboarding .rex-settings-tab-content #tab4 .merchant-title {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #363b4e;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.rex-onboarding .wpfm-log form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rex-onboarding .wpfm-log select {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.13px;
  color: #535963;
  border-radius: 6px;
  border: 1px solid #ebedf0;
  padding: 13px 20px 13px 30px;
  width: calc(100% - 130px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgNmw1IDUgNS01IDIgMS03IDctNy03IDItMXoiIGZpbGw9IiM1MzU5NjMiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px;
}

@media (max-width: 991px) {
  .rex-onboarding .wpfm-log select {
    width: calc(100% - 130px);
  }
}

.rex-onboarding .wpfm-log select:focus {
  box-shadow: none;
  outline: none;
}

.rex-onboarding .wpfm-log button {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 6px;
  background: #00b4ff;
  box-shadow: 0px 10px 16px 0px rgba(0, 180, 255, 0.15);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
  color: #fff;
  padding: 16px 29px;
  letter-spacing: -0.14px;
}

.rex-onboarding span.helper-text {
  width: 100%;
  order: 1;
  font-size: 13px;
  color: #535963;
}

.rex-onboarding select#wpfm_rollback_options {
  max-width: 138px;
  border-radius: 6px;
  border: 1px solid #ebedf0;
  box-shadow: none;
  color: #535963;
  font-size: 13px;
  height: 38px;
  line-height: 1;
  padding-right: 10px;
  padding-left: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgNmw1IDUgNS01IDIgMS03IDctNy03IDItMXoiIGZpbGw9IiM1MzU5NjMiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px;
}

.rex-onboarding .wpfm-rollback-option-area {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.rex-onboarding select#wpfm_cache_ttl {
  order: 1;
  width: 150px;
  border-radius: 6px;
  border: 1px solid #ebedf0;
  box-shadow: none;
  height: 38px;
  line-height: 1;
  padding-right: 10px;
  padding-left: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgNmw1IDUgNS01IDIgMS03IDctNy03IDItMXoiIGZpbGw9IiM1MzU5NjMiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px;
}

.rex-onboarding .rex-feed-rollback .wpfm-dropdown {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.rex-onboarding .rex-feed-rollback .wpfm-dropdown .rex-feed-rollback-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.4;
  color: white;
  border-radius: 4px;
  padding: 11px 10px;
  text-transform: none;
  min-height: 0;
  order: 2;
}

.rex-onboarding .rex-feed-rollback .wpfm-dropdown span.helper-text {
  order: 3;
  color: red;
  text-align: left;
}

.rex-onboarding .rex-export-popup {
  position: fixed;
  top: 10px;
  left: 0;
  width: calc(100% - 160px);
  height: 100%;
  z-index: 999;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
}

.rex-onboarding .rex-export-popup pre {
  display: flex;
  width: 100%;
}

.rex-onboarding .rex-export-popup label {
  position: relative;
  cursor: pointer;
}

.rex-onboarding .rex-export-popup label::before {
  content: "";
  -webkit-appearance: none;
  box-shadow: 0 1px 2px #000, inset 0px -15px 10px -12px #000;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #b5bac1;
  border-radius: 4px;
}

.rex-onboarding .rex-export-popup input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: none;
}

.rex-onboarding .rex-export-popup input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.rex-onboarding .rex-export-popup input:checked+label::before {
  background-color: #216df0;
  border-color: #216df0;
}

.rex-onboarding .rex-export-popup__wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  border-radius: 0px 20px 20px 20px;
}

.rex-onboarding .rex-export-popup__body {
  position: relative;
  padding: 24px 40px 40px 40px;
}

.rex-onboarding .rex-export-popup__close-btn {
  position: absolute;
  left: -13px;
  top: -14px;
  display: block;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 4px 15px #000;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}

.rex-onboarding .rex-export-popup__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rex-onboarding .rex-export-popup__message-content {
  background-color: #f4f8fe;
  border-radius: 10px;
  margin-top: 10px;
}

.rex-onboarding .rex-export-popup__checkbox-all {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 20px 15px 0;
  border-bottom: 1px solid #e4ebf6;
  margin-bottom: 10px;
}

.rex-onboarding .rex-export-popup__checkbox-all label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
}

.rex-onboarding .rex-export-popup__checkbox-area {
  max-height: 380px;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.rex-onboarding .rex-export-popup__checkbox {
  display: flex;
  padding: 11px 20px 11px 0;
  align-items: center;
  gap: 10px;
}

.rex-onboarding .rex-export-popup__checkbox label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
}

.rex-onboarding .rex-export-popup__checkbox:last-child {
  padding-bottom: 20px;
}

.rex-onboarding .rex-export-popup__heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}

.rex-onboarding .rex-export-popup__notice-area {
  display: flex;
  align-items: center;
  margin: 18px 0 -17px;
  justify-content: center;
}

.rex-onboarding .rex-export-popup__heading--notice {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: rgba(255, 0, 0, 0.752);
}

.rex-onboarding .rex-export-popup__btn-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  justify-content: center;
}

.rex-onboarding .rex-export-popup__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  background-color: #216df0;
  border: 1px solid #216df0;
  border-radius: 10px;
  padding: 10px 30px;
  transition: all 0.3s ease;
}

.rex-onboarding .rex-export-popup__btn:hover {
  color: #fff;
}

.rex-onboarding .rex-export-popup__btn--green {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(254, 78, 78, 0.4);
  color: #000;
}

.rex-onboarding .rex-export-popup__btn--green:hover {
  color: #000;
}

.rex-onboarding .wpfm-compare__table {
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #ebeaff;
}

.rex-onboarding .wpfm-compare__header {
  border-radius: 20px 20px 0 0;
  position: sticky;
  top: 22px;
  z-index: 1;
  line-height: 0;
}

.rex-onboarding .wpfm-compare__header.sticked {
  background-color: #fff;
}

.rex-onboarding .wpfm-compare__col {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding: 20px 24px;
}

.rex-onboarding .wpfm-compare__col--free,
.rex-onboarding .wpfm-compare__col--pro {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rex-onboarding .wpfm-compare__col--free,
.rex-onboarding .wpfm-compare__col--pro {
  width: 130px;
}

.rex-onboarding .wpfm-compare__col--feature {
  width: calc(100% - 260px);
}

.rex-onboarding .wpfm-compare__header,
.rex-onboarding .wpfm-compare__footer {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: all 0.3s ease;
}

.rex-onboarding .wpfm-compare__body .wpfm-compare__feature {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 0;
}

.rex-onboarding .wpfm-compare__body .wpfm-compare__feature:nth-child(odd) {
  background-color: #f2f5fb;
}

.rex-onboarding .wpfm-compare__body .wpfm-compare__feature:first-child {
  border-top: none;
}

.rex-onboarding .wpfm-compare__body .wpfm-compare__feature:last-child {
  margin-bottom: 0;
}

.rex-onboarding .wpfm-compare__body .wpfm-compare__feature .wpfm-compare__col {
  padding: 20px 24px;
  margin-bottom: 0;
}

.rex-onboarding .wpfm-compare__body .wpfm-compare__feature .wpfm-compare__col p {
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.rex-onboarding .wpfm-compare__footer {
  justify-content: left;
  border: none;
  padding: 22px 30px;
  text-align: center;
  border-top: 1px solid #ebeaff;
}

.rex-onboarding .wpfm-compare__btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  border-radius: 6px;
  background: #00b4ff;
  box-shadow: 0px 10px 16px 0px rgba(0, 180, 255, 0.15);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 18px;
  letter-spacing: -0.14px;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {

  .rex-onboarding .wpfm-compare .wpfm-compare__body .wpfm-compare__feature .wpfm-compare__col,
  .rex-onboarding .wpfm-compare .wpfm-compare__col {
    padding: 16px 20px;
  }
}

@media (max-width: 991px) {

  .rex-onboarding .wpfm-compare .wpfm-compare__body .wpfm-compare__feature .wpfm-compare__col,
  .rex-onboarding .wpfm-compare .wpfm-compare__col {
    padding: 14px 18px;
  }
}

.folded .rex-onboarding .rex-export-popup {
  width: calc(100% - 0px);
}


.cmb2-id-rex-feed-features-text ol {
  list-style: none;
  counter-reset: li;
}

.cmb2-id-rex-feed-features-text ol li {
  position: relative;
  padding-right: 27px;
  line-height: 1.4;
  margin-bottom: 7px;
  display: block;
}

.cmb2-id-rex-feed-features-text ol li:before {
  counter-increment: li;
  content: " " counter(li) " ";
  position: absolute;
  right: 0;
  top: 2px;
  background: #216df0;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: normal;
  font-size: 13px;
  border-radius: 100%;
  text-align: center;
  font-weight: 500;
}

.cmb2-id-rex-feed-features-text a.btn {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  padding: 0 20px;
  background: #062c80;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.cmb2-id-rex-feed-features-text a.btn:hover {
  background: #1fb3fb;
}

/*----Shepherd style --------*/
body.post-type-product-feed.shepherd-active::after {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
}

body.post-type-product-feed.shepherd-active .shepherd-element.shepherd-open,
body.post-type-product-feed.shepherd-active .shepherd-target.shepherd-enabled {
  z-index: 100;
  position: relative;
}

body.post-type-product-feed.shepherd-active .shepherd-has-title .shepherd-content .shepherd-header {
  background-color: #216df0;
  padding: 0.6em;
}

body.post-type-product-feed.shepherd-active .shepherd-button {
  background-color: #216df0;
  border: 1px solid #216df0;
  border-radius: 10px;
  color: hsla(0deg, 0%, 100%, 0.75);
  margin-left: 0.5rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
}

body.post-type-product-feed.shepherd-active .shepherd-button:hover {
  background-color: #eef4ff;
  border: 1px solid #b0cdff;
  color: #333333;
}

body.post-type-product-feed.shepherd-active .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
  margin-top: 20px;
}

body.post-type-product-feed.shepherd-active .shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before {
  background-color: #216df0;
}

body.post-type-product-feed.shepherd-active .shepherd-title {
  font-weight: 500;
  color: #fff;
}

body.post-type-product-feed.shepherd-active .shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: #fff;
}

/*----01.wpfm dashboard style --------*/
.post-type-product-feed div#wpcontent {
  background-color: #EDEFF1;
}

.post-type-product-feed #titlediv #title {
  font-size: 1.4em;
  line-height: 100%;
  height: 1.4em;
  margin: 0;
  padding: 17px 20px;
}

.post-type-product-feed #titlewrap input {
  border: unset;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 10px;
}

.post-type-product-feed #titlediv #title-prompt-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 17px 20px;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.2px;
  color: #666666;
}

.post-type-product-feed .combined-dropdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.post-type-product-feed .notice,
.post-type-product-feed div.error,
.post-type-product-feed div.updated {
  background: #fff;
  border: none;
  border-right-width: 4px;
  box-shadow: none;
  margin: 5px 0px 2px;
  padding: 1px 12px;
  border-right: 4px solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.post-type-product-feed .notice-success,
.post-type-product-feed div.updated {
  border-right-color: #00a32a;
}

.post-type-product-feed .notice-success,
.post-type-product-feed div.error {
  border-right-color: #d63638;
}

.post-type-product-feed .notice-success,
.post-type-product-feed div.notice-error {
  border-right-color: #d63638;
}

.post-type-product-feed .wrap .add-new-h2,
.post-type-product-feed .wrap .add-new-h2:active,
.post-type-product-feed .wrap .page-title-action,
.post-type-product-feed .wrap .page-title-action:active {
  border: 1px solid #56b2fb;
  border-radius: 5px;
  color: #fff;
  background: #56b2fb;
  cursor: pointer;
}

.post-type-product-feed .wrap .add-new-h2:hover,
.post-type-product-feed .wrap .add-new-h2:active:hover,
.post-type-product-feed .wrap .page-title-action:hover,
.post-type-product-feed .wrap .page-title-action:active:hover {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #3c3c3c;
  cursor: pointer;
}

.post-type-product-feed .wrap .page-title-action:focus {
  border-color: #56b2fb;
  box-shadow: 0 0 0 1px #56b2fb;
  outline: 2px solid transparent;
}

.post-type-product-feed #screen-meta-links .show-settings {
  margin-bottom: 20px;
}

.post-type-product-feed.folded .rex-feed-review {
  width: calc(100% - 30px);
}

.post-type-product-feed.folded .rex-feed-review__wrapper {
  max-width: 1434px;
}

.post-type-product-feed .rex-feed-review {
  position: fixed;
  bottom: 0;
  padding: 15px 20px 15px 15px;
  background-color: #ffffff;
  box-shadow: 0px -10px 40px rgba(0, 28, 39, 0.1);
  width: calc(100% - 160px);
  z-index: 12;
  margin-right: -20px;
}

.post-type-product-feed .rex-feed-review__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1310px;
}

.post-type-product-feed .rex-feed-review__content-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-type-product-feed .rex-feed-review__header {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-left: 10px;
}

.post-type-product-feed .rex-feed-review p {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.45;
}

.post-type-product-feed .rex-feed-review__btn-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.post-type-product-feed div#rex_feed_new_changes_msg_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
  border-radius: 10px;
  padding: 15px 20px 15px 15px;
  margin: 0 0 auto;
  border-right: 4px solid #00b4ff;
}

.post-type-product-feed div#rex_feed_new_changes_msg_content .new_changes_msg_content,
.post-type-product-feed div#rex_feed_new_changes_msg_content .request_rating_contnent {
  position: relative;
}

.post-type-product-feed div#rex_feed_new_changes_msg_content .new_changes_msg_content h2,
.post-type-product-feed div#rex_feed_new_changes_msg_content .request_rating_contnent h2 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.post-type-product-feed div#rex_feed_new_changes_msg_content .new_changes_msg_content p,
.post-type-product-feed div#rex_feed_new_changes_msg_content .request_rating_contnent p {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
}

.post-type-product-feed div#rex_feed_new_changes_msg_content .new_changes_msg_content .request_rating_heading,
.post-type-product-feed div#rex_feed_new_changes_msg_content .request_rating_contnent .request_rating_heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-type-product-feed div#rex_feed_new_changes_msg_content .new_changes_msg_content a:focus,
.post-type-product-feed div#rex_feed_new_changes_msg_content .request_rating_contnent a:focus {
  color: #043959;
  box-shadow: 0 0 0 1px transparent, 0 0 2px 1px rgba(79, 148, 212, 0);
  outline: 1px solid transparent;
}

.post-type-product-feed div#rex_feed_new_changes_msg_content .new_changes_msg_content h2 {
  padding-right: 10px;
}

.post-type-product-feed div#rex_feed_new_changes_msg_content {
  padding: 10px 20px 10px 15px;
  margin-top: 20px;
}

.post-type-product-feed div#rex_feed_new_changes_msg_btn,
.post-type-product-feed div#rex_feed_review_request_btn {
  display: flex;
  align-items: center;
}

.post-type-product-feed div#rex_feed_new_changes_msg_btn a,
.post-type-product-feed div#rex_feed_review_request_btn a {
  margin-left: 10px;
}

.post-type-product-feed a#view_changes_btn,
.post-type-product-feed a#rex_rate_now {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background-color: #216df0;
  border: 1px solid #216df0;
  padding: 10px;
}

.post-type-product-feed a#view_changes_btn {
  font-size: 16px;
  text-align: center;
  width: 130px;
}

.post-type-product-feed a#view_changes_btn:hover,
.post-type-product-feed a#rex_rate_now:hover {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #3c3c3c;
}

.post-type-product-feed a#rex_rate_not_now {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 10px;
  font-size: 10pt;
  color: #3c3c3c;
  border-radius: 5px;
}

.post-type-product-feed a#rex_rate_not_now:hover {
  background-color: #216df0;
  border: 1px solid #216df0;
  color: #fff;
}

.post-type-product-feed a#rex_rated_already {
  display: block;
  color: #333333;
  font-size: 14px;
}

.post-type-product-feed a#rex_rated_already:hover {
  color: #56b2fb;
}

.post-type-product-feed #poststuff #post-body.columns-2 {
  margin-left: 370px;
}

.post-type-product-feed div#rex_feed_how_to_guide.postbox {
  border: none;
  margin-bottom: 0;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 {
  float: left;
  margin-left: -370px;
  width: 370px;

}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 div#rex_feed_trigger_based_review_request {
  border: unset;
  border-radius: 10px;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_how_to_guide .postbox-header,
.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_upgrade_notice .postbox-header,
.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant .postbox-header,
.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_file_link .postbox-header,
.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv .postbox-header,
.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_trigger_based_review_request .postbox-header {
  display: none;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox,
.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_file_link.postbox,
.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox {
  padding: 25px 27px;
  position: relative;
  min-width: auto;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 10px;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside,
.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_file_link.postbox .inside,
.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox .inside {
  padding: 0;
  margin: 0;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_how_to_guide.postbox .inside h2 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  padding: 0;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_upgrade_notice.postbox {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  border-radius: 10px;
  padding: 24px 26px;
  border: none;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_upgrade_notice.postbox #rex_feed_features_text h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.16;
  color: #216df0;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #eef4ff;
  text-transform: capitalize;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_upgrade_notice.postbox #rex_feed_features_text .parent li {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 13fr;
  align-items: start;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #697385;
  line-height: 1.4;
  padding-top: 19px;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_upgrade_notice.postbox #rex_feed_features_text .features-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_upgrade_notice.postbox #rex_feed_features_text .features-btn-area a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  line-height: 1.5;
  color: #fff;
  border-radius: 6px;
  margin: 30px auto;
  text-align: center;
  background-color: #216df0;
  border: 1px solid #216df0;
  padding: 10px 50px;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_upgrade_notice.postbox #rex_feed_features_text .features-btn-area a:hover {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #333333;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_upgrade_notice.postbox .inside {
  padding: 0;
  margin: 0;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside .rex_feed_google_merchant_sidebar__content {
  display: none;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside div {
  margin: 5px 0;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside label {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  margin: 8px 0;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside label p {
  color: #fff;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside input[type=text] {
  width: 100%;
  border: 1px solid #dfdbe7;
  min-height: 38px;
  border-radius: 6px;
  background-color: #f6f5fa;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  padding-top: 10px;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside h2 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  padding: 0;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside .google-status a {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  border-radius: 5px;
  margin: 5px 0;
  display: block;
  background-color: #216df0;
  border: 1px solid #216df0;
  padding: 10px;
  text-align: center;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_google_merchant.postbox .inside .google-status a:hover {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #3c3c3c;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_file_link.postbox a {
  background-color: #216df0;
  border: 1px solid #216df0;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  border-radius: 5px;
  margin: 8px 0;
  transition: all 0.3s ease;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_file_link.postbox a i {
  margin-left: 10px;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_file_link.postbox a:hover {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #3c3c3c;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_file_link.postbox .inside {
  padding: 0;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_file_link.postbox .inside h2 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  padding: 0 0 15px;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_file_link.postbox .cmb-row {
  margin: 0;
  padding: 0;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox #major-publishing-actions {
  background-color: #fff;
  display: flex;
  flex-flow: wrap;
  padding: 0;
  justify-content: space-between;
  gap: 10px;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox #major-publishing-actions #publishing-action {
  order: 4;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox #major-publishing-actions #publishing-action .button-primary {
  background-color: #3fb3fb;
  border: 1px solid #3fb3fb;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox #major-publishing-actions #publishing-action .button-primary:hover {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #3c3c3c;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox #major-publishing-actions #publishing-action .spinner {
  display: none;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox #major-publishing-actions #delete-action {
  width: 100%;
  display: flex;
  order: 3;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox #major-publishing-actions button#btn_on_feed {
  background-color: #3fb3fb;
  border: 1px solid #3fb3fb;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  transition: all 0.3s ease;
  order: 4;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #submitdiv.postbox #major-publishing-actions button#btn_on_feed:hover {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #3c3c3c;
  cursor: pointer;
}

.post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_trigger_based_review_request .inside {
  padding: 70px 30px 40px 30px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
  object-fit: cover;
}

.post-type-product-feed #poststuff #post-body.columns-2 #side-sortables {
  width: 370px;
}

.post-type-product-feed #poststuff .postbox-container,
.post-type-product-feed #post-body-content {
  padding-left: 30px;
}

.post-type-product-feed #rex_feed_config_heading #config-table {
  display: none;
}

.post-type-product-feed #rex_feed_config_heading #config-table .select2-container {
  width: 170px !important;
}

.post-type-product-feed #rex_feed_config_heading #config-table tbody tr:nth-child(even) {
  background: #EDEFF1;
}

.post-type-product-feed #rex_feed_config_heading #config-table tbody tr:nth-child(even) input:-webkit-autofill,
.post-type-product-feed #rex_feed_config_heading #config-table tbody tr:nth-child(even) input:-webkit-autofill:hover,
.post-type-product-feed #rex_feed_config_heading #config-table tbody tr:nth-child(even) input:-webkit-autofill:active,
.post-type-product-feed #rex_feed_config_heading #config-table tbody tr:nth-child(even) input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 40px #EDEFF1 inset !important;
}

.post-type-product-feed #rex_feed_config_heading #config-table tbody tr:nth-child(odd) {
  background: #F6F8FA;
}

.post-type-product-feed h5#rex-feed-config-heading {
  display: none;
}

.post-type-product-feed #rex_feed_how_to_guide .inside {
  padding: unset;
  margin: unset !important;
}

/*----02.Add New Feed style --------*/
#rex_feed_head_btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

#rex_feed_head_btn .inside {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 8px 0px 27px 0px;
  padding: 0;
}

#rex_feed_head_btn .inside h2 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  padding: 0;
}

#rex_feed_head_btn .inside .rex-feed-cofig-settings {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 16px;
}

#rex_feed_head_btn .rex-fill-button {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 1.14;
  padding: 12px 20px 12px 17px;
  transition: all 0.5s;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 6px;
}

#rex_feed_head_btn .rex-fill-button svg {
  margin-left: 10px;
  transition: all 0.5s;
}

#rex_feed_head_btn .rex-fill-button:hover {
  color: #fff;
  background: #216df0;
  box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
  transition: all 0.5s;
}

#rex_feed_head_btn #rex-feed-documentation-btn:hover svg path,
#rex_feed_head_btn #rex-feed-troubleshoot-btn:hover svg path {
  fill: #fff;
  transition: all 0.5s;
}

#rex_feed_head_btn #rex-pr-filter-btn:hover svg path {
  stroke: #fff;
  transition: all 0.5s;
}

#rex_feed_head_btn #rex-feed-settings-btn:hover svg path {
  stroke: #fff;
  transition: all 0.5s;
}

#rex_feed_head_btn #rex-feed-settings-btn:hover svg circle {
  stroke: #fff;
  transition: all 0.5s;
}

/*----03.Feed Configuration style --------*/
#rex_feed_google_merchant .postbox-header,
#rex_feed_progress_bar .postbox-header,
#rex_feed_conf .postbox-header,
#rex_feed_config_heading .postbox-header,
#rex_feed_head_btn .postbox-header,
#rex_feed_products_div .postbox-header,
#rex_feed_config_headings {
  display: none;
}

#rex_feed_conf {
  border: 0;
  margin-bottom: 70px;
  background-color: #F6F8FA;
  box-shadow: 0px 1px 2px rgba(19, 44, 88, 0.1);
  border-radius: 10px;
}

#rex_feed_conf .inside {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
  padding: 22px 25px;
  grid-row-gap: 30px;
  grid-column-gap: 50px;
}

#rex_feed_conf .rex_feed_config_div {
  display: grid;
  align-items: center;
  grid-gap: 5px;
}

#rex_feed_conf .rex_feed_config_div input[type=text] {
  border-radius: 10px;
}

#rex_feed_conf .rex_feed_config_div .rex_feed-tooltip p {
  top: 47%;
  right: 36px;
  transform: translateY(-47%);
}

#rex_feed_conf span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

#rex_feed_conf label {
  display: flex;
  justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

#rex_feed_conf label .rex_feed-tooltip svg {
  top: 5px;
  right: 10px;
}

#rex_feed_conf .rex_feed_config_div i {
  position: relative;
  top: 2px;
  padding: 0 10px;
  color: #1eb2fb;
  cursor: pointer;
}

#rex_feed_conf select {
  border-radius: 10px;
  height: 50px;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
}

/*----04.Feed Configuration table style --------*/
#rex_feed_config_heading {
  display: none;
  background-color: transparent;
  border-radius: 10px;
  border: 3px solid #fff;
  box-sizing: border-box;
}

#rex_feed_config_heading .inside {
  margin: 0;
  padding: 0;
}

#rex_feed_config_heading table {
  border-collapse: collapse;
  width: 100%;
}

#rex_feed_config_heading #config-table thead tr {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.08);
  border-radius: 0px 0px 10px 10px;
}

#rex_feed_config_heading #config-table thead tr th {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 16px 10px 16px 10px;
  border-bottom: 1px solid #EDF2F8;
  color: #333333;
}

#rex_feed_config_heading #config-table thead tr th span {
  color: #fe4e4e;
}

#rex_feed_config_heading #config-table thead tr th #rex_feed_type_head,
#rex_feed_config_heading #config-table thead tr th #rex_feed_val_head {
  color: #666666;
}

#rex_feed_config_heading #config-table thead tr th:first-child {
  padding-right: 25px;
}

#rex_feed_config_heading #config-table thead tr th .table-action {
  display: flex;
  gap: 10px;
  position: absolute;
  top: -47px;
  left: 90px;
  color: #ff7d04;
}

#rex_feed_config_heading #config-table thead tr th:last-child {
  padding-left: 25px;
  padding-right: 10px;
  text-align: right;
}

#rex_feed_config_heading #config-table tbody .wpfm-config-table-row-edit-icon-area {
  display: flex;
  gap: 10px;
  align-items: center;
}

#rex_feed_config_heading #config-table tbody .wpfm-config-table-row-edit-icon-area svg {
  display: block;
  margin: 0 auto;
}

#rex_feed_config_heading #config-table tbody .meta-dropdown {
  position: relative;
}

#rex_feed_config_heading #config-table tbody .wpfm-icon-btn {
  width: 30px;
  display: inline-block;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 6px;
  padding: 5px;
}

#rex_feed_config_heading #config-table tbody .delete-row {
  opacity: 0;
}

#rex_feed_config_heading #config-table tbody tr:hover .delete-row {
  opacity: 1;
}

#rex_feed_config_heading #config-table tbody .wpfm-name-cancel {
  margin-left: -5px;
  margin-top: -10px;
}

#rex_feed_config_heading #config-table tbody .wpfm-name-submit,
#rex_feed_config_heading #config-table tbody .wpfm-name-cancel,
#rex_feed_config_heading #config-table tbody .wpfm-config-table-custom-row-edit {
  display: none;
}

#rex_feed_config_heading #config-table tbody .wpfm-config-table-custom-row-edit-submit,
#rex_feed_config_heading #config-table tbody .wpfm-config-table-custom-row-edit-cancel {
  display: block;
}

#rex_feed_config_heading #config-table tbody tr td {
  position: relative;
  vertical-align: text-top;
  padding: 30px 10px 30px;
  min-height: 38px;
}

#rex_feed_config_heading #config-table tbody tr td select.attr-dropdown.disable-custom-id-dropdown {
  position: relative;
  font-weight: 500;
  line-height: 1.2;
  word-wrap: break-word;
  background: #FFFFFF;
  color: #333333;
  border-radius: 5px;
  padding: 12px 13px;
  box-shadow: none;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
  text-shadow: none;
  opacity: 1;
  pointer-events: none;
}

#rex_feed_config_heading #config-table tbody tr td span.select2-selection.select2-selection--single.disable-custom-dropdown .select2-selection__rendered,
#rex_feed_config_heading #config-table tbody tr td span.select2-selection.select2-selection--multiple.disable-custom-dropdown,
#rex_feed_config_heading #config-table tbody tr td span.select2-selection.select2-selection--single.disable-custom-dropdown,
#rex_feed_config_heading #config-table tbody tr td select.type-dropdown.disable-custom-dropdown {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #666666;
  box-shadow: none;
  background: none;
  padding: 0;
  cursor: default;
  opacity: 1;
  pointer-events: none;
  height: 20px;
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .disable-custom-dropdown.select2-selection--multiple:after {
  display: none;
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple.disable-custom-dropdown .select2-selection__rendered .select2-selection__choice {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple.disable-custom-dropdown .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple.disable-custom-dropdown .select2-selection__rendered {
  padding: 0;
}

#rex_feed_config_heading #config-table tbody tr td:first-child {
  padding-right: 25px;
}

#rex_feed_config_heading #config-table tbody tr td:first-child select {
  font-weight: 500;
  color: #333333;
}

#rex_feed_config_heading #config-table tbody tr td:last-child {
  padding-left: 25px;
  text-align: center;
  vertical-align: middle;
}

#rex_feed_config_heading #config-table tbody tr td input {
  width: 100%;
  border: 1px solid #dfdbe7;
  min-height: 40px;
  border-radius: 6px;
  background-color: unset;
  max-width: 190px;
}

#rex_feed_config_heading #config-table tbody tr td input:-webkit-autofill,
#rex_feed_config_heading #config-table tbody tr td input:-webkit-autofill:hover,
#rex_feed_config_heading #config-table tbody tr td input:-webkit-autofill:active,
#rex_feed_config_heading #config-table tbody tr td input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 40px #F6F8FA inset !important;
}

#rex_feed_config_heading #config-table tbody tr td .rex-custom-attribute {
  max-width: 120px;
}

#rex_feed_config_heading #config-table tbody tr td .rex-custom-attribute.disable-custom-id-dropdown {
  position: relative;
  background: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
  word-wrap: break-word;
  color: #333333 !important;
  border-radius: 5px;
  padding: 12px 13px;
  box-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
  text-shadow: none;
  opacity: 1;
  border: none;
}

#rex_feed_config_heading #config-table tbody tr td input.rex-custom-attribute.disable-custom-id-dropdown:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px white inset !important;
}

#rex_feed_config_heading #config-table tbody tr td .attribute-val-static-field.disable-custom-id-dropdown,
#rex_feed_config_heading #config-table tbody tr td .output-limit-field.disable-custom-id-dropdown {
  border: none;
  color: #666666;
  min-height: 20px;
  line-height: 1;
  padding-right: unset;
}

#rex_feed_config_heading #config-table tbody tr td select {
  max-width: 190px;
  min-height: 20px;
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple {
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 6px;
  cursor: text;
  padding-bottom: 0px;
  padding-left: 5px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0 1px 1px rgba(19, 44, 88, 0.12);
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple:after {
  content: "";
  position: absolute;
  left: 12px;
  transition: all 350ms linear;
  cursor: pointer;
  border: solid #666666;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  width: calc(100% - 25px);
  float: right;
  font-weight: 500;
  padding: 1px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  top: -1px;
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #eef4ff;
  border: 1px solid #b0cdff;
  margin-top: 0;
  float: none;
  padding: 0;
  padding-right: 20px;
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border-left: 1px solid #b0cdff;
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
  color: #FE4E4E;
}

#rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--single {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

#rex_feed_config_heading #config-table tbody tr td:nth-child(4) input {
  max-width: 80px;
  background: #F6F8FA;
  border: 1px solid #DADFE4;
  border-radius: 5px;
  margin-bottom: 8px;
  min-height: 30px;
}

#rex_feed_config_heading #config-table tbody tr td:nth-child(4) input:last-child {
  margin-bottom: 0;
}

#rex_feed_config_heading #config-table tbody tr td:nth-child(6) input {
  max-width: 80px;
}

#rex_feed_config_heading #config-table tbody tr td:nth-child(5) {
  position: relative;
}

#rex_feed_config_heading #config-table tbody tr td:nth-child(5) .select2-container .select2-selection--multiple {
  min-height: 20px;
}

#rex_feed_config_heading #config-table tbody tr td:nth-child(5) input {
  width: 60%;
}

#rex_feed_config_heading #config-table tbody tr td:nth-child(5) .output-count-area {
  position: relative;
}

#rex_feed_config_heading #config-table tbody tr td:nth-child(5) .rex-product-picker-count {
  position: absolute;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% - 160px);
  color: #fff;
  background: rgba(35, 40, 45, 0.7);
  z-index: 1;
  padding: 1px 3px;
  font-size: 12px;
  line-height: normal;
  border-radius: 5px;
}

#rex_feed_config_heading #rex-feed-footer-btn {
  background-color: white;
  padding: 20px 25px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-btn {
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
}

#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-btn svg {
  vertical-align: sub;
  transition: all 0.3s ease;
}

#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-btn:hover svg path {
  stroke: #333333;
}

#rex_feed_config_heading #rex-feed-footer-btn .bottom-preview-btn,
#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-attr {
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
}

#rex_feed_config_heading #rex-feed-footer-btn .bottom-preview-btn svg,
#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-attr svg {
  vertical-align: sub;
  transition: all 0.3s ease;
}

#rex_feed_config_heading #rex-feed-footer-btn .bottom-preview-btn svg path,
#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-attr svg path {
  stroke: #333333;
}

#rex_feed_config_heading #rex-feed-footer-btn .bottom-preview-btn:hover svg path,
#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-attr:hover svg path {
  stroke: #fff;
}

#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-attr,
#rex_feed_config_heading #rex-feed-footer-btn .bottom-preview-btn {
  background-color: #eef4ff;
  border: 1px solid #b0cdff;
  color: #333333;
  border-radius: 10px;
}

#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-attr:hover,
#rex_feed_config_heading #rex-feed-footer-btn .bottom-preview-btn:hover {
  background-color: #216df0;
  border: 1px solid #216df0;
  color: #fff;
}

#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-btn {
  background-color: #216df0;
  border: 1px solid #216df0;
  border-radius: 10px;
}

#rex_feed_config_heading #rex-feed-footer-btn .rex-new-custom-btn:hover {
  background-color: #eef4ff;
  border: 1px solid #b0cdff;
  color: #333333;
}

#rex_feed_config_heading #rex-feed-footer-btn .rex-feed-publish-btn .rex-new-custom-btn {
  letter-spacing: 0.2px;
  margin-left: 0;
  padding: 0 40px;
}

#rex_feed_config_heading .rex_cat_map {
  position: absolute;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #216df0;
  outline: 0;
}

.rex-feed-publish-btn,
.rex-feed-attr-btn-area {
  display: flex;
  align-items: center;
  flex-flow: wrap row;
  gap: 15px;
}

#rex_feed_progress_bar.postbox {
  position: relative;
  min-width: 255px;
  border: 0;
  background: #ffffff;
  box-shadow: 0px 15px 20px rgba(202, 202, 224, 0.25);
  border-radius: 10px;
  display: none;
  margin-top: -50px;
  margin-bottom: 70px;
}

/*----05.Progress bar style --------*/
#rex_feed_progress_bar.postbox .inside {
  padding: 10px;
  line-height: 1.4;
  font-size: 14px;
}

#rex_feed_progress_bar.postbox .inside .rex-feed-progressbar {
  position: relative;
}

#rex_feed_progress_bar.postbox .inside .rex-feed-progressbar .progressbar-bar-percent {
  position: absolute;
  z-index: 11;
  left: 10px;
  top: 5px;
}

#rex_feed_progress_bar.postbox .inside .progress-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

#rex_feed_progress_bar.postbox .inside .progress-msg .feed-msg {
  color: #1fb3fa;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

#rex_feed_progress_bar.postbox .inside .progress-msg .feed-msg i {
  margin-left: 10px;
}

/*----06.google merchant style --------*/
#rex_feed_google_merchant.postbox {
  border: 0;
  background: #ffffff;
  box-shadow: 0px 15px 20px rgba(202, 202, 224, 0.247296);
  border-radius: 10px;
}

#rex_feed_google_merchant .inside {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #F6F8FA;
  box-shadow: 0px 15px 20px rgba(202, 202, 224, 0.247296);
  border-radius: 10px;
}

#rex_feed_google_merchant .inside h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  color: #216df0;
  background-color: #fff;
  border-bottom: 1px solid #EDF2F8;
  border-radius: 10px 10px 0px 0px;
  padding: 13px 25px;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 60px;
  padding: 27px 25px;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_target__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_target__content label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 7px;
  text-transform: capitalize;
  display: block;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_target__content input {
  border: 1px solid #dfdbe7;
  border-radius: 6px;
  background-color: #F1F3F5;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_target__content select {
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_target__content select,
#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_target__content input {
  padding: 10px 12px;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .google-status-area {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .google-status-area p.google-status {
  background: #fffcef;
  border: 1px solid #ffefb6;
  border-radius: 7px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #697385;
  padding: 4px 20px;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .google-status-area a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  background: #216df0;
  border: 1px solid #216df0;
  border-radius: 6px;
  transition: all 0.3s ease;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .google-status-area a:hover {
  background-color: #eef4ff;
  border: 1px solid #b0cdff;
  color: #333333;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_desc__area p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #697385;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_desc__area a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  text-decoration: underline;
}

#rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_desc__area .rex_feed_google_desc__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#rex_feed_google_merchant .inside .rex_feed_google_schedule_all__content {
  margin-top: 20px;
}

#rex_feed_google_merchant .inside .rex_feed_google_schedule_all__content label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 7px;
  text-transform: capitalize;
}

#rex_feed_google_merchant .inside .rex_feed_google_schedule_all__content select {
  background-color: #ffffff;
  padding: 10px 12px;
}

.rex-google-shopping {
  position: fixed;
  top: 10px;
  left: 0;
  width: calc(100% - 160px);
  height: 100%;
  z-index: 999;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
}

.rex-google-shopping__wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  border-radius: 0px 20px 20px 20px;
}

.rex-google-shopping__body {
  position: relative;
  padding: 24px 40px 40px 40px;
}

.rex-google-shopping__close-btn {
  position: absolute;
  left: -13px;
  top: -14px;
  display: block;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(110, 66, 211, 0.25);
  border-radius: 100%;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}

.rex-google-shopping__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rex-google-shopping__svg-icon {
  text-align: center;
}

.rex-google-shopping__message-content {
  background-color: #f4f8fe;
  border-radius: 10px;
  margin-top: 10px;
}

.rex-google-shopping__list {
  display: flex;
  padding: 11px 20px 11px 0;
  align-items: center;
  gap: 10px;
}

.rex-google-shopping__list p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #666666;
}

.rex-google-shopping__list:first-child {
  padding-top: 20px;
}

.rex-google-shopping__list:last-child {
  padding-bottom: 20px;
}

.rex-google-shopping__list a {
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.rex-google-shopping__list a:hover {
  text-decoration: underline;
}

.rex-google-shopping__list::before {
  content: "\f105";
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
}

.rex-google-shopping__heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  color: #000000;
}

.rex-google-shopping__notice-area {
  display: flex;
  align-items: center;
  margin: 18px 0 0;
  justify-content: center;
}

.rex-google-shopping__heading--notice {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 0, 0, 0.752);
  text-align: center;
}

.rex-google-shopping__btn-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.rex-google-shopping__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #ffffff;
  background-color: #216df0;
  border: 1px solid #216df0;
  border-radius: 10px;
  padding: 10px 30px;
  transition: all 0.3s ease;
}

.rex-google-shopping__btn:hover {
  color: #fff;
}

.rex-google-shopping__btn--green {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(254, 78, 78, 0.4);
  color: #000000;
}

.rex-google-shopping__btn--green:hover {
  color: #000000;
}

.folded .rex-google-shopping {
  width: calc(100% - 0px);
}

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

.attr-full-name {
  position: absolute;
  bottom: calc(100% + 7px);
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  background: #545454;
  color: #fff;
  padding: 2px 9px;
  border-radius: 4px;
  text-align: center;
  font-size: xx-small;
}

.attr-full-name:before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -6px;
  width: 7px;
  height: 7px;
  background: #545454;
  transform: rotate(-45deg) translateX(50%);
}

#rex_feed_config_heading #config-table tbody tr td .attributes-wrapper::before {
  position: absolute;
  content: "";
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 10px solid #FFFFFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#rex_feed_config_heading #config-table tbody tr.edit-mode td .attributes-wrapper::before {
  display: none;
}

/* Responsive code All product feeds  */
@media (max-width: 2240px) {
  .post-type-product-feed.folded .rex-feed-review__wrapper {
    max-width: 1762px;
  }

  .post-type-product-feed .rex-feed-review__wrapper {
    max-width: 1638px;
  }

  #rex_feed_config_heading #config-table thead tr th .table-action {
    left: 160px;
  }
}

@media (max-width: 1920px) {
  #rex_feed_config_heading #config-table thead tr th .table-action {
    left: 120px;
  }
}

@media (min-width: 1960px) {
  #rex_feed_config_heading #config-table tbody tr td:last-child {
    padding-left: 20px;
  }

  #rex_feed_config_heading #config-table thead tr th:last-child {
    padding-left: 25px;
  }
}

@media (max-width: 1680px) {
  #rex_feed_config_heading #config-table thead tr th .table-action {
    left: 90px;
  }
}

@media (max-width: 1599px) {
  #rex_feed_conf .inside {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px;
    grid-gap: 20px;
  }

  #rex_feed_conf .rex_feed_config_div {
    grid-template-columns: auto;
    grid-gap: 10px;
  }

  /* dash border  layout style */
  .post-type-product-feed #poststuff #post-body.columns-2 {
    margin-left: 270px;
  }

  .post-type-product-feed #rex_feed_config_heading #config-table .select2-container {
    width: 140px !important;
  }

  .post-type-product-feed #post-body.columns-2 #postbox-container-1 {
    float: left;
    margin-left: -270px;
    width: 270px;
  }

  .post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_trigger_based_review_request .inside {
    padding: 35px 30px 40px 30px;
    box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
    background-image: none;
  }

  .post-type-product-feed #post-body.columns-2 #postbox-container-1 div#rex_feed_review_request_body_content {
    flex-direction: column;
  }

  .post-type-product-feed #poststuff #post-body.columns-2 #side-sortables {
    width: 270px;
  }

  .post-type-product-feed #poststuff .postbox-container,
  .post-type-product-feed #post-body-content {
    padding-left: 20px;
  }

  .post-type-product-feed #submitdiv.postbox #major-publishing-actions {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    background: white;
  }

  .post-type-product-feed #submitdiv.postbox #major-publishing-actions #delete-action {
    float: none;
    order: 1;
    width: 100%;
  }

  #rex_feed_config_heading #config-table thead tr th:first-child {
    padding-right: 20px;
  }

  #rex_feed_config_heading #config-table thead tr th:last-child {
    padding-left: 20px;
  }

  #rex_feed_config_heading #config-table tbody tr td:first-child {
    padding-right: 20px;
  }

  #rex_feed_config_heading #config-table tbody tr td:last-child {
    padding-left: 20px;
  }

  #rex_feed_config_heading #config-table tbody tr td a i {
    justify-content: center;
  }

  #rex_feed_config_heading #config-table tbody tr td:nth-child(5) .rex-product-picker-count {
    left: calc(100% - 130px);
  }
}

@media (max-width: 1399px) {
  .post-type-product-feed #rex_feed_config_heading #config-table .select2-container {
    width: 100px !important;
  }

  .rex_feed_google_target__area .select2-container {
    width: 150px !important;
  }

  #rex_feed_config_heading #config-table thead tr th {
    font-size: 12px;
    line-height: 1.1;
    padding: 10px 5px 10px 5px;
  }

  #rex_feed_config_heading #config-table thead tr th:first-child {
    padding-right: 10px;
  }

  #rex_feed_config_heading #config-table thead tr th:last-child {
    padding-left: 10px;
  }

  #rex_feed_config_heading #config-table tbody tr td:first-child {
    padding-right: 10px;
  }

  #rex_feed_config_heading #config-table tbody tr td:last-child {
    padding-left: 10px;
  }

  #rex_feed_config_heading #config-table tbody tr td a i {
    justify-content: center;
  }

  .wp-core-ui #rex_feed_config_heading select {
    font-size: 12px;
  }

  #rex_feed_conf .inside {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .post-type-product-feed #submitdiv.postbox #major-publishing-actions {
    display: grid;
  }

  .post-type-product-feed #post-body.columns-2 #postbox-container-1 #rex_feed_upgrade_notice.postbox #rex_feed_features_text .features-btn-area a {
    margin: 20px auto;
    padding: 10px 40px;
  }

  #rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area {
    gap: 20px;
  }

  #rex_feed_config_heading #config-table tbody tr td {
    padding: 15px 5px 15px;
  }

  #rex_feed_config_heading #config-table tbody tr td select.attr-dropdown.disable-custom-id-dropdown {
    padding: 8px 10px;
    max-width: 100px;
  }

  #rex_feed_config_heading #config-table thead tr th .table-action {
    left: 60px;
  }

  #rex_feed_config_heading #config-table tbody tr td:nth-child(5) .rex-product-picker-count {
    left: calc(100% - 110px);
  }

  #rex_feed_config_heading #config-table tbody tr td .select2-container--default .select2-selection--multiple.disable-custom-dropdown .select2-selection__rendered .select2-selection__choice,
  #rex_feed_config_heading #config-table tbody tr td span.select2-selection.select2-selection--single.disable-custom-dropdown .select2-selection__rendered,
  #rex_feed_config_heading #config-table tbody tr td span.select2-selection.select2-selection--multiple.disable-custom-dropdown,
  #rex_feed_config_heading #config-table tbody tr td span.select2-selection.select2-selection--single.disable-custom-dropdown,
  #rex_feed_config_heading #config-table tbody tr td select.type-dropdown.disable-custom-dropdown {
    font-size: 12px;
    line-height: 1.1;
  }

  #rex_feed_config_heading #config-table tbody tr td span.select2-selection.select2-selection--single.disable-custom-dropdown {
    font-size: 12px;
    line-height: 1.1;
  }

  #rex_feed_config_heading #config-table tbody tr td:nth-child(4) input {
    max-width: 80px;
    min-height: 25px;
  }

  #rex_feed_config_heading #rex-feed-footer-btn {
    padding: 15px 10px;
  }

  #rex_feed_config_heading #config-table tbody tr td:nth-child(5) .rex-product-picker-count {
    left: calc(100% - 100px);
  }
}

@media (max-width: 1199px) {
  #rex_feed_conf .inside {
    grid-template-columns: 1fr;
  }

  #rex_feed_config_heading {
    border: none;
  }

  #rex_feed_config_heading #config-table thead tr th {
    display: none;
  }

  #rex_feed_config_heading #config-table tbody tr {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
  }

  #rex_feed_config_heading #config-table tbody tr td {
    display: block;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: none;
  }

  #rex_feed_config_heading #config-table tbody tr td:first-child {
    padding-right: 0px;
  }

  #rex_feed_config_heading #config-table tbody tr td a i {
    justify-content: center;
  }

  #rex_feed_config_heading #config-table tbody tr td input,
  #rex_feed_config_heading #config-table tbody tr td select {
    max-width: initial;
    width: 100%;
  }

  #rex_feed_config_heading #config-table tbody tr td:before {
    content: "" attr(data-title) "";
    min-width: 100px;
    text-transform: capitalize;
    font-weight: 500;
    color: #222;
    position: absolute;
    top: 0px;
    right: 0;
  }

  #rex_feed_head_btn .inside .rex-feed-cofig-settings {
    gap: 15px;
  }

  #rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .rex_feed_google_target__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #rex_feed_google_merchant .inside .rex_feed_google_schedule_all__content {
    margin-top: 15px;
  }

  #rex_feed_google_merchant .inside .rex_feed_google_merchant_content__area .google-status-area {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 15px;
  }

  #rex_feed_config_heading #config-table tbody tr td:nth-child(6) .rex-product-picker-count {
    top: 80%;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    left: calc(100% - 166px);
  }
}

@media (max-width: 991px) {
  .post-type-product-feed #poststuff #post-body.columns-2 #side-sortables {
    width: 100%;
  }

  .post-type-product-feed .rex-feed-review {
    width: calc(100% - 0px);
    margin-right: -10px;
  }

  .post-type-product-feed.folded .rex-feed-review {
    width: calc(100% - 0px);
    margin-right: -10px;
  }
}

@media (max-width: 480px) {

  /* Add New Feed Section */
  #rex_feed_head_btn .inside h2 {
    font-size: 14px;
  }

  #rex_feed_head_btn #rex-pr-filter-btn {
    display: block;
    margin: 10px 0 10px;
  }

  #rex_feed_head_btn #rex-feed-settings-btn {
    display: block;
    margin: 10px 0;
  }

  #rex_feed_config_heading #rex-feed-footer-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 10px;
    align-items: center;
  }

  #rex_feed_config_heading #rex-feed-footer-btn #rex-new-custom-attr {
    margin-left: 0px;
  }
}

.rex-feed-attr-btn-area .rex-dropdown {
  position: relative;
}

.rex-feed-attr-btn-area .button {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #333333;
  cursor: pointer;
  padding: 6px 25px 6px 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  border: 1px solid #206DEF;
  border-radius: 10px;
  touch-action: manipulation;
}

.rex-feed-attr-btn-area .button .icon-overlay {
  background: #E6EDF8;
  border-radius: 8px;
  padding: 5px 8px;
}

.rex-feed-attr-btn-area .button:hover,
.rex-feed-attr-btn-area .button:focus {
  text-decoration: none;
  color: #333333;
  border-color: #206DEF;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.rex-feed-attr-btn-area .dropdown-menu {
  display: none;
  background: #FFFFFF;
  position: absolute;
  top: 42px;
  right: 0;
  overflow: auto;
  box-shadow: 0px 16px 30px rgba(9, 29, 39, 0.1);
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  padding: 15px;
  z-index: 33;
}

.rex-feed-attr-btn-area .dropdown-menu a:hover {
  letter-spacing: 0.2px;
  text-decoration-line: underline;
  color: #216DF0;
}

.rex-feed-attr-btn-area .dropdown-menu>* {
  padding: 5px 0;
}

.rex-feed-attr-btn-area .open-dropdown {
  display: block;
}

.rex-feed-attr-btn-area svg {
  -moz-transition: transform 0.5s linear;
  -webkit-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transform: rotate(0deg);
}

.rex-feed-attr-btn-area .open-button svg {
  transform: rotate(-180deg);
  transition: transform 0.5s linear;
}

.rex-prefix-dropdown-area {
  visibility: hidden;
}

.rex-prefix-dropdown-area .rex-dropdown {
  position: relative;
  max-width: 300px;
}

.rex-prefix-dropdown-area .button {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  cursor: pointer;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  border: none;
}

.rex-prefix-dropdown-area .button:hover,
.rex-prefix-dropdown-area .button:focus {
  color: #216df0;
  border-color: #216df0;
  text-decoration-line: underline;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.rex-prefix-dropdown-area .dropdown-menu {
  top: 22px;
  min-width: 100px;
  padding: 12px 10px;
  z-index: 1;
}

.rex-prefix-dropdown-area .dropdown-menu p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #444444;
  opacity: 0.7;
  padding: 0;
}

.rex-prefix-dropdown-area .dropdown-menu a:hover {
  letter-spacing: 0.2px;
  text-decoration-line: underline;
  color: #216DF0;
}

.rex-prefix-dropdown-area .dropdown-menu>* {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #444444;
  padding: 5px;
  display: block;
  text-decoration: none;
}

.rex-prefix-dropdown-area .dropdown-on>.dropdown-menu {
  display: block;
}

#rex_feed_config_heading tr.combined-field-edit td:last-child .wpfm-config-table-row-edit-icon-area {
  transform: translateY(-23px);
}

#rex-feed-config-filter .inside,
#rex_feed_product_filters .inside,
#rex-feed-config-rules .inside,
#rex_feed_product_settings .inside {
  margin: 0;
  padding: 0;
}

#rex_feed_product_filters .inside .rex-contnet-filter__header .rex-feed-buttons {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  gap: 20px;
}

#rex_feed_product_filters.postbox,
#rex_feed_product_settings.postbox {
  border: none;
}

#rex_feed_product_filters.show-filters,
#rex_feed_product_settings.show-settings {
  left: 0;
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

#rex_feed_product_settings .rex-contnet-setting-content-area ul#rex_feed_schedule {
  display: block;
}

.rex-contnet-filter__header,
.rex-contnet-setting__header {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 26px 32px 28px;
  z-index: 1;
}

.rex-contnet-setting__header .rex-contnet-filter__cross-icon,
.rex-contnet-filter__header .rex-contnet-filter__cross-icon,
.rex-contnet-setting__header .rex-contnet-setting__close-icon,
.rex-contnet-setting__header .rex-contnet-setting__close-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 22px;
  margin-right: clamp(40px, 5vw, 20px);
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
}

.rex-contnet-filter__header .rex-contnet-filter__close-icon.disabled {
  position: relative;
  background-color: #e7f3f9;
  border: 1px solid transparent;
  color: #3c3c3c;
  cursor: not-allowed;
}

.rex-contnet-filter__header .rex-contnet-filter__close-icon.disabled:hover {
  background-color: #e7f3f9;
  border: 1px solid transparent;
  color: #3c3c3c;
  cursor: not-allowed;
}

.rex-contnet-filter__close-icon {
  position: relative;
  display: inline-block;
}

.dropdown-arrow {
  position: absolute;
  background-color: #2F7BFF;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  bottom: 4px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 43px;
  right: 0;
  overflow: auto;
  min-width: 200px;
  background-color: #ffffff;
  box-shadow: 0px 16px 30px rgba(9, 29, 39, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding: 13px 0;
}

.dropdown-menu li {
  padding: 8px 16px;
}

.show {
  display: block;
}

.dropdown-menu.disabled.show {
  display: none;
}

.dropdown-menu a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #444444;
}

.dropdown-menu a:hover {
  color: #1eb2fb;
  text-decoration: underline;
}

.rex-contnet-filter__header .rex-contnet-filter__close-icon {
  display: block;
  padding: 16px 17px 16px 16px;
  height: 44px;
  cursor: pointer;
  position: relative;
  font-family: "Roboto";
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
  line-height: 10px;
  background: #216DF0;
  color: #fff;
  letter-spacing: 0.2px;
  transition: all 0.5s ease-in-out;
}

.rex-contnet-filter__header .rex-contnet-filter__close-icon:hover {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 10px;
  color: #3c3c3c;
  cursor: pointer;
}

.rex-contnet-filter__header .rex-contnet-filter__close-icon .wpfm-pro-tag {
  top: -3px;
  right: 20px;
  transform: translateY(-50%);
  background-color: #216DF0;
  border: 1.5px solid #EDEFF1;
  color: #fff;
}

#rex_feed_product_settings,
#rex_feed_product_filters {
  position: fixed;
  top: 32px;
  left: -190px;
  background: #EDEFF1;
  box-shadow: 3px 3px 3px rgba(150, 141, 169, 0.1);
  z-index: 13;
  width: 68.5vw;
  height: calc(100vh - 32px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

#rex_feed_product_settings .postbox-header,
#rex_feed_product_filters .postbox-header {
  display: none;
}

.post-type-product-feed #rex_feed_product_settings .select2-container .select2-selection--single {
  height: 40px;
}

/*----01.rex feed product settings style --------*/
#rex_feed_product_settings input[type=checkbox],
#rex_feed_product_settings input[type=radio] {
  border: 1px solid #c3c4cf;
  margin: 0;
}

#rex_feed_product_settings input[type=radio]:checked::before {
  content: "";
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.1875rem;
  background-color: #216DF0;
  line-height: 1.14285714;
}

#rex_feed_product_settings input[type=radio]:focus {
  border-color: #216DF0;
  box-shadow: 0 0 0 1px #216DF0;
  outline: 2px solid transparent;
}

#rex_feed_product_settings .rex-contnet-setting-content-area {
  width: 100%;
  height: 100%;
  padding: 31px 27px 90px 31px;
  overflow: hidden;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_schedule {
  display: flex;
  flex-flow: column;
  gap: 21px;
  background-color: #f7f7fa;
  padding: 22px 19px 22px 25px;
  border-radius: 10px;
  margin-bottom: 25px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_update_on_product_change {
  display: flex;
  gap: 30px;
  align-items: center;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_analytics_params_options,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_variable_product_area,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_skip_product_area,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_include_out_of_stock,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_country_list_area {
  display: flex;
  flex-flow: row wrap;
  background-color: #f7f7fa;
  border-radius: 10px;
  margin-bottom: 25px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_country_list_area,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_currency_switcher_area {
  background-color: #f7f7fa;
  border-radius: 10px;
  margin-bottom: 25px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_wmc_currency,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_wcml_currency,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_aelia_currency .rex_feed_woocs_currency {
  display: flex;
  flex-flow: row wrap;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_country_list_content,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_tax_rate_content,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_wcml_currency,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_aelia_currency,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_woocs_currency,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_wmc_currency {
  display: grid;
  grid-template-columns: 1fr 1.67fr;
  align-items: center;
  gap: 18px;
  padding: 25px 19px 25px 25px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_analytics_params_options {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 19px 25px 50px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_analytics_params_options .rex_feed_analytics_params_content {
  display: flex;
  width: calc(48% - 20px);
  justify-content: space-between;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_analytics_params_options span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  color: #6f6f6f;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_analytics_params {
  display: block;
  background-color: #f7f7fa;
  border-radius: 10px;
  padding: 25px 19px 25px 50px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_analytics_params>label {
  display: block;
  margin-bottom: 20px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_analytics_params ul {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_analytics_params li {
  display: grid;
  flex-flow: row;
  align-items: center;
  padding-left: 0;
  gap: 15px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_analytics_params li input {
  width: 100%;
  min-height: 38px;
  background-color: #F1F3F5;
  border: 1px solid #dadaef;
  border-radius: 5px;
  vertical-align: middle;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_zip_code input,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_zip_code select,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_country_list_content input,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_country_list_content select,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_tax_rate_content input,
#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_tax_rate_content select {
  min-height: 38px;
  max-width: 65%;
}

#rex_feed_product_settings .rex-contnet-setting-content-area ul label,
#rex_feed_product_settings .rex-contnet-setting-content-area label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}

#rex_feed_product_settings .rex-contnet-setting-content-area label {
  font-weight: 500;
  color: #333333;
}

#rex_feed_product_settings .rex-contnet-setting-content-area ul label {
  font-weight: 400;
  color: #666666;
}

#rex_feed_product_settings .rex-contnet-setting-content-area i {
  font-size: 14px;
  color: #1eb2fb;
  padding-right: 6px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area ul {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

#rex_feed_product_settings .rex-contnet-setting-content-area ul li {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 10px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area ul#rex_feed_schedule {
  display: flex;
  align-items: center;
  gap: 20px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_custom_time_fields {
  display: none;
  padding-bottom: unset;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_custom_time_fields select {
  width: 164px;
  height: 36px;
  background: #f2f2f9 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;
  border: 1px solid #dadaef;
  border-radius: 5px;
  color: #787879;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_custom_time_fields label {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 16px;
  color: #939394;
  padding-right: 11px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .pl-10 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-left: 1px solid #e8e8f5;
  padding: 25px 19px 25px 50px;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_zip_code.pl-10 {
  border-left: none;
}

#rex_feed_product_settings .rex-contnet-setting-content-area .pr-10 {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  padding: 25px 50px 25px 25px;
}

#rex_feed_product_settings a#rex_pr_settings_save_btn {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-top: 25px;
  width: 143px;
  margin-right: auto;
  background: #1eb2fb;
  border-radius: 10px;
  padding: 20px;
}

/**************************** rex feed product filter area ********************************/
.rex-contnet-setting__icon {
  display: flex;
  align-items: center;
}

.rex-content-filter__area label {
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.inside .rex-contnet-setting__icon h2 {
  font-size: 18px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 1.6 !important;
  padding: 0px 10px 0 0 !important;
}

.rex-content-filter__area label i {
  color: #1eb2fb;
}

#rex_feed_product_filters .rex-content-filter__area {
  display: grid;
  grid-template-columns: 1fr 7fr;
  align-items: center;
  padding: 22px 30px;
  background-color: #E4E6E9;
}

#rex_feed_product_filters select#rex_feed_products {
  border-radius: 10px;
  height: 50px;
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(190, 190, 215, 0.2);
  max-width: 250px;
}

.rex__filter-table {
  border: 1px solid #dfdbe7;
  border-radius: 10px;
  background: #fff;
}

.rex-feed-filer-rules-header,
.filer-rules-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  line-height: 16px;
  color: #333333;
}


#rex-feed-settings-save-changes,
#rex-feed-product-filter-save-changes {
  padding: 0px 30px 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}

#rex-feed-settings-save-changes button,
#rex-feed-product-filter-save-changes button {
  display: block;
  padding: 16px 16px 16px 17px;
  height: 44px;
  cursor: pointer;
  position: relative;
  font-family: "Roboto";
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  line-height: 10px;
  background: #216DF0;
  color: #fff;
  letter-spacing: 0.2px;
  transition: all 0.5s ease-in-out;
}

#rex-feed-settings-save-changes button:hover,
#rex-feed-product-filter-save-changes button:hover {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 10px;
  color: #3c3c3c;
  cursor: pointer;
}

#rex-feed-settings-save-changes {
  padding: 30px 0px 20px;
}

#rex-feed-config-rules,
#rex-feed-config-filter {
  padding: 30px 30px 20px;
}

#rex-feed-config-rules .select2-container,
#rex-feed-config-filter .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

#rex-feed-config-rules table,
#rex-feed-config-filter table {
  border-collapse: collapse;
  width: 100%;
}

#rex-feed-config-rules table thead,
#rex-feed-config-filter table thead {
  border-radius: 10px;
  background-color: #f7f7fa;
}

#rex-feed-config-rules table thead th,
#rex-feed-config-filter table thead th {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  color: #333333;
  padding: 15px 11px 15px 0;
  border-bottom: 1px solid #dfdbe7;
}

#rex-feed-config-rules table thead th:first-of-type,
#rex-feed-config-filter table thead th:first-of-type {
  border-top-right-radius: 10px;
}

#rex-feed-config-rules table thead th:last-of-type,
#rex-feed-config-filter table thead th:last-of-type {
  border-top-left-radius: 10px;
}

#rex-feed-config-rules table thead th span,
#rex-feed-config-filter table thead th span {
  color: #fe4e4e;
}

#rex-feed-config-rules table thead th #rex_feed_type_head,
#rex-feed-config-rules table thead th #rex_feed_val_head,
#rex-feed-config-filter table thead th #rex_feed_type_head,
#rex-feed-config-filter table thead th #rex_feed_val_head {
  color: #666666;
}

#rex-feed-config-rules table thead th:first-child,
#rex-feed-config-filter table thead th:first-child {
  padding-right: 25px;
}

#rex-feed-config-rules table thead th:last-child,
#rex-feed-config-filter table thead th:last-child {
  padding-left: 25px;
  text-align: left;
}

#rex-feed-config-rules table tbody tr td,
#rex-feed-config-filter table tbody tr td {
  padding: 20px 10px 20px;
  min-height: 38px;
  border-color: #dfdbe7;
  border-radius: 6px;
  background-color: unset;
}

#rex-feed-config-rules table tbody tr td select,
#rex-feed-config-filter table tbody tr td select {
  background-color: unset;
}

#rex-feed-config-rules table tbody tr td input,
#rex-feed-config-filter table tbody tr td input {
  max-width: 87px !important;
}

#rex-feed-config-rules table tbody tr td:nth-child(2),
#rex-feed-config-filter table tbody tr td:nth-child(2) {
  max-width: 202px;
  padding-left: 30px;
}

#rex-feed-config-rules table tbody tr td:nth-child(1) input,
#rex-feed-config-rules table tbody tr td:nth-child(3) input,
#rex-feed-config-rules table tbody tr td:nth-child(6) input,
#rex-feed-config-filter table tbody tr td:nth-child(1) input,
#rex-feed-config-filter table tbody tr td:nth-child(3) input,
#rex-feed-config-filter table tbody tr td:nth-child(6) input {
  background: #f7f7fa;
  width: 100%;
  min-height: 38px;
  border-color: #dfdbe7;
}

#rex-feed-config-rules table tbody tr td:first-child,
#rex-feed-config-filter table tbody tr td:first-child {
  padding-right: 25px;
  max-width: 202px;
}

#rex-feed-config-rules table tbody tr td:last-child,
#rex-feed-config-filter table tbody tr td:last-child {
  padding-left: 34px;
  text-align: left;
}

#rex-feed-config-rules table tbody tr td a i,
#rex-feed-config-filter table tbody tr td a i {
  font-size: 20px;
  color: #fe4e4e;
  display: flex;
  align-items: center;
  justify-content: center;
}

#rex-feed-config-rules a#rex-new-rules,
#rex-feed-config-rules a#rex-new-custom-rules,
#rex-feed-config-rules a#rex-new-filter,
#rex-feed-config-filter a#rex-new-rules,
#rex-feed-config-filter a#rex-new-custom-rules,
#rex-feed-config-filter a#rex-new-filter {
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
  line-height: 16px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3fb3fb;
  border: 1px solid #3fb3fb;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}

#rex-feed-config-rules a#rex-new-rules svg,
#rex-feed-config-rules a#rex-new-custom-rules svg,
#rex-feed-config-rules a#rex-new-filter svg,
#rex-feed-config-filter a#rex-new-rules svg,
#rex-feed-config-filter a#rex-new-custom-rules svg,
#rex-feed-config-filter a#rex-new-filter svg {
  vertical-align: sub;
  transition: all 0.3s ease;
}

#rex-feed-config-rules a#rex-new-rules svg path,
#rex-feed-config-rules a#rex-new-custom-rules svg path,
#rex-feed-config-rules a#rex-new-filter svg path,
#rex-feed-config-filter a#rex-new-rules svg path,
#rex-feed-config-filter a#rex-new-custom-rules svg path,
#rex-feed-config-filter a#rex-new-filter svg path {
  stroke: #fff;
}

#rex-feed-config-rules a#rex-new-rules:hover,
#rex-feed-config-rules a#rex-new-custom-rules:hover,
#rex-feed-config-rules a#rex-new-filter:hover,
#rex-feed-config-filter a#rex-new-rules:hover,
#rex-feed-config-filter a#rex-new-custom-rules:hover,
#rex-feed-config-filter a#rex-new-filter:hover {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #eaeaea;
}

#rex-feed-config-rules a#rex-new-rules:hover svg path,
#rex-feed-config-rules a#rex-new-custom-rules:hover svg path,
#rex-feed-config-rules a#rex-new-filter:hover svg path,
#rex-feed-config-filter a#rex-new-rules:hover svg path,
#rex-feed-config-filter a#rex-new-custom-rules:hover svg path,
#rex-feed-config-filter a#rex-new-filter:hover svg path {
  stroke: #000;
}

#rex-feed-config-rules a#rex-new-attr,
#rex-feed-config-filter a#rex-new-attr {
  color: #fff;
  border: none;
  background: #1eb2fb;
  border-radius: 10px;
  display: block;
  margin: 20px auto 0 0;
  width: 200px;
}

#rex-feed-config-rules a#rex-new-attr svg,
#rex-feed-config-filter a#rex-new-attr svg {
  vertical-align: sub;
  transition: all 0.3s ease;
}

#rex-feed-config-rules a#rex-new-attr svg path,
#rex-feed-config-filter a#rex-new-attr svg path {
  stroke: #fff;
}

#rex-feed-config-rules .select2-container {
  width: 150px !important;
}

#rex-feed-config-rules table tbody tr td .rex-feed-rule-static {
  width: unset;
  min-height: unset;
  background: #f7f7fa;
  border-color: #dfdbe7;
}

#rex-feed-featured-product,
#rex-feed-published-product {
  width: 100%;
  height: 100%;
  padding: 30px;
}

#rex-feed-featured-product .rex-feed-published-product__content,
#rex-feed-featured-product .rex-feed-featured-product__content,
#rex-feed-published-product .rex-feed-published-product__content,
#rex-feed-published-product .rex-feed-featured-product__content {
  display: flex;
  align-items: center;
  justify-content: right;
  background-color: #f7f7fa;
  padding: 20px 15px;
}

#rex-feed-featured-product .rex-feed-published-product__content h2,
#rex-feed-featured-product .rex-feed-featured-product__content h2,
#rex-feed-published-product .rex-feed-published-product__content h2,
#rex-feed-published-product .rex-feed-featured-product__content h2 {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents {
  width: 100%;
  height: 100%;
  padding: 30px;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  background-color: #f7f7fa;
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags .rex-feed-product-cats,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags .rex-feed-product-tags,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats .rex-feed-product-cats,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats .rex-feed-product-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags .rex-feed-product-cats a,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags .rex-feed-product-tags a,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats .rex-feed-product-cats a,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats .rex-feed-product-tags a {
  font-size: 14px;
  font-weight: 500;
  color: #3273dc;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags .rex-feed-product-cats a:hover,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags .rex-feed-product-tags a:hover,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats .rex-feed-product-cats a:hover,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats .rex-feed-product-tags a:hover {
  text-decoration: underline;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags ul label,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags label,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats ul label,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags label,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats label {
  font-weight: 500;
  color: #333333;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags ul label,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats ul label {
  font-weight: 400;
  color: #666666;
  padding-right: 5px;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags i,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats i {
  font-size: 14px;
  color: #1eb2fb;
  padding-right: 6px;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags ul,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats ul {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}

#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags #rex_feed_cats_check_all_btn,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags #rex_feed_tags_check_all_btn,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats #rex_feed_cats_check_all_btn,
#rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats #rex_feed_tags_check_all_btn {
  margin-right: 40px;
}

.rex-feed-product-taxonomies-spinner {
  margin: 50px auto 0;
  text-align: center;
}

.rex-feed-product-filter-ids__area {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.rex-feed-product-filter-ids__area .rex-feed-product-filter-ids {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.rex-feed-product-filter-ids__area .rex-feed-product-filter-ids a {
  font-size: 14px;
  font-weight: 500;
}

.rex-feed-product-filter-ids__area .rex-feed-product-filter-ids a:hover {
  text-decoration: underline;
}

.rex-feed-product-filter-ids__area label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.14;
  color: #333333;
}

.rex-feed-product-filter-ids__area .select2-container {
  width: 100% !important;
}

.rex-feed-product-filter-ids__area .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0;
}

.rex-feed-product-filter-ids__area .select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
  cursor: text;
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rex-feed-product-filter-ids__area .product_filter_condition {
  margin-top: 10px;
}

.rex-feed-product-filter-ids__area .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 10px;
  border: 1px solid #C7D3E4;
  border-radius: 6px;
  cursor: text;
  background-color: #f6f5fa;
}

.rex-feed-product-filter-ids__area .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 0;
}

.rex-feed-product-filter-ids__area .rex-feed-product-filter-selected__area .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: auto;
  padding: 0;
}

.rex-feed-product-filter-ids__area .rex-feed-product-filter-selected__area .select2-container .select2-search--inline .select2-search__field {
  position: relative;
  top: 8px;
  margin-top: 5px;
  margin-right: 15px;
}

.rex-feed-product-filter-ids__area .rex-feed-product-filter-selected__area .rex-feed-product-search-wrapper .select2-container {
  border: 1px solid #C7D3E4;
  border-radius: 6px;
  cursor: text;
  background-color: #f6f8fa;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.rex-feed-product-filter-ids__area .rex-feed-product-filter-selected__area .rex-feed-product-search-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.rex-feed-product-filter-ids__area .rex-feed-product-filter-selected__area .rex-feed-product-search-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: inline;
}

/* Responsive Setting and Filters feeds  */
@media (max-width: 1470px) {

  #rex_feed_product_settings,
  #rex_feed_product_filters {
    width: 82vw;
  }
}

@media (max-width: 1399px) {

  #rex_feed_product_filters,
  #rex_feed_product_settings {
    max-width: 920px;
  }

  #rex-feed-config-rules .select2-container {
    width: 120px !important;
  }

  #rex_feed_product_filters .rex-content-filter__area {
    grid-template-columns: 1.5fr 6fr;
  }

  .rex-feed-product-filter-ids__area {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  #rex_feed_conf .inside {
    grid-template-columns: 1fr 1fr;
  }

  #rex_feed_product_settings,
  #rex_feed_product_filters {
    width: 73vw;
  }

  #rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-tags ul,
  #rex-feed-product-taxonomies #rex-feed-product-taxonomies-contents #rex-feed-product-cats ul {
    grid-template-columns: repeat(4, 1fr);
  }

  #rex-feed-config-rules #config-table tbody tr td:first-child #rex-feed-config-filter #config-table tbody tr td:first-child {
    padding-right: 0;
  }

  #rex-feed-config-rules #config-table tbody tr,
  #rex-feed-config-filter #config-table tbody tr {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
  }

  #rex-feed-config-rules #config-table tbody tr td,
  #rex-feed-config-filter #config-table tbody tr td {
    display: block;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: none;
  }

  #rex-feed-config-rules #config-table tbody tr td:first-child,
  #rex-feed-config-filter #config-table tbody tr td:first-child {
    max-width: none;
  }

  #rex-feed-config-rules #config-table tbody tr td:nth-child(2),
  #rex-feed-config-filter #config-table tbody tr td:nth-child(2) {
    max-width: none;
  }

  #rex-feed-config-rules #config-table thead tr th,
  #rex-feed-config-filter #config-table thead tr th {
    display: none;
  }

  #rex-feed-config-rules #config-table tbody tr td input,
  #rex-feed-config-rules #config-table tbody tr td select,
  #rex-feed-config-filter #config-table tbody tr td input,
  #rex-feed-config-filter #config-table tbody tr td select {
    max-width: initial;
    width: 100%;
  }

  #rex-feed-config-rules #config-table tbody tr td:before,
  #rex-feed-config-filter #config-table tbody tr td:before {
    content: "" attr(data-title) "";
    min-width: 100px;
    text-transform: capitalize;
    font-weight: 500;
    color: #222;
    position: absolute;
    top: 0px;
    right: 0;
  }

  /* This is a  setting page */
  #rex_feed_product_settings .rex-contnet-setting-content-area {
    padding: 27px 27px 40px 27px;
  }

  #rex_feed_product_settings .rex-contnet-setting-content-area .pl-10 {
    padding: 20px 19px 20px 30px;
  }

  #rex_feed_product_settings .rex-contnet-setting-content-area .pr-10 {
    padding: 20px 30px 20px 19px;
  }

  #rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_wmc_currency {
    padding: 20px 19px 20px 19px;
  }

  #rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_wcml_currency,
  #rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_aelia_currency,
  #rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_woocs_currency,
  #rex_feed_product_settings .rex-contnet-setting-content-area .rex_feed_wmc_currency {
    padding: 20px 19px 20px 25px;
  }
}

@media (max-width: 991px) {

  #rex_feed_product_settings,
  #rex_feed_product_filters {
    width: 94.5vw;
  }

  #rex_feed_product_settings input[type=radio] {
    height: 1rem;
    width: 1rem;
  }

  #rex_feed_product_filters .rex-content-filter__area {
    grid-template-columns: 2fr 6fr;
  }
}

@media (max-width: 767px) {
  #rex_feed_conf .inside {
    grid-template-columns: 1fr;
  }

  .rex-contnet-setting__header {
    padding: 20px;
  }

  #rex_feed_product_settings .rex-contnet-setting-content-area {
    padding: 20px;
  }

  #rex_feed_product_settings .rex-contnet-setting-content-area div {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  #rex_feed_product_settings .rex-contnet-setting-content-area ul {
    display: grid;
    align-items: center;
    grid-gap: 10px;
  }

  #rex_feed_product_filters .rex-content-filter__area {
    grid-template-columns: 3fr 6fr;
  }

  .rex-feed-product-filter-ids__area {
    display: block;
  }
}

/*----06.log-viewer style --------*/
.wpfm-log #log-viewer #wpfm-log-copy {
  margin: 10px 0;
}

.wpfm-log #log-viewer pre {
  background-color: transparent;
}

.wpfm-log #log-viewer i {
  margin-left: 10px;
}

.wpfm-pro-tag {
  position: absolute;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #216DF0;
  line-height: 1;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 1.5px solid #216DF0;
  border-radius: 10px;
  padding: 3px 8px 3px;
  z-index: 1;
}

.rex-setup-wizard-area {
  background-image: linear-gradient(-265.11deg, #ffffff -9.97%, rgba(244, 248, 253, 0) 100.85%);
  margin-top: 30px;
}

.rex-setup-wizard-area h1 {
  font-size: calc(35px + 17 * (100vw - 320px) / 1600);
  line-height: 1.2;
}

.rex-setup-wizard-area h2 {
  font-size: calc(30px + 20 * (100vw - 320px) / 1600);
  line-height: 1.32;
}

.rex-setup-wizard-area h3 {
  font-size: calc(25px + 23 * (100vw - 320px) / 1600);
  line-height: 1.27;
}

.rex-setup-wizard-area h4 {
  font-size: calc(23px + 9 * (100vw - 320px) / 1600);
  line-height: 1.4;
}

.rex-setup-wizard-area h5 {
  font-size: calc(22px + 6 * (100vw - 320px) / 1600);
  line-height: 1.1;
}

.rex-setup-wizard-area h6 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: 1.3;
}

.rex-setup-wizard-area p {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #6c798f;
}

.rex-setup-wizard-area a {
  color: #1fb3fa;
}

.rex-setup-wizard-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rex-setup-wizard-area button {
  outline: none;
}

.rex-setup-wizard-area a:hover,
.rex-setup-wizard-area a:active,
.rex-setup-wizard-area a:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

.rex-setup-wizard-area h1,
.rex-setup-wizard-area h2,
.rex-setup-wizard-area h3,
.rex-setup-wizard-area h4,
.rex-setup-wizard-area h5,
.rex-setup-wizard-area h6,
.rex-setup-wizard-area p,
.rex-setup-wizard-area figure,
.rex-setup-wizard-area a {
  margin: 0px;
}

.rex-setup-wizard-area h1,
.rex-setup-wizard-area h2,
.rex-setup-wizard-area h3,
.rex-setup-wizard-area h4,
.rex-setup-wizard-area h5,
.rex-setup-wizard-area h6 {
  font-family: "Outfit", sans-serif;
  color: #062458;
}

.rex-setup-wizard-area h1,
.rex-setup-wizard-area h2,
.rex-setup-wizard-area h3 {
  font-weight: 600;
}

@media (min-width: 2000px) {
  .rex-setup-wizard-area h1 {
    font-size: 70px;
  }

  .rex-setup-wizard-area h2 {
    font-size: 58px;
  }

  .rex-setup-wizard-area h3 {
    font-size: 48px;
  }

  .rex-setup-wizard-area h4 {
    font-size: 40px;
  }
}

@media (min-width: 1400px) {
  .rex-setup-wizard-area .rex-setup-wizard__content {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
  }
}

.rex-setup-wizard-area .rex-setup-wizard__content {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.rex-setup-wizard-area .wizard-btn {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #216df0;
  border: none;
  border-radius: 15px;
  transition: all 0.5s;
  margin: 0 15px;
}

.rex-setup-wizard-area .wizard-btn a {
  display: block;
  color: #ffffff;
  padding: 20px 39px;
}

.rex-setup-wizard-area .wizard-btn:hover {
  background-color: #00b4ff;
}

.rex-setup-wizard-hero-area {
  background-image: url("../icon/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 20px 0 110px;
}

.rex-setup-wizard__button {
  display: block;
  margin: 0 auto 70px 0;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(4, 29, 71, 0.2);
  border-radius: 10px;
  font-size: 14px;
  border: none;
  padding: 11px 15px;
}

.rex-setup-wizard__button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #062458;
  font-size: 14px;
}

.rex-setup-wizard__button a svg {
  margin-right: 10px;
}

.rex-setup-wizard__content-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
  align-items: center;
}

.rex-setup-wizard__content-area span {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(6, 36, 88, 0.6);
}

.rex-setup-wizard__content-area h6 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.13;
  color: #216df0;
  margin: 30px 0;
}

.rex-setup-wizard__content-area p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #6c798f;
  margin: 20px 0 30px;
}

.rex-setup-wizard__content-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rex-setup-wizard__content-area form .rex-setup-wizard__search-from__input {
  border-radius: 10px;
  background: #ffffff;
  border: 1.5px solid #216df0;
  box-shadow: 0px 10px 60px rgba(16, 36, 71, 0.1);
  padding: 8px 20px 8px 9px;
}

.rex-setup-wizard__content-area form button {
  background: #216df0;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  padding: 17px 18px;
  color: #ffffff;
  cursor: pointer;
}

.rex-setup-wizard__content-area form span.select2-container {
  width: calc(100% - 20px) !important;
  max-width: 330px;
}

.rex-setup-wizard__video-area {
  margin-left: -100px;
}

.rex-setup-wizard__video-area iframe {
  width: 100%;
  position: relative;
  top: inherit;
  right: inherit;
  max-width: 790px;
  min-height: 405px;
}

.product-feed_page_setup-wizard .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 2.2;
  color: #002b74;
  padding: 0;
  text-transform: initial;
  letter-spacing: 0;
}

.product-feed_page_setup-wizard .select2-container--default .select2-selection--single {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1.5px solid #216df0;
  box-shadow: 0px 10px 60px rgba(16, 36, 71, 0.1);
  padding: 8px 20px 8px 9px;
  min-height: 64px;
}

.product-feed_page_setup-wizard .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #002b74 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  height: 0;
  right: 50%;
  margin-right: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.product-feed_page_setup-wizard .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 28%;
  left: 4%;
  width: 20px;
}

.product-feed_page_setup-wizard .select2-results__option {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}

.product-feed_page_setup-wizard .select2-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 30px rgba(9, 29, 39, 0.1);
}

.product-feed_page_setup-wizard .select2-search--dropdown {
  display: block;
  padding: 10px;
}

.product-feed_page_setup-wizard .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dfdbe7 !important;
  background-color: #f6f5fa !important;
}

.product-feed_page_setup-wizard .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #575757;
  background-color: #EDEFF1;
}

/* The outer-div to move the elements */
.box-video {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 20px 120px rgba(3, 2, 53, 0.3);
  border-radius: 14px;
  right: 105px;
}

/* Set Cover aka Background-Image */
.box-video .bg-video {
  background-image: url(../icon/video-overlays.png);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  background-color: #fff;
}

/* The Play-Button using CSS-Only */
.box-video .bt-play {
  position: absolute;
  top: 45%;
  right: 45%;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* The Play-Triangle */
.box-video .bt-play:after {
  content: "\f16a";
  position: absolute;
  right: 50%;
  top: 50%;
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-video:hover .bt-play {
  transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

/* and iframe shows up */
.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  z-index: 1;
  padding-bottom: 74.27198%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.box-video__button {
  position: relative;
  right: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.box-video__button a {
  display: flex;
  align-items: center;
  color: #002b74;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px rgba(14, 46, 101, 0.15);
  border-radius: 8px;
  padding: 10px 20px 11px;
  transition: all 0.5s;
}

.box-video__button a:hover {
  color: #fff;
  background-color: #216df0;
}

.box-video__button a:hover svg path {
  stroke: #fff;
}

.box-video__button a svg {
  margin-left: 8px;
}

.rex-setup-wizard-feed-area {
  padding: 100px 0;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__header {
  max-width: 900px;
  margin: 0 auto 65px;
  text-align: center;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__header h3 {
  font-weight: 600;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__header .header__text {
  color: #216df0;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__content {
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(3, 2, 53, 0.1);
  border-radius: 10px;
  padding: 28px 24px 31px 29px;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__content svg {
  margin-bottom: 10px;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__content h6 {
  font-weight: 500;
  color: rgba(6, 36, 88, 0.9);
  margin-bottom: 8px;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__list-area {
  margin-bottom: 15px;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__list-area li {
  display: flex;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__list-area li i {
  font-size: 18px;
  margin: 7px 0 0 10px;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__list-link {
  font-size: 14px;
  color: #216df0;
  text-decoration: underline;
  line-height: 2.2;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__button {
  font-size: 14px;
  border: none;
  background: rgba(33, 109, 240, 0.1);
  border-radius: 10px;
  transition: all 0.5s;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__button a {
  display: block;
  color: #062458;
  font-weight: 500;
  padding: 10px 15px 11px;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__button:hover {
  background-color: #216df0;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__button:hover a {
  color: #fff;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed-area__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px auto 0;
  border: none;
  background: transparent;
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed-area__button a {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #216df0;
  text-decoration: underline;
}

.rex-setup-wizard-price-area .rex-setup-wizard__contents-area {
  position: relative;
  background-image: url("../icon/Welcome-BG.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 20px 120px rgba(8, 35, 81, 0.3);
  margin-bottom: -245px;
}

.rex-setup-wizard-price-area .rex-setup-wizard-price__header {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}

.rex-setup-wizard-price-area .rex-setup-wizard-price__button-area {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.rex-setup-wizard-price-area .rex-setup-wizard-price__button-area span {
  background: #e4eeff;
  border-radius: 15px;
  padding: 14px 25px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.33;
  color: #216df0;
  margin-left: 15px;
}

.rex-setup-wizard-price-area .rex-setup-wizard-price__list__layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 22px;
  column-gap: 40px;
  margin-top: 19px;
}

.rex-setup-wizard-price-area .rex-setup-wizard-price__list__lists {
  font-size: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #6c798f;
}

.rex-setup-wizard-price-area .rex-setup-wizard-price__list__lists svg {
  margin-left: 12px;
}

.rex-setup-wizard-cta-area {
  background-image: url("../icon/call-to-actions.png");
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.rex-setup-wizard-cta-area .rex-setup-wizard__content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rex-setup-wizard-cta-area .rex-setup-wizard__content h2 {
  position: relative;
  font-weight: 700;
  background: linear-gradient(130.36deg, #216df0 6.14%, #50df89 25.85%, #faa01a 49.26%, #00b4ff 74.62%, #bb4bff 100.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 37px;
  line-height: 1.1;
}

.rex-setup-wizard-cta-area .rex-setup-wizard__content .rex-setup-wizard-cta__button--light-blue {
  background-color: #00b4ff;
}

.rex-setup-wizard-cta-area .rex-setup-wizard__content .rex-setup-wizard-cta__button--light-blue:hover {
  background-color: #216df0;
}

.rex-setup-wizard-feed__grid {
  --gap: 30px;
  --columns: 3;
  columns: var(--columns);
  gap: var(--gap);
}

.folded .rex-take-alert {
  width: calc(100% - 0px);
}

.rex-setup-wizard-feed-area .rex-setup-wizard-feed__grid>* {
  break-inside: avoid;
  margin-bottom: var(--gap);
}

@supports (grid-template-rows: masonry) {
  .rex-setup-wizard-feed-area .rex-setup-wizard-feed__grid {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-gap: var(--gap);
    grid-template-rows: masonry;
    grid-auto-flow: dense;
  }
}

.rex-take-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 160px);
  height: 100%;
  z-index: 999;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(51, 51, 51, 0.4);
}

.rex-take-alert__wrapper {
  width: 100%;
  max-width: 450px;
  background: #ffffff;
  border-radius: 5px;
  border-right: 5px solid #216df0;
}

.rex-take-alert__body {
  position: relative;
  text-align: center;
  padding: 40px;
}

.rex-take-alert__close-btn {
  position: absolute;
  left: 15px;
  top: 15px;
  display: block;
  cursor: pointer;
}

.rex-take-alert__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rex-take-alert__heading {
  font-size: 20px;
  font-weight: 500;
}

.rex-take-alert__description {
  font-size: 15px;
  font-weight: 400;
}

.rex-take-alert__footer {
  background: #f6f6f8;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px solid #e6e6ef;
  padding: 14px 14px 15px;
}

.rex-take-alert__btn-area {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.rex-take-alert__button {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 110px;
  height: 41px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  border: none;
  outline: none;
}

.rex-take-alert__button--cancel {
  background-color: #eee;
  color: #333;
  cursor: pointer;
}

.rex-take-alert__button--cancel:hover {
  background-color: #e2e2e2;
}

.rex-take-alert__button--yes {
  background-color: #004efa;
  color: #fff;
}

.rex-take-alert__button--yes:hover {
  background-color: #0c4ee0;
  cursor: pointer;
}

.rex-xml-popup {
  position: fixed;
  top: 10px;
  left: 0;
  width: calc(100% - 160px);
  height: 100%;
  z-index: 999;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(51, 51, 51, 0.4);
  overflow: auto;
}

.rex-xml-popup pre {
  display: flex;
  width: 100%;
}

.rex-xml-popup__wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 5px;
}

.rex-xml-popup__body {
  position: relative;
  padding: 40px;
}

.rex-xml-popup__close-btn {
  position: absolute;
  left: 15px;
  top: 15px;
  display: block;
  cursor: pointer;
}

.rex-xml-popup__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1399px) {
  .rex-setup-wizard-area .wizard-btn {
    margin: 0 10px;
  }

  .rex-setup-wizard__video-area {
    margin-left: 0px;
  }

  .box-video__button,
  .box-video {
    right: 0;
  }

  .rex-setup-wizard__content-area form button {
    font-size: 16px;
  }

  .rex-setup-wizard-feed-area {
    padding: 80px 0;
  }

  .rex-setup-wizard-feed-area .rex-setup-wizard-feed-area__button {
    margin: 50px auto 0;
  }

  .rex-setup-wizard-price-area .rex-setup-wizard__contents-area {
    margin-bottom: -110px;
  }

  .rex-setup-wizard-price-area .rex-setup-wizard__contents-area {
    padding: 40px 50px;
  }
}

@media (max-width: 1199px) {
  .rex-setup-wizard-area .wizard-btn a {
    font-size: 18px;
    padding: 15px 30px;
    margin: 0 6px;
  }

  .rex-setup-wizard__button {
    display: block;
    margin: 0 auto 35px 0;
  }

  .rex-setup-wizard__content-area form {
    justify-content: flex-start;
  }

  .rex-setup-wizard__content-area form span.select2-container {
    margin-left: 20px;
  }

  .rex-setup-wizard__button {
    margin: 0 auto 35px 0;
  }

  .rex-setup-wizard__content-layout {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    align-items: center;
  }

  .rex-setup-wizard-hero-area {
    padding: 15px 0 70px;
  }

  .box-video {
    border-radius: 21px;
  }

  .rex-setup-wizard-feed-area {
    padding: 70px 0;
  }

  .rex-setup-wizard-feed__grid {
    --gap: 20px;
  }

  .rex-setup-wizard-feed-area .rex-setup-wizard-feed__grid>* {
    margin-bottom: var(--gap);
  }

  .rex-setup-wizard-feed-area .rex-setup-wizard-feed__content-area {
    grid-gap: 20px;
  }

  .rex-setup-wizard-feed-area .rex-setup-wizard-feed__header {
    margin-top: 40px;
  }

  .rex-setup-wizard-feed-area .rex-setup-wizard-feed__content {
    padding: 22px;
  }

  .rex-setup-wizard-price-area .rex-setup-wizard__contents-area {
    margin-bottom: -80px;
  }

  .rex-setup-wizard-price-area .rex-setup-wizard__contents-area {
    padding: 35px 30px;
  }

  .rex-setup-wizard-price-area .rex-setup-wizard-price__list__lists {
    font-size: 17px;
    line-height: 1.4;
  }

  .rex-setup-wizard-price-area .rex-setup-wizard-price__button-area span {
    font-size: 23px;
    line-height: 1.5;
  }
}

@media (max-width: 991px) {
  .rex-setup-wizard-price-area .rex-setup-wizard-price__list__layout {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .rex-setup-wizard-area .wizard-btn a {
    font-size: 15px;
    padding: 12px 25px;
    margin: 0 5px 10px;
  }

  .rex-setup-wizard-feed-area {
    padding: 60px 0;
  }

  .rex-setup-wizard-feed-area .rex-setup-wizard-feed__content-area {
    grid-template-columns: repeat(2, 1fr);
  }

  .rex-setup-wizard-feed-area .rex-setup-wizard-feed__header {
    margin-top: 30px;
  }

  .rex-setup-wizard-cta-area {
    padding: 160px 10px 35px;
  }

  .rex-setup-wizard-price-area .rex-setup-wizard-price__button-area {
    flex-flow: column;
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .rex-setup-wizard__content-area form {
    display: block;
  }

  .rex-setup-wizard-feed-area {
    padding: 50px 0;
  }

  .rex-setup-wizard-feed-area .rex-setup-wizard-feed__content-area {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }

  .rex-setup-wizard-price-area .rex-setup-wizard-price__button-area span {
    font-size: 17px;
    line-height: 1.5;
    margin-left: 0;
  }
}

/* Product filter feed rules design  */
:root {
  --font-family-roboto-sans-serif: "Roboto", sans-serif;
  --color-primary-1: #1eb2fb;
  --color-base-1: #333333;
  --bg-color: #f6f8fa;
  --table-header-bg-color: #ffffff;
  --color-border: #ffffff;
}

.rex-feed-custom-filter .select2-container--default .select2-selection--single {
  max-width: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  padding: 5px 14px 5px 24px;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E) no-repeat left 10px top 55%;
  box-shadow: 0 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 6px;
  text-overflow: ellipsis;
}

.rex-feed-custom-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.rex-feed-custom-filter__header label {
  font-family: var(--font-family-roboto-sans-serif);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.14;
  color: var(--color-base-1);
  padding-left: 10px;
}

.rex-feed-custom-filter__header a {
  font-size: 14px;
  font-weight: 500;
}

.rex-feed-custom-filter__header a:hover {
  text-decoration: underline;
}

.rex-feed-custom-filter__fine-brp {
  position: relative;
  background-color: var(--bg-color);
  padding: 17px 20px 20px 20px;
  border-radius: 10px;
  transition: all 0.3s;
}

.rex-feed-custom-filter__fine-brp:hover {
  transition: all 0.3s;
}

.rex-feed-custom-filter__fine-brp:hover .rex-feed-custom-filter__delete {
  opacity: 1;
  visibility: visible;
}

.rex-feed-custom-filter__delete {
  position: absolute;
  display: inline-block;
  top: -11px;
  left: -9px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.accordion__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #202124;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s all;
}

.accordion__content-wrap {
  background-color: var(--bg-color);
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}

.accordion__active .accordion__content-wrap {
  display: block;
  margin-top: 17px;
  height: auto !important;
  max-height: 5000px;
  overflow: visible;
}

.accordion__arrow {
  width: 10px;
  height: 10px;
  margin-left: 20px;
  border-left: 2px solid var(--color-primary-1);
  border-bottom: 2px solid var(--color-primary-1);
  transform: translateY(-17%) rotate(-45deg);
  transition: 0.2s;
}

.accordion__active .accordion__arrow {
  transform: translateY(33%) rotate(136deg);
}

.accordion__table-container {
  border-radius: 10px;
  border: 2px solid var(--color-border);
}

.meta-box-sortables .flex-row select {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  color: var(--color-base-1);
  font-size: 14px;
  line-height: 2;
  font-family: var(--font-family-roboto-sans-serif);
  font-style: normal;
  font-weight: 400;
  padding: 5px 14px 5px 24px;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;
}

.flex-table-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.2fr;
  grid-column-gap: 20px;
  font-family: var(--font-family-roboto-sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  color: var(--color-base-1);
  background-color: var(--table-header-bg-color);
  border-radius: 10px 10px 0 0;
  padding: 17px 22px;
  border-bottom: 1px solid var(--color-border);
  transition: 0.5s;
}

.flex-row {
  display: block;
  width: 100%;
  text-align: right;
}

.flex-row:last-of-type {
  display: flex;
  gap: 16px;
}

.flex-row span {
  color: #fe4e4e;
}

.flex-row input {
  min-height: 38px !important;
}

.add-row svg:hover path {
  stroke: #1eb2fb;
}

.flex-table-body {
  display: grid;
  gap: 25px;
  padding: 30px 22px;
  background-color: var(--bg-color);
  border-radius: 0 0 10px 10px;
}

.flex-table-body .flex-row.checkout-pos {
  position: relative;
  top: -11px;
}

.flex-table-body .flex-table-row {
  position: relative;
}

.flex-table-body .flex-table-row .condition-icon {
  position: relative;
  align-items: center;
}

.flex-table-body .flex-table-row .condition-icon .delete-row {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.flex-table-body .flex-table-row .condition-icon:hover .delete-row {
  opacity: 1;
  visibility: visible;
}

.flex-table-body .flex-table-row:first-child .condition-icon .delete-row {
  display: none;
  cursor: none;
}

.flex-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.2fr;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transition: 0.5s;
}

.rex-feed-custom-filter__fine-replace .flex-table-row {
  padding-top: 25px;
}

.rex-feed-custom-filter__fine-replace .flex-table-row::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 18px;
  width: 2px;
  height: 102%;
  background: #e5e8f3;
  z-index: 0;
}

.rex-feed-custom-filter__fine-replace .flex-table-row .condition-repeater a {
  position: relative;
  z-index: 1;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #216DF0;
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 6px;
  padding: 5px 7px;
}

.rex-feed-custom-filter__fine-replace .flex-table-row .condition-repeater a:focus,
.rex-feed-custom-filter__fine-replace .flex-table-row .condition-repeater a:active {
  box-shadow: none;
  outline: none;
}

.rex-feed-custom-filter__fine-replace .flex-table-row:nth-child(2) {
  padding-top: 0px;
}

.rex-feed-custom-filter__fine-replace .flex-table-row:nth-child(2)::before {
  display: none;
}

.rex-feed-custom-filter__fine-replace .flex-table-body {
  gap: 0px;
  padding: 0;
}

.rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-row .condition-icon .remove-field {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 6px;
  left: 40px;
  padding: 2px 4px;
  z-index: 1;
}

.rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-and-box {
  display: grid;
  padding: 30px 22px;
  position: relative;
  border-top: 2px solid #fff;
}

.rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-and-box:nth-child(2) {
  border-top: none;
}

.rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-and-box:nth-child(2)::before {
  display: none;
}

.rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-and-box::before {
  position: absolute;
  content: "OR";
  top: -9px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F8FA;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #000000;
  width: 60px;
}

.rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-or-button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 20px 20px;
  border-top: 2px solid #fff;
}

.rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-or-button-area span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #216DF0;
  box-shadow: 0px 1px 1px rgba(19, 44, 88, 0.12);
  border-radius: 10px;
  padding: 14px 18px;
  cursor: pointer;
}

.rex-feed-custom-filter__fine-replace .flex-table-row:nth-child(3) .condition-icon .add-condition::after {
  content: "";
  position: absolute;
  right: 42px;
  top: -52px;
  background: #e5e8f3;
  width: 40px;
  height: 2px;
  z-index: 0;
  cursor: auto;
}

.rex-feed-custom-filter__fine-replace .condition-repeater .add-condition:before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  background: #e5e8f3;
  width: 82px;
  height: 2px;
}

.rex-feed-custom-filter__fine-replace .flex-table-row:nth-child(2) .condition-icon .add-condition::before {
  display: none;
}

.rex-feed-custom-filter__fine-replace .flex-table-row,
.rex-feed-custom-filter__fine-replace .flex-table-header {
  grid-template-columns: 1fr 1fr 0.5fr 1fr 0.4fr;
}


.rex-premium-feature {
  position: fixed;
  top: 10px;
  left: 0;
  width: calc(100% - 160px);
  height: 100%;
  z-index: 999;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(22, 7, 73, 0.3);
  backdrop-filter: blur(7px);
}

.rex-premium-feature__wrapper {
  width: 100%;
  max-width: 542px;
  margin: 0 auto;
  background: #ffffff;
  filter: drop-shadow(0px 14px 14px #A7A4AF);
  border-radius: 0px 10px 10px 10px;
}

.rex-premium-feature__body {
  position: relative;
  padding: 30px 0px;
  text-align: center;
  overflow: hidden;
}

.rex-premium-feature__body::before {
  position: absolute;
  content: "Premium";
  top: 30px;
  right: -40px;
  background-color: #00B4FF;
  padding: 7px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  line-height: 1.13;
  color: #FFFFFF;
  width: 150px;
  transform: rotate(47.19deg);
}

.rex-premium-feature__close-btn {
  position: absolute;
  left: -13px;
  top: -14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 1px 1px 0px #CDD8EC;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  z-index: 11;
}

.rex-premium-feature__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rex-premium-feature__message p {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #6C798F;
}

.rex-premium-feature__svg-icon {
  text-align: center;
  margin-bottom: 8px;
}

.rex-premium-feature__heading {
  font-family: "Roboto";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #0F2F72;
  margin-bottom: 12px;
}

.rex-premium-feature__subheading {
  max-width: 290px;
  margin: 0 auto;
  font-size: 15px !important;
}

.rex-premium-feature__btn-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid #E7F0FF;
  padding-top: 46px;
  margin-top: 30px;
  justify-content: center;
}

.rex-premium-feature__discount-price {
  display: flex;
  align-items: center;
  gap: 22px;
}

.rex-premium-feature__discount-price-label {
  position: relative;
  font-size: 16px;
}

/* .rex-premium-feature__discount-price-label:before {
    content: "Save 20%";
    position: absolute;
    background: #00b4ff;
    border-radius: 16px 16px 0 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    padding: 7px 11px;
    top: -27px;
    right: 74%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    min-width: 90px;
  } */
.rex-premium-feature__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  background-color: #216df0;
  border: 1px solid #216df0;
  border-radius: 10px;
  padding: 14px 30px;
  transition: all 0.3s ease;
}

.rex-premium-feature__btn:hover {
  background-color: #ffffff;
  color: #216df0;
}

.rex-premium-feature__btn:hover svg path {
  fill: #216df0;
}

@media (min-width: 2240px) {
  .rex-feed-custom-filter__fine-replace .flex-table-row::before {
    left: 50px;
    bottom: 18px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-row:nth-child(3) .condition-icon .add-condition::after {
    right: 42px;
    top: -52px;
    width: 42px;
  }
}

@media (max-width: 1710px) {
  .rex-feed-custom-filter__fine-replace .flex-table-row::before {
    left: 15px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-row .condition-icon .remove-field {
    left: 8px;
  }
}

@media (max-width: 1680px) {
  .rex-feed-custom-filter__fine-replace .flex-table-row::before {
    left: 13px;
  }
}

@media (max-width: 1599px) {
  .rex-feed-custom-filter__fine-replace .flex-table-row::before {
    left: -1px;
    bottom: 16px;
  }
}

@media (max-width: 1470px) {
  .rex-feed-custom-filter__fine-replace .flex-table-row::before {
    left: 17px;
    bottom: 19px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-row .condition-icon .remove-field {
    left: 8px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-row:nth-child(3) .condition-icon .add-condition::after {
    width: 40px;
  }
}

@media (max-width: 1440px) {
  .rex-feed-custom-filter__fine-replace .flex-table-row::before {
    left: 16px;
    bottom: 18px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-row .condition-icon .remove-field {
    left: 8px;
  }
}

@media (max-width: 1399px) {
  .rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-and-box {
    padding: 15px 17px 17px 17px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-row:nth-child(3) .condition-icon .add-condition::after {
    width: 24px;
    top: -51px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-row::before {
    left: 6px;
    bottom: 18px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-row .condition-icon .remove-field {
    left: 2px;
  }

  .rex-feed-custom-filter__fine-replace .condition-repeater .add-condition:before {
    top: 12px;
    width: 65px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-row .condition-icon .remove-field {
    left: -7px;
  }
}

@media (max-width: 1199px) {

  .rex-feed-custom-filter__fine-replace .flex-table-row,
  .rex-feed-custom-filter__fine-replace .flex-table-header {
    grid-template-columns: 1.4fr 1.4fr 0.9fr 1.5fr 0.8fr;
    gap: 15px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-and-box {
    padding: 15px 10px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-row::before {
    left: 3px;
    bottom: 18px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-row:nth-child(3) .condition-icon .add-condition::after {
    top: -54px;
    width: 30px;
    right: 36px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-row .condition-icon .remove-field {
    left: 5px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-row .condition-repeater a {
    font-size: 12px;
    padding: 4px 5px;
  }

  .rex-feed-custom-filter__fine-replace .condition-repeater .add-condition:before {
    top: 10px;
  }

  .rex-feed-custom-filter__fine-brp {
    margin-bottom: 20px;
  }

  .rex-feed-custom-filter__dropdown-menu {
    margin-top: 0px;
  }

  #rex-feed-config-filter .select2-container {
    width: 120px !important;
  }

  #rex_feed_product_filters input[type=text] {
    width: 70%;
  }
}

@media (max-width: 991px) {

  .rex-feed-custom-filter__fine-replace .flex-table-row,
  .rex-feed-custom-filter__fine-replace .flex-table-header {
    grid-template-columns: 1fr 1fr 0.5fr 1fr 1fr;
    gap: 15px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-row:nth-child(3) .condition-icon .add-condition::after {
    top: -56px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-body .flex-table-row .condition-icon .remove-field {
    left: 46px;
  }

  .rex-feed-custom-filter__fine-replace .flex-table-row::before {
    left: 54px;
    bottom: 19px;
  }

  #rex_feed_product_filters input[type=text] {
    width: 100%;
  }
}