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

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

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

.woocommerce-Price-currencySymbol {
  margin-right: 2px;
}

.woocommerce-MyAccount-content h2 {
  margin-top: 30px;
  margin-bottom: 12px !important;
}

#order_review .button {
  margin: 30px auto;
  background-color: var(--tj-color--main);
}

.product-price {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #F32626;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-left: -4px;
  margin-right: -4px;
}

.product-price .price-del,
.product-price del {
  color: #868686;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 0;
}

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

@media (max-width: 767.98px) {
  .product-price {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    line-height: 1.3;
  }
  .product-price .price-del,
  .product-price del {
    display: block;
    margin-left: 0;
  }
  .product-price ins {
    display: block;
    width: 100%;
  }
  .product-price .woocommerce-Price-amount {
    margin-left: 5px;
  }
}

.deal-countdown {
  color: #FF2F2F;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  text-transform: uppercase;
}

.deal-countdown .countdown-timer {
  margin-top: 8px;
  margin-bottom: 19px;
  display: -ms-flexbox;
  display: flex;
}

.deal-countdown .countdown-timer > div {
  color: #999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  border: 1px solid #E5E5E5;
  background-color: #F4F4F4;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  padding: 9px 4px;
  margin-right: 6px;
}

.deal-countdown .countdown-timer > div:last-child {
  margin-right: 0;
}

.deal-countdown .countdown-timer > div .value {
  color: #555555;
  font-size: 20px;
}

.deal-countdown .countdown-timer > div .label {
  font-size: 14px;
  line-height: 1;
}

.woo-sctr-shortcode-wrap-wrap {
  -ms-flex-direction: column;
      flex-direction: column;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-text-before,
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-text-after {
  color: #FF2F2F;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  text-transform: uppercase;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-top: 8px;
  margin-bottom: 19px;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-time-separator {
  width: 6px;
  display: inline-block;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-unit-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  color: #999999;
  border: 1px solid #E5E5E5;
  background-color: #F4F4F4;
  border-radius: 13px;
  padding: 9px 8px;
  min-width: 64px;
  height: 71px;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-value {
  color: #555555 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-text {
  font-size: 14px !important;
  line-height: 1;
}

.woocommerce-variation-price {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.woocommerce-variation-price .price {
  margin-bottom: 0 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.woocommerce-variation-price .price ins .woocommerce-Price-amount {
  color: #F32626;
}

.woocommerce-variation-price .price del .woocommerce-Price-amount {
  color: #868686;
  font-weight: 400;
  margin-left: 6px;
}

.woocommerce-variation-price .woocommerce-Price-amount {
  font-weight: 600;
}

.select-color .detail-title .selected {
  color: #292929;
}

.select-color-option, .select-size-option {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}

.select-color-option li, .select-size-option li {
  padding: 7px;
}

.select-color-option .color-swatches, .select-size-option .color-swatches, .select-size-option .size-swatches {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  position: relative;
}

.select-color-option .color-swatches input[type=radio], .select-size-option .color-swatches input[type=radio], .select-size-option .size-swatches input[type=radio] {
  display: none;
}

.select-color-option .color-swatches input[type=radio]:checked + span.text, .select-size-option .color-swatches input[type=radio]:checked + span.text, .select-size-option .size-swatches input[type=radio]:checked + span.text {
  border-color: #141414;
}

.select-color-option .color-swatches input[type=radio]:checked + span.text::after, .select-size-option .color-swatches input[type=radio]:checked + span.text::after, .select-size-option .size-swatches input[type=radio]:checked + span.text::after {
  border-color: #FFF;
}

.select-color-option .color-swatches span.text, .select-size-option .color-swatches span.text, .select-size-option .size-swatches span.text {
  display: block;
  background-color: var(--color);
  width: 74px;
  height: 40px;
  border-radius: 999px;
  position: relative;
  font-size: 0;
  color: transparent;
  border: 1px solid transparent;
  transition: all .15s ease;
  border: 1px solid #E6E6E6;
}

@media (max-width: 991.98px) {
  .select-color-option .color-swatches span.text, .select-size-option .color-swatches span.text, .select-size-option .size-swatches span.text {
    width: 50px;
  }
}

.select-color-option .color-swatches span.text::after, .select-size-option .color-swatches span.text::after, .select-size-option .size-swatches span.text::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 999px;
  transition: all .15s ease;
}

.select-color-option .color-swatches::before, .select-size-option .color-swatches::before, .select-size-option .size-swatches::before {
  content: attr(data-name);
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #141414;
  color: #FFF;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.select-color-option .color-swatches::after, .select-size-option .color-swatches::after, .select-size-option .size-swatches::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #141414;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  pointer-events: none;
}

.select-color-option .color-swatches:hover::before, .select-size-option .color-swatches:hover::before, .select-size-option .size-swatches:hover::before, .select-color-option .color-swatches:hover::after, .select-size-option .color-swatches:hover::after, .select-size-option .size-swatches:hover::after {
  opacity: 1;
  visibility: visible;
}

.select-color-option .color-swatches:hover::before, .select-size-option .color-swatches:hover::before, .select-size-option .size-swatches:hover::before {
  top: -50px;
}

.select-color-option .color-swatches:hover::after, .select-size-option .color-swatches:hover::after, .select-size-option .size-swatches:hover::after {
  top: -13px;
}

.select-size-option .size-swatches span.text {
  background-color: #FFF;
  color: #868686;
  border-color: #E6E6E6;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.select-size-option .size-swatches span.text::after {
  display: none;
}

@media (max-width: 991.98px) {
  .select-size-option .size-swatches span.text {
    font-size: 14px;
  }
}

.select-size-option .size-swatches input[type=radio]:checked + span.text {
  border-color: #333333;
  color: #333333;
  background-color: #EBEBEB;
}

.select-size-option li {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.select-size-option li label.size-swatches {
  width: 100%;
}

.woo-product-detail {
  margin-bottom: 34px;
}

.woo-product-detail.product-submit-action {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .woo-product-detail.product-submit-action {
    display: -ms-flexbox;
    display: flex;
  }
}

.woo-product-detail .detail-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 18px;
  font-family: var(--wp--preset--font-family--content);
  color: #8F8F8F;
}

@media (max-width: 991.98px) {
  .woo-product-detail .detail-title {
    font-size: 14px;
  }
}

.woo-product-detail.product-desc {
  color: #868686;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.woo-product-detail.product-desc .detail-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #292929;
}

.woo-product-detail.product-submit {
  display: -ms-flexbox;
  display: flex;
}

.woo-product-detail.product-submit > .btn:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 991px) {
  .woo-product-detail.product-submit > .btn:not(:last-child) {
    margin-right: 12px;
  }
}

@media (max-width: 991px) {
  .woo-product-detail.product-submit > .btn {
    width: 50%;
  }
}

.woo-product-detail.product-submit .single_add_to_cart_button {
  background-color: var(--tj-color--main);
  border-color: var(--tj-color--main);
}

.woo-product-detail.product-submit .single_add_to_cart_button:hover {
  background-color: var(--tj-color--hover);
  border-color: var(--tj-color--hover);
}

@media (min-width: 992px) {
  .woo-product-detail.product-submit .single_add_to_cart_button {
    min-width: 296px;
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .woo-product-detail.product-submit .single_add_to_cart_button {
    margin-right: 12px;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .woo-product-detail.product-submit {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .woo-product-detail.product-submit > .btn,
  .woo-product-detail.product-submit .single_add_to_cart_button {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .woo-product-detail.product-submit .single_add_to_cart_button {
    margin-top: 12px;
  }
}

.woo-product-detail.select-size .selected-header {
  display: -ms-flexbox;
  display: flex;
}

.woo-product-detail.select-size .selected-header .view-size-chart {
  display: inline-block;
  margin-left: auto;
  color: #868686;
  text-decoration: underline;
  text-underline-offset: 6px;
  outline: 0;
}

@media (max-width: 991.98px) {
  .woo-product-detail.select-size .selected-header .view-size-chart {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .single_variation_wrap {
    width: 100%;
  }
}

.single_variation_wrap .single_variation .woocommerce-variation-description:empty,
.single_variation_wrap .single_variation .woocommerce-variation-price:empty,
.single_variation_wrap .single_variation .woocommerce-variation-availability:empty {
  display: none;
}

.single-product .variations_form table.variations,
.single-product .variations_form table.variations thead,
.single-product .variations_form table.variations tbody,
.single-product .variations_form table.variations tfoot,
.single-product .variations_form table.variations tr,
.single-product .variations_form table.variations th,
.single-product .variations_form table.variations td {
  display: block;
}

.single-product .variations_form table.variations tr {
  margin-bottom: 34px;
  position: relative;
}

.single-product .variations_form table.variations tr th.label {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.2;
}

.single-product .variations_form table.variations tr td.value .view-size-chart {
  text-decoration: underline;
  color: #868686;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper {
  margin: -7px;
  max-width: 768px;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  width: 75px;
  height: 40px;
  padding: 0;
  box-shadow: unset;
  border: 1px solid #00000023;
  transition: border 0.2s ease;
  margin: 7px;
}

@media (max-width: 425px) {
  .single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: calc(100% / 4 - 14px);
  }
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item),
.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
  border-radius: 999px;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
  border: 6px solid transparent;
  transition: border 0.2s ease;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  border-color: #141414;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::before {
  display: none;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-span {
  border-color: #FFF;
}

.line-separator {
  padding-top: 34px;
  margin-bottom: 34px;
  position: relative;
}

.line-separator::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  border-top: 1px dashed #A3A3A3;
  top: 34px;
  left: 0;
}

.woocommerce-main .section-content-main .post-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5%;
}

.woocommerce-main .section-content-main .product-price {
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.woocommerce-main .section-content-main .product-price .price-nominal {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}

.woocommerce-main .section-content-main .product-price .price-del {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce-main .section-content-main .swiper-container {
  width: 100%;
}

.woocommerce-main .section-related-product {
  background-color: #F9F9F9;
}

.product-action {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  .product-action {
    z-index: 15;
    top: 8px;
    right: 8px;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}

.social-share {
  position: relative;
}

.social-share .share-dropdown .dropdown-toggle {
  color: #0A0A0A;
  background-color: #F2F2F2;
  border: 0;
  padding: 16px;
  margin: 0;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .social-share .share-dropdown .dropdown-toggle {
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .social-share .share-dropdown .dropdown-toggle svg {
    width: 15px;
    height: 15px;
  }
}

.social-share .share-dropdown .dropdown-toggle::after {
  display: none;
}

.social-share .share-dropdown .dropdown-toggle span {
  display: none;
}

.social-share .share-dropdown .dropdown-menu {
  right: 0;
  z-index: 5;
}

.social-share .share-dropdown .dropdown-menu .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.social-share .share-dropdown .dropdown-menu .dropdown-item .icon {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.social-share .share-dropdown .dropdown-menu .dropdown-item .icon svg {
  width: 16px;
  height: 16px;
}

.social-share .share-dropdown .dropdown-menu .dropdown-item .icon ~ span {
  margin-left: 8px;
}

.bookmark-product {
  position: relative;
}

.bookmark-product .button {
  color: #0A0A0A;
  background-color: #F2F2F2;
  border: 0;
  padding: 16px;
  margin: 0;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
}

.bookmark-product .button .icon {
  display: none;
  line-height: 1;
}

.bookmark-product .button .icon svg {
  line-height: 1;
}

.bookmark-product .button.button-bookmark .icon.on {
  display: none;
}

.bookmark-product .button.button-bookmark .icon.off {
  display: -ms-flexbox;
  display: flex;
}

.bookmark-product .button.button-bookmark.bookmarked {
  color: #ff6363;
}

.bookmark-product .button.button-bookmark.bookmarked .icon.on {
  display: -ms-flexbox;
  display: flex;
}

.bookmark-product .button.button-bookmark.bookmarked .icon.off {
  display: none;
}

.bookmark-product.single_product_div a {
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  color: #0A0A0A;
  background-color: #F2F2F2;
  border: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.bookmark-product.single_product_div a img.wishlist_text_icon_image.webtoffee_wishlist.wt-wishlist-button,
.bookmark-product.single_product_div a img.wishlist_text_icon_image.webtoffee_wishlist_remove.wt-wishlist-button {
  width: 100% !important;
  height: 16px !important;
  object-fit: contain;
  margin: 0 auto !important;
}

.bookmark-product.single_product_div a span.webtoffee_wishlist.wt-wishlist-button,
.bookmark-product.single_product_div a span.webtoffee_wishlist_remove.wt-wishlist-button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 120px;
  text-align: center;
  font-size: .8rem;
  margin: 8px 0 0;
  color: #575757;
}

@media (max-width: 991.98px) {
  .bookmark-product.single_product_div a {
    width: 32px;
    height: 32px;
  }
  .bookmark-product.single_product_div a img.wishlist_text_icon_image.webtoffee_wishlist.wt-wishlist-button,
  .bookmark-product.single_product_div a img.wishlist_text_icon_image.webtoffee_wishlist_remove.wt-wishlist-button {
    height: 12px !important;
  }
  .bookmark-product.single_product_div a span.webtoffee_wishlist.wt-wishlist-button,
  .bookmark-product.single_product_div a span.webtoffee_wishlist_remove.wt-wishlist-button {
    background-color: #f2f2f2;
    border-radius: 5px;
    left: unset;
    right: 0;
    transform: unset;
  }
}

.mini-shopping-cart {
  position: relative;
}

@media (max-width: 991.98px) {
  .mini-shopping-cart {
    position: unset;
  }
}

.mini-shopping-cart .cart-count-badge {
  position: absolute;
  top: 14px;
  right: -7px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
}

.mini-shopping-cart .mini-cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
}

@media (max-width: 991.98px) {
  .mini-shopping-cart .mini-cart-dropdown {
    width: 100%;
    top: 100%;
    border-radius: 0 0 8px 8px;
  }
}

.mini-shopping-cart .mini-cart-dropdown.show {
  display: block;
}

.mini-shopping-cart .mini-cart-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 15px 10px 20px;
  border-bottom: 1px solid #eee;
}

.mini-shopping-cart .mini-cart-header h3 {
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--content);
  font-size: 16px;
  font-weight: 600;
}

.mini-shopping-cart .mini-cart-header .close-cart {
  padding: 5px;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: transparent;
  color: #333;
}

.mini-shopping-cart .mini-cart-content {
  max-height: 400px;
  overflow-y: auto;
}

.mini-shopping-cart .mini-cart-content .mini-cart-items {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.mini-shopping-cart .mini-cart-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 15px 20px;
  border-bottom: 1px solid #f5f5f5;
}

.mini-shopping-cart .item-image {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.mini-shopping-cart .item-image img {
  border: 1px solid #E6E6E6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.mini-shopping-cart .item-details {
  -ms-flex: 1;
      flex: 1;
}

.mini-shopping-cart .item-name {
  margin: 0 0 5px 0;
  font-family: var(--wp--preset--font-family--content);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.5%;
  color: #292929;
  text-decoration: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mini-shopping-cart .item-name,
.mini-shopping-cart .item-name a {
  font-weight: 600;
}

.mini-shopping-cart .mini-cart-footer {
  padding: 20px;
  border-top: 1px solid #eee;
}

.mini-shopping-cart .mini-cart-footer .cart-total {
  text-align: right;
}

.mini-shopping-cart .mini-cart-footer .cart-total .amount {
  color: var(--tj-color--fg);
}

.mini-shopping-cart .remove-item {
  border: 1px solid #cbcbcb;
  background-color: transparent;
  color: #919191;
  margin-bottom: auto;
  width: 23px;
  height: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
  transition: all .2s ease;
}

.mini-shopping-cart .remove-item:hover {
  border-color: #e74c3c;
  color: #e74c3c;
}

.mini-shopping-cart .cart-actions {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.mini-shopping-cart .cart-actions .btn {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.mini-shopping-cart .cart-actions .btn-outline-primary {
  color: var(--tj-color--main);
  border: 1px solid var(--tj-color--main);
}

.mini-shopping-cart .cart-actions .btn-outline-primary:hover {
  color: #FFF;
}

@media (max-width: 991.98px) {
  .mini-shopping-cart .cart-actions {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .mini-shopping-cart .cart-actions .btn {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.mini-shopping-cart .empty-cart {
  padding: 20px 20px;
  text-align: center;
}

.mini-shopping-cart .empty-cart .btn {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .woocommerce-info,
  .woocommerce-noreviews,
  p.no-comments {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
}

.woocommerce-no-products-found .woocommerce-info,
.woocommerce-no-products-found .woocommerce-noreviews,
.woocommerce-no-products-found p.no-comments {
  background-color: #2822620F;
  padding: 16px;
  padding-left: 50px;
  color: #292929;
  border-radius: 12px;
  overflow: hidden;
  border-left: 5px solid var(--tj-color--main);
}

.woocommerce-no-products-found .woocommerce-info::before,
.woocommerce-no-products-found .woocommerce-noreviews::before,
.woocommerce-no-products-found p.no-comments::before {
  color: currentColor;
}

.woocommerce-no-products-found .woocommerce-info::after,
.woocommerce-no-products-found .woocommerce-noreviews::after,
.woocommerce-no-products-found p.no-comments::after {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--tj-color--main);
}

.checkout_coupon .form-row-last {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .woocommerce-ordering {
    margin-bottom: 0;
  }
}

.woocommerce-ordering select.orderby {
  border: 1px solid #EBEBEB;
  padding: 9px 16px;
  padding-left: 50px;
  font-size: 13px;
  font-weight: 500;
  background-color: #FFF;
  border-radius: 999px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11C11 11.1823 10.9276 11.3572 10.7986 11.4861C10.6697 11.6151 10.4948 11.6875 10.3125 11.6875H4.125C3.94266 11.6875 3.7678 11.6151 3.63886 11.4861C3.50993 11.3572 3.4375 11.1823 3.4375 11C3.4375 10.8177 3.50993 10.6428 3.63886 10.5139C3.7678 10.3849 3.94266 10.3125 4.125 10.3125H10.3125C10.4948 10.3125 10.6697 10.3849 10.7986 10.5139C10.9276 10.6428 11 10.8177 11 11ZM4.125 6.1875H15.8125C15.9948 6.1875 16.1697 6.11507 16.2986 5.98614C16.4276 5.8572 16.5 5.68234 16.5 5.5C16.5 5.31766 16.4276 5.1428 16.2986 5.01386C16.1697 4.88493 15.9948 4.8125 15.8125 4.8125H4.125C3.94266 4.8125 3.7678 4.88493 3.63886 5.01386C3.50993 5.1428 3.4375 5.31766 3.4375 5.5C3.4375 5.68234 3.50993 5.8572 3.63886 5.98614C3.7678 6.11507 3.94266 6.1875 4.125 6.1875ZM8.9375 15.8125H4.125C3.94266 15.8125 3.7678 15.8849 3.63886 16.0139C3.50993 16.1428 3.4375 16.3177 3.4375 16.5C3.4375 16.6823 3.50993 16.8572 3.63886 16.9861C3.7678 17.1151 3.94266 17.1875 4.125 17.1875H8.9375C9.11984 17.1875 9.2947 17.1151 9.42364 16.9861C9.55257 16.8572 9.625 16.6823 9.625 16.5C9.625 16.3177 9.55257 16.1428 9.42364 16.0139C9.2947 15.8849 9.11984 15.8125 8.9375 15.8125ZM19.7364 13.9511C19.6726 13.8872 19.5967 13.8365 19.5133 13.8019C19.4298 13.7673 19.3403 13.7495 19.25 13.7495C19.1597 13.7495 19.0702 13.7673 18.9867 13.8019C18.9033 13.8365 18.8274 13.8872 18.7636 13.9511L16.5 16.2155V9.625C16.5 9.44266 16.4276 9.2678 16.2986 9.13886C16.1697 9.00993 15.9948 8.9375 15.8125 8.9375C15.6302 8.9375 15.4553 9.00993 15.3264 9.13886C15.1974 9.2678 15.125 9.44266 15.125 9.625V16.2155L12.8614 13.9511C12.7324 13.8221 12.5574 13.7496 12.375 13.7496C12.1926 13.7496 12.0176 13.8221 11.8886 13.9511C11.7596 14.0801 11.6871 14.2551 11.6871 14.4375C11.6871 14.6199 11.7596 14.7949 11.8886 14.9239L15.3261 18.3614C15.3899 18.4253 15.4658 18.476 15.5492 18.5106C15.6327 18.5452 15.7222 18.563 15.8125 18.563C15.9028 18.563 15.9923 18.5452 16.0758 18.5106C16.1592 18.476 16.2351 18.4253 16.2989 18.3614L19.7364 14.9239C19.8003 14.8601 19.851 14.7842 19.8856 14.7008C19.9202 14.6173 19.938 14.5278 19.938 14.4375C19.938 14.3472 19.9202 14.2577 19.8856 14.1742C19.851 14.0908 19.8003 14.0149 19.7364 13.9511Z' fill='%23212121'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 22px center;
  appearance: none;
}

@media (min-width: 768px) {
  .wc-block-cart {
    margin-bottom: 0 !important;
  }
}

.wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: unset;
}

@media (max-width: 450px) {
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child), .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child) {
    border-bottom: 1px solid rgba(18, 18, 18, 0.11);
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    padding: 0;
    margin-bottom: 16px;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: auto !important;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
    padding-right: 0;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-top: 15px;
  }
}

.wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__image, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__image {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__image, .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__product, .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__total, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__image, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__product, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__total {
  margin-bottom: 0;
}

.wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__wrap, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__wrap {
  padding-left: 0px;
  padding-right: 25px;
}

.wc-block-cart.is-medium .wc-block-cart__submit,
.wc-block-cart.is-medium .wc-block-cart__sidebar, .wc-block-cart.is-mobile .wc-block-cart__submit,
.wc-block-cart.is-mobile .wc-block-cart__sidebar {
  margin-bottom: 0;
}

body.woocommerce-cart main.site-main header.entry-header .entry-title,
body.woocommerce-checkout main.site-main header.entry-header .entry-title {
  color: var(--tj-color--main);
}

@media (min-width: 992px) {
  body.woocommerce-order-received main.site-main .tj-container {
    max-width: 732px;
  }
  body.woocommerce-order-received main.site-main .tj-container header.entry-header {
    margin-bottom: 8px;
  }
  body.woocommerce-order-received main.site-main .tj-container header.entry-header .entry-title {
    font-size: 50px;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li {
    color: #868686;
    text-transform: none;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li,
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li strong {
    font-size: 16px;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li strong {
    color: #43454b;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--content);
  }
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details {
  background-color: transparent !important;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
  padding: 0;
  background-color: transparent !important;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th {
  color: var(--tj-color--main);
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th {
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #EBEBEB;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td a, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td a {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th {
  padding-top: 24px;
  padding-bottom: 24px;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr .woocommerce-table__product-name, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr .woocommerce-table__product-name {
  width: 50%;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:not(:last-child) td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:not(:last-child) th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr:not(:last-child) td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr:not(:last-child) th {
  border-bottom: 1px solid #EBEBEB;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th {
  color: var(--tj-color--main);
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th[scope=row],
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th[scope=row] + td, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th[scope=row],
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th[scope=row] + td {
  padding: 15px 0;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th {
  padding-left: 12px;
  padding-right: 12px;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr td:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr td:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th:first-child, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr td:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr td:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th:first-child {
  padding-left: 0;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr td:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr td:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th:last-child, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr td:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr td:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th:last-child {
  padding-right: 0;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-order-details__title {
  display: none;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses {
  float: unset;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

@media (max-width: 991.98px) {
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address,
body.woocommerce-page.woocommerce-order-received .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.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column:first-child {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address,
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address:first-child,
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column:first-child,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address:first-child,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column:first-child {
    margin-top: 0;
  }
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address address,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column address,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address address,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column address {
  margin-bottom: 0;
  padding: 20px;
  line-height: 1.5;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-Address-title,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-Address-title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-Address-title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #E5E5EA;
  color: #292929;
  font-family: var(--wp--preset--font-family--content);
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-Address-title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-column__title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-Address-title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-Address-title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title h2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-Address-title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-column__title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-Address-title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-Address-title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title .edit {
  float: unset;
  margin-top: 0;
  margin-left: auto;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  margin-bottom: 0;
  font-size: 16px;
}

@media (min-width: 992px) {
  body.woocommerce-page .woocommerce-ResetPassword {
    max-width: 570px;
  }
  body.woocommerce-page .woocommerce-ResetPassword .form-row-first {
    width: 100%;
    float: unset;
    margin-right: 0;
  }
}

body.woocommerce-page .woocommerce-ResetPassword .woocommerce-form-row--first {
  margin-top: 24px;
}

@media (max-width: 426px) {
  .woocommerce-message .button.wc-forward {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-message {
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce-message .button.wc-forward {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}

ul#shipping_method li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

ul#shipping_method li input {
  margin-top: 6px;
}

ul#shipping_method li label {
  cursor: pointer;
}

section.section.section-hero {
  width: 100%;
  height: 652px;
  --section-py: 0;
}

@media (max-width: 991.98px) {
  section.section.section-hero {
    height: calc(100vh - 68px - 250px);
  }
}

@media (max-width: 767.98px) {
  section.section.section-hero {
    height: 177px;
  }
}

@media (max-width: 575.98px) {
  section.section.section-hero {
    height: 157px;
  }
}

section.section.section-deals {
  --section-bg: #F9F9F9;
}

section.section.section-bigbanner {
  --section-bg: #95E0FF;
  --section-py: 0;
}

section.section.section-bigbanner .bigbanner-text {
  text-align: center;
  padding: 60px 130px;
  padding-left: var(--container-x);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}

@media (max-width: 991.98px) {
  section.section.section-bigbanner .bigbanner-text {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 640px;
    margin: 0 auto;
  }
}

section.section.section-bigbanner .bigbanner-text img.bigbanner-img {
  width: auto;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 28px;
}

section.section.section-bigbanner .bigbanner-text .bigbanner-title {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  section.section.section-bigbanner .bigbanner-text .bigbanner-title {
    font-size: 24px;
  }
}

section.section.section-bigbanner .bigbanner-text .wp-element-button {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  section.section.section-bigbanner .bigbanner-text .wp-element-button {
    font-size: 13px;
  }
}

section.section.section-bigbanner .bigbanner-image .bigbanner-cover {
  width: 100%;
  height: 565px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  section.section.section-collection {
    overflow-x: clip;
  }
  section.section.section-collection .section-head {
    max-width: 70%;
  }
}

section.section.section-products {
  --section-pt: 0;
}

section.section.section-products .content-tabs {
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 575.98px) {
  section.section.section-products .content-tabs {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

section.section.section-blog .section-head .wp-element-button {
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  section.section.section-blog .section-head {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  section.section.section-blog .section-head {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  section.section.section-blog .row-posts [class*=col]:last-child {
    display: none;
  }
}
