.gg_woo_feed-btn {
  box-shadow: none;
  border-radius: 5px;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.gg_woo_feed-btn i {
  margin-left: 5px;
  color: #fff;
}

.gg_woo_feed-btn:disabled,
.gg_woo_feed-btn:disabled:hover {
  background-color: #81bdec;
  color: #fff;
  cursor: not-allowed;
}

.gg_woo_feed-btn-submit {
  background-color: #2196F3;
  color: #fff;
  border: 1px solid transparent;
}

.gg_woo_feed-btn-submit:hover {
  background-color: #0f7fd8;
  color: #fff;
}

.gg_woo_feed-btn-primary {
  color: #2196F3;
  background-color: #fff;
  border: 1px solid #2196F3;
}

.gg_woo_feed-btn-primary:hover {
  background-color: #2196F3;
  color: #fff;
  border: 1px solid transparent;
}

.gg_woo_feed-btn--full {
  display: block;
  width: 100%;
  max-width: 100%;
}

.gg_woo_feed-wrap .gg_woo_feed-btn {
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  display: inline-block;
  height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  width: auto;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow: none;
  border-radius: 5px;
}

.gg_woo_feed-metabox-panel-wrap {
  background: #FFF;
}

/** input group */

.gg_woo_feed-repeatable-field-section table {
  width: 100%;
}

.gg_woo_feed-repeatable-field-section .gg_woo_feed-template {
  display: none;
}

.gg_woo_feed-repeatable-field-section .button-action {
  cursor: hand;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

.gg_woo_feed-repeatable-field-section .opal-row-body {
  padding: 15px;
  background-color: #fcfcfc;
}

.gg_woo_feed-repeatable-field-section .button-action-group {
  display: inline-block;
  float: right;
}

.gg_woo_feed-repeatable-field-section .opal-row-head {
  border-bottom: solid 3px #cdcdcd;
  position: relative;
  padding: 8px 0px;
}

.gg_woo_feed-repeatable-field-section .opal-row-head .repeat-title {
  font-size: 14px;
  margin: 0;
  display: inline-block;
}

.gg_woo_feed-repeatable-field-section .gg_woo_feed-add-repeater-field-section-row-wrap {
  padding: 15px;
}

label.gg_woo_feed-label {
  display: inline-block;
  width: 15%;
  font-weight: 500;
  font-size: 14px;
}

.gg_woo_feed-field-wrap {
  padding: 15px 0;
  display: flex;
}

.gg_woo_feed-field-wrap.gg_woo_feed-title-field-wrap {
  display: block;
}

.gg_woo_feed-field-main {
  display: inline-block;
}

.gg_woo_feed-google-taxonomy-field-wrap.loading .gg_woo_feed_google_taxonomy_select {
  display: none;
}

.gg_woo_feed-switch-field-wrap .gg_woo_feed-description {
  display: inline-block;
  margin-left: 15px;
}

.checkbox-list.checkbox-block .checkbox-item {
  display: block;
}

.checkbox-list.checkbox-inline .checkbox-item {
  display: inline-block;
}

.checkbox-list.checkbox-inline .checkbox-item:not(:last-child) {
  margin-right: 15px;
}

.checkbox-list .checkbox-item {
  font-size: 14px;
  line-height: 16px;
  margin: 1px 0 5px 0;
}

.radio-list.radio-block .radio-item {
  display: block;
}

.radio-list.radio-inline .radio-item {
  display: inline-block;
}

.radio-list.radio-inline .radio-item:not(:last-child) {
  margin-right: 15px;
}

.radio-list .radio-item {
  font-size: 14px;
  line-height: 16px;
  margin: 1px 0 5px 0;
}

.gg_woo_feed-field-wrap input[type="checkbox"] {
  margin: 0 5px 0 0;
  padding: 0;
}

.gg_woo_feed-multicheck-action {
  margin-bottom: 15px;
}

.gg_woo_feed-row {
  margin-left: -15px;
  margin-right: -15px;
}

.gg_woo_feed-row:after {
  content: '';
  display: block;
  clear: both;
}

.gg_woo_feed-col-6 {
  width: 50%;
  float: left;
}

.gg_woo_feed-col-5 {
  width: calc(100% / (12 / 5));
  float: left;
}

.gg_woo_feed-col-4 {
  width: 33.33%;
  float: left;
}

.gg_woo_feed-col-3 {
  width: 25%;
  float: left;
}

.gg_woo_feed-col-2 {
  width: 16.66%;
  float: left;
}

[class*="gg_woo_feed-col-"] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#gg_woo_feed_filter_meta label.gg_woo_feed-label {
  width: 20%;
}

#gg_woo_feed_filter_meta .gg_woo_feed-field-main {
  width: 80%;
}

#gg_woo_feed_filter_meta input[type="text"],
#gg_woo_feed_filter_meta input[type="number"],
#gg_woo_feed_filter_meta select {
  width: 100%;
  max-width: 100%;
}

#gg_woo_feed_filter_meta .gg_woo_feed-field-wrap {
  padding: 10px 0;
}

.gg_woo_feed-metabox-content label.gg_woo_feed-label {
  width: 25%;
}

.gg_woo_feed-metabox-content:after {
  clear: both;
  display: block;
  content: '';
}

.gg_woo_feed-metabox-panel-wrap {
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  background: #FFF;
  padding: 15px;
}

.gg_woo_feed-metabox-panel-wrap .gg_woo_feed-form-data-tabs {
  background-color: #fafafa;
  width: 200px;
  padding: 00px;
}

.gg_woo_feed-metabox-panel-wrap .gg_woo_feed-form-data-tabs a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  border-right: solid 3px #fafafa;
}

.gg_woo_feed-metabox-panel-wrap .gg_woo_feed-form-data-tabs li {
  display: block;
  width: 100%;
}

.gg_woo_feed-metabox-panel-wrap .gg_woo_feed-form-data-tabs li.active {
  background: #EEE;
}

.gg_woo_feed-metabox-panel-wrap .gg_woo_feed-form-data-tabs li.active a {
  border-right-color: #2196F3;
}

.gg_woo_feed-metabox-panel-wrap .gg_woo_feed_options_panel {
  display: none;
  padding: 15px;
  width: calc(100% - 200px);
}

.gg_woo_feed-description {
  color: #5b9dd9;
  font-size: 90%;
  font-size: 13px;
  margin: 5px 0;
  font-style: italic;
}

.gg-woo-feed-google-sync-title,
.gg-woo-feed-google-status-title {
  margin-left: 15px;
  margin-right: 15px;
}

.gg-woo-feed-authen-status {
  padding: 15px;
}

.gg-woo-feed-authen-status-label {
  font-weight: 600;
}

.gg-woo-feed-google-sync-settings-actions {
  margin-top: 20px;
}

.gg_woo_feed-settings-page {
  background: #FFF;
  padding: 15px 30px;
  margin: 30px auto;
  margin-left: 15px;
  margin-right: 15px;
}

.gg_woo_feed-settings-page .setting-tab-head {
  overflow: hidden;
  margin-bottom: 15px;
}

.gg_woo_feed-settings-page .inline-list {
  padding: 0;
}

.gg_woo_feed-settings-page .inline-list li {
  display: inline-block;
  padding-right: 12px;
}

.gg_woo_feed-settings-page .inline-list li a {
  color: #616f80;
  padding: 12px 15px;
  border-radius: 6%;
  text-decoration: none;
  font-weight: bold;
  background-color: #e8e9eb;
}

.gg_woo_feed-settings-page .inline-list li.active a {
  background-color: #2196F3;
  color: #FFF;
}

.gg_woo_feed-action-button {
  color: #2196F3;
  display: inline-block;
  text-align: center;
}

.gg_woo_feed-action-button:not(:last-child) {
  margin-right: 10px;
}

.post-type-gg_woo_feed_feed .manage-column.column-action {
  width: 10%;
}

.post-type-gg_woo_feed_feed .manage-column.column-download {
  width: 10%;
}

.post-type-gg_woo_feed_feed .manage-column.column-last_updated {
  width: 10%;
}

.gg_woo_feed-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.gg_woo_feed-modal,
.gg_woo_feed-modal-box {
  z-index: 900;
}

.gg_woo_feed-modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: 0 0;
}

.gg_woo_feed-modal-box {
  position: relative;
  width: 90%;
  max-width: 920px;
  margin: 100px auto;
  -webkit-animation-name: gg_woo_feed-modalbox;
  animation-name: gg_woo_feed-modalbox;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
}

.box-shadow {
  box-shadow: 1px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.gg_woo_feed-modal-body {
  background: #eceff1;
  padding: 0;
}

.generation-status {
  padding: 15px;
}

.gg_woo_feed-top-meta th {
  width: 15%;
}

.gg_woo_feed-top-meta td {
  width: 85%;
}

.gg_woo_feed-top-meta label {
  vertical-align: top;
  font-weight: 600;
}

.gg_woo_feed-top-meta thead th {
  font-weight: 600;
  font-size: 14px;
}

.gg_woo_feed-top-meta p.gg_woo_feed-meta-desc {
  color: #2196F3;
  font-size: 13px;
  margin-bottom: 5px;
  font-style: italic;
  margin-top: 5px;
}

.gg_woo_feed-top-meta .gg_woo_feed-input {
  min-width: 300px;
}

.gg_woo_feed-sort {
  cursor: move;
}

.gg_woo_feed-del-row,
.gg_woo_feed-del-condition,
.gg_woo_feed-del-condition-attributes {
  color: red;
  cursor: pointer;
}

.gg_woo_feed-table-template th:nth-child(1) {
  width: 5%;
}

.gg_woo_feed-table-template th:nth-child(2) {
  width: 20%;
}

.gg_woo_feed-table-template th:nth-child(3) {
  width: 10%;
}

.gg_woo_feed-table-template th:nth-child(4) {
  width: 10%;
}

.gg_woo_feed-table-template th:nth-child(5) {
  width: 20%;
}

.gg_woo_feed-table-template th:nth-child(6) {
  width: 10%;
}

.gg_woo_feed-table-template th:nth-child(7) {
  width: 10%;
}

.gg_woo_feed-table-template th:nth-child(8) {
  width: 10%;
}

.gg_woo_feed-table-template th:nth-child(9) {
  width: 5%;
}

.gg_woo_feed-table-filter th:nth-child(1) {
  width: 5%;
}

.gg_woo_feed-table-filter th:nth-child(2) {
  width: 30%;
}

.gg_woo_feed-table-filter th:nth-child(3) {
  width: 30%;
}

.gg_woo_feed-table-filter th:nth-child(4) {
  width: 30%;
}

.gg_woo_feed-table-filter th:nth-child(5) {
  width: 5%;
}

.gg_woo_feed-table-filter-attributes th:nth-child(1) {
  width: 5%;
}

.gg_woo_feed-table-filter-attributes th:nth-child(2) {
  width: 30%;
}

.gg_woo_feed-table-filter-attributes th:nth-child(3) {
  width: 30%;
}

.gg_woo_feed-table-filter-attributes th:nth-child(4) {
  width: 30%;
}

.gg_woo_feed-table-filter-attributes th:nth-child(5) {
  width: 5%;
}

.gg_woo_feed-command-td {
  display: none;
}

.gg_woo_feed-table-template input,
.gg_woo_feed-table-template select {
  max-width: 100%;
  width: 100%;
}

/** Switch */

.gg_woo_feed-enable-switch-input {
  position: relative;
  display: inline-block !important;
  width: 60px;
  height: 34px;
}

.gg_woo_feed-enable-switch-label {
  display: inline-block !important;
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
}

/* Hide default HTML checkbox */

.gg_woo_feed-enable-switch-input input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.gg_woo_feed-enable-switch-input .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .2s;
}

.gg_woo_feed-enable-switch-input .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .2s;
}

.gg_woo_feed-enable-switch-input input:checked + .slider {
  background-color: #2196F3;
}

.gg_woo_feed-enable-switch-input input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.gg_woo_feed-enable-switch-input input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */

.gg_woo_feed-enable-switch-input .slider.round {
  border-radius: 34px;
}

.gg_woo_feed-enable-switch-input .slider.round:before {
  border-radius: 50%;
}

#gg_woo_feed-feeds .column-enable {
  width: 8%;
}

#gg_woo_feed-feeds .column-provider {
  width: 10%;
}

#gg_woo_feed-feeds .column-feed_url {
  width: 20%;
}

.woocommerce_options_panel .select2-container {
  width: 468px !important;
}

.gg_woo_feed-general-data-section {
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.gg_woo_feed-general-data-section label {
  display: block;
  margin-bottom: 15px;
}

.gg_woo_feed-system-info-section {
  margin-bottom: 10px;
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.gg_woo_feed-system-info-section:not(.gg_woo_feed-system-info-log) tbody td:first-child {
  width: 300px;
}

#gg_woo_feed-system-info-raw-code {
  width: 100%;
  height: 200px;
}

.gg_woo_feed-system-info-wrap {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.gg_woo_feed-system-info-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.submitbox,
.submitbox * {
  box-sizing: border-box;
}

.gg-woo-feed-side-row {
  margin-bottom: 10px;
}

.gg-woo-feed-side-row input,
.gg-woo-feed-side-row select {
  width: 100%;
}

.gg-woo-feed-side-label label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.gg-woo-feed-side-actions {
  text-align: right;
}

.misc-pub-detail {
  font-weight: 600;
}

.misc-pub-detail a {
  text-decoration: none;
}

h3.gg_woo_feed-tabs__content-title {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-top: 0;
  font-size: 15px;
}

.gg_woo_feed-metabox .gg_woo_feed-field-main {
  width: 80%;
}

.gg_woo_feed-metabox .gg_woo_feed-text {
  width: 100%;
}

.gg-woo-feed-status-level-issue {
  padding: 16px 16px 16px 8px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}

.gg-woo-feed-status-level-issue.critical {
  background-color: #db4437;
}

.gg-woo-feed-status-level-issue.error {
  background-color: #fbc02d;
}

.gg-woo-feed-status-level-issue a {
  float: right;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.gg-woo-feed-status-level-issue a:hover {
  text-decoration: underline;
}

.gg-woo-feed-product-statuses {
  margin-bottom: 30px;
}

.gg-woo-feed-product-statuses:after {
  content: "";
  display: block;
  clear: both;
}

.gg-woo-feed-product-status {
  width: 250px;
  float: left;
  padding: 24px;
  color: #fff;
  box-sizing: border-box;
}

.gg-woo-feed-product-status span {
  font-size: 28px;
}

.gg-woo-feed-product-status.active {
  background: #0f9d58;
}

.gg-woo-feed-product-status.expiring {
  background: #ff9800;
}

.gg-woo-feed-product-status.pending {
  background: #4285f4;
}

.gg-woo-feed-product-status.disapproved {
  background: #db4437;
}

.gg_woo_feed-google-status-page {
  background: #FFF;
  padding: 15px 30px;
  margin: 30px auto;
  margin-left: 15px;
  margin-right: 15px;
}

.gg-woo-feed-product-status-table th.number-items-column {
  width: 10%;
}

.gg-woo-feed-product-status-table th.documentation-column {
  width: 25%;
}

.gg-woo-feed-product-status-table .dashicons.unaffected {
  color: #fbc02d;
}

.gg-woo-feed-product-status-table .dashicons.disapproved {
  color: #c53929;
}

.gg_woo_feed-wrap {
  font-size: 11px;
  color: #141823;
  line-height: 1.28;
}

.gg_woo_feed-open-popup {
  width: 200px;
}

.gg_woo_feed-popup-wrap .gg_woo_feed-popup-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  z-index: 1000010;
}

.gg_woo_feed-popup-wrap .gg_woo_feed-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 380px;
  height: 450px;
  padding: 30px 0 0;
  background-color: #f1f1f1;
  z-index: 1000011;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.gg_woo_feed-popup-wrap .gg_woo_feed-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 22px;
  width: 22px;
  cursor: pointer;
  color: red;
}

.gg_woo_feed-popup-wrap .gg_woo_feed-popup-body {
  margin-left: 20px;
  margin-right: 20px;
}

.gg_woo_feed-open-popup-wrap {
  margin-bottom: 15px;
}

.gg_woo_feed-categories-list-wrap {
  height: 320px;
  overflow-y: auto;
}

.gg_woo_feed-tabs__wrap {
  display: inline-flex;
  width: 100%;
}

.gg_woo_feed-tabs__wrap .gg_woo_feed-tabs__nav .gg_woo_feed-tabs__item {
  display: block;
  text-align: center;
  position: relative;
}

.gg_woo_feed-tabs__wrap .gg_woo_feed-tabs__nav .gg_woo_feed-tabs__item.gg_woo_feed-active .gg_woo_feed-tabs__title {
  background-color: #328fec;
  color: #fff;
}

.gg_woo_feed-tabs__wrap .gg_woo_feed-tabs__nav .gg_woo_feed-tabs__item .gg_woo_feed-tabs__title {
  cursor: pointer;
  color: #616f80;
  padding: 12px 15px;
  border-radius: 6%;
  text-decoration: none;
  font-weight: bold;
  background-color: #e8e9eb;
}

.gg_woo_feed-tabs__wrap .gg_woo_feed-tabs__nav .gg_woo_feed-tabs__item:hover .gg_woo_feed-action-tab-remove {
  display: block;
}

.gg_woo_feed-tabs__wrap .gg_woo_feed-tabs__nav .gg_woo_feed-tabs__item:first-child {
  margin-left: 0 !important;
}

.gg_woo_feed-tabs__wrap .gg_woo_feed-tabs__nav .gg_woo_feed-tabs__item:last-child {
  margin-right: 0 !important;
}

.gg_woo_feed-tabs__content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.gg_woo_feed-tabs__content.gg_woo_feed-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms;
}

.gg_woo_feed-tabs__nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
}

.gg_woo_feed-tabs--horizontal .gg_woo_feed-tabs__wrap {
  flex-wrap: wrap;
}

.gg_woo_feed-tabs--horizontal .gg_woo_feed-tabs__item {
  margin-left: 5px;
  margin-right: 5px;
}

.gg_woo_feed-tabs--horizontal .gg_woo_feed-tabs__item:first-child {
  margin-left: 0 !important;
}

.gg_woo_feed-tabs--horizontal .gg_woo_feed-tabs__item:last-child {
  margin-right: 0 !important;
}

.gg_woo_feed-tabs--horizontal .gg_woo_feed-tabs__title {
  justify-content: center;
}

.gg_woo_feed-tabs--horizontal .gg_woo_feed-add-new-tab {
  margin-left: 5px;
}

.gg_woo_feed-tabs--horizontal .gg_woo_feed-tabs__nav {
  width: 100%;
  margin-bottom: 15px;
}

.gg_woo_feed-tabs--horizontal .gg_woo_feed-tabs__body {
  width: 100%;
}

.gg_woo_feed-tabs--vertical {
  position: relative;
  overflow: hidden;
}

.gg_woo_feed-tabs--vertical .gg_woo_feed-tabs__wrap {
  flex-wrap: nowrap;
}

.gg_woo_feed-tabs--vertical .gg_woo_feed-tabs__nav {
  margin-right: 15px;
}

.gg_woo_feed-tabs--vertical .gg_woo_feed-tabs__body {
  flex-grow: 1;
}

.gg_woo_feed-tabs--vertical:after {
  content: "";
  display: block;
  clear: both;
}

.gg_woo_feed-tabs--vertical .gg_woo_feed-tabs__nav-list {
  display: block;
}

.gg_woo_feed-tabs--vertical .gg_woo_feed-tabs__item {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.gg_woo_feed-tabs--vertical .gg_woo_feed-tabs__item:first-child {
  margin-top: 0 !important;
}

.gg_woo_feed-tabs--vertical .gg_woo_feed-tabs__item:last-child {
  margin-bottom: 0 !important;
}

.gg_woo_feed-tabs--vertical .gg_woo_feed-add-new-tab {
  margin-top: 5px;
}

.gg_woo_feed-progress-container {
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.gg_woo_feed-progress-bar {
  width: 100%;
  background: #f1f1f1;
}

.gg_woo_feed-progress-bar-fill {
  width: 0;
  height: 18px;
  display: block;
  background-color: #2196F3;
  border-radius: 3px;
  transition: width 0.8s ease;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.gg_woo_feed-spinner {
  -webkit-animation: gg_woo_feed-spin 1000ms infinite linear;
  animation: gg_woo_feed-spin 1000ms infinite linear;
}

@-webkit-keyframes gg_woo_feed-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes gg_woo_feed-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.gg_woo_feed-spinner-container {
  float: left;
  display: inline-block;
  width: 5%;
}

.gg_woo_feed-spinner {
  color: #2196F3;
}

.gg_woo_feed-progress-percentage {
  float: right;
  color: #2196F3;
  width: 5%;
  display: inline-block;
}

.gg_woo_feed-progress-status {
  color: #2196F3;
  display: inline-block;
  width: 90%;
  font-weight: 700;
}

.gg_woo_feed-redirect-message {
  color: #2196F3;
  font-weight: 700;
}
/*# sourceMappingURL=admin.css.map */
