/*
	Theme Name: Tejarat Khane
	Theme URI: https://rtl-theme.com
	Description: Tejarat Khane is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Alpha Team
	Author URI: https://rtl-theme.com
	Version: 1.1.0
	Stable tag: 1.0.0
	Requires at least: 6.0
	Tested up to: 6.4
	Requires PHP: 7.4
	License: RTL THEME Roles and Permissions.
	License URI: https://rtl-theme.com
	Text Domain: home-tejarat
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

:root {
  /* Colors */
  --secondary: #fdc500;
  --div-box-1: #f5f6f7;
  --div-box-2: linear-gradient(
    180deg,
    rgba(245, 246, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  --primary-500: #0a5299;
  --primary-400: #0f72d2;
  --primary-300: #3f8edb;
  --primary-200: #6faae4;
  --primary-100: #9fc7ed;
  --primary-hover: #0a5299;
  --gray-500: #2b3742;
  --gray-400: #6a7076;
  --gray-300: #a3a3a3;
  --gray-200: #c1c1c1;
  --gray-100: #f5f6f7;
}
/* ---------------- HT Configs------------------- */

/* Animates */

.ht-animate-up-dow {
  display: inline-block;
  animation: htupDown 1.1s infinite alternate;
}

@keyframes htupDown {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/** Image Overlay**/
.ht-img-overlay {
  border-radius: 16px;
  overflow: hidden;
}
.ht-img-overlay::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(43, 55, 66, 0) 0%,
    rgba(43, 55, 66, 0) 50%,
    rgba(43, 55, 66, 0.8) 100%
  );
}
/* HT hightlite */
.ht-title-higlite {
  color: var(--primary-400);
  font-weight: 900;
}
.ht-subtitle-highlite {
  padding: 1px 4px;
  background: var(--secondary);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
}
/* ---------------- End HT Configs------------------- */
*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}
/* Css Congigs */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
b,
div,
th,
footer,
table,
section,
body,
head,
ul,
ol,
span {
  font-family: PeydaWebFaNum;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}
/* Grouping content
   */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}
/* Text-level semantics
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: var(--primary-500);
}
a:hover,
a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-block-end: none; /* 1 */
  text-decoration: underline dotted; /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
/* Interactive
   */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
/* Misc
   */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* Print
   */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    break-after: avoid;
  }
}
/**
   * Form styling
   */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;

  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus,
[type="submit"]:focus,
[type="button"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
  color: #ffffff;
  background-color: var(--primary-500);
  text-decoration: none;
}
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
  resize: vertical;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  outline-offset: -2px; /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
select {
  display: block;
}
/**
   * Table styling
   */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
/**
   * List styling
   */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*************downloads***************/

body {
  text-align: right;
  max-width: 100% !important;
  /* overflow: hidden;   */
}
.th2-Product-details {
  color: #fff !important;
  background-color: var(--primary-500) !important;
}
.th_contniue__end {
  color: #fff !important;
}
.th2-Product-details2 {
  background-color: #f9fafc !important;
  text-decoration: none !important;
  border: 1px solid #007bff !important;
  border-radius: 8px;
  padding: 8px;
  height: 44px;
  text-decoration: none !important;
  font-family: PeydaWebFaNum;
}
.woocommerce-downloads
  .woocommerce-MyAccount-content
  table
  tbody
  tr
  td:last-child {
  border: 0px !important;
}
.th2-Product-details2:hover {
  color: var(--primary-hover) !important;
}
.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details
  tbody {
  width: 100% !important;
}
.th-download .woocommerce-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.th-download tr {
  width: 100%;
}
.woocommerce-order-downloads {
  width: 100%;
}
.woocommerce-MyAccount-content
  .woocommerce-downloads
  .woocommerce-MyAccount-content {
  display: flex !important;
  align-items: flex-start !important;
}
.woocommerce-order-downloads
  .woocommerce-table--order-downloads
  .download-product
  img {
  max-width: 80px !important;
  max-height: 80px !important;
}
.woocommerce-order-downloads
  .woocommerce-table--order-downloads
  .download-product
  img
  :hover {
  filter: unset !important;
}
.woocommerce-MyAccount-downloads-file {
  border-radius: 24px !important;
  border: 1px solid var(--color-secndery-500) !important;
  color: var(--color-secndery-500) !important;
  background-color: #fff !important;
  font: var(--font-p-16-semibold);
  padding: 14px 17px !important;
}
.woocommerce-MyAccount-downloads-file:hover {
  color: var(--primary-500) !important;
  border-color: var(--primary-hover) !important;
}
.th2-Product-details {
  font-family: PeydaWebFaNum;
  border-radius: 8px;
  background: var(--secondary-300);
  color: var(--color-secndery-500);
  text-align: center;
  font: var(--font-p-16-bold);
  margin: 0;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  overflow: visible;
  padding: 13px 19px;
  margin-inline-end: 7px;
}
.th2-Product-details:hover {
  background-color: var(--primary-hover) !important;
  color: #fff !important;
}
.th_dwn__text :hover {
  color: var(--primary-hover) !important;
}
.th_check__out,
.th_check__out * {
  box-sizing: border-box;
}
.th_check__out {
  position: relative;
}
.th_th_discount__checkout1 {
  background: var(--gray-100);
  border-radius: 16px;
  width: 636px;
  height: 407px;
  /* position: absolute; */
  left: 0px;
  top: 0px;
}
.th_frame {
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 25px;
  top: 32px;
}
.th_frame__1 {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.th_frame__2 {
  flex-shrink: 0;
  width: 543px;
  height: 36px;
  position: static;
}
.th_total {
  color: var(--gray-400);
  text-align: right;
  font-family: var(
    --subtitle-18-semibold-font-family,
    "Peyda-SemiBold",
    sans-serif
  );
  font-size: var(--subtitle-18-semibold-font-size, 18px);
  line-height: var(--subtitle-18-semibold-line-height, 36px);
  font-weight: var(--subtitle-18-semibold-font-weight, 600);
  position: absolute;
  right: 1.5px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.th_price__total {
  color: var(--gray-500);
  text-align: right;
  font-family: var(--h7-20-bold-font-family, "Peyda-Bold", sans-serif);
  font-size: var(--h7-20-bold-font-size, 20px);
  line-height: var(--h7-20-bold-line-height, 120%);
  font-weight: var(--h7-20-bold-font-weight, 700);
  position: absolute;
  right: 427.5px;
  top: 6px;
}
.th_frame__4 {
  flex-shrink: 0;
  width: 546px;
  height: 36px;
  position: static;
}
.th_frame__address {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 251.5px;
  top: 60px;
}
.th_vhange__address {
  color: var(--primary-400);
  text-align: right;
  font-family: var(--p-16-medium-font-family, "Peyda-Medium", sans-serif);
  font-size: var(--p-16-medium-font-size, 16px);
  line-height: var(--p-16-medium-line-height, 32px);
  font-weight: var(--p-16-medium-font-weight, 500);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.vuesax-linear-group {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.vuesax-linear-group2 {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.th_Transportation {
  color: var(--gray-400);
  text-align: right;
  font-family: var(
    --subtitle-18-semibold-font-family,
    "Peyda-SemiBold",
    sans-serif
  );
  font-size: var(--subtitle-18-semibold-font-size, 18px);
  line-height: var(--subtitle-18-semibold-line-height, 36px);
  font-weight: var(--subtitle-18-semibold-font-weight, 600);
  position: absolute;
  right: 0px;
  top: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.th_Transportation__teh {
  color: var(--gray-400);
  text-align: right;
  font-family: var(
    --subtitle-18-semibold-font-family,
    "Peyda-SemiBold",
    sans-serif
  );
  font-size: var(--subtitle-18-semibold-font-size, 18px);
  line-height: var(--subtitle-18-semibold-line-height, 36px);
  font-weight: var(--subtitle-18-semibold-font-weight, 600);
  position: absolute;
  left: 355.5px;
  top: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.th_Transportation__price {
  color: var(--gray-500);
  text-align: right;
  font-family: PeydaWebFaNum;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  position: absolute;
  right: 439px;
  top: 64px;
}
.line-54 {
  border-style: solid;
  border-color: var(--gray-200);
  border-width: 1px 0 0 0;
  flex-shrink: 0;
  width: 577px;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(180deg) scale(1, 1);
  left: 100%;
}
.th_checkout__price_2 {
  flex-shrink: 0;
  width: 586px;
  height: 52px;
  position: static;
}
.th_checkout__end {
  background: var(--primary-100);
  border-radius: 8px;
  width: 586px;
  height: 52px;
  position: absolute;
  left: 0px;
  top: 178px;
}
.th_all__price {
  color: var(--gray-400);
  text-align: right;
  font-family: var(--p-16-semibold-font-family, "Peyda-SemiBold", sans-serif);
  font-size: var(--p-16-semibold-font-size, 16px);
  line-height: var(--p-16-semibold-line-height, 32px);
  font-weight: var(--p-16-semibold-font-weight, 600);
  position: absolute;
  right: 20px;
  top: 188px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.th_checkout_price__end {
  color: var(--primary-400);
  text-align: right;
  font-family: var(--h6-24-black-font-family, "PeydaFaNum-Black", sans-serif);
  font-size: var(--h6-24-black-font-size, 24px);
  line-height: var(--h6-24-black-line-height, 120%);
  font-weight: var(--h6-24-black-font-weight, 900);
  position: absolute;
  right: 422px;
  top: 191px;
}
.th_contniue {
  width: 269px;
  height: 50px;
  position: static;
}
.th_checkout__end2 {
  background: var(--primary-400);
  border-radius: 8px;
  width: 269px;
  height: 50px;
  position: absolute;
  left: 64%;
  bottom: 106px;
  color: #fff !important;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
  align-items: center;
}
.th_contniue__end {
  color: #ffffff;
  text-align: center;
  font-family: var(--p-16-semibold-font-family, "Peyda-SemiBold", sans-serif);
  font-size: var(--p-16-semibold-font-size, 16px);
  line-height: var(--p-16-semibold-line-height, 32px);
  font-weight: var(--p-16-semibold-font-weight, 600);
  position: absolute;
  left: 211.09px;
  bottom: 43.09px;
  width: 212.27px;
  height: 31.82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th_discount__checkout,
.th_discount__checkout * {
  box-sizing: border-box;
}
.th_discount__checkout {
  position: relative;
}
.th_discount__checkout1 {
  background: var(--gray-100);
  border-radius: 16px;
  width: 636px;
  height: 106px;

  left: 0px;
  top: 0px;
}
.th_discount__checkout_box {
  width: 184px;
  height: 50px;
  position: static;
}
.th_discount__checkout_box2 {
  background: var(--primary-400);
  border-radius: 8px;
  width: 184px;
  height: 50px;
  position: absolute;
  right: 422px;
  top: 29px;
  color: #fff !important;
  line-height: 32px;
  text-align: center;
}
.th_do__discount {
  color: var(--secondary-secondary-100);
  text-align: center;
  font-family: var(--p-16-medium-font-family, "Peyda-Medium", sans-serif);
  font-size: var(--p-16-medium-font-size, 16px);
  line-height: var(--p-16-medium-line-height, 32px);
  font-weight: var(--p-16-medium-font-weight, 500);
  position: absolute;
  left: calc(50% - 249px);
  top: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.th_discount__gr_box {
  width: 375px;
  height: 50px;
  position: static;
}
.th_box__discount {
  background: #ffffff;
  border-radius: 7px;
  width: 375px;
  height: 50px;
  position: absolute;
  right: 31px;
  top: 28px;
  box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.07);
}
.th_do__discount_2 {
  color: var(--gray-300);
  text-align: right;
  font-family: var(--t-15-semibold-font-family, "Peyda-SemiBold", sans-serif);
  font-size: var(--t-15-semibold-font-size, 15px);
  line-height: var(--t-15-semibold-line-height, 30px);
  font-weight: var(--t-15-semibold-font-weight, 600);
  position: absolute;
  right: 43px;
  top: 38px;
}
.download-product a {
  text-decoration: none !important;
  color: var(--gray-400);
  text-align: right;

  /* P/16-semibold */
  font-family: PeydaWebFaNum;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 2em;
}
.th_dwn__text {
  color: var(--gray-400) !important;
  text-align: right !important;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* P/16-semibold */
  font-family: PeydaWebFaNum;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
}
.th-gr-pagination,
.th-gr-pagination * {
  box-sizing: border-box;
}
.th-gr-pagination {
  position: relative;
  align-items: center;
  margin: 0n auto;
}
.th-gr-pagination1 {
  width: 44px;
  height: 44px;
  position: static;
}
.th-pagination__in {
  width: 44px;
  height: 44px;
  position: static;
}
.th-pagination__start {
  background: #ffffff;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 89.38px;
  top: 0px;
}
.th_dwn_start {
  color: var(--gray-400);
  text-align: center;
  font-family: var(--p-16-medium-font-family, "Peyda-Medium", sans-serif);
  font-size: var(--p-16-medium-font-size, 16px);
  line-height: var(--p-16-medium-line-height, 32px);
  font-weight: var(--p-16-medium-font-weight, 500);
  position: absolute;
  right: 96px;
  top: 10px;
  width: 31px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-gr-pagination__1 {
  width: 44px;
  height: 44px;
  position: static;
}
.th-pagination__start2 {
  background: var(--primary-400);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 141.38px;
  top: 0px;
}
.th_dwn_tw {
  color: #ffffff;
  text-align: center;
  font-family: var(--p-16-medium-font-family, "Peyda-Medium", sans-serif);
  font-size: var(--p-16-medium-font-size, 16px);
  line-height: var(--p-16-medium-line-height, 32px);
  font-weight: var(--p-16-medium-font-weight, 500);
  position: absolute;
  right: 148px;
  top: 10px;
  width: 31px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-gr-pagination__2 {
  width: 44px;
  height: 44px;
  position: static;
}
.th-pagination__start3 {
  background: #ffffff;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 193.38px;
  top: 0px;
}
.th_dwn_3 .th_dwn_4 .th_dwn_5 .th_dwn_6 .th_dwn_7 {
  color: var(--gray-400);
  text-align: center;
  font-family: PeydaWebFaNum;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
.th_dwn_3 {
  position: absolute;
  right: 200px;
  top: 10px;
  width: 31px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-gr-pagination__3 {
  width: 44px;
  height: 44px;
  position: static;
}
.th-pagination__start4 {
  background: #ffffff;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 245.38px;
  top: 0px;
}
.th_dwn_4 {
  position: absolute;
  right: 252px;
  top: 10px;
  width: 31px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-gr-pagination__5 {
  width: 44px;
  height: 44px;
  position: static;
}
.th-pagination__start5 {
  background: #ffffff;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 297.38px;
  top: 0px;
}
.th_dwn_5 {
  position: absolute;
  right: 304px;
  top: 10px;
  width: 31px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th_dwn_6 {
  color: var(--gray-300);
  text-align: center;
  font-family: "Anjoman-ExtraBold", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
  position: absolute;
  right: 344.38px;
  top: 4px;
  width: 31px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-gr-pagination__6 {
  width: 81.38px;
  height: 44px;
  position: static;
}
.th-pagination__in2 {
  width: 81.38px;
  height: 44px;
  position: static;
}
.th-pagination__start6 {
  background: #ffffff;
  border-radius: 8px;
  width: 81.38px;
  height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.th_dwn_7 {
  position: absolute;
  right: 24px;
  top: 8px;
  width: 44px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vector {
  width: 6px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 28px;
  overflow: visible;
}
.th-gr-pagination__7 {
  width: 81.38px;
  height: 44px;
  position: static;
}
.th-pagination__start7 {
  background: #ffffff;
  border-radius: 8px;
  width: 81.38px;
  height: 44px;
  position: absolute;
  right: 378px;
  top: 0px;
}
.th_dwn_next {
  position: absolute;
  right: 388px;
  top: 8px;
  width: 44px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vector2 {
  width: 6px;
  height: 12px;
  position: absolute;
  right: 433px;
  top: 28px;
  transform: translate(-7.25px, -13.25px);
  overflow: visible;
}
.th_dwn__txt2 {
  color: var(--gray-300) !important;
  text-align: right;

  /* caption/14-medium */
  font-family: PeydaWebFaNum;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
}
.woocommerce-table--order-downloads {
  border: none !important;
  border-collapse: collapse;
}
.woocommerce-table--order-downloads tbody tr {
  border-radius: 16px;
  border: 1px solid var(--color-secndery-200) !important;
  background: #fff;
}
/* .woocommerce img, .woocommerce-page img :hover{
      filter: grayscale(1);}
  */

.woocommerce-table--order-downloads tr {
  display: flex;
  margin: auto;
  margin-bottom: 18px;
}
td.download-product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.th_icon_dwn {
  display: flex;
  flex-direction: column;
  width: 256px;
}
.download-remaining {
  display: flex;
  flex-direction: column;
}
td.download-expires {
  display: flex;
  flex-direction: column;
}
td.download-file {
  display: flex;
  align-items: center;
  justify-content: center;

  text-wrap: nowrap;
  border: #fff;
}
.download-remaining {
  color: var(--color-primary-600);
  font-family: PeydaWebFaNum;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  text-wrap: nowrap;
  color: var(--gray-300);
  text-align: right;

  /* caption/14-medium */
  font-family: PeydaWebFaNum(FaNum);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
}
.woocommerce-MyAccount-downloads-file button {
  font: var(--font-p-16-semibold);
  padding: 0.618em 1em;
  text-align: center;
  margin-inline-start: 5px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0);
}
.entry-title {
  color: var(--gray-500);
  text-align: right;

  /* H7/20-bold */
  font-family: PeydaWebFaNum;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.woocommerce-downloads .woocommerce-MyAccount-content table td,
table th,
.woocommerce-downloads .woocommerce-MyAccount-content table tbody tr td,
.woocommerce-orders-table {
  border: none !important;
  border-left: 1px solid var(--gray-200) !important;

  text-align: start;
}
.woocommerce-table--order-downloads thead {
  margin-bottom: 16px;
}
.woocommerce-orders-table,
.woocommerce-orders-table tr,
.woocommerce-orders-table td,
.woocommerce-orders-table__header,
.woocommerce-table--order-downloads,
.woocommerce-table--order-downloads td,
.woocommerce-table--order-downloads__header {
  width: 100%;
  text-align: center;
}
.woocommerce-orders-table thead,
.woocommerce-table--order-downloads thead {
  border-radius: 16px;
  border: 1px solid var(--div-box-1);
  background: #fff;
  color: var(--color-primary-700);
  text-align: right;
  font: var(--font-p-16-semibold);
  padding: 15px 0;
}
.woocommerce-orders-table,
.woocommerce-orders-table tr,
.woocommerce-orders-table td,
.woocommerce-orders-table__header {
  border: none;
}
.th-myaccount-avatar-edit {
  display: flex;
  align-items: center;
  padding-top: 10px;
  display: flex;
  align-self: flex-start;
  flex-grow: 1;
  justify-content: flex-end;
}
.iconsax-outline-edit:before {
  font-size: 25px;
}
.woocommerce-orders-table {
  display: flex;
  flex-direction: column;
}
.woocommerce-orders-table thead {
  display: flex;
  width: 100%;
}
.woocommerce-orders-table tr {
  display: flex;
  width: 100%;
}
table tbody tr:hover > td,
table tbody tr:hover > th,
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th,
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: unset !important;
}
.woocommerce-orders-table__cell a {
  text-decoration: none !important;
  color: var(--color-secndery-500);
}
.woocommerce-orders-table__cell {
  font: var(--font-p-16-semibold) !important;
  color: var(--color-secndery-500) !important;
}
.th-single__product__gallery__summary__container .product_title .entry-title {
  color: var(--gray-500);
  text-align: right;

  /* H7/20-bold */
  font-family: PeydaWebFaNum;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
}
.site-main .th-blog__header {
  padding: 12px 12px;
  border-radius: 16px;
  background: var(--div-box-2);

  /* box2 */
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  margin-bottom: 20px;
  height: 118px;
  display: flex;
  align-items: center;
}
/* ***end*** */
/************start arcchive blog****************/
.th-breadcrumb-container {
  padding-top: 26px;
}
.th-breadcrumb {
  display: flex;
  align-items: center;
  min-width: 80px;
}
.th-breadcrumb__link {
  color: var(--color-secndery-400);
  font: var(--font-p-16-semibold);
}
.th-breadcrumb__link:active,
.th-breadcrumb__link:hover {
  color: var(--color-secndery-500);
}
.th-breadcrumb__link i {
  vertical-align: middle;
  width: 8px;
  height: 21px;
}
.th-archive__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 60px 0 35px;
  flex-wrap: wrap;
}
.th-product__filter,
.th-product__filter__sub {
  text-wrap: nowrap;
  padding: 13px 20px;
  border-radius: 30px;
  list-style: none;
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 30px -6px rgba(215, 39, 129, 0.1);
}
.th-product__filter__con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-filter__sort__by {
  color: var(--color-secndery-400);
  font-size: var(--font-size-14);
  padding-inline-end: 10px;
}
.th-filter__sort {
  color: var(--color-secndery-600);
  font-family: inherit;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 600;
  line-height: 250%; /* 40px */
  margin: 0;
}
.th-filter__sort__icon {
  color: var(--color-secndery-400);
  font-size: 20px;
  padding: 0 10px;
}
.th-product__filter__sub {
  z-index: 6 !important;
  position: absolute;
  display: none;
  padding: 30px 6px;
  left: 0;
  width: 210px;
  top: 70px;
  filter: drop-shadow(0 0 20px rgba(76, 86, 134, 0.1));
}
.th-triangle__up {
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 56px;
  left: 29px;
}
.th-triangle__up:before {
  width: 200px;
  height: 25px;
  content: "";
  position: absolute;
  left: -30px;
  top: -10px;
}
.th-product__filter__sub .th-product__filter__item {
  padding: 10px 20px;
}
.th-product__filter__item_link {
  display: block;
  color: var(--color-secndery-600);
  font: var(--font-p-16-bold);
}
.th-product__filter__item_link:hover {
  color: var(--primary-hover) !important;
}
.th-product__filter__sub .th-product__filter__item:hover {
  background: var(--primary-hover);
  border-radius: 8px;
}
.th-product__filter:hover .th-product__filter__sub,
.th-product__filter:hover .th-triangle__up {
  display: block;
}
.th-custom-post-type-search-2 {
  margin-bottom: 24px;
}
.th-input__group {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  border-left: unset !important;
}
.th-input__group input[type="search"] {
  border-left: unset !important;
}
.th-form__control {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
  border-radius: 30px;
  border: 1px solid var(--color-primary-300) !important;
  background: #fff;
  min-width: 110px;
  padding: 16px 20px !important;
  max-width: 690px;
  min-width: 165px;
}
.th-input__group__text__mini {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
  border: 1px solid var(--color-primary-300);
  background: #fff;
  border-right: unset !important;
}
.th-input__group__text__icon {
  font-size: 24px;
}

.th-container__arcs .th-blog__post__img {
  filter: grayscale();
  transition: all ease-in 0.03s;
}
.th-container__arcs .th-blog__post:hover .th-blog__post__img {
  filter: none;
}
.th-pagination__row {
  margin-top: 94px;
  margin-bottom: 50px;
}
.th-page__numbers,
a.next.page-numbers,
a.page-numbers,
a.prev.page-numbers,
span.page-numbers.dots {
  color: var(--color-secndery-500);
  font: var(--font-t-14-semibold);
  letter-spacing: -0.3px;
  border-radius: 30px;
  background: var(--color-secndery-100);
  background: var(--div-box-1);
  box-shadow: none;
  margin: 8px;
  padding: 17px 22px 14px 19px;
}
a.next.page-numbers i,
a.prev.page-numbers i {
  color: var(--color-secndery-300);
  vertical-align: middle;
  padding-inline-start: 9px;
}
.th_iso {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 16px;
  border: 2px solid #fff;
  background: var(--div-box-2);

  /* box2 */
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
}
.th-sidebar__category__item__list__icon,
.th-sidebar__category__item__list__icon li {
  list-style: none;
  margin-left: 55px;
  font-family: PeydaWebFaNum;
}
#Importation {
  text-align: -webkit-right;
}
.importaion-titel {
  font-family: PeydaWebFaNum;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0 auto;
  text-align: right;
  margin: 13px 0;
}
.ht-project-details {
  font-family: PeydaWebFaNum;
  color: var(--gray-300);
  text-align: right;
  /* small/12-medium */
  /*   font-family: PeydaWebFaNum; */
  font-size: 12px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: normal;
}
.th-show {
  margin-right: 8px;
}

.importfrom {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.more-project {
  display: flex;
  flex-direction: row;
}
.th_more {
  transition: all 0.3s ease;
  display: flex;
  background-color: var(--primary-400);
  border-radius: 8px;
  color: #fff;
  font-family: PeydaWebFaNum;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.th_form {
  border-radius: 8px;
  background: var(--div-box-1);
  width: 40%;
  text-align: center;
}
.country {
  padding-right: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-400);
}
.more-project {
  /*   font-family: PeydaWebFaNum; */
  background-color: var(--primary-400);
  padding: 3px;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px !important;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.th_time {
  border-radius: 8px;
  background: var(--div-box-1);
  font-size: 12px;
}
.th-projects__gradient--left {
  position: absolute;
  left: 0;
  height: 100%;
  width: 12%;
  z-index: 20;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 69%,
    rgba(255, 255, 255, 0) 100%
  );
}
.th-projects__gradient--right {
  position: absolute;
  right: 0;
  height: 100%;
  width: 15%;
  z-index: 20;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 69%,
    rgba(255, 255, 255, 0) 100%
  );
}
.th_archive {
  color: var(--gray-500);
  text-align: right;
  font-family: PeydaWebFaNum;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 180%;
}
.th_archive2 {
  color: var(--primary-400);
  font-family: PeydaWebFaNum;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 180%;
}
span.page-numbers.current {
  text-align: center;
  border-radius: 10px;
  margin: 8px;
  padding: 13px 22px;
  background: var(--primary-400);
  font: var(--font-t-14-semibold);
  color: #fff;
}
a.next.page-numbers,
a.prev.page-numbers {
  background: var(--color-primary-200);
}
.th-page__numbers,
a.next.page-numbers,
a.page-numbers,
a.prev.page-numbers,
span.page-numbers.dots {
  color: var(--color-secndery-500);
  font: var(--font-t-14-semibold);
  letter-spacing: -0.3px;
  border-radius: 10px;
  background: var(--color-secndery-100);
  background: var(--div-box-1);
  box-shadow: none;
  margin: 8px;
  padding: 17px 22px 14px 19px;
}
.th_main__product {
  margin-right: -41%;
}
.th-product__gradient--left {
  position: absolute;
  left: 0;
  height: 28%;
  width: 17%;
  z-index: 20;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 69%,
    rgba(255, 255, 255, 0) 100%
  );
  /* transform: rotate(90deg); */
}
.th-product__gradient--right {
  position: absolute;
  right: 0;
  height: 28%;
  width: 17%;
  z-index: 20;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 69%,
    rgba(255, 255, 255, 0) 100%
  );
  /* filter: blur(12px); */
  /* transform: rotate(80deg); */
}
.th_product__icons {
  display: flex;
  flex-direction: row;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  margin-left: 12px;
  margin-top: -26px;
}
.th_product__icons__color {
  border-radius: 10px;
  background: var(--primary-400);
}
.th_header__product {
  display: flex;
  justify-content: space-between;
}
.th_product__icon__header {
  display: flex;
  flex-direction: row;
}
.th_product__num {
  color: var(--primary-hover);
  margin-left: 6px;
  line-height: 20px;
}
.th_product__about {
  display: flex;
  flex-direction: row;
  margin-right: 2px;
  flex-grow: 1;
}
.th_stars {
  border-left: 1px solid rgba(130, 133, 160, 0.47);
  display: inline-flex;
  align-items: center;
  padding-left: 5px;
  height: 14px;
}
.th_star:hover,
.th_th_star:hover ~ .star,
.th_star.active ~ .star,
.th_star.active {
  color: #007bff;
}
.th_chat-icon {
  font-size: 16px;
  color: #333;
  margin-right: 5px;
}
.th_chat-text {
  color: var(--gray-400);
  text-align: justify;

  /* t/15-semibold */
  font-family: PeydaWebFaNum;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 200% */
  margin-right: 10px;
}
.th_chat-icon-container {
  margin-top: -4px;
  margin-right: 4px;
}
.th_chat-icon {
  color: var(--primary-hover);
}
.ffffff {
  display: flex;
  flex-direction: row;
  margin-top: -10%;
  left: 1%;
  position: relative;
}
.th_price-container {
  display: flex;
  align-items: baseline;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.th_price__all {
  display: flex;
  flex-direction: row;
  width: 117px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 5px;
}
.th_short-price {
  color: var(--gray-300);
  text-align: center;

  /* small/12-bold */
  font-family: PeydaWebFaNum;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 6px;
  margin-top: 2%;
}
.th_icon-container {
  display: flex;
  align-items: center;
  margin-top: -7%;
}
/* .th_icon {
                  width: 47px;
                  height: 47px;
                  flex-shrink: 0;
                  color: blue;}
  */

.th_product__icon {
  border-radius: 10px;
  background: var(--primary-400);
  color: #ffffff;
  margin-left: 12px;
  margin-top: -5px;
  width: 43px;
  padding: 6px;
  height: 43px;
}
.th_price {
  color: var(--gray-400);
  text-align: center;
  margin-right: 5px;
  /* H7/20-bold */
  font-family: PeydaWebFaNum;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.th_discount {
  color: #fff;
  text-align: center;
  width: 117px;
  height: 26px;
  flex-shrink: 0;
  /* t/15-semibold */
  font-family: PeydaWebFaNum;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 200% */
  background: var(--Secondary, #fdc500);
  padding: 5px;
  border-radius: 6px 6px 6px 2px;
  background: var(--Secondary);
  display: flex;
  flex-direction: row;
  padding: 1px;
}
.th_price__discount {
  color: var(--gray-500);
  text-align: center;

  /* P/16-bold */
  font-family: PeydaWebFaNum(FaNum);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
}
.th_price__main {
  margin-left: 15px;
}
.th_lastest__news {
  color: var(--primary-400);

  /* H4/32-black */
  font-family: PeydaWebFaNum(FaNum);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 180%;
}
.th_lastest__news___text {
  color: var(--primary-400);

  /* H4/32-black */
  font-family: PeydaWebFaNum(FaNum);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 180%;
}
.th_lastest__news___text2 {
  color: var(--gray-500);
  text-align: right;

  /* H4/32-black */
  font-family: PeydaWebFaNum(FaNum);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 180%; /* 57.6px */
}
.th_form__row {
  display: flex;
  flex-direction: row;
}
#omment-14 {
  background-color: #fff;
}
#comment-13 {
  border: none !important;
}
.comment_container {
  border: none !important;
}
.th_comment__product {
  border: none !important;
  border-bottom: none !important;
}
#comment_post_ID {
  height: 40px;
}
.th_line__image {
  width: fit-content;
}
.th_importaion__about {
  overflow: hidden;
  color: var(--gray-400);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: PeydaWebFaNum;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
  direction: rtl;
  margin-right: 12px;
}
.th_country__employer2 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  color: #fff;
  text-align: right;
  font-family: PeydaWebFaNum;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.th_country__employer2 a {
  color: #fff;
  font-family: PeydaWebFaNum;
}
.employer {
  font-family: PeydaWebFaNum;
}
.th_1_s {
  margin: 0 auto;
  margin-right: 50%;
  margin-bottom: 15%;
}
.th-slider__gallery__thumbs__single__prsonal,
.th-slider__gallery__thumbs__single__portfolio,
.th-slider__gallery__thumbs__single__services {
  margin-top: 53px;
  padding: 42px;

  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0);
}
/* .th-slider__gallery__single__prsonal,
  .th-slider__gallery__single__portfolio,
  .th-slider__gallery__single__services{
  margin: 18px auto;}
  */
.th-slider__gallery__single__prsonal img,
.th-slider__gallery__single__portfolio img,
.th-slider__gallery__single__services img {
  max-height: 500px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.th-slider__thumbs__single__prsonal img,
.th-slider__thumbs__single__portfolio img,
.th-slider__thumbs__single__services img {
  max-height: 140px;
  width: 100%;
  border-radius: 12px;
}
.th-prsonal__cv-option__item__icon i,
.th-portfolio__cv-option__item__icon i,
.th-services__cv-option__item__icon i {
  font-size: 24px;
  font-weight: 400;
  border-radius: 15px;
  background: var(--primary-400);
  width: 77px;
  height: 77px;
  flex-shrink: 0;
}
.th-portfolio__cv-option__item__icon {
  border-radius: 15px;
  background: var(--primary-400);
  width: 77px;
  height: 77px;
  flex-shrink: 0;
}
.th_icon_5 {
  margin-right: 17px;
  margin-top: 18px;
}
/*************************************/
/**********start single prsonal and portfolio and services*******/
section.th-prsonal__cv,
section.th-portfolio__cv,
section.th-services__cv {
  margin-top: 50px;
}
.th-tab-pane p {
  color: var(--color-secndery-500);
  font: var(--font-secondary-p-16-semibold);
  margin: 24px auto;
}
.th-tab-pane span {
  color: var(--color-secndery-800);
  font: var(--font-secondary-p-16-bold);
}
.th-accordion-body p {
  color: var(--color-secndery-500);
}
.th-gradient__bg {
  background: linear-gradient(
    180deg,
    rgba(239, 244, 254, 0.8) 0%,
    rgba(239, 244, 254, 0) 100%
  );
  height: 293px;
  position: absolute;
  top: -130px;
  z-index: -1;
  overflow: hidden;
}
.th-gradient__bg::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 85px;
  background-color: rgb(255, 255, 255);
  border-radius: 1000px/10px;
}
.th-services__box {
  min-width: 196px;
  min-height: 196px;
  border-radius: 15px;
  box-shadow: 0 16px 60px 0 rgba(0, 0, 0, 0.03);
  margin-inline-end: 20px;
  position: relative;
}
.th-services__box__title a {
  color: var(--color-secndery-800);
  font: var(--font-p-16-bold);
}
.th-services__box__img,
.th-skils__box__img {
  background: var(--color-primary-200);
  border-radius: 50%;
  padding: 20px;
  max-width: 88px;
  max-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-skils__box__des p {
  color: var(--color-secndery-500);
  font: var(--font-p-16-bold);
  margin-top: 12px;
}
.th-skils__box__title a {
  color: var(--color-secndery-800);
  font: var(--font-h5-18-bold);
}
.th-services__box__img img,
.th-skils__box__img img {
  filter: grayscale(1);
  transition: all 0.3s ease;
  min-width: 60px;
}
.th-services__box:hover .th-services__box__img img,
.th-skils__box:hover .th-skils__box__img img {
  filter: unset;
}
.th-services__box__border {
  background: var(--color-primary-500);
  width: 175px;
  height: 194px;
  bottom: -9px;
  position: absolute;
  z-index: -1;
  border-radius: 11px;
  box-shadow: 0 16px 60px 0 rgba(0, 0, 0, 0.05);
  opacity: 0 !important;
  transition: all 0.3s ease;
}
.th-services__box:hover .th-services__box__border {
  opacity: 1 !important;
}
.th-services__swiper__next,
        .th-services__swiper__prev,
        .th-team__swiper__next,
        .th-team__swiper__prev,
        .th-other__portfolio__swiper__next,
        .th-other__portfolio__swiper__prev,
        .th-other__services__swiper__next,
        .th-other__services__swiper__prev,
        .th-brands__swiper__next,
        .th-brands__swiper__prev,
        /* .th-brandsswiper-next, */
        .th-blog__swiper__prev,
        .th-blog__swiper__next,
        .th-shop__swiper__prev,
        .th-shop__swiper__next,
        .th-slider__gallery__single__prsonal__swiper__button__prev,
        .th-slider__gallery__single__prsonal__swiper__button__next,
        .th-slider__gallery__single__portfolio__swiper__button__prev,
        .th-slider__gallery__single__portfolio__swiper__button__next,
        .th-slider__gallery__single__services__swiper__button__prev,
        .th-slider__gallery__single__services__swiper__button__next,
        .th-related__product__swiper__next,
        .th-related__product__swiper__prev {
  content: "next";
  font-size: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  background: var(--primary-400);
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0px 12px 26px -6px rgba(215, 39, 129, 0.15);
}
.swiper-button-prev2 {
  content: "next";
  font-size: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  background: var(--primary-400);
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0px 12px 26px -6px rgba(215, 39, 129, 0.15);
}
.swiper-button-next2 {
  content: "next";
  font-size: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  background: var(--primary-400);
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0px 12px 26px -6px rgba(215, 39, 129, 0.15);
  margin-right: 94%;
}
.th-services__swiper__next .iconsax-outline-arrow-left-2:before,
.th-services__swiper__prev .iconsax-outline-arrow-right-3:before,
.th-team__swiper__next .iconsax-outline-arrow-left-2:before,
.th-team__swiper__prev .iconsax-outline-arrow-right-3:before,
.th-brands__swiper__next .iconsax-outline-arrow-right-3:before,
.th-brands__swiper__prev .iconsax-outline-arrow-left-2:before,
.th-other__portfolio__swiper__next .iconsax-outline-arrow-left-2:before,
.th-other__portfolio__swiper__prev .iconsax-outline-arrow-right-3:before,
.th-shop__swiper__next .iconsax-outline-arrow-left-2:before,
.th-shop__swiper__prev .iconsax-outline-arrow-right-3:before,
.th-blog__swiper__next .iconsax-outline-arrow-left-2:before,
.th-blog__swiper__prev .iconsax-outline-arrow-right-3:before,
.th-slider__gallery__single__prsonal__swiper__button__prev
  .iconsax-outline-arrow-right-3:before,
.th-slider__gallery__single__prsonal__swiper__button__next
  .iconsax-outline-arrow-left-2:before,
.th-slider__gallery__single__portfolio__swiper__button__prev
  .iconsax-outline-arrow-right-3:before,
.th-slider__gallery__single__portfolio__swiper__button__next
  .iconsax-outline-arrow-left-2:before,
.th-slider__gallery__single__services__swiper__button__prev
  .iconsax-outline-arrow-right-3:before,
.th-slider__gallery__single__services__swiper__button__next
  .iconsax-outline-arrow-left-2:before,
.th-related__product__swiper__next .iconsax-outline-arrow-right-3:before,
.th-related__product__swiper__prev .iconsax-outline-arrow-left-2:before {
  font-size: 20px;
  right: -7%;
  position: relative;
}
.th-services__swiper__next::after,
.th-services__swiper__prev::after,
.th-brands__swiper__next::before,
.th-brands__swiper__prev::before {
  font-size: 15px;
}
.th-services__swiper__prev.swiper-button-disabled,
.th-services__swiper__next.swiper-button-disabled,
.th-team__swiper__next.swiper-button-disabled,
.th-team__swiper__prev.swiper-button-disabled,
.th-other__portfolio__swiper__next.swiper-button-disabled,
.th-other__portfolio__swiper__prev.swiper-button-disabled,
.th-brands__swiper__prev.swiper-button-disabled,
.th-brands__swiper__next.swiper-button-disabled,
.th-blog__swiper__prev.swiper-button-disabled,
.th-blog__swiper__next.swiper-button-disabled,
.th-shop__swiper__prev.swiper-button-disabled,
.th-shop__swiper__next.swiper-button-disabled,
.th-slider__gallery__single__prsonal__swiper__button__next.swiper-button-disabled,
.th-slider__gallery__single__prsonal__swiper__button__prev.swiper-button-disabled,
.th-slider__gallery__single__portfolio__swiper__button__next.swiper-button-disabled,
.th-slider__gallery__single__portfolio__swiper__button__prev.swiper-button-disabled,
.th-slider__gallery__single__services__swiper__button__next.swiper-button-disabled,
.th-slider__gallery__single__services__swiper__button__prev.swiper-button-disabled,
.th-related__product__swiper__next.swiper-button-disabled,
.th-related__product__swiper__prev.swiper-button-disabled {
  background-color: var(--color-secndery-100);
  color: var(--color-secndery-700);
}
.th-services__tab__desk {
  border-radius: 15px;
  box-shadow: 0px 16px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 20px 30px 40px;
  background-color: #fff;
}
.th-services__border {
  border: 1px dashed var(--color-secndery-300);
}
.th-services__nav__link {
  width: 300px;
  border-radius: 12px;
  text-align: right;
  position: relative;
  color: var(--color-secndery-800);
  font: var(--font-p-16-bold);
  transition: all ease 0.3s;
}
.th-services__nav__link.nav-link.active,
.th-services__nav__link.nav-link:hover {
  color: var(--primary-hover);
  background-color: var(--primary-hover);
  border-radius: 12px;
  /* padding: 20px 36px 18px 20px; */
}
.th-services__nav__link.active.th-services__nav__link::before,
.th-services__nav__link:hover.th-services__nav__link::before {
  content: " ";

  position: absolute;
  width: 8px;
  height: 60px;
  top: -5px;
  right: -28px;
  box-shadow: 0px 16px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 11px 11px 0;
}
.th-services__nav__link i {
  display: none;
  padding-inline-start: 160px;
  font-size: 20px;
  transition: all 0.3s ease;
}
.th-services__nav__link:active.th-services__nav__link i,
.th-services__nav__link:hover.th-services__nav__link i {
  display: inline-block;
}
/**********************start login page**********************/
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right !important;
}
*/ .th_login_t {
  display: flex !important;
  flex-direction: row !important;
}
.th_comp__form {
  display: flex;
  justify-content: center;
  color: #888888;
  margin-top: 20px;
  margin-bottom: 20px;
}
.th_vorod {
  display: flex;
  justify-content: center;
  margin-right: 39%;
  margin-top: -15px;
  color: #bcbebf;
}
.th_login__img {
  width: 50px;
  height: 50px;
}
t.h_login__text {
  display: flex;
}
.woocommerce .u-columns .u-column1 h2 {
  font: var(--font-h5-18-semibold) !important;
  color: var(--color-secndery-600) !important;
}
.woocommerce-form #username::after {
  content: "\ebfd";
  font-family: iconsax-outline;
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 24px;
  color: var(--color-primary-500);
}
.woocommerce-form .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 23px !important;
}
.woocommerce-form-login .woocommerce-form-row--wide label {
  color: var(--primary-hover);
  font: var(--font-body-14-bold);
  position: absolute;
  top: 9px;
  padding-inline: 5px;
  right: 10px;
  z-index: 10;
}
.woocommerce-form-login .woocommerce-form-row i::before {
  position: absolute;
  left: 5%;
  top: 25%;
  color: var(--primary-hover);
  font-size: 24px;
}
.show-password-input::after {
  color: var(--primary-hover);
  font-size: 24px;
}

.woocommerce-LostPassword a {
  font: var(--font-t-14-semibold);
  color: var(--color-secndery-500);
}
.th-footer__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-form__label-for-checkbox span {
  font: var(--font-t-14-semibold);
  color: var(--color-secndery-500);
}
.th-footer__form__register {
  margin-bottom: 17px;
  margin-top: 51px;
}
.th-footer__form__register a {
  font: var(--font-t-14-semibold);
}
.th-footer__form__register a:first-child {
  color: var(--color-secndery-500);
  text-decoration: none !important;
}
.th-footer__form__register a:last-child {
  color: var(--color-secndery-600);
}
.th-header__form {
  font: var(--font-secondary-p-16-regular);
  color: var(--color-secndery-500);
}
.th-custom__login__page .woocommerce .u-column1 {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 16px 60px 0px rgba(0, 0, 0, 0.05);
  max-width: 468px;
  max-height: 475px;
  margin-left: -190px;
  z-index: 10;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 20px 34px !important;
}
.th-custom__login__page .woocommerce .u-column1 .woocommerce-form {
  padding: 0 !important;
}
.woocommerce form.login {
  border: unset !important;
  margin: unset !important;
}
.th-custom__login__page div#customer_login {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.th-wc__login__form__bg img {
  border-radius: 15px !important;
  height: 543px !important;
}
.th-comeback {
  text-decoration: none !important;
  color: var(--color-primary-600);
  font: var(--font-p-16-semibold);
}
.woocommerce-form-login__rememberme input[type="checkbox"] {
  appearance: none;
  font-size: 2rem;
  padding: 0.1rem;
  border: 1px solid #d6d6d6;
  width: 20px;
  border-radius: 5px;
  height: 20px;
  vertical-align: middle;
}
.th_login__text {
  display: flex;
  flex-direction: column;
}
/*جهت یادواری ک تو برگه نوشتی بخون .woocommerce {
          background-image: url(../image/login-bg.png) !important;
          background-size: cover !important;}
  */
.th-custom__login__page .page-content {
  border: unset !important;
}
*/ label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea,
.select2 {
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px;
  width: 100%;
  border: none;
  transition: all 0.3s ease;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 10px;
  right: auto;
  top: 12px;
}
.select2-container--default .select2-selection--single {
  border: unset !important;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border: none !important;
}

.all-p {
  border-radius: 24px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, var(--gray-100) 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  position: relative;
  transition: all ease 0.3s;
}
.all-p:hover {
  box-shadow: 0px 16px 32px 0px rgb(43 55 66 / 17%);
}
.employer-section {
  display: flex;
  flex-direction: row;
  max-width: 60%;
  min-width: 50%;
}
.employer-icon {
  width: 25px;
  height: 12px;
  flex-shrink: 0;
}
.employer {
  font-family: PeydaWebFaNum;
  color: var(--gray-300);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
.Importation-icon {
  font-family: PeydaWebFaNum;
  width: auto;
  display: flex;
  line-height: 32px;
  align-items: center;
  flex-direction: row;
}
.swiper-pagination {
  display: none;
}
.more-project {
  display: flex;
  flex-direction: row;
  line-height: 30px !important;
  width: 10%;
}
.th_more:hover {
  background-color: var(--primary-hover);
}
/* ****comment*** */
.Th_swiper__comment___all {
  display: flex;
  flex-direction: row;
}
.th-comment__gradient {
  position: absolute;
  left: 0;
  height: 100%;
  width: 8%;
  z-index: 20;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.Th_swiper__comment {
  /* width: 50%; */
  right: 5%;
  direction: rtl;
}
.th_comment_1 {
  width: 100%;
}
.th_comment_2 {
  width: 100%;
}
.Th_person__info {
  margin-right: 10px;
  font-family: PeydaWebFaNum;
  display: flex;
  flex-direction: column;
}
.Th_comment {
  width: 95%;
  margin-right: 1px;
  direction: rtl;
  border-radius: 24px;
  border: 2px solid #fff;
  background: var(--div-box-2);

  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
}
.Th_comment_text {
  color: var(--gray-400);
  /* text-align: justify; */
  padding: 17px;
  /* caption/14-medium */
  font-family: PeydaWebFaNum;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
}
.Th_comment__footer {
  margin-top: -2rem;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  width: 100%;
}
.th_comment__img {
  height: fit-content;
}
.Th_person {
  padding: 15px;
  display: flex;
  flex-direction: row;
}
.th_comment__person {
  color: var(--gray-500);
  text-align: right;

  /* caption/14-bold */
  font-family: PeydaWebFaNum;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
.Th_owner {
  color: var(--gray-400);
  text-align: right;

  /* small/12-medium */
  font-family: PeydaWebFaNum(FaNum);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.Th_comment_site {
  margin-top: 7%;
  padding: 17px;
  color: var(--gray-300);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}
.Th_info__comment {
  padding: 6px;
  color: var(--gray-400);
  text-align: center;
  direction: rtl;
  /* caption/14-medium */
  font-family: PeydaWebFaNum;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
}
.Th_comment__text {
  padding: 20px;
  font-family: PeydaWebFaNum;
  font-size: 36px;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 0em;
  /* text-align: center; */
  margin: 0 auto;
  width: 66%;
  text-align: right;
  direction: rtl;
}
.Th_color {
  color: var(--primary-400);
}
.Th_about {
  display: flex;
  flex-direction: column;
}
.Th_person__info {
  margin-top: 4px;
  margin-right: 10px;
  font-family: PeydaWebFaNum;
  display: flex;
  flex-direction: column;
}
.th_comment__yellow {
  background-color: var(--Secondary);
}

.th-projects__gradient--left {
  position: absolute;
  left: 0;
  height: 100%;
  width: 12%;
  z-index: 20;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 69%,
    rgba(255, 255, 255, 0) 100%
  );
  /* transform: rotate(90deg); */
}
.th-projects__gradient--right__logo {
  position: absolute;
  right: 0;
  height: 100%;
  width: 5%;
  z-index: 20;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 69%,
    rgba(255, 255, 255, 0) 100%
  );
}
.product-page {
  display: flex;
  flex-direction: row;
}
.archive {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin: 5px;
}
.mahsol {
  color: brown;
  margin-right: 35px;
}
.search-container button {
  float: right;
  background: #ca2a2a;
  font-size: 17px;
  border: none;
  cursor: pointer;
  float: inline-end;
  border-radius: 20px;
  height: 40px;
  width: 39px;
  margin-right: 12px;
}
.search-container {
  text-align: right;
  margin-top: 25px;
  background-color: gray;
  /* width: 7px; */
  /* width: 30%; */
  /* height: 41px; */
  line-height: 35px;
  border-radius: 9px;
  width: 100%;
  float: inline-end;
  max-width: 100%;
}
.search-btn {
  border: solid grey;
  border-radius: 50px;
  height: 22px;
  margin-right: 20px;
}
.filter-hr {
  width: 100%;
}
.price-f {
  background-color: #555;
  width: 100%;
  text-align: end;
  border-radius: 6px;
}
.color-shop {
  color: #ca2a2a;
}
.gray {
  color: gray;
}
.footer-shop {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 70%;
  align-items: center;
  margin: 0 auto;
  margin-top: -20px;
}
.add {
  /* border: solid; */
  background-color: gray;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  position: relative;
}
.add-mark {
  line-height: -3px;
  color: aliceblue;
  margin: 7px;
}
.shop {
  display: flex;
  /* background-color: azure; */
  flex-wrap: wrap;
  /* width: 100%; */
  margin-right: 5px;
  gap: 10px;
}
.kala {
  height: 387px;
  border: solid 1px #fff;
  /* width: 30%; */
  /* margin: 5px; */
  margin-right: 10px;

  border-radius: 20px;
}
.img-shop {
  align-items: center;
}

.swiper-pagination {
  display: none;
  justify-content: center;
}
.swiper-pagination-bullet-active {
  color: #130c0c;
  margin-top: 20px;
}

/* .red{
        color: #ca2a2a;
        font-size: large;}
  */
.list {
  display: inline;
  margin-right: 10px;
  /* border: solid 1px; */
  border-radius: 20px;

  padding: 6px;
  color: #857575;
  color: var(--gray-400);
  text-align: center;

  /* P/16-bold */
  font-family: PeydaWebFaNum;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--primary-400);
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  transform: scaleX(0);
  transform-origin: bottom right;
  cursor: pointer;
}
.list:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  cursor: pointer;
}
.list:hover {
  cursor: pointer;
}
.product1 {
  text-align: center;
  width: 100%;
  /* margin-right: 10px; */
}
.filter {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.wrapper {
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* max-width: 100%; */
  width: auto;
  /* margin-right: 10px; */
  border: 0px solid;
  border-radius: 20px;
  background-color: #797979;
}
.filter-price {
  width: 220px;
  border: 0;
  /* padding: 0;
      margin: 0;  */
}
.price-title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  background: #d34634;
  padding: 10px;
  border-radius: 20px;
  margin-top: -5px;
}
.price-container {
  display: flex;
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: 57px;
  width: 100px;
  border-radius: 18px;
}
/* .price {
    position: absolute;
    top: 79%;}
  */

.price-field {
  position: relative;
  max-width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 0px;
}
.price-field input[type="range"] {
  position: absolute;
}
/* Reset style for input range */

.price-field input[type="range"] {
  width: 100%;
  height: 7px;
  border: 1px solid #000;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
}
.price-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.price-field input[type="range"]:active,
.price-field input[type="range"]:focus {
  outline: 0;
}
#lower {
  color: #130c0c;
}
.price-field input[type="range"]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: red;
  border-radius: 5px;
}
/* Style toddler input range */

.price-field input[type="range"]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -4px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input[type="range"]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input[type="range"]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  /* background-color: #242424; */
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
/* Style track input range */

.price-field input[type="range"]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #555;
  border-radius: 5px;
}
.price-field input[type="range"]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}
.price-field input[type="range"]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}
/* Style for input value block */

.price-wrap {
  display: flex;
  color: #242424;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0px;
}
.price-wrap-1,
.price-wrap-2 {
  display: flex;
  margin-left: -4px;
}
.price-title {
  margin-right: 5px;
}
.price-wrap_line {
  margin: 6px 0px 5px 5px;
}
.price-wrap #one,
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #242424;
  font-family: "Karla", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}
.price-wrap label {
  text-align: right;
  margin-top: 6px;
  padding-left: 5px;
}
/* Style for active state input */

.price-field input[type="range"]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #b82d2d;
  transition-duration: 0.3s;
}
.price-field input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
  transition-duration: 0.3s;
}
.price-field input[type="range"]::-webkit-slider-thumb {
  color: #b82d2d;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  padding: 40px;
}
.item {
  /* height: fit-content; */
  border-radius: 24px;
  border: 1px solid var(--div-box-1);
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  /* padding: 20px; */
  text-align: center;
  width: 100%;
}
.Th_producr {
  font-family: PeydaWebFaNum;
  color: var(--gray-500);
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.Th_product_info {
  color: var(--gray-400);
  text-align: center;

  /* small/12-medium */
  font-family: PeydaWebFaNum(FaNum);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.Th_price {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.Th_shop__icon {
  margin-top: 10%;
  width: fit-content;
  border-radius: 12px;
  background: rgba(15, 114, 210, 0.1);
  padding: 10px;
}
.Th_shop__icon:hover {
  fill: #fff;
  border-radius: 12px;
  background: var(--primary-400);
}
.Th_discount {
  color: var(--gray-500);
  text-align: center;
  font-family: PeydaWebFaNum(FaNum);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.Th_price__discount {
  color: var(--gray-400);
  text-align: center;
  font-family: PeydaWebFaNum(FaNum);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.filter-btn {
  font-family: PeydaWebFaNum;
  align-items: center;
}
.item .discount {
  display: inline-block;
  position: absolute;
  top: 74%;
  padding: 5px 10px;
  border-radius: 6px 6px 6px 2px;
  background: var(--Secondary);
}

/* ***company*** */
.th_news {
  overflow: hidden;
  direction: rtl;
  font-family: PeydaWebFaNum;
  background-color: var(--div-box-1);
}

.square {
  width: 8px;
  height: 8px;
  background-color: var(--secondary);
  border-radius: 2px;
}
.th_news_text {
  overflow: hidden;
  direction: rtl;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: baseline;
  margin-right: 5px;
}
.th_news_text:hover {
  .square {
    background-color: var(--primary-400);
  }
}
.th_news__text {
  color: var(--primary-400);
}
.th_line {
  border: 1px solid var(--gray-200);
  width: 90%;
  position: relative;
  left: 3%;
}
.th_news__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  direction: rtl;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gr {
  background: linear-gradient(
    180deg,
    rgba(245, 246, 247, 0) 0%,
    var(--div-box-1) 69%,
    var(--div-box-1) 100%
  );
  width: 30%;
  height: 96px;
  /* margin-top: -6%; */
  /* z-index: 20; */
  position: absolute;
  bottom: -90%;
  top: -33%;
}
.th_news__header {
  padding: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: row;
}
.th_lastest__new {
  color: var(--gray-400);
  font-family: PeydaWebFaNum;
  font-size: 14px;
  font-weight: 500;

  letter-spacing: 0em;
  text-align: right;
}
.th_news__text {
  margin-top: 3%;
  /* padding: 12px; */
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: fit-content !important;
  height: 300px;
}
.swiper-pagination-bullet {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
}
.swiper-pagination-bullet {
  background: none;
  border: none;
}
.swiper-button-next i {
  margin-right: 5px;
  margin-right: 5px;
}
.swiper-button-next:after {
  font-size: 28px !important;
}
.Th_header__text {
  margin-top: 9px;
  color: var(--gray-500);
  font-size: 20px;
  font-family: PeydaWebFaNum;
  font-weight: 900;
  word-wrap: break-word;
}
.Th_header__text2 {
  color: var(--gray-500);
  font-size: 16px;
  font-family: PeydaWebFaNum;
  font-weight: 500;
  word-wrap: break-word;
  padding: 12px;
}
@media only screen and (max-width: 1024px) {
  .swiper-button-next {
    margin-top: -6% !important;
  }
}
.gr {
  top: -21%;
}
@media only screen and (max-width: 768px) {
  .Th_header__text {
    margin-top: 13px;
  }
  .swiper-button-next {
    margin-top: -13% !important;
  }
  .ht-woo-product-card {
    margin: 0 auto;
  }
}
/*panel end*/
.th-box__Counter {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid white;
  /* display: flex;
    justify-content: center; */
}
.th-myaccount__content {
  border-radius: 16px;
  background: var(--div-box-1);
  height: 294px;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 15px;
}
.th-box__address {
  display: flex;
  border: 1px solid white;
  border-radius: 16px;
  padding: 24px 26px;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  margin-bottom: 30px;
}
.th-address__box__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: white;
  background: var(--primary-400);
  display: flex;
}
.th-address__box__icon__disable {
  background: var(--color-secondary-400) !important;
}
.th-address__box__text {
  color: var(--color-secondary-700);
  font: var(--font-address);
}
.th-address__box__text__disable {
  color: var(--color-secondary-600) !important;
}
.th-map__icon {
  padding: 10px;
}
.th-button__address {
  border-radius: 8px;
  padding: 8px 16px 8px 16px;
  display: flex;
  font: var(--font-t-14-bold);
  color: var(--color-white);
  background: var(--primary-400);
  border: none;
  align-items: center;
}
.th-button__address:hover {
  background: var(--primary-hover) important;
}
.th-button__address__disable {
  background: var(--primary-400) important;
}
.th-button__address__disable :hover {
  background: var(--primary-hover) important;
}
.th-box__address__right {
  display: flex;
  gap: 16px;
  width: 70%;
}
.th-box__Counter {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  background: var(--div-box-1);
}
.th-box__Counter__desc {
  color: var(--color-secondary-700);
  font: var(--font-counter);
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 222px 107px;
}
body {
  direction: rtl;
}
a {
  text-decoration: none !important;
}
li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0 !important;
  padding: 0;
}
section {
  width: 100%;
  margin: 0 auto;
}
.th-breadcrumb-container {
  display: flex;
  margin-bottom: 150px;
  margin-top: 20px;
}
.th-myaccount__box {
  border-radius: 18px;
  background: var(--gray-100);
  display: flex;
  margin-bottom: 52px;
  width: 95%;
  margin: 25px auto;
}
.th-myaccount__box ul {
  display: flex;
  align-items: center;
}
.th-myaccount__avatar__leth {
  display: flex;
  align-items: baseline;
}
.th-breadcrumb__link {
  color: var(--color-secondary-700);
  font: var(--font-p-16-semibold);
}
.th-active {
  color: var(--primary-400);
}
.th-myaccount {
  height: 100%;
  display: flex;
  /* gap: 7px; */
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
}
.th-myaccount__avatar__box {
  min-width: 104px;
  height: 104px;
  border-radius: 20px;
}
.th-myaccount__avatar {
  margin: 35px 52px 35px 64px;
}
.th-myaccount__avatar__box__img {
  width: 100%;
  height: 100%;
  border-radius: 150px;
  object-fit: cover;
  margin-right: -15px;
}
.th-myaccount__avatar__left {
  display: flex;
  gap: 27px;
  align-items: baseline;
  width: 252px;
}
.th-myaccount__avatar__link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.th-myaccount__avatar__code {
  display: flex;
  gap: 4px;
  align-items: center;
}
.th-myaccount__avatar__name__code {
  display: flex;
  flex-direction: column;
}
.th-myaccount__avatar__code__key {
  color: var(--gray-300);
  text-align: right;
  font-family: PeydaWebFaNum(FaNum);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.th-myaccount__avatar__code__value {
  color: var(--gray-300);
  text-align: right;
  font-family: PeydaWebFaNum(FaNum);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.th_panel_icon svg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  color: var(--gray-300);
}
.th-myaccount-avatar-edit {
  color: var(--color-secondary-600) !important;
  padding: 23px;
  display: none !important;
}
.th-navigation__link__dashboard {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: var(--div-box-2, linear-gradient(180deg));

  /* box2 */
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  /* box3 */
  box-shadow: 0px 32px 64px -12px rgba(15, 114, 210, 0.25);
}
.th-navigation__link__dashboard svg {
  display: flex;
  margin: 24px auto 0;
}
.th-navigation__link__dashboard :hover {
  border-radius: 10px;

  /* box3 */
  box-shadow: 0px 32px 64px -12px rgba(15, 114, 210, 0.25);
}
.th-myaccount__avatar__name {
  font: var(--font-p-16-bold);
  color: var(--color-secondary-700) !important;
}
.th-my-account-border {
  margin: 0 13px;
  border: 1px solid var(--gray-200);
  display: flex;
  width: 1px;
  height: 100px;
  rotate: 180deg;
  margin: 24px;
}
.th_ul_panel ul li a {
  color: var(--gray-300) !important;
}
.th_panel__all {
  display: flex;
  flex-direction: column;
}
.th-navigation__link__dashboard:not(:first-child) a {
  vertical-align: middle;
  padding: 8px 0 0 0;
  /* margin: 5px; */
  border-radius: 25px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  color: var(--gray-300);
  flex-direction: column;
  font-family: PeydaWebFaNum;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 200% */
}
.th-icon__arrow__left {
  visibility: hidden;
}
.th-navigation__link__dashboard:active {
  border-radius: 10px;
  background: var(--primary-400);
  color: white;
  /* box3 */
  box-shadow: 0px 32px 64px -12px rgba(15, 114, 210, 0.25);

  visibility: visible;
}
.th-navigation__link__dashboard:active svg {
  filter: brightness(0) invert(1) !important;
}
.th-navigation__link__dashboard:active a {
  color: #fff;
  margin: 0 auto;
}
.th-navigation__link__dashboard:active .th-icon__arrow__down {
  display: flex;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  margin-bottom: 12px;
}
.th-icon__arrow__down {
  display: none;
}
.th-icon__arrow__left__active {
  visibility: visible;
}
.th_ul_panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin-top: 22px;
}
.th-box__Counter {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  border: 1px solid var(--color-secondary-400);
  display: flex;
  gap: 19px;
  justify-content: center !important;
  flex-direction: column !important;
  align-items: center !important;
}
.th-box__Counter__desc {
  font: var(--font-p-16-semibold);
  color: var(--color-secondary-600);
}
.th-box__Counter {
  width: 100%;
  height: 100%;
  border-radius: 12px;

  display: flex;
  justify-content: center;
}
.th-edit__account___Form {
  width: 100%;
}
.th-myaccount__content {
  width: 100%;
  border-radius: 10px;
  background: var(--div-box-1);
  height: fit-content;
  display: flex;
  align-items: center;
  padding: 42px 32px 32px 32px;
}
.th-edit__title {
  font: var(--font-p-16-semibold);
  color: var(--color-secondary-700);
  margin-bottom: 31px;
}
.th-form__row {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.th-form__row__label {
  /* position: absolute; */
  /*top:8px;*/
  font: var(--font-t-14-semibold);
  color: var(--color-secondary-500) !important;
  right: 21px;
  text-align: right !important;
  /* background: white; */
  padding: 7px 6px;
}
.th-row__one {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.th-form__row__input {
  width: 100%;
  border-radius: 25px !important;
  border: 1px solid var(--div-box-1) !important;
  background: #fff !important;
  margin: 14px 0;
  padding: 16px;
  font: var(--font-s-15-semibold);
  color: var(--color-secondary-600);
}
.th-form__row__input:focus-visible {
  border: 3px solid var(--color-primary-400) !important;
}
.th-form__row__input:placeholder-shown {
  font: var(--font-s-15-semibold);
}
.th-account__display__name__text {
  font: var(--font-t-14-semibold);
  color: var(--color-primary-300);
}
legend {
  font: var(--font-p-16-semibold) !important;
  color: var(--color-secondary-700) !important;
}
.th-btn__box {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.th-button__edit {
  border-radius: 24px;
  padding: 8px 16px 8px 16px;
  display: flex;
  font: var(--font-t-14-bold);
  color: var(--color-white);
  background: var(--primary-400);
  border: none;
  align-items: center;
}
/* @media only screen and (min-width: 425px) {
  
  .th-row__one{
    display: inline;}
  .th-form__row__label{
    font-size: 30px;
    flex-direction: column;}
  .th-form__row__input{
    padding: 29px;
    font-size: 26px;
    flex-direction: column;}
  .th-myaccount{
    display: flex;
    flex-direction: column;}
  */

/*panel end*/
.th-box__Counter {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: var(--div-box-1);
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.th-tr__orders {
  text-align: center;
  padding: 23px !important;
  border-radius: 16px;
  background: #fff;
  justify-content: space-between;
  margin-top: -10px;
}
.th-tbody {
  border-top: 21px solid F5F6F7;
  background-color: white;
  border-radius: 36px;
}
.th-th__orders {
  padding: 23px;
  font: var(--font-p-16-semibold);
  color: var(--color-secondary-700);
  border-left: 1px solid #eee;
}
.th-row__orders {
  color: var(--color-secondary-600);

  font: var(--font-p-16-semibold);
  text-align: center;
}
.th-column__orders {
  padding: 22px 35px;
  border-left: 1px solid var(--gray-200);
}
.th-button__show:hover {
  color: var(--color-white);
  background: var(--color-primary-500);
}
.th-button__show {
  border-radius: 24px;
  padding: 11px 51px;
  display: flex;
  color: var(--Secondary-Secondary-100, #fff);
  text-align: center;
  /* P/16-semibold */
  font-family: PeydaWebFaNum;
  font-size: 16px;

  background: var(--primary-400);
  border: none;
  align-items: center;
}
.th-button__address__disable {
  background: var(--color-secondary-400) !important;
}
/* Single Project Gallery Image */

/* Swiper Gallery */

.gallery {
  width: 100%;
  max-width: 90%;
  margin: 40px auto;
  overflow: hidden;
  padding: 50px 0 0 0;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 170px !important;
  height: 170px !important;
  text-align: center;
  overflow: hidden;
  border-radius: 16px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  filter: grayscale(1);
}
.gallery-thumbs .swiper-slide-active img {
  width: auto;
  height: 100%;
  filter: grayscale(0);
}
section.th-prsonal__cv,
section.th-portfolio__cv,
section.th-services__cv {
  margin-top: 50px;
}
.th-services__swiper__next,
    .th-services__swiper__prev,
    .th-team__swiper__next,
    .th-team__swiper__prev,
    .th-other__portfolio__swiper__next,
    .th-other__portfolio__swiper__prev,
    .th-other__services__swiper__next,
    .th-other__services__swiper__prev,
    .th-brands__swiper__next,
    .th-brands__swiper__prev,
    /* .th-brandsswiper-next, */
    .th-blog__swiper__prev,
    .th-blog__swiper__next,
    .th-shop__swiper__prev,
    .th-shop__swiper__next,
    .th-slider__gallery__single__prsonal__swiper__button__prev,
    .th-slider__gallery__single__prsonal__swiper__button__next,
    .th-slider__gallery__single__portfolio__swiper__button__prev,
    .th-slider__gallery__single__portfolio__swiper__button__next,
    .th-slider__gallery__single__services__swiper__button__prev,
    .th-slider__gallery__single__services__swiper__button__next,
    .th-related__product__swiper__next,
    .th-related__product__swiper__prev {
  content: "next";
  font-size: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  background: var(--primary-400);
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0px 12px 26px -6px rgba(215, 39, 129, 0.15);
}
/* .th-brands__swiper__next .iconsax-outline-arrow-left-2:before {
      content: "\e930"; */
/* display: none; */
/*}
  */

.th-services__swiper__prev.swiper-button-disabled,
.th-services__swiper__next.swiper-button-disabled,
.th-team__swiper__next.swiper-button-disabled,
.th-team__swiper__prev.swiper-button-disabled,
.th-other__portfolio__swiper__next.swiper-button-disabled,
.th-other__portfolio__swiper__prev.swiper-button-disabled,
.th-brands__swiper__prev.swiper-button-disabled,
.th-brands__swiper__next.swiper-button-disabled,
.th-blog__swiper__prev.swiper-button-disabled,
.th-blog__swiper__next.swiper-button-disabled,
.th-shop__swiper__prev.swiper-button-disabled,
.th-shop__swiper__next.swiper-button-disabled,
.th-slider__gallery__single__prsonal__swiper__button__next.swiper-button-disabled,
.th-slider__gallery__single__prsonal__swiper__button__prev.swiper-button-disabled,
.th-slider__gallery__single__portfolio__swiper__button__next.swiper-button-disabled,
.th-slider__gallery__single__portfolio__swiper__button__prev.swiper-button-disabled,
.th-slider__gallery__single__services__swiper__button__next.swiper-button-disabled,
.th-slider__gallery__single__services__swiper__button__prev.swiper-button-disabled,
.th-related__product__swiper__next.swiper-button-disabled,
.th-related__product__swiper__prev.swiper-button-disabled {
  background-color: var(--color-secndery-100);
  color: var(--color-secndery-700);
}
.th-services__nav__link {
  width: 300px;
  border-radius: 12px;
  text-align: right;
  position: relative;
  color: var(--primary-300);
  transition: all ease 0.3s;
}
.th-services__nav__link.nav-link.active,
.th-services__nav__link.nav-link:hover {
  color: var(--primary-hover);
  background-color: var(--primary-hover);
  border-radius: 12px;
}
.th-slider__gallery__single__prsonal img,
.th-slider__gallery__single__portfolio img,
.th-slider__gallery__single__services img {
  max-height: 500px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.th-prsonal__cv__option-item__des-title,
.th-portfolio__cv__option-item__des-title,
.th-services__cv__option-item__des-title {
  color: var(--gray-400);
  text-align: justify;

  /* t/15-semibold */
  font-family: PeydaWebFaNum;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 200% */
}
.th-portfolio__cv__option-item__des {
  width: 68%;
}
.th-portfolio__cv__option-item__des-title {
  color: var(--gray-400) !important;
  text-align: justify !important;

  font-family: PeydaWebFaNum !important;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 30px !important;
}
.th-portfolio__cv__option {
  width: 30%;
}
.th-portfolio__cv {
  position: relative;
}
.th-prsonal__cv__option-item__des-time,
.th-portfolio__cv__option-item__des-time,
.th-services__cv__option-item__des-time {
  color: var(--color-secndery-500);
  text-align: right;
  font: var(--font-t-14-regular);
}
.th-portfolio__cv__option-item__des-time {
  color: var(--gray-500) !important;
  text-align: right !important;
  margin-right: 11px;
  margin-top: 3%;
  font-family: PeydaWebFaNum;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 36px !important; /* 200% */
}
.th-prsonal__cv__card,
.th-portfolio__cv__card,
.th-services__cv__card {
  border-radius: 12px;
  background: var(--gray-100);
  width: 856px;
  height: 369px;
  flex-shrink: 0;
  padding: 30px;
}
.th-prsonal__cv__card-header img,
.th-portfolio__cv__card-header img,
.th-services__cv__card-header img {
  max-width: 68px;
  max-height: 68px;
}
.th-prsonal__cv__card-header__title__name,
.th-portfolio__cv__card-header__title__name,
.th-services__cv__card-header__title__name {
  color: var(--color-primary-700);
  font: var(--font-h3-22-bold);
}
.th-prsonal__cv__card-header__title,
.th-portfolio__cv__card-header__title,
.th-services__cv__card-header__title {
  padding-inline-start: 18px;
}
.th-prsonal__cv__card-header__title__field,
.th-portfolio__cv__card-header__title__field,
.th-services__cv__card-header__title__field {
  color: var(--gray-500);
  text-align: right;
  margin-right: -12px;
  /* subtitle/18-bold */
  font-family: PeydaWebFaNum;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 200% */
}
.th-prsonal__cv__card__des p,
.th-portfolio__cv__card__des p,
.th-services__cv__card__des p {
  color: var(--color-secndery-500);
  font-family: var(--font-secondary-p-16-bold);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 212.5% */
}
.th-other__prsonal,
.th-other__portfolio,
.th-other__services {
  margin-top: 145px;
}
.th-slider__gallery__single__prsonal__swiper__button__next
  .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.th-slider__gallery__single__portfolio__swiper__button__next
  .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.th-slider__gallery__single__services__swiper__button__next
  .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.th-slider__gallery__single__prsonal__swiper__button__prev
  .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.th-slider__gallery__single__portfolio__swiper__button__prev
  .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.th-slider__gallery__single__services__swiper__button__prev
  .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}
.th-other__prsonal .container .th-team-swiper-slider {
  margin-top: 67px;
}
.comment-list {
  padding: 0;
}
.th-prsonal__comments,
.th-services__comments,
.th-portfolio__comments,
.th-custom_product_comments_section {
  margin-top: 118px;

  background: #f7f8f8 !important;
}
.comment-author.vcard {
  margin-top: 20px;
}
.swiper-tejarat {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}
.Company {
  margin-right: 20px;
  margin-right: 20px;
  color: var(--gray-500);
  text-align: right;
  font-family: PeydaWebFaNum;
  font-size: 12px;
  font-style: normal;
  font-weight: 600 !important;
}
.th_level {
  display: flex;
  flex-direction: column;
  text-align: start;
  font-family: PeydaWebFaNum;
  width: 50%;
}
.th_start {
  color: var(--primary-400);
  text-align: right;
  font-family: PeydaWebFaNum;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}
.th_more :hover {
  color: #fff !important;
}
.th_more_icon {
  font-size: 15px;
}
.th_more a {
  line-height: 20px;
}
.swiper-button-next ::after {
  width: 32px;
  height: 72px;
  transform: rotate(90deg);
  flex-shrink: 0;
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
}
.ns {
  width: 32px !important;
  height: 72px !important;
  flex-shrink: 0;
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute !important;
  top: 20% !important;
}
.ns2 {
  width: 32px !important;
  height: 72px !important;
  flex-shrink: 0;
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute !important;
  top: 20% !important;
}
.th_more__text {
  font-size: 14px;
  font-weight: 700;
  margin-left: 9px;
  line-height: 21px;
  color: white;
  text-decoration: unset;
}
.form1 {
  border: 0px;
  border-radius: 8px;
  background: var(--gray-100);
  display: flex;
  flex-direction: row-reverse;
  max-width: 47%;
  min-width: 40%;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 500;
}
.more-project {
  padding: 3px;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px !important;
  display: flex;
  flex-direction: row-reverse;
}
.country a {
  text-decoration: unset;
  color: var(--gray-400);
  text-align: right;
  font-family: PeydaWebFaNum;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
img.th_line__image {
  width: 100%;
  height: 175px;
  flex-shrink: 0;
  border-radius: 8px;
}
.th_personal__text {
  width: 61%;
  border-radius: 12px;
  background: var(--gray-100);
  margin-right: 10%;
}
.th_iso {
  border-radius: 16px;
  border: 2px solid #fff;
  background: var(--div-box-2);
  display: flex;
  flex-direction: row;
  padding: 10px !important;
  /* box2 */
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.th_iso li {
  margin-right: 5%;
}
.th_iso li::marker {
  color: var(--div-box-2);
}
.th_iso li a {
  color: var(--gray-400);
  text-align: center;
  text-decoration: unset;
  font-family: PeydaWebFaNum;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
}
/* Songle Progect Css */

.th_swiper__project {
  margin-top: 5% !important;
}
span.employer {
  margin-right: 10px;
}
.col-swiper-btn {
  position: relative;
}
.rl-swiper-button-next,
.rl-swiper-button-prev {
  color: #fff;
  width: 35px !important;
  height: 35px;
}
.rl-swiper-button-next span,
.rl-swiper-button-prev span {
  font-size: 20px;
}
.rl-swiper-button-next {
  left: 15px !important;
  right: unset;
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute !important;
}
.rl-swiper-button-prev {
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute !important;

  left: 65px !important;
  right: unset !important;
}
.slider-title {
  align-items: center;
  margin-bottom: 20px;
}
.mySwiperqsqs {
  padding-top: 25px;
}
.employer-section-icon {
  color: var(--gray-300);
  font-size: 18px;
}
.archive-image {
  position: relative;
}
.archive-card-title h2,
.archive-card-title h1,
.archive-card-title h3,
.archive-card-title h4,
.archive-card-title h5,
.archive-card-title h6,
.archive-card-title p,
.archive-card-title span {
  font-size: 16px;
  font-weight: 700;
  margin: 13px 0;
  color: var(--gray-500);
  text-align: right;
}
.reading-time-archive {
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: 10px;
  justify-content: center;
}
.ht-archives {
  margin-top: 3%;
}
.ht-archive-pagination {
  align-items: center;
  justify-content: center;
}
.pagination.ht-archive-pagination {
  margin: 5% 0;
}

.single-post-content {
  border-radius: 12px;
  background: var(--gray-100);
}
.th-prsonal__cv-option__item,
.th-portfolio__cv-option__item,
.th-services__cv-option__item {
  border-radius: 12px;
  background: var(--gray-100);

  flex-shrink: 0;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 12px;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
}
.th-portfolio__cv-option__item {
  padding: 10px;
}
.single-post-content {
  border-radius: 12px;
  background: var(--gray-100);
  padding: 25px;
}
.gallery-holder-priject {
  border-radius: 12px;
  background: var(--gray-100);
  padding: 15px 10px 0px 10px;
  padding: 0 0 7% 0px;
}
.titel-siler-on {
  font-size: 27px;
  font-weight: 900;
  color: var(--primary-400);
}
.titel-siler-two {
  font-size: 25px;
  font-weight: 900;
  color: var(--gray-500);
}
.line-titel-hr hr:not([size]) {
  height: 2px !important;
  color: #d9d9d9;
}
/* Single Pots Sina Css */

.single-post-head {
  justify-content: space-between;
}
.single-post-title {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 15px;
  color: var(--gray-500);
}
.th_chat-icon-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.tt {
  border-left: 1px solid var(--gray-200);
  margin-left: 10px;
  padding: 0 15px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.tt:last-child {
  border: unset;
  margin-left: 0;
  padding: 0;
}
.post-meat-icon {
  color: var(--gray-300);
  font-size: 18px;
}
.share-post span {
  font-size: 25px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  color: var(--primary-400) !important;
}
.single-pots-img {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 30px 0;
}
img.single-weblog-image-1 {
  width: 97%;
  margin: 0 auto;
}
.main-items-single-weblog {
  background: var(--div-box-1);
  border-radius: 16px;
  margin-top: 50px;
}
.image-border-effect {
  width: 95%;
  height: 100%;
  top: -20px;
  right: -5px;
  border: 3px solid var(--primary-400);
  position: absolute;
  border-radius: 16px;
  z-index: -1;
}
.main-items-single-weblog {
  padding: 30px;
}
.theme_single_content {
  line-height: 2em;
  font-size: 16px;
  color: var(--gray-400);
  text-align: justify;
}
.single-weblog-categori {
  margin-top: 25px;
}
.single-weblog-categori-hr {
  color: var(--gray-200);
}
.single-weblog-categori span.single-cat-head {
  font-size: 16px;
  color: var(--gray-400);
  font-weight: 600;
}
span.single-cat-item {
  margin: 0 5px;
  font-size: 14px;
  color: var(--gray-300);
}
span.single-cat-item a {
  color: var(--gray-300);
}
span.single-tag-item {
  margin: 0 5px;
  background: #fff;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 14px;
  color: var(--gray-300);
}
span.single-tag-item a {
  color: var(--gray-300);
}
.comment-author.vcard img {
  width: 75px;
  height: 75px;
  border-radius: 16px;
  margin: 20px 0 20px 20px;
}
.comment-auther-name,
.comment-auther-name a {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-500);
}
.comment-author.vcard {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.comment-details {
  display: flex;
  flex-direction: column;
}
ol.comment-list {
  background: #f7f8f8;
  padding: 5px 30px 30px 5px;
  border-radius: 16px;
}
ol.comment-list ol.children {
  background: #fff;
  border-radius: 16px;
  margin: 0 30px;
  padding: 0px 20px 20px 20px;
}
.comment-content {
  color: var(--gray-400);
  font-size: 16px;
  line-height: 2em;
}
.commnet-fields label {
  margin: 10px 0;
}
form#commentform textarea,
form#commentform input,
form#commentform select {
  box-shadow: 0px 16px 32px 0px #2b37421a;
  border-radius: 8px;
}
.commnet-fields input {
  height: 50px;
}
span.comment-icons {
  position: absolute;
  bottom: 14px;
  left: 13px;
  font-size: 22px;
  color: var(--primary-300);
}
.commnet-fields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.comment-field-holder {
  width: 48%;
}
.comment-form-cookies-consent {
  margin: 10px 0 !important;
}
form#commentform input#submit {
  border-radius: 8px;
  background: var(--primary-400);
  color: #fff;
  border: none;
}
.commnet-fields input:focus {
  border: 1px solid var(--gray-200) !important;
}
.commnet-fields input:focus-visible {
  border: 1px solid var(--gray-200) !important;
}
.rl-swiper-button-next-posts,
.rl-swiper-button-prev-posts {
  color: #fff;
  width: 35px !important;
  height: 35px;
  bottom: -15px;
}
.rl-swiper-button-next-posts span,
.rl-swiper-button-prev-posts span {
  font-size: 20px;
}
.rl-swiper-button-next-posts {
  left: 15px !important;
  right: unset;
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute !important;
}
.rl-swiper-button-prev-posts {
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute !important;

  left: 65px !important;
  right: unset !important;
}
.ht-search-field {
  background: var(--div-box-1) !important;
  border-radius: 8px !important;
  margin: 0 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-300);
}
input#searchsubmit {
  border: none;
  border-radius: 8px !important;
  background: var(--div-box-1);
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-300);
}
.th-swiper-productsfilter {
  padding: 35px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #0f72d2;
  background-color: #fff;
  border-bottom: 2px solid #0f72d2;
  border-radius: 0px;
}
.nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-400);
}
/* Woocommerce Css Addtinal */

.ht-woo-order-field .woocommerce-result-count {
  display: none;
}
.ht-woo-order-field select {
  background: var(--div-box-1);
  border-radius: 8px !important;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-300);
}
.ht-titel-shop {
  font-size: 32px;
  font-weight: 900;
  color: var(--primary-400);
}
.ht-woo-form-order .woocommerce-result-count {
  display: none;
}
li.ht-woo-product-li {
  border-radius: 16px;
  border: 1px solid var(--div-box-1);
  background: #fff;
  box-shadow: 0px 16px 32px 0px #2b37421a;
  padding: 15px;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  text-align: center;
}
.ht-woo-products li.product {
  border-radius: 16px;
  border: 1px solid var(--div-box-1);
  background: #fff;
  box-shadow: 0px 16px 32px 0px #2b37421a;
  padding: 15px;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  text-align: center;
  min-height: 370px;
}
.ht-woo-products li.product:hover {
  box-shadow: 0px 16px 32px 0px #2b37422e;
}
ul.ht-woo-products {
  display: flex;
}
.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-500);
  text-align: center;
  line-height: 1.7em;
}
.ht-archive-product-categories {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-400);
}
.ht-archive-product-categories a {
  color: var(--gray-400);
  text-align: center;
}

span.ht-woo-reg-price {
  color: var(--gray-400);
  font-size: 16px;
  font-weight: 900;
  width: 100%;
  display: block;
  margin-top: 5px;
}
span.woocommerce-Price-currencySymbol {
  font-size: 12px;
  color: var(--gray-300);
}
span.ht-woo-all-sale-price {
  background: var(--secondary);
  border-radius: 6px 6px 6px 2px;
  padding: 1px 6px;
  display: block;
}
span.ht-woo-discount {
  font-size: 14px;
  font-weight: 700;
  margin-right: 7px;
}
span.ht-woo-sale-price {
  color: var(--gray-400);
  font-size: 12px;
}
.ht-woo-add-to-card {
  padding: 10px 14px;
  background: #0f72d21a;
  border-radius: 12px;
  color: var(--primary-400);
}
.ht-woo-add-to-card span {
  display: block;
  color: var(--primary-400);
  font-size: 24px;
  text-align: center;
}
.ht-woo-card-price-holder {
  margin-top: 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: flex-start;
}
.ht-woo-add-to-card-non {
  padding: 10px 14px;
  background: #0f72d21a;
  border-radius: 12px;
  color: var(--primary-400);
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 15px;
}
.ht-woo-add-to-card-non span {
  display: block;
  color: var(--primary-400);
  font-size: 22px;
  text-align: center;
  margin-left: 5px;
}

.ht-woo-pvariable-price-holder a.product_type_variable {
  width: 100%;
}
.ht-woo-pvariable-price-holder .ht-woo-price {
  display: none;
}

a.added_to_cart.wc-forward {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: var(--primary-400);
}
a.added_to_cart.wc-forward:hover {
  color: var(--primary-400);
}
.ht-woo-card-price-holder .price {
  display: none;
}
.ht-woo-add-to-card-nop {
  padding: 13px 20px;
  background: #0f72d21a;
  border-radius: 12px;
  text-align: center;
  color: var(--primary-400);
  margin-top: 15px;
}
.ht-woo-product-li span.onsale {
  position: absolute;
  left: 15px;
  top: 15px;
}
span.onsale {
  position: absolute;
  left: 20px;
  top: 20px;
  background: var(--secondary);
  padding: 9px;
  border-radius: 6px;
  color: #333;
  font-weight: 700;
  font-size: 12px;
  z-index: 1;
  width: 80px;
}
.ht-woo-pagination {
  text-align: center;
}
.ht-woo-pagination ul {
  display: flex !important;
  justify-content: center;
}
.ht-woo-pagination ul li {
  display: inline-block;
}
.ht-woo-search-button {
  background: var(--div-box-1);
  border: none;
  color: var(--gray-300);
  padding: 0 15px;
  text-align: center;
  border-radius: 10px;
}
.ht-woo-search-field {
  background: var(--div-box-1);
  border-radius: 8px !important;
  margin: 0 0 0 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-300);
  height: 3.5em;
}
.ht-woo-search-button:hover {
  background: #e2e3e4;
  border: none;
  color: var(--gray-300);
  padding: 0 15px;
  text-align: center;
}
.widget_woocommerce_product_search_widget {
  margin: 0 0 20px 0;
}
.wcapf-form {
  background: var(--div-box-1);
  padding: 20px;
  border-radius: 16px;
}
.ht-best-seller-products-sidebar {
  background: var(--div-box-1);
  padding: 20px;
  border-radius: 16px;
  margin-top: 20px;
}
img.ht-best-seller-product-sidebar-img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.ht-sidebar-image-holder {
  width: 75px;
  height: 70px;
  border-radius: 12px;
}
.ht-best-seller-product-sidebar-text {
  width: 79%;
}
.ht-best-seller-product-sidebar-text h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-400);
  margin: 0 0 10px 0;
}
h3.ht-best-seller-products-sidebar-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-500);
  padding-bottom: 17px;
  border-bottom: 1px solid #a3a3a3;
}
.ht-best-seller-product-sidebar-price {
  color: var(--gray-400);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}
.ht-woo-gallery-and-sumery {
  background: #f7f8f8;
  border-radius: 16px;
  padding: 30px;
}
.ht-woo-single-image-wrapper .woocommerce-product-gallery__image img {
  width: 100%;
}
/* Single Produc Css */
h1.product_title.entry-title {
  font-size: 20px;
  font-weight: 700;
}
.the-title-htsppi {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-400);
}
.the-title-htsppi-id {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-400);
  margin: 10px 0;
}
.woocommerce-product-details__short-description {
  background: #ffffff;
  border-radius: 12px;
  font-size: 16px;
  color: var(--gray-400);
  line-height: 2.2;
  text-align: justify;
}
.woocommerce-product-details__short-description p {
  font-size: 16px;
}
.ht-woo-exerpt-and-meta {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  font-size: 16px;
  color: var(--gray-400);
  line-height: 2.2;
  text-align: justify;
}
.ht-woo-single-meta {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-400);
}
.ht-woo-single-meta a {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-400);
  margin: 10px 0;
}
.ht-woo-single-meta-tag {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-400);
  margin: 10px 0;
}
.iconsax-outline-emoji-normal-blue {
  font-size: 30px;
  color: var(--primary-hover);
}
.ht-woo-rewiew-rating-block span {
  font-size: 30px;
  color: #bfbfbf;
}
.ht-woo-single-str {
  position: relative;
  width: 170px;
}
.ht-woo-single-all-rewiew {
  margin-top: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ht-woo-rewiew-rating-block {
  position: absolute;

  right: 0px;
  z-index: 2;
}
.ht-woo-single-rating {
  z-index: 5;
  position: relative;
}
.ht-woo-rewiew-rating-block {
  display: flex;
}
.ht-woo-single-commnet-count {
  border-right: 1px solid #8285a078;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
span.ht-woo-single-the-cc {
  color: var(--gray-400);
  font-size: 15px;
  font-weight: 600;
  margin: 0 10px;
}
.ht-woo-single-commnet-count .iconsax-outline {
  font-size: 30px;
  color: var(--primary-hover);
}
.ht-woo-agerag-rating {
  margin-left: 15px;
  color: var(--primary-hover);
  font-weight: 600;
}
label.ht-woo-variation-label {
  color: var(--gray-300);
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 33px;
  right: 30px;
}
table.variations th,
table.variations tbody,
table.variations tr,
table.variations td {
  border: unset !important;
  margin-right: 0;
  padding-right: 0;
}
table.variations select {
  border: 2px solid var(--gray-300) !important;
  border-radius: 10px;
  padding: 10px;
  background: unset;
  color: var(--gray-300);
  font-size: 15px;
  font-weight: 600;
}
.table.variations th {
  display: none;
}
button.single_add_to_cart_button {
  border-radius: 8px;
  background-color: var(--primary-400);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  padding: 12px 20px;
}
button.single_add_to_cart_button:hover {
  background-color: #0f69c1;
}
.ht-woo-quantity {
  border: 2px solid var(--primary-400) !important;
  text-align: center;
}
.ht-woo-single-quantity-off .ht-woo-single-quantity {
  font-size: 25px;
}
.ht-woo-single-quantity {
  right: 22px;
  top: 9px;
  padding: 5px;
  background: var(--primary-400);
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ht-woo-single-quantity-off {
  left: 22px;
  top: 9px;
  padding: 5px;
  background: var(--div-box-1);
  border-radius: 8px;
  color: var(--primary-400);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ht-woo-single-quantity:hover {
  background: #0f69c1;
}
.ht-woo-single-quantity-off:hover {
  background: #eaebeb;
}
a.reset_variations {
  display: block;
  text-align: left;
  margin-top: 15px;
  color: var(--primary-400);
}
ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin: 15px 0 0 0;
  padding: 0;
}
ol.flex-control-nav.flex-control-thumbs li {
  margin-bottom: 15px;
}
a.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 10;
  background: #eaebeb;
  padding: 5px 7px;
  border-radius: 5px;
  top: 10px;
  left: 25px;
}
.ht-woo-single-product-wrapper-tabs {
  background: #f7f8f8;
  border-radius: 16px;
  padding: 30px;
}
ul.ht-woo-single-product-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
ul.ht-woo-single-product-tabs li {
  margin: 0 0 0 15px;
  padding: 10px 15px;
  background: var(--primary-400);
  transition: all 0.3s ease;
  color: #fff;
  border-radius: 10px;
}
ul.ht-woo-single-product-tabs li:hover {
  background: #0f69c1;
}
ul.ht-woo-single-product-tabs li a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 600;
}
ul.ht-woo-single-product-tabs li.active {
  background: var(--primary-100) !important;
}
ul.ht-woo-single-product-tabs li.active a {
  color: var(--primary-400) !important;
}
.ht-woo-single-meta-desc {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-400);
}
.ht-woo-single-meta-desc a {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-400);
  margin: 10px 5px;
}
.ht-woo-single-meta-tag-desc {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-400);
  margin: 10px 0;
}
.ht-woo-single-meta-tag-desc a {
  margin: 0 5px;
  background: #fff;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 14px;
  color: var(--gray-300);
}
div#tab-description {
  text-align: justify;
  line-height: 2.3em;
}
.ht-woocommerce-product-attributes {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  font-size: 16px;
  color: var(--gray-400);
  line-height: 2.2em;
  text-align: justify;
}
.ht-woocommerce-product-attributes-item {
  padding: 10px 0;
}
.ht-woocommerce-product-attributes-item span {
  display: inline-block;
}
.woocommerce-product-attributes-item__label {
  font-size: 15px;
  font-weight: 600;
  color: var(--gray-400);
}
.ht-woocommerce-product-attributes-item__value {
  border-bottom: 1px solid var(--gray-200);
  margin-left: 25px;
  font-size: 16px;
  color: var(--gray-500);
  font-weight: 600;
  padding-bottom: 5px;
}
.ht-woo-review-container img {
  width: 75px;
  height: 75px;
  border-radius: 16px;
  margin: 20px 0 20px 20px;
}
.ht-woo-rewiew-metadata {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.iconsax-outline-emoji-normal-blue-form {
  font-size: 22px;
}
.ht-woo-rewiew-rating-block-form span {
  font-size: 22px;
  color: #bfbfbf;
}
.review ul.children {
  background: #fff;
  border-radius: 16px;
  padding: 5px 30px 20px 0;
  margin: 20px 20px 0 0;
}
.woocommerce-Reviews-title {
  font-size: 18px;
}
p.form-submit {
  margin-top: 2em !important;
}
.ht-org-woo-single-price {
  display: none !important;
}
.ht-woo-single-sale-price span.woocommerce-Price-amount bdi {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.ht-woo-single-sale-price .woocommerce-Price-currencySymbol {
  display: none;
}
.ht-woo-single-all-sale-price {
  background: var(--secondary);
  border-radius: 6px 6px 6px 2px;
  padding: 1px 6px;
  margin-bottom: 7px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
span.ht-woo-single-discount {
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px 0 0px;
}
.ht-woo-single-reg-price bdi {
  font-size: 24px;
  font-weight: 700;
  color: var(--gray-400);
}
.ht-woocommerce-product-attributes-item:last-child {
  border-bottom: unset;
  padding: 10px 0;
}
.swiper-slide-ht-relative {
  background: unset;
}
.ht-woo-stock-nop-price-holder .ht-woo-price {
  display: none;
}
.ht-woo-stock-nop-price-holder {
  flex-direction: column;
}
.ht-woo-stock-nop-price-holder a.button {
  width: 100%;
  text-align: center;
}
.ht-woo-purchasable-nop {
  margin-top: 15px;
  text-align: center;
}
/* My Account Woo  */
/* .ht-woo-myac-nanavigation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
} */
.ht-woo-myac-nanavigation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper-pagination-woo-ht {
  margin: 15px 0;
}
.swiper-pagination-woo-ht
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px !important;
  height: 13px !important;
}
.swiper-pagination-woo-ht
  .swiper-pagination-bullets.swiper-pagination-horizontal
  span {
  width: 8px !important;
  height: 8px !important;
  margin: 0 1px !important;
  background: #0f72d2 !important;
}

.ht-woo-myac-li-endpoint {
  display: flex !important;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  transition: all 0.3s ease;
  border-radius: 10px;
  min-width: 110px;
  min-height: 100px;
  margin: 10px;
  box-shadow: 0px 16px 32px 0px #2b37421a;
  border: 2px solid #fff;
  background: linear-gradient(180deg, var(--gray-100) 0%, #ffffff 100%);
}
.ht-woo-myac-li-endpoint span.ht-iconsax-outline-arrow-down {
  display: none;
}
.ht-woo-myac-li-endpoint:hover {
  background: var(--primary-400);
  color: #fff;
  box-shadow: 0px 32px 64px -12px #0f72d240;
  border: 2px solid var(--primary-400);
}
.ht-woo-myac-li-endpoint:hover a {
  color: #fff;
}
.ht-woo-myac-li-endpoint .ht-iconsax-outline-endpoint-icon {
  font-size: 25px;
}
.ht-woo-myac-li-endpoint:hover .ht-iconsax-outline-endpoint-icon {
  color: #fff;
}
.ht-woo-myac-nanavigation .is-active {
  background: var(--primary-400);
  color: #fff;
  box-shadow: 0px 32px 64px -12px #0f72d240;
  border: 2px solid var(--primary-400);
}
.ht-woo-myac-nanavigation .is-active a {
  color: #fff;
}
.ht-woo-myac-nanavigation .is-active .ht-iconsax-outline-endpoint-icon {
  color: #fff;
}
.ht-woo-myac-nanavigation .is-active .ht-iconsax-outline-arrow-down {
  color: #fff;
  display: block;
}
.ht-woo-myac-li-endpoint:hover span.ht-iconsax-outline-arrow-down {
  display: block;
}
.ht-woo-myac-li-endpoint a {
  color: var(--gray-300);
}
.ht-woo-myac-header {
  background: var(--div-box-1);
  border-radius: 16px;
  padding: 20px;
}
.ht-woo-myac-user-img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid var(--primary-400);
  overflow: hidden;
}
.ht-woo-myac-user-img img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
}
.ht-woo-myac-user-data {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}
.ht-woo-myac-user-detials {
  margin-right: 25px;
}
.ht-woo-myac-user-detials .ht-woo-myac-user-detials-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-400);
}
.ht-woo-myac-user-detials .ht-woo-myac-user-detials-id {
  font-size: 12px;
  color: var(--gray-300);
}
.ht-woo-myac-content {
  background: var(--div-box-1);
  border-radius: 16px;
  padding: 20px;
}
.ht-woo-myac-account-orders-table {
  border: unset !important;
}
.ht-woo-myac-account-orders-table-thead tr th:last-child {
  border-left: unset !important;
}
a.woocommerce-button.button.view {
  background: var(--primary-400);
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease;
  border-radius: 8px;
}
a.woocommerce-button.button.view:hover {
  background: #0e66bb;
}
.woocommerce-orders-table tbody {
  margin-top: 10px;
}
.woocommerce table.shop_table td {
  border: none;
}
.woocommerce table.shop_table td:last-child {
  border-left: unset !important;
}
.woocommerce-table--order-details,
.woocommerce-table--order-details * {
  border: unset !important;
}
.ht-woo-order-details-title {
  color: var(--gray-500);
  font-size: 18px;
  font-weight: 700;
}
.ht-woo-order-details-product-name,
.ht-woo-order-details-product-total {
  color: var(--gray-300);
  font-size: 16px;
  font-weight: 400;
}
.ht-woo-order-details-items {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
}
.ht-woo-order-details-items .product-name {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 600;
}
.ht-woo-order-details-items .product-name a {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 600;
}
.ht-woo-order-details-items .product-total {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 600;
}
.ht-woo-order-details-items .product-total span bdi {
  color: var(--gray-500);
  font-size: 14px;
  font-weight: 600;
}
.ht-woo-order-details-footer tr {
  font-size: 14px;
  font-weight: 600;
  padding: 2px 0 !important;
}
.ht-woo-order-details-footer tr td {
  font-weight: 700;
}
.ht-woo-order-details-footer {
  margin-top: 15px;
}
.ht-woo-order-details-address-icon {
  background: var(--div-box-1);
  color: #fff;
  border-radius: 16px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.ht-woo-order-details-address:hover .ht-woo-order-details-address-icon {
  background: var(--primary-400);
}
.ht-woo-order-details-address:hover .ht-woo-order-details-address-icon span {
  color: #fff;
}
.ht-woo-order-details-address-icon span {
  font-size: 25px;
  color: var(--gray-400);
}
.row.ht-woo-order-details-address {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
}
.ht-woo-tp-order-received {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-500);
}
.ht-woo-tg-order-overview {
  background: #fff;
  padding: 30px;
  border-radius: 16px;

  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.ht-woo-tg-order-overview li strong {
  margin-top: 10px;
}
.ht-woo-tg-order-overview li {
  text-align: center;
  padding-left: 4em !important;
  margin: 0 !important;
}
.ht-woo-tg-order-overview li:not() strong {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-300);
}
.ht-woo-tg-payment-method p {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-500);
}
.ht-woo-hr {
  height: 2px !important ;
}
.ht-woo-tp-address {
  font-size: 17px;
  font-weight: 500;
  color: var(--gray-400);
}
.ht-woo-order-downloads-thead tr th:last-child {
  border: unset !important;
}
.ht-woo-order-downloads-thead tr th {
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.5em;
  border: unset !important;
}
.ht-woo-order-downloads-thead {
  border-radius: 16px;
  border: 1px solid var(--color-secndery-200) !important;
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  display: block;
}
.ht-woo-order-downloads-thead tr {
  border-radius: 16px;
  display: flex;
  justify-content: space-around;
  padding: 0 !important;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}
.ht-woo-download-td-dlarchive {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.ht-woo-product-dl-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}
.ht-woo-product-dl-img img {
  width: 100%;
  height: 100%;
}
.ht-woo-download-tit-and-linka {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ht-woo-download-tit {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-400);
}
.ht-archive-product-categories {
  text-align: center;
  font-size: 14px;
  color: var(--gray-300);
  font-weight: 400;
}
.ht-archive-product-categories a {
  text-align: center;
  font-size: 14px;
  color: var(--gray-300);
  font-weight: 400;
}
.ht-woo-download-download-expires-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-300);
  line-height: 2em;
}
.ht-woo-download-download-expires {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-400);
  line-height: 2em;
}
.ht-woo-download-atag {
  border-radius: 8px !important;
  background: var(--primary-400) !important;
  color: #fff !important;
  border: none;
  padding: 0.5rem 1rem !important;
  font-size: 14px !important;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.ht-woo-download-atag:hover {
  background-color: var(--primary-hover) !important;
  color: #fff !important;
}
.ht-woo-download-download-remaining-text,
.ht-woo-download-download-remaining {
  line-height: 2em;
}
.ht-woo-download-tit-and-linka-dl {
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ht-woo-myac-address a {
  border-radius: 8px;
  background: var(--primary-400);
  color: #fff;
  border: none;
  padding: 0.7rem 1rem;
  font-size: 14px;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.ht-woo-myac-address a:hover {
  background-color: var(--primary-hover);
  color: #fff;
}
a.woocommerce-Button.wc-forward.button {
  border-radius: 8px;
  background: var(--primary-400);
  color: #fff;
  border: none;
  padding: 0.7rem 1rem;
  font-size: 14px;
  margin: 0 4px;
  transition: all 0.3s ease;
}
a.woocommerce-Button.wc-forward.button:hover {
  background-color: var(--primary-hover);
  color: #fff;
}
.woocommerce-address-fields label {
  font-size: 15px;
  color: var(--gray-300);
  margin: 7px 0;
}
.woocommerce-EditAccountForm label {
  font-size: 15px;
  color: var(--gray-300);
  margin: 7px 0;
}
.ht-woo-login-wraper {
  box-shadow: 0px 0px 85px -21px #14141433;
  border-radius: 25px;
  background: #fff;
}
.ht-woo-login-wraper input {
  background: var(--div-box-1);
  border-radius: 8px;
  color: var(--gray-300);
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  padding: 10px 20px;
}
span.login-icons {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 22px;
  color: var(--primary-300);
}
.ht-woo-login-pass .show-password-input {
  z-index: 2;
  left: 0;
}
.ht-woo-login-pass .show-password-input::after {
  color: #0000;
}
.ht-woo-login-title {
  color: var(--gray-500);
  font-size: 20px;

  font-weight: 700;
}
.ht-woo-login-loastpass {
  color: var(--primary-400);
  font-size: 14px;
  text-decoration: underline !important;
}
.ht-woo-login-loastpass {
  color: var(--primary-400);
  font-size: 14px;
}
.woocommerce-form-register__submit {
  border-radius: 8px;
  background: var(--primary-hover) !important;
  color: #fff !important;
  width: 30%;
  padding: 11px !important;
  font-weight: 400 !important;
}

.woocommerce form.register {
  border: unset;
  margin: unset;
}
.woocommerce-cart-form__contents * {
  border: unset !important;
  text-align: center;
}
.product-thumbnail {
  width: 100px !important;
  border-radius: 8px;
  overflow: hidden;
}
.product-thumbnail a {
  display: block;
}
.product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
}
.ht-woo-cart-remove-item {
  padding: 7px 12px;
  background: var(--div-box-1) !important;
  color: var(--gray-400) !important;
  font-size: 14px !important;
  font-weight: 400;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.ht-woo-cart-remove-item:hover {
  padding: 5px 7px;
  background: var(--div-box-1);
}
.ht-woo-cart-items {
  border-radius: 16px !important;
  margin-bottom: 18px;
  background: #fff;
}
.ht-woo-cart-items td {
  text-align: center;
}
.woocommerce table.shop_table {
  border: unset;
}
.ht-woo-quantity-cart {
  width: 70% !important;
  color: var(--primary-400);
  font-size: 16px;
  font-weight: 600;
}
.ht-woo-cart-quantity {
  right: 40px;
  top: 9px;
}
.ht-woo-cart-quantity-off {
  left: 40px;
  top: 9px;
}
.ht-woo-download-tit-cat {
  font-size: 14px;
}
.ht-woo-cart-remove-item:hover {
  padding: 7px 12px;
  background: #ebebeb !important;
}
.ht-woo-btn {
  border-radius: 8px !important;
  background: var(--primary-400) !important;
  color: #fff !important;
  border: none !important;

  font-size: 14px !important;

  transition: all 0.3s ease !important;
  margin-top: 15px;
  padding: 1em !important;
}
.ht-woo-btn:hover {
  background-color: var(--primary-hover);
  color: #fff;
}
.ht-woo-cart-button-warpre {
  background: var(--div-box-1);
  border-radius: 16px;
  margin-top: 50px;
  padding: 30px;
}
.coupon-ht-holder-all-cop {
  background: var(--div-box-1);
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ht-cart-total-tabel * {
  border: unset !important;
}
.ht-woo-cart-order-total .ht-woo-cart-order-total-num,
.ht-woo-cart-order-total-num .woocommerce-Price-currencySymbol {
  color: var(--primary-400);
  font-size: 20px;
  font-weight: 900;
}
.ht-woo-cart-order-total {
  background: var(--primary-100) !important;

  border-radius: 16px !important;
}
.ht-woo-cart-order-total {
  background: var(--primary-100) !important;
  border-radius: 8px !important;
  line-height: 2em;
}
.woocommerce-shipping-totals ul li,
.ht-woo-cart-subtotal td {
  text-align: left;
}
.ht-woo-cart-subtotal td bdi {
  color: var(--gray-500);
  font-size: 20px;
  font-weight: 700;
}
.woocommerce-shipping-totals ul li bdi {
  color: var(--gray-500);
  font-size: 20px;
  font-weight: 700;
}
.ht-woocommerce-error,
.ht-woocommerce-info,
.ht-woocommerce-message {
  padding: 1em 3.5em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #fff;
  color: #515151;
  border-radius: 12px;
  border: 2px solid var(--div-box-1) !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ht-woocommerce-error .button,
.ht-woocommerce-info .button,
.ht-woocommerce-message .button {
  float: left;
}
.ht-woocommerce-info::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  right: 25px;
  top: 25px;
  background: #4ec6ff;
}
.ht-woocommerce-error::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  right: 25px;
  top: 25px;
  background: #ff7676;
}
.ht-woocommerce-message::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  right: 25px;
  top: 25px;
  background: #ff7676;
}
.woocommerce form.checkout_coupon {
  background-color: #fff;
  color: #515151;
  border-radius: 12px;
  border: 2px solid var(--div-box-1) !important;
}
.ht-checkout-coupon-field {
  box-shadow: 0px 0px 20px 0px #4c568612 inset;
  background: var(--div-box-1) !important;
}
.ht-woo-btn-chckout-sum {
  padding: 01.1rem 1.5rem !important;
}
.ht-woo-checkout-form label {
  font-size: 15px;
  color: var(--gray-300);
}
.woocommerce-form__label-for-checkbox span {
  margin: 0 10px;
}
.woocommerce-checkout-review-order-table * {
  border: unset !important;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}
ul.wc_payment_methods.payment_methods.methods {
  background: var(--div-box-1);
  border-radius: 16px;
  padding: 10px;
  border: unset;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: var(--div-box-1);
  border-radius: 16px;
  padding: 10px;
}
.woocommerce-checkout #payment div.payment_box {
  background: var(--div-box-1);
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
  border: unset !important;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0.5em 0 0 1em;
}
.ht-woo-payment-merg label {
  color: var(--gray-400);
  font-size: 16px;
  font-weight: 400;
}
.payment_box p {
  color: #8285a0;
  font-size: 16px;
  font-weight: 400;
}
.ht-woo-review-proces {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ht-woocommerce-checkout-review-order-table {
  width: 48% !important;
}
.ht-woocommerce-checkout-payment {
  width: 48%;
}
.ht-woocommerce-checkout-review-order {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.pagination {
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
  flex-direction: row !important;
}
/* Custom styles for the Swiper slider */
.swiper-container {
  width: 100%;
  height: auto;
}
.range-values {
  flex-direction: row-reverse;
}
a.loading {
  border-radius: 12px;
  transition: all 0.3s ease;
  color: var(--primary-400);
  background: #0f72d247;
}
a.added_to_cart.wc-forward {
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  display: flex;
  height: 100%;
  color: var(--primary-400);
  background: #ffffffa8;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
input#woocommerce-product-search-field {
  background: var(--div-box-1);
}
.wcapf-reset-filters-btn-wrapper {
  margin: 0 1em;
}
.ht-woo-purchasable-nop .ht-shop-icon-ar {
  display: none;
}
.th_product_social a {
  font-size: 22px;
  margin-left: 5px;
  color: var(--gray-400);
}
.th_product_social span {
  font-size: 16px;
  color: var(--gray-400);
  width: 48%;
  margin: 8px 0;
}
.th_product_social span:hover {
  color: var(--primary-400);
}
.th_product_social span:hover a {
  color: var(--primary-400);
}
.th_product_social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.share-post-wraper {
  position: absolute;
  left: 0;
  z-index: 12;
  top: 35px;
  display: flex;
  padding: 20px 10px;
  border-radius: 16px;
  background: #fff;
}
.share-post i {
  font-size: 25px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  color: var(--primary-400);
}
.share-post-toggle {
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  top: 5px;
}
.share-post-wraper {
  visibility: hidden;
}
.share-post-toggle:hover .share-post-wraper {
  visibility: visible;
}
#copy-status {
  position: absolute;
  font-size: 12px !important;
  bottom: -10px;
  right: 5px;
  padding: 0;
}
.ht-gallery-gallery-thumbs {
  width: 80%;
  margin: 0 auto;
  margin-top: -80px;
}
.ht-gallery-gallery-thumbs-img {
  height: 100%;
  width: 100%;
}
.ht-gallery-gallery-thumbs-img img {
  border-radius: 16px;
}
.swiper-button-prev-sp {
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute;
  left: 65px !important;
  right: unset !important;
  color: #fff;
  width: 30px;
  top: -15px;
  height: 30px;
}
.swiper-button-next-sp {
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute;
  right: 65px !important;
  left: unset !important;
  color: #fff;
  width: 30px;
  top: -15px;
  height: 30px;
}
.swiper-button-prev-sp span,
.swiper-button-next-sp span {
  font-size: 16px;
}
span.th-category-icon {
  color: var(--gray-400);
}
nav.woocommerce-breadcrumb a {
  color: var(--gray-500);
  font-size: 15px;
  font-weight: 600;
}
span.ht-woo-breadcrumb-icon {
  color: var(--primary-400);
}
nav.woocommerce-breadcrumb {
  color: var(--gray-400);
}
.th_chat-icon-container .tt span {
  color: #8285a0;
}
.th_chat-icon-container .tt a {
  color: #8285a0;
}
.th_chat-icon-container .tt2 span {
  color: #8285a0;
}
.widget_categories ul li {
  position: relative;
}
.widget_categories ul li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-400);
  margin-right: 20px;
}
.widget_categories ul li a:hover {
  color: #5f646a;
}
.widget_categories ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: var(--primary-400);
}
.widget_search form#searchform {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
}
h3.widget-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-500);
}
.sidebar .widget {
  margin-bottom: 20px;
}
.widget_search form#searchform .ht-search-field {
  margin: 0 0 0 15px;
}
.star {
  cursor: pointer;
  color: #0f72d21a;
  font-size: 1.7em; /* Adjust size as needed */
}
.star.selected,
.star:hover,
.star:hover ~ .star {
  color: gold; /* Color for selected and hovered stars */
}
.ht-comment-form-rating {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.ht-comment-form-rating p.stars {
  display: none;
}
.ht-customer-details {
  background: var(--div-box-1);
  border-radius: 16px;
  margin-top: 20px;
  padding: 30px;
}
.ht-checkout-coupon-toggle {
  background: var(--div-box-1);
  border-radius: 16px;
  margin-top: 50px;
  padding: 30px;
}
.ht-checkout-coupon-toggle .ht-woocommerce-info {
  margin: 0 !important;
}
.ht-woo-stock-nop .ht-shop-icon-ar {
  display: none;
}
.ht-thankyou-woo-order {
  background: var(--div-box-1);
  border-radius: 16px;
  margin-top: 20px;
  padding: 30px;
}
.ht-order-details-thead tr,
.ht-order-details-tbody tr {
  display: flex;
  margin: 15px 0;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
table.ht-flex-tabel {
  display: flex;
  flex-direction: column;
}
.ht-woo-order-details-footer tr {
  display: flex;

  justify-content: space-between;
  align-items: center;
}
.woocommerce-table__product-total {
  width: 25%;
}
tbody.ht-woo-myac-account-orders-table-tbody tr {
  display: flex;
  margin: 15px 0;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 16px;
}
tbody.ht-woo-myac-account-orders-table-tbody tr td {
  border-left: 1px solid var(--gray-200) !important;
}
tbody.ht-woo-myac-account-orders-table-tbody tr td:last-child {
  border-left: unset !important;
}
.ht-woo-order-downloads-table tbody tr {
  display: flex;
  margin: 15px 0;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
/* ht Mega Menu styles */
.htmega-megamenu li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.htmega-megamenu li a > span {
  margin-right: 15px;
}
.htmega-megamenu li a .menu-item img,
.htmega-megamenu li a img {
  color: var(--gray-200);
  background-color: var(--div-box-1);
  border-radius: 8px;

  padding: 10px;
}
.htmega-megamenu li a .menu-item i._mi,
.htmega-megamenu li a i._mi {
  color: var(--gray-200);
  background-color: var(--div-box-1);
  border-radius: 8px;
  font-size: 25px !important;
  padding: 10px;
}
.htmega-megamenu li {
  transition: all 0.3s ease;
}
.htmega-megamenu li:hover a i._mi {
  background-color: var(--primary-100);
  color: var(--primary-400);
}
.htmega-megamenu li:hover a .ht-megamenu-item-one {
  color: var(--primary-200);
}
.htmega-megamenu li:hover a .ht-megamenu-item-two {
  color: var(--primary-400);
}
span.ht-megamenu-item-two {
  font-size: 14px;
  font-weight: 900;
  color: var(--gray-400);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.htmenu-icon {
  color: var(--gray-200);
  background-color: unset;
  border-radius: 8px;
  font-size: 10px !important;
  padding: 0 !important;
}
.htmega-menu-container .htmegamenu-content-wrapper {
  border-radius: 32px;
  box-shadow: unset !important;

  top: 70px;
}
.htmegamenu-content-wrapper.sub-menu * {
  text-align: right;
}
.elementor-menu-cart__main {
  display: none !important;
}
span.span-top-menu-p1 {
  margin: 0 10px;
  color: var(--gray-200);
  font-size: 18px;
}
.htmega-menu-container ul.sub-menu {
  display: flex;
  flex-direction: column;
  left: -100px !important;
  border-radius: 24px;
  top: 60px;
}
.htmega-menu-container ul.sub-menu li {
  width: calc(100% - 30px);
}
.htmega-menu-container .sub-menu li .sub-menu {
  top: 0;
  right: calc(100% + 10px) !important;
}

.ht-woo-quantity {
  margin-right: 0;
}
.flex-control-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
  width: 300px; /* Adjust width as needed */
}

.flex-control-nav li {
  flex: 0 0 auto;
  margin-right: 10px;
}

.flex-control-nav li img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.ht-single-produc-curent-thumb {
  display: flex !important ;
  justify-content: center;
}

.ht-single-product {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #f7f8f8;
  border-radius: 16px;
  padding: 30px;
}

.wpa-woocommerce-product-gallery__wrapper
  .ht-single-produc-curent-thumb
  img.wp-post-image {
  margin: 30px 0;
}
.wpa-woocommerce-product-gallery__wrapper .ht-single-produc-curent-thumb {
  margin: 0 10px 20px 0;
  background-color: #fff;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .ht-woo-product-dl-img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .ht-woo-download-tit-and-linka {
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ht-woo-download-td-dlarchive::before {
    display: none;
  }
  .ht-woo-download-download-download-file {
    width: 100%;
    margin-top: 15px;
  }
  .ht-woo-download-download-download-file a {
    display: block;
    text-align: center;
  }
  .ht-woo-download-download-file {
    width: 100%;
    margin-top: 15px;
  }
  .ht-woo-download-download-file a {
    display: block;
    text-align: center;
  }
  .ht-woo-download-tit-and-linka-dl {
    flex-direction: column;
    margin-right: 0;
  }
  .ht-woo-order-downloads-table thead tr,
  .ht-woo-order-downloads-table tbody tr {
    display: flex !important;
    flex-direction: column;
  }
  tbody.ht-woo-myac-account-orders-table-tbody tr td {
    border-left: unset !important;
  }
  .ht-woo-order-details-footer-td {
    width: unset !important;
  }
  .woocommerce ul.order_details li {
    width: 100%;
    margin-top: 10px !important;
    border: unset !important;
    padding: 0 !important;
  }
  .woocommerce-table__product-total {
    width: unset !important;
  }
  .ht-woo-btn-coponupdate-input {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .ht-woo-btn-coponupdate button {
    width: 100% !important;
  }
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 425px) {
  .mySwipe-elementor-widget {
    padding: 10px;
  }
  .swiper-ht-highli-sider-right::after {
    content: " ";
    position: absolute;
    top: 10px;
    width: 0px !important;
    height: 95%;
    right: -10px;
    z-index: 1;
    background: unset;
  }
  .swiper-ht-highli-sider-left::before {
    content: " ";
    position: absolute;
    top: 10px;
    width: 0px !important;
    height: 95%;
    left: -19px;
    z-index: 3;
    background: unset;
  }
  .ht-woo-order-details-address {
    background: #fff;
    border-radius: 16px;
    gap: 20px;
    padding: 25px !important;
    text-align: justify;
    display: flex;
    justify-content: center !important;
    flex-direction: column;
    align-content: center;
    align-items: center !important;
  }

  .ht-thankyou-woo-order {
    padding: 15px;
  }

  .ht-single-product {
    padding: 10px;
  }

  .ht-woo-single-commnet-count {
    border: unset;
  }
  .line-titel-hr {
    display: none !important;
  }
  .col-swiper-btn {
    display: none !important;
  }
  .th-row__one {
    flex-direction: column !important;
  }
  .th-form__row__label {
    font-size: 30px;
    flex-direction: column;
  }
  .th-form__row__input {
    padding: 29px;
    font-size: 26px;
    flex-direction: column;
  }
  .th-myaccount {
    display: flex;
    flex-direction: column;
  }
}

@media screen and(max-width: 700px) {
  .th-box__Counter {
    width: 100%;
  }
  .th-box__Counter__desc {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .th-myaccount__box ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1178px) {
  .th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 13%;
    z-index: 20;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .th-projects__gradient--left {
    position: absolute;
    left: 0;
    height: 100%;
    width: 12%;
    z-index: 20;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  /* transform: rotate(90deg); */
}
@media only screen and (max-width: 1058px) {
  .th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 8%;
    z-index: 20;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
@media only screen and (max-width: 978px) {
  .th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 32%;
    z-index: 20;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
@media only screen and (max-width: 944px) {
  .ht-woo-main-and-side {
    display: flex;
    flex-direction: column-reverse;
  }
  .th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    z-index: 20;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .th-projects__gradient--left {
    position: absolute;
    left: 0;
    height: 100%;
    width: 15%;
    z-index: 20;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
    /* transform: rotate(90deg); */
  }
}
@media only screen and (max-width: 752px) {
  .ht-woo-main-and-side {
    display: flex;
    flex-direction: column-reverse;
  }
  .th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 20%;
    z-index: 20;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .th-projects__gradient--left {
    position: absolute;
    left: 0;
    height: 100%;
    width: 30%;
    z-index: 20;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
@media only screen and (max-width: 375px) {
  .swiper-pagination {
    display: inline-block;
    margin-bottom: -10px;
  }
  .th-projects__gradient--left {
    display: none;
  }
  .th-projects__gradient--right {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    z-index: 20;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
@media only screen and (max-width: 725px) {
  .ht-subtitle-highlite {
    font-size: 12px;
  }
  .th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    /* width: 20%; */
    z-index: 20;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .th-projects__gradient--left {
    position: absolute;
    left: 0;
    height: 100%;
    width: 30%;
    z-index: 20;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
    /* transform: rotate(90deg); */
  }
}
@media only screen and (max-width: 690px) {
  .th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 20%;
    z-index: 20;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
@media only screen and (max-width: 375px) {
  .swiper-pagination {
    display: inline-block;
    margin-bottom: -5px;
  }
  .all-p {
    align-items: center;
  }
  .th_comment_2 {
    left: -7%;
  }
  .Th_comment__text {
    width: 63% !important;
    text-align: center;
  }
  .Th_info__comment {
    margin-top: 9px !important;
    width: 98% !important;
    text-align: center !important;
    font-size: 14px !important;
    align-items: center;
    font-weight: 500 !important;
    line-height: normal !important;
  }
  .Th_comment {
    margin-right: -6px !important;
  }
}
@media only screen and (max-width: 425) {
  .swiper-pagination {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .Th_comment__text {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 768px) {
  .Th_swiper__comment {
    right: -1% !important;
  }
  .Th_comment__text {
    padding: 21px;
    line-height: 65px;
    font-size: 19px !important;
    line-height: 38px !important;
    text-align: center;
  }
  .Th_swiper__comment___all {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .Th_swiper__comment___all {
    margin: 0 auto;
  }
  .Th_comment__info {
    width: 100% !important;
  }
  .swiper-pagination {
    display: block;
  }
  .th_comment__pagination {
    position: relative !important;
    margin-top: 1rem;
  }
  .th-comment__gradient {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .Th_comment__text {
    padding: 21px;
    line-height: 65px;
    font-size: 27px !important;
    line-height: 36px !important;
  }
  .Th_comment__info {
    width: 44%;
  }
  .Th_about {
    margin-top: 35px;
  }
}
@media (max-width: 1024px) {
  .htmegamenu-content-wrapper {
    left: -100% !important;
  }
  .item {
    display: none;
  }
  .item:nth-child(-n + 3) {
    display: block;
  }
}
@media (max-width: 768px) {
  .ht-woocommerce-checkout-review-order {
    flex-direction: column;
  }
  .ht-woocommerce-checkout-payment {
    width: 100%;
  }
  .woocommerce table.shop_table {
    width: 100% !important;
  }

  .item {
    display: none;
  }
  .item:nth-child(-n + 2) {
    display: block;
  }
  .th_project {
    padding: 5px;

    width: 50%;
    border: solid 1px solid;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 32px 16px -24px #2b37421a;
  }
  .th_section1 {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--div-box-1);
    padding: 15px;
    text-align: center;
    width: 34%;
  }
  .th_section3 {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--div-box-1);
    padding: 15px;
    text-align: center;
    width: 34%;
  }
  .th_section4 {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--div-box-1);

    padding: 15px;
    text-align: center;
    width: 34%;
  }
  .th_section2 {
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .th-num {
    font-family: PeydaWebFaNum;
    color: var(--primary-400);

    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
  }
  .th_text {
    font-family: PeydaWebFaNum;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .th_project {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;

    padding: 0px;
    box-shadow: none;
  }
  .th_section1 {
    border-bottom: 2px solid var(--div-box-1);
    border-left: unset;
    border-right: 2px solid var(--div-box-1);
  }
  .th_section2 {
    border-right: 2px solid var(--div-box-1);
    width: 48%;
  }
}
@media only screen and (max-width: 425px) {
  .th_project {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .th_project {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .Th_swiper__comment {
    right: -1% !important;
  }
  .rl-swiper-button-next {
    display: none;
  }
  .rl-swiper-button-prev {
    display: none;
  }
  .single_add_to_cart_button {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 425px) {
  .swiper-button-next-sp {
    right: 58px !important;
    top: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .rl-swiper-button-prev {
    left: -117% !important;
    right: unset !important;
    top: 15px !important;
  }
  .employer-section {
    max-width: unset;
    min-width: unset;
  }
  .employer-section {
    width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .Th_comment__text {
    padding: 21px;
    line-height: 65px;
    font-size: 27px !important;
    line-height: 36px !important;
  }
  .th-myaccount__box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .swiper-button-next {
    margin-top: -6% !important;
  }
  .ht-woocommerce-info .wc-forward {
    position: absolute !important;
    left: 4%;
    top: 20%;
  }
  .Th_comment__info {
    width: 44%;
  }
  .Th_about {
    margin-top: 35px;
  }
  .rl-swiper-button-prev {
    left: -117% !important;
    right: unset !important;
    top: 15px !important;
  }
  .ht-woo-cart-quantity-off {
    left: 31px;
    top: 12px;
  }
  .ht-woo-cart-quantity {
    right: 31px;
    top: 12px;
  }
  .htmegamenu-content-wrapper {
    left: 0px !important;
  }
  .employer-section {
    max-width: unset;
    min-width: unset;
  }
  .employer-section {
    width: unset;
  }
}

@media (max-width: 768px) {
  .Th_swiper__comment {
    right: -1% !important;
  }
  .th_project {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;

    padding: 0px;
    box-shadow: none;
  }
  .th_section1 {
    border-bottom: 2px solid var(--div-box-1);
    border-left: unset;
    border-right: 2px solid var(--div-box-1);
  }
  .th_section2 {
    border-right: 2px solid var(--div-box-1);
    width: 48%;
  }
  .rl-swiper-button-next {
    display: none;
  }
  .rl-swiper-button-prev {
    display: none;
  }
  .single_add_to_cart_button {
    margin-top: 20px;
  }
  .Th_swiper__comment {
    right: -1% !important;
  }
  .ht-woo-login-wraper {
    box-shadow: 0px 0px 85px -21px #14141433;
    border-radius: 25px;
    background: #fff;
    margin-top: 9%;
  }
  .Th_comment__text {
    padding: 21px;
    line-height: 65px;
    font-size: 19px !important;
    line-height: 38px !important;
    text-align: center;
  }
  .Th_swiper__comment___all {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .Th_swiper__comment___all {
    margin: 0 auto;
  }
  .Th_comment__info {
    width: 100% !important;
  }
  .swiper-pagination {
    display: block;
  }
  .th_comment__pagination {
    position: relative !important;
    margin-top: 1rem;
  }
  .th-comment__gradient {
    display: none;
  }
  .Th_header__text {
    margin-top: 13px;
  }
  .tt {
    padding: 0 27px;
  }

  .ht-woo-cart-quantity {
    right: 30px;
    top: 11px;
    font-size: 15px;
  }
  .ht-woo-cart-quantity-off {
    left: 30px;
    top: 11px;
    font-size: 15px;
  }
  .ht-woo-single-variation-quantity {
    width: 86% !important;
  }
  .swiper-button-next {
    margin-top: -13% !important;
  }
  .item {
    display: none;
  }
  .item:nth-child(-n + 2) {
    display: block;
  }
  .th_project {
    padding: 5px;

    width: 50%;
    border: solid 1px solid;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 32px 16px -24px #2b37421a;
  }
  .th_section1 {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--div-box-1);
    padding: 15px;
    text-align: center;
    width: 34%;
  }
  .th_section3 {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--div-box-1);
    padding: 15px;
    text-align: center;
    width: 34%;
  }
  .th_section4 {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--div-box-1);

    padding: 15px;
    text-align: center;
    width: 34%;
  }
  .th_section2 {
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .th-num {
    font-family: PeydaWebFaNum;
    color: var(--primary-400);

    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
  }
  .th_text {
    font-family: PeydaWebFaNum;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-bottom: 0px !important;
  }
  .ht-woocommerce-checkout-payment {
    margin-top: 15px;
  }
  ul.ht-woo-single-product-tabs li a {
    font-size: 13px;
  }
  ul.ht-woo-single-product-tabs li {
    margin: 0 0 0 8px;
  }
  .ht-woo-single-product-wrapper-tabs {
    padding: 15px;
  }
  .th_project {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .swiper-button-next-sp {
    right: 58px !important;
    top: -15px;
  }
  .swiper-pagination {
    display: block;
  }

  .th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    z-index: 20;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 69%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .ht-woocommerce-info .wc-forward {
    position: absolute !important;
    left: 2%;
    top: 114%;
  }

  .th-row__one {
    flex-direction: column !important;
  }
  .th_product_social span {
    width: 100%;
  }
  .tt {
    margin-left: 11px !important;
    padding: 0 4px !important;
  }
  .th_chat-icon-container {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .th_chat-icon-container .tt {
    border: unset;
    margin: 10px 0;
  }
  .ht-single-bog-sidebar {
    margin-top: 20px;
  }
  .main-items-single-weblog {
    padding: 15px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal span {
    width: 13px;
    height: 13px;
    margin: 0 1px !important;
    background: #0f72d2 !important;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }

  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
  }
  .ht-rep-content {
    justify-content: space-between !important;
  }
  .ht-rep-swiper-slide {
    padding: 30px;
  }
}

/* Last Updated */

.ht-single-product {
  position: relative;
  flex-wrap: wrap;
}

span.th_bg_inline_header::before {
  width: 110px;
  content: "";
  height: 12px;
  background-color: #fdc500;
  position: absolute;
  top: 30%;
  z-index: -1;
}
.mySwipe-elementor-widget {
  padding: 20px 0;
}

.th_news:last-child() {
  border-bottom: 0px #fff solid !important;
}

.th_comment__body {
  border: 2px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  border-radius: 24px;
  padding: 20px;
}
.th_testimonials {
  padding: 40px 25px;
}

.testimonials-desc-txt {
  text-align: justify;
  font-size: 14px;

  color: var(--gray-400);
  line-height: 2.3em;
}
.testimonials-avatar-name {
  font-size: 14px;
  color: #2b3742;
  font-weight: 600;
  text-align: right;
}
p.testimonials-avatar-desc {
  font-size: 12px;
  color: var(--gray-400);
  text-align: right;
}
.testimonials-desc-site-url {
  font-size: 14px;
  color: #a3a3a3;
  text-align: left;
}
.testimonials-avatar-holder {
  text-align: right;
}

.th_sevic {
  padding: 15px;
}

.htmega-menu-area {
  border: none;
}
a.htmobile-aside-button {
  text-align: left;
}

.htmobile-aside-button {
  font-size: 30px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  color: var(--gray-400);
}

/**
 * RTL // Add Sticky Header
 */

.ht-sticky-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; /* Ensures the header is above other elements */
  background: #fff;
  box-shadow: 0px 16px 32px 0px #2b37421a;
  padding: 15px 10px;
}

.ht-contactus-text-menu-mobile {
  margin: 20px;
  border-top: 1px solid #f5f6f7;
  border-bottom: 1px solid #f5f6f7;
  padding: 20px 0;
}
.ht-mobile-holder {
  font-size: 24px;
  font-weight: 900;
  color: #6a707680;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.ht-cus-menumobile-p2 {
  margin: 0 10px;
  color: #0f72d2;
}
.ht-mobile-menu-text {
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #6a707680;
}

.ht-mobile-menu-logo {
  margin: 0px 20px 20px 20px;
}
.ht-mobile-menu-formsearch {
  margin: 0px 20px 20px 20px;
}
.ht-mobile-menu-formsearch form input {
  margin: 0;
}
button.ht-search-button-mobile-menu {
  background: var(--div-box-1);
  border: unset;
}
.searchform-ht-mobile-menu {
  background: var(--div-box-1) !important;
  border-radius: 8px !important;
}
.ht-mobile-menu-formsearch {
  border-top: 1px solid var(--div-box-1);
  margin: 20px 20px 20px 20px;
  padding-top: 20px;
}
span.close-mobile-menu {
  position: absolute;
  top: 7px;
  left: 6px;
  transform: rotate(45deg);
  font-size: 25px;
}
ul#mobile-menu-ht-mimi {
  margin: 0px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
ul#mobile-menu-ht-mimi li {
  margin: 12px 3px !important;
  font-size: 14px;
  font-weight: 400;
  color: #6a7076;
}
ul#mobile-menu-ht-mimi li a {
  font-size: 16px;
  font-weight: 400;
  color: #6a7076;
}
ul#mobile-menu-ht-mimi li a i {
  margin: 0 0 0 10px;
  font-size: 25px;
}
ul#mobile-menu-ht-mimi li:hover a {
  color: #0f72d2;
}
.th_servis__icon {
  align-items: center;
  align-content: flex-start;
  justify-content: center;
  display: flex;
}

.th_news__slider .th_news:last-child {
  border-bottom: 0px !important;
  border: unset !important;
}

.swiper-button-disabled {
  background: #f5f6f7;
  color: #6a7076;
}

.wpa-woocommerce-product-gallery {
  max-width: 100% !important;
  display: block;
}

tr.woosw-item {
  position: relative;
}

.woosw-item--atc .add_to_cart_inline {
  display: none;
}
.woosw-item--atc .ht-woo-add-to-card {
  text-align: center;
  padding: 0;
}
.woosw-item--atc .ht-woo-add-to-card a {
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
}
td.woosw-item--info {
  text-align: right;
}
.woosw-item--atc a.add_to_cart_button {
  background: unset !important;

  color: var(--primary-400) !important;
}

tr.woosw-item {
  position: relative;
  border-radius: 17px;
  display: flex;
  width: 100% !important;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 10px 0;
  background: #fff;
}

.woosw-item--actions,
.woosw-item--image,
.woosw-item--remove {
  display: block;
  width: 25%;
}
.woosw-item--actions {
  display: block;
  width: 150px;
  text-align: center;
}

.woosw-list table.woosw-items tr:nth-child(2n) td {
  background: unset;
}
#woosw_copy_btn {
  background: #0f72d21a !important;
  border-radius: 12px !important;
  color: var(--primary-400) !important;
}
input#woosw_copy_url {
  padding: 8px 22px;
}

td.woosw-item--info .woosw-item--time {
  display: none;
}
button.woosw-btn {
  position: absolute;
  top: 34px;
  left: 120px;

  background: #0f72d2;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
}
.woosw-list {
  background: var(--div-box-1);
  border-radius: 16px;
  padding: 20px;
}
.woocommerce-MyAccount-content .woosw-list {
  background: var(--div-box-1);
  border-radius: 16px;
  padding: 0 !important;
}

a.added_to_cart {
  transition: all 0.3s ease;
  background: #ffffffa2 !important;
}
a.added_to_cart:hover {
  font-weight: 900;
}

.ht-woo-cart-button-warpre .variation {
  display: none;
}

.ht-woo-cart-button-warpre .ht-archive-product-categories {
  text-align: right;
}

.woocommerce input.button {
  border-radius: 8px;
  font-weight: 400;
  color: #fff;
  background-color: #0f72d2;
}

p.ht-form-ship-submit {
  margin: 15px 0 !important;
}
.cart_totals {
  width: 100%;
}
p.woocommerce-shipping-destination {
  margin: 0 0 10px 0;
  display: inline;
}

section.shipping-calculator-form {
  margin: 15px 0;
}

.ht-woo-order-details-address {
  background: #fff;
  border-radius: 16px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 8px;
}

.variations-body {
  display: flex;
  gap: 0.5%;
  flex-wrap: wrap;
}
.variations-body select {
  border: 2px solid #a3a3a3;
  background: unset;
}
.single_variation_wrap.ht-single_variation_wrap {
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
}
.value.position-relative.ht-variations-item {
  width: 33%;
}

/* *** */

.rl-swiper-button-next-pro {
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute;
  left: 65px !important;
  right: unset !important;
  color: #fff;
  width: 30px;
  top: -15px;
  height: 30px;
}

.rl-swiper-button-next-pro,
.rl-swiper-button-prev-pro {
  color: #fff;
  width: 35px !important;
  height: 35px;
  bottom: -15px;
}
.rl-swiper-button-prev-pro {
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute !important;
  left: 65px !important;
  right: unset !important;
}
.rl-swiper-button-next-pro {
  left: 15px !important;
  right: unset;
  background-color: var(--primary-400);
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  z-index: 100 !important;
  position: absolute !important;
}

.cart_item .product-name {
  text-align: right;
}
table.shop_table.woocommerce-checkout-review-order-table.ht-woocommerce-checkout-review-order-table {
  background: var(--div-box-1);
  border-radius: 16px;
  padding: 10px;
  margin: 0;
}
table.shop_table.woocommerce-checkout-review-order-table.ht-woocommerce-checkout-review-order-table
  * {
  text-align: right;
}
#order_review_heading {
  margin-top: 30px;
  font-family: PeydaWebFaNum;
}

td.woosw-item--info {
  display: flex;
  width: 50%;
  flex-direction: row;
  gap: 10px;
  align-content: space-between;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wcapf-filter-title {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 15px !important;
}

.wcapf-filter-title {
  font-size: 15px !important;
  color: #6a7076;
  font-weight: 600;
}
li.wcapf-filter-option label input[type="checkbox"] {
  margin-left: 8px !important;
} /* Hide the default checkboxes */
.wcapf-filter-item input[type="checkbox"] {
  display: none;
}

/* Customize the label to create a switch-like appearance */
.wcapf-filter-item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 40px; /* Width of the switch */
  line-height: 1.8; /* Adjust as needed */
  user-select: none; /* Prevent text selection */
}

/* Slider background */
.wcapf-filter-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px; /* Width of the slider */
  height: 25px; /* Height of the slider */
  border-radius: 20px; /* Rounded slider */
  background-color: #ccc; /* Default background color */
  transition: background-color 0.3s ease;
}

/* Knob inside the slider */
.wcapf-filter-item label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 20px; /* Width of the knob */
  height: 20px; /* Height of the knob */
  border-radius: 50%; /* Rounded knob */
  background-color: white; /* Default knob color */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Add shadow */
  transition: transform 0.3s ease; /* Smooth transition */
}

/* Apply background color when checkbox is checked */
.wcapf-filter-item label.checked:before {
  background-color: #0f72d2; /* Checked background color */
}

/* Move the knob to the right when checkbox is checked */
.wcapf-filter-item label.checked:after {
  transform: translateX(18px); /* Position of the knob */
}

.wcapf-filter
  .wcapf-list-wrapper
  ul.wcapf-filter-options
  li.wcapf-filter-option
  label {
  background: 0 0;
  display: flex;
  box-shadow: none;
  width: 100% !important;
}

.wcapf-filter
  .wcapf-list-wrapper.layout-list
  ul.wcapf-filter-options
  li.wcapf-filter-option {
  margin-bottom: 20px !important;
}

.ht-ul-and-pagination {
  padding-right: 15px;
}
.wcapf-filter-item {
  padding: 0 !important;
}
.single-pots-img img {
  border-radius: 16px;
}

.th_news__text a {
  color: #2b3742;
}
.th_news__text a:hover {
  color: #0f72d2;
}
.swiper-pagination-bullets.swiper-pagination-horizontal span {
  width: 13px;
  height: 13px;
  margin: 0 1px !important;
  background: #0f72d2 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
}

img.th_line__image {
  width: 100%;
  height: 175px !important;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px !important;
}

/* Woo Fly Card */

.woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item.woofc-item-has-remove:hover
  .woofc-item-inner {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item
  .woofc-item-inner
  .woofc-item-remove {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 35px;
  border-radius: 4px;
  padding: 2px 0 0 0;
  background: #df2100fa !important;
}
.woofc-area.woofc-rounded-yes
  .woofc-inner
  .woofc-area-mid
  .woofc-item
  .woofc-item-inner
  .woofc-item-qty
  .woofc-item-qty-inner
  .woofc-item-qty-minus {
  border-radius: 6px;
  background: var(--primary-400);
  color: #fff;
}
.woofc-area.woofc-rounded-yes
  .woofc-inner
  .woofc-area-mid
  .woofc-item
  .woofc-item-inner
  .woofc-item-qty
  .woofc-item-qty-inner
  .woofc-item-qty-plus {
  border-radius: 6px;
  background: var(--primary-400);
  color: #fff;
  font-size: 18px;
}

.woofc-item-qty-inner {
  border: 2px solid var(--primary-400) !important;
  background: #fff;
  border-radius: 8px;
  padding: 3px 3px;
  margin: 0 10px;
  font-size: 18px;
}
.woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item
  .woofc-item-inner
  .woofc-item-qty
  .woofc-item-qty-inner
  input {
  width: 40px;
  background: #fff;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
  border-radius: 16px !important;
  background: #fff;
  padding: 10px 5px;
}

.woofc-area-bot * :not(a.woofc-action-checkout) {
  color: #2b3742 !important;
}

a.woofc-action-checkout {
  border-radius: 8px !important;
  background: var(--primary-400) !important;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.woofc-inner.woofc-cart-area {
  border-radius: 16px !important;
}

.woofc-undo-inner {
  padding: 1em 3.5em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #fff !important;
  color: #515151;
  border-radius: 8px !important;
  border: 1px solid #f5f6f7 !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a {
  color: #0f72d2;
}

span#woofc-count-numberCopy {
  color: #fff;
  background: #df2100fa;
  font-size: 13px;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 23px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  top: -8px;
  right: -8px;
}
.hint--left:hover:after,
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
  font-family: "PeydaWebFaNum";
}
span#woofc-count-number {
  color: #fff;
  background: #df2100fa;
  display: block;
  text-align: center;
}

.swiper-paginationpost {
  margin: 15px auto;
}
.woofc-count {
  border-radius: 16px !important;
}
.woofc-no-item {
  color: #333 !important;
}

.woocommerce-Input--text::placeholder {
  text-align: right;
}

.woocommerce-privacy-policy-text {
  margin: 20px 0;
}

.ht-woo-myac-li-endpoint:after {
  content: " ";
  border-left: 1px solid #c1c1c1;
  position: absolute;
  height: 80px;
  left: -18px;
}
.ht-woo-myac-li-endpoint:last-child:after {
  content: " ";
  border: unset;
}
li.woocommerce-MyAccount-navigation-link {
  width: 130px !important;
  height: 120px !important;
}
.ht-woo-myac-li-endpoint a {
  color: var(--gray-300);
  font-size: 15px;
}

.woocommerce a.button {
  border-radius: 8px;
  background: var(--primary-400);
  color: #fff;
  border: none;
  padding: 0.7rem 1rem;
  font-size: 14px;

  transition: all 0.3s ease;
}
.woocommerce a.button:hover {
  background-color: var(--primary-hover);
  color: #fff;
}
.ft-single-blog-quotation {
  padding: 30px;
}
.ft-quotation-item--left {
  position: absolute;
  bottom: -14px;
}
.ft-quotation-item--left {
  position: absolute;
  bottom: -25px;
  right: 12px;
  font-size: 50px;
}
.ft-quotation-item--right {
  position: absolute;
  top: -25px;
  left: 12px;
  font-size: 50px;
}

.ft-quotation-holder {
  border-radius: 14px;
}
.ft-single-blog-number a {
  padding: 5px 0;
  width: 36px;
  text-align: center;
  background: #fdc500;
  border-radius: 7px;
  margin: 0 0 0 10px;
}
.nv-blogpost__content-listitem i {
  background: #0f72d2;
  padding: 8px;
  font-size: 13px;
  border-radius: 7px;
  margin: 0 0 0 -17px;
  color: #fff;
}
.nv-blogpost__content-listitem-div {
  padding: 10px 30px 10px 10px;
  background: #ffffff;
  border-radius: 7px;
}

button.wcapf-filter-clear-btn {
  background: unset !important;
  border: unset !important;
  text-decoration: underline;
}

.wcapf-reset-filters {
  position: absolute;
  top: 15px;
  left: 0px;
}

.wcapf-form {
  position: relative;
}

.ht-filter-shop-ajax {
  font-size: 16px;
  font-weight: 600;
  color: #2b3742;
}
.ht-woo-add-to-card:hover {
  background-color: #0f72d22e;
}
.ht-woo-add-to-card-non:hover {
  background-color: #0f72d22e;
}
.ht-woo-add-to-card,
.ht-woo-add-to-card-non {
  transition: all 0.3s ease;
}
.woocommerce-button {
  border-radius: 8px !important;
  background: var(--primary-400) !important;
  color: #fff !important;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: 400 !important;
}
.woocommerce-button:hover {
  background: var(--primary-hover);
}

.wpa-product-gallery button.wpawg-next,
.wpa-product-gallery button.wpawg-prev {
  padding: 8px 9px !important;
  background: var(--primary-400) !important;
  border-radius: 8px;

  font-size: 14px;
}

.ht-single-product-share {
  position: absolute;
  top: 35px;
  left: 165px;
  background: #0f72d2;
  color: #fff;
  border-radius: 8px;
  padding: 7px 9px 7px 9px;
}
.ht-single-product-share a.share-icon {
  color: #fff;
  line-height: 0.8em;
  display: block;
  font-size: 20px;
}
.share-post-wraper-sp {
  position: absolute;
  left: 30px;
  padding-left: 15px;
  z-index: 12;
  top: 0px;
}

.share-post-toggle-sp {
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 35px;
  left: 165px;
}
.share-post--sp i {
  font-size: 18px;
  background: #fff;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--primary-400);
}

.share-post-toggle-sp:hover .share-post-wraper-sp {
  visibility: visible;
}
.share-post-wraper-sp {
  visibility: hidden;
}

.share-post-wraper-sp .holder {
  display: flex;
  padding: 7px;
  border-radius: 8px;
  background: #fff;
}

.ht-single-product span.onsale {
  position: absolute;
  left: 30px;
  top: 35px;
  background: var(--secondary);
  padding: 9px;
  border-radius: 6px;
  color: #333;
  font-weight: 700;
  font-size: 12px;
  z-index: 1;
  width: 80px;
}

.ht-woocommerce-checkout-payment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner {
  color: #333;
}

.swiper-ht-highli-sider-right::after {
  content: " ";
  position: absolute;
  top: 10px;
  width: 110px;
  height: 95%;
  right: -10px;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(247, 248, 248, 0) 0%,
    rgba(247, 248, 248, 0.8827906162464986) 60%,
    rgba(255, 255, 255, 1) 100%
  );
}

.swiper-ht-highli-sider-left::before {
  content: " ";
  position: absolute;
  top: 10px;
  width: 110px;
  height: 95%;
  left: -10px;
  z-index: 3;
  background: linear-gradient(
    270deg,
    rgba(247, 248, 248, 0) 0%,
    rgba(247, 248, 248, 0.8827906162464986) 60%,
    rgba(255, 255, 255, 1) 100%
  );
}

.swiper-ht-highli-sider::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  right: 0px;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.883) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}

.swiper-ht-highli-sider::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  left: 0px;
  z-index: 3;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.883) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}
.htmenu-icon span.iconsax-outline-arrow-down-1 {
  padding: 0 9px 0 0;
}
.line-titel-hr hr:not([size]) {
  color: #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.col-swiper-btn-widget {
  width: 100px;
}

/* Home Tejarat Widgets */

.ag-timeline_line-hilder {
  margin: 0 auto;
  width: 10px;
  position: absolute;
  left: 20px;
  z-index: 10;
}

.ag-timeline-card_desc {
  margin-top: 15px;
  text-align: right;
}

.ag-timeline-card_item,
.ag-timeline-card_box {
  width: 45%;
}

.ag-timeline_item:nth-child(2n + 1)
  .ag-timeline-card_meta-box
  .ag-timeline-card_desc {
  text-align: left;
}
.js-ag-active.ag-timeline_item:nth-child(2n)
  .ag-timeline-card_item
  .ag-timeline-card_img-box {
  text-align: left;
  margin-left: 10%;
}
.js-ag-active.ag-timeline_item
  .ag-timeline-card_meta-box
  .ag-timeline-card_desc {
  text-align: left;
}
.js-ag-active.ag-timeline_item:nth-child(2n)
  .ag-timeline-card_meta-box
  .ag-timeline-card_desc {
  text-align: right;
}

.ag-timeline_item:nth-child(2n)
  .ag-timeline-card_item
  .ag-timeline-card_img-box {
  text-align: left;
  margin-left: 10%;
}

.ag-timeline-card_img-box {
  text-align: right;
  margin-right: 10%;
}

.timelineBody {
  direction: ltr;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.ag-format-container {
  width: 1160px;
  margin: 0 auto;

  position: relative;
}

.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}

.ag-timeline_tagline {
  font-size: 40px;
  color: rgb(84, 89, 95);
}

.ag-timeline_title {
  background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;

  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;

  font-size: 80px;
}

.ag-timeline_item {
  margin: 0 0 50px;

  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.ag-timeline_item:nth-child(2n) {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}

.ag-timeline_line-hilder {
  margin: 0 auto;
  width: 10px;
}

.iconsax-timeline {
  color: #0f72d2;
  margin-left: -18px;
  width: 40px;
  display: block;
}

.ag-timeline_line {
  width: 50px;
  overflow: visible;
  border-radius: 8px;
  position: absolute;
  top: 5px;
  left: 50%;
  bottom: 0;

  /* overflow: hidden; */

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ht-live-pulstw {
  height: 10px;
  width: 10px;
  position: absolute;
  left: -3px;
  border-radius: 100%;
  background-color: #007bff;

  animation: pulsetw 1500ms infinite;
}

.ht-live-puls {
  height: 10px;
  width: 10px;
  position: absolute;
  left: -3px;
  border-radius: 100%;
  background-color: #007bff;

  animation: pulse 1900ms infinite;
}
.ht-live-pulstq {
  height: 10px;
  width: 10px;
  position: absolute;
  left: -3px;
  border-radius: 100%;
  background-color: #007bff;

  animation: pulsetq 2400ms infinite;
}

@keyframes pulse {
  0% {
    box-shadow: #afd6ff 0 0 0 0;
  }
  75% {
    box-shadow: #007bff3b 0 0 0 12px;
  }
}
@keyframes pulsetw {
  0% {
    box-shadow: #afd6ff 0 0 0 0;
  }
  75% {
    box-shadow: #007bff3b 0 0 0 12px;
  }
}
@keyframes pulsetq {
  0% {
    box-shadow: #afd6ff 0 0 0 0;
  }
  75% {
    box-shadow: #007bff3b 0 0 0 12px;
  }

  100% {
    box-shadow: #e3f1ff3b 0 0 0 12px;
  }
}
.ht-vt-ag-timeline_line {
  height: 100%;
  border-left: 3px solid #F5F6F7;
  width: 2px;
  margin: 0 20px;
  z-index: 0;
  position: absolute;
}
.ht-timeline-widget-icon {
  position: relative;
}
.ht-timeline-widget-icon img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  left: 0;
}
.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  border-left: 3px solid #0f72d2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ag-timeline-card_box {
  /* padding: 0 0 20px 55%; */
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  /* padding: 0 55% 20px 0; */
}

.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0 -28px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -28px 0 14px;
}

.ag-timeline-card_point {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #0f72d2;
  background-color: #1d1d1b;

  text-align: center;
  font-family: "ESL Legend", sans-serif;
  font-size: 20px;
  color: #fff;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.js-ag-active .ag-timeline-card_point {
  color: #1d1d1b;
  background-color: #0f72d2;
}

.ag-timeline-card_meta-box {
  filter: grayscale(1);
  display: inline-block;
}

.js-ag-active .ag-timeline-card_meta-box {
  filter: unset;
}

.ag-timeline-card_meta {
  margin: 10px 0 0;

  font-family: "ESL Legend", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #0f72d2;
}

.ag-timeline-card_item {
  display: inline-block;
  width: 50%;
  /* margin: -77px 0 0; */

  opacity: 1;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);

  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;

  position: relative;
}

.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item {
  -webkit-transform: translateX(-0%);
  -moz-transform: translateX(-0%);
  -ms-transform: translateX(-0%);
  -o-transform: translateX(-0%);
  transform: translateX(-0%);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.js-ag-active.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  opacity: 1;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #282828;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}

.ag-timeline-card_img {
  width: 120px;
}

.ag-timeline-card_info {
  padding: 20px 30px;
}

.ag-timeline-card_title {
  /* display: none; */
  margin: 10px 0 0;

  font-family: "ESL Legend", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #0f72d2;
}

.ag-timeline_item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}

.ag-timeline-card_desc {
  line-height: 1.45;

  font-size: 16px;
  color: #6a7076;
}

.ag-timeline-card_img-box img {
  filter: grayscale(1);
}

.js-ag-active .ag-timeline-card_img-box img {
  filter: unset;
}

@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 50%;
  }

  .ag-timeline-card_meta {
    font-size: 18px;
    text-align: center;
  }

  .ag-timeline-card_box {
    width: 100%;
    text-align: center;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: left;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    background: #fff;
    padding: 10px;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }

  .ag-timeline-card_meta-box {
    /* display: none; */
  }

  .ag-timeline-card_desc {
    display: none;
  }

  .ag-timeline_item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    background: #fff;
    padding: 10px;
  }

  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }

  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .ag-timeline-card_item {
    width: auto;
    /* margin: -65px 0 0 75px; */
  }

  .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }

  .ag-timeline-card_title {
    display: block;
  }

  .ag-timeline-card_arrow {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }

  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}

/* Product filter */

.th_catoi {
  width: 35%;
}

.th-swiper-productsfilter {
  padding: 3%;
}

.ht-woo-card-price-holder {
  margin-top: 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: flex-start;
}

.ht-woo-product-li {
  border-radius: 16px;
  border: 1px solid #f5f6f7;
  background: #fff;
  box-shadow: 0px 16px 32px 0px #2b37421a;
  padding: 15px;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  text-align: center;
}

.th-spad {
  padding-bottom: 60px;
  padding-top: 114px;
}

.row {
  --bs-gutter-y: 1.5rem !important;
}

.th-course__filter {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.th-course__filter li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: PeydaWebFaNum;
  color: var(--title-color);
  padding: 12px 10px 5px;
  margin: 0 10px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.th-active__tab {
  color: #a70332 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.th-course__item .th-course__thumb {
  height: 250px;
  text-align: end;
}

.th-set__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.th_video_2 {
  width: 100%;
}

.th-course__item .th-course__info .th-course__text {
  padding: 45px 33px 25px;
  text-align: right;
}

.th-course__item .th-course__info {
  background: #edf4f6;
}

.th-course__text h5 {
  font-family: PeydaWebFaNum;
  margin: 0;
  color: var(--title-color);
}

.th-course__text p {
  font-family: PeydaWebFaNum;
  color: var(--description-color);
}

.th-course__text .th-students {
  font-family: PeydaWebFaNum;
  color: var(--primary-color);
}

.th-course__item .th-course__info .th-course__author {
  border-top: 1px solid #d4dee1;
  padding: 14px 12px;
  overflow: hidden;
  display: flex;
  gap: 10px;
}

.th-course__item .th-course__info .th-course__author .ca-pic {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  float: right;
}

.th-course__item .th-course__info .th-course__author p {
  padding-left: 60px;
  margin-bottom: 0;
  padding-top: 7px;
  color: #878787;
  font-family: PeydaWebFaNum;
  display: flex;
}

.th-course__item .th-course__info .th-course__author p span {
  color: var(--primary-color);
}

.th-course__item .th-course__thumb .th-price {
  font-family: PeydaWebFaNum;
  color: #fff;
  background: var(--primary-color);
  display: inline-block;
  padding: 13px 19px;
  margin: 14px;
}

.page-news-archive .swiper-grid-column > .swiper-wrapper {
  align-items: flex-start !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
}

.th_pagination {
  display: none;
}

@media screen and (max-width: 760px) {
  .th_pagination {
    display: block;
  }
}

/* Rep Widget */

.ht-rep-link a {
  cursor: pointer;
}
.ht-rep-holder {
  border-radius: 25px;

  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  height: 300px;
}

.ht-rep-title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

.ht-rep-numbrs li {
  display: inline;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0 5px;
}

.ht-rep-numbrs ul {
  margin: 15px 0;
}

.ht-rep-adress {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  font-weight: 500;
  line-height: 2.3em;
}

.ht-rep-link a {
  display: block;
  background: #0f72d280;
  border-radius: 16px;
  padding: 10px 5px;
  margin: 0 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #2694ff7d;
}

.ht-rep-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.ht-rep-holder:hover .ht-rep-content {
  margin-top: 0;
  background: #0d6efd85;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #0000002e 100%),
    linear-gradient(
      180deg,
      rgba(15, 114, 210, 0.8) 0%,
      rgba(10, 82, 153, 0.8) 100%
    );
}

.ht-rep-content {
  transition: all 0.5s ease;
  margin-top: 210px;

  height: 100%;
  width: 100%;
  padding: 65px 50px 50px 40px;
}

.ht-rep-numbrs {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0;
}

.ht-woo-login-global {
  background: var(--div-box-1);
  border-radius: 16px !important;
  margin-top: 50px !important;
  padding: 30px !important;
}
.ht-woo-login-global p {
  margin: 10px 0 !important;
}
.ht-woo-login-global p label {
  font-size: 15px;
  color: var(--gray-300);
}
.ht-login-transferring-text {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
  animation: transferring-animation 1.5s infinite;
}

@keyframes transferring-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/* sara edit */
.importfrom {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  flex-direction: row;
}

.htmega-menu-container .htmobile-navigation ul.htmega-megamenu {
  display: block !important;
}

.rl-swiper-button-next-posts span,
.rl-swiper-button-prev-posts span {
  font-size: 20px;
  margin-top: 2px !important;
  position: absolute;
  left: 7px;
}

/* .iconsax-outline-share:before {
  content: "\ebdd";
  font-size: 25px;
} */
/* font size top left */
/* button.woosw-btn {
  position: absolute;
  top: 30px;
  left: 114px;
  background: #0f72d2;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  font-size: 16px;
} */
/* .share-post-toggle-sp {
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 31px;
  left: 166px;

} */

@media only screen and (max-width: 375px) {
  .ht-related-post-title {
    display: flex;
    justify-content: center;
  }
  .ht-ul-and-pagination {
    width: 100%;
    /* padding-right: 0px; */
  }
  .ht-pag-blog {
    margin: 0 84px !important;
  }
  .shop-sidebar {
    /* margin: 0 auto; */
    margin-top: 45px;
    width: 100%;
  }
  /* @media only screen and (max-width: 390px) {
    width: 100%;
  } */
}
@media screen and (max-width: 475px) {
  ul.ht-woo-single-product-tabs li {
    margin: 5px 0;
    width: 100%;
  }
  .ht-woo-single-variation-quantity {
    width: 100% !important;
  }
  .ht-woo-single-variation-button {
    width: 100% !important;
  }
  .ht-woo-single-variation-button button {
    width: 100% !important;
  }
  .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
  }

  .ht-ul-and-pagination {
    width: 100%;
    /* padding-right: 0px; */
  }
  .shop-sidebar {
    /* margin: 0 auto; */
    margin-top: 45px;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .ht-rep-content {
    transition: all 0.5s ease;
    margin-top: 235px;
    height: 100%;
    width: 100%;
    padding: 50px;
  }
  .gallery-thumbs .swiper-slide {
    width: 100px !important;
    height: 100px !important;
  }
  .ht-gallery-gallery-thumbs {
    margin-top: -60px;
  }
  .swiper-ht-highli-sider-right::after {
    content: " ";
    position: absolute;
    top: 10px;
    width: 75px !important;
    height: 95%;
    right: -10px;
    z-index: 1;
    background: unset;
  }
  .swiper-ht-highli-sider-left::before {
    content: " ";
    position: absolute;
    top: 10px;
    width: 75px !important;
    height: 95%;
    left: -19px;
    z-index: 3;
    background: unset;
  }
  .th_testimonials {
    padding: 10px;
  }

  .th_pagination_pro {
    margin-top: 20px;
  }
  .ht-related-post-title {
    display: flex;
    justify-content: center;
  }
  .ht-ul-and-pagination {
    margin: 50px 0;
    padding: 0;
  }

  .ht-rep-title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin-top: -40px;
  }
  .th_testimonials {
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .ht-rep-title {
    margin-top: 26px;
  }

  .ht-related-post-title {
    display: flex;
    justify-content: center;
  }
}
/* line 7294 hazf */
.ht-filter-shop-ajax {
  font-size: 16px;
  font-weight: bold;
}

.testimonials-ht-text {
  padding-right: 10px;
}
.ht-order-details-tbody tr td {
  text-align: right !important;
}
.ht-order-details-tbody td .woocommerce-Price-currencySymbol {
  color: #000;
  font-weight: 900;
}
.ht-woo-order-details-footer tr td {
  font-weight: 700;
  text-align: right;
}

span.before-title-badge:before {
  content: " ";
  width: 70px;
  height: 8px;
  position: absolute;
  top: 10px;
  z-index: -1;
}

.before-title-badge:before {
  background-color: #35588a;
}
.th_bg_header:before {
  width: 100px;
  height: 19px;
  background-color: #fdc500;
  position: absolute;
  top: 60%;
  z-index: -1;
  content: " ";
}

.th_sevic * {
  transition: all 0.3s ease;
}

/* Ht tab Widget */
.ht-tabs__item_tab {
  margin: 0 7px;
  width: ;
}

/* Mini Card Widget */

span#woofc-count-numberCopy {
  color: #fff;
  background: #df2100fa;
  font-size: 13px;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 21px;
  text-align: center;
  border-radius: 100px;
  position: absolute;
  top: -8px;
  right: -8px;
}

.ht-back-to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* custom-login-widget a */
.custom-login-widget a {
  display: block;
}

/*  Menu Card widget */

.cart-hover-widget {
  position: relative;
  display: inline-block;
  text-align: center;
}

.ht-menu-cart-widget-cart-total {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  line-height: 22px;
  font-size: 11px;
  font-weight: bold;
}

.ht-menu-cart-widget-cart-hover-button {
  padding: 10px 20px;
  font-size: 16px;
}

.ht-menu-cart-widget-cart-hover-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 350px;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
  padding: 12px 16px 12px 0;
  z-index: 500;
  top: 60px;
  left: 115px;
  border-radius: 20px;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

/* .cart-hover-widget:hover .ht-menu-cart-widget-cart-hover-content {
              display: block;
          } */

.ht-menu-cart-widget-ul {
  list-style: none;

  margin: 0;
  padding: 0 0 0 12px;
}

.ht-menu-cart-widget-ul li {
  margin-bottom: 10px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
}

.ht-muncart-cart-item-thumbnail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.ht-muncart-cart-item-thumbnail img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}

.ht-menu-cart-widget-cart-item-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.ht-woo-quantity-menu-cart {
  width: 130px !important;
}

.ht-menu-cart-widget-cart-item-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #6a7076;
}

.ht-menu-cart-widget-price .ht-woo-single-reg-price bdi {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-400);
}

.ht-menu-cart-widget-price .ht-woo-single-all-sale-price {
  margin-bottom: 2px;
}

.ht-menu-cart-cart-summary {
  margin: 20px 0 10px 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ht-menu-cart-cart-summary p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ht-menu-cart-cart-summary .woocommerce-Price-amount {
  font-weight: 600;
}

.ht-menu-cart-cart-summary p span.ht-menu-cart-cart-summary-title {
  font-size: 12px;
  color: #6a7076;
}

.ht-menu-cart-checkout {
  width: 50%;
}

.ht-menu-cart-cart-summary a.button.checkout-button {
  color: #ffffff;
  display: block;
  background-color: #0f72d2;
  border-radius: 8px 8px 8px 8px;
  padding: 11px 14px 11px 14px;
}

.ht-woo-quantity-menu-cart {
  border: 1px solid var(--primary-400) !important;
  text-align: center;
}

.ht-woo-menucart-quantity {
  right: 8px;
  top: 9px;
}

.ht-woo-menucart-quantity-off {
  left: 8px;
  top: 9px;
}

.cart-item-quantity {
  width: 60px;
  color: #6a7076;
  font-size: 15px;
  margin-right: 10px;
}

.cart-item-price {
  display: block;
  font-size: 14px;
}

.ht-menucard-remove-cart-item {
  position: absolute;
  top: 10px;
  left: 0;
  background: none;
  border: none;
  color: #a3a3a3;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  position: absolute;
  line-height: 14px;
  transition: all 0.3s ease;
}

.ht-menucard-remove-cart-item:hover {
  color: rgb(194, 24, 24);
  background: unset;
}

#spinner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  opacity: 0.7;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#spinner .spinner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 4.5px solid;
  border-color: #0f72d2 #0000;
  animation: spinner-0tkp9a 1s infinite;
}

@keyframes spinner-0tkp9a {
  to {
    transform: rotate(0.5turn);
  }
}

/* Scrollbar styles */
.ht-menu-cart-widget-ul::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.ht-menu-cart-widget-ul::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the scrollbar track */
}

.ht-menu-cart-widget-ul::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Roundness of the scrollbar thumb */
  border: 2px solid #f1f1f1; /* Padding around the scrollbar thumb */
}

.ht-menu-cart-widget-ul::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Color of the scrollbar thumb on hover */
}

.ht-menu-cart-widget-ul {
  max-height: 400px;
  overflow-y: scroll;
}

/** Catalog widget */

.ht-cato-image-container {
  display: flex;
}

.ht-cato-section {
  display: flex;
  border-radius: 32px;
  background-color: white;
  box-shadow: 0 16px 32px 0 #2b37421a;
}

.image-container {
  padding: 3%;
  display: flex;
  align-items: center;
  top: 32px;
  left: 1309px;
}

.text-container {
  margin-top: -3%;
  font-family: PeydaWebFaNum;
  flex: 2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.th-cato {
  font-family: PeydaWebFaNum;
  color: #0f72d2;
  font-size: 32px;
  font-weight: 900;
  line-height: 58px;
  letter-spacing: 0;
  text-align: right;
}

.th-cato-text {
  font-family: PeydaWebFaNum;
  font-size: 32px;
  font-weight: 900;
  line-height: 58px;
  letter-spacing: 0;
  text-align: right;
}

.th-cato-text2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-align: justified;
  color: #6a7076;
}

.ht-cato-button-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
}

.ht-cato-button-container  .blue-button,
.ht-cato-button-container  .yellow-button {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.ht-cato-button-container  .blue-button {
  background-color: #0f72d2;
  font-family: PeydaWebFaNum;
  border-radius: 16px;
  color: white;
  padding: 14px;
}

.ht-cato-button-container  .yellow-button {
  background-color: #fdc500;
  color: black;
  font-family: PeydaWebFaNum;
  border-radius: 16px;
  padding: 14px;
}

.ht-cato-button-container a {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .th-cato-text {
    font-size: 27px;
  }

  .th-cato-text2 {
    font-size: 14px;
  }

  .ht-cato-button-container {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .ht-cato-section {
    display: flex;
    flex-direction: column;

    height: fit-content;
  }

  .image-container {
    scale: 1.2;
    margin: 0 auto;
  }

  .th-cato-text {
    font-size: 17px;
    margin-top: 10%;
  }
}

@media only screen and (max-width: 425px) {


  .ht-cato-button-container {
    align-items: center;
    width: 100%;
  }

  .th-cato-text {
    text-align: center;
    font-size: 24px;
  }
}



/** Time Line Widget **/

.ht-timeline-widget-icon{
  
  width: 40px;
  height: 40px;
}


ul.ht-tabs-li-wraper {
  /* overflow: scroll; */
  /* display: flex; */
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-bottom: 15px;
}
ul.ht-tabs-li-wraper li  button{
  padding: 5px 10px;
} 
.nav-link-ht {
  width: 92px !important;
}
