:root, body {
  --tj-container: 1170px;
  --tj-color--main: #282262;
  --tj-color--main-rgb: 40, 34, 98;
  --tj-color--hover: #3b328a;
  --tj-color--hover-rgb: 59, 50, 138;
  --tj-color--pressed: #18124d;
  --tj-color--pressed-rgb: 24, 18, 77;
  --tj-color--surface: #E7E4DC;
  --tj-color--surface-rgb: 231, 228, 220;
  --tj-color--border: #D5D4D4;
  --tj-color--border-rgb: 213, 212, 212;
  --tj-color--bg-gradient: linear-gradient(180deg, #171F24 0%, #141414 100%);
  --tj-color--bg-header: #FFF;
  --tj-color--bg-body: #1B1B1B;
  --tj-color--bg-post: #141414;
  --tj-color--fg: #0A0A0A;
  --tj-color--fg-rgb: 10, 10, 10;
  --tj-color--accent: #FAC140;
  --tj-color--accent-rgb: 250, 193, 64;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991.98px) {
  .breadcrumbs {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}

.breadcrumbs i {
  margin-left: 8px;
  margin-right: 8px;
}

@media (max-width: 991.98px) {
  .breadcrumbs i {
    margin-left: 1px;
    margin-right: 1px;
    vertical-align: sub;
  }
}

.breadcrumbs-wrap {
  background-color: var(--tj-color--bg-post);
  padding: 12px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.breadcrumbs [property=item] {
  color: var(--tj-color--main);
  font-weight: 400;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .breadcrumbs [property=item] {
    font-size: 12px;
  }
}

.breadcrumbs [property=item]:hover {
  color: var(--tj-color--hover);
}

.breadcrumbs span.current-item {
  color: var(--tj-color--fg);
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .breadcrumbs span.current-item {
    font-size: 12px;
  }
}

.caret-right {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4137 10.6632L8.16374 16.9132C7.98761 17.0894 7.74874 17.1883 7.49967 17.1883C7.2506 17.1883 7.01173 17.0894 6.83561 16.9132C6.65949 16.7371 6.56055 16.4983 6.56055 16.2492C6.56055 16.0001 6.65949 15.7612 6.83561 15.5851L12.4223 9.99997L6.83717 4.41325C6.74997 4.32604 6.68079 4.22251 6.6336 4.10857C6.5864 3.99463 6.56211 3.87251 6.56211 3.74918C6.56211 3.62586 6.5864 3.50374 6.6336 3.3898C6.68079 3.27586 6.74997 3.17233 6.83717 3.08512C6.92438 2.99792 7.02791 2.92874 7.14185 2.88155C7.25579 2.83435 7.37791 2.81006 7.50124 2.81006C7.62456 2.81006 7.74668 2.83435 7.86062 2.88155C7.97456 2.92874 8.07809 2.99792 8.1653 3.08512L14.4153 9.33512C14.5026 9.42232 14.5718 9.5259 14.619 9.63991C14.6662 9.75392 14.6904 9.87612 14.6903 9.99951C14.6901 10.1229 14.6656 10.245 14.6182 10.3589C14.5707 10.4728 14.5012 10.5763 14.4137 10.6632Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

article.post-blog-card .post-meta, article.post-wide-card .post-content .post-meta, article.post-small-card .post-content .post-meta, article.cardBigNews .post-meta, article.cardSmallNews .post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
  font-weight: 500;
}

article.post-blog-card .post-meta > li:not(:first-child)::before, article.post-wide-card .post-content .post-meta > li:not(:first-child)::before, article.post-small-card .post-content .post-meta > li:not(:first-child)::before, article.cardBigNews .post-meta > li:not(:first-child)::before, article.cardSmallNews .post-meta > li:not(:first-child)::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background-color: #D9D9D9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: -2px;
}

@media (max-width: 991.98px) {
  article.post-blog-card .post-meta, article.post-wide-card .post-content .post-meta, article.post-small-card .post-content .post-meta, article.cardBigNews .post-meta, article.cardSmallNews .post-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  article.post-blog-card .post-meta > li, article.post-wide-card .post-content .post-meta > li, article.post-small-card .post-content .post-meta > li, article.cardBigNews .post-meta > li, article.cardSmallNews .post-meta > li {
    display: inline;
  }
}

article.post-blog-card .post-meta .post-date, article.post-wide-card .post-content .post-meta .post-date, article.post-small-card .post-content .post-meta .post-date, article.cardBigNews .post-meta .post-date, article.cardSmallNews .post-meta .post-date {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

article.post-blog-card .post-meta .post-cats, article.post-wide-card .post-content .post-meta .post-cats, article.post-small-card .post-content .post-meta .post-cats, article.cardBigNews .post-meta .post-cats, article.cardSmallNews .post-meta .post-cats {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

article.post-blog-card .post-meta .post-cats a, article.post-wide-card .post-content .post-meta .post-cats a, article.post-small-card .post-content .post-meta .post-cats a, article.cardBigNews .post-meta .post-cats a, article.cardSmallNews .post-meta .post-cats a {
  color: var(--tj-color--main);
  text-transform: uppercase;
  font-weight: 700;
}

article.post-blog-card .post-meta .post-cats a:not(:last-child)::after, article.post-wide-card .post-content .post-meta .post-cats a:not(:last-child)::after, article.post-small-card .post-content .post-meta .post-cats a:not(:last-child)::after, article.cardBigNews .post-meta .post-cats a:not(:last-child)::after, article.cardSmallNews .post-meta .post-cats a:not(:last-child)::after {
  content: ', ';
  display: inline;
}

.post-title {
  margin-top: 17px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--wp--preset--font-family--content);
  font-size: 14px;
  line-height: 1.5;
  height: 40px;
}

.post-title, .post-title a {
  color: var(--tj-color--fg);
  transition: all .3s ease;
}

.post-title a:hover {
  color: var(--tj-color--hover);
}

article.post-card {
  box-shadow: 0px 4px 20px 0px #0000000A;
  background-color: #FFF;
  border-radius: 6px;
  padding: 10px;
  color: #0A0A0A;
  font-size: 14px;
  line-height: 1.43;
  transition: all .3s ease;
  border: 1px solid transparent;
  height: 100%;
}

article.post-card:hover {
  box-shadow: 0px 4px 20px 0px #0000000A;
  border: 1px solid #28226233;
  background-color: #2822620A;
}

article.post-card .post-title {
  font-size: 16px;
  min-height: 48px;
  height: auto;
}

article.post-card .post-cats {
  background-color: #F32626;
  display: block;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 4px;
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 6px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 175px;
}

article.post-card .post-cats a {
  display: inline;
  position: relative;
  color: #FFF;
}

article.post-card .post-cats a:after {
  content: ',';
  display: inline;
  margin-right: 4px;
}

article.post-card .post-cats a:last-child::after {
  display: none;
}

article.post-card .post-thumb {
  position: relative;
  overflow: hidden;
}

article.post-card .post-thumb img.thumb-img {
  width: 100%;
  height: 219px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767.98px) {
  article.post-card .post-thumb img.thumb-img {
    height: 132px;
  }
}

article.post-card .post-meta {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 14px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #757575;
  font-weight: 500;
}

article.post-card .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

article.product-banner {
  border-radius: 18px;
  padding-top: 48px;
  padding-right: 30px;
  padding-bottom: 48px;
  padding-left: 30px;
  background-color: var(--bg);
  color: var(--color);
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  height: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  article.product-banner {
    font-size: 14px;
  }
}

article.product-banner img.img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: contrast(0.5);
}

article.product-banner img.img-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: auto;
  height: 95%;
}

@media (max-width: 991.98px) {
  article.product-banner img.img-banner {
    height: 80%;
  }
}

@media (max-width: 991.98px) {
  article.product-banner {
    padding: 25px 16px;
  }
}

article.product-banner .content {
  position: relative;
  z-index: 2;
  max-width: 190px;
}

@media (max-width: 991.98px) {
  article.product-banner .content {
    max-width: 150px;
  }
}

article.product-banner .content .text-1 {
  margin-bottom: 14px;
}

article.product-banner .content .text-2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  min-height: 58px;
}

@media (max-width: 991.98px) {
  article.product-banner .content .text-2 {
    font-size: 16px;
    min-height: auto;
  }
}

article.product-banner .content .button {
  background-color: var(--tj-color--main);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600px;
  font-size: 13px;
  transition: all .3s ease;
  margin-top: 23px;
  min-width: 96px;
}

article.product-banner .content .button:hover {
  background-color: var(--tj-color--hover);
}

article.deals-card .post-thumb {
  border-radius: 24px;
}

article.deals-card .post-thumb label-discount {
  top: 8px;
  left: 14px;
}

article.deals-card .post-thumb .thumb-img {
  height: 246px;
}

@media (max-width: 991.98px) {
  article.deals-card .post-thumb .thumb-img {
    height: 332px !important;
  }
}

article.deals-card .post-title {
  font-size: 14px;
}

article.deals-card .post-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

article.deals-card .post-content .button-wrap {
  margin-top: auto;
  padding-top: 24px;
}

@media (max-width: 991.98px) {
  article.deals-card .post-content {
    margin-top: 22px;
  }
  article.deals-card .post-content .button-wrap {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  article.deals-card .row {
    margin-bottom: 0;
    margin-top: 0;
  }
}

article.product .post-thumb {
  position: relative;
  overflow: hidden;
}

article.product .post-thumb .label-discount {
  position: absolute;
  top: 12px;
  left: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #FF2F2F;
  color: #FFF;
  padding: 2px 7px;
}

@media (max-width: 767.98px) {
  article.product .post-thumb .label-discount {
    font-size: 12px;
  }
}

article.product .post-thumb .thumb-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 991.98px) {
  article.product .post-thumb .thumb-img {
    height: 230px;
  }
}

@media (max-width: 767.98px) {
  article.product .post-thumb .thumb-img {
    height: 175px;
  }
}

@media (max-width: 575.98px) {
  article.product .post-thumb .thumb-img {
    height: 155px;
  }
}

article.product.product-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

article.product.product-card .button-wrap {
  margin-top: auto;
  padding-top: 24px;
}

article.product.product-card .button-wrap > [class*="button"] {
  margin-right: 10px;
}

article.product.product-card .button-wrap > [class*="button"]:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  article.product.product-card .button-wrap > [class*="button"] {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 991.98px) {
  article.product.product-card .post-title {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}

article.product .wp-element-button,
article.product .add_to_cart_button {
  font-size: 13px;
  min-width: 96px;
  letter-spacing: 0;
  font-weight: 600;
  --tj-btn-padding-x: 16px;
}

article.post-blog-card {
  font-family: var(--wp--preset--font-family--content);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

article.post-blog-card .post-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}

article.post-blog-card .post-thumb .thumb-img {
  width: 100%;
  height: 374px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  article.post-blog-card .post-thumb {
    border-radius: 12px;
    margin-bottom: 16px;
  }
  article.post-blog-card .post-thumb .thumb-img {
    height: 118px;
    aspect-ratio: 169/118;
  }
}

article.post-blog-card .post-title {
  font-size: 18px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  margin-bottom: 8px;
  height: auto;
}

article.post-blog-card .post-title a {
  -webkit-line-clamp: auto;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--content);
}

@media (max-width: 991.98px) {
  article.post-blog-card .post-title {
    font-size: 16px;
  }
}

article.post-blog-card .excerpt {
  color: #868686;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  article.post-blog-card .excerpt {
    font-size: 14px;
  }
}

article.post-blog-card .button-wrap {
  margin-top: auto !important;
  margin-bottom: 0;
  text-align: left !important;
}

article.post-blog-card .read-more {
  color: var(--tj-color--main);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: .4rem;
  display: block;
}

@media (max-width: 991.98px) {
  article.post-blog-card .read-more {
    font-size: 14px;
  }
}

article.post-wide-card,
article.post-small-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: var(--wp--preset--font-family--content);
}

@media (max-width: 991.98px) {
  article.post-wide-card,
  article.post-small-card {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

article.post-wide-card .post-thumb,
article.post-small-card .post-thumb {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

article.post-wide-card .post-thumb .thumb-img,
article.post-small-card .post-thumb .thumb-img {
  width: 635px;
  height: 312px;
  aspect-ratio: 635/312;
  object-fit: cover;
  border-radius: 32px;
}

article.post-wide-card .post-content,
article.post-small-card .post-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-left: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #868686;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

article.post-wide-card .post-content .post-title,
article.post-small-card .post-content .post-title {
  color: #0A0A0A;
  font-size: 28px;
  line-height: 1.2;
  margin: 8px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
}

article.post-wide-card .post-content .post-title, article.post-wide-card .post-content .post-title a,
article.post-small-card .post-content .post-title,
article.post-small-card .post-content .post-title a {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  article.post-wide-card .post-content .post-title,
  article.post-small-card .post-content .post-title {
    font-size: 16px;
  }
}

article.post-wide-card .post-content .excerpt,
article.post-small-card .post-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 991.98px) {
  article.post-wide-card .post-content .excerpt,
  article.post-small-card .post-content .excerpt {
    font-size: 14px;
  }
}

article.post-wide-card .post-content .button-wrap,
article.post-small-card .post-content .button-wrap {
  text-align: left !important;
  padding-top: 39px;
}

@media (max-width: 991.98px) {
  article.post-wide-card .post-content .button-wrap,
  article.post-small-card .post-content .button-wrap {
    padding-top: 17px;
  }
}

article.post-wide-card .post-content .read-more,
article.post-small-card .post-content .read-more {
  color: var(--tj-color--main);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: .4rem;
  display: block;
}

@media (max-width: 991.98px) {
  article.post-wide-card .post-content .read-more,
  article.post-small-card .post-content .read-more {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  article.post-wide-card {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  article.post-wide-card .post-thumb {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  article.post-wide-card .post-thumb .thumb-img {
    width: 100%;
    height: auto;
  }
  article.post-wide-card .post-content {
    padding-left: 0;
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  article.post-wide-card .post-thumb .thumb-img {
    height: auto;
    aspect-ratio: 345 / 178;
  }
}

article.post-small-card .post-thumb .thumb-img {
  width: 136px;
  height: 136px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 17px;
}

@media (max-width: 991.98px) {
  article.post-small-card .post-thumb .thumb-img {
    width: 100%;
    height: auto;
    aspect-ratio: 203/118;
  }
}

article.post-small-card .post-content {
  font-size: 14px;
  padding-left: 16px;
}

@media (max-width: 991.98px) {
  article.post-small-card .post-content {
    padding-left: 0;
    margin-top: 16px;
  }
}

article.post-small-card .post-content .post-meta .post-cats {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 75px;
}

article.post-small-card .post-content .post-title {
  font-size: 14px;
  -webkit-line-clamp: 2;
}

@media (max-width: 991.98px) {
  article.post-small-card .post-content .post-title {
    font-size: 16px;
  }
}

article.post-small-card .post-content .excerpt {
  -webkit-line-clamp: 2;
}

@media (max-width: 991.98px) {
  article.post-small-card .post-content .excerpt {
    font-size: 14px;
  }
}

article.post-small-card .post-content .button-wrap {
  display: none;
}

article.cardBigNews {
  display: grid;
  grid-template-columns: 1fr 511px;
  column-gap: 24px;
}

article.cardBigNews .cardBigNews__media {
  width: 100%;
  aspect-ratio: 635 / 312;
  border-radius: 32px;
  overflow: hidden;
}

article.cardBigNews .cardBigNews__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article.cardBigNews .cardBigNews__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

article.cardBigNews .cardBigNews__heading-action {
  margin-top: auto;
  margin-bottom: 0;
}

article.cardBigNews .post-title {
  margin: 8px 0;
  font-size: 28px;
  font-family: var(--wp--preset--font-family--content);
  height: auto;
  color: #0A0A0A;
}

article.cardBigNews .post-title a {
  font-weight: 900;
}

article.cardBigNews .excerpt {
  color: #868686;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

article.cardBigNews .read-more {
  color: var(--tj-color--main);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: .4rem;
  display: block;
}

@media (max-width: 991.98px) {
  article.cardBigNews .read-more {
    font-size: 14px;
  }
}

article.cardSmallNews {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
}

article.cardSmallNews .cardSmallNews__media {
  width: 100%;
  max-width: 136px;
  aspect-ratio: 1 / 1;
  border-radius: 17px;
  overflow: hidden;
}

article.cardSmallNews .cardSmallNews__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article.cardSmallNews .cardSmallNews__heading {
  max-width: 167px;
}

article.cardSmallNews .post-title {
  margin: 4px 0 8px;
  font-size: 14px;
  font-family: var(--wp--preset--font-family--content);
  height: auto;
  color: #0A0A0A;
  -webkit-line-clamp: 3;
}

article.cardSmallNews .post-title a {
  font-weight: 900;
}

article.cardSmallNews .read-more {
  color: var(--tj-color--main);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: .4rem;
  display: block;
}

@media (max-width: 991.98px) {
  article.cardSmallNews .read-more {
    font-size: 14px;
  }
}

article.cardSmallNews .excerpt {
  color: #868686;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wp-block-query-pagination,
.pagination {
  --pagination-bg: transparent;
  --pagination-border: #EBEBEB;
  --pagination-border-current: var(--tj-color--main);
  --pagination-current: #FFF;
  --pagination-color: #212121;
  --pagination-bg-hover: var(--tj-color--hover);
  --pagination-size: 32px;
  --pagination-gap: 6px;
  --arrow-padding: 12px;
  margin-top: 60px;
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 !important;
}

@media (max-width: 991.98px) {
  .wp-block-query-pagination,
  .pagination {
    --pagination-size: 30px;
    --pagination-gap: 8px;
    --arrow-padding: 6px;
  }
}

.wp-block-query-pagination .icon,
.pagination .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers,
.pagination .wp-block-query-pagination-numbers {
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin: 0 calc( var(--pagination-gap) / 2) 0;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers > .page-numbers,
.pagination .wp-block-query-pagination-numbers > .page-numbers {
  margin: 0 calc( var(--pagination-gap) / 2);
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.pagination .page-numbers,
.pagination .wp-block-query-pagination-previous,
.pagination .wp-block-query-pagination-next {
  margin: 0;
  padding: 0 var(--arrow-padding);
  width: auto;
  min-width: var(--pagination-size, 36px);
  height: var(--pagination-size, 36px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 999px;
  background-color: var(--pagination-bg, #FFF);
  border: 1px solid var(--pagination-border, var(--wp--preset--color--primary));
  color: var(--pagination-color, #FFF);
  font-weight: 600;
}

.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.pagination .page-numbers:hover,
.pagination .wp-block-query-pagination-previous:hover,
.pagination .wp-block-query-pagination-next:hover {
  border-color: var(--pagination-border-hover, var(--wp--preset--color--primary));
  background-color: var(--pagination-bg-hover, var(--wp--preset--color--primary));
  color: var(--pagination-hover, #FFF);
}

.wp-block-query-pagination .page-numbers.current,
.wp-block-query-pagination .wp-block-query-pagination-previous.current,
.wp-block-query-pagination .wp-block-query-pagination-next.current,
.pagination .page-numbers.current,
.pagination .wp-block-query-pagination-previous.current,
.pagination .wp-block-query-pagination-next.current {
  border-color: var(--pagination-border-current, var(--wp--preset--color--primary));
  background-color: var(--pagination-bg-current, var(--wp--preset--color--primary));
  color: var(--pagination-current, #FFF);
}

.wp-block-query-pagination .page-numbers.prev, .wp-block-query-pagination .page-numbers.next,
.wp-block-query-pagination .wp-block-query-pagination-previous.prev,
.wp-block-query-pagination .wp-block-query-pagination-previous.next,
.wp-block-query-pagination .wp-block-query-pagination-next.prev,
.wp-block-query-pagination .wp-block-query-pagination-next.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .wp-block-query-pagination-previous.prev,
.pagination .wp-block-query-pagination-previous.next,
.pagination .wp-block-query-pagination-next.prev,
.pagination .wp-block-query-pagination-next.next {
  width: var(--pagination-size, 36px);
  padding: 0;
}

.wp-block-query-pagination .page-numbers.prev,
.wp-block-query-pagination .wp-block-query-pagination-previous.prev,
.wp-block-query-pagination .wp-block-query-pagination-next.prev,
.pagination .page-numbers.prev,
.pagination .wp-block-query-pagination-previous.prev,
.pagination .wp-block-query-pagination-next.prev {
  margin-right: 24px;
}

.wp-block-query-pagination .page-numbers.next,
.wp-block-query-pagination .wp-block-query-pagination-previous.next,
.wp-block-query-pagination .wp-block-query-pagination-next.next,
.pagination .page-numbers.next,
.pagination .wp-block-query-pagination-previous.next,
.pagination .wp-block-query-pagination-next.next {
  margin-left: 24px;
}

.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.pagination .wp-block-query-pagination-previous,
.pagination .wp-block-query-pagination-next {
  --pagination-color: var(--tj-color--main);
}

.pagination-wrap {
  margin-top: 40px;
}

section.section-deals {
  --head-mb: 47px;
  --section-bg: #F9F9F9;
}

section.section-deals .section-head {
  padding-bottom: 8px;
  border-bottom: 1px solid #EBEBEB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

section.section-deals .section-head [data-tab-target] {
  margin-bottom: -8px;
  margin-left: auto;
}

section.section-deals .section-head .title-section {
  font-family: var(--wp--preset--font-family--content);
  color: var(--tj-color--fg);
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  section.section-deals .section-head {
    --head-mb: 24px;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  section.section-deals .section-head .title-section {
    font-size: 30px;
    width: 100%;
    margin-bottom: 24px;
  }
  section.section-deals .section-head [data-tab-target] {
    margin-left: 0;
  }
}

section.section-deals .section-body > .row {
  --tj-gutter-x: 80px;
}

section.section-deals .section-body > .row > [class*=col] {
  position: relative;
}

section.section-deals .section-body > .row > [class*=col]:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EBEBEB;
}

section.section-deals .section-body > .row > [class*=col]:last-child:after {
  display: none;
}

[data-tab-target] {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
}

[data-tab-target] li:not(:last-child) {
  margin-right: 40px;
}

[data-tab-target] li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #2E2E2E80;
  display: block;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
}

[data-tab-target] li a:hover {
  color: var(--tj-color--main);
}

[data-tab-target] li.active a {
  color: var(--tj-color--main);
  border-bottom-color: var(--tj-color--main);
}

.content-tabs-main .tab-item {
  display: none;
}

.content-tabs-main .tab-item.active {
  display: block;
}

body.page.woocommerce-account main.site-main .hentry .entry-header .entry-title {
  font-size: 50px;
  color: var(--tj-color--main);
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-header .entry-title {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-header .entry-title {
    font-size: 26px;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce {
  font-size: 14px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-table .woocommerce-button.button.pay {
  margin-right: 5px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce a:not(.button) {
  font-weight: 600;
  color: var(--tj-color--main);
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce h2 {
  font-family: var(--wp--preset--font-family--content);
  font-size: 22px;
  margin-bottom: 32px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce #customer_login h2 {
  color: var(--tj-color--main);
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce #customer_login .form-row .button {
    width: 100%;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce #customer_login > [class*=col] {
    width: 100%;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce #customer_login > [class*=col]:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-form-row,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .form-row {
  margin-bottom: 24px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-form-row > label,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .form-row > label {
  font-size: 14px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-form-row .woocommerce-Input + span,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .form-row .woocommerce-Input + span {
  color: #868686;
  display: block;
  margin-top: 12px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-form-login__rememberme {
  margin-top: -11px;
  margin-bottom: 24px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-form-login__rememberme,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-LostPassword {
  font-size: 14px;
  font-weight: 400;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-LostPassword a {
  color: var(--tj-color--main);
  font-weight: 600;
  font-size: 14px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-register-form-wrapper {
  margin-top: 24px;
  background-color: #F4F4F7;
  border-radius: 12px;
  padding: 20px;
  color: #868686;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-register-form-wrapper a {
  font-weight: 600;
  color: var(--tj-color--main);
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-register-form-wrapper .woocommerce-form-row {
  margin-top: 24px;
  margin-bottom: 0;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-register-form-wrapper .woocommerce-form-row .woocommerce-button {
  width: 100%;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .my-account-wrapper {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .my-account-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation {
  background-color: #2822620D;
  border-radius: 18px;
  padding: 10px;
  max-width: 256px;
  width: 100%;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  float: unset;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 100%;
    border-radius: 30px 30px 18px 18px;
    margin-bottom: 20px;
    position: relative;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
    margin-top: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #e1e1e1;
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px 30px 18px 18px;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation.is-active ul {
    display: block;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation .navigation-title {
  display: block;
  margin-bottom: 12px;
  color: #868686;
  padding: 14px 18px 0;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation .navigation-title {
    background: var(--tj-color--main);
    border-radius: 999px;
    padding: 14px 18px;
    margin: -8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 5;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation .navigation-title::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3C!-- Icon from Google Material Icons by Material Design Authors - https://github.com/material-icons/material-icons/blob/master/LICENSE --%3E%3Cpath fill='%23FFF' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6z'/%3E%3C/svg%3E");
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  border-top: 0;
  margin-bottom: 0;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 0;
  padding: 0;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-bottom: 8px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 18px;
  border-radius: 999px;
  background-color: transparent;
  border: 1px solid transparent;
  outline: 0;
  transition: all .15s ease;
  position: relative;
  padding-left: 46px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a::before {
  float: none;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  left: 18px;
  top: 10px;
  width: 18px;
  height: 18px;
  font-size: 14px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:hover > a {
  background-color: #0000000f;
  color: var(--tj-color--main);
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active > a {
  background-color: var(--tj-color--main);
  color: #FFF;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 0 !important;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 8px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a::before {
    left: 0;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: transparent;
    color: var(--tj-color--main);
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: 0;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content {
  float: unset;
  width: unset;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content p:not(:last-of-type), body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content {
    margin-left: 32px;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses {
  float: unset;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses,
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column {
  -ms-flex: 0 1 calc(50% - 8px);
      flex: 0 1 calc(50% - 8px);
  margin: 0;
  background-color: #F4F4F7;
  border-radius: 12px;
  margin-left: 16px;
  overflow: hidden;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:first-child,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column:first-child,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address:first-child,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column:first-child {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column,
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address,
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:first-child,
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column:first-child,
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address:first-child,
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column:first-child {
    margin-top: 0;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column address,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address address,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column address {
  margin-bottom: 0;
  padding: 20px;
  line-height: 1.5;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column .woocommerce-Address-title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column .woocommerce-column__title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address .woocommerce-Address-title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column .woocommerce-Address-title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #E5E5EA;
  color: #292929;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title h2,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column .woocommerce-Address-title h2,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column .woocommerce-column__title h2,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address .woocommerce-Address-title h2,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title h2,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column .woocommerce-Address-title h2,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title h2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title .edit,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column .woocommerce-Address-title .edit,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column .woocommerce-column__title .edit,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address .woocommerce-Address-title .edit,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title .edit,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column .woocommerce-Address-title .edit,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title .edit {
  float: unset;
  margin-top: 0;
  margin-left: auto;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-column .woocommerce-column__title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  background-color: #F4F4F7;
  padding: 20px;
  border-radius: 12px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  margin-left: 0;
  background-color: transparent;
  padding: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 32px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset label {
  font-weight: 400;
  margin-bottom: 12px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .form-row:last-child {
  margin-bottom: 0;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 24px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title,
body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-column__title {
  margin-bottom: 24px;
  color: var(--tj-color--main);
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  -ms-flex-order: 99;
      order: 99;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .button.woocommerce-button {
    min-width: 110px;
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content .button.woocommerce-button.cancel {
  background-color: transparent;
  border: 1px solid var(--tj-color--main) !important;
  color: var(--tj-color--main) !important;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table:not(.has-background) th {
  background-color: transparent;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table:not(.has-background) thead tr th {
  background-color: #F4F4F7;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders thead tr th, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table thead tr th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders thead tr th:first-child, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table thead tr th:first-child {
  border-radius: 12px 0 0 12px;
  padding-left: 20px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders thead tr th:last-child, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table thead tr th:last-child {
  border-radius: 0 12px 12px 0;
  padding-right: 20px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders tbody tr:not(:last-child) th, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders tbody tr:not(:last-child) td, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr:not(:last-child) th, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr:not(:last-child) td {
  border-bottom: 2px solid #EBEBEB;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders tbody tr td, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders tbody tr th, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr td, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr th {
  padding: 24px 12px;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders tbody tr td, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders tbody tr th, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr td, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr th {
    padding: 8px 12px;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders tbody tr > *:first-child, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr > *:first-child {
  padding-left: 20px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-orders tbody tr > *:last-child, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr > *:last-child {
  padding-right: 20px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__cell img.attachment-woocommerce_gallery_thumbnail {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  object-fit: cover;
  width: 50px;
  height: 50px;
}

@media (max-width: 767.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__cell:not(.woocommerce-orders-table__cell-remove) {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__cell:not(.woocommerce-orders-table__cell-remove)::before {
    float: unset;
    display: block;
    text-align: left;
    margin-bottom: 8px;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__cell img.attachment-woocommerce_gallery_thumbnail {
    width: 70px;
    height: 70px;
    margin-bottom: -10px;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__cell button.single-add-to-cart {
    background-color: var(--tj-color--main) !important;
    color: #FFF !important;
    width: 100% !important;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__cell-remove {
    padding-left: 10px !important;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__cell-remove::before {
    margin-right: 20px;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__cell-remove .remove_wishlist_single {
    text-align: right;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__cell-remove .remove_wishlist_single img {
    width: 23px;
    height: 23px;
    margin-left: auto;
    margin-top: 1px;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__row:not(:last-child) td {
    border-bottom: 0;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__row:not(:last-child) td:last-child {
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 15px;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.woocommerce-MyAccount-whistlist .woocommerce-orders-table__row:not(:last-child) td:first-child {
    padding-top: 15px;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions .button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions .button {
    width: 100%;
    margin-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info tbody tr th {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info tbody, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info tr, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info th, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info td {
    display: block;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info tbody tr th, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info tbody tr td {
    padding: .5rem 0;
  }
  body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info tbody tr th:first-child, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.shop_table.midtrans_payment_info tbody tr td:first-child {
    padding-bottom: 0;
  }
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table {
  border: 0 !important;
  border-radius: 0 !important;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125;
  background-color: #F4F4F7;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr th:first-child {
  border-radius: 12px 0 0 12px;
  padding-left: 20px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr th:last-child {
  border-radius: 0 12px 12px 0;
  padding-right: 20px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr td {
  background-color: #FFF;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce table.wt_frontend_wishlist_table tbody tr td img.size-woocommerce_gallery_thumbnail {
  border: 1px solid #E6E6E6;
  object-fit: cover;
  border-radius: 6px;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content button#bulk-add-to-cart, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content button.single-add-to-cart {
  border: 1px solid var(--tj-color--main) !important;
  background-color: transparent !important;
  color: var(--tj-color--main) !important;
  font-weight: 500 !important;
  font-size: .875em !important;
  border-radius: 999px !important;
  padding: .6180469716em .875em !important;
}

body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content button#bulk-add-to-cart:hover, body.page.woocommerce-account main.site-main .hentry .entry-content .woocommerce .woocommerce-MyAccount-content button.single-add-to-cart:hover {
  background-color: var(--tj-color--hover) !important;
  color: #FFF !important;
}

.post-categories {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
}

.post-categories .cat-item:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  .post-categories .cat-item:not(:last-child) {
    margin-right: 8px;
  }
}

.post-categories .cat-item a {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--tj-color--main);
  padding: 8px 20px;
  background-color: transparent;
  color: var(--tj-color--fg);
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 8px;
  white-space: nowrap;
}

.post-categories .cat-item a .icon {
  line-height: 1;
  display: inline-block;
}

.post-categories .cat-item a .icon ~ span {
  margin-left: 8px;
}

.post-categories .cat-item a:hover {
  background-color: var(--tj-color--main);
}

.post-categories .cat-item.active a {
  background-color: var(--tj-color--main);
}

.post-categories-wrap {
  margin-bottom: 40px;
  overflow: auto;
}

@media (max-width: 991.98px) {
  .post-categories-wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 28px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .post-categories-wrap::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

.page-header {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .page-header {
    margin-bottom: 24px;
  }
}

.page-header .post-count {
  color: #868686;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.shop-product-filter {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .shop-product-filter .row [class*=col]:not(:last-child) {
    margin-bottom: 16px;
  }
}

.shop-filter .filter-name {
  color: #868686;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 767.98px) {
  .shop-filter .filter-name {
    font-size: 12px;
  }
}

.shop-filter.filter-categories ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
}

@media (max-width: 575.98px) {
  .shop-filter.filter-categories ul {
    max-width: 100%;
    overflow: scroll;
    scrollbar-width: none;
  }
}

.shop-filter.filter-categories ul li:not(:last-child) {
  margin-right: 6px;
}

.shop-filter.filter-categories ul li a {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EBEBEB;
  padding: 9px 16px;
  max-height: 40px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s ease;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
}

.shop-filter.filter-categories ul li a:hover {
  border-color: var(--tj-color--main);
}

.shop-filter.filter-categories ul li.active a {
  background-color: var(--tj-color--main);
  border-color: var(--tj-color--main);
  color: var(--tj-white);
  font-weight: 600;
}

.shop-filter.filter-sort, .shop-filter.filter-sort a {
  color: #212121;
}

.shop-filter.filter-sort button.dropdown-toggle {
  border: 1px solid #EBEBEB;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #212121;
  background-color: transparent;
}

.shop-filter.filter-sort button.dropdown-toggle::after {
  display: none;
}

.shop-filter.filter-sort .dropdown-menu {
  border: 0;
  padding: 10px 0 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .shop-filter.filter-sort .dropdown-menu {
    right: unset;
    left: 0;
    padding-top: 5px;
  }
}

.shop-filter.filter-sort .dropdown-menu .dropdown-inner {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  overflow: hidden;
}

.shop-filter.filter-sort .dropdown-menu .dropdown-inner .dropdown-item {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 13px;
}

.shop-filter.filter-sort .dropdown-menu .dropdown-inner .dropdown-item.active {
  background-color: #251D5A1A;
}

.shop-filter form {
  margin-bottom: 0;
}

.section-content-main {
  --section-pt: 24px;
}

.section-content-main .page-header {
  font-weight: 500;
  color: var(--tj-color--main);
  line-height: 1;
}

@media (min-width: 992px) {
  .section-content-main .page-header .inner {
    max-width: 574px;
  }
}

.section-content-main .page-header .page-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--tj-color--main);
}

body.search .section-content-main .page-header .page-title {
  color: var(--tj-color--main);
  font-size: 36px;
}

body.search .section-content-main .page-header .page-title .keyword {
  color: #404040;
}

.section-content-main .page-header p {
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .section-content-main .page-header {
    font-size: 14px;
  }
  .section-content-main .page-header .page-title {
    font-size: 24px;
  }
}

.section-content-main .blog-post-wide .featured-post {
  margin-bottom: 52px;
}

@media (max-width: 991.98px) {
  .section-content-main .blog-post-wide .featured-post {
    margin-bottom: 32px;
  }
}

.section-content-main .blog-post-wide .under-featured-post {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .section-content-main .blog-post-wide .under-featured-post .row {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    --tj-gutter-x: 20px;
  }
  .section-content-main .blog-post-wide .under-featured-post .row::-webkit-scrollbar {
    display: none;
  }
}

.products-content-tabs {
  margin-bottom: 48px;
  border-bottom: 1px solid #EBEBEB;
}

.products-content-tabs ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .products-content-tabs ul {
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
  }
  .products-content-tabs ul::-webkit-scrollbar {
    display: none;
  }
}

.products-content-tabs ul li:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 320px) {
  .products-content-tabs ul li:not(:last-child) {
    margin-right: 20px;
  }
}

.products-content-tabs ul li a {
  color: #2E2E2E80;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 0 0 13px;
  border-bottom: 2px solid transparent;
  transition: all .3s ease;
}

.products-content-tabs ul li a:hover {
  color: var(--tj-color--main);
}

.products-content-tabs ul li.active a {
  color: var(--tj-color--main);
  border-bottom-color: var(--tj-color--main);
}

.products-content-tabs.archive-product ul li a {
  font-size: 14px;
}

body[class*=page-template-shop] section.section:nth-child(even) {
  background-color: #F9F9F9;
}

@media (max-width: 991.98px) {
  .post-main-content .post-content-list .row-posts {
    --tj-gutter-x: 20px;
    --tj-gutter-y: 20px;
  }
}

.post-main-content .post-content-list .button-wrap {
  margin-top: 60px;
  text-align: center;
}

.post-main-content .post-content-list .button-wrap .wp-element-button {
  min-width: 230px;
  --tj-btn-padding-x: 20px;
  --tj-btn-padding-y: 15px;
}

@media (max-width: 991.98px) {
  .post-main-content .post-content-list .button-wrap .wp-element-button {
    --tj-btn-padding-y: 10px;
    width: 100%;
    min-width: unset;
  }
}
