: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;
}

.social-icon {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  --border-size: 0;
}

.social-icon .social-icon__item:not(:last-child) {
  margin-right: 12px;
}

.social-icon .social-icon__item.copy-link {
  --color: #FFF;
  --bg: transparent;
}

.social-icon .social-icon__item.facebook {
  --color: #FFF;
  --bg: transparent;
}

.social-icon .social-icon__item.twitter {
  --color: #FFF;
  --bg: transparent;
}

.social-icon .social-icon__item.linkedin {
  --color: #FFF;
  --bg: transparent;
}

.social-icon .social-icon__item.whatsapp {
  --color: #FFF;
  --bg: transparent;
}

.social-icon .social-icon__item .social-icon__link {
  border: 0;
  background-color: transparent;
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: var(--border-size, 1px) solid var(--color, var(--border));
  background-color: var(--bg, transparent);
  border-radius: 50%;
  color: var(--color, var(--border));
}

.social-icon .social-icon__item .social-icon__link.copy-link {
  cursor: pointer;
  width: auto;
  border-radius: 24px;
  font-size: 14px;
  padding: 0 7px;
  background: transparent;
  border: var(--border-size, 1px) solid var(--color, var(--border));
  color: var(--color, var(--border));
}

.social-icon .social-icon__item .social-icon__link.copy-link svg path {
  stroke: var(--color);
}

.social-icon .social-icon__item .social-icon__link.copy-link.copied span {
  margin-left: 5px;
}

.social-icon .social-icon__item .social-icon__link svg {
  width: 24px;
  height: 24px;
}

.content-meta-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.content-meta-wrap .meta-photo img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.content-meta-wrap .meta-photo ~ .meta-info {
  margin-left: 12px;
}

.content-meta-wrap .meta-info .author-name {
  font-weight: 700;
}

.content-meta-wrap .content-info {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .content-meta-wrap .content-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 13px;
  }
}

.content-meta-wrap .content-info > li {
  padding: 0 13px 0 16px;
  position: relative;
}

.content-meta-wrap .content-info > li:not(:first-child)::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: calc(100% - 5px);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .content-meta-wrap .content-info > li {
    display: inline;
  }
}

.content-meta-wrap .content-info > li:first-child {
  padding-left: 0;
}

.content-meta-wrap .content-info > li:last-child {
  padding-right: 0;
}

.content-meta-wrap .content-info > li.categories {
  max-width: 190px;
}

.content-meta-wrap .content-info > li.categories .categories-wrap {
  display: block;
  display: -webkit-box;
  max-height: 22.4px;
  font-size: 14px;
  line-height: 1.6;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .content-meta-wrap .content-info > li.categories .categories-wrap {
    display: inline;
  }
}

.content-meta-wrap .content-info > li.categories a {
  position: relative;
  font-weight: 700;
  color: var(--tj-color--main);
  display: inline;
}

.content-meta-wrap .content-info > li.categories a:hover {
  color: var(--tj-color--hover);
}

.content-meta-wrap .content-info > li.categories a:not(:last-child):after {
  content: ', ';
  display: inline;
  margin-left: 2px;
  color: #FFF;
  font-weight: 400;
}

article.content-single {
  max-width: 770px;
  margin: 48px auto 80px;
  color: #868686;
  font-size: 16px;
  line-height: 1.5;
}

article.content-single .post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 11px;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  font-weight: 500;
}

article.content-single .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;
}

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

article.content-single .post-meta .post-cats a {
  color: var(--tj-color--main);
  text-transform: uppercase;
  font-weight: 700;
}

article.content-single .post-meta .post-cats a:not(:last-child)::after {
  content: ', ';
  display: inline;
}

article.content-single header.entry-header {
  border-bottom: 0;
  margin-bottom: 24px;
}

article.content-single header.entry-header .entry-title {
  font-size: 44px;
  font-weight: 700;
}

article.content-single img.wp-post-image {
  max-width: 100%;
  border-radius: 24px;
}

article.content-single p img {
  margin-block: 24px;
}

article.content-single blockquote, article.content-single ul, article.content-single ol {
  margin-block: 24px;
}

/**
* Single Page
*/
body.page main.site-main {
  /**
		* Checkout Page
		*/
}

body.page main.site-main .hentry {
  padding-top: 24px;
}

body.page main.site-main .hentry .entry-header {
  margin-bottom: 32px;
}

body.page main.site-main .hentry .entry-header .entry-title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

body.page main.site-main .woocommerce-checkout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

body.page main.site-main .woocommerce-checkout > * {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 767.98px) {
  body.page main.site-main .woocommerce-checkout > *:not(:first-child) {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  body.page main.site-main .woocommerce-checkout .woocommerce-NoticeGroup {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  body.page main.site-main .woocommerce-checkout #customer_details {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: calc(100% - 495px);
  }
  body.page main.site-main .woocommerce-checkout #order_review {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: 495px;
  }
}

@media (max-width: 767.98px) {
  body.page main.site-main .woocommerce-checkout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.page main.site-main .woocommerce-checkout .col2-set {
  float: none;
  width: 100%;
  margin-right: 0;
}

body.page main.site-main .woocommerce-checkout .col2-set > [class*="col-"] {
  float: none;
  width: 100%;
}

body.page main.site-main .woocommerce-checkout .col2-set .form-row:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  body.page main.site-main .woocommerce-checkout .col2-set .form-row {
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.page main.site-main .woocommerce-checkout .col2-set .form-row-first,
  body.page main.site-main .woocommerce-checkout .col2-set .form-row-last {
    width: calc(50% - 12px);
    float: unset;
    margin-right: 0;
  }
  body.page main.site-main .woocommerce-checkout .col2-set .form-row-first {
    margin-right: 12px;
  }
  body.page main.site-main .woocommerce-checkout .col2-set .form-row-last {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  body.page main.site-main .woocommerce-checkout #order_review {
    width: 492px;
  }
}

body.page main.site-main .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.page main.site-main .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.page main.site-main .woocommerce-checkout .woocommerce-billing-fields h3,
body.page main.site-main .woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-family: var(--wp--preset--font-family--content);
  border-bottom: 2px solid #EBEBEB;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 32px;
}

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

body.page main.site-main .woocommerce-checkout table:not(.has-background) tbody td {
  background-color: transparent;
}

body.page main.site-main .woocommerce-checkout table tr th, body.page main.site-main .woocommerce-checkout table tr td {
  padding: 12px;
}

body.page main.site-main .woocommerce-checkout table tr th:first-child, body.page main.site-main .woocommerce-checkout table tr td:first-child {
  padding-left: 0;
}

body.page main.site-main .woocommerce-checkout table tr th:last-child, body.page main.site-main .woocommerce-checkout table tr td:last-child {
  padding-right: 0;
}

body.page main.site-main .woocommerce-checkout table thead th {
  padding-top: 0;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: var(--tj-color--main);
}

body.page main.site-main .woocommerce-checkout table thead tr:last-child th {
  border-bottom: 2px solid #EBEBEB;
}

body.page main.site-main .woocommerce-checkout table tfoot tr.cart-subtotal th, body.page main.site-main .woocommerce-checkout table tfoot tr.cart-subtotal td, body.page main.site-main .woocommerce-checkout table tfoot tr.order-total th, body.page main.site-main .woocommerce-checkout table tfoot tr.order-total td {
  border-top: 2px solid #EBEBEB;
}

body.page main.site-main .woocommerce-checkout table .woocommerce-Price-amount {
  font-weight: 600;
}

body.page main.site-main .woocommerce-checkout .wc_payment_methods {
  border-radius: 12px;
  overflow: hidden;
}

body.page main.site-main .woocommerce-checkout #payment .payment_methods > .woocommerce-PaymentMethod > label,
body.page main.site-main .woocommerce-checkout #payment .payment_methods > .wc_payment_method > label {
  padding: 18px 20px;
}

body.page main.site-main .woocommerce-checkout #payment .payment_methods > li .payment_box,
body.page main.site-main .woocommerce-checkout #payment .place-order {
  padding: 20px;
  color: #868686;
}

body.page main.site-main .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  body.page main.site-main .woocommerce-checkout #order_review .shop_table {
    margin-bottom: 48px;
  }
  body.page main.site-main .woocommerce-checkout #payment .place-order {
    margin-top: 48px;
  }
}

body.page main.site-main .form-row > label {
  font-size: 16px;
  font-weight: 500;
  color: #292929;
  display: block;
  margin-bottom: 12px;
}

body.page main.site-main .form-row input.input-text,
body.page main.site-main .form-row .select2-selection--single,
body.page main.site-main .form-row .select2-selection--single .select2-selection__arrow {
  height: 64px;
}

@media (max-width: 767.98px) {
  body.page main.site-main .form-row input.input-text,
  body.page main.site-main .form-row .select2-selection--single,
  body.page main.site-main .form-row .select2-selection--single .select2-selection__arrow {
    height: 46px;
  }
}

body.page main.site-main .form-row .input-text,
body.page main.site-main .form-row .select2-selection--single {
  border-radius: 12px;
  border-width: 1px;
  padding: 20px;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  box-shadow: unset;
}

@media (max-width: 767.98px) {
  body.page main.site-main .form-row .input-text,
  body.page main.site-main .form-row .select2-selection--single {
    padding: 8px 4px;
  }
}

body.page main.site-main #payment .place-order .button,
body.page main.site-main .wc-block-components-button:not(.is-link) {
  width: 100%;
  padding: 15px 25px;
  border-radius: 999px;
  background-color: var(--tj-color--main);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

body.page main.site-main #payment .place-order .button:hover,
body.page main.site-main .wc-block-components-button:not(.is-link):hover {
  background-color: var(--tj-color--hover);
}

body.page main.site-main .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link) {
  width: auto;
}

body.page main.site-main .wc-block-cart .wc-block-cart__totals-title {
  font-size: 18px;
  text-transform: none;
  color: var(--tj-color--main);
  font-weight: 600;
}

body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 18px;
  text-transform: none;
  color: var(--tj-color--main);
}

body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 600;
}

body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  width: 120px;
}

body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border: 1px solid #E6E6E6;
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 450px) {
  body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    width: 83px;
    max-width: 83px;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    height: 67px;
  }
}

@media (max-width: 450px) {
  body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}

body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.5%;
  color: #292929;
  text-decoration: none;
}

body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices del {
  font-size: .9rem;
}

body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price__value {
  color: #292929;
  font-weight: 600;
}

body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price .wc-block-components-product-price__value {
  font-weight: 600;
  color: #292929;
}

@media (min-width: 768px) {
  body.page main.site-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding-left: 24px;
  }
}

body.page main.site-main .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 16px;
}

body.page main.site-main .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.page main.site-main .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  body.page main.site-main .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.05em;
  }
}

body.page main.site-main .wc-block-cart-items .wc-block-cart-item__image {
  width: 120px;
}

.elementShare {
  margin-top: 24px;
}

.elementShare__heading {
  margin-bottom: 4px;
}

.elementShare__heading-title {
  color: #868686;
}

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;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--tj-border-width));
  padding-bottom: calc(0.375rem + var(--tj-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--tj-border-width));
  padding-bottom: calc(0.5rem + var(--tj-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--tj-border-width));
  padding-bottom: calc(0.25rem + var(--tj-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tj-secondary-color);
}

.form-control, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tj-body-color);
  appearance: none;
  background-color: var(--tj-body-bg);
  background-clip: padding-box;
  border: var(--tj-border-width) solid var(--tj-border-color);
  border-radius: var(--tj-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    transition: none;
  }
}

.form-control[type="file"], .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]), .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  color: var(--tj-body-color);
  background-color: var(--tj-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  color: var(--tj-secondary-color);
  opacity: 1;
}

.form-control::placeholder, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  color: var(--tj-secondary-color);
  opacity: 1;
}

.form-control:disabled, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:disabled {
  background-color: var(--tj-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--tj-body-color);
  background-color: var(--tj-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--tj-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--tj-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--tj-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--tj-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--tj-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--tj-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--tj-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--tj-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--tj-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--tj-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--tj-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--tj-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--tj-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--tj-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--tj-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--tj-border-width) * 2));
}

.form-select {
  --tj-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tj-body-color);
  appearance: none;
  background-color: var(--tj-body-bg);
  background-image: var(--tj-form-select-bg-img), var(--tj-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--tj-border-width) solid var(--tj-border-color);
  border-radius: var(--tj-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--tj-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--tj-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--tj-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--tj-border-radius-lg);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --tj-form-check-bg: var(--tj-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--tj-form-check-bg);
  background-image: var(--tj-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--tj-border-width) solid var(--tj-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  --tj-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --tj-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --tj-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --tj-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--tj-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --tj-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --tj-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tj-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tj-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--tj-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--tj-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--tj-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--tj-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--tj-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--tj-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label::after, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--tj-body-bg);
  border-radius: var(--tj-border-radius);
}

.form-floating > .form-control:-webkit-autofill ~ label, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:-webkit-autofill ~ label {
  color: rgba(var(--tj-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--tj-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label,
.wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after,
.wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:disabled ~ label::after {
  background-color: var(--tj-secondary-bg);
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .wpcf7-form .wpcf7-form-control-wrap .input-group > .wpcf7-form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .wpcf7-form .wpcf7-form-control-wrap .input-group > .wpcf7-form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tj-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--tj-tertiary-bg);
  border: var(--tj-border-width) solid var(--tj-border-color);
  border-radius: var(--tj-border-radius);
}

.input-group-lg > .form-control, .wpcf7-form .wpcf7-form-control-wrap .input-group-lg > .wpcf7-form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--tj-border-radius-lg);
}

.input-group-sm > .form-control, .wpcf7-form .wpcf7-form-control-wrap .input-group-sm > .wpcf7-form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--tj-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.wpcf7-form .wpcf7-form-control-wrap .input-group:not(.has-validation) > .form-floating:not(:last-child) > .wpcf7-form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.wpcf7-form .wpcf7-form-control-wrap .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .wpcf7-form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--tj-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .wpcf7-form .wpcf7-form-control-wrap .input-group > .form-floating:not(:first-child) > .wpcf7-form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tj-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--tj-success);
  border-radius: var(--tj-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:valid, .wpcf7-form .wpcf7-form-control-wrap .was-validated .wpcf7-form-control:valid, .form-control.is-valid, .wpcf7-form .wpcf7-form-control-wrap .is-valid.wpcf7-form-control {
  border-color: var(--tj-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .was-validated .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:valid:focus, .wpcf7-form .wpcf7-form-control-wrap .was-validated .wpcf7-form-control:valid:focus, .form-control.is-valid:focus, .wpcf7-form .wpcf7-form-control-wrap .is-valid.wpcf7-form-control:focus {
  border-color: var(--tj-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control:valid, .wpcf7-form .wpcf7-form-control-wrap .was-validated textarea.wpcf7-form-control:valid, textarea.form-control.is-valid, .wpcf7-form .wpcf7-form-control-wrap textarea.is-valid.wpcf7-form-control {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--tj-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --tj-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--tj-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--tj-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--tj-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--tj-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .wpcf7-form .wpcf7-form-control-wrap .input-group > .wpcf7-form-control:not(:focus):valid, .wpcf7-form .wpcf7-form-control-wrap .was-validated .input-group > .wpcf7-form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .wpcf7-form .wpcf7-form-control-wrap .input-group > .wpcf7-form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tj-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--tj-danger);
  border-radius: var(--tj-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:invalid, .wpcf7-form .wpcf7-form-control-wrap .was-validated .wpcf7-form-control:invalid, .form-control.is-invalid, .wpcf7-form .wpcf7-form-control-wrap .is-invalid.wpcf7-form-control {
  border-color: var(--tj-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .was-validated .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:invalid:focus, .wpcf7-form .wpcf7-form-control-wrap .was-validated .wpcf7-form-control:invalid:focus, .form-control.is-invalid:focus, .wpcf7-form .wpcf7-form-control-wrap .is-invalid.wpcf7-form-control:focus {
  border-color: var(--tj-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control:invalid, .wpcf7-form .wpcf7-form-control-wrap .was-validated textarea.wpcf7-form-control:invalid, textarea.form-control.is-invalid, .wpcf7-form .wpcf7-form-control-wrap textarea.is-invalid.wpcf7-form-control {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--tj-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --tj-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--tj-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--tj-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--tj-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--tj-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--tj-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .wpcf7-form .wpcf7-form-control-wrap .input-group > .wpcf7-form-control:not(:focus):invalid, .wpcf7-form .wpcf7-form-control-wrap .was-validated .input-group > .wpcf7-form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .wpcf7-form .wpcf7-form-control-wrap .input-group > .wpcf7-form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

main#main input[type=text], main#main input[type=number], main#main input[type=email], main#main input[type=tel], main#main input[type=url], main#main input[type=password], main#main input[type=search], main#main textarea, main#main .input-text {
  border: 1px solid #EBEBEB;
  border-radius: 12px;
  padding: 6px 20px;
  background-color: #FFF;
  box-shadow: unset;
  outline: 0;
}

@media (max-width: 767.98px) {
  main#main input[type=text], main#main input[type=number], main#main input[type=email], main#main input[type=tel], main#main input[type=url], main#main input[type=password], main#main input[type=search], main#main textarea, main#main .input-text {
    padding: 6px 12px;
  }
}

main#main .wc-block-components-form .wc-block-components-text-input label,
main#main .wc-block-components-text-input label {
  left: 1.2625em;
}

main#main .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, main#main .wc-block-components-form .wc-block-components-text-input.is-active label, main#main .wc-block-components-text-input input:-webkit-autofill + label, main#main .wc-block-components-text-input.is-active label {
  top: -4px;
}

main#main .wc-block-components-quantity-selector {
  border: 0;
  width: 100px;
  display: -ms-flexbox;
  display: flex;
}

main#main .wc-block-components-quantity-selector > * {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

main#main .wc-block-components-quantity-selector::after {
  display: none;
}

main#main .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  border: 0;
  padding: 0;
  border-radius: 0;
  min-width: unset;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 52px;
}

main#main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  min-width: unset;
  width: 25px;
  height: 25px;
  border: 1px solid #E6E6E6;
  border-radius: 999px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

main#main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
  background-color: #f5f5f5;
  color: #B1B1B1;
}

main#main .show-password-input {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  color: var(--tj-color--main);
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 10px;
}

.form-control, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control, .form-control .wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-form-control {
  font-size: var(--wp--preset--font-size--base);
}

.wpcf7-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.wpcf7-form .wpcf7-response-output {
  -ms-flex-order: 0;
      order: 0;
  margin: 0 0 24px !important;
}

.wpcf7-form > * {
  -ms-flex-order: 1;
      order: 1;
}

.wpcf7-form p {
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .wpcf7-form p {
    margin-bottom: 16px;
  }
}

.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

.wpcf7-form p > label {
  display: block;
  width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  font-weight: 400;
  color: var(--tj-color--main);
  padding: 12px 12px 12px 50px;
  border-radius: 8px;
  background-size: 24px;
  background-position: 16px center;
  background-repeat: no-repeat;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  color: var(--tj-color--border);
  opacity: 1;
  /* Firefox */
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  color: var(--tj-color--border);
  opacity: 1;
  /* Firefox */
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--tj-color--border);
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
  background-position: 16px 10px;
  height: 130px;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
}

.wpcf7-form .wpcf7-submit {
  background-color: var(--tj-color--main);
  color: #FFF;
  font-weight: 500;
  padding: 12px 29px;
  border-radius: 999px;
  transition: all .3s ease;
  border: 0;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: var(--tj-color--hover);
}

.wpcf7-form .wpcf7-spinner {
  display: none;
  margin: 0 auto;
}

.wpcf7-form.submitting .wpcf7-spinner {
  display: block;
}

.search-form-wrapper {
  overflow: hidden;
  border: 1px solid var(--tj-color--main);
  border-radius: 8px;
  position: relative;
  height: 40px;
  width: 48px;
  transition: all .3s ease;
}

.search-form-wrapper .form-search {
  position: absolute;
  right: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  overflow: hidden;
  width: 400px;
}

.search-form-wrapper .form-search .form-control, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap .search-form-wrapper .form-search .wpcf7-form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  border: 0;
  color: #FFF;
  outline: 0;
  box-shadow: unset;
  padding: 0;
  padding-right: 15px;
  font-size: 14px;
}

.search-form-wrapper .form-search .form-control:-ms-input-placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap .search-form-wrapper .form-search .wpcf7-form-control:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

.search-form-wrapper .form-search .form-control::placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder, .wpcf7-form .wpcf7-form-control-wrap .search-form-wrapper .form-search .wpcf7-form-control::placeholder {
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

.search-form-wrapper .form-search .form-control::-ms-input-placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap .search-form-wrapper .form-search .wpcf7-form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #FFF;
}

.search-form-wrapper .form-search .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -8px;
}

.search-form-wrapper .form-search .button-wrap [class*=btn] {
  background-color: transparent;
  border: 0;
  width: auto;
  height: 24px;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 8px;
  transition: all .3s ease;
}

.search-form-wrapper .form-search .button-wrap [class*=btn] .icon {
  transition: all .3s ease;
  line-height: 1;
}

.search-form-wrapper .form-search .button-wrap [class*=btn] .icon svg {
  width: 24px;
  height: 24px;
  transition: all .3s ease;
}

.search-form-wrapper .form-search .button-wrap [class*=btn]:not(:last-child) {
  border-right: 1px solid transparent;
}

.search-form-wrapper .form-search .button-wrap .btn-toggle .icon svg {
  transform: rotate(0deg);
}

.search-form-wrapper .form-search .button-wrap .btn-toggle .icon.close {
  display: none;
}

.search-form-wrapper .form-search .button-wrap .btn-toggle .icon.open {
  display: block;
}

.search-form-wrapper.active {
  width: 401px;
}

.search-form-wrapper.active .form-search .button-wrap [class*=btn]:not(:last-child) {
  border-right-color: #FFF;
}

.search-form-wrapper.active .form-search .button-wrap .btn-toggle .icon svg {
  transform: rotate(90deg);
}

.search-form-wrapper.active .form-search .button-wrap .btn-toggle .icon.close {
  display: block;
}

.search-form-wrapper.active .form-search .button-wrap .btn-toggle .icon.open {
  display: none;
}

.search-form-wrapper.expanded {
  width: 100%;
}

.search-form-wrapper.expanded .form-search {
  position: relative;
  width: 100%;
}

.search-form-wrapper.expanded .form-search .btn-toggle {
  display: none;
}

.input-qty {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-qty.quantity {
  float: unset !important;
}

.input-qty input[type=number] {
  -moz-appearance: textfield;
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: unset;
  text-align: center;
  width: 60px !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 20px;
  line-height: 1.2;
  color: #0A0A0A;
}

.input-qty input[type=number]::-webkit-outer-spin-button, .input-qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-qty input[type=number]::-webkit-inner-spin {
  display: none;
}

.input-qty button {
  border-radius: 999px;
  background-color: transparent;
  border: 1px solid #E6E6E6;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  font-size: 30px;
  color: #000;
  padding: 5px;
  transition: all .3s ease;
  font-weight: normal;
  line-height: 1;
}

.input-qty button[disabled] {
  background-color: #F5F5F5;
  color: #B1B1B1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  width: 24px;
  height: 24px;
  margin-left: -23px;
  margin-top: -14px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.031 9.53062L12.531 17.0306C12.4614 17.1003 12.3787 17.1557 12.2876 17.1934C12.1966 17.2312 12.099 17.2506 12.0004 17.2506C11.9019 17.2506 11.8043 17.2312 11.7132 17.1934C11.6222 17.1557 11.5394 17.1003 11.4698 17.0306L3.96979 9.53062C3.82906 9.38988 3.75 9.19901 3.75 8.99999C3.75 8.80097 3.82906 8.61009 3.96979 8.46936C4.11052 8.32863 4.30139 8.24957 4.50042 8.24957C4.69944 8.24957 4.89031 8.32863 5.03104 8.46936L12.0004 15.4397L18.9698 8.46936C19.0395 8.39968 19.1222 8.34441 19.2132 8.30669C19.3043 8.26898 19.4019 8.24957 19.5004 8.24957C19.599 8.24957 19.6965 8.26898 19.7876 8.30669C19.8786 8.34441 19.9614 8.39968 20.031 8.46936C20.1007 8.53905 20.156 8.62177 20.1937 8.71282C20.2314 8.80386 20.2508 8.90144 20.2508 8.99999C20.2508 9.09854 20.2314 9.19612 20.1937 9.28716C20.156 9.37821 20.1007 9.46093 20.031 9.53062Z' fill='%23292929'/%3E%3C/svg%3E%0A");
}

.form-search {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.form-search .input-text {
  border: 1px solid #EBEBEB;
  border-radius: 12px;
  padding: 6px 20px;
  background-color: #FFF;
  box-shadow: unset;
  width: 100%;
}

.form-search button.button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  color: var(--tj-color--fg);
  padding: 8px 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
}

.section-content-main .row-single-product > [class*=col]:first-child {
  position: relative;
}

.section-content-main .product-images {
  position: relative;
}

.section-content-main .product-images .onsale {
  margin-bottom: 0;
  position: absolute;
  top: 12px;
  left: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border: 0;
  background-color: #FF2F2F;
  color: #FFF;
  padding: 6px 8px;
  z-index: 5;
}

.section-content-main .product-content .entry-title {
  font-family: var(--wp--preset--font-family--content);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin-bottom: 20px;
}

.section-content-main .product-content p.price {
  margin: 0 -4px !important;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 28px !important;
  line-height: 1.2;
  color: #F32626;
  font-weight: 600;
}

.section-content-main .product-content p.price .woocommerce-Price-amount {
  padding-left: 4px;
  padding-right: 4px;
}

.section-content-main .product-content p.price .woocommerce-Price-currencySymbol {
  margin-right: 7.5px;
}

.section-content-main .product-content p.price ins {
  font-weight: 600;
}

.section-content-main .product-content p.price del {
  margin-left: 16px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
  color: #868686;
}

.section-content-main .product-content .detail-content {
  line-height: 1.5;
  position: relative;
}

.section-content-main .product-content .detail-content::after {
  content: '';
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 32px;
  left: 0;
  background: linear-gradient(to top, #FFF, transparent);
  display: block;
}

.section-content-main .product-content .detail-content .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}

.section-content-main .product-content .detail-content p, .section-content-main .product-content .detail-content ol, .section-content-main .product-content .detail-content ul {
  margin-bottom: 10px;
}

.section-content-main .product-content .detail-content .readmore-text {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: var(--tj-color--main);
  margin-top: 5px;
}

.section-content-main .product-content .detail-content .readmore-text span.expand {
  display: block;
}

.section-content-main .product-content .detail-content .readmore-text span.collapse {
  display: none;
}

.section-content-main .product-content .detail-content.expand::after {
  display: none;
}

.section-content-main .product-content .detail-content.expand .inner {
  -webkit-line-clamp: unset;
}

.section-content-main .product-content .detail-content.expand .readmore-text span.expand {
  display: none;
}

.section-content-main .product-content .detail-content.expand .readmore-text span.collapse {
  display: block;
}

.section-content-main .product-content .woocommerce-variation-price .woocommerce-Price-currencySymbol {
  margin-right: 2px;
}

.site-content .content-single .entry-title {
  color: var(--tj-color--main);
  font-weight: 600;
  font-size: 44px;
}

@media (max-width: 767.98px) {
  .site-content .content-single .entry-title {
    font-size: 24px;
  }
}

.section-related-product, section.section-related-post {
  background-color: #F9F9F9;
  --head-title: 20px;
  --head-title-line-height: 1.1;
  --head-title-weight: 600;
  --head-title-color: var(--tj-color--main);
}

.section-related-product .section-head, section.section-related-post .section-head {
  border-bottom: 1px solid #EBEBEB;
}

.section-related-product .section-head .title-section, section.section-related-post .section-head .title-section {
  font-family: var(--wp--preset--font-family--content);
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid var(--tj-color--main);
  padding-bottom: 15px;
}

.section-related-product article.product .post-thumb .thumb-img, section.section-related-post article.product .post-thumb .thumb-img {
  border-radius: 24px;
}

section.section-related-post {
  background-color: #F9F9F9 !important;
  padding: 48px 0 80px;
}

section.section-related-post article.post-blog-card .post-thumb {
  border-radius: 16px;
}

section.section-related-post article.post-blog-card .post-thumb .thumb-img {
  height: 186px;
}

section.section-related-post article.post-blog-card .post-title, section.section-related-post article.post-blog-card .post-title a {
  color: #0A0A0A;
  font-weight: 700;
  font-size: 18px;
}

section.section-related-post article.post-blog-card .post-title a:hover {
  color: var(--tj-color--hover);
}

.entry-content p + h2, .entry-content p + header h2, .entry-content p + h3, .entry-content p + h4, .entry-content ul + h2, .entry-content ul + header h2, .entry-content ul + h3, .entry-content ul + h4, .entry-content ol + h2, .entry-content ol + header h2, .entry-content ol + h3, .entry-content ol + h4, .entry-content table + h2, .entry-content table + header h2, .entry-content table + h3, .entry-content table + h4, .entry-content blockquote + h2, .entry-content blockquote + header h2, .entry-content blockquote + h3, .entry-content blockquote + h4, .entry-content form + h2, .entry-content form + header h2, .entry-content form + h3, .entry-content form + h4 {
  margin-top: 1.12em;
}
