:root {
  --white: #fff;
  --black: #000;
  --brand-primary: #f48132;
  --brand-primary-hover: #f46100;
  --sidebar-width: 250px;
  --item-gutter: 15px;
  --item-column-5: 5;
  --item-column-4: 4;
  --item-column-3: 3;
  --item-column-2: 2;
  --item-footer-bg: #f8f8f8;
  --item-btn-border: #ddd;
  --item-btn-color: #444;
  --text-color: #444;
  --light-bg: #f1f1f1;
  --light-gray: #ddd;
  --padding-lr-15: 15px;
}

@media (min-width: 768px) {
  :root {
    --sidebar-width: 180px;
  }
}

@media (min-width: 992px) {
  :root {
    --sidebar-width: 200px;
    /* --preview-sidebar:18%; */
    --preview-sidebar: 270px;
  }
}

.tb-overflow {
  overflow: hidden;
}

.tb-item__preview_link {
  padding: 8px;
  font-size: 12px;
  border-radius: 2px;
  line-height: normal;
  border: 1px solid var(--item-btn-border);
  color: var(--item-btn-color) !important;
  margin-right: auto;
}

.tb-archive__btn {
  cursor: pointer;
  margin: 20px 15px;
  display: inline-block;
}

@media (min-width: 768px) {
  .tb-archive__btn {
    display: none;
  }
}

.tb-archive__download {
  position: relative;
}

@media (min-width: 768px) {
  .tb-archive__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tb-archive__sidebar {
  width: var(--sidebar-width);
  -webkit-transition: left 0.5s ease-in-out 0s;
  transition: left 0.5s ease-in-out 0s;
}

@media (max-width: 767px) {
  .tb-archive__sidebar {
    position: absolute;
    height: 100%;
    background: var(--white);
    left: calc(-1 * var(--sidebar-width) - var(--padding-lr-15)*2);
    max-height: 55vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 var(--padding-lr-15);
    top: 0;
  }
}

.tb-archive__sidebar .tb-archive__cat_lists:not(.tb-cats-content-active) {
  display: none;
}

.tb-archive__sidebar .tb-archive__categories-wrap-tab {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--light-bg);
  text-align: center;
}

.tb-archive__sidebar .tb-archive__categories-wrap-tab .tb-archive__categories-tab-item {
  display: inline-block;
  border: 1px solid transparent;
  margin-bottom: -2px;
  padding: 8px 20px;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.tb-archive__sidebar .tb-archive__categories-wrap-tab .tb-archive__categories-tab-item:not(.tb-filter-active) {
  opacity: 0.5;
}

.tb-archive__sidebar .tb-archive__categories-wrap-tab .tb-archive__categories-tab-item.tb-filter-active {
  background: var(--white);
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: var(--light-bg);
  color: var(--text-color);
}

.tb-show-cat-sidebar .tb-archive__sidebar {
  left: 0;
}

.tb-archive__container {
  z-index: 1;
  width: 100%;
  position: relative;
  -webkit-transition: left 0.5s ease-in-out 0s;
  transition: left 0.5s ease-in-out 0s;
  left: 0;
}

@media (min-width: 768px) {
  .tb-archive__container {
    width: calc(100% - var(--sidebar-width) - 20px);
    padding-left: 20px;
  }
}

.tb-show-cat-sidebar .tb-archive__container {
  left: var(--sidebar-width);
}

.tb-archive__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tb-archive__content-no-item {
  background: #f7f0eb;
  display: block;
  width: 100%;
  margin: 15px;
  padding: 40px;
  text-align: center;
  border: 1px solid #fbe0cd;
  color: var(--brand-primary);
}

.tb-archive__search {
  margin-bottom: 20px;
  position: relative;
}

.tb-archive__search i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--brand-primary);
}

.tb-archive__cat_lists {
  margin: 0;
  padding: 0;
  list-style: none;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--light-bg);
  background: var(--white);
}

.tb-archive__cat_lists li a {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid var(--light-bg);
  text-transform: capitalize;
}

.tb-archive__cat_lists li a:hover {
  color: var(--brand-primary);
}

.tb-archive__cat_lists li a:hover span {
  background: var(--brand-primary);
  color: var(--white);
}

.tb-archive__cat_lists li.tb-archive__current_item a {
  color: var(--brand-primary);
}

.tb-archive__cat_lists li.tb-archive__current_item span {
  background: var(--brand-primary);
  color: var(--white);
}

.tb-archive__cat_lists li span {
  background: var(--light-bg);
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  padding: 2px 8px;
  border-radius: 50px;
  margin-left: auto;
  color: var(--text-color);
}

.tb-archive__cat_btn {
  padding: 8px;
  font-weight: 500;
  font-size: 12px;
  background: var(--light-bg);
  color: var(--text-color);
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .tb-archive__cat_btn {
    padding: 15px 25px;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .tb-archive__cat_btn {
    padding: 15px 30px;
    font-size: 13px;
  }
}

.tb-archive__cat_btn i {
  margin-right: 8px;
  font-size: 18px;
}

.tb-archive__cat_btn:hover, .tb-archive__cat_btn:focus {
  background: var(--brand-primary-hover);
  color: var(--white);
}

.tb-archive__cat_btn.is-selected {
  background: var(--brand-primary);
  color: var(--white);
}

.tb-archive__cat_btn:not(:first-child) {
  margin-left: 5px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .tb-archive__cat_btn:not(:first-child) {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .tb-archive__cat_btn:not(:first-child) {
    margin-bottom: 0;
  }
}

.tb-archive__header {
  padding: 0 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .tb-archive__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tb-archive__links {
  margin-right: auto;
}

.tb-archive__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-archive__actions, .tb-archive__links {
  width: 100%;
}

@media (min-width: 992px) {
  .tb-archive__actions, .tb-archive__links {
    width: auto;
  }
}

.tb-archive__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-archive__sorting label {
  font-weight: 500;
  font-size: 13px;
  margin: 0 5px 0 0;
}

.tb-archive__sorting select {
  width: auto;
}

.tb-archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tb-archive-list li span {
  width: 30px;
  color: #c2c2c2;
  font-size: 16px;
  margin-top: 2px;
}

.tb-archive-list li a {
  color: var(--link-color);
}

.tb-archive-list li a:hover, .tb-archive-list li a:focus {
  color: var(--brand-red);
}

.tb-archive-list__item {
  -webkit-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: var(--item-gutter);
  width: 100%;
  background: var(--item-footer-bg);
}

@media (min-width: 768px) {
  .tb-archive-list__item {
    max-width: calc(100% / var(--item-column-2) - var(--item-gutter)*2);
    -ms-flex-preferred-size: calc(100% / var(--item-column-2) - var(--item-gutter)*2);
    flex-basis: calc(100% / var(--item-column-2) - var(--item-gutter)*2);
  }
}

@media (min-width: 992px) {
  .tb-archive-list__item {
    max-width: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
    -ms-flex-preferred-size: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
    flex-basis: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
  }
}

.tb-archive-list__item_preview {
  position: relative;
  border-bottom: 1px solid var(--light-bg);
}

.tb-archive-list__item_preview img {
  display: block;
}

.tb-archive-list__item_preview:not(.tb-archive__img_loaded) {
  height: 200px;
  position: relative;
}

@media (min-width: 768px) {
  .tb-archive-list__item_preview:not(.tb-archive__img_loaded) {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .tb-archive-list__item_preview:not(.tb-archive__img_loaded) {
    height: 275px;
  }
}

.tb-archive-list__item_preview:not(.tb-archive__img_loaded) img {
  opacity: 0;
}

.tb-archive-list__item_preview:not(.tb-archive__img_loaded):before {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid var(--white);
  border-color: var(--brand-primary) transparent var(--brand-primary) transparent;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: -30px auto 0;
}

@-webkit-keyframes loading-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-archive-list__item_preview:hover .tb-archive__author {
  visibility: visible;
  opacity: 1;
}

.tb-archive-list__item_meta {
  margin-right: auto;
}

.tb-archive-list__item_meta h4,
      .tb-archive-list__item_meta h4 a {
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.tb-archive-list__item_price {
  position: absolute;
  right: 20px;
  top: -40px;
  width: 50px;
  height: 50px;
  background: var(--brand-primary);
  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;
  color: var(--white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 500;
}

.tb-archive-list__item-tk-count {
  font-size: 13px;
  line-height: normal;
}

.tb-archive-list__item-tk-count .tb-list__item_title_link {
  color: #232323;
}

.tb-archive-list__item-tk-count .tb-list__item_title_link:hover {
  color: var(--brand-primary);
}

.tb-archive-list__item_actions {
  margin-top: 15px;
  border-top: 1px solid var(--light-gray);
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-archive-list__item_btn {
  padding: 8px;
  background: var(--brand-primary);
  font-size: 12px;
  border-radius: 2px;
  line-height: normal;
  color: var(--white);
  font-family: inherit;
  font-weight: 400;
}

.tb-archive-list__item_btn:hover, .tb-archive-list__item_btn:focus {
  background: var(--brand-primary-hover);
}

.tb-archive-list__item_footer {
  background: var(--item-footer-bg);
  position: relative;
  padding: 15px;
}

.tb-archive__author {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 5px 7px 5px 2px;
  background: var(--brand-primary);
  color: var(--white);
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
}

.tb-archive__author i {
  font-size: 10px;
  margin: 0 5px;
}

.tb-archive__price_option {
  border: 1px solid var(--light-gray);
  margin-bottom: 10px;
  background: var(--light-bg);
  cursor: pointer;
}

.tb-archive__price_options label {
  display: block;
  padding: 10px 10px 6px 10px;
  cursor: pointer;
  line-height: 1.4;
}

.tb-archive__price_options label input[type="radio"] {
  margin-right: 15px;
}

.tb-archive__navigation {
  margin-top: 40px;
}

.tb-archive__pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}

.tb-archive__pagination .tb-archive__page-item {
  display: inline-block;
}

.tb-archive__pagination .tb-archive__page-item .tb-archive__page-link {
  display: block;
  border: 1px solid var(--text-color);
  margin: 5px;
  padding: 10px 16px;
  color: var(--text-color);
  line-height: normal;
  border-radius: 2px;
}

.tb-archive__pagination .tb-archive__page-item .tb-archive__page-link:hover {
  color: var(--white);
  text-decoration: none;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.tb-archive__pagination .tb-archive__page-item.tb-archive__page-active {
  color: var(--white);
  text-decoration: none;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.tb-archive__pagination .tb-archive__page-item.tb-archive__page-disabled {
  cursor: not-allowed;
}

.tb-archive__pagination .tb-archive__page-item.tb-archive__page-disabled .tb-archive__page-link {
  pointer-events: none;
  color: var(--light-gray);
  border-color: var(--light-gray);
}

.tb-archive-with-sidebar .tb-archive__categories-content .tb-archive__content {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .tb-archive-with-sidebar .tb-archive__categories-content .tb-list__item {
    max-width: calc(100% / var(--item-column-2) - var(--item-gutter)*2);
    -ms-flex-preferred-size: calc(100% / var(--item-column-2) - var(--item-gutter)*2);
    flex-basis: calc(100% / var(--item-column-2) - var(--item-gutter)*2);
  }
}

@media (min-width: 992px) {
  .tb-archive-with-sidebar .tb-archive__categories-content .tb-list__item {
    max-width: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
    -ms-flex-preferred-size: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
    flex-basis: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
  }
}

.tb-archive-author-sidebar {
  background: var(--white);
}

.tb-archive-author-sidebar .tb-filter-type-tab {
  display: block;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-color);
  padding: 10px 20px;
  border-bottom: 1px solid var(--light-bg);
  text-transform: capitalize;
  text-align: left;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
}

.tb-archive-author-sidebar .tb-filter-type-tab:hover {
  color: var(--brand-primary);
  background: var(--light-bg);
}

.tb-archive-author-sidebar .tb-filter-type-tab.tb-filter-active {
  color: var(--brand-primary);
  background: var(--light-bg);
}

.tb-archive_types_buttons {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .tb-archive_types_buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

.tb-archive__categories-content {
  width: 100%;
}

.tb-archive__categories-content .tb-list__item:not(.tb-item-active) {
  display: none;
}

@media (min-width: 768px) {
  .tb-archive__categories-content .tb-list__item {
    max-width: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
    -ms-flex-preferred-size: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
    flex-basis: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
  }
}

@media (min-width: 992px) {
  .tb-archive__categories-content .tb-list__item {
    max-width: calc(100% / var(--item-column-4) - var(--item-gutter)*2);
    -ms-flex-preferred-size: calc(100% / var(--item-column-4) - var(--item-gutter)*2);
    flex-basis: calc(100% / var(--item-column-4) - var(--item-gutter)*2);
  }
}

.tb-archive-toolbar {
  display: block !important;
}

@media (min-width: 768px) {
  .tb-archive-toolbar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .tb-archive-toolbar .sorting-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .tb-archive-toolbar .sorting-wrap {
    margin-top: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 auto !important;
    flex: 0 auto !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .tb-archive-toolbar .sorting-wrap span {
    width: 60px;
  }
}

.tb-archive-toolbar .tb-filter-tab {
  padding: 8px 16px;
}

.tb-archive-toolbar .tb-filter-tab:not(:last-child) {
  margin-right: 10px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .tb-archive-toolbar .tb-filter-tab:not(:last-child) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .tb-archive-toolbar .tb-filter-tab:not(:last-child) {
    margin-right: 15px;
  }
}

.tb-archive-toolbar .tb-filter-tab:hover {
  background: var(--brand-primary);
  color: var(--white);
}

@media (min-width: 768px) {
  .tb-archive-toolbar .tb-filter-type-tab:not(:last-child) {
    margin-top: 0;
  }
}

.tb-archive-toolbar .tb-filter-type-tab:hover {
  background: var(--brand-primary);
  color: var(--white);
}

.tb-archive-toolbar.sorting-wrap {
  margin-top: 15px;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.tb-archive-pagination {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.tb-archive-contents-wrap {
  margin-bottom: 40px;
  line-height: 1.4;
}

.tb-archive-contents-wrap p a {
  padding: 15px 30px;
  background: var(--brand-primary);
  color: var(--white);
  display: inline-block;
  margin-top: 20px;
}

.tb-archive-contents-wrap p a:hover {
  background: var(--brand-primary-hover);
  color: var(--white);
}

.tb-list__item {
  -webkit-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: var(--item-gutter);
  width: 100%;
  background: var(--item-footer-bg);
}

@media (min-width: 768px) {
  .tb-list__item {
    max-width: calc(100% / var(--item-column-2) - var(--item-gutter)*2);
    -ms-flex-preferred-size: calc(100% / var(--item-column-2) - var(--item-gutter)*2);
    flex-basis: calc(100% / var(--item-column-2) - var(--item-gutter)*2);
  }
}

@media (min-width: 992px) {
  .tb-list__item {
    max-width: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
    -ms-flex-preferred-size: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
    flex-basis: calc(100% / var(--item-column-3) - var(--item-gutter)*2);
  }
}

.tb-list__item_preview {
  position: relative;
  border-bottom: 1px solid var(--light-bg);
}

.tb-list__item_preview img {
  display: block;
  width: 100%;
}

.tb-list__item_preview:not(.tb-archive__img_loaded) {
  height: 200px;
  position: relative;
}

@media (min-width: 768px) {
  .tb-list__item_preview:not(.tb-archive__img_loaded) {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .tb-list__item_preview:not(.tb-archive__img_loaded) {
    height: 165px;
  }
}

.tb-list__item_preview:not(.tb-archive__img_loaded) img {
  opacity: 0;
}

.tb-list__item_preview:not(.tb-archive__img_loaded):before {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid var(--white);
  border-color: var(--brand-primary) transparent var(--brand-primary) transparent;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: -30px auto 0;
}

@keyframes loading-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-list__item_preview:hover .tb-archive__author {
  visibility: visible;
  opacity: 1;
}

.tb-list__item_meta {
  margin-right: auto;
}

.tb-list__item_meta h4,
    .tb-list__item_meta h4 a {
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.tb-list__item_price {
  position: absolute;
  right: 20px;
  top: -40px;
  width: 50px;
  height: 50px;
  background: var(--brand-primary);
  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;
  color: var(--white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 500;
}

.tb-list__item-tk-count {
  font-size: 13px;
  line-height: normal;
}

.tb-list__item-tk-count .tb-list__item_title_link {
  color: #232323;
}

.tb-list__item-tk-count .tb-list__item_title_link:hover {
  color: var(--brand-primary);
}

.tb-list__item_actions {
  margin-top: 15px;
  border-top: 1px solid var(--light-gray);
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-list__item_btn {
  padding: 8px;
  background: var(--brand-primary);
  font-size: 12px;
  border-radius: 2px;
  line-height: normal;
  color: var(--white);
  font-family: inherit;
  font-weight: 400;
}

.tb-list__item_btn:hover, .tb-list__item_btn:focus {
  background: var(--brand-primary-hover);
  color: var(--white);
}

.tb-list__item_footer {
  background: var(--item-footer-bg);
  position: relative;
  padding: 15px;
}

.tb-list__item-theme--link {
  opacity: 0.7;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none;
  background: #f9e7db;
  color: var(--brand-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 5px;
}

.tb-list__item-theme--link:hover {
  opacity: 1;
  color: var(--brand-primary);
}

.tb-list__item-theme--link i {
  margin-right: 6px;
  background: var(--brand-primary);
  color: var(--white);
  padding: 3px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.tb-list__item-theme--link i:before {
  margin: 0 auto;
  font-size: 10px;
}

.tb-purchase__info {
  display: none;
}

@media (min-width: 1200px) {
  .tb-purchase__info {
    margin-top: 40px;
    display: block;
  }
}

.tb-purchase__wrap {
  margin: 20px 0;
  background: var(--white);
  padding: 25px;
  border: 1px solid var(--border-color);
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.01);
}

@media (min-width: 992px) {
  .tb-purchase__wrap [class*="tb-purchase__"] {
    width: 150px;
  }

  .tb-purchase__wrap .tb-purchase__id {
    width: 60px;
  }

  .tb-purchase__wrap .tb-purchase__type {
    width: 100px;
  }

  .tb-purchase__wrap .tb-purchase__amount {
    width: 70px;
  }

  .tb-purchase__wrap .tb-purchase__limit {
    width: 70px;
  }

  .tb-purchase__wrap .tb-purchase__plan {
    width: 80px;
  }

  .tb-purchase__wrap .tb-purchase__image-thumb {
    width: 60px;
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .tb-purchase__wrap [class*="tb-purchase__"] {
    width: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .tb-purchase__wrap [class*="tb-purchase__"] {
    width: auto;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .tb-purchase__wrap [class*="tb-purchase__"] {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .tb-purchase__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tb-purchase__wrap .tb-purchase__id {
    width: 80px;
  }

  .tb-purchase__wrap .tb-purchase__type {
    width: 150px;
  }

  .tb-purchase__wrap .tb-purchase__name {
    width: 180px;
  }

  .tb-purchase__wrap .tb-purchase__date {
    width: 140px;
  }

  .tb-purchase__wrap .tb-purchase__amount {
    width: 100px;
  }

  .tb-purchase__wrap .tb-purchase__limit {
    width: 80px;
  }

  .tb-purchase__wrap .tb-purchase__plan {
    width: 100px;
  }

  .tb-purchase__wrap .tb-purchase__image-thumb {
    width: 60px;
    display: block;
  }
}

.tb-purchase__wrap div span {
  font-size: 14px;
  word-break: break-word;
}

.tb-purchase__title {
  display: block;
  font-weight: 700;
}

.tb-purchase__desc {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.4;
}

.tb-purchase-popup {
  overflow: hidden;
}

.tb-purchase-popup #vmois8T-1616478501209,
  .tb-purchase-popup .cwp-dynamic-header,
  .tb-purchase-popup .cwp-scroll-to-top {
  z-index: -1;
}

.tb-modal {
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .tb-modal {
    width: 500px;
  }
}

@media (max-width: 767px) {
  .tb-modal {
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.tb-modal__overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 110;
}

.tb-modal__header {
  border-bottom: 1px solid var(--light-gray);
  padding: var(--padding-lr-15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-modal__cancel {
  margin-left: auto;
  width: 30px;
  height: 30px;
  line-height: 31px;
  background: #E0E0E0;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}

.tb-modal__cancel:hover {
  background: #D4D4D4;
  color: var(--white);
}

.tb-modal__item-cart-added {
  padding: var(--padding-lr-15);
  font-size: 20px;
}

.tb-modal__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  background: var(--light-bg);
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .tb-modal__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tb-modal__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .tb-modal__item-info {
    width: 60%;
    padding-right: 40px;
  }
}

.tb-modal__item-package {
  margin-top: 20px;
  border-top: 1px dashed var(--light-gray);
  padding-top: 20px;
}

@media (min-width: 768px) {
  .tb-modal__item-package {
    width: 40%;
    margin-top: 0;
    padding-top: 0;
    border: medium none;
  }
}

.tb-modal__item-thumb {
  margin-right: 20px;
  width: 90px;
}

.tb-modal__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.tb-modal__item-author {
  font-size: 14px;
  color: var(--text-color);
  line-height: normal;
}

.tb-modal__item-price {
  margin: 0 0 5px 0 !important;
  line-height: normal;
  font-size: 28px;
}

.tb-modal__title {
  padding: 0;
  margin: 0 !important;
  font-size: 20px;
}

.tb-modal__variant {
  padding: 15px 15px;
}

@media (min-width: 768px) {
  .tb-modal__variant {
    padding: 30px 15px;
  }
}

.tb-modal__variant-info {
  margin: 0;
  line-height: normal;
  font-size: 14px;
}

.tb-modal__variant-label {
  font-weight: 500;
  font-size: 13px;
  color: var(--text-color);
}

.tb-modal__variant-type {
  color: var(--brand-primary);
  text-transform: capitalize;
}

.tb-modal__variant .tb-archive__price_options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tb-modal__variant .tb-archive__price_options li {
  border: 1px solid var(--light-gray);
  margin-bottom: 10px;
  background: var(--light-bg);
  cursor: pointer;
}

.tb-modal__variant .edd_price_option_price {
  font-weight: normal;
}

.tb-modal__variant .edd_price_option_user {
  font-weight: normal;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  padding-left: 32px;
  line-height: normal;
}

.tb-modal__select {
  width: auto;
  margin: 15px;
}

@media (min-width: 768px) {
  .tb-modal__select {
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
  }
}

.tb-modal__select h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.tb-modal__footer {
  padding: 20px;
  text-align: right;
}

.tb-modal__btn {
  padding: 10px 12px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
}

.tb-modal__default {
  background: var(--light-bg);
  color: var(--text-color);
  border-color: var(--light-gray);
  margin-right: 10px;
}

.tb-modal__cart {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--white) !important;
}

.tb-modal__cart:hover {
  background: var(--brand-primary-hover);
  border-color: var(--brand-primary-hover);
  color: var(--white) !important;
}

@media (min-width: 768px) {
  .tb-modal__variant {
    padding: 30px 15px;
  }

  .tb-modal__select {
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
  }

  .tb-modal__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tb-modal__item-info {
    width: 60%;
    padding-right: 40px;
  }

  .tb-modal__item-package {
    width: 40%;
    margin-top: 0;
    padding-top: 0;
    border: medium none;
  }
}

.tb-preview {
  overflow: hidden;
}

.tb-preview.tb-purchase-popup .tb-modal__overlay {
  z-index: 99999;
}

.tb-preview .cwp-scroll-to-top {
  z-index: -1;
}

.tb-preview .cwp-dynamic-header {
  z-index: -1;
}

.tb-preview.admin-bar .tb-preview__wrapper {
  top: 100px;
}

@media (min-width: 992px) {
  .tb-preview.admin-bar .tb-preview__wrapper {
    top: 32px;
  }
}

.tb-preview__wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #191e23;
}

.tb-preview__wrapper:not(.tb-preview-t):not(.tb-preview-m) .tb-preview__main {
  padding-left: var(--preview-sidebar);
}

.tb-preview__wrapper.tb-preview__sidebar-hide:not(.tb-preview-t):not(.tb-preview-m) .tb-preview__main {
  padding-left: 0;
}

.tb-preview__wrapper:not(.tb-preview__sidebar-hide) .tb-preview__collapse-arrow:before {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.tb-preview__wrapper:not(.tb-item__preview_loading) .tb-preview__main_loader {
  display: none;
}

.tb-preview__sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 10;
  background: var(--light-bg);
  border-right: 1px solid var(--light-gray);
  -webkit-transition-property: left, right, top, bottom, width, margin;
  transition-property: left, right, top, bottom, width, margin;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

@media (min-width: 992px) {
  .tb-preview__sidebar {
    width: var(--preview-sidebar);
    height: 100%;
  }
}

.tb-preview__sidebar .tb-archive__tk_templates {
  margin-top: 40px;
  border-top: 1px solid var(--light-gray);
  padding-top: 20px;
}

.tb-preview__sidebar .tb-archive__tk_templates .tb-list__item {
  max-width: 100%;
  margin: 15px 0;
}

.tb-preview__sidebar .tb-archive__tk_templates .tb-list__item:not(.tb-list__item_current) {
  opacity: 0.4;
}

.tb-preview__sidebar .tb-archive__tk_templates .tb-list__item:hover {
  opacity: 1;
}

.tb-preview__sidebar .tb-archive__tk_templates .tb-list__item.tb-list__item_current {
  border: 2px solid var(--brand-primary);
}

.tb-preview__sidebar-content {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  height: 85%;
  padding: 15px;
  display: none;
}

@media (min-width: 992px) {
  .tb-preview__sidebar-content {
    display: block;
  }
}

.tb-preview__sidebar-content .tb-preview__thumb {
  border: 1px solid var(--light-gray);
  line-height: 0;
}

.tb-preview__sidebar-content .tb-preview__author {
  margin: 15px 0 10px 0;
  font-size: 15px;
}

.tb-preview__sidebar-content .tb-preview__author i,
        .tb-preview__sidebar-content .tb-preview__author i:before {
  font-size: 13px;
  margin-right: 2px;
}

.tb-preview__sidebar-content .tb-list__item_btn {
  padding: 15px 30px;
}

.tb-preview__sidebar-hide .tb-preview__sidebar {
  left: calc(-1 * var(--preview-sidebar));
}

.tb-preview__sidebar-hide .tb-preview__footer {
  background: transparent;
  border: medium none;
}

.tb-preview__sidebar-hide .tb-preview__collapse-label, .tb-preview__sidebar-hide .tb-preview__devices-wrapper {
  display: none;
}

.tb-preview__main {
  background-color: var(--light-bg);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition-property: left, right, top, bottom, width, margin, padding;
  transition-property: left, right, top, bottom, width, margin, padding;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.tb-preview__main iframe {
  width: 100%;
  height: 100%;
  border: medium none;
}

.tb-preview__main_loader {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #f5f5f5;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-preview__main_loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.tb-preview__header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  background-color: #eee;
  -webkit-transition: padding ease-in-out .18s;
  transition: padding ease-in-out .18s;
  border-bottom: 1px solid var(--light-gray);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-preview__header .tb-list__item_btn {
  margin-left: auto;
  margin-right: 20px;
  padding: 10px 15px;
}

@media (min-width: 992px) {
  .tb-preview__header {
    display: block;
  }

  .tb-preview__header .tb-list__item_btn {
    display: none;
  }
}

.tb-preview.admin-bar .tb-preview__header {
  top: 46px;
}

@media (min-width: 992px) {
  .tb-preview.admin-bar .tb-preview__header {
    top: 32px;
  }
}

@media (min-width: 992px) {
  .tb-preview__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tb-preview__actions button {
  cursor: pointer;
  padding: 6px 12px;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: var(--light-gray);
  position: relative;
}

.tb-preview__actions button:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: 900 20px/30px "Font Awesome 5 Free";
  vertical-align: top;
  margin: 3px 0;
  padding: 4px 8px;
  color: #656a6f;
}

.tb-preview__actions button:hover, .tb-preview__actions button:focus {
  background: var(--white);
}

.tb-preview__actions button.tb-preview__close {
  border-right: 1px solid var(--light-gray);
}

@media (min-width: 992px) {
  .tb-preview__actions button.tb-preview__close {
    margin-right: auto;
  }
}

.tb-preview__actions button.tb-archive__page-disabled {
  cursor: not-allowed;
}

.tb-preview__actions button.tb-archive__page-disabled:hover, .tb-preview__actions button.tb-archive__page-disabled:focus {
  background: none;
}

.tb-preview__actions button.tb-archive__page-disabled:before {
  opacity: 0.2;
}

.tb-preview__actions button.tb-archive__page-disabled:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.tb-preview__actions button.tb-preview__close:before {
  content: "\f00d";
}

.tb-preview__actions button.tb-preview__prev:before {
  content: "\f053";
}

.tb-preview__actions button.tb-preview__next:before {
  content: "\f054";
}

.tb-preview__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: var(--preview-sidebar);
  width: calc(var(--preview-sidebar) - 1px);
  height: 45px;
  border-top: 1px solid var(--light-gray);
  background: #eee;
  -webkit-transition: .18s bottom ease-in-out;
  transition: .18s bottom ease-in-out;
  display: none;
}

@media (min-width: 992px) {
  .tb-preview__footer {
    display: block;
  }
}

.tb-preview__collapse-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 9px 0 9px 10px;
  height: 45px;
  color: #656a6f;
  outline: 0;
  line-height: 1;
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.tb-preview__collapse-btn:hover, .tb-preview__collapse-btn:focus {
  -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
  box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
  color: var(--brand-primary);
}

.tb-preview__collapse-arrow, .tb-preview__collapse-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
}

.tb-preview__collapse-label {
  margin-left: 3px;
}

.tb-preview__collapse-arrow:before {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  content: "\f144";
  background: #eee;
  font-weight: 900;
  font-size: 16px;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  speak: never;
  padding: 0;
  -webkit-transition: .18s transform ease-in-out;
  transition: .18s transform ease-in-out;
}

.tb-preview__devices {
  position: relative;
  background: #eee;
  -webkit-box-shadow: -20px 0 10px -5px #eee;
  box-shadow: -20px 0 10px -5px #eee;
}

.tb-preview__devices-wrapper {
  float: right;
}

.tb-preview__devices button {
  cursor: pointer;
  background: 0 0;
  border: none;
  height: 45px;
  padding: 0 3px;
  margin: 0 0 0 -4px;
  border-top: 1px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
  transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
}

.tb-preview__devices button:hover, .tb-preview__devices button:focus {
  background: var(--white);
}

.tb-preview__devices button:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 16px;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  vertical-align: top;
  margin: 3px 0;
  padding: 4px 8px;
  color: #656a6f;
}

.tb-preview__devices button.active {
  border-bottom-color: var(--brand-primary);
}

.tb-preview__devices button.active:before {
  color: var(--brand-primary);
}

.tb-preview__devices .tb-preview__desktop:before {
  content: "\f108";
}

.tb-preview__devices .tb-preview__tablet:before {
  content: "\f3fa";
}

.tb-preview__devices .tb-preview__mobile:before {
  content: "\f3cd";
}

.tb-preview-t .tb-preview__main {
  margin: auto 0 auto -220px;
  width: 768px;
  height: 1024px;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 0;
}

.tb-preview-t.tb-preview__sidebar-hide .tb-preview__main {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto 0 auto -15px;
}

.tb-preview-m .tb-preview__main {
  margin: auto 0;
  width: 320px;
  height: 480px;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 0;
}

.tb-preview-m.tb-preview__sidebar-hide .tb-preview__main {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tb-preview__lines {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: var(--light-gray);
  -webkit-animation: tb-preview__main_loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: tb-preview__main_loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.tb-preview__main_loading .tb-preview__lines:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.tb-preview__main_loading .tb-preview__lines:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.tb-preview__main_loading .tb-preview__lines:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes tb-preview__main_loading {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
                    100% {
    top: 24px;
    height: 32px;
  }
}

@keyframes tb-preview__main_loading {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
                    100% {
    top: 24px;
    height: 32px;
  }
}

.tb-author__profile {
  background: var(--white);
  border: 1px solid #ececec;
  margin-bottom: 20px;
  padding: 20px;
}

.tb-author__profile_pic {
  height: 120px;
  width: 120px;
  border: 1px solid var(--light-gray);
  padding: 8px;
  background: var(--white);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .tb-author__profile {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .tb-author__wrapper {
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .tb-author__profile, .tb-author__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tb-author__social_links {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}

.tb-author__social_links li {
  display: inline-block;
}

.tb-author__social_links li a {
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  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;
  color: #6f6f6f;
  margin: 5px;
}

.tb-author__social_links li a:hover {
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.tb-author__item_wrap {
  margin-left: auto;
}

@media (min-width: 768px) {
  .tb-author__item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tb-author__name {
  margin: 0 0 5px 0 !important;
  font-size: 24px;
  line-height: normal;
}

.tb-author__info {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .tb-author__info {
    margin-left: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.tb-author__info p {
  line-height: normal;
  color: #6f6f6f;
}

.tb-author__total_item {
  border-top: 1px solid #ececec;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .tb-author__total_item {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding-top: 0;
  }
}

.tb-author__total_item h5, .tb-author__sales h5 {
  font-size: 16px;
  color: #6f6f6f;
  line-height: normal;
}

.tb-author__total_item p, .tb-author__sales p {
  font-size: 24px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .tb-author__total_item, .tb-author__sales {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }
}

.tb-filter-active {
  background: var(--brand-primary);
  color: var(--white);
}

.tb-templates-loading .tb-archive__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-templates-loading .tb-archive__content:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: var(--light-bg);
  width: 100%;
  height: 100%;
  z-index: 1;
  min-height: 280px;
}

.tb-templates-loading .tb-archive__content:after {
  content: " ";
  display: block;
  width: 44px;
  height: 44px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--white);
  border-color: var(--light-gray) transparent var(--light-gray) transparent;
  -webkit-animation: tb-dual-ring 1.2s linear infinite;
  animation: tb-dual-ring 1.2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 200px;
}

@-webkit-keyframes tb-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes tb-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-templates-loading .tb-archive__content .tb-list__item {
  opacity: 0;
}

.tberg-wp-themes .tb-archive__cat_btn {
  padding: 12px 15px;
  font-size: 12px;
}

.tberg-wp-themes .tb-archive__cat_btn i {
  font-size: 14px;
}

input[type="text"].tb-archive__searchinput {
  height: 50px;
}

.addonspress-payment-ways-price-option-wrap {
  display: block;
  padding-left: 30px;
}

.addonspress-payment-ways-price-option-wrap span {
  display: block;
  text-transform: capitalize;
  font-weight: normal;
}

.addonspress-payment-ways-checkout {
  padding: 15px 30px;
  background: var(--brand-primary);
  font-size: 14px;
  border-radius: 2px;
  line-height: normal;
  color: var(--white) !important;
  font-family: inherit;
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

.addonspress-payment-ways-checkout:hover {
  background: var(--brand-primary-hover);
  color: var(--white);
}

.addonspress-payment-ways-checkout.addonspress-payment-ways-loading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.addonspress-payment-ways-loading .edd-loading {
  position: inherit;
  left: inherit;
  top: inherit;
  opacity: 1;
  margin-left: 10px;
}

/*# sourceMappingURL=archive-download.css.map */