.athemes-addons-tabs-nav {
  padding: 0 20px;
  margin-bottom: -100%;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.athemes-addons-tabs-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 16px;
  color: #6D7175;
  text-decoration: none;
  -webkit-transition: ease color 300ms;
  transition: ease color 300ms;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  border-radius: 4px 4px 0 0;
}

.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link {
  color: #3858E9;
  font-weight: 500;
}

.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link:after {
  background-color: #3858E9;
}

.athemes-addons-tabs-nav .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link, .athemes-addons-tabs-nav .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link, .athemes-addons-tabs-nav .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link {
  color: #3858E9;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding: 9px 16px;
  border-bottom: 0;
  color: #1e1e1e;
  -webkit-transition: ease color 200ms;
  transition: ease color 200ms;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link svg {
  margin-right: 8px;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link svg path {
  -webkit-transition: ease fill 200ms;
  transition: ease fill 200ms;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link:after {
  content: none;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item .athemes-addons-tabs-nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 4px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease opacity 200ms;
  transition: ease opacity 200ms;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link, .athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link, .athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link {
  color: #757575;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link svg path, .athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link svg path, .athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link svg path {
  fill: #757575;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:hover .athemes-addons-tabs-nav-link:before, .athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:focus .athemes-addons-tabs-nav-link:before, .athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item:active .athemes-addons-tabs-nav-link:before {
  background-color: #e1e1e1;
  opacity: 1;
  visibility: visible;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link {
  color: #3858E9;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link svg path {
  fill: #3858E9;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-with-icons .athemes-addons-tabs-nav-item.active .athemes-addons-tabs-nav-link:before {
  background-color: #3858E9;
  opacity: 1;
  visibility: visible;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-vertical {
  padding: 0;
  margin-left: -20px;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.athemes-addons-tabs-nav.athemes-addons-tabs-nav-no-negative-margin {
  margin-bottom: 0;
  -webkit-transform: none;
          transform: none;
}

/* Botiga Tabs Content */
.athemes-addons-tab-content {
  display: none;
}

.athemes-addons-tab-content.active {
  display: block;
}

.toplevel_page_athemes-addons {
  background-color: #f3f5f8;
}

.toplevel_page_athemes-addons #wpbody-content > .updated,
.toplevel_page_athemes-addons #wpbody-content > .notice {
  display: none;
}

.athemes-addons-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
  margin: 0 0 30px -20px;
  padding: 18px 20px;
}

.athemes-addons-top-bar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.athemes-addons-top-bar * *:before,
.athemes-addons-top-bar * *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.athemes-addons-top-bar .athemes-addons-top-bar-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.athemes-addons-top-bar .athemes-addons-top-bar-infos .athemes-addons-top-bar-info-item {
  position: relative;
  padding: 0 10px;
}

.athemes-addons-top-bar .athemes-addons-top-bar-infos .athemes-addons-top-bar-info-item + .athemes-addons-top-bar-info-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #F0F0F0;
}

.athemes-addons-top-bar .athemes-addons-version {
  font-size: 13px;
  line-height: 13px;
  color: #97A3B6;
}

.athemes-addons-top-bar .athemes-addons-version strong {
  position: relative;
  top: 1px;
}

.athemes-addons-top-bar .athemes-addons-version .athemes-addons-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
  font-size: 9px;
  line-height: 10px;
}

.athemes-addons-top-bar .athemes-addons-notifications {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27px;
  height: 27px;
  border: 1px solid #DFDFDF;
  border-radius: 35px;
}

.athemes-addons-top-bar .athemes-addons-notifications:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.athemes-addons-top-bar .athemes-addons-notifications .athemes-addons-notifications-count {
  position: absolute;
  top: -8px;
  right: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  color: #FFF;
  background-color: #FA1212;
  border-radius: 35px;
  font-size: 10px;
  line-height: 1;
}

.athemes-addons-top-bar .athemes-addons-notifications.read .athemes-addons-notifications-count {
  display: none;
}

.athemes-addons-top-bar .athemes-addons-website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 16px;
  color: #3858E9;
  text-decoration: none;
}

/* Notifications Sidebar */
.athemes-addons-notifications-sidebar {
  position: fixed;
  top: calc(32px + 64px);
  right: 0;
  width: 100%;
  max-width: 500px;
  height: calc(100vh - 92px);
  background-color: #FFF;
  -webkit-box-shadow: -10px 12px 14px rgba(0, 0, 0, 0.05);
          box-shadow: -10px 12px 14px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: ease transform 300ms, ease opacity 300ms;
  transition: ease transform 300ms, ease opacity 300ms;
  z-index: 1000;
}

.athemes-addons-notifications-sidebar.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.athemes-addons-notifications-sidebar.closing {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-close {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-close:hover {
  opacity: 0.7;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #EAEEF2;
  padding: 20px 22px;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #EBEDEF;
  border-radius: 35px;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-icon svg {
  position: relative;
  top: -2px;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-content h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #3858E9;
  margin: 0;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-header .athemes-addons-notifications-sidebar-header-content p {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  margin: 0;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-tabs {
  position: relative;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-tabs:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #F0F0F1;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-tabs + .athemes-addons-notifications-sidebar-body {
  max-height: calc(100vh - 232px);
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(100vh - 230px);
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body::-webkit-scrollbar {
  width: 5px;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body::-webkit-scrollbar-track {
  background: #e2e2e2;
}

.athemes-addons-notifications-sidebar .athemes-addons-notifications-sidebar-body::-webkit-scrollbar-thumb {
  background-color: #CCC;
}

/* Notifications (card) */
.athemes-addons-notification .athemes-addons-notification-date {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #757575;
}

.athemes-addons-notification .athemes-addons-notification-date + .athemes-addons-notification-content {
  margin-top: 20px;
}

.athemes-addons-notification .changelog-tag {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  color: #FFF;
  padding: 0px 10px;
  background-color: #CCC;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.athemes-addons-notification .changelog-tag.changelog-added {
  background-color: #73B189;
}

.athemes-addons-notification .changelog-tag.changelog-changed {
  background-color: #F6CA45;
}

.athemes-addons-notification .changelog-tag.changelog-fixed {
  background-color: #967BE3;
}

.athemes-addons-notification .changelog-description {
  display: block;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: #757575;
  margin-top: 5px;
}

.athemes-addons-notification .athemes-addons-notification-content ul {
  margin: 0;
}

.athemes-addons-notification .athemes-addons-notification-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #101517;
}

.athemes-addons-notification .athemes-addons-notification-content ul li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E7E7E7;
}

.athemes-addons-notification + .athemes-addons-notification {
  margin: 20px -20px 0px;
  padding: 20px 20px 0px;
  border-top: 1px solid #E7E7E7;
}

.athemes-addons-wrap {
  padding-left: 5px;
  padding-right: 5px;
}

.athemes-addons-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.athemes-addons-wrap * *:before,
.athemes-addons-wrap * *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.athemes-addons-modules-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.athemes-addons-modules-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
}

.athemes-addons-modules-header-left,
.athemes-addons-modules-header-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.athemes-addons-modules-header-heading {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #101517;
}

.athemes-addons-modules-header-subheading {
  font-size: 16px;
  line-height: 1.35em;
  color: #7B7B7B;
  font-weight: 400;
}

.athemes-addons-modules-header-shortlinks {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  border: 2px solid #F0F0F1;
  background-color: #fff;
  border-radius: 4px;
}

.athemes-addons-modules-header-shortlinks li {
  margin: 0 15px;
  border-bottom: 1px solid #EFEFEF;
}

.athemes-addons-modules-header-shortlinks li:last-child {
  border-bottom: none;
  margin-bottom: 5px;
}

.athemes-addons-modules-header-shortlinks li:first-child {
  margin-top: 5px;
}

.athemes-addons-modules-header-shortlinks a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #757575;
  text-decoration: none;
  padding: 10px 0;
}

.athemes-addons-modules-header-shortlinks a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.athemes-addons-modules-header-shortlinks span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.athemes-addons-modules-header-shortlinks strong {
  color: #101517;
  font-weight: 500;
}

.athemes-addons-modules-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.athemes-addons-modules-box-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #101517;
}

.athemes-addons-modules-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}

.athemes-addons-modules-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  padding: 20px 20px 60px;
  text-decoration: none;
  border: 2px solid #F0F0F1;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.athemes-addons-modules-list-item:hover {
  -webkit-box-shadow: 0px 8px 12px 0px rgba(240, 240, 241, 0.7);
          box-shadow: 0px 8px 12px 0px rgba(240, 240, 241, 0.7);
}

.athemes-addons-modules-list-item:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.athemes-addons-badge {
  color: #99A5B8;
  padding: 3px 6px;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  font-weight: 700;
}

.athemes-addons-badge.athemes-addons-badge-pro {
  color: #3858e9;
  border-color: #3858e9;
}

.athemes-addons-pro-badge.athemes-addons-pro-tooltip {
  position: relative;
  font-size: 15px;
}

.athemes-addons-pro-badge.athemes-addons-pro-tooltip:before {
  content: attr(data-tooltip-message);
  position: absolute;
  right: -30px;
  bottom: calc(100% + 11px);
  color: #FFF;
  font-size: 13px;
  line-height: 16px;
  padding: 3px 6px;
  background-color: #1E1E1E;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 6px, 0);
          transform: translate3d(0, 6px, 0);
  -webkit-transition: ease opacity 300ms, ease transform 300ms;
  transition: ease opacity 300ms, ease transform 300ms;
  z-index: 2;
}

.athemes-addons-pro-badge.athemes-addons-pro-tooltip:after {
  content: '';
  position: absolute;
  bottom: calc(100% + 3px);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #1E1E1E transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 6px, 0);
          transform: translate3d(0, 6px, 0);
  -webkit-transition: ease opacity 300ms, ease transform 300ms;
  transition: ease opacity 300ms, ease transform 300ms;
  z-index: 2;
}

.athemes-addons-pro-badge.athemes-addons-pro-tooltip:hover:before, .athemes-addons-pro-badge.athemes-addons-pro-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.athemes-addons-modules-list-item-badge-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
}

.athemes-addons-modules-list-item-removed-by-bp .athemes-addons-pro-badge {
  padding: 3px 7px;
  color: #FFF;
  border: 1px solid #212121;
  background-color: #212121;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -2px;
  text-transform: uppercase;
}

.athemes-addons-modules-list-item-removed-by-bp .athemes-addons-pro-badge:before {
  font-weight: 400;
  text-transform: none;
}

.athemes-addons-modules-list-item-woo-required .athemes-addons-pro-badge {
  padding: 1px 2px;
  color: #674399;
  border: 1px solid #674399;
  border-radius: 3px;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -2px;
}

.athemes-addons-modules-list-item-woo-required .athemes-addons-pro-badge:before {
  font-weight: 400;
}

.athemes-addons-modules-list-item-woo-required + .athemes-addons-modules-list-item-upsell {
  right: 53px;
}

.athemes-addons-modules-list-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.athemes-addons-modules-list-item-icon svg {
  width: 18px;
  height: 26px;
  fill: #787C82;
}

.athemes-addons-modules-list-item-icon svg.stroke-based {
  fill: none;
  stroke: #787C82;
}

.athemes-addons-modules-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.athemes-addons-modules-list-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #101517;
}

.athemes-addons-modules-indicator {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #3c8733;
}

.athemes-addons-modules-list-item-desc {
  color: #757575;
  font-size: 13px;
  line-height: 20px;
  max-width: 400px;
  display: none;
}

.athemes-addons-module-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.athemes-addons-module-page-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
  color: #1D2327;
  font-weight: 500;
}

.athemes-addons-module-page-back a:focus, .athemes-addons-module-page-back a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.athemes-addons-module-page-content {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.athemes-addons-module-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.athemes-addons-module-page-header-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}

body.athemes-addons-has-admin-preview .athemes-addons-module-page-desc {
  max-width: none;
}

.athemes-addons-module-page-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
}

.athemes-addons-module-page-desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #757575;
  max-width: none;
}

.athemes-addons-module-page-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 25px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  color: #fff;
  border: 1px solid transparent;
  background-color: #3858E9;
}

.athemes-addons-module-page-button:focus, .athemes-addons-module-page-button:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.athemes-addons-module-page-button svg {
  width: 8px;
  height: 8px;
}

.athemes-addons-module-deactivate {
  display: none;
}

.athemes-addons-module-action {
  position: relative;
}

.athemes-addons-module-action.athemes-addons-enabled .athemes-addons-module-activate {
  display: none;
}

.athemes-addons-module-action.athemes-addons-enabled .athemes-addons-module-deactivate {
  display: block;
}

.athemes-addons-module-page-actions-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.athemes-addons-module-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #3858E9;
}

.athemes-addons-module-page-link span {
  text-decoration: underline;
}

.athemes-addons-module-page-link:focus, .athemes-addons-module-page-link:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3858E9;
}

body.athemes-addons-module-disabled .athemes-addons-module-page-link-preview {
  pointer-events: none;
  color: #CCC;
}

body.athemes-addons-module-disabled .athemes-addons-module-page-link-preview span {
  text-decoration: none;
}

body.athemes-addons-module-disabled .athemes-addons-module-page-link-preview svg path {
  fill: #CCC;
}

.athemes-addons-license-form-wrapper .athemes-addons-license-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px;
}

.athemes-addons-license-form-wrapper .athemes-addons-license-form input {
  width: 400px;
  max-width: 100%;
  padding-left: 36px;
  min-height: 36px;
}

.athemes-addons-license-form-wrapper .athemes-addons-license-form input::-webkit-input-placeholder {
  opacity: 0.75;
}

.athemes-addons-license-form-wrapper .athemes-addons-license-form input::-moz-placeholder {
  opacity: 0.75;
}

.athemes-addons-license-form-wrapper .athemes-addons-license-form input:-ms-input-placeholder {
  opacity: 0.75;
}

.athemes-addons-license-form-wrapper .athemes-addons-license-form input::-ms-input-placeholder {
  opacity: 0.75;
}

.athemes-addons-license-form-wrapper .athemes-addons-license-form input::placeholder {
  opacity: 0.75;
}

.athemes-addons-license-form-wrapper .athemes-addons-license-key-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.athemes-addons-license-form-wrapper .athemes-addons-license-key-input i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
  font-size: 20px !important;
  color: #5C5F62;
}

.mechant-license-response-wrapper,
.athemes-addons-dashboard-license-success {
  display: block;
  margin-top: 10px;
  color: #757575;
}

.mechant-license-response-wrapper span,
.athemes-addons-dashboard-license-success span {
  margin-left: 5px;
}
.athemes-addons-module-page-setting-field-multicheckbox label {
  margin-right: 10px;
}
.athemes-addons-module-page-setting-field-text {
  width: 340px;
  max-width: 100%;
}
.athemes-addons-module-page-setting-field-text input,
.athemes-addons-module-page-setting-field-number input,
.athemes-addons-module-page-setting-field-text_readonly input {
  padding: 12px;
  line-height: 1.3em;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  border: 1px solid #D6D6D6;
}

.athemes-addons-module-page-setting-field-text input:focus,
.athemes-addons-module-page-setting-field-number input:focus,
.athemes-addons-module-page-setting-field-text_readonly input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3858E9;
}

.athemes-addons-module-page-setting-field-textarea textarea,
.athemes-addons-module-page-setting-field-textarea_code textarea {
  padding: 12px;
  line-height: 1em;
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  border: 1px solid #D6D6D6;
}

.athemes-addons-module-page-setting-field-textarea textarea:focus,
.athemes-addons-module-page-setting-field-textarea_code textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3858E9;
}

.athemes-addons-code-snippets-textarea textarea,
.athemes-addons-code-snippets-textarea_code textarea {
  min-height: 200px;
}

.athemes-addons-module-page-setting-field-radio div,
.athemes-addons-module-page-setting-field-radio_alt div,
.athemes-addons-module-page-setting-field-checkbox div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}

.athemes-addons-module-page-setting-field-radio label,
.athemes-addons-module-page-setting-field-radio_alt label,
.athemes-addons-module-page-setting-field-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.athemes-addons-module-page-setting-field-radio span,
.athemes-addons-module-page-setting-field-radio_alt span,
.athemes-addons-module-page-setting-field-checkbox span {
  font-weight: 400;
  color: #1D2327;
}

.athemes-addons-module-page-setting-field-radio input,
.athemes-addons-module-page-setting-field-radio_alt input,
.athemes-addons-module-page-setting-field-checkbox input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  min-width: 15px;
  border: 1px solid #D6D6D6;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: none;
  transition: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.athemes-addons-module-page-setting-field-radio input:checked,
.athemes-addons-module-page-setting-field-radio_alt input:checked,
.athemes-addons-module-page-setting-field-checkbox input:checked {
  -webkit-transition: none;
  transition: none;
}

.athemes-addons-module-page-setting-field-radio input:checked::before,
.athemes-addons-module-page-setting-field-radio_alt input:checked::before,
.athemes-addons-module-page-setting-field-checkbox input:checked::before {
  content: "";
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
}

.athemes-addons-module-page-setting-field-radio input[type=checkbox],
.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox],
.athemes-addons-module-page-setting-field-checkbox input[type=checkbox] {
  border-radius: 6px;
}

.athemes-addons-module-page-setting-field-radio input[type=checkbox]:focus,
.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]:focus,
.athemes-addons-module-page-setting-field-checkbox input[type=checkbox]:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 2px #3858E9;
          box-shadow: 0 0 0 2px #3858E9;
}

.athemes-addons-module-page-setting-field-radio input[type=checkbox]:checked,
.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]:checked,
.athemes-addons-module-page-setting-field-checkbox input[type=checkbox]:checked {
  border-color: #fff;
  background-color: #3858E9;
}

.athemes-addons-module-page-setting-field-radio input[type=checkbox]:checked::before,
.athemes-addons-module-page-setting-field-radio_alt input[type=checkbox]:checked::before,
.athemes-addons-module-page-setting-field-checkbox input[type=checkbox]:checked::before {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.7.89-6 8.07-3.77-2.8.75-1L4.44 7.2 9.69.14l1 .75Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 3px 4px;
}

.athemes-addons-module-page-setting-field-radio input[type=radio],
.athemes-addons-module-page-setting-field-radio_alt input[type=radio],
.athemes-addons-module-page-setting-field-checkbox input[type=radio] {
  border-radius: 100%;
}

.athemes-addons-module-page-setting-field-radio input[type=radio]:focus,
.athemes-addons-module-page-setting-field-radio_alt input[type=radio]:focus,
.athemes-addons-module-page-setting-field-checkbox input[type=radio]:focus {
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.athemes-addons-module-page-setting-field-radio input[type=radio]:checked,
.athemes-addons-module-page-setting-field-radio_alt input[type=radio]:checked,
.athemes-addons-module-page-setting-field-checkbox input[type=radio]:checked {
  border-color: #3858E9;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #3858E9;
          box-shadow: 0 0 0 1px #3858E9;
}

.athemes-addons-module-page-setting-field-radio input[type=radio]:checked::before,
.athemes-addons-module-page-setting-field-radio_alt input[type=radio]:checked::before,
.athemes-addons-module-page-setting-field-checkbox input[type=radio]:checked::before {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #3858E9;
}

@media (max-width: 1300px) {
  .athemes-addons-module-page-setting-field-radio div {
    grid-gap: 20px;
  }
}

.athemes-addons-module-page-setting-field-radio span {
  opacity: 0.80;
}

.athemes-addons-module-page-setting-field-radio input[type=radio]:checked + span {
  opacity: 1;
}

.athemes-addons-module-page-setting-field-radio_alt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.athemes-addons-module-page-setting-field-radio_alt label span {
  font-size: 14px;
  font-weight: 400;
  color: #1D2327;
}

.athemes-addons-module-page-setting-field-radio_alt p {
  margin: 0;
  color: #757575;
}

.athemes-addons-module-page-setting-field-radio_alt .athemes-addons-module-page-setting-field-inner {
  grid-gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.athemes-addons-module-page-setting-field-content {
  max-width: 60vw;
}

.athemes-addons-module-page-setting-field-content a {
  color: #3858E9;
}

.athemes-addons-module-page-setting-field-content a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}


.athemes-addons-module-page-setting-field-range .athemes-addons-range {
  position: relative;
  width: 100%;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.athemes-addons-module-page-setting-field-range input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: calc(100% - 105px);
  height: 2px;
  border-radius: 5px;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, right top, from(#3858E9), color-stop(0%, #3858E9), color-stop(0%, #ddd), to(#ddd));
  background-image: linear-gradient(to right, #3858E9 0%, #3858E9 0%, #ddd 0%, #ddd 100%);
}

.athemes-addons-module-page-setting-field-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3858E9;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.athemes-addons-module-page-setting-field-range input[type="range"]::-webkit-slider-thumb:hover {
  background: #3858E9;
}

.athemes-addons-module-page-setting-field-range input[type="range"]:active::-webkit-slider-thumb {
  background: #3858E9;
}

.athemes-addons-module-page-setting-field-range input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  background: #3858E9;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.athemes-addons-module-page-setting-field-range input[type="range"]::-moz-range-thumb:hover {
  background: #3858E9;
}

.athemes-addons-module-page-setting-field-range input[type="range"]:active::-moz-range-thumb {
  background: #3858E9;
}

.athemes-addons-module-page-setting-field-range input[type="range"]:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #3858E9;
          box-shadow: 0 0 0 3px #fff, 0 0 0 6px #3858E9;
}

.athemes-addons-module-page-setting-field-range input[type="range"]::-moz-range-track {
  border: 0;
  background: #d7dcdf;
}

.athemes-addons-module-page-setting-field-range input[type="number"] {
  padding: 12px 25px 12px 10px;
  line-height: 1.3em;
  width: 100%;
  max-width: 85px;
  min-height: auto;
  border: 1px solid #D6D6D6;
}

.athemes-addons-module-page-setting-field-range input[type="number"]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3858E9;
}

.athemes-addons-module-page-setting-field-range .athemes-addons-range-unit {
  color: #3858E9;
  position: absolute;
  z-index: 1;
  right: 10px;
  font-size: 11px;
  line-height: 1em;
}

.athemes-addons-module-page-setting-field-color input {
  padding: 0 10px;
  line-height: 1em;
  width: 100%;
  max-width: 254px;
  min-height: auto;
  border: 1px solid #D6D6D6;
}

.athemes-addons-module-page-setting-field-color input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3858E9;
}

.athemes-addons-module-page-setting-field-color .athemes-addons-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}

.athemes-addons-module-page-setting-field-color .athemes-addons-color-picker {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.athemes-addons-module-page-settings-dimensions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}

.athemes-addons-module-page-settings-dimensions > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.athemes-addons-module-page-settings-dimensions label {
  color: gray;
  font-size: 12px;
  margin-top: 7px;
}

.athemes-addons-module-page-settings-dimensions input {
  max-width: 70px;
  width: 100%;
  font-size: 12px;
  border: 1px solid #D6D6D6;
}

.athemes-addons-module-page-settings-unit {
  margin-bottom: 10px;
}

.athemes-addons-module-page-settings-unit select {
  font-size: 13px;
  border: 0;
}
.athemes-addons-module-page-setting-field-warning {
  padding: 8px 10px;
  font-size: 14px;
  color: #1D2327;
  border-radius: 4px;
  border: 1px solid #D72C0D;
  background-color: #FFF4F4;
}

.athemes-addons-module-page-setting-field-divider {
  border-bottom: 1px solid #F0F0F1;
}

.athemes-addons-module-page-setting-field-divider .athemes-addons-module-page-setting-field-title {
  font-size: 16px;
}

.athemes-addons-module-page-setting-field-switcher .athemes-addons-toggle-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.athemes-addons-module-page-setting-field-switcher input {
  display: none;
}

.athemes-addons-module-page-setting-field-switcher input:checked + .toggle-switch-label .toggle-switch-inner {
  margin-left: 0;
  background: #3858E9;
}

.athemes-addons-module-page-setting-field-switcher input:checked + .toggle-switch-label .toggle-switch-switch {
  right: 1px;
}

.athemes-addons-module-page-setting-field-switcher .toggle-switch {
  float: right;
  position: relative;
  width: 36px;
  margin-top: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.athemes-addons-module-page-setting-field-switcher .toggle-switch-label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  padding: 0;
  margin: 0;
  width: 36px;
}

.athemes-addons-module-page-setting-field-switcher .toggle-switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  background: #c8c8c8;
  height: 18px;
}

.athemes-addons-module-page-setting-field-switcher .toggle-switch-switch {
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border-radius: 20px;
  -webkit-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}

/* Utils */
.athemes-addons-height-auto {
  height: auto;
}

/* Admin Footer Text */
.athemes-addons-admin-page .athemes-addons-admin-footer-text-link {
  display: inline-block;
  padding-right: 5px;
  color: #3858E9;
}

.athemes-addons-admin-page .athemes-addons-admin-footer-text-link:hover, .athemes-addons-admin-page .athemes-addons-admin-footer-text-link:active, .athemes-addons-admin-page .athemes-addons-admin-footer-text-link:visited {
  color: #3858E9;
}

.athemes-addons-admin-page-module #wpfooter {
  display: none;
}

.athemes-addons-admin-page-module #wpbody-content {
  padding-bottom: 30px;
}

.athemes-addons-module-footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 37px;
}

.athemes-addons-module-footer-text i {
  color: #3858E9;
}
.athemes-addons-module-page-settings {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.athemes-addons-module-page-setting-box {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Responsive */
@media (max-width: 991px) {
  .athemes-addons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
  }
  .athemes-addons-modules-header-shortlinks {
    margin: 0;
  }
  .athemes-addons-modules-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
  }
  .athemes-addons-module-page-header-content {
    width: 100%;
  }
  .athemes-addons-module-page-desc {
    max-width: none;
  }
  .athemes-addons-module-page-header-placeholder {
    display: none;
  }
  .athemes-addons-modules-header-image {
    display: none;
  }
  .athemes-addons-modules-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .athemes-addons-modules-header-status {
    margin-bottom: 0;
  }
  .athemes-addons-module-page-setting-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
  }
  .athemes-addons-module-page-setting-title {
    min-width: 130px;
  }
  .athemes-addons-module-page-setting-title,
  .athemes-addons-module-page-setting-fields {
    width: 100%;
  }
  .athemes-addons-module-page-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .athemes-addons-module-page-content {
    width: 100%;
  }
  .athemes-addons-module-page-preview {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.athemes-addons-toggle-switch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.athemes-addons-header-type-select .saved-label,
.athemes-addons-toggle-switch .saved-label {
  opacity: 0;
  transition: all 0.3s;
  font-weight: 600;
  vertical-align: middle;
}
.athemes-addons-toggle-switch .saved-label-emoji {
  font-size: 20px;
  margin-left: 5px;
}
.athemes-addons-toggle-switch input {
  display: none;
}
.athemes-addons-toggle-switch input:checked + .toggle-switch-label .toggle-switch-inner {
  margin-left: 0;
  background: #3858e9;
}
.athemes-addons-toggle-switch input:checked + .toggle-switch-label .toggle-switch-switch {
  right: 1px;
}
.athemes-addons-toggle-switch .toggle-switch {
  float: right;
  position: relative;
  width: 36px;
  margin-top: 2px;
  user-select: none;
}
.athemes-addons-toggle-switch .toggle-switch-label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  padding: 0;
  margin: 0;
  width: 36px;
}
.athemes-addons-toggle-switch .toggle-switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  background: #c8c8c8;
  height: 18px;
}
.athemes-addons-toggle-switch .toggle-switch-switch {
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border-radius: 20px;
  transition: all 0.1s ease-in 0s;
}
.athemes-addons-module-actions {
  position: absolute;
  bottom: 20px;
  left: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  width: calc(100% - 40px);
}
.athemes-addons-module-actions .lottie-container {
  max-width: 35px;
  position: absolute;
  right: 45px;
}
.athemes-addons-module-actions .lottie-container svg:last-of-type {
  display: none;
}
.athemes-addons-module-actions a {
  text-decoration: none;
}
.athemes-addons-module-actions div {
  display: flex;
  gap: 10px;
}
.athemes-addons-module-help-link {
  position: relative;
}
.athemes-addons-module-help-link .athemes-addons-module-tooltip {
  position: absolute;
  top: calc(-100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
}
.athemes-addons-module-help-link .athemes-addons-module-tooltip::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
}
.athemes-addons-module-help-link a:hover + .athemes-addons-module-tooltip {
  opacity: 1;
  visibility: visible;
}
.athemes-addons-dashboard-tabs-nav {
  display: flex;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  padding: 0 20px;
  column-gap: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 2px solid #f0f0f1;
}
.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item {
  text-decoration: none;
  color: #757575;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
  padding: 20px;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all .2s;
}
.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item.active {
  color: #101517;
  border-bottom-color: #101517;
}
.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item:hover {
  color: #101517;
}
.athemes-addons-dashboard-tabs-nav .athemes-addons-tab-nav-item:focus {
  box-shadow: none;
  outline: none;
}
.athemes-addons-module-filter {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #f5f6f8;
  border-bottom: 2px solid #f0f0f1;
  margin: -20px -20px 0;
  position: sticky;
  top: 32px;
  z-index: 999;
}
.athemes-addons-module-filter .filter-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.athemes-addons-modules-filter-button {
  color: #757575;
  font-weight: 600;
}
.athemes-addons-modules-filter-button.active {
  color: #101517;
  text-decoration: underline;
}
.athemes-addons-module-filter select {
  padding: 4px 24px 4px 16px;
  font-size: 13px;
  border: 1px solid #f0f0f1;
  background-color: #fff;
}
.athemes-addons-module-filter input[type="search"] {
  padding: 4px 16px;
  font-size: 13px;
  border: 1px solid #f0f0f1;
  background-color: #fff;
}
.athemes-addons-dashboard-tab-page {
  display: none;
}
.athemes-addons-dashboard-tab-page.active {
  display: block;
}
.module-filter-group {
  display: flex;
  gap: 20px;
  align-items: center;
}
.athemes-addons-module-page-setting-field-radio::before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #c0c0cb;
}
/* Theme builder page */
.athemes-addons-theme-builder-elements {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.athemes-addons-theme-builder-elements .athemes-addons-tb-element {
  max-width: 120px;
  position: relative;
  text-align: center;
  border: 2px solid #f0f0f1;
  border-radius: 4px;
  padding: 10px;
  transition: all .2s;
}
.athemes-addons-theme-builder-elements .athemes-addons-tb-element:hover {
  box-shadow: 0 8px 12px 0 rgba(240,240,241,.7);
}
.athemes-addons-theme-builder-elements .athemes-addons-tb-element img {
  width: 100%;
  height: auto;
  transition: all .3s;
}
.athemes-addons-theme-builder-elements[data-type="parts"] .athemes-addons-tb-element:hover {
  cursor: pointer;
}
.athemes-addons-theme-builder-elements[data-type="templates"] {
  flex-direction: column;
}
.athemes-addons-theme-builder-elements[data-type="templates"] .athemes-addons-tb-element {
  max-width: 800px;
  text-align: left;
  align-items: center;
}
.athemes-addons-theme-builder-elements[data-type="templates"] .athemes-addons-tb-element {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.athemes-addons-theme-builder-elements[data-type="templates"] .athemes-addons-tb-element .tb-element-name,
.athemes-addons-theme-builder-elements[data-type="templates"] .athemes-addons-tb-element .tb-element-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.athemes-addons-theme-builder-elements[data-type="templates"] .athemes-addons-tb-element h4 {
  margin: 0;
}
.athemes-addons-theme-builder-elements[data-type="templates"] .athemes-addons-tb-element .template-label {
  background-color: #f0f1f6;
  padding: 0 10px;
  border-radius: 5px;
}
.athemes-addons-tb-element-img {
  position: relative;
}
.athemes-addons-tb-element-img .overlay-action {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  opacity: 0;
  transition: all .3s;
}
.athemes-addons-tb-element:hover .overlay-action {
  opacity: 1;
  top: 0;
}
.athemes-addons-tb-element:hover img {
  opacity: 0.2;
}
.athemes-addons-tb-element h4 {
  margin-bottom: 0;
}
.athemes-addons-tb-element-img .overlay-action > span {
  background: #3858e9;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
}
.athemes-addons-tb-element-img .overlay-action span {
  line-height: 35px;
}
.athemes-addons-tb-element-img .overlay-action h6 {
  margin: 5px 0 0;
  font-size: 14px;
}
.aafe-create-template,
.athemes-addons-tb-element-link {
  text-decoration: none;
  color: #101517;
}
@keyframes aafe-spin {
  100% {
      transform: rotate(360deg)
  }
}
.athemes-addons-header-type-select {
  position: relative;
  padding: 0 !important;
}
.athemes-addons-header-type-select select {
  background-color: #f0f1f6;
  border: 0;
  border-radius: 5px;
}
.tb-element-actions > *:not(.athemes-addons-header-type-select) {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f0f1f6;
  transition: background-color .3s;
}
.tb-element-actions label {
  width: auto;
  padding: 0 7px;
}
.tb-element-actions > *:not(.athemes-addons-header-type-select):hover {
  background-color: #3858e9;
  color: #fff;
}
.tb-element-actions > *:not(label):last-of-type:hover {
  background-color: #f86060;
}
.tb-element-actions .dashicons {
  font-size: 17px;
  height: auto;
}
.athemes-addons-header-type-select .saved-label {
  margin-right: 5px;
}
.tb-element-actions .tooltip {
  visibility: hidden;
  width: 100px;
  font-size: 13px;
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tb-element-actions label .tooltip {
  width: 220px;
  margin-left: -110px;
}
.tb-element-actions .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1c1c1c transparent transparent transparent;
}

.tb-element-actions > *:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
#athemes-addons-elementor-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.athemes-addons-iframe-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.athemes-addons-iframe-loader span {
  width: 75px;
  height: 75px;
  font-size: 75px;
  color: rgba(255,255,255,0.7);
  animation: aafe-spin 2s linear infinite;
}
.athemes-addons-tb-upgrade-notice {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #f0f1f6;
  padding: 10px 20px;
  border-radius: 5px;
  max-width: 740px;
}
.athemes-addons-tb-upgrade-notice p {
  margin: 0;
}
/* Display Conditions */
.athemes-addons-display-conditions-control-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.athemes-addons-display-conditions-modal-toggle .dashicons {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
}
.athemes-addons-display-conditions-modal-button {
  width: 100%;
  text-align: center;
}
.athemes-addons-elementor-iframe-wrapper,
.athemes-addons-display-conditions-modal {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: -999999em;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #1c1c1c;
  transition: background-color 0.3s;
}
.athemes-addons-elementor-iframe-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
}
.athemes-addons-elementor-iframe-wrapper #athemes-addons-elementor-iframe {
  width: 90%;
  height: 90%;
}
.athemes-addons-elementor-iframe-wrapper .athemes-addons-close-modal {
  position: absolute;
  top: calc(5% - 45px);
  right: calc(5% - 55px);
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9999;
  border-radius: 50%;
  text-align: center;
  transition: background-color 0.5s;
}
.athemes-addons-elementor-iframe-wrapper .athemes-addons-close-modal:hover {
  background-color: #fff;
  color: #000;
}
.athemes-addons-elementor-iframe-wrapper .athemes-addons-close-modal .dashicons {
  font-size: 24px;
  line-height: 40px;
  width: auto;
  height: auto;
}
.athemes-addons-display-conditions-modal .athemes-addons-button-close {
  top: 15px;
  right: 15px;
}
.select2-container {
  z-index: 999999 !important;
}
.athemes-addons-elementor-iframe-wrapper.open,
.athemes-addons-display-conditions-modal.open {
  left: 0;  
  background-color: rgba(0, 0, 0, 0.8);
}

.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single {
  padding: 0;
  height: 32px;
}

.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
}

.athemes-addons-display-conditions-modal .select2-container--default .select2-selection--single .select2-selection__clear span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 14px;
  border-radius: 14px;
  font-weight: normal;
  color: #777;
  background-color: #eee;
}

.athemes-addons-display-conditions-modal-outer {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 600px;
  max-height: 80vh;
  min-height: 300px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 50px 200px rgba(0, 0, 0, 0.2);
  top: 40px;
  opacity: 0;
  transition: 0.3s all 0.1s ease-in-out;
}

.athemes-addons-display-conditions-modal.open .athemes-addons-display-conditions-modal-outer {
  top: 0;
  opacity: 1;
}

.athemes-addons-display-conditions-modal-header {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 70px;
  height: 50px;
  border-bottom: 1px solid #eee;
  background-color: #fdfdfd;
}

.athemes-addons-display-conditions-modal-header h3 {
  font-size: 14px;
  margin: 0;
}

.athemes-addons-display-conditions-modal-header i {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.athemes-addons-display-conditions-modal-header i:hover {
  opacity: 1;
}

.athemes-addons-display-conditions-modal-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 80vh;
  overflow: auto;
  padding: 25px;
}

.athemes-addons-display-conditions-modal-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.athemes-addons-display-conditions-modal-content ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.athemes-addons-display-conditions-modal-content ul li + li {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.athemes-addons-display-conditions-modal-content ul li.hidden {
  display: none;
}

.athemes-addons-display-conditions-select2-type {
  width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 125px;
      flex-basis: 125px;
}

.athemes-addons-display-conditions-select2-type .select2-selection:before {
  content: "+";
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5e5e5;
}

.athemes-addons-display-conditions-select2-type[data-type="exclude"] .select2-selection:before {
  content: "-";
}

.athemes-addons-display-conditions-select2-type .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  padding-right: 20px;
}

.athemes-addons-display-conditions-select2-groupped {
  width: calc(100% - 125px - 10px - 32px);
  -ms-flex-preferred-size: calc(100% - 125px - 10px - 32px);
      flex-basis: calc(100% - 125px - 10px - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  margin-left: 10px;
}

.athemes-addons-display-conditions-select2-condition {
  width: 100%;
}

.athemes-addons-display-conditions-select2-id {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

.athemes-addons-display-conditions-modal-remove {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  opacity: 0.5;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.athemes-addons-display-conditions-modal-remove:hover {
  opacity: 1;
}

.athemes-addons-display-conditions-modal-remove i {
  color: #a00;
  font-size: 15px;
  width: auto;
  height: auto;
  line-height: 1em;
}

.athemes-addons-display-conditions-modal-content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.athemes-addons-display-conditions-modal-content-footer .button {
  width: 100%;
  text-align: center;
}

.athemes-addons-display-conditions-modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #eee;
  background-color: #f7f7f7;
}

.athemes-addons-display-conditions-modal-footer .athemes-addons-button-save {
  padding-left: 20px;
  padding-right: 20px;
}

/* free vs pro */
.freevspro-table {
  border-radius: 7px;
  max-width: 800px;
}

.freevspro-table__footer {
  border-top: 1px solid #C2CFF8;
  padding-top: 30px;
  max-width: 800px;
  text-align: center;
}

.freevspro-table__header {
  background: #F9FAFE;
  border: 1px solid #C2CFF8;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .freevspro-table__header {
      position: sticky;
      top: 0px;
      transition: ease 300ms top;
      z-index: 1;
  }

  /* No admin bar */
  .freevspro-table__header {
      top: 0;
  }

  .navbar-show .freevspro-table__header {
      top: 59px;
  }

  .has-second-nav .freevspro-table__header {
      top: 87px;
  }

  .dwpb-push-page .freevspro-table__header {
      top: 40px;
  }

  .dwpb-push-page.has-second-nav .freevspro-table__header {
      top: 127px;
  }

  .has-second-nav.navbar-show .freevspro-table__header {
      top: 86px;
  }

  .dwpb-push-page.navbar-show .freevspro-table__header {
      top: 98px;
  }

  .dwpb-push-page.has-second-nav.navbar-show .freevspro-table__header {
      top: 185px;
  }
  
  /* Admin bar */
  .admin-bar .freevspro-table__header {
      top: 91px;
  }

  .admin-bar.navbar-hide .freevspro-table__header {
      top: 32px;
  }

  .admin-bar.has-second-nav .freevspro-table__header {
      top: 119px;
  }

  .admin-bar.has-second-nav.navbar-show .freevspro-table__header {
      top: 119px;
  }
}

.freevspro-table__column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.freevspro-table__column strong {
  font-weight: 500;
  text-align: left;
  color: #111827;
}


.freevspro-table__header .freevspro-table__column {
  border-bottom: 0;
}

.freevspro-table__header .freevspro-table__column,
.freevspro-table__header .freevspro-table__column--feature strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  color: #111827;
  margin: 0;
}

.freevspro-table__header .freevspro-table__column--feature p {
  color: #b5b5b5;
}

.freevspro-table__header .freevspro-table__column--feature strong + p {
  margin-top: 12px;
  margin-bottom: 0;
}

.freevspro-table__header .freevspro-table__column {
  border-color: #C2CFF8;
}

.freevspro-table__header .freevspro-table__column:first-child {
  border-top-left-radius: 7px;
}

.freevspro-table__header .freevspro-table__column {
  color: #212121;
}

.freevspro-table__header .freevspro-table__column:nth-child(2) img {
  max-width: 85%;
}

.freevspro-table__header .freevspro-table__column:nth-child(4) img {
  max-width: 90%;
}

.freevspro-table__row {
  display: flex;
}

.freevspro-table__column {
  width: 100%;
  max-width: 275px;
  padding: 24px 23px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
}

.freevspro-table__column.freevspro-table__column--feature {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  max-width: none;
  text-align: left;
  flex-wrap: wrap;
}

.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature {
  padding-left: 25px !important;
}

.freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature svg {
  margin-right: 10px;
}

.freevspro-table__body .freevspro-table__column strong {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

.freevspro-table__body .freevspro-table__column:nth-child(2) strong,
.freevspro-table__body .freevspro-table__column:nth-child(3) strong {
  margin-left: 10px;
}

.freevspro-table__body .freevspro-table__column:nth-child(1) strong {
  text-align: left !important;
}

.freevspro-table__body .freevspro-table__column a {
  display: inline-flex;
  align-items: center;
}

.freevspro-table__body .freevspro-table__column a svg {
  margin-top: 1px;
  margin-left: 5px;
}

.freevspro-table__body .freevspro-table__column a:hover svg path {
  transition: ease fill 300ms;
}

.freevspro-table__body .freevspro-table__column a:hover svg path {
  fill: #4769d8;
}

@media(max-width: 767px) {
  .freevspro-table__body .freevspro-table__column:not(.freevspro-table__column--feature) strong {
      padding-left: 0 !important;
  }
}

.freevspro-table__body .freevspro-table__column.freevspro-table__column--feature p {
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
  width: 100%;
}

.freevspro-table__row + .freevspro-table__row .freevspro-table__column,
.freevspro-table__body .freevspro-table__row:first-child .freevspro-table__column {
  border-top-width: 0;
}

.freevspro-table__body .freevspro-table__row:last-child .freevspro-table__column {
  border-bottom: 0;
}

.freevspro-table__body .freevspro-table__row:last-child .freevspro-table__column:first-child {
  border-bottom-left-radius: 7px;
}

.freevspro-table__body .freevspro-table__row:last-child .freevspro-table__column:last-child {
  border-bottom-right-radius: 7px;
}

.freevspro-table__tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.freevspro-table__tooltip .freevspro-table__tooltip-text {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translate3d(-50%, 10px, 0);
  transition: ease transform 300ms, ease opacity 300ms;
  opacity: 0;
  visibility: hidden;
  background-color: #182038;
  color: #FFF;
  width: 100%;
  min-width: 300px;
  text-align: center;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #323e60;
  z-index: 2;
}

.freevspro-table__tooltip:hover .freevspro-table__tooltip-text {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0);
}

@media screen and (max-width: 1239px) {
  .freevspro-table__column.freevspro-table__column--feature {
      min-width: 300px;
  }
}

@media screen and (max-width: 989px) {
  .freevspro-table__column.freevspro-table__column--feature {
      min-width: 230px;
  }
  .freevspro-table__tooltip {
      display: none;
  }
}

@media screen and (max-width: 767px) {
  .freevspro-table__header .freevspro-table__column--feature p {
      display: none;
  }
  .freevspro-table-responsive {
      max-width: 100%;
      overflow-x: auto;
  }
  .freevspro-table {
      min-width: 550px;
      font-size: 14px;
  }
  .freevspro-table__column {
      /* max-width: 140px; */
      padding: 20px;
      /* word-break: break-all; */
  }
  .freevspro-table__column:not(.freevspro-table__column--feature) svg {
      width: 30px;
      height: 30px;
  }
}

/* freevspro CTA */
.freevspro-table-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.freevspro-table-cta .btn {
  padding: 17px 40px;
}

.freevspro-table-cta .btn + .btn {
  margin-left: 18px;
}

@media(min-width: 768px) {
  .freevspro-table-cta .btn {
      width: 190px;
      justify-content: center;
  }
}

@media(min-width: 990px) {
  .freevspro-table-cta .btn {
      width: 254px;
  }
}

.freevspro-table-cta .download-button {
  border-color: #4769d8 !important;
  background-color: transparent !important;
  color: #4769d8 !important;
}

.freevspro-table-cta .download-button:hover {
  background-color: #4769d8 !important;
  color: #FFF !important
}

@media screen and (max-width: 575px) {
  .freevspro-table-cta {
      flex-direction: column;
      align-items: center;
  }
  .freevspro-table-cta .btn {
      padding: 13px 25px;
      margin-top: 20px;
  }
  .freevspro-table-cta .btn + .btn {
      margin-left: 0;
  }
}

@media screen and (max-width: 989px) {
  .freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature {
      position: relative;
  }
  .freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature svg {
      position: absolute;
      top: 24px;
      left: 20px;
  }
  .freevspro-table__body .freevspro-table__row.sub-item .freevspro-table__column strong {
      padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .freevspro-table__row.sub-item .freevspro-table__column.freevspro-table__column--feature svg {
      top: 20px;
  }
}

/* Free VS Pro Table Alternative Style */
.freevspro-table.freevspro-table-style-alt .freevspro-table__item + .freevspro-table__item {
margin-top: 30px;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__header {
border: none;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column {
border: 1px solid #C2CFF8;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(1) {
border-right: 0;
border-bottom-left-radius: 7px;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(2) {
border-left: 0;
border-right: 0;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(3) {
background-color: #3C60D4;
border-bottom-color: #7595FF;
color: #FFF;
border-left: 0;
border-right: 0;
border-top: 0;
border-top-right-radius: 7px;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__header .freevspro-table__column:nth-child(3) strong {
  color: #FFF;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child {
background-color: #3C60D4;
border-bottom-color: #3C60D4;
  color: #FFF;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child strong {
  color: #FFF;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child svg circle {
fill: #FFF;
opacity: 1;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row .freevspro-table__column:last-child svg path {
fill: #4769D8;
}

.freevspro-table.freevspro-table-style-alt .freevspro-table__body .freevspro-table__row:nth-child(odd) .freevspro-table__column:last-child {
background-color: #4769D8;
border-bottom-color: #4769D8;
}

/* @media screen and (min-width: 768px) {
.admin-bar.has-second-nav .freevspro-table.freevspro-table-style-alt .freevspro-table__header {
  top: 83px;
}

.has-second-nav .freevspro-table.freevspro-table-style-alt .freevspro-table__header {
  top: 52px;
}

.admin-bar.has-second-nav.navbar-show .freevspro-table.freevspro-table-style-alt .freevspro-table__header {
  top: 142px;
}

.has-second-nav.navbar-show .freevspro-table.freevspro-table-style-alt .freevspro-table__header {
  top: 111px;
}
} */

/* @media (min-width: 990px) {
.freevspro-table-cta .btn {
  width: 204px;
}
} */

/* Columns narrow style */
.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__header .freevspro-table__column:nth-child(2),
.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__header .freevspro-table__column:nth-child(3),
.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__body .freevspro-table__column:nth-child(2),
.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__body .freevspro-table__column:nth-child(3) {
max-width: 110px;
min-width: 60px;
justify-content: center;
}

@media screen and (max-width: 767px) {
.freevspro-table.freevspro-table-style-columns-narrow {
  min-width: 0;
}
}

.module-filter-search {
  position: relative;
}
.module-filter-search .search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-42%) scaleX(-1);
  color: #757575;
  font-size: 18px;
}
.module-filter-search input.athemes-addons-modules-search {
  padding-left: 35px;
}

.athemes-addons-modules-category-title {
  position: relative;
  padding-left: 24px;
}

.athemes-addons-modules-category-title:before {
  content: "\f109"; /* Default icon */
  font-family: dashicons;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #95999e;
}

/* Category Icons */
.athemes-addons-modules-category-title[data-category="posts"]:before {
  content: "\f105";
}

.athemes-addons-modules-category-title[data-category="content"]:before {
  content: "\f464";
}

.athemes-addons-modules-category-title[data-category="media"]:before {
  content: "\f104";
}

.athemes-addons-modules-category-title[data-category="business-commerce"]:before {
  content: "\f185";
}

.athemes-addons-modules-category-title[data-category="social-communications"]:before {
  content: "\f125";
}

.athemes-addons-modules-category-title[data-category="forms"]:before {
  content: "\f175";
}

.athemes-addons-modules-category-title[data-category="utilities"]:before {
  content: "\f111";
}