.th-right-sidebar {
  display: flex;
    flex-direction: column;
    /* padding-left: 1.5rem; */
    width: 28%;
    line-height: 21px;
}
.th-right-sidebar img {
  max-width: 100%;
  margin: auto;
}
.th-right-sidebar a.bnr {
  margin: auto;
}
.th-right-sidebar > div {
  padding: 22px 15px;
    text-align: center;
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 10px;
}
.th-right-sidebar > div span.heading_ {
  font-weight: 500;
    font-size: 1rem;
    display: block;
    margin-bottom: 18px;
}
.th-right-sidebar > div a.link_ {
  width: fit-content;
  margin: 16px auto 0 auto;
  padding: 0.4rem 1.5rem;
    letter-spacing: -0.08px;
    font-size: .6875rem;
    line-height: 1.81818;
    background: #1681ef;
    color: #fff;
    display: inline-flex;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: auto;
    display: block;
}

.th-useful-plugins {
  display: flex;
}
.th-useful-plugins > div:not(.themehunk-sidebar) {
  flex: 1;
  padding-right: 30px;
}
.th-useful-plugins .th-plugins_ {
  display: flex;
  grid-row-gap: 60px;
  flex-wrap: wrap;
}
.th-useful-plugins .th-plugins_ > div {
  display: flex;
  grid-gap: 30px;
  align-items: center;
  width: 50%;
  flex-direction: column;
}
.th-useful-plugins .th-plugins_ > div .img_ img {
  /* width: 100%; */
  /* object-fit: scale-down; */
  border: 1px solid #f0f0f1;
  width: 128px;
  height: 128px;
}
.th-useful-plugins .th-plugins_ > div .description_ .plugin-title_ {
  font-size: 16px;
  display: block;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
}
.th-useful-plugins .th-plugins_ > div .description_ .plugin-title_:hover {
  text-decoration: underline;
}

.th-tab-heading {
  display: block;
  border-bottom: 1px solid #f0f0f1;
  padding-bottom: 21px;
  letter-spacing: 0.5px;
  font-weight: 500;
  width: 100%;
  color: #1d2327;
  font-size: 1.3em;
    margin: 0rem 0rem 0.5rem 0rem;
  text-transform: uppercase;
  margin-bottom: 48px;
}

[data-group-tabs][data-tab-container] {
  display: none;
}

.active[data-group-tabs][data-tab-container] {
  display: block;
}

.th-product-compare-wrap {
    padding: 0;
    margin-top: 1.5rem;
    margin-right: 1.3rem;
    border-radius: 0;
}
.th-product-compare-wrap * {
  box-sizing: border-box;
}
.th-product-compare-wrap a:focus {
  box-shadow: none;
  outline: none;
}
.th-product-compare-wrap .th-product-compare-container {
  display: flex;
}
.th-product-compare-wrap .th-product-compare-container .logo-detail {
  padding: 1.3rem 1rem;
    display: flex;
    text-align: center;
  grid-gap: 10px;
  align-items: center;
}
.th-product-compare-wrap .th-product-compare-container .logo-detail span {
  color: black;
  font-size: 16px;
  display: block;
  line-height: 1;
  font-weight: 500;
}
.th-product-compare-wrap .th-product-compare-container .th-nav_ {
    display: flex;
    flex-direction: column;
    width: 28%;
    border: none;
    padding: 10px;
    background: #E1E6F4;
    border-radius: 10px;
}
.th-product-compare-wrap .th-product-compare-container .th-nav_ > a {
  margin-bottom: 20px;
    border: 0;
    letter-spacing: 0.3px;
    background: transparent;
    color: #2e2e2e;
    font-size: 1rem;
    position: relative;
    align-items: center;
    padding: 9px 27px;
    border-radius: 8px;
    font-weight: 600;
    margin-left: 0.5em;
    line-height: 1.71428571;
    text-decoration: none;
    white-space: nowrap;
}
.th-product-compare-wrap .th-product-compare-container .th-nav_ > a:last-child {
  border: none;
}
.th-product-compare-wrap .th-product-compare-container .th-nav_ > a:hover,
.th-product-compare-wrap .th-product-compare-container .th-nav_ > a.active {
  color: #007eff;
    outline: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 6px rgb(53 66 134 / 10%);
    box-shadow: 0px 6px 6px rgb(53 66 134 / 10%);
    align-items: center;
    padding: 9px 27px;
    border-radius: 8px;
}
.th-product-compare-wrap .th-product-compare-container .th-nav_ .th-save-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 9px;
  grid-gap: 20px;
  position: absolute;
  left: 0;
  bottom: 9px;
  background: transparent;
}
.th-product-compare-wrap
  .th-product-compare-container
  .th-nav_
  .th-save-btn
  button {
  display: flex;
  grid-gap: 7px;
  padding: 2px 25px;
  min-width: 127px;
  justify-content: center;
}
.th-product-compare-wrap
  .th-product-compare-container
  .th-nav_
  .th-save-btn
  button:before {
  font-family: "dashicons";
  height: unset;
  width: unset;
}
.th-product-compare-wrap
  .th-product-compare-container
  .th-nav_
  .th-save-btn
  button.th-compare-reset-style-btn:before {
  content: "\f531";
}
.th-product-compare-wrap
  .th-product-compare-container
  .th-nav_
  .th-save-btn
  button.loading {
  pointer-events: none;
  opacity: 0.5;
}
.th-product-compare-wrap
  .th-product-compare-container
  .th-nav_
  .th-save-btn
  button.loading:before {
  content: "\f463";
  animation: loaderTMK 0.8s linear 0s infinite forwards;
}
.th-product-compare-wrap .container-tabs {
  padding: 1.5rem;
    width: 80%;
    margin: 0 20px;
    background: #fff;
    padding-top: 2.8rem;
    justify-content: space-between;
    border-radius: 10px;
}

.color-output {
  display: block;
  height: 30px;
  width: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  cursor: pointer;
}

label.color-output {
  display: block;
  height: 25px;
  width: 45px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  cursor: pointer;
}

.th-color-title {
  word-spacing: inherit;
  font-size: 0.867rem;
    color: #444;
    line-height: 1.4;
}

.bold-heading {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 500;
}

.th-general {
  display: flex;
  justify-content: space-between;
}
.th-general .th-option_ {
  flex: 1;
}
.th-general .th-option_ table tr {
  margin: 21px 0;
  display: flex;
  padding-bottom: 6px;
}
.th-general .th-option_ table tr:first-child {
  margin-top: 0;
}
.th-general .th-option_ table tr .bold-heading:first-child {
  max-width: unset;
}
.th-general .th-option_ table tr td {
  line-height: 1;
}
.th-general .th-option_ table tr td:first-child {
  font-size: 0.867rem;
    color: #444;
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}
.th-general .th-option_ table tr td.shortcode-appear {
  font-size: 15px;
  color: #565c62;
  background: #efefef;
  max-width: 604px;
  text-align: center;
  padding: 13px 10px;
  border-radius: 4px;
}
.th-general .th-option_ table input,
.th-general .th-option_ table select {
  width: 250px;
  padding: 5px;
  border-color: #e4e4e7;
}

@keyframes loaderTMK {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.description {
    font-weight: 500;
    color: #787878;
    font-style: NORMAL;
    margin-top: 6px;
    display: block;
    line-height: 19px;
    font-size: 0.867rem;
    color: #444;
}

.th-product-compare-wrap .setting_ {
  display: flex;
  justify-content: space-between;
}
.th-product-compare-wrap .setting_ .field-to-show {
  flex: 1;
}
.th-product-compare-wrap .setting_ .field-to-show > div {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.th-product-compare-wrap .setting_ .field-to-show > div .row_ {
  display: flex;
}
.th-product-compare-wrap .setting_ .field-to-show > div .row_ > div {
  flex: 1;
}
.th-product-compare-wrap .setting_ .field-to-show .th-compare-field-wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

.th-compare-radio {
  padding-left: 5px;
}
.th-compare-radio label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.th-compare-radio label:before {
  content: "\f147";
  font-family: "dashicons";
  transition: 0.3s all ease;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
}
.th-compare-radio label:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border: 1px solid grey;
  left: -2px;
  top: 50%;
  border-radius: 3px;
  transform: translateY(-50%);
}
.th-compare-radio input {
  display: none;
}
.th-compare-radio input:checked + label:before {
  transform: translateY(-50%) scale(1);
  color: white;
}
.th-compare-radio input:checked + label:after {
  border-color: #2a76c2;
  background-color: #2a76c2;
}

.th-help-wrap {
  visibility: visible;
}
.th-help-wrap .blocks {
  display: flex;
  grid-gap: 40px;
  flex-wrap: wrap;
}
.th-help-wrap .blocks > div {
  padding: 24px 22px;
  box-shadow: 0px 0px 5px 1px #eff8fd;
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  justify-content: center;
}
.th-help-wrap .blocks > div .link_.fb {
  background-color: #2b8ef2;
  width: fit-content;
  color: white;
  text-decoration: none;
  padding: 7px 13px;
  display: flex;
  border-radius: 2px;
}
.th-help-wrap .blocks > div .link_.fb::before {
  content: "\f305";
  font-family: "dashicons";
  font-size: 16px;
}

.th-compare-pro-feature .th-compare-banner {
  background: #1681ef;
  display: flex;
  padding: 20px 26px;
  border-radius: 4px;
  color: white;
  font-size: 15px;
  align-items: center;
  grid-gap: 16px;
  width: 687px;
  max-width: 100%;
}
.th-compare-pro-feature .th-compare-banner .heading_ {
  flex: 3;
  line-height: 1.4;
}
.th-compare-pro-feature .th-compare-banner .button_ {
  flex: 1.5;
}
.th-compare-pro-feature .th-compare-banner .button_ a {
  display: block;
  background: #f7a100;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 14px 14px 14px 63px;
  font-size: inherit;
  position: relative;
  width: fit-content;
  border-radius: 4px;
}
.th-compare-pro-feature .th-compare-banner .button_ a:before {
  content: "\f160";
  font-family: "dashicons";
  font-size: 36px;
  position: absolute;
  left: 16px;
}
.th-compare-pro-feature .th-compare-banner .bold_ {
  font-weight: 600;
  font-size: 16px;
}
.th-compare-pro-feature .img-description {
  display: flex;
  flex-direction: column;
  grid-gap: 70px;
  margin: 70px 0;
}
.th-compare-pro-feature .img-description .wrap_ {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  width: 780px;
}
.th-compare-pro-feature .img-description .wrap_ .img_ {
  margin-left: -23px;
}
.th-compare-pro-feature .img-description .wrap_ .img_ img {
  max-width: 90%;
}
.th-compare-pro-feature .img-description .wrap_ .description_ {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.th-compare-pro-feature .img-description .wrap_ .description_ .heading_ {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: black;
}
.th-compare-pro-feature .img-description .wrap_ .description_ .text_ {
  font-size: 15px;
  font-weight: 400;
  color: #4e4e4e;
}

.active[data-slug="th-product-compare"] .premium a {
  color: #c9356e;
}
#wpcontent{
  padding-bottom: 107px;
}
.th-nav_ span.dashicons {
    margin-right: 9px;
    margin-top: 5px;
    color: #aab2cb;
}
.th-product-compare-wrap .th-product-compare-container .th-nav_ > a.active span {
    color: #007eff}