:root {
--panel-box-color: #f7f7f7;
--gray: #656565;
--gray300: #737373;
--color-secondery500: #d0a767;
--white: #fff;
--text-gray: #65656580;
--price-color: #aeaeae;
--color-primery500: #29574a;
--ajax-hover-color: #e7d3b3;
--another-colors: #2b3742;
--gray400: #565656;
--btn-background: #e0e0e0;
--primary-single-product: #ecdcc2;
--panel-background: #96b9b0;
--panel-badgae-color: #979797;
--text_check_out_color: #383838;
--gray50: #f7f7f7;
}
.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;
}
*,
::before,
::after {
box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
b,
div,
th,
footer,
table,
section,
body,
head,
ul,
ol,
span {
font-family: Yekan Bakh FaNum;
}
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;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
white-space: pre-wrap;
}
a {
background-color: transparent;
text-decoration: none;
color: var(--primary-500);
}
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;
}
abbr[title] {
border-block-end: none;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
details {
display: block;
}
summary {
display: list-item;
}
figcaption {
font-size: 16px;
color: #333;
line-height: 1.4;
font-style: italic;
font-weight: 400;
}
template {
display: none;
}
[hidden] {
display: none;
}
@media print {
*,
:before,
:after {
background: transparent !important;
color: #000 !important;
-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 #ccc;
}
thead {
display: table-header-group;
}
tr,
img {
break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
break-after: avoid;
}
}
label {
width: 100%;
display: inline-block;
line-height: 1;
vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 1rem;
line-height: 1.5;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
width: auto;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
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 1rem;
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: #fff;
text-decoration: none;
}
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
cursor: pointer;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
resize: vertical;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
select {
display: block;
}
table {
background-color: transparent;
width: 100%;
margin-block-end: 15px;
font-size: 0.9em;
border-spacing: 0;
border-collapse: collapse;
}
table th,
table td {
line-height: 1.5;
vertical-align: top;
}
table th {
font-weight: 700;
}
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);
}
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;
}
body {
text-align: right;
max-width: 100% !important;
}
.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;
}
.th-download tr {
width: 100%;
}
.th2-Product-details {
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;
left: 0;
top: 0;
}
.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-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: 0;
display: flex;
align-items: center;
justify-content: flex-end;
}
.th_price__total {
color: var(--gray-500);
text-align: right;
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-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: 0;
top: 0;
overflow: visible;
}
.th_Transportation {
color: var(--gray-400);
text-align: right;
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: 0;
top: 58px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.th_Transportation__teh {
color: var(--gray-400);
text-align: right;
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-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;
flex-shrink: 0;
width: 577px;
height: 0;
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: 0;
top: 178px;
}
.th_all__price {
color: var(--gray-400);
text-align: right;
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-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: #fff;
text-align: center;
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: 0;
top: 0;
}
.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-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: #fff;
border-radius: 7px;
width: 375px;
height: 50px;
position: absolute;
right: 31px;
top: 28px;
box-shadow: 0 0 20px 0 rgba(76, 86, 134, 0.07);
}
.th_do__discount_2 {
color: var(--gray-300);
text-align: right;
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;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 2em;
width: max-content;
}
.th_dwn__text {
color: var(--gray-400) !important;
text-align: right !important;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 32px;
}
.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: #fff;
border-radius: 8px;
width: 44px;
height: 44px;
position: absolute;
right: 89.38px;
top: 0;
}
.th_dwn_start {
color: var(--gray-400);
text-align: center;
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: 0;
}
.th_dwn_tw {
color: #fff;
text-align: center;
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: #fff;
border-radius: 8px;
width: 44px;
height: 44px;
position: absolute;
right: 193.38px;
top: 0;
}
.th_dwn_3 .th_dwn_4 .th_dwn_5 .th_dwn_6 .th_dwn_7 {
color: var(--gray-400);
text-align: center;
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: #fff;
border-radius: 8px;
width: 44px;
height: 44px;
position: absolute;
right: 245.38px;
top: 0;
}
.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: #fff;
border-radius: 8px;
width: 44px;
height: 44px;
position: absolute;
right: 297.38px;
top: 0;
}
.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: #fff;
border-radius: 8px;
width: 81.38px;
height: 44px;
position: absolute;
right: 0;
top: 0;
}
.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: #fff;
border-radius: 8px;
width: 81.38px;
height: 44px;
position: absolute;
right: 378px;
top: 0;
}
.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;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}
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-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 120%;
text-wrap: nowrap;
color: var(--gray-300);
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}
.entry-title {
color: var(--gray-500);
text-align: right;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 120%;
}
.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;
}
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;
}
.th-single__product__gallery__summary__container .product_title .entry-title {
color: var(--gray-500);
text-align: right;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 120%;
}
.site-main .th-blog__header {
padding: 12px;
border-radius: 16px;
background: var(--div-box-2);
box-shadow: 0 16px 32px 0 rgba(43, 55, 66, 0.1);
margin-bottom: 20px;
height: 118px;
display: flex;
align-items: center;
}
.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: 0 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%;
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;
}
.mb-42 {
margin-bottom: 42px;
}
.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-container__arcs {
margin-top: -15px;
width: 74%;
grid-template-columns: repeat(3, 1fr);
}
.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;
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);
box-shadow: 0 16px 32px 0 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;
}
#Importation {
text-align: -webkit-right;
}
.importaion-titel {
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px;
margin: 0 auto;
text-align: right;
margin: 13px 0;
}
.ht-project-details {
color: var(--gray-300);
text-align: right;
font-size: 12px;
font-style: normal;
line-height: normal;
}
.project-cards-title {
color: var(--gray);
text-align: justify;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.85px;
}
.th-show {
margin-right: 8px;
}
.more-project {
display: flex;
flex-direction: row;
}
.th_form {
border-radius: 8px;
background: var(--div-box-1);
width: 40%;
text-align: center;
}
.more-project {
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 {
color: var(--gray300);
text-align: justify;
font-family: "Yekan Bakh FaNum";
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 180%;
letter-spacing: -0.75px;
}
.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-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 180%;
}
.th_archive2 {
color: var(--primary-400);
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 180%;
}
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;
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%
);
}
.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%
);
}
.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;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 30px;
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;
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_product__icon {
border-radius: 10px;
background: var(--Primary-400);
color: #fff;
margin-left: 12px;
margin-top: -5px;
width: 43px;
padding: 6px;
height: 43px;
}
.th_price {
color: var(--gray-400);
text-align: center;
margin-right: 5px;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 120%;
}
.th_discount {
color: #fff;
text-align: center;
width: 117px;
height: 26px;
flex-shrink: 0;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 30px;
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;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.th_price__main {
margin-left: 15px;
}
.th_lastest__news {
color: var(--Primary-400);
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 180%;
}
.th_lastest__news___text {
color: var(--Primary-400);
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 180%;
}
.th_lastest__news___text2 {
color: var(--gray-500);
text-align: right;
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 180%;
}
.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-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 26px;
word-wrap: break-word;
direction: rtl;
margin-right: 12px;
}
.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: 0 15px 85px -21px rgba(68, 74, 88, 0);
}
.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_icon_5 {
margin-right: 17px;
margin-top: 18px;
}
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: #fff;
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-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: 0 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: 0 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: 0 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;
color: var(--color-secondery500, #d0a767);
}
.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: 0 16px 60px 0 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;
}
.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: 0 16px 60px 0 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;
}
*/ .th_login_t {
display: flex !important;
flex-direction: row !important;
}
.th_comp__form {
display: flex;
justify-content: center;
color: #888;
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;
}
.show-password-input::after {
color: var(--panel-background) !important;
font-size: 18px;
font-weight: 400 !important;
}
.th-footer__form {
display: flex;
justify-content: space-between;
align-items: center;
}
.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 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);
}
.th_login__text {
display: flex;
flex-direction: column;
}
.th-custom__login__page .page-content {
border: unset !important;
}
*/ label {
display: inline-block;
line-height: 1;
vertical-align: middle;
}
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: 13px 10px;
width: 100%;
border: none;
transition: all 0.3s ease;
}
input[type="text"] {
border-radius: 8px;
padding: 13px 10px;
color: var(--gray400, #979797);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.7px;
width: 100%;
border: none;
transition: all 0.3s ease;
background-color: unset;
background-color: var(--white);
}
.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;
}
.swiper {
position: relative;
width: 98%;
}
.all-p {
height: 435px;
border-radius: 24px;
border: 2px solid #fff;
background: var(--white);
box-shadow: 0 16px 32px 0 rgba(43, 55, 66, 0.1);
position: relative;
transition: all ease 0.3s;
padding:16px;
display: flex;
flex-direction: column;
gap: 20px;
}
.all-p:hover {
filter: drop-shadow(0px 5px 32px rgba(43, 55, 66, 0.1));
}
.th_importaion__th_time {
display: none;
}
.swiper-pagination {
display: none;
}
.more-project {
display: flex;
flex-direction: row;
line-height: 30px !important;
width: 10%;
}
.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 {
right: 5%;
direction: rtl;
}
.th_comment_1 {
width: 100%;
}
.th_comment_2 {
width: 100%;
}
.Th_person__info {
margin-right: 10px;
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: 0 16px 32px 0 rgba(43, 55, 66, 0.1);
}
.Th_comment_text {
color: var(--gray-400);
padding: 17px;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}
.Th_comment__footer {
margin-top: -2rem;
display: flex;
justify-content: space-between;
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;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}
.Th_owner {
color: var(--gray-400);
text-align: right;
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-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;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}
.Th_comment__text {
padding: 20px;
font-size: 36px;
font-weight: 900;
line-height: 65px;
letter-spacing: 0;
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;
display: flex;
flex-direction: column;
}
.th_comment__yellow {
background-color: var(--Secondary);
}
.swiper {
position: relative;
width: 98%;
}
.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__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: #a52a2a;
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;
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 {
background-color: gray;
width: 30px;
height: 30px;
border-radius: 20px;
position: relative;
}
.add-mark {
line-height: -3px;
color: #f0f8ff;
margin: 7px;
}
.shop {
display: flex;
flex-wrap: wrap;
margin-right: 5px;
gap: 10px;
}
.kala {
height: 387px;
border: solid 1px #fff;
margin-right: 10px;
border-radius: 20px;
}
.img-shop {
align-items: center;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-pagination {
display: none;
justify-content: center;
}
.swiper-pagination-bullet-active {
color: #130c0c;
margin-top: 20px;
}
*/ .swiper-flex {
display: flex !important;
}
.list {
display: inline;
margin-right: 10px;
border-radius: 20px;
padding: 6px;
color: #857575;
color: var(--gray-400);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px;
display: inline-block;
position: relative;
padding-bottom: 3px;
transition: all 0.3s;
}
.list::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: blue;
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%;
}
.filter {
display: flex;
flex-direction: column;
align-items: end;
}
.wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: auto;
border: 0 solid;
border-radius: 20px;
background-color: #797979;
}
.filter-price {
width: 220px;
border: 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-field {
position: relative;
max-width: 100%;
height: 36px;
box-sizing: border-box;
padding-top: 15px;
padding-left: 0;
}
.price-field input[type="range"] {
position: absolute;
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;
}
.price-field input[type="range"]::-webkit-slider-thumb {
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 {
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 {
position: relative;
appearance: none;
margin: 0;
border: 0;
outline: 0;
border-radius: 50%;
height: 10px;
width: 10px;
margin-top: -5px;
cursor: pointer;
cursor: pointer;
pointer-events: all;
z-index: 100;
}
.price-field input[type="range"]::-webkit-slider-runnable-track {
width: 188px;
height: 2px;
cursor: pointer;
background: #555;
border-radius: 5px;
}
.price-field input[type="range"]::-moz-range-track {
width: 188px;
height: 2px;
cursor: pointer;
background: #242424;
border-radius: 5px;
}
.price-field input[type="range"]::-ms-track {
width: 188px;
height: 2px;
cursor: pointer;
background: #242424;
border-radius: 5px;
}
.price-wrap {
display: flex;
color: #242424;
font-size: 14px;
line-height: 1.2em;
font-weight: 400;
margin-bottom: 0;
}
.price-wrap-1,
.price-wrap-2 {
display: flex;
margin-left: -4px;
}
.price-title {
margin-right: 5px;
}
.price-wrap_line {
margin: 6px 0 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;
}
.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 {
border-radius: 24px;
border: 1px solid var(--div-box-1);
background: #fff;
box-shadow: 0 16px 32px 0 rgba(43, 55, 66, 0.1);
text-align: center;
width: 100%;
}
.Th_producr {
color: var(--gray-500);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}
.Th_product_info {
color: var(--gray-400);
text-align: center;
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-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.Th_price__discount {
color: var(--gray-400);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: strikethrough;
}
.filter-btn {
align-items: center;
}
.item .discount {
display: inline-block;
position: absolute;
top: 74%;
padding: 5px 10px;
border-radius: 6px 6px 6px 2px;
background: var(--Secondary);
}
.th_news {
overflow: hidden;
direction: rtl;
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;
align-items: baseline;
margin-right: 5px;
}
.th_news_text:hover {
.squarebackground-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: 0;
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;
position: absolute;
bottom: -90%;
top: -33%;
}
.th_news__header {
padding: 0;
width: 100%;
display: flex;
justify-content: space-between;
position: relative;
flex-direction: row;
}
.th_lastest__new {
color: var(--gray-400);
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
text-align: right;
}
.th_news__text {
margin-top: 3%;
}
.swiper-pagination-bullet {
background: none;
border: none;
font-size: 24px;
color: #333;
background: none;
border: none;
}
.swiper-button-next i {
margin-right: 5px;
margin-right: 5px;
}
.Th_header__text {
margin-top: 9px;
color: var(--gray-500);
font-size: 20px;
font-weight: 900;
word-wrap: break-word;
}
.Th_header__text2 {
color: var(--gray-500);
font-size: 16px;
font-weight: 500;
word-wrap: break-word;
padding: 12px;
}
.gr {
top: -21%;
}
@media only screen and (max-width: 768px) {
.Th_header__text {
margin-top: 13px;
font-size: 14px;
}
.swiper-button-next {
margin-top: -13% !important;
}
}
.th-box__Counter {
width: 100%;
height: 100%;
border-radius: 12px;
border: 1px solid #fff;
}
.th-myaccount__content {
border-radius: 16px;
background: var(--div-box-1);
height: 294px;
flex-direction: column;
align-items: center;
padding: 20px;
gap: 15px;
}
.th-box__address {
display: flex;
border: 1px solid #fff;
border-radius: 16px;
padding: 24px 26px;
align-items: center;
justify-content: space-between;
background-color: #fff;
margin-bottom: 30px;
}
.th-address__box__icon {
width: 48px;
height: 48px;
border-radius: 50%;
color: #fff;
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;
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;
color: var(--gray);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.85px;
}
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;
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;
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-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.th-myaccount__avatar__code__value {
color: var(--gray-300);
text-align: right;
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));
box-shadow: 0 16px 32px 0 rgba(43, 55, 66, 0.1);
box-shadow: 0 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;
box-shadow: 0 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;
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-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}
.th-icon__arrow__left {
visibility: hidden;
}
.th-navigation__link__dashboard:active {
border-radius: 10px;
background: var(--Primary-400);
color: #fff;
box-shadow: 0 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;
}
.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 {
font: var(--font-t-14-semibold);
color: var(--color-secondary-500) !important;
right: 21px;
text-align: right !important;
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: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;
display: flex;
font: var(--font-t-14-bold);
color: var(--color-white);
background: var(--primary-400);
border: none;
align-items: center;
}
.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: #fff;
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;
font-size: 16px;
background: var(--primary-400);
border: none;
align-items: center;
}
.th-button__address__disable {
background: var(--color-secondary-400) !important;
}
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-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: 0 12px 26px -6px rgba(215, 39, 129, 0.15);
}
.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;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 30px;
}
.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-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-size: 18px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 36px !important;
}
.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;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 36px;
}
.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;
}
.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-other__prsonal .container .th-team-swiper-slider {
margin-top: 67px;
}
.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;
padding-block: 30px;
margin-bottom: 25px;
padding-top: 0;
}
.th_level {
display: flex;
flex-direction: column;
text-align: start;
width: 50%;
}
.th_start {
color: var(--Primary-400);
text-align: right;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 120%;
}
.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;
}
.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-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
img.th_line__image {
width: 100%;
height: 175px;
flex-shrink: 0;
border-radius: 16px;
}
.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;
box-shadow: 0 16px 32px 0 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-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.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: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.tg-show-all-link {
margin-top: -50px;
color: #656565;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}
.tg-show-all-link:hover {
color: unset !important;
}
.tg-show-all-link span::before {
color: var(--color-secondery500);
font-size: 18px;
line-height: 28px;
}
.mySwiperqsqs {
padding: 20px !important;
}
.mySwiperqsqs .swiper-slide {
display: flex;
align-items: center;
}
.archive-image {
position: relative;
}
.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;
}
.archive-card-title h2 {
color: var(--gray);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.85px;
}
.archive-card-title {
margin-top: 7px;
margin-bottom: -15px;
}
.reading-time-archive {
display: flex;
align-items: center;
justify-content: space-evenly;
gap: 5px;
}
.ht-archives {
margin-top: 3%;
}
.ht-archive-pagination {
align-items: center;
justify-content: center;
}
.pagination.ht-archive-pagination {
margin-top: 40px;
}
.single-post-content {
border-radius: 12px;
background: var(--gray-100);
border-radius: 12px;
background: var(--gray-100);
padding: 25px;
}
.titel-siler-on {
color: var(--gray300, #737373);
text-align: center;
font-family: "Yekan Bakh FaNum";
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: -1.6px;
line-height: 49.6px;
letter-spacing: -0.05em;
text-align: center;
}
.titel-siler-two {
font-size: 25px;
font-weight: 900;
color: var(--gray-500);
}
.line-titel-hr hr:not([size]) {
height: 3px !important;
color: #d9d9d9;
}
.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(--panel-box-color) !important;
border-radius: 8px !important;
margin: 0 15px;
font-size: 14px;
font-weight: 600;
color: var(--gray-300);
}
.ht-search-button svg {
color: var(--gray300, #737373);
}
input#searchsubmit {
border: none;
border-radius: 8px !important;
font-size: 14px;
font-weight: 600;
color: var(--gray-300);
}
.ht-woo-order-field select {
color: var(--gray400, #565656);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.39px;
width: 133px !important;
background: var(--div-box-1);
border-radius: 8px !important;
padding: 0 !important;
}
.ht-titel-shop {
font-size: 32px;
font-weight: 900;
color: var(--primary-400);
}
.ht-woo-products li.product {
border-radius: 24px;
border: 1px solid var(--div-box-1);
background: #fff;
box-shadow: 0 16px 32px 0 #2b37421a;
padding: 15px;
position: relative;
transition: all 0.3s ease;
height: 100%;
flex-direction: column;
justify-content: space-between;
display: flex;
text-align: center;
align-items: center;
}
.ht-woo-products li.product:hover {
box-shadow: 0 16px 32px 0 #2b37422e;
}
.ht-woo-product-card .ht-woo-product-li:hover .ht-woo-add-to-card {
transition: 0.5s;
background: var(--color-secondery500);
color: var(--white);
}
ul.ht-woo-products {
display: flex;
}
.ht-archive-product-categories {
text-align: center;
font-size: 12px;
font-weight: 500;
color: var(--gray-400);
display: flex;
}
.ht-archive-product-categories a {
color: rgba(101, 101, 101, 0.5);
text-align: center; font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; letter-spacing: -0.8px;
}
span.onsale {
position: absolute;
top: 10px;
}
.tg-onsale-rectangular-sale {
padding: 1px;
display: flex;
align-items: center;
justify-content: center;
height: 30px;
width: 45px;
border-radius: 0;
}
.tg-onsale-rounded-sale {
display: flex;
align-items: center;
justify-content: center;
height: 45px;
width: 45px;
border-radius: 50%;
}
.tg-onsale-case-rounded-small-sale {
padding: 1px;
display: flex;
align-items: center;
justify-content: center;
height: 30px;
width: 45px;
border-radius: 25px;
}
span.ht-woo-reg-price {
color: var(--gray-400);
font-size: 16px;
font-weight: 900;
width: 100%;
display: block;
margin-top: 5px;
}
span.ht-woo-discount {
color: var(--white);
font-size: 14px;
font-weight: 700;
background: var(--color-secondery500);
padding: 0 11px;
border-radius: 4px;
}
.ht-woo-add-to-card {
padding: 10px 14px;
background: var(--panel-box-color);
border-radius: 12px;
color: var(--price-color);
}
.ht-woo-add-to-card span {
display: block;
font-size: 24px;
text-align: center;
}
.ht-woo-card-price-holder {
width: 100%;
margin-top: 15px;
align-items: center !important;
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-content: center;
align-items: center; }
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-search-button {
background: var(--div-box-1);
border: none;
color: var(--gray-300);
padding: 0 15px;
text-align: center;
border-radius: 10px;
display: flex;
align-items: center;
}
.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;
}
.wcapf-form {
background: var(--panel-box-color);
padding: 20px;
border-radius: 16px;
}
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-price {
color: var(--gray-400);
font-size: 16px;
font-weight: 900;
text-decoration: line-through;
}
.ht-woo-gallery-and-sumery {
background: #f7f8f8;
border-radius: 16px;
padding: 30px;
}
.the-title-htsppi-id {
font-family: Yekan Bakh FaNum;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.05em;
text-align: right;
color: var(--gray300);
}
.ht-woo-exerpt-and-meta {
background: #fff;
padding: 27px;
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;
}
.ht-woo-rewiew-rating-block span {
font-size: 30px;
color: #bfbfbf;
}
.ht-woo-single-str {
position: relative;
}
.ht-woo-single-all-rewiew {
margin-top: 20px;
display: flex;
align-content: center;
align-items: center;
justify-content: flex-start;
}
.ht-woo-rewiew-rating-block {
position: absolute;
right: 0;
z-index: 2;
}
.ht-woo-single-rating {
z-index: 5;
position: relative;
}
.ht-woo-rewiew-rating-block {
display: flex;
}
.ht-woo-single-commnet-count {
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-the-cc {
display: flex;
align-items: center;
gap: 5px;
}
.ht-woo-single-commnet-count .iconsax-outline {
font-size: 24px;
color: var(--price-color);
}
.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 {
background-color: var(--color-secondery500);
color: var(--white);
border: none;
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.05em;
text-align: right;
border-radius: 8px;
padding: 14px 46px;
}
.ht-woo-quantity {
text-align: center;
}
.ht-woo-single-quantity-off .ht-woo-single-quantity {
font-size: 25px;
}
.ht-woo-single-quantity {
right: 14px;
top: 7px;
padding: 8px;
background-color: var(--price-color);
color: var(--white) !important;
font-weight: 500 !important;
border-radius: 4px;
font-size: 20px;
cursor: pointer;
transition: all 0.2s ease;
z-index: 1;
}
.ht-woo-single-quantity-off {
border-radius: 4px;
background: var(--price-color, #aeaeae) !important;
color: var(--white);
font-weight: 500 !important;
left: 14px;
top: 7px;
padding: 8px;
border-radius: 4px;
font-size: 20px;
cursor: pointer;
transition: all 0.2s ease;
background-color: var(--btn-background);
z-index: 1;
}
.ht-woo-single-quantity-off:hover {
background: #eaebeb;
}
a.reset_variations {
display: block;
text-align: right;
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;
padding: 0;
}
ol.flex-control-nav.flex-control-thumbs li {
margin-bottom: 15px;
}
.ht-woo-single-product-wrapper-tabs {
border-radius: 16px;
}
ul.ht-woo-single-product-tabs {
display: flex;
flex-direction: row;
align-items: center;
align-content: center;
margin-bottom: 40px;
}
ul.ht-woo-single-product-tabs li {
margin: 0 0 0 15px;
padding: 10px 15px;
transition: all 0.3s ease;
border-radius: 10px;
}
ul.ht-woo-single-product-tabs li a {
color: var(--price-color);
text-align: center;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
font-size: 16px;
font-weight: 600;
}
.ht-woo-single-meta-desc {
font-size: 16px;
font-weight: 600;
color: var(--gray-400);
display: flex;
gap: 15px;
align-items: center;
}
.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(--price-color);
margin: 10px 0;
}
.ht-woo-single-meta-tag-desc a {
color: var(--price-color);
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
margin: 0 5px;
background: var(--white);
border-radius: 8px;
padding: 5px 10px;
font-size: 14px;
}
div#tab-description {
text-align: justify;
line-height: 2.3em;
}
.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 164px 0 0;
}
.ht-org-woo-single-price {
display: none !important;
}
.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-reverse;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
gap: 10px;
}
span.ht-woo-single-discount {
font-size: 16px;
font-weight: 700;
margin: 0 10px 0 0;
}
.swiper-slide-ht-relative {
background: unset;
padding-top: 12px;
}
.ht-woo-stock-nop-price-holder . {
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;
}
.ht-woo-myac-user-data {
display: flex;
align-content: center;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
justify-content: space-between;
background-color: var(--white);
border-radius: 8px 8px 0 0;
height: 84px !important;
}
.ht-woo-myac-user-detials-name {
font-size: 18px;
font-weight: 700;
color: var(--color-primery500);
}
.ht-woo-myac-user-detials {
font-size: 12px;
display: flex;
justify-content: center;
flex-direction: column-reverse;
margin-right: 8px;
color: var(--gray-300);
}
.ht-woo-myac-user-detials-id {
color: var(--color-secondery500);
}
.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;
}
.ht-woo-order-details-title {
color: var(--gray400, #565656);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.9px;
}
.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 {
margin-top: 15px;
color: var(--gray-100, #aeaeae);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 180%;
letter-spacing: -0.75px;
}
.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 span {
color: var(--color-secondery500);
}
.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;
}
.ht-woo-tp-order-received {
color: var(--gray400, #565656);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: -1.2px;
}
.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;
color: var(--gray300, #737373) !important;
font-size: 17px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: normal !important;
letter-spacing: -0.85px;
}
.ht-woo-tg-order-overview li {
color: var(--gray-100, #aeaeae);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.8px;
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 {
color: var(--gray400, #565656) !important;
font-size: 18px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: normal !important;
letter-spacing: -0.9px;
}
.ht-woo-hr {
height: 2px !important;
}
.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 {
gap: 10px;
display: flex;
flex-direction: row !important;
align-items: center !important;
justify-content: space-between !important;
}
.ht-woo-product-dl-img {
width: 80px;
border-radius: 16px;
background: url(//tatbuilding.com/wp-content/themes/TejaratGostar/<path-to-image>) lightgray 50% / cover no-repeat, #fff;
height: 80px;
border-radius: 8px;
overflow: hidden;
}
.ht-woo-product-dl-img img {
width: 100%;
height: 100%;
}
.ht-woo-download-tit-and-linka {
display: flex;
flex-direction: column;
}
.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-woo-download-download-expires-text {
font-size: 14px;
font-weight: 500;
color: var(--price-color);
line-height: 2em;
width: max-content;
}
.ht-woo-download-download-expires {
font-size: 16px;
font-weight: 700;
color: var(--gray-400);
line-height: 2em;
}
.ht-woo-download-download-download-file .ht-woo-download-atag {
color: var(--gray-100, #aeaeae) !important;
text-align: center;
font-size: 16px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 28px !important;
letter-spacing: -0.8px !important;
border-radius: 8px !important;
border: none;
font-size: 16px !important;
transition: all 0.3s ease;
background: var(--white);
padding: 8px 23px;
}
.ht-woo-download-download-download-file .ht-woo-download-atag:hover {
background-color: var(--color-secondery500) !important;
color: var(--white) !important;
}
.ht-woo-download-download-remaining {
line-height: 2em;
color: var(--gray-400);
}
.ht-woo-download-download-remaining-text {
color: var(--price-color);
}
.ht-woo-download-tit-and-linka-dl {
gap: 10px;
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.5rem 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;
}
.ht-woo-login-wraper {
box-shadow: 0 0 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: 16px;
font-weight: 400;
}
span.login-icons {
position: absolute;
bottom: 16px;
left: 15px;
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;
color: var(--primary-400);
font-size: 14px;
}
.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;
}
.gt-cart-totals {
display: flex;
flex-direction: column;
gap: 15px;
}
.ht-woo-quantity-cart {
width: 70% !important;
color: var(--primary-400);
font-size: 16px;
font-weight: 600;
}
.ht-woo-cart-quantity {
right: 40px;
top: 12px;
}
.ht-woo-cart-quantity-off {
left: 40px;
top: 12px;
}
.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(--color-secondery500);
color: #fff !important;
border: none !important;
padding: 0.8rem 1.2rem !important;
font-size: 14px !important;
transition: all 0.3s ease !important;
margin-top: 15px;
}
.tg-project-swiper {
width: 91%;
margin: 0 61px;
margin-bottom: 25px;
}
.ht-woo-btn:hover {
background-color: var(--primary-hover);
color: #fff;
}
.ht-woo-cart-button-warpre {
background: var(--panel-box-color);
border-radius: 16px;
padding: 30px;
}
.ht-woo-cart-tbody {
justify-self: space-between;
margin-top: 50px;
}
.coupon-ht-holder-all-cop {
height: fit-content !important;
display: flex;
background: var(--panel-box-color);
border-radius: 16px;
flex-direction: column !important;
justify-content: start !important;
}
.ht-cart-total-tabel * {
border: unset !important;
}
.ht-woo-cart-order-total {
background: var(--primary-100) !important;
border-radius: 16px !important;
background: var(--primary-100) !important;
border-radius: 8px !important;
line-height: 2em;
}
.ht-woo-cart-subtotal td {
text-align: left;
}
.ht-checkout-coupon-field {
box-shadow: 0 5px 32px 0 rgba(43, 55, 66, 0.1);
background: var(--white) !important;
}
.ht-woo-btn-chckout-sum {
padding: 1.1rem 1.5rem !important;
}
.tg-coupon-btn {
color: var(--gray-100) !important;
background-color: var(--white) !important;
}
.ht-woo-checkout-form label {
font-size: 15px;
color: var(--gray-300);
}
ul.wc_payment_methods.payment_methods.methods {
background: var(--div-box-1);
border-radius: 16px;
padding: 10px;
border: unset;
}
.ht-woo-review-proces {
border-radius: 16px;
background: var(--gray1, #f7f7f7);
height: fit-content !important;
width: 25%;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.pagination {
justify-content: center;
}
.pagination .nav-links {
display: flex;
flex-direction: row !important;
}
.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: var(--ajax-hover-color);
justify-content: center;
align-items: center;
border-radius: 16px;
}
.wcapf-reset-filters-btn-wrapper {
margin: 0 1em;
}
.ht-woo-purchasable-nop .ht-shop-icon-ar {
display: none;
}
.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;
}
.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;
}
span.th-category-icon {
color: var(--gray-400);
}
span.ht-woo-breadcrumb-icon {
color: var(--primary-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: 0;
top: 10px;
background-color: var(--primary-400);
}
.widget_search form#searchform {
background: var(--panel-box-color);
padding: 6px 8px;
border-radius: 8px;
}
h3.widget-title {
font-weight: 700;
color: var(--gray300, #737373);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.85px;
padding: 10px 0 0;
}
.widget_search form#searchform .ht-search-field {
margin: 0 10px 0 15px;
}
.star {
cursor: pointer;
color: #0f72d21a;
font-size: 1.7em;
}
.star.selected,
.star:hover,
.star:hover ~ .star {
color: #ffd700;
}
.ht-comment-form-rating {
display: flex;
align-items: center;
margin: 20px 0;
}
.ht-comment-form-rating p.stars {
display: none;
}
.ht-customer-details {
border-radius: 16px;
padding: 30px;
background-color: var(--panel-box-color);
}
.ht-checkout-coupon-toggle {
background: var(--panel-box-color);
border-radius: 16px;
margin-top: 50px;
padding: 20px;
}
.ht-checkout-coupon-toggle .ht-woocommerce-info {
display: flex;
flex-direction: row !important;
}
.ht-checkout-coupon-toggle .ht-woocommerce-info a:hover {
color: unset;
}
.ht-woo-stock-nop .ht-shop-icon-ar {
display: none;
}
.ht-thankyou-woo-order {
background: var(--panel-box-color);
border-radius: 16px;
margin-top: 20px;
padding: 30px;
width: 100%;
}
.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-flex-tabel tr {
}
.ht-woo-order-details-footer tr {
display: flex;
justify-content: space-between;
align-items: center;
}
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 {
border-radius: 16px;
display: flex;
margin: 15px 0;
justify-content: space-between;
align-items: center;
}
.ht-woo-quantity {
padding: 20px 13px 19px 20px;
}
.wc-proceed-to-checkout a {
background-color: var(--color-secondery500) !important;
}
.ht-woo-cart-button-warpre .text-end .ht-woo-btn {
background-color: var(--color-secondery500) !important;
opacity: 1 !important;
}
.flex-control-nav {
list-style: none;
padding: 0;
margin: 0;
display: flex;
overflow-x: auto;
width: 300px;
}
.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 { border-radius: 16px;
display: flex !important;
justify-content: center;
}
@media screen and (max-width: 444px) {  
.wpa-product-gallery-thumbs
.ht-single-produc-curent-thumb {
margin-inline:5% !important;
}
}
.ht-single-product {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: flex-start;
background: #f7f8f8;
border-radius: 16px;
padding: 30px;
}
@media (max-width: 767px) {
.ht-woo-product-dl-img {
width: 100%;
text-align: center;
margin: 0 0 15px;
}
.ht-woo-download-tit-and-linka {
display: flex;
flex-direction: column;
align-items: center;
}
.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;
}
.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;
}
}
@media screen and (max-width: 425px) {
.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(min-width: 320px) {
body {
background-color: #add8e6;
}
}
@media screen and(max-width: 700px) {
body {
background-color: #29bef0;
}
.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%
);
}
}
@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) {
.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%
);
}
}
@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) {
.th-projects__gradient--right {
position: absolute;
right: 0;
height: 100%;
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: 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;
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) {
.item {
display: none;
}
.item:nth-child(-n + 3) {
display: block;
}
}
@media (max-width: 768px) {
.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: 0 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 {
color: var(--primary-400);
font-size: 32px;
font-weight: 900;
line-height: 42px;
letter-spacing: 0;
text-align: center;
}
.th_text {
font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0;
text-align: center;
}
}
@media only screen and (max-width: 768px) {
.th_project {
display: flex;
flex-wrap: wrap;
justify-content: normal;
padding: 0;
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%;
}
}
.ht-single-product {
position: relative;
flex-wrap: wrap;
}
.th_bg_header {
width: 100px;
height: 19px;
background-color: #fdc500;
position: absolute;
top: 60%;
z-index: -1;
}
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;
}
.mySwiperWigetposts {
padding: 15px 0;
}
.th_news:last-child() {
border-bottom: 0 #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: 50px 25px;
}
.testimonials-desc-txt {
text-align: justify;
font-size: 14px;
color: #6a7076;
line-height: 2.3em;
}
.testimonials-avatar-name {
font-size: 14px;
color: var(--another-colors);
font-weight: 600;
text-align: right;
}
p.testimonials-avatar-desc {
font-size: 12px;
color: #6a7076;
text-align: right;
}
.testimonials-desc-site-url {
font-size: 14px;
color: #a3a3a3;
text-align: left;
}
.testimonials-avatar-holder {
text-align: right;
}
.general-title {
color: var(--gray300, #737373);
font-size: 32px;
font-weight: 900;
margin-bottom: 25px;
display: flex;
align-items: center;
justify-content: start;
}
.singlepostimage {
height: 428px;
flex-shrink: 0;
}
.wpcf7-form p {
color: var(--gray300, #737373);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.9px;
}
.singlepostimage img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 16px;
}
.singlepostcontent {
color: var(--gray400);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.resent-sidebar-text {
width: 79%;
}
.resent-sidebar-text h5 {
font-size: 17px;
font-weight: 700;
color: var(--gray);
margin: 0 0 10px;
}
.single-cat-head {
color: var(--gray-100-g, #aeaeae) !important;
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 600;
margin-left: 15px;
display: flex;
align-items: center;
}
.single_tag_link {
color: var(--gray300, #737373);
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 181%;
letter-spacing: -0.7px;
}
.single-tag-item .single_tag_link {
color: var(--price-color);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
}
.blogSwiper { width: 100%;
}
.blog-img-card img {
height: 250px !important;
}
.blog-post-swiper {
background: #eee;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
position: relative;
height: 100%;
}
.blog-section-swiper .swiper {
width: 100%;
height: 100%;
}
.blog-section-swiper .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.blog-cards-title {
overflow: hidden;
color: var(--gray);
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 17px;
font-weight: 700;
}
.post-excerpt {
overflow: hidden;
color: rgba(101, 101, 101, 0.6);
text-align: justify;
text-overflow: ellipsis;
font-size: 16px;
font-style: normal;
font-weight: 400;
}
.btn-blog {
display: flex;
justify-content: center;
flex-shrink: 0;
border-radius: 8px;
background-color: #d0a767;
align-items: center;
gap: 10px;
}
.btn-blog:hover p {
color: #d0a767;
}
.btn-blog:hover span {
color: var(--color-secondery500);
}
.btn-blog:hover {
background-color: #fff;
}
.btn-blog p {
color: #fff;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.btn-blog svg {
padding: 2px;
margin-top: 5px;
width: 20px;
height: 20px;
fill: #eee;
}
.blog-card-time-icon svg {
padding: 2px;
width: 22px;
height: 22px;
fill: #eee;
}
.blog-cards {
border-radius: 24px;
background: #fff;
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.1);
transition: 0.3s ease-in-out;
}
.post-time {
color: #737373;
}
.blog-card-time-icon svg {
fill: #737373;
}
.sidebar aside {
display: flex;
flex-direction: column;
gap: 20px;
}
.product-detail-categori-text {
display: flex;
}
.ht-best-seller-products-sidebar {
border-radius: 16px;
display: flex;
flex-direction: column;
gap: 25px;
}
h3.ht-best-seller-products-sidebar-title {
color: var(--gray300, #737373);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.9px;
}
.ht-best-recent-post {
background: #fff;
padding: 20px;
border-radius: 16px;
}
.ht-best-seller-products-sidebar ul {
background-color: var(--panel-box-color);
border-radius: 16px;
padding: 20px 18px;
}
.ht-best-seller-products-sidebar form {
background: var(--gray50, #f7f7f7);
margin-top: 20px;
padding: 20px;
border-radius: 16px;
}
.wpcf7-submit {
border-radius: 8px;
color: #fff;
background: var(--color-secondery500, #d0a767);
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.05);
border: none;
margin-top: 8px;
width: 140px;
height: 48px;
flex-shrink: 0;
font-size: 16px;
font-style: normal;
font-weight: 600;
}
.wpcf7-submit:hover {
background-color: #fff;
color: var(--color-secondery500, #d0a767);
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.09);
}
p:has(.wpcf7-submit) {
display: grid;
justify-content: end;
}
.wpcf7-text {
color: var(--gray400, #979797);
text-align: right;
font-weight: 400;
font-size: 18px;
}
.th_product_social span {
color: var(--gray300, #737373);
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}
.th_product_social a {
justify-content: center;
font-size: 16px;
color: var(--gray-400);
margin: 8px 0;
width: 30%;
}
.th_product_social a:hover {
color: #d0a767;
}
.th_product_social a:hover span {
color: #d0a767;
}
.th_product_social {
display: flex;
gap: 21px;
flex-direction: row;
flex-wrap: wrap;
}
.comments-area {
margin-top: 20px;
}
.comment-list {
padding: 10px;
}
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 auto;
padding: 0 20px 20px;
width: 90%;
}
.comment-form .form-submit .submit {
border-radius: 8px;
background: var(--color-secondery500, #d0a767);
color: #fff;
border: none;
width: 140px;
height: 40px;
outline: none;
}
.comment-form .form-submit .submit:hover {
background: #fff;
color: var(--color-secondery500, #d0a767);
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.09);
}
.comment-form .form-submit {
display: flex;
justify-content: flex-end;
}
.comment-form {
padding: 30px;
background: #f7f7f7;
border-radius: 20px;
}
@media screen and (max-width: 768px) {
.comment-form {
padding: 10px;
}
}
.comment-reply-title {
color: var(--gray300, #737373);
text-align: right; font-family: "Yekan Bakh FaNum";
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: -1.6px;
margin: 25px 0;
}
.comment-field-holder {
width: 49%;
position: relative;
}
span.comment-icons {
position: absolute;
bottom: 14px;
left: 13px;
font-size: 22px;
color: #96b9b0;
}
.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;
}
.comment-content {
line-break: anywhere;
color: var(--gray-400);
font-size: 16px;
line-height: 2em;
padding: 10px;
margin-right: 86px;
margin-top: -40px;
}
.comment-details br {
display: none;
}
.commnet-fields label {
margin: 10px 0;
}
form#commentform textarea,
form#commentform input,
form#commentform select {
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.05);
border-radius: 8px;
}
.commnet-fields input {
height: 50px;
}
.commnet-fields {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.comment-form-cookies-consent {
margin: 20px 10px !important;
display: flex;
gap: 10px;
}
.logged-in-as {
justify-content: start;
margin-bottom: 22px !important;
font-size: 22px !important;
font-weight: 400 !important;
display: flex;
flex-direction: row;
}
.logged-in-as a {
margin-inline: 10px;
color: var(--gray);
}
.commnet-fields input:focus {
border: 1px solid var(--gray-200) !important;
}
.orderby:focus-visible {
outline: none;
}
.tg-blog-swiper {
display: flex !important;
padding: 0 !important;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide img {
display: block;
width: 100%;
user-select: none;
}
.swiper {
width: 100%;
}
.swiper_thumb .swiper-slide {
opacity: 0.7;
filter: brightness(0.5);
}
.swiper_thumb .swiper-slide:hover {
opacity: 1;
filter: brightness(1);
}
.swiper_thumb .swiper-slide-thumb-active {
opacity: 1;
filter: brightness(1);
}
.swiper-button-next,
.swiper-button-prev {
color: #fff;
background: #d0a767;
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 9;
}
.swiper-button-next,
.swiper-button-prev::after {
font-size: 24px;
font-weight: 600;
}
.swiper-button-prev,
.swiper-button-next::after {
font-size: 24px;
font-weight: 600;
}
.swiper-button-next {
right: 0;
border-radius: 8px;
background: #d0a767;
}
.swiper-button-prev {
border-radius: 8px;
background: #d0a767;
}
.project-_details {
height: 288px;
margin-bottom: 30px;
gap: 15px;
display: flex;
flex-direction: column;
border-radius: 16px;
background: var(--panel-box-color, #f7f7f7);
padding: 33px 33px;
}
.cart-totals-next-main-form {
border-radius: 16px;
background: var(--panel-box-color, #f7f7f7);
margin-right: -20px;
}
.tg-checkout-button {
background: var(--color-secondery500) !important;
}
.tg-pey-form {
background: var(--panel-box-color);
height: fit-content;
border-radius: 16px;
}
.woocommerce-billing-fields__field-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.woocommerce-billing-fields .form-row {
width: 48%;
}
.woocommerce-billing-fields .validate-phone,
.woocommerce-billing-fields .validate-email,
.woocommerce-billing-fields #billing_company_field,
.woocommerce-billing-fields .validate-postcode {
width: 100%;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
border-top: none !important;
}
.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: none !important;
}
.woocommerce table.shop_table td {
border: none !important;
text-align: center;
padding: 0;
}
.shop_table {
border: none;
}
.woocommerce table.shop_table {
border: none !important;
}
.woo-nav-ph-li,
.woocommerce-MyAccount-content {
padding: 10px;
border-radius: 16px;
background: var(--panel-box-color, #f7f7f7);
}
.woocommerce-MyAccount-content {
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
padding: 24px;
height: fit-content;
min-height: 500px;
}
.woocommerce-MyAccount-navigation .is-active {
color: var(--white);
background: #29574a;
}
.woocommerce-MyAccount-navigation :last-child::after {
display: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
padding: 8px;
border-radius: 8px;
display: flex;
align-items: center;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
color: var(--gray300, #737373);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.iconsax-outline-arrow-active {
display: none;
}
.is-active .iconsax-outline-arrow-active {
display: inline-block;
fill: #fff;
color: #fff;
}
.is-active .bi-chevron-left::before {
color: #fff;
}
.is-active {
display: flex;
justify-content: space-between;
}
.woo-dash-address-icon {
background: var(--price-color);
padding: 9px 12px;
border-radius: 8px;
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
}
.woo-dash-address {
text-align: right;
padding-right: 10px;
width: 100% !important;
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.05em;
color: var(--price-color);
margin-bottom: 0 !important;
}
.woo-dash-adress-section {
background-color: var(--white);
padding: 2px;
width: 100%;
padding: 26px 28px;
padding-right: 70px;
align-items: center;
border-radius: 16px;
}
.woo-dash-adress-section a {
color: var(--gray-100, #aeaeae) !important;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
background: var(--panel-box-color);
padding: 8px 45px;
border-radius: 8px;
}
.woo-dash-adress-section:hover a {
color: var(--white) !important;
}
.woo-dash-adress-section:hover .woo-dash-address-icon {
transition: 0.5s;
background-color: var(--color-secondery500);
color: var(--white);
}
.woo-dash-adress-section:hover .edit {
transition: 0.5s;
background-color: var(--color-secondery500) !important;
color: var(--white);
}
.dash-orders-svg {
height: auto;
max-width: 100%;
}
.woocommerce-Address-title {
display: none;
}
.recent-sidebar-text h5 {
color: var(--gray);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.85px;
}
.th_more__text {
color: var(--white);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.th_more_icon {
color: var(--white);
}
.th_more {
background-color: var(--color-secondery500);
color: var(--whtie);
border-radius: 8px;
border-color: #1px solid var(--color-secondery500, #d0a767) !important;
display: flex;
align-items: center;
padding: 10px 17px;
justify-content: space-around;
flex-direction: row-reverse;
}
.woocommerce-loop-product__title {
font-family: Yekan Bakh FaNum;
font-size: 17px;
font-weight: 700;
line-height: 26.35px;
letter-spacing: -0.05em;
text-align: center;
color: var(--gray);
}
.ht-woo-sale-price {
font-size: 17px;
font-weight: 600;
line-height: 31.54px;
text-align: right;
color: var(--price-color);
text-decoration: line-through;
}
.ht-woo-sale-price .woocommerce-Price-currencySymbol {
font-size: 17px;
color: var(--price-color) !important;
}
.ht-woo-single-reg-price-line bdi {
text-decoration: line-through;
}
.ht-woo-sale-no-price {
font-size: 17px;
font-weight: 600;
line-height: 31.54px;
text-align: right;
color: var(--price-color);
}
.ht-woo-product-card:hover {
position: relative;
}
.ht-woo-product-card .ht-woo-product-li::before {
transition: 0.5s !important;
transform: scaleY(1) !important;
content: "";
position: absolute;
top: -2%;
left: 12%;
width: 75%;
height: 40%;
background-color: var(--color-secondery500);
transition: opacity 0.3s ease-in-out;
z-index: -1;
border-radius: 24px;
opacity: 0;
}
.ht-woo-product-card .ht-woo-product-li:hover::before {
opacity: 1;
}
.ht-woo-product-card .ht-woo-product-li::after {
transition: 0.5s;
content: "";
position: absolute;
bottom: -2%;
right: 12%;
width: 75%;
height: 40%;
background-color: var(--color-secondery500);
transition: opacity 0.3s ease-in-out;
z-index: -1;
border-radius: 24px;
opacity: 0;
}
.ht-woo-product-card .ht-woo-product-li:hover::after {
opacity: 1;
}
.ht-best-seller-product-sidebar-text h5 {
overflow: hidden;
}
.employer-section {
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
}
.Importation-icon {
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
}
.Company {
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.05em;
text-align: center;
color: var(--another-colors);
}
.employer {
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.05em;
text-align: center;
color: var(--gray);
}
.project-details-container {
justify-content: space-evenly;
}
.wp-post-image {
width: 100%;
height: 249px;
}
.product_title {
font-family: Yekan Bakh FaNum;
font-size: 22px;
font-weight: 700;
line-height: 22px;
letter-spacing: -0.05em;
text-align: right;
color: var(--gray300);
}
.the-title-htsppi {
font-family: Yekan Bakh FaNum;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.05em;
text-align: right;
color: var(--price-color);
}
.woocommerce-product-details__short-description p {
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.05em;
text-align: right;
color: var(--gray400);
}
.posted_in {
font-family: Yekan Bakh FaNum;
font-size: 14px;
font-weight: 600;
line-height: 32px;
letter-spacing: -0.03em;
text-align: right;
color: var(--price-color);
}
.posted_in a {
color: var(--gray300, #737373);
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 181%;
letter-spacing: -0.7px;
}
.Available-review-single-product {
margin-top: 25px;
display: flex;
gap: 18px;
align-items: center;
}
.single-product-prop {
display: flex;
justify-content: space-between;
}
.post-card-btn {
justify-content: space-between;
display: flex;
width: 100%;
}
.post-card-btn-more-btn {
gap: 15px;
background-color: var(--color-secondery500) !important;
display: flex;
flex-direction: row;
justify-content: space-between;
color: var(--white);
border-radius: 8px !important;
}
.post-card-btn-more-btn:hover {
background: #fff !important;
transition: 0.5s;
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.05);
}
.post-card-btn-more-btn:hover .iconsax-outline-arrow-left-2:before {
color: #d0a767;
}
.post-card-btn-more-btn:hover .th_more__text {
transition: 0.5s;
color: var(--color-secondery500, #d0a767) !important;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 28px;
}
.ht-woo-single-variation-quantity {
width: 36%;
min-width: 150px;
max-width: 150px;
margin-bottom: 10px;
}
form.cart.row.ht-single-product-form {
display: flex;
justify-content: end;
}
.ht-woo-single-variation-button {
display: flex;
justify-content: end;
width: max-content;
}
.woocommerce-Tabs-panel--description {
background-color: var(--panel-box-color);
padding: 40px;
border-radius: 15px;
}
.woocommerce-Tabs-panel p {
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.05em;
text-align: justified;
color: var(--gray300);
}
.swiper-slide-ht-relative::before {
opacity: 0;
content: "";
position: absolute;
bottom: -10px;
left: 21%;
width: 60%;
height: 20px;
background-color: var(--color-secondery500);
transition: opacity 0.5s ease-in-out;
z-index: -1;
border-radius: 24px;
}
.swiper-slide-ht-relative:hover::before {
opacity: 1;
}
.swiper-slide-ht-relative::after {
opacity: 0;
content: "";
position: absolute;
top: 2px;
right: 19%;
width: 60%;
height: 9%;
background-color: var(--color-secondery500);
transition: opacity 0.5s ease-in-out;
z-index: -1;
border-radius: 24px;
}
@media screen and (max-width: 768px) {
.swiper-slide-ht-relative::after,
.swiper-slide-ht-relative::before {
display: none;
}
}
.tg-single-product-tit-id {
display: flex;
flex-direction: column;
}
.tg-single-pr-header {
display: flex;
justify-content: space-between;
padding-bottom: 5px;
}
.woosw-popup-content .woosw-item--atc .add_to_cart_inline {
display: none;
}
.tg-single-pr-header button {
width: 48px;
height: 48px;
border-radius: 4px;
background: rgba(224, 224, 224, 0.8);
border: none;
display: flex;
align-items: center;
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.05);
}
.tg-single-pr-header button:hover {
background-color: var(--color-secondery500);
}
.tg-woo-single-tab-share {
display: flex;
justify-content: space-between;
}
.share-container {
position: relative;
display: flex;
}
.main-share-btn {
background-color: var(--gray50);
color: #fff;
border: none;
border-radius: 4px;
width: 52px;
height: 52px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease;
display: flex;
align-items: center;
}
.main-share-btn:hover {
background-color: var(--color-secondery500);
transform: scale(1.05);
}
.share-buttons {
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
position: absolute;
top: 59px;
left: -4px;
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
z-index: 1000;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.share-container:hover .share-buttons {
opacity: 1;
visibility: visible;
}
#unique-main-share-btn {
display: flex;
align-items: center;
justify-content: center;
padding-top: 13px;
}
.share-btn {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin: 5px 0;
background-color: #f0f0f0;
color: #333;
border-radius: 50%;
text-decoration: none;
transition: background-color 0.3s ease, color 0.3s ease;
}
.share-btn:hover {
background-color: var(--color-secondery500);
color: #fff;
}
.share-btn i {
font-size: 20px;
}
.tg-single-pr-header button .woosw-icon-2 {
color: var(--panel-badgae-color);
}
.swiper-slide-ht-relative:hover::after {
opacity: 1;
}
.attachment-woocommerce_thumbnail {
width: 100%;
height: 100%;
border-radius: 8px;
}
.ht-add-price-related {
justify-content: space-between;
width: 100%;
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.custom_tab_woo_tab {
background-color: var(--color-secondery500);
color: var(--white);
}
.ht-woo-single-price {
display: flex;
flex-direction: column-reverse;
align-items: center;
}
.average-rate-single-product {
display: flex;
font-size: 20px;
align-items: center;
gap: 5px;
margin-top: 10px;
}
.woocommerce-review-link {
display: flex;
align-items: center;
flex-direction: row-reverse;
}
.woocommerce-review-link:hover {
color: var(--color-secndery-500);
}
.single-product-price-rate {
width: 70%;
}
.ht-woo-add-to-cart {
align-items: center;
display: flex;
padding: 15px;
background: var(--panel-box-color);
border-radius: 12px;
color: var(--price-color);
}
.swiper-slide-ht-relative:hover .ht-woo-add-to-cart {
transition: 0.5s ease-in-out;
background: var(--color-secondery500);
color: var(--white);
}
.single-tag-item {
background-color: var(--panel-box-color) !important;
padding: 10px 15px;
border-radius: 7px;
margin-right: 12px;
}
.theme_comment_date {
color: var(--color-secondery500);
}
.theme_submit_search {
border: none;
}
.ht-woo-myac-user-img {
position: relative;
width: 90px;
height: 90px;
}
.ht-woo-myac-user-img img {
width: 100% !important;
height: 100% !important;
border-radius: 8px;
position: absolute;
top: -30px;
}
.page-header {
margin-block: 50px;
}
.woocommerce-MyAccount-navigation a {
color: var(--gray300);
}
.woocommerce-orders-table__header {
line-height: 64px !important;
}
.tg-orders-tab {
background-color: var(--panel-background);
border-radius: 8px;
text-align: center;
}
.woocommerce table.my_account_orders .button {
padding: 13px 52px;
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.05em;
text-align: right;
color: var(--price-color);
border-radius: 8px;
margin-block: 15px;
}
.woocommerce-orders-table__row--status-on-hold {
padding: 5px;
}
.woocommerce-orders-table__cell-order-number a {
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-right: 5px;
letter-spacing: -0.05em;
text-align: right;
color: var(--gray300);
}
.woocommerce-orders-table__cell-order-date time {
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.05em;
text-align: center;
color: var(--gray300);
}
.woocommerce table.my_account_orders .button:hover {
background-color: var(--color-secondery500);
color: var(--white) !important;
transition: background-color 0.3s ease, color 0.3s ease;
}
.woocommerce-orders-table__cell-order-status {
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.05em;
text-align: center;
color: var(--gray300);
}
.woocommerce-orders-table__cell-order-total {
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.05em;
text-align: right;
color: var(--gray300);
}
.woocommerce-orders-table tbody {
background-color: var(--white);
}
.woocommerce-orders-table__header-order-number {
border-top-right-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.woocommerce-orders-table__cell-order-number {
border-top-right-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.woocommerce-orders-table__cell-order-actions {
border-top-left-radius: 8px !important;
border-bottom-left-radius: 8px !important;
}
.woocommerce-orders-table__header-order-actions {
border-top-left-radius: 8px !important;
border-bottom-left-radius: 8px !important;
}
.ht-woocommerce-info {
padding: 10px;
display: flex;
flex-direction: column;
gap: 20px;
border-radius: 16px;
background: var(--gray1, #f7f7f7);
font-size: 17px;
font-weight: 700;
line-height: 26.35px;
letter-spacing: -0.05em;
text-align: start;
color: var(--color-primery500);
}
.dowanloads-not-avl {
padding: 13%;
display: flex;
flex-direction: column;
gap: 19px;
}
.orders-not-avl {
gap: 19px;
padding: 13%;
}
.woocommerce-Addresses div {
text-align: center;
}
.ht-woo-download-download-file {
cursor: pointer;
border: 1px solid var(--price-color) !important;
background-color: unset !important;
border-radius: 8px !important;
padding: 8px 23px;
border: none;
font-size: 16px !important;
transition: all 0.3s ease;
color: unset !important;
}
.ht-woo-download-download-file:hover {
border: 1px solid var(--color-secondery500) !important;
transition: 0.5s;
color: var(--color-secondery500) !important;
}
.ht-woo-download-download-file a {
color: var(--price-color, #aeaeae) !important;
text-align: center;
font-size: 16px !important;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.ht-woo-download-download-file a:hover {
transition: 0.5s;
color: var(--color-secondery500) !important;
}
.woocommerce-table--order-downloads .ht-woo-order-downloads-thead {
display: none;
}
.woocommerce-table--order-downloads1 tr {
padding: 0 !important;
}
.woocommerce-table--order-downloads {
display: flex;
flex-direction: column;
gap: 30px;
}
.woocommerce-orders-table__row--status-processing td {
padding: 16px !important;
}
.list_of_cart_product_totals {
display: flex;
justify-content: space-between;
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.05em;
text-align: right;
color: var(--panel-badgae-color);
}
.list_of_cart_product_totals bdi {
font-family: Yekan Bakh FaNum;
font-size: 17px;
font-weight: 700;
line-height: 26.35px;
letter-spacing: -0.05em;
text-align: right;
color: var(--panel-badgae-color);
}
.woocommerce-shipping-totals td {
text-align: left;
font-family: Yekan Bakh FaNum;
font-size: 17px;
font-weight: 700;
line-height: 26.35px;
letter-spacing: -0.05em;
color: var(--panel-badgae-color);
}
.ht-woo-cart-subtotal {
font-family: Yekan Bakh FaNum;
font-size: 17px;
font-weight: 700;
line-height: 26.35px;
letter-spacing: -0.05em;
text-align: right;
color: var(--panel-badgae-color);
}
.ht-woo-btn-coponupdate-input {
width: 61% !important;
}
.ht-woocommerce-checkout-review-order-table {
padding: 22px;
}
.ht-woocommerce-checkout-review-order-table thead tr {
display: flex;
justify-content: space-between;
}
.ht-woocommerce-checkout-review-order-table tbody tr {
display: flex;
justify-content: space-between;
}
.ht-woocommerce-checkout-review-order-table tfoot tr {
display: flex;
justify-content: space-between;
}
.woocommerce-breadcrumb a:hover {
color: unset;
}
.ht-woocommerce-checkout-review-order-table {
font-family: Yekan Bakh FaNum;
font-size: 16px;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.05em;
color: var(--price-color);
}
.woocommerce-billing-fields__field-wrapper label {
color: var(--color-secondery500);
}
.woocommerce-billing-fields__field-wrapper span input {
color: var(--gray300);
font-family: Yekan Bakh FaNum;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.05em;
text-align: right;
}
.woocommerce-form__label-for-checkbox span {
color: var(--text_check_out_color);
font-family: Yekan Bakh FaNum;
font-size: 15px;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.03em;
text-align: right;
}
.woocommerce-shipping-fields__field-wrapper label {
color: var(--color-secondery500);
}
.woocommerce-shipping-fields__field-wrapper span input {
color: var(--gray300);
font-family: Yekan Bakh FaNum;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.05em;
text-align: right;
}
.main-items-single-page {
border-radius: 16px;
}
.main-items-single-page .ht-page-the-content .woocommerce-order-details table {
background-color: var(--white);
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
padding: 22px;
}
.ht-page-the-content .woocommerce-MyAccount-content .woosw-list {
width: 100%;
}
.ht-page-the-content
.woocommerce-MyAccount-content
.woosw-list
.add_to_cart_inline {
display: none;
}
.ht-page-the-content
.woocommerce-MyAccount-content
.woosw-list
.ht-woo-add-to-card {
background-color: unset;
display: flex;
justify-content: end;
}
.ht-thankyou-woo-order .ht-woo-hr {
display: none;
}
.main-items-single-page .ht-page-the-content .ht-woo-tg-payment-method {
margin-bottom: 0 !important;
background-color: var(--white);
padding: 42px 42px 0 0;
border-radius: 8px;
}
.main-items-single-page
.ht-page-the-content
.woocommerce-order-details
table
.ht-woo-order-details-product-total,
.ht-woo-order-details-footer-td {
width: auto !important;
}
.ht-page-the-content {
border-radius: 16px;
}
.custom-thankyou-button {
color: var(--white) !important;
padding: 11px 40px !important;
background-color: var(--color-secondery500) !important;
border-radius: 8px !important;
}
.woocommerce-MyAccount-content .woosw-item--name a {
color: var(--gray400, #565656) !important;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.woocommerce-MyAccount-content .woosw-item--price {
line-height: 40px;
}
.woocommerce-MyAccount-content .woocommerce-Price-amount {
color: var(--color-primery500, #29574a);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 185.5%;
}
.woocommerce-MyAccount-content .woosw-item--time {
color: var(--gray300, #737373);
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
.comment-field-holder {
width: 100%;
}
.woocommerce-orders-table__cell-order-number a {
margin: 0 54px;
}
.shower-name-and-email-tk {
flex-direction: column;
}
.form-shower-name-tk {
width: 100% !important;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 100% !important;
}
.form-email-tk {
width: 100% !important;
}
.woo-nav-ph-li,
.woocommerce-MyAccount-content {
width: auto;
}
.woocommerce-MyAccount-content {
gap: 30px;
padding: 30px;
margin: 0 auto;
width: 100%;
}
.ht-woo-download-tit-and-linka {
display: flex;
flex-direction: column;
align-items: center;
}
.ht-woo-download-td-dlarchive {
background-color: unset !important;
}
.woocommerce-table--order-downloads {
margin-right: 0 auto !important;
}
.ht-archive-product-categories a {
margin: 0 auto;
}
.coupon-ht-holder-all-cop {
width: auto;
}
.ht-woo-cart-tbody {
flex-direction: column;
}
.ht-woo-checkout-form {
display: flex;
flex-direction: column;
}
.cart-main-form {
width: auto !important;
}
.cart-totals-next-main-form {
width: auto !important;
}
.woocommerce-billing-fields__field-wrapper label {
font-size: 14px;
}
.main-items-single-page
.ht-page-the-content
.woocommerce-order-details
table {
padding: 10px;
}
.ht-woo-tg-payment-method p {
text-align: center;
}
.ht-woo-tg-order-overview li {
padding-left: 0 !important;
}
.ht-woo-tg-order-overview {
flex-direction: column;
align-items: center;
gap: 50px;
}
.woocommerce ul.order_details li {
border-bottom: 3px dashed #cfc8d8;
border-left: unset;
padding-bottom: 2em;
}
}
.post-card-btn-ttime {
color: var(--gray300, #737373);
text-align: justify;
font-family: Yekan Bakh FaNum;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 180%;
letter-spacing: -0.75px;
}
.nav-links a.page-numbers:nth-child(odd) {
border-radius: 0 !important;
background: var(--panel-box-color, #f7f7f7);
color: var(--gray-100, #aeaeae);
text-decoration: none;
}
.nav-links span:nth-child(odd) {
border-radius: 0 !important;
background: var(--panel-box-color, #f7f7f7);
color: var(--gray-100, #aeaeae);
text-decoration: none;
}
.nav-links a.page-numbers,
span:nth-child(even) {
background-color: transparent;
text-decoration: none;
}
span.page-numbers.current {
padding-inline: 20px;
text-align: center;
border-radius: 0 !important;
margin: 0 !important;
font: var(--font-t-14-semibold);
}
.nav-links span,
a {
display: flex;
align-items: center;
}
.nav-links span.current {
background: var(--color-secondery500, #d0a767) !important;
color: #fff;
}
.nav-links a {
color: var(--gray-100, #aeaeae);
display: flex;
align-items: center;
}
.nav-links a.next.page-numbers {
background: var(--panel-box-color, #f7f7f7) !important;
border-top-left-radius: 8px !important;
border-bottom-left-radius: 8px !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-right: 1px solid var(--gray-100, #aeaeae);
}
.tg-searchform {
background-color: var(--panel-box-color, #f7f7f7);
border-radius: 10px;
}
.nav-links a.prev.page-numbers {
border-top-right-radius: 8px !important;
border-bottom-right-radius: 8px !important;
border-left: 1px solid var(--gray-100, #aeaeae);
}
.ht-next-pagination {
font-weight: 600 !important;
background: var(--panel-box-color, #f7f7f7) !important;
color: #737373 !important;
}
.sidebar-tk {
width: 24%;
}
@media only screen and (max-width: 1170px) {
.tg-main-archive {
flex-direction: column !important;
display: flex;
justify-content: center;
}
.th-archive-blog {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.th-container__arcs {
width: 100%;
}
.sidebar-tk {
width: 100%;
}
}
.wpcf7-form {
border-radius: 16px;
background: var(--gray50, #f7f7f7);
padding-inline: 20px;
padding-block: 10px;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
color: var(--gray400, #979797);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.7px;
}
.wpcf7-response-output {
margin-block: 10px !important;
border: unset !important;
color: var(--gray400, #565656);
text-align: justify;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.8px;
}
.wpcf7-not-valid-tip {
margin-block: 10px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.8px;
}
.th_product_social a span i {
margin-left: 13px !important;
}
@media only screen and (max-width: 1170px) {
.th_product_social {
gap: 10px;
}
}
.blog-img-card img { height: 185px !important;
flex-shrink: 0;
border-radius: 16px !important;
}
.blog-card-footer {
justify-content: space-between;
}
.mySwiperposts {
padding: 10px;
}
.woocommerce-breadcrumb {
margin-block: 26px;
color: var(--gray500, #676767);
text-align: right; font-family: "Yekan Bakh FaNum";
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 24px; letter-spacing: -0.45px;
display: flex;
align-items: center;
}
.archive-projects-card-first-tk {
display: flex;
flex-direction: column;
}
.full-card-section-tk {
width: 306px;
margin-top: 10px;
height: 409px !important;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.archive-projects-card-second-tk {
display: flex;
width: 100%;
flex-direction: column;
gap: 20px;
}
.button-projects-tk {
border-radius: 8px;
background: var(--panel-box-color, #f7f7f7) !important;
}
.button-projects-tk span {
color: var(--gray300, #737373) !important;
}
.button-projects-tk a {
color: var(--gray300, #737373) !important;
}
.tg-project-btn:hover .button-projects-tk {
background-color: var(--color-secondery500) !important;
transition: 0.5s;
}
.tg-project-btn:hover .button-projects-tk a {
transition: 0.5s;
color: var(--white) !important;
}
.tg-project-btn:hover .button-projects-tk span {
transition: 0.5s;
color: var(--white) !important;
}
.after-line-projects-tk::after {
content: "";
display: block;
margin-right: 9px;
width: 1px;
height: 68px;
background: #f7f7f7;
}
.after-line-projects-tk {
display: flex;
}
.tg-project-card {
width: 76%;
justify-content: center;  }
.tg-project-card-search {
width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1400px) {
.tg-project-card {  }
}
@media screen and (max-width: 992px) {
.tg-project-card {  }
.woocommerce-breadcrumb {
font-size: 12px;
}
.my-account-tk {
display: flex;
flex-direction: column;
}
.woo-nav-ph-li {
width: 100% !important;
}
.woocommerce-MyAccount-content {
width: 100% !important;
}
}
@media screen and (max-width: 999px) {
.tg-project-main {
display: flex !important; justify-content: center !important;
align-items: center;
}
.sidbar-projects-tk {
width: 95% !important;
}
}
@media screen and (max-width: 768px) {
.tg-project-main {
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
align-items: center;
}
.tg-project-card {  }
.tg-project-card-search-arc {
grid-template-columns: repeat(2, 1fr);
}
.sidbar-projects-tk {
width: 100%;
}
}
@media screen and (max-width: 576px) {
.tg-project-card {
width: 100%;
}
.tg-project-card-search-arc {
grid-template-columns: repeat(1, 1fr);
}
}
.archive-projects-card-first-tk .archive-image a .th_line__image {
height: 168px !important;
flex-shrink: 0;
border-radius: 16px !important;
}
.archive-projects-card-first-tk .archive-image a {
justify-content: center;
}
.children-card-project-tk {
height: fit-content;
display: flex;
justify-content: center;
position: relative;
}
.children-card-project-tk:hover::before {
transition: 0.5s !important;
content: "";
width: 220px;
top: 0px;
height: 18px;
background-color: #d0a767;
position: absolute;
z-index: -1;
border-radius: 24px;
}
.children-card-project-tk:hover:after {
transition: 0.5s !important;
content: "";
width: 220px;
height: 18px;
background-color: #d0a767;
position: absolute;
z-index: -1;
bottom: -9px;
border-radius: 24px;
}
.zoom_img img {
width: 100%;
max-width: 1178px !important;
max-height: 550px !important;
border-radius: 8px;
margin-top: 50px;
flex-shrink: 0;
}
.zoom_img {
display: flex;
justify-content: center;
max-width: 100% !important;
max-height: 100% !important;
flex-shrink: 0;
}
.zoom_img_picture img {
width: 146px !important;
height: 146px !important;
border-radius: 8px !important;
}
@media screen  and (max-width: 775px) {
.zoom_img_picture img {
width: 100px !important;
height: 100px !important;
}
}
.slide-picture-project-tk {
background-color: unset !important;
box-shadow: none !important;
}
.gallery-thumbs {
position: relative;
}
.gradiant-project-left-tk {
z-index: 2;
position: absolute;
left: -1px;
width: 125px;
rotate: 180deg;
height: 102%;
border-radius: 8px 0 0 8px;
background: linear-gradient(270deg, #f7f7f7 23%, rgba(255, 255, 255, 0) 100%);
}
.gradiant-project-right-tk {
z-index: 3;
position: absolute;
right: -1px;
width: 125px;
height: 100%;
border-radius: 8px 0 0 8px;
background: linear-gradient(270deg, #f7f7f7 38%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
.gradiant-project-right-tk,
.gradiant-project-left-tk {
display: none;
}
}
.gs-swiper-button-next {
left: 3px !important;
color: var(--white) !important;
}
.gs-swiper-button-next::after {
font-size: 13px !important;
}
.gs-swiper-button-next:hover {
background-color: var(--color-secondery500) !important;
}
.gs-swiper-button-next {
padding-inline: 20px !important;
width: 38px;
height: 38px;
flex-shrink: 0;
border-radius: 8px;
}
.gs-swiper-button-prev {
right: 3px !important;
color: var(--white) !important;
}
.gs-swiper-button-prev::after {
font-size: 13px !important;
}
.gs-swiper-button-prev:hover {
background-color: var(--color-secondery500) !important;
}
.gs-swiper-button-prev {
padding-inline: 20px !important;
width: 38px;
height: 38px;
border-radius: 8px;
}
.details-style-project-tk {
color: rgba(43, 55, 66, 0.5) !important;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 180%;
letter-spacing: -0.75px;
padding-inline: 5px;
display: flex;
align-items: center;
gap: 7px;
justify-content: center;
border-radius: 8px;
background: #fff;
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.1);
width: 110px;
height: 50px;
flex-shrink: 0;
}
.line-dettails-project-tk::after {
content: "";
display: block;
margin-top: 15px;
width: 100%;
height: 1px;
opacity: 0.3;
background: #aeaeae;
}
.details-style-project-tk span i::before {
color: var(--color-secondery500) !important;
}
.number-details-projects-tk {
color: var(--gray400) !important;
font-size: 15px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 180% !important;
letter-spacing: -0.75px;
}
.content-text-project-tk p {
color: var(--gray400, #565656);
text-align: justify;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.8px;
}
.icon-font-project-tk {
font-size: 20px;
}
.main-slider-project-tk {
border-radius: 16px;
background: var(--panel-box-color, #f7f7f7);
}
.slide-big-picture-project-tk {
padding-inline: 20px;
width: 100% !important;
box-shadow: none !important;
border: none !important;
background: var(--panel-box-color) !important;
border: none !important;
border-radius: 0 !important;
}
.related-projects-tk .project-cards {
width: 306px !important;
flex-shrink: 0;
border-radius: 24px;
background: #fff;
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.1);
}
.related-projects-tk .project-cards .img-card img {
border-radius: 16px;
background: url(//tatbuilding.com/wp-content/themes/TejaratGostar/<path-to-image>) lightgray 0 -1.979px / 100% 102.355% no-repeat;
width: 258px;
height: 168px;
flex-shrink: 0;
}
.project-related-card-first-tk {
display: flex;
flex-direction: column;
}
.project-related-card-second-tk {
display: flex;
flex-direction: column;
gap: 10px;
}
.project-related-card-second-tk .employer {
color: rgba(43, 55, 66, 0.5);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.6px;
}
.project-related-card-second-tk .Company {
color: #656565;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.6px;
}
@media screen and (max-width: 768px) {
.gallery-slider {
height: 300px !important;
}
.zoom_img img {
height: 100% !important;
}
.zoom_img {
height: 100% !important;
}
}
.related-button-tk {
border-radius: 8px !important;
background: var(--panel-box-color, #f7f7f7) !important;
}
.related-button-tk span {
color: var(--gray300, #737373) !important;
}
.related-button-tk a {
color: var(--gray300, #737373) !important;
}
.related-button-tk:hover {
background-color: var(--color-secondery500) !important;
transition: 0.5s;
}
.related-button-tk:hover a {
color: var(--white) !important;
transition: 0.5s;
}
.related-button-tk:hover span {
color: var(--white) !important;
transition: 0.5s;
}
.Importation-icon span::before {
font-size: 20px !important;
}
.woo-nav-ph-li ul li {
width: 100% !important;
}
.code-peronal-account-tk {
display: flex;
gap: 5px;
}
.code-perosnal-account-id-tk {
color: var(--color-secondery500, #d0a767);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 185.5%;
}
.woo-nav-ph-li ul a {
display: flex;
flex-direction: column;
}
.woo-nav-ph-li ul a::after {
content: "";
margin-block: 5px;
width: 93%;
height: 1px;
background: rgba(224, 224, 224, 0.8);
}
.myaccount-dashboard-tk {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.text-login-dashboard-tk {
display: flex;
}
.myaccount-dashboard-tk p a {
width: 100%;
}
.woocommerce-Button--next:hover {
color: var(--white) !important;
background-color: var(--color-primery500) !important;
}
.ht-woo-download-tit-linka {
width: fit-content !important;
}
.ht-woo-download-tit-and-linka {
max-width: 131px !important;
}
@media screen and (max-width: 1400px) {
.ht-woo-download-tit-and-linka-dl {
display: flex;
flex-direction: column;
}
}
@media screen and (max-width: 768px) {
.woo-acc-change-pass-tk {
display: flex;
width: 100%;
gap: 10px;
flex-direction: column;
}
.woo-acc-change-pass-tk p {
width: 100% !important;
}
.ht-woo-order-downloads-table tbody tr {
margin-bottom: 0;
margin-top: 0;
}
.ht-woo-order-downloads-table tbody tr::after {
content: "";
display: block;
width: 100%;
height: 1px;
background: rgba(224, 224, 224, 0.8);
margin-block: 25px;
}
.woo-dash-adress-section {
padding: 10px;
padding-right: 20px;
}
.woo-dash-adress-section a {
padding: 10px;
}
.woocommerce-MyAccount-content {
padding: 15px;
}
}
.woocommerce-Button--previous:hover {
background-color: var(--color-primery500) !important;
color: var(--white) !important;
}
.woo-address-notic {
display: none;
}
.woo-dash-adress-section a::before {
content: "\2b";
padding-left: 5px;
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900);
padding-right: 5px;
margin: 0 4px;
}
.edit-account-tk {
width: 100%;
}
.edit-account-tk .form-row label {
color: var(--color-secondery500, #d0a767);
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.7px;
}
.edit-password-account-tk {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.text-show-name-person-tk {
color: var(--gray-100, #aeaeae);
text-align: right;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.shower-name-and-email-tk {
justify-content: space-between;
display: flex;
}
.form-shower-name-tk {
width: 67%;
}
.form-email-tk {
width: 31%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 49%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
text-align: right;
color: var(--gray300, #737373);
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.7px;
}
.woocommerce_edit_account_title {
width: 100%;
color: var(--gray500, #383838);
text-align: right;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.9px;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
content: "\f070";
font-family: var(--fa-style-family, "Font Awesome 6 Free");
padding-right: 5px;
padding-top: 2px;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
content: "\f06e";
font-family: var(--fa-style-family, "Font Awesome 6 Free");
padding-right: 5px;
padding-top: 2px;
}
.show-password-input {
display: flex;
align-items: center;
}
.woo-acc-change-pass-tk {
display: flex;
width: 100%;
gap: 20px;
}
.woo-acc-change-pass-tk p {
width: 32%;
}
.woo-btn-submit-edit-account-tk {
margin-top: 41px !important;
text-align: left;
}
.woo-btn-submit-edit-account-tk button {
border-radius: 8px !important;
background: var(--color-secondery500, #d0a767) !important;
color: var(--white) !important;
font-size: 16px;
font-style: normal;
font-weight: 600 !important;
line-height: 28px;
padding: 13px 31px !important;
}
.woo-btn-submit-edit-account-tk button:hover {
background: var(--white) !important;
color: var(--color-secondery500) !important;
}
.ht-woocommerce-message {
color: var(--gray, #656565);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
border: 1px var(--color-secondery500) solid !important;
border-radius: 16px;
background: var(--gray50, #f7f7f7);
padding: 20px;
margin-bottom: 20px;
display: flex;
justify-content: space-between; } .login-page-tk {
top: 9%;
right: 0;
position: absolute;
width: 100%;
max-width: 472px;
height: 471px;
border-radius: 25px;
background: var(--Gray-Gray-100, #f5f6f7);
padding: 36px;
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce-form-login {
max-width: 887px;
width: 100%;
position: relative;
border: unset !important;
margin: 0 auto !important;
}
.login-page-title-tk {
color: var(--color-primery500, #29574a);
text-align: right;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.9px;
}
.form-row-wide-tk {
position: relative;
}
.icon-email-tk {
left: 18px;
position: absolute;
top: 17px;
font-size: 20px;
color: var(--panel-background);
}
.tg-icons-email-log-in {
top: 15px !important;
}
.woocommerce-form-register {
margin: 0 auto !important;
}
.rememberme-login-tk {
color: var(--gray-100, #aeaeae) !important;
text-align: right;
font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 20px !important;
letter-spacing: -0.6px;
}
.htmobile-menu-wrap .htmobile-aside-close {
background-color: var(--color-secondery500);
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
color: #fff;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
display: flex;
gap: 5px;
}
.rememberme-and-forgot-login-tk {
display: flex;
margin-block: 10px;
align-items: center;
justify-content: space-between;
}
#myAccountlog {
margin: 0 auto !important;
}
.tg-log-in-home-link {
z-index: 420;
position: relative;
color: var(--color-primery500);
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 181%;
letter-spacing: -0.7px;
width: 48%;
margin-top: -36px;
justify-content: center;
}
.tg-log-in-home-link:hover {
color: var(--color-secondery500);
}
.lost_password_tk a {
color: var(--gray400) !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
letter-spacing: -0.7px;
}
.lost_password_tk {
width: 55%;
}
.btn-login-tk {
width: 100%;
bottom: 30px;
margin-top: 5px;
display: flex;
align-items: end;
}
.btn-login-tk button {
padding: 5px 30px !important;
color: var(--white) !important;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
border-radius: 8px !important;
background: var(--color-secondery500) !important;
}
.btn-login-tk button:hover {
background: var(--white) !important;
color: var(--color-secondery500) !important;
}
.login-img-tk {
background-color: var(--color-primery500);
border-radius: 25px;
background: rgba(41, 87, 74, 0.8);
width: 79%;
height: 533px;
flex-shrink: 0;
position: relative;
margin-right: 119px;
overflow: hidden;
}
.login-img-tk img {
width: 100% !important;
height: 100% !important;
}
.woocommerce-form-register {
position: relative;
max-width: 887px;
width: 100%;
border: unset !important;
}
.sign-page-tk {
right: 0;
width: 100%;
max-width: 472px;
top: 9%;
position: absolute;
height: 483px;
border-radius: 25px;
background: var(--Gray-Gray-100, #f5f6f7);
padding: 36px;
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.1);
}
.login-page-tk .woocommerce-form-row {
margin-block: 20px !important;
}
.tg-woocamerce-custom-Privacy-Policy {
margin-top: 5px;
display: flex;
flex-direction: row;
gap: 5px;
}
.tg-woocamerce-custom-Privacy-Policy .woocommerce-privacy-policy-text p {
display: flex;
justify-content: center;
}
.sign-page-tk label {
display: none !important;
}
.btn-sign-tk button {
padding: 15px 30px !important;
color: var(--white) !important;
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
border-radius: 8px !important;
background: var(--color-secondery500) !important;
}
.form-email-sign-tk {
position: relative;
margin-block: 20px !important;
}
.woocommerce-privacy-policy-text p {
display: flex;
color: var(--gray-100, #aeaeae);
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 181%;
letter-spacing: -0.7px;
}
.woocommerce-privacy-policy-text a {
font-size: 14px !important;
}
.woocommerce-privacy-policy-text a:hover {
color: var(--color-secondery500) !important;
}
.tg-change-page:hover {
color: var(--color-primery500) !important;
}
#customer_login {
display: flex;
flex-direction: column !important;
}
.btn-sign-tk button:hover {
background: var(--white) !important;
color: var(--color-secondery500) !important;
}
.dashboard-custom-root-tk {
margin-block: 10%;
}
.tg-myaccunt-link:hover {
background-color: var(--panel-background) !important;
transition: 0.5s;
color: var(--white) !important;
}
.login-page-tk input {
border-radius: 8px;
background: var(--Gray-Gray-100, #f5f6f7);
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.1);
}
.sign-page-tk input {
border-radius: 8px;
background: var(--Gray-Gray-100, #f5f6f7);
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.1);
}
.form-name-sign-tk {
position: relative;
}
@media screen and (max-width: 1350px) {
.tg-log-in-home-link {
width: 33%;
}
}
@media screen and (max-width: 1200px) {
.tg-log-in-home-link {
color: var(--white) !important;
display: none;
}
}
@media screen and (max-width: 1400px) {
.tg-log-in-home-link {
left: -169px !important;
}
}
@media screen and (max-width: 768px) {
.login-img-tk {
margin-right: 0;
width: 100%;
}
.tg-log-in-home-link {
top: -58px;
left: -42px !important;
}
.sign-page-tk {
padding: 15px;
margin-top: 10px;
height: fit-content;
}
.login-page-tk {
margin-top: 17px;
padding: 15px;
top: 40px;
height: 450px !important;
}
.btn-login-tk {
margin-top: 0;
}
}
.register-icon-websidte-tk {
position: absolute;
left: 15%;
top: 48%;
z-index: 100;
}
.ordering-tk {
height: fit-content !important;
border-radius: 4px;
padding: 10px !important;
background: var(--panel-box-color, #f7f7f7);
cursor: pointer;
}
.shop-sidebar {
display: flex;
flex-direction: column;
gap: 15px;
}
.orderby {
cursor: pointer;
}
.woocommerce-ordering-text::after {
content: "";
width: 1px;
height: 20px;
background: #aeaeae;
margin-inline: 8px;
margin-right: 13px;
}
.woocommerce-ordering-text {
display: flex;
}
.woocommerce-ordering-text p {
color: var(--gray-100, #aeaeae);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.39px;
}
.product-quantity .quantity input {
border-radius: 8px;
height: 59px;
background: var(--panel-box-color, #f7f7f7);
}
.bi-x-lg::before {
font-weight: 700 !important;
}
.off-copon-tk {
display: flex;
justify-content: space-between;
}
.coupon-title-tk {
color: var(--gray500, #383838);
text-align: right;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 28px;
letter-spacing: -0.85px;
}
.cart_totals table tr {
margin-block: 10px !important;
}
.shipping-calculator-button {
width: 100%;
display: flex;
justify-content: end;
color: var(--color-secondery500);
}
.address-field {
text-align: right;
}
#calc_shipping_country_field {
text-align: right;
}
.update-btn-location-tk button {
border-radius: 8px !important;
background: var(--color-secondery500, #d0a767) !important;
color: var(--white) !important;
}
.update-btn-location-tk {
margin-top: 10px !important;
}
.update-btn-location-tk button:hover {
background: var(--white) !important;
color: var(--color-secondery500) !important;
}
.wc-proceed-to-checkout a:hover {
background: var(--white) !important;
color: var(--color-secondery500) !important;
}
.ht-woo-btn-coponupdate:hover {
background: var(--white) !important;
color: var(--color-secondery500) !important;
}
.ht-woo-cart-button-warpre .text-end .ht-woo-btn:hover {
background: var(--white) !important;
color: var(--color-secondery500) !important;
}
.ht-woo-product-li a {
flex-direction: column !important;
}
.ht-woo-product-li a img {
width: 100% !important;
max-width: 270.84px !important;
height: 162.26px !important;
flex-shrink: 0;
}
.ht-woo-product-li {
max-width: 305px !important;
min-height: 356.24px !important;
flex-shrink: 0;
}
.ht-woo-card-price-holder .ht-woo-discount {
height: 20px;
padding-inline: 20px;
margin-right: 10px;
background-color: var(--color-secondery500);
color: var(--white) !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
letter-spacing: -0.8px !important;
}
.wcapf-noui-connect {
background-color: var(--color-secondery500) !important;
}
.ht-woo-main-and-side
.ht-woo-products
.ht-woo-product-card
.ht-woo-product-li
.ht-woo-price
.ht-woo-single-reg-price
.woocommerce-Price-currencySymbol {
color: var(--color-primery500, #29574a);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 185.5%;
}
.ht-single-product .slick-track .iconsax-outline-search-normal-1,
.ht-single-product .wpa-product-gallery-thumbs .wpawg-prev,
.ht-single-product .wpa-product-gallery-thumbs .wpawg-next {
display: none !important;
}
.ht-single-product .wpawg-next .iconsax-outline-arrow-right-3::before,
.ht-single-product .wpawg-prev .iconsax-outline-arrow-left-2::before {
font-size: 17px;
font-weight: 700;
opacity: 0.5;
}
.ht-single-product .wpawg-next .iconsax-outline-arrow-right-3,
.ht-single-product .wpawg-prev .iconsax-outline-arrow-left-2 {
display: flex;
width: 20px;
padding: 13px;
height: 20px;
justify-content: center;
align-items: center;
border-radius: 10px;
border: 2px solid #bebebe;
}
.ht-single-product .wpawg-next .iconsax-outline-arrow-right-3:hover,
.ht-single-product .wpawg-prev .iconsax-outline-arrow-left-2:hover {
border-color: var(--color-secondery500);
color: var(--color-secondery500) !important;
}
.woocamerce-dashbord-text {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 100px;
gap: 37px;
}
.custom-dashbord-text {
color: var(--gray300, #737373);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.woocommerce-MyAccount-Welcome strong,
.woocommerce-MyAccount-Welcome a {
color: var(--color-primary-500);
margin: 0 4px;
}
.ht-woo-price {
text-align: left !important;
}
.products-shop-card-tk {
display: grid !important;
width: 100% !important; }
@media screen and (max-width: 1400px) {
.ht-woo-main-and-side aside {
width: 36%;
}
.products-shop-card-tk { }
}
@media screen and (max-width: 1200px) {
.ht-woo-main-and-side aside {
width: 29%;
}
}
@media screen and (max-width: 992px) {
.products-shop-card-tk { }
.ht-woo-main-and-side aside {
width: 50%;
}
}
@media screen and (min-width: 1400px) {
.ht-woo-main-and-side aside {
width: 25%;
}
}
@media screen and (max-width: 768px) {
.ht-woo-main-and-side {
flex-direction: column-reverse;
justify-content: center !important;
align-items: center !important;
} .ht-woo-products {
margin-top: 8%;
}
.ht-woo-main-and-side aside {
width: 100%;
margin: 0 auto;
}
.products-shop-card-tk {
margin-top: 30px;
}
}
.ht-woo-pagination .page-numbers {
justify-content: center;
display: flex;
}
.ht-woo-pagination .page-numbers li:nth-child(odd) a {
background: var(--panel-box-color, #f7f7f7);
color: var(--price-color);
}
.ht-woo-pagination .page-numbers li {
color: var(--price-color);
display: flex;
align-items: center;
}
.ht-woo-pagination .page-numbers li span {
padding-block: 15px;
padding-inline: 24px;
color: var(--white);
background: var(--color-secondery500, #d0a767) !important;
}
.ht-woo-pagination .page-numbers li {
border-radius: 0;
}
.ht-woo-pagination .page-numbers li:last-child {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
background: var(--panel-box-color, #f7f7f7);
color: var(--price-color);
border-right: 1px solid var(--gray-100, #aeaeae);
}
.ht-woo-pagination .page-numbers li:first-child {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
background: var(--panel-box-color, #f7f7f7);
color: var(--price-color);
border-left: 1px solid var(--gray-100, #aeaeae);
}
.ht-woo-pagination .page-numbers li:first-child a {
border-top-right-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.ht-woo-pagination .page-numbers li::last-child a {
border-top-right-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
.rate-card-arc-product {
display: flex;
align-items: center;
gap: 10px;
justify-content: end;
}
.rate-card-arc-product p {
color: var(--gray-100, #aeaeae);
text-align: right; font-family: "Yekan Bakh FaNum";
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 185.5%; text-decoration-line: strikethrough;
}
.bi-star-fill::before {
color: #ffd800;
}
.ht-filter-shop-ajax {
color: var(--gray, #656565);
text-align: start;
font-family: "Yekan Bakh FaNum";
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.85px;
}
.wcapf-form div h4 {
color: var(--gray300, #737373);
text-align: center;
font-family: "Yekan Bakh FaNum";
font-size: 16px !important;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.widget-product-price-info {
display: flex;
justify-content: space-between;
}
.widget_tg_projects_search_widget {
padding: 2px;
border-radius: 8px;
}
.widget_tg_projects_search_widget,
.ht-woo-search-field {
background-color: var(--gray1) !important;
}
.widget-product-price-info .discount-percentage {
height: 20px;
padding-inline: 20px;
margin-right: 10px;
background-color: var(--color-secondery500);
color: var(--white) !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
border-radius: 4px;
}
.ht-woo-single-meta {
display: flex;
align-items: center;
gap: 10px;
}
.available-in-stock-tk {
border-radius: 8px;
background: var(--btn-background);
padding-inline: 10px;
padding-block: 5px;
color: var(--color-secondery500);
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 185.5%;
letter-spacing: -0.75px;
}
.ht-woo-single-product-tabs li {
background-color: var(--btn-background);
}
.tabs.wc-tabs.ht-woo-single-product-tabs li.active {
background-color: var(--color-secondery500) !important;
color: var(--white);
}
.tabs.wc-tabs.ht-woo-single-product-tabs li.active a {
color: #fff;
}
.ht-woo-single-title-tab-des {
color: var(--gray300, #737373);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 22px;
letter-spacing: -1.1px;
}
.sale-main-price-related-single-product-tk {
display: flex;
gap: 5px;
}
.mySwiperRelativeProducts
.swiper-tejarat
.swiper-slide-ht-relative
.ht-woo-all-sale-price
.ht-woo-single-reg-price
.woocommerce-Price-currencySymbol {
color: var(--color-primery500, #29574a);
text-align: right;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 185.5%;
}
.mySwiperRelativeProducts .swiper-tejarat .woocommerce-Price-currencySymbol {
color: var(--color-primery500, #29574a);
text-align: right;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 185.5%;
}
.mySwiperRelativeProducts .swiper-tejarat .ht-archive-product-categories {
color: rgba(101, 101, 101, 0.5);
text-align: center;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.8px;
}
.swiper-tejarat .swiper-slide-ht-relative {
justify-content: center;
display: flex;
}
@media screen and (max-width: 420px) {
.ht-woo-single-meta-tag-desc {
flex-direction: column;
}
.ht-woo-single-meta-desc {
flex-direction: column;
}
}
.ht-comment-form-rating label {
width: fit-content !important;
color: var(--price-color) !important;
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 15px;
letter-spacing: -0.42px;
text-transform: lowercase;
}
.ht-woo-hr-tk {
height: 20px;
background-color: red;
}
.tg-orders-tab-tk {
position: relative;
top: 15px;
}
.tg-orders-tab-tk td:first-child {
padding-right: 10px !important ;
}
.ht-woo-download-download-file:hover a {
color: var(--color-secondery500) !important;
}
.single-product-prop
.ht-woo-card-price-holder
.ht-woo-single-price
.ht-woo-single-reg-price {
color: var(--price-color) !important;
font-size: 17px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 185.5% !important;
text-decoration-line: strikethrough;
}
.ht-woo-single-sale-price {
color: var(--color-primery500, #29574a);
font-family: "Yekan Bakh FaNum";
font-size: 25px;
font-style: normal;
font-weight: 900;
line-height: 185.5%;
}
.ht-woo-card-price-holder .ht-woo-single-price {
align-items: end;
}
.ht-woo-single-all-sale-price .ht-woo-single-discount {
border-radius: 4px 4px 4px 0;
background: var(--color-secondery500);
color: var(--white);
padding-inline: 10px;
}
.wpa-product-gallery-thumbs.slick-slider .slick-slide img {
width: 80px;
height: 80px;
border-radius: 8px;
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.05);
padding: 7px;
}
.icon-slider-btn-tk {
border: 1px solid #000;
padding: 5px;
border-radius: 6px;
color: #bebebe;
}
.slider-woo-tk {
width: 37% !important;
}
@media screen and (max-width: 1200px) {
.ht-single-product {
flex-direction: column;
align-items: center;
}
.slider-woo-tk {
width: 100% !important;
}
}
.tg-single-product-title {
color: var(--gray300) !important;
font-size: 22px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: 22px !important;
letter-spacing: -1.1px;
}
.ht-woo-product-li .ht-woo-single-reg-price {
color: var(--color-primery500, #29574a);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 25px;
font-style: normal;
font-weight: 900;
line-height: 185.5%;
}
@media screen and (max-width: 576px) {
.wpa-woocommerce-product-gallery {
width: 100% !important;
}
.ht-woo-product-card {
display: flex;
justify-content: center;
}
}
@media screen and (max-width: 1200px) {
.wpa-woocommerce-product-gallery {
width: 50% !important;
}
}
@media screen and (max-width: 992px) {
.wpa-woocommerce-product-gallery {
width: 100% !important;
}
}
@media screen and (max-width: 512px) {
.single-product-prop {
flex-direction: column;
}
.tg-woo-single-tab-share {
flex-direction: column-reverse;
gap: 20px;
}
form.cart.row.ht-single-product-form {
display: flex;
justify-content: center;
}
}
.container-tk {
max-width: 1400px !important;
}
.sidbar-projects-tk {
width: 25%;
}
.ht-woocommerce-checkout-payment {
margin-top: 50px;
width: 71%;
padding: 30px;
background: var(--panel-box-color) !important;
}
.payment_methods {
gap: 20px;
border-bottom: none !important;
}
.payment_method_cod {
background: var(--panel-box-color) !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;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
padding: 0 !important;
}
.order-total {
align-items: center;
}
.form-add-to-cart-tk {
margin-bottom: 100px;
display: flex !important;
gap: 20px;
}
@media screen and (max-width: 1200px) {
.form-add-to-cart-tk {
flex-direction: column;
}
.tg-pey-form {
width: 100%;
}
.tg-pey-form .tg-checkout-button {
width: 200px !important;
}
}
.ht-woocommerce-error {
border-radius: 16px;
background: var(--panel-box-color, #f7f7f7);
padding: 20px;
}
.ht-order-details-tbody {
color: var(--price-color);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 180%;
letter-spacing: -0.75px;
}
.ht-order-details-thead tr th {
color: var(--gray300, #737373);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.85px;
}
.woocommerce-result-count {
display: none !important;
}
.clear-all-btn-layout-inline {
display: none !important;
}
.wcapf-filter-item::after {
content: "";
width: 100%;
background: rgba(224, 224, 224, 0.8);
height: 1px;
}
.wcapf-filter-item .wcapf-nav-item-text {
line-height: 45px;
}
.wcapf-form div {
display: flex;
flex-direction: column;
}
.project-search-form {
background: var(--gray1, #f7f7f7);
border-radius: 16px;
padding: 5px 4px;
}
.woocommerce-breadcrumb .iconsax-outline-arrow-left-2:before {
color: var(--color-secondery500, #d0a767) !important;
}
.single-product-prop .ht-woo-single-price .woocommerce-Price-currencySymbol {
color: var(--color-primery500, #29574a);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 12px !important;
font-style: normal;
font-weight: 700;
line-height: 185.5%;
}
.ht-woo-single-reg-price-line .woocommerce-Price-currencySymbol {
display: none;
}
.ht-woo-single-variation-button button {
padding-block: 1px !important;
height: 49px !important;
}
.ht-woocommerce-product-attributes {
overflow: hidden;
font-family: "Yekan Bakh FaNum";
color: var(--gray400, #565656) !important;
text-align: justify;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.8px;
border-radius: 15px !important;
background: var(--gray1, #f7f7f7) !important;
padding: 18px;
}
.show-all-related-tk i {
color: var(--color-secondery500, #d0a767);
font-weight: 700;
display: flex;
align-items: center;
}
.show-all-related-tk {
align-items: center;
}
.show-all-related-tk a {
color: #656565;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}
@media screen and (max-width: 450px) {
ul.ht-woo-single-product-tabs li {
padding: 10px 4px;
}
}
@media screen and (max-width: 999px) {
.comment-form .logged-in-as { }
}
@media screen and (max-width: 768px) {
.commnet-fields {
display: flex !important;
flex-direction: column !important;
gap: 20px !important;
}
}
@media screen and (max-width: 500px) {
.ht-woo-shop-header {
flex-direction: column;
}
.ordering-tk {
width: 250px;
}
}
.name-of-comment-review-tk {
display: flex;
}
.tg-product-comments-rating-main {
color: var(--gray300, #737373);
text-align: right;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 185.5%;
letter-spacing: -0.75px;
}
.tg-product-comments-rating strong {
color: var(--color-secondery500);
}
.main-date-of-comment-review-tk {
gap: 2px;
display: flex;
}
.date-of-comment-review-tk {
color: var(--gray300, #737373);
text-align: right;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 185.5%;
letter-spacing: -0.75px;
}
.date-comment-review-tk {
color: var(--color-secondery500, #d0a767);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 185.5%;
letter-spacing: -0.75px;
}
.comment-list li {
margin-block: 20px;
padding-left: 6%;
}
.comment-list .ht-woo-review {
margin-right: 8%;
margin-left: 5%;
}
.project-details-container div div p {
color: rgba(43, 55, 66, 0.5);
text-align: center;
font-family: "Yekan Bakh FaNum";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.6px;
}
.project-details-container div span {
color: #656565;
font-family: "Yekan Bakh FaNum";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.6px;
}
.gradiant-single-project-tk {
position: absolute;
left: 0;
width: 125px;
border-radius: 8px 0 0 8px;
background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.shipping th {
color: var(--gray-100, #aeaeae);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
@media screen and (max-width: 1200px) {
.ht-woo-cart-tbody {
flex-direction: column;
align-items: center;
}
.ht-woo-cart-button-warpre {
width: 100%;
}
.coupon-ht-holder-all-cop {
width: 100%;
}
.ht-woo-cart-coupon-collat {
align-items: center !important;
justify-content: center;
}
.sale-coupon-tk {
width: 100% !important;
}
}
.sale-coupon-tk {
border-radius: 16px;
background: var(--gray1, #f7f7f7);
flex-direction: column;
width: 75%;
}
@media screen and (max-width: 820px) {
.ht-woo-cart-items {
width: fit-content;
justify-content: center;
align-items: center;
flex-direction: column;
}
.ht-woo-cart-button-warpre {
width: 100%;
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
}
}
.order-total {
color: var(--gray400, #565656);
text-align: right;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.85px;
}
.tg-class-privacy-policy {
font-size: 14px !important;
}
.ht-woo-card-uptit {
color: #bebebe;
text-align: center;
font-family: "Yekan Bakh FaNum";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.7px;
}
.product-price bdi {
color: var(--gray, #656565);
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.product-price bdi .woocommerce-Price-currencySymbol {
color: var(--Gray-Gray-300, #929292);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.product-subtotal bdi {
color: var(--gray, #656565);
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.product-subtotal bdi .woocommerce-Price-currencySymbol {
color: var(--Gray-Gray-300, #929292);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.fist-form-checkout-tk {
display: flex;
justify-content: space-between;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border: none !important;
}
.form-account-add-cart-tk {
width: 71%;
}
.ht-woo-order-details-title label {
display: flex;
gap: 10px;
}
.woocommerce-billing-fields__field-wrapper .required {
display: none;
}
.payment_box {
background-color: unset !important;
color: var(--gray-100, #aeaeae) !important;
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.7px;
}
.payment_methods {
display: flex;
}
.payment_method_bacs {
width: 250px;
height: 124px !important;
padding: 0 !important;
} .ht-woo-payment-merg label {
text-align: right;
align-items: center;
display: flex;
gap: 11px;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.payment_methods input {
appearance: none !important;
border-radius: 50%;
width: 16px;
height: 16px;
border: 2px solid #999;
transition: 0.2s all linear;
margin-right: 5px;
position: relative;
top: 4px;
}
.payment_methods input:checked {
border: 6px solid var(--color-secondery500) !important;
} .ht-woocommerce-checkout-payment button {
width: 200px !important;
}
.ht-woocommerce-checkout-payment .place-order {
padding: 0 !important;
}
@media screen and (max-width: 1200px) {
.fist-form-checkout-tk {
flex-direction: column;
}
.form-account-add-cart-tk {
width: 100% !important;
}
.ht-woo-review-proces {
width: 100% !important;
margin-top: 20px;
}
.ht-woocommerce-checkout-payment {
width: 100% !important;
}
}
@media screen and (max-width: 550px) {
.payment_methods {
flex-direction: column;
}
}
.addres-oreder-tk {
width: fit-content !important;
color: var(--gray-100, #aeaeae);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.8px;
}
.addres-oreder-tk span {
display: none;
}
.my-account-tk {
display: flex;
width: 100%;
gap: 20px;
}
.ht-woo-myac-user-tk {
display: flex;
padding-right: 10px;
}
.ht-woo-myac-user-edit-tk {
height: 100%;
margin-left: 15px;
padding-top: 10px;
align-items: start;
display: flex;
}
.ht-woo-myac-user-edit-tk i {
font-size: 24px;
color: var(--panel-background) !important;
}
.woo-nav-ph-li {
height: fit-content !important;
}
.ht-page-the-content .woocommerce-form-login {
margin-top: 20px !important;
margin-inline: 0 !important;
border-radius: 16px;
}
.ht-page-the-content .woocommerce-form-login .required {
display: none;
}
.ht-page-the-content .woocommerce-form-login button {
color: var(--white);
border-radius: 8px;
background: var(--color-secondery500, #d0a767);
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.05);
color: #fff;
text-align: right;
font-size: 16px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 28px !important;
letter-spacing: -0.8px !important;
}
.lost_reset_password {
border-radius: 16px;
background: var(--gray1, #f7f7f7);
padding: 30px;
}
.lost_reset_password button {
margin-top: 10px;
color: var(--white) !important;
border-radius: 8px;
background: var(--color-secondery500, #d0a767) !important;
box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.05);
font-size: 16px !important;
font-style: normal !important;
font-weight: 600;
line-height: 28px !important;
letter-spacing: -0.8px !important;
}
#login-pt {
display: flex;
justify-content: center;
width: 100%;
}
.star-rating .rating {
color: var(--color-secondery500) !important;
}
@media only screen and (max-width: 1024px) {
.swiper-button-next {
margin-top: -6% !important;
}
.review ul.children {
background: #fff;
border-radius: 16px;
padding: 5px 30px 20px 0;
margin: 20px 20px 0 0;
}
.tg-project-swiper {
width: 100%;
margin: 0;
margin-bottom: 25px;
}
}
@media screen and (max-width: 970px) {
.swiper-slide-ht-relative::before,
.swiper-slide-ht-relative::after {
display: none;
}
}
.htmega-menu-area {
border: none;
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
color: #fff;
}
.tg-product-wihdet-container .tabs {
padding-top: 32px;
}
.woocommerce-MyAccount-content form {
width: 100%;
}
.woocommerce-MyAccount-content form label {
color: var(--color-secondery500);
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.7px;
}
.woocommerce-MyAccount-content form label abbr {
display: none;
}
.btn-addres-tk {
text-align: left;
margin-top: 14px !important;
}
.btn-addres-tk button {
border-radius: 8px !important;
background: var(--color-secondery500, #d0a767) !important;
color: var(--white) !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 28px !important;
letter-spacing: -0.8px;
}
.btn-addres-tk button:hover {
transition: 0.3s;
background: var(--white) !important;
color: var(--color-secondery500) !important;
}
.woosw-popup-content-top {
background-color: var(--color-primery500) !important;
}
.htmegamenu-content-wrapper {
width: fit-content !important;
}
.tg-mega-menu-wihdet-container {
padding: 0 !important;
}
.ht-woocommerce-info .button {
text-align: center !important;
}
.woosw-item--actions .in-stock {
text-align: left;
}
.single_variation_wrap .price {
color: var(--color-primery500, #29574a);
font-family: "Yekan Bakh FaNum";
font-size: 25px;
font-style: normal;
font-weight: 900;
line-height: 185.5%;
}
.single_variation_wrap .price .woocommerce-Price-currencySymbol {
color: var(--color-primery500, #29574a);
text-align: right;
font-family: "Yekan Bakh FaNum";
font-size: 12px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: 185.5%;
}
.woosw-items .added_to_cart {
position: relative !important;
width: 155px !important;
padding: 8px !important;
margin: 10px !important;
}
circle {
stroke: var(--color-secondery500) !important;
}
.ht-woocommerce-message a:hover {
color: unset !important;
}
@media screen and (max-width: 400px) {
.slider-title {
flex-direction: column;
margin-block:12% !important;
}
}
.htmega-megamenu li {
border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
padding-left: 15px;
}
.htmega-megamenu li:last-child {
border-left: none !important;
}
.ht-woo-main-and-side {
gap: 25px;
}
.wpa-product-gallery button.wpawg-prev {
left: 3px !important;
}
.wpa-product-gallery button.wpawg-next {
right: 3px !important;
}
.slick-track {
padding-block: 10px;
}
.wpa-product-gallery-thumbs.slick-slider .slick-slide.slick-current img {
background-color: #fff;
}
.wpa-product-gallery-thumbs.slick-slider .slick-slide img {
background-color: #fff;
}
.main-share-btn:hover .main-share-btn i {
color: #fff !important;
}
.single-weblog-p1 .ht-woocommerce-message {
justify-content: start;
}
.selected-icon svg path {
stroke: #678f84 !important;
}
.woo-details-pt {
border-radius: 8px;
background: #fff;
}
.woo-details-pt table {
max-width: 850px;
width: 100%;
}
.wc_payment_method input {
width: 26px;
height: 26px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
margin: 0px !important;
}
.selected-icon .input-style-check-pt {
border: 2px solid #d0a767;
border-radius: 100%;
width: 36px;
height: 38px;
}
.input-style-check-pt {
position: relative;
width: 36px;
height: 38px;
padding: 0px 3px;
left: 15px;
}
.post-card-btn-ictime {
font-size: 22px;
}
.ft-single-blog-quotation {
padding: 24px;
}
.nv_blogpost__content_listitem_icon {
padding: 0px !important;
}
.tg-main-archive {
justify-content: start;
}
.tg-menu-custom-style {
top: 36px !important;
}
.tg-m-cfg-form {
background-color: var(--gray1) !important;
}
@media screen and (max-width: 450px) {
.related-itltel-ht {
flex-direction: column;
}
}
@media screen and (max-width: 1200px) {
.logged-in-as {
flex-direction: column;
}
}
.prororor::after {
content: "";
width: 1px;
margin-right: 12px;
height: 68px;
background: var(--panel-box-color);
}
.prororor {
display: flex;
}
.ht-woocommerce-info a.button.wc-forward {
border-radius: 8px;
background: var(--color-primery500, #29574a);
box-shadow: 0px 5px 32px 0px rgba(43, 55, 66, 0.1);
color: var(--white);
} .wcapf-filter-item label {
gap: 6px;
display: flex;
}
.ht-woo-search-button .iconsax-outline-search-normal-1 {
font-size: 24px;
}
.woocommerce-breadcrumb a {
color: #bebebe !important;
text-align: right; font-family: "Yekan Bakh FaNum";
font-size: 15px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: 24px !important; letter-spacing: -0.45px !important;
}
.return-to-shop a{
margin-top: 10px !important;
border-radius: 8px !important;
background: var(--color-primery500) !important; 
color: var(--white) !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: 28px !important; letter-spacing: -0.8px;
}
.a.menu-link.main-menu-link {
font-family: "Yekan Bakh FaNum" !important;
}
.woocommerce-Tabs-panel h2 {
color: var(--gray300, #737373); font-family: "Yekan Bakh FaNum";
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: -1.6px;
}
.htmobile-menu-wrap .menu-expand {
font-size: 13px;
padding-inline: 10px !important;
height: 26px;
padding-top: 14px !important;
position: absolute;
left: 26px;
right: unset;
width: 18px;
cursor: pointer;
line-height: 50px;
position: absolute;
text-align: center;
z-index: 99;
}
@media only screen and (max-width: 1366px) {
.button-main-loginregister {
width: 100% !important;
}
.text-loginregister {
display: none;
}
} @media (max-width: 767px) {
.elementor-2838 .elementor-element.elementor-element-9efc65a {
--min-height: 65vh !important; 
}
}
.tg-tab-button-product {
width: 100%;
justify-content: center;
}
.ht-woo-products {
width: 73%;
}
@media screen and (max-width: 768px) {
.ht-woo-products {
width: 100%;
}
}
@media screen and (max-width: 1200px) {
.tg-project-card {
width: 100%;
justify-content: center;
}
.sidbar-projects-tk {
width: 100%;
}
}