/*
Theme Name: Parsi Tech
Theme URI: https://www.didnegar.com/
Author: parsa rajabi
Author URI: https://github.com/parsa-rajabi-nanami
Description: Parsi Tech is designed to be flexible, versatile and applicable to shopping website.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
Text Domain: parsi-tech
*/

@font-face {
    font-family: 'YekanBakh';
    src: url('./assets/fonts/yekan-bakh/woff2/YekanBakh-Regular.woff2') format('woff2'),
        url('./assets/fonts/yekan-bakh/woff/YekanBakh-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('./assets/fonts/yekan-bakh/woff2/YekanBakh-Bold.woff2') format('woff2'),
        url('./assets/fonts/yekan-bakh/woff/YekanBakh-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'bootstrap-icon';
    src: url('./assets/fonts/bootstrap-icon/bootstrap-icons.woff2') format('woff2'),
        url('./assets/fonts/bootstrap-icon/bootstrap-icons.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}



body {
    font-family: YekanBakh !important;
    line-height: 1.6em !important;
}

:root {
    --pt-tags-mb: 15px;
    --pt-link-color: #0d1b2a;
    --pt-link-hover-color: #ff6d00;
    --pt-title-color: block;
    --pt-primary-color: #fb8500;
    --pt-brd-radius: 5px;
    --pt-brd-color: #e9ecef;
    --pt-list-mb: 20px;
    --pt-list-li-mb: 10px;
    --pt-list-pl: 17px;
    --pt-form-placeholder-color: #6c757d;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    font-family: 'YekanBakh';
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

caption,
th,
td {
    vertical-align: middle;
    text-align: right;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a,
button,
input {
    touch-action: manipulation;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
    font-family: 'YekanBakh';
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

body {
    margin: 0;
    background-color: #FFF;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: var(--pt-tags-mb);
}

a {
    color: var(--pt-link-color);
    text-decoration: none;
    transition: all .25s ease;
}

a:is( :hover,
    :focus,
    :active) {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: var(--pt-link-hover-color);
}

a:focus {
    outline: none;
}

:is(h1, h2, h3, h4, h5, h6, .title) a {
    color: inherit;
}

:is(h1, h2, h3, h4, h5, h6, .title) a:hover {
    color: var(--pt-link-hover-color);
}

label {
    display: block;
    margin-bottom: 5px;
    color: var(--pt-title-color);
    font-weight: 400;
}

em {
    font-style: italic;
}

big {
    font-size: larger;
}

abbr {
    border-bottom: 1px dotted;
    color: #fb8500;
    text-decoration: none;
}

acronym {
    border-bottom: 1px dotted;
    text-decoration: none;
}

.required {
    border: none;
    color: #E01020;
    font-size: 1.1rem;
    line-height: 1;
}

abbr[title] {
    border: none;
}

dl {
    margin-bottom: 20px;
}

strong,
b {
    font-weight: 600;
}

mark {
    display: inline-block;
    padding: 5px 8px;
    background-color: #f7f7f7;
    color: #242424;
    font-weight: 600;
    line-height: 1;
}

code,
kbd {
    padding: 2px 5px;
}

code,
kbd,
pre,
samp {
    -webkit-hyphens: none;
    hyphens: none;
}

ins {
    text-decoration: none;
}

pre {
    overflow: auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #f7f7f7;
    text-align: right;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

dfn {
    font-style: italic;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 1;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

var {
    font-style: italic;
}

small {
    font-size: 80%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 35px;
    border: none;
    border-bottom: 1px solid currentColor;
    opacity: .2;
}

iframe,
embed {
    max-width: 100%;
}

blockquote {
    margin-bottom: 20px;
    border-left: 2px solid var(--pt-primary-color);
    border-right: 2px solid var(--pt-primary-color);
    text-align: right;
    font-size: 110%;
}

blockquote cite {
    display: block;
    margin-top: 10px;
    color: var(--pt-primary-color);
    font-weight: 600;
    font-size: 90%;
}

blockquote cite a {
    color: inherit;
}

cite {
    font-style: italic;
}

address {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.8;
}

fieldset {
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 2px solid var(--pt-brd-color);
    border-radius: var(--pt-brd-radius);
}

fieldset legend {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
}

legend {
    text-transform: uppercase;
    font-size: 1.1rem;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 0.8rem;
}

legend,
h1,
h2,
h3,
h4,
h5,
h6,
.title {
    display: block;
    color: var(--pt-title-color);
    line-height: 1.4;
}

.widget_recent_comments ul li>a,
.widget_recent_entries ul li a,
.widget_rss ul li>a,
.wp-block-post-title,
.wp-block-post-title>a,
.wp-block-latest-comments__comment-link,
.wp-block-latest-posts li>a,
.wp-block-rss__item-title a,
td.product-name a,
.product-title {
    display: block;
    word-wrap: break-word;
    line-height: 1.4;
}

ul,
ol {
    margin-bottom: var(--pt-list-mb);
    padding-right: var(--pt-list-pl);
}

li {
    margin-bottom: var(--pt-list-li-mb);
    line-height: 1.5em;
}

li:last-child {
    margin-bottom: 0;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dl {
    margin-bottom: 20px;
}

dl dt {
    font-weight: 600;
}

dl dd {
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.cursor-pointer {
    cursor: pointer;
}

table {
    margin-bottom: 15px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.4;
}

table th {
    padding: 5px;
    text-transform: uppercase;
    font-size: 1.1rem;
}

table td {
    padding: 5px;
}

table :is(tbody,
    tfoot) th {
    text-transform: none;
    font-size: inherit;
}

input[type='email'],
input[type='search'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='text'],
input[type='password'],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
    padding: 5px 15px;
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--pt-brd-color);
    border-radius: var(--pt-brd-radius);
    box-shadow: none;
    vertical-align: middle;
    font-size: 1rem;
    transition: border-color .5s ease;
}

input[type='email']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
    outline: none;
    transition: border-color .4s ease;
}

::-webkit-input-placeholder {
    color: var(--pt-form-placeholder-color);
}

::-moz-placeholder {
    color: var(--pt-form-placeholder-color);
}

:-moz-placeholder {
    color: var(--pt-form-placeholder-color);
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
    margin-inline-end: 5px;
}

input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="number"] {
    padding: 0;
    text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input[type="date"]::-webkit-clear-button {
    position: relative;
    right: 5px;
    width: 30px;
    opacity: .4;
    filter: grayscale(100%);
}

textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px;
}

select {
    padding-right: 30px;
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}

input:-webkit-autofill {
    border-color: var(--pt-brd-color);
}

:is(.btn,
    .button,
    button,
    [type="submit"],
    [type="button"]) {
    padding: 5px 20px;
    font-size: 1rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.2;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

button[disabled],
input[disabled] {
    opacity: 0.6 !important;
    cursor: default;
}

.alignleft {
    float: left;
    margin-top: 3px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 25px;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
    margin-bottom: 20px;
}

.wp-caption {
    margin-bottom: 20px;
    padding: 0;
    max-width: 100%;
    border: none;
    background: transparent;
}

.wp-caption.alignleft {
    margin-top: 3px;
    margin-right: 25px;
}

.wp-caption.alignright {
    margin-top: 3px;
    margin-left: 25px;
}

.wp-caption.aligncenter {
    margin: 0 auto;
    margin-top: 3px;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
    padding: 5px 10px 5px 0;
    font-style: italic;
    line-height: 1.6;
    opacity: .8;
}

.gallery-caption,
.bypostauthor {
    content: initial;
}

.gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery .gallery-item {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery .gallery-caption {
    margin-top: 10px;
    font-style: italic;
}

body .wp-playlist {
    border: none;
    text-align: right;
}

body .wp-playlist-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.register>*:last-child {
    margin-bottom: 0;
}

.col-register-text {
    text-align: center;
}



.star-rating {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    letter-spacing: 5px !important;
    font-size: 1.5rem !important;
    line-height: 1 !important;
    direction: ltr !important;
    unicode-bidi: bidi-override !important;
    font-weight: 400 !important;
    margin: 0px !important;
    width: 145px !important;
}

.star-rating:before {
    font-family: bootstrap-icon !important;
    content: "\F588 \F588 \F588 \F588 \F588" !important;
    color: #bbb !important;
}

.star-rating span {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
    text-indent: 99999px;
}

.star-rating span:before {
    font-family: bootstrap-icon !important;
    content: "\F586 \F586 \F586 \F586 \F586" !important;
    color: #ffac00 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    text-indent: 0 !important;
}

.quantity {
    display: inline-flex;
    align-items: stretch;
    margin: 0px !important;
}

.quantity .qty-btn {
    border: 1px solid #ddd;
    background: #ffffff;
    color: #023047;
    font-size: 1rem;
    height: 100%;
    text-align: center;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
}

.quantity .qty-btn.minus {
    border-radius: 0px 5px 5px 0px;
    border-width: 1px 1px 1px 0px;
}

.quantity .qty-btn.plus {
    border-radius: 5px 0px 0px 5px;
    border-width: 1px 0px 1px 1px;
}

.quantity .qty.text {
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0px;
}

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

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity.hidden {
    display: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #fb8500;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #ffffff;
    color: #fb8500;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    color: #fb8500;
    background-color: #ffffff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #ffffff;
    color: #020202;
}

/* change defult loader woocommerce */
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
    animation: none !important;
    background-image: url(https://www.didnegar.com/wp-content/uploads/2024/11/spinner_gif.svg) !important;
    font-size: 3em !important;
}

/* style for woocommerce messages */
.woocommerce .woocommerce-message {
    border: 2px solid #007200;
    background-color: #f6f9fb;
    color: #3a3a3a;
    border-radius: 8px;
    margin: 15px 0px;
    font-size: 0.9rem;
    line-height: 1.8em;
    text-align: start;
}

.woocommerce .woocommerce-message:before {
    color: #007200;
    font-size: 1rem;
}

.woocommerce .woocommerce-message .restore-item,
.woocommerce .woocommerce-message a:not([class]) {
    color: #007200;
    text-decoration: none;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: inherit;
    text-transform: none;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 0;
}

.woocommerce .woocommerce-message .button {
    border: none;
    color: white;
    background-color: #007200;
    padding: 10px 15px;
    font-size: 0.8rem;
    border-radius: 8px;
    line-height: 1;
    font-weight: 400;
    transition-duration: .3s;
    transition-property: color, background, box-shadow;
    text-transform: none;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 0;
    font-family: inherit;
}

.woocommerce .woocommerce-message .button:hover {
    color: #007200;
    background-color: transparent;
}

.woocommerce .woocommerce-info {
    border: 2px solid #1282a2;
    background-color: #f6f9fb;
    color: #3a3a3a;
    border-radius: 8px;
    margin: 15px 0px;
    font-size: 0.9rem;
    line-height: 1.8em;
    text-align: start;
}

.woocommerce .woocommerce-info .button {
    border: none;
    color: white;
    background-color: #1282a2;
    padding: 10px 15px;
    font-size: 0.8rem;
    border-radius: 8px;
    line-height: 1;
    font-weight: 400;
    transition-duration: .3s;
    transition-property: color, background, box-shadow;
    text-transform: none;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 0;
    font-family: inherit;
}

.woocommerce .woocommerce-info .button:hover {
    color: #1282a2;
    background-color: transparent;
}

.woocommerce .woocommerce-info .woocommerce-Button {
    color: #1282a2;
}

.woocommerce .woocommerce-info:before {
    color: #1282a2;
    content: "\e02d";
}

.woocommerce .woocommerce-error {
    border: 2px solid #ef233c;
    background-color: #f6f9fb;
    color: #3a3a3a;
    border-radius: 8px;
    margin: 15px 0px;
    font-size: 0.9rem;
    line-height: 1.8em;
    text-align: start;
}

.woocommerce .woocommerce-error .button {
    border: none;
    color: white;
    background-color: #ef233c;
    padding: 10px 15px;
    font-size: 0.8rem;
    border-radius: 8px;
    line-height: 1;
    font-weight: 400;
    transition-duration: .3s;
    transition-property: color, background, box-shadow;
    text-transform: none;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 0;
    font-family: inherit;
}

.woocommerce .woocommerce-error .button:hover {
    color: #ef233c;
    background-color: transparent;
}

.woocommerce .woocommerce-error:before {
    color: #ef233c;
}

/* order pay in checkout */
.woocommerce-checkout .woocommerce ul.order_details {
    margin: 15px 0px;
    padding: 15px;
    background-color: #e5e5e5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.woocommerce-checkout .woocommerce ul.order_details li {
    margin: 0px;
    padding-left: 15px;
    line-height: 1.8em;
}

.woocommerce-checkout .woocommerce .woocommerce.cardtocard {
    border: 1px dashed #b5b5b5 !important;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce .woocommerce.cardtocard h2 {
    font-size: 1.3rem;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    padding: 10px;
    margin: 15px 0px;
    background-color: #e5e5e5;
    border-radius: 8px;
}

.woocommerce-checkout .woocommerce .woocommerce-order h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.6em;
}

@media (min-width: 1024px) {

    .product_title {
        font-size: 1.2rem;
    }

    .single-product .site-content {
        margin-bottom: 25px;
    }

    .image-full-width .product-image-summary-inner>div:not(:last-child) {
        margin-bottom: 25px;
    }

    td.product-thumbnail img {
        min-width: 65px;
        max-width: 65px;
    }

    @supports (overflow: clip) {
        .wrapper-boxed .website-wrapper {
            overflow: clip;
        }
    }

    @supports not (overflow: clip) {
        .wrapper-boxed .website-wrapper {
            clip-path: inset(-100vh 0 -100vh 0);
            box-shadow: none !important;
        }

    }

    @supports not (overflow: clip) {
        body {
            overflow: hidden;
        }
    }

    .autocomplete-suggestions {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .autocomplete-suggestion {
        padding: 10px;
    }

    .autocomplete-suggestion .suggestion-thumb {
        max-width: 45px;
    }

    #wpadminbar {
        position: absolute;
    }

    p:is(.form-row-first,
        .form-row-last) {
        overflow: visible;
        width: 48%;
    }

    p.form-row-first {
        float: left;
    }

    p.form-row-last {
        float: right;
    }

    p.form-row-wide {
        clear: both;
    }

    .title-shop>.container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .title-shop.title-design-centered>.container {
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .woocommerce-checkout .woocommerce .woocommerce.cardtocard label {
        min-width: 100%;
        width: 100%;
    }
}

/* compaire plugin */
.compare_container {
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
}

.compare_container .rc-products {
    transition: all 0.3s ease;
}

.compare_container .rc-products.is-sticky {
    position: fixed;
    top: 60px;
    background-color: white;
    width: 100%;
    max-width: inherit;
    transform: translateY(5px);
}

.compare_container .rc-products.is-sticky a {
    flex-direction: row;
}

.compare_container .rc-products.is-sticky a *:not(.attachment-woocommerce_thumbnail, h2) {
    display: none !important;
}

.compare_container .rc-products.is-sticky a .attachment-woocommerce_thumbnail {
    width: 60px;
    height: auto;
}

.compare_container .rc-e-product>a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.compare_container .rc-e-product>a h2.woocommerce-loop-product__title {
    font-size: 1.2em;
    line-height: 1.8rem;
    color: #545454;
}

.compare_container .rc-e-product>a .digikala-badge-cardPd,
.compare_container .onsale {
    display: none;
}

.compare_container .rc-e-product>a .price {
    font-size: 1.2em;
    line-height: 1.8rem;
    text-align: center;
}

.compare_container .rc-products-attrs .rc-attr-title {
    margin: 2em 0;
    background-color: #f1f2f4;
    padding: 1em;
    border-radius: 5px;
}

.compare_container .rc-e-product>a.add_to_cart_button {
    display: none;
}

@media (max-width: 1024px) {
    .compare_container .rc-e-product>a h2.woocommerce-loop-product__title {
        font-size: 1.1em;
    }

    .compare_container .rc-e-product>a .price {
        font-size: 0.9em;
    }

    .compare_container .rc-products.is-sticky a h2.woocommerce-loop-product__title {
        font-size: 0.8em !important;
        line-height: 1.2rem !important;
    }

    .compare_container .rc-products.is-sticky {
        margin-right: -15px;
        top: 65px;
    }

    .compare_container .rc-products.is-sticky a {
        flex-direction: column;
    }
}