.wlfmc-test-mode-status {
  color: #333 !important;
  font-size: 12px;
  font-weight: normal;
}
.wlfmc-test-mode-status .badge {
  padding: 3px 5px;
  color: #fff;
  border-radius: 5px;
}
.wlfmc-test-mode-status .badge.enabled {
  background-color: #7AD03A;
}
.wlfmc-test-mode-status .badge.disabled {
  background-color: #aeaeae;
}
.wlfmc-test-mode-status:hover, .wlfmc-test-mode-status:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#wlfmc-features .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-auto-flow: dense;
}
#wlfmc-features .container .thumbnail {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#wlfmc-features .container .btn-flat {
  color: #302A23 !important;
}
#wlfmc-features .container .active-btn {
  pointer-events: none;
}
#wlfmc-features .container .btn-secondary, #wlfmc-features .container .btn-primary {
  margin-top: auto;
}
#wlfmc-features .container .btn-secondary {
  background-color: #FFEEE5 !important;
}
#wlfmc-features .container .btn-secondary, #wlfmc-features .container a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wlfmc-features .container .btn-secondary .dashicons {
  line-height: 1 !important;
}

#wlfmc-dashboard .orange-text {
  color: #ea7a0b;
}
#wlfmc-dashboard .mct-tools.mc-row li {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eef4ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px;
  min-height: auto !important;
  text-align: unset;
}
#wlfmc-dashboard .mct-tools.mc-row img.icon {
  margin: 0;
}
#wlfmc-dashboard .mct-tools.mc-row a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
#wlfmc-dashboard .mct-tools.mc-row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#wlfmc-dashboard .mct-tools.mc-row.blogs {
  grid-template-columns: repeat(auto-fit, minmax(340px, 340px));
}
#wlfmc-dashboard .mct-tools.mc-row.blogs li {
  min-width: 330px;
}
#wlfmc-dashboard .mct-tools.mc-row.blogs a {
  height: auto;
  margin-bottom: 10px;
}
#wlfmc-dashboard .mct-tools.mc-row.blogs div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wlfmc-dashboard .mct-tools li {
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(97, 97, 97, 0.1);
  -webkit-box-shadow: 0 10px 12px rgba(97, 97, 97, 0.1);
          box-shadow: 0 10px 12px rgba(97, 97, 97, 0.1);
}
#wlfmc-dashboard .mct-tools li.orange-bordered {
  border: 1px solid #fd5d00;
}
#wlfmc-dashboard .mct-tools li.orange-bordered .is-pro:after {
  background: #fd5d00;
}
#wlfmc-dashboard .mct-tools li.gold-bordered {
  border: 1px solid #fcb74b;
}
#wlfmc-dashboard .mct-tools li.gold-bordered .is-pro:after {
  background: #fcb74b;
}
#wlfmc-dashboard .mct-tools.flat-style {
  grid-template-columns: repeat(auto-fit, minmax(170px, 170px));
}
#wlfmc-dashboard .mct-tools.flat-style li {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  min-width: 160px;
  min-height: 160px;
}
#wlfmc-dashboard .mct-tools.flat-style li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wlfmc-dashboard .mct-tools.flat-style li strong {
  margin-bottom: 0;
  font-size: 1rem;
  color: #111111;
}
#wlfmc-dashboard .mct-article {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(110, 55, 0, 0.1);
          box-shadow: 0 5px 5px rgba(110, 55, 0, 0.1);
  border: none;
}
#wlfmc-dashboard .mct-article.mc-setup-notice {
  background-color: #FFF6F2 !important;
  border: 1px solid #FD5D00 !important;
}
#wlfmc-dashboard .mct-article.mc-setup-notice .white-panel {
  padding: 6px;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px rgba(110, 37, 0, 0.1);
          box-shadow: 0 5px 5px rgba(110, 37, 0, 0.1);
}
#wlfmc-dashboard .mct-article.mc-setup-notice .white-panel strong {
  color: #302a23;
}
#wlfmc-dashboard .mct-article.mc-setup-notice .white-panel small {
  color: #766655;
}
#wlfmc-dashboard .mct-article.mc-setup-notice .setup-notice-image {
  max-width: 430px;
  margin: 0 -19px -19px 0;
  border-bottom-right-radius: 8px;
}

#wlfmc-analytics .mct-tools.mc-row li {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eef4ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px;
  min-height: auto !important;
  text-align: unset;
}
#wlfmc-analytics .mct-tools.mc-row img.icon {
  margin: 0;
}
#wlfmc-analytics .mct-tools.mc-row a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
#wlfmc-analytics .mct-tools.mc-row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#wlfmc-analytics #wlfmc_analytics_top_products table, #wlfmc-analytics #wlfmc_analytics_top_wishlists table {
  position: relative;
}
#wlfmc-analytics #wlfmc_analytics_top_products table:after, #wlfmc-analytics #wlfmc_analytics_top_wishlists table:after {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fdf9f5));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fdf9f5 100%);
  bottom: 1px;
  border-radius: 10px;
  left: 1px;
}
#wlfmc-analytics .wlfmc-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#wlfmc-analytics .wlfmc-two-column .mct-inside:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wlfmc-analytics .wlfmc-two-column .mct-inside:last-child {
  width: 400px;
}
#wlfmc-analytics .wlfmc-style-0 {
  border: none !important;
}
#wlfmc-analytics .wlfmc-style-1 {
  border: 3px solid #fff !important;
  background: #fff6f6 !important;
}
#wlfmc-analytics .wlfmc-style-2 {
  border: 3px solid #fff !important;
  background: #f2fffa !important;
}
#wlfmc-analytics .wlfmc-style-3 {
  border: 3px solid #fff !important;
  background: #F3FBFF !important;
}
#wlfmc-analytics .wlfmc-style-4 {
  border: 3px solid #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 246, 241, 0.54)), to(#fff6f1)) !important;
  background: linear-gradient(rgba(255, 246, 241, 0.54) 0%, #fff6f1 100%) !important;
  padding: 0 !important;
}
#wlfmc-analytics .wlfmc-style-4 .wlfmc-content {
  padding: 20px;
}
#wlfmc-analytics .btn-red {
  color: #FF5F5F !important;
  border-color: #FF5F5F !important;
  background-color: #FFEEEE !important;
}
#wlfmc-analytics .btn-green {
  color: #02BC77 !important;
  border-color: #02BC77 !important;
  background-color: #E6FFF6 !important;
}
#wlfmc-analytics .btn-blue {
  background-color: #5EC4FF !important;
}
#wlfmc-analytics .gap-20 {
  gap: 20px;
}
#wlfmc-analytics .wlfmc-image-wrapper {
  position: relative;
}
#wlfmc-analytics .wlfmc-over-image {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
#wlfmc-analytics .wlfmc-image-wrapper img {
  border-radius: 4px 0 0 4px;
}
#wlfmc-analytics .wlfmc-image-wrapper::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
  background: linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  z-index: 0;
}

.mct-modal .modal-horizontal:not(.without-image) {
  max-width: 840px !important;
}
.mct-modal .modal-horizontal .modal-body {
  padding: 30px 30px 10px 30px;
}
.mct-modal .modal-horizontal .modal-image {
  padding: 0 20px;
}
.mct-modal .modal-horizontal .modal-image img {
  max-width: 400px;
}
.mct-modal .modal-horizontal .modal-content {
  text-align: left;
}
.mct-modal .modal-horizontal .modal-content h2 {
  font-size: 22px;
  margin: 0 0 15px;
  line-height: 30px;
}
.mct-modal .modal-horizontal .features-card {
  padding: 20px;
  border: 1px solid rgba(112, 112, 112, 0.062745098);
  border-radius: 20px;
  background-color: rgba(255, 238, 229, 0.062745098);
}
.mct-modal .modal-horizontal .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-weight: 500;
  line-height: 24px;
}
.mct-modal .modal-horizontal .feature-title {
  font-weight: 600;
}
.mct-modal .modal-horizontal .feature-title + .features {
  padding: 0 15px;
}
.mct-modal .modal-horizontal .modal-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.mct-modal .modal-horizontal .modal-footer {
  padding: 0 30px 30px;
}
.mct-modal .modal-horizontal .modal-footer .features {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.mct-modal .modal-horizontal .modal-footer .features .column {
  width: 48%;
  text-align: left;
}

.wlfmc-premium-sidebar {
  background: -webkit-gradient(linear, left top, left bottom, from(#fd5d00), to(#fc8d28)) !important;
  background: linear-gradient(#fd5d00 0%, #fc8d28 100%) !important;
  border: 0.8px solid #fd5d00 !important;
  -webkit-filter: drop-shadow(0px 6px 6px rgba(253, 93, 0, 0.16));
          filter: drop-shadow(0px 6px 6px rgba(253, 93, 0, 0.16));
  text-align: initial;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.wlfmc-premium-sidebar figure {
  margin: 0 !important;
}
.wlfmc-premium-sidebar .sidebar-title {
  font-weight: 600;
  color: #fff;
  font-size: 19px;
  margin-top: 10px;
}
.wlfmc-premium-sidebar .sidebar-content {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
.wlfmc-premium-sidebar .rate-btn {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.12);
  border: 0.8px solid #fff;
  color: #fff !important;
  font-weight: 500;
  font-size: 10px;
  line-height: 21px;
  padding: 10px;
  background-image: url("../images/rating-stars.svg");
  background-position: center right -20px;
  background-repeat: no-repeat;
  background-size: 130px;
}
.wlfmc-premium-sidebar .btn-primary {
  text-align: center;
  margin: 20px 0 10px;
  width: 100%;
  -webkit-box-shadow: 0 3px 4px rgba(91, 34, 0, 0.3) !important;
          box-shadow: 0 3px 4px rgba(91, 34, 0, 0.3) !important;
}
.wlfmc-premium-sidebar .btn-primary span {
  margin: 0 5px;
  font-size: 15px !important;
}
.wlfmc-premium-sidebar .sidebar-footer-content {
  margin-top: auto;
}

.wlfmc-responsive-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-auto-flow: dense;
}

.wlfmc-orange-article {
  border: 1px solid #FD5D00 !important;
  -webkit-box-shadow: 0 5px 5px rgba(110, 55, 0, 0.1) !important;
          box-shadow: 0 5px 5px rgba(110, 55, 0, 0.1) !important;
}
.wlfmc-orange-article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 100%;
  border-radius: 6px;
  opacity: 0.15;
  background: -webkit-gradient(linear, left top, right top, from(#fd5d00), to(#fff));
  background: linear-gradient(90deg, #fd5d00 0%, #fff 100%);
}

.mct-reset-btn, .mct-save-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rtl .mct-modal .modal-horizontal:not(.without-image) .modal-content {
  text-align: right;
}
.rtl .mct-modal .modal-footer .features .column {
  text-align: right;
}
.rtl .wlfmc-orange-article:before {
  right: 0;
  left: auto;
  background: -webkit-gradient(linear, right top, left top, from(#fd5d00), to(#fff));
  background: linear-gradient(-90deg, #fd5d00 0%, #fff 100%);
}
.rtl .wlfmc-premium-sidebar .rate-btn {
  background-position: center left -20px;
}
@media only screen and (max-width: 1100px) {
  #wlfmc-dashboard .mct-article.mc-setup-notice .article-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #wlfmc-dashboard .mct-article.mc-setup-notice .setup-notice-image {
    display: none;
  }
  #wlfmc-dashboard .mct-article.mc-setup-notice .white-panel-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  #wlfmc-dashboard .mct-article.mc-setup-notice .justify-center-on-med {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  #wlfmc-dashboard .mct-article.mc-setup-notice .white-panel-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #wlfmc-analytics .wlfmc-image-wrapper {
    display: none;
  }
  .mct-modal .modal-horizontal .modal-footer .features .column {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  #wlfmc-analytics .wlfmc-two-column .mct-inside:last-child {
    width: 550px;
  }
}
@media only screen and (max-width: 1200px) {
  #wlfmc-analytics .wlfmc-two-column .mct-inside:last-child {
    width: 100%;
  }
  .mct-wrapper .mct-options.has-sidebar .mct-sidebar .faq-content {
    width: 100%;
  }
}
@media only screen and (max-width: 1480px) {
  #option_global-settings #email-template-columns-start > .mct-column {
    width: 100% !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .mct-logo figcaption {
    display: none;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .fast-setup-btn {
    display: none !important;
  }
  .mct-header-btns > .btn-primary {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1100px) {
  .wlfmc-test-mode-status {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .mct-modal .modal-horizontal .modal-body .modal-image img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .mct-modal .modal-horizontal .modal-body .modal-image {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .wlfmc-responsive-columns {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}