a,
abbr,
acronym,
ins {
    text-decoration: none;
}

.progress-msg,
blockquote,
caption {
    text-align: right;
}

.plt-prd-price del,
.pt-info-msg strong,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
label,
main,
menu,
nav,
section,
summary,
video {
    display: block;
}

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

.pt-sub-accented>li>a,
.pt-sub-menu {
    --sub-menu-color-hover: var(--pt-primary-color);
}

.pt-nav>li>a,
.pt-sub-accented>li>a,
legend,
table th {
    text-transform: uppercase;
}

.pt-dropdown,
.pt-nav.pt-style-bg>li>a:before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.dropdown-html-placeholder:after,
.pt-action-btn>a:after,
.pt-loader:after {
    animation: pt-rotate 450ms infinite linear var(--pt-anim-state, paused);
}

:root {
    --pt-text-line-height: 1.6;
    --pt-brd-radius: 0.001px;
    --pt-form-height: 42px;
    --pt-form-color: inherit;
    --pt-form-placeholder-color: inherit;
    --pt-form-bg: transparent;
    --pt-form-brd-color: rgba(0, 0, 0, 0.1);
    --pt-form-brd-color-focus: rgba(0, 0, 0, 0.15);
    --pt-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    --pt-main-bgcolor: #fff;
    --pt-scroll-w: 0.001px;
    --pt-admin-bar-h: 0.001px;
    --pt-block-spacing: 20px;
    --pt-header-banner-mt: 0.001px;
    --pt-sticky-nav-w: 0.001px;
    --color-white: #fff;
    --color-gray-100: #f7f7f7;
    --color-gray-200: #f1f1f1;
    --color-gray-300: #bbb;
    --color-gray-400: #a5a5a5;
    --color-gray-500: #767676;
    --color-gray-600: #666;
    --color-gray-700: #555;
    --color-gray-800: #333;
    --color-gray-900: #242424;
    --bgcolor-black-rgb: 0, 0, 0;
    --bgcolor-white-rgb: 255, 255, 255;
    --bgcolor-white: #fff;
    --bgcolor-gray-100: #f7f7f7;
    --bgcolor-gray-200: #f7f7f7;
    --bgcolor-gray-300: #f1f1f1;
    --bgcolor-gray-400: rgba(187, 187, 187, 0.4);
    --brdcolor-gray-200: rgba(0, 0, 0, 0.075);
    --brdcolor-gray-300: rgba(0, 0, 0, 0.105);
    --brdcolor-gray-400: rgba(0, 0, 0, 0.12);
    --brdcolor-gray-500: rgba(0, 0, 0, 0.2);
    --pt-start: start;
    --pt-end: end;
    --pt-center: center;
    --pt-stretch: stretch;
}

.required,
a img,
abbr[title],
hr {
    border: none;
}

.pt-color-light .searchform,
[class*="color-scheme-light"] {
    --pt-form-brd-color: rgba(255, 255, 255, 0.2);
    --pt-form-brd-color-focus: rgba(255, 255, 255, 0.3);
}

.color-scheme-dark,
.pt-color-dark .searchform {
    --pt-form-brd-color: rgba(0, 0, 0, 0.1);
    --pt-form-brd-color-focus: rgba(0, 0, 0, 0.15);
}

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

address,
blockquote,
dl,
dl dd,
fieldset,
hr,
pre {
    margin-bottom: 20px;
}

abbr,
acronym {
    border-bottom: 1px dotted;
}

.pt-visits-count:not(.pt-with-icon) .pt-info-icon:before,
caption,
label {
    vertical-align: middle;
}

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

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: var(--pt-text-font-size);
}

blockquote,
q {
    quotes: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

.tooltip .tooltip-inner,
body {
    line-height: var(--pt-text-line-height);
}

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

.rtl {
    direction: rtl;
}

body {
    margin: 0;
    background-color: #fff;
    color: var(--pt-text-color);
    text-rendering: optimizeLegibility;
    font-weight: var(--pt-text-font-weight);
    font-style: var(--pt-text-font-style);
    font-size: var(--pt-text-font-size);
    font-family: var(--pt-text-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

address,
cite,
dfn,
em,
var {
    font-style: italic;
}

.required,
mark,
sub,
sup {
    line-height: 1;
}

@supports (overflow: clip) {
    body {
        overflow-x: clip;
    }
}

:is(body) {
    height: auto;
}

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

a {
    color: var(--pt-link-color);
    transition: 0.25s;
}

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

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

a:focus {
    outline: 0;
}

: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-color-hover);
}

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

.create-nav-msg a,
.pt-label,
.pt-nav>li>a,
.pt-sub-accented>li>a,
b,
blockquote cite,
dl dt,
mark,
strong {
    font-weight: 600;
}

big {
    font-size: larger;
}

abbr {
    color: #d62432;
}

.required {
    color: #e01020;
    font-size: 16px;
}

mark {
    display: inline-block;
    padding: 5px 8px;
    background-color: #f7f7f7;
    color: #242424;
}

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

code,
kbd,
pre,
samp {
    -webkit-hyphens: none;
    hyphens: none;
    font-family: monospace, serif;
}

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

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

sup {
    top: -0.25em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: 80%;
}

address,
blockquote {
    font-size: 110%;
}

hr {
    margin-top: 20px;
    border-bottom: 1px solid currentColor;
    opacity: 0.2;
}

blockquote {
    padding-right: 30px;
    border-right: 2px solid var(--pt-primary-color);
    --pt-tags-mb: 10px;
}

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

.pt-entities-title a,
blockquote cite a {
    color: inherit;
}

address {
    line-height: 1.8;
}

fieldset {
    padding: 20px 40px;
    border: 2px solid var(--brdcolor-gray-300);
    border-radius: var(--pt-brd-radius);
}

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

.pt-el-title,
h3,
legend {
    font-size: 22px;
}

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

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

img {
    height: auto;
    border: 0;
    vertical-align: middle;
}

.custom-ordering li,
.svg-icon {
    display: inline-block;
}

.svg-icon svg {
    width: inherit !important;
    height: inherit !important;
}

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

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

.pt-heading .title,
.woocommerce-MyAccount-content h3,
h4,
html .pt-checkout-steps li {
    font-size: 18px;
}

.searchform.pt-style-4 .searchsubmit:after,
.pt-swatches-product[data-id="pa_size-general"] .plt-swatch-text,
.pt-swatches-product[data-id="pa_size"] .plt-swatch-text,
h5,
table th {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

.pt-el-title {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.pt-el-title .img-wrapper {
    display: flex;
    flex: 0 0 auto;
}

.pt-el-title .img-wrapper img {
    min-width: 18px;
}

.pt-label,
dl dt {
    color: var(--color-gray-800);
}

.title,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
table th {
    color: var(--pt-title-color);
    font-weight: var(--pt-title-font-weight);
    font-style: var(--pt-title-font-style);
    font-family: var(--pt-title-font);
}

.title,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    display: block;
    margin-bottom: var(--pt-tags-mb, 20px);
    text-transform: var(--pt-title-transform);
    line-height: 1.4;
}

.pt-entities-title {
    display: block;
    color: var(--pt-entities-title-color);
    word-wrap: break-word;
    font-weight: var(--pt-entities-title-font-weight);
    font-style: var(--pt-entities-title-font-style);
    font-family: var(--pt-entities-title-font);
    text-transform: var(--pt-entities-title-transform);
    line-height: 1.4;
}

.pt-entities-title a:hover,
a.pt-entities-title:hover {
    color: var(--pt-entities-title-color-hover);
}

:is(ul, ol) {
    margin-bottom: var(--list-mb);
    padding-right: var(--li-pl);
    --list-mb: 20px;
    --li-mb: 10px;
    --li-pl: 17px;
}

.pt-nav,
.pt-sub-menu,
.pt-sub-menu ul {
    --li-mb: 0;
    --list-mb: 0;
}

.textwidget .menu,
.unordered-list,
.pt-nav,
.pt-sub-menu,
.pt-sub-menu ul,
nav[class*="-pagination"] ul {
    --li-pl: 0;
    list-style: none;
}

:is(ul, ol) li {
    margin-bottom: var(--li-mb);
}

:is(ul, ol) li:last-child {
    margin-bottom: 0;
}

li> :is(ul, ol) {
    margin-top: var(--li-mb);
    margin-bottom: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

.unordered-list ol,
.unordered-list ul {
    margin-right: 20px;
    list-style: none;
    --li-pl: 0;
}

.unordered-list li:before {
    margin-left: 10px;
    font-size: 8px;
    content: "\f114";
    font-family: Picon;
}

.pt-align {
    text-align: var(--pt-align);
}

.text-center,
.text-left,
.text-right {
    text-align: var(--text-align);
}

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

.text-right {
    --text-align: right;
    --content-align: flex-start;
    --pt-align: flex-start;
}

.text-left {
    --text-align: left;
    --content-align: flex-end;
    --pt-align: flex-end;
}

[class*="color-scheme-light"] {
    --color-white: #000;
    --color-gray-100: rgba(255, 255, 255, 0.1);
    --color-gray-200: rgba(255, 255, 255, 0.2);
    --color-gray-300: rgba(255, 255, 255, 0.5);
    --color-gray-400: rgba(255, 255, 255, 0.6);
    --color-gray-500: rgba(255, 255, 255, 0.7);
    --color-gray-600: rgba(255, 255, 255, 0.8);
    --color-gray-700: rgba(255, 255, 255, 0.9);
    --color-gray-800: #fff;
    --color-gray-900: #fff;
    --bgcolor-black-rgb: 255, 255, 255;
    --bgcolor-white-rgb: 0, 0, 0;
    --bgcolor-white: #0f0f0f;
    --bgcolor-gray-100: #0a0a0a;
    --bgcolor-gray-200: #121212;
    --bgcolor-gray-300: #141414;
    --bgcolor-gray-400: #171717;
    --brdcolor-gray-200: rgba(255, 255, 255, 0.1);
    --brdcolor-gray-300: rgba(255, 255, 255, 0.15);
    --brdcolor-gray-400: rgba(255, 255, 255, 0.25);
    --brdcolor-gray-500: rgba(255, 255, 255, 0.3);
    --pt-text-color: rgba(255, 255, 255, 0.8);
    --pt-title-color: #fff;
    --pt-widget-title-color: var(--pt-title-color);
    --pt-entities-title-color: #fff;
    --pt-entities-title-color-hover: rgba(255, 255, 255, 0.8);
    --pt-link-color: rgba(255, 255, 255, 0.9);
    --pt-link-color-hover: #fff;
    --pt-form-placeholder-color: rgba(255, 255, 255, 0.6);
    --pt-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);
    --pt-main-bgcolor: #1a1a1a;
    color: var(--pt-text-color);
}

.color-scheme-dark {
    --color-white: #fff;
    --color-gray-100: #f7f7f7;
    --color-gray-200: #f1f1f1;
    --color-gray-300: #bbb;
    --color-gray-400: #a5a5a5;
    --color-gray-500: #767676;
    --color-gray-600: #666;
    --color-gray-700: #555;
    --color-gray-800: #333;
    --color-gray-900: #242424;
    --bgcolor-black-rgb: 0, 0, 0;
    --bgcolor-white-rgb: 255, 255, 255;
    --bgcolor-white: #fff;
    --bgcolor-gray-100: #f7f7f7;
    --bgcolor-gray-200: #f7f7f7;
    --bgcolor-gray-300: #f1f1f1;
    --bgcolor-gray-400: rgba(187, 187, 187, 0.4);
    --brdcolor-gray-200: rgba(0, 0, 0, 0.075);
    --brdcolor-gray-300: rgba(0, 0, 0, 0.105);
    --brdcolor-gray-400: rgba(0, 0, 0, 0.12);
    --brdcolor-gray-500: rgba(0, 0, 0, 0.2);
    --pt-text-color: #767676;
    --pt-title-color: #242424;
    --pt-entities-title-color: #333;
    --pt-entities-title-color-hover: rgba(51, 51, 51, 0.65);
    --pt-link-color: #333;
    --pt-link-color-hover: #242424;
    --pt-form-placeholder-color: #767676;
    color: var(--pt-text-color);
}

.pt-fill {
    position: absolute;
    inset: 0;
}

.aabed-related .element-title,
.variation-swatch-selected .reset_variations,
.pt-est-del .pt-info-icon,
.pt-hide {
    display: none !important;
}

.pt-set-mb {
    --pt-mb: 15px;
}

.pt-set-mb>* {
    margin-bottom: var(--pt-mb);
}

.reset-last-child> :last-child,
.responsive-table table,
.pt-tltp .tooltip-inner> :last-child {
    margin-bottom: 0;
}

.clear {
    clear: both;
    width: 100%;
}

@keyframes pt-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pt-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes pt-fadeInBottomShort {
    from {
        transform: translate3d(0, 20px, 0);
    }

    to {
        transform: none;
    }
}

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

table th {
    padding: 15px 10px;
    border-bottom: 2px solid var(--brdcolor-gray-200);
    vertical-align: middle;
    text-align: start;
}

table td {
    padding: 15px 12px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
    vertical-align: middle;
    text-align: start;
}

table :is(tbody, tfoot) th {
    border-bottom: 1px solid var(--brdcolor-gray-300);
    text-transform: none;
    font-size: inherit;
}

.responsive-table {
    overflow-x: auto;
    margin-bottom: 35px;
}

.responsive-table .responsive-table {
    overflow-x: visible;
    margin-bottom: 0;
}

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

:root select,
:root textarea,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: var(--pt-form-height);
    border: var(--pt-form-brd-width) solid var(--pt-form-brd-color);
    border-radius: var(--pt-form-brd-radius);
    background-color: var(--pt-form-bg);
    box-shadow: none;
    color: var(--pt-form-color);
    vertical-align: middle;
    font-size: 14px;
    transition: border-color 0.5s;
}

:root select:focus,
:root textarea: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="text"]:focus,
input[type="url"]:focus {
    outline: 0;
    border-color: var(--pt-form-brd-color-focus);
    transition: border-color 0.4s;
}

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

input[type="checkbox"],
input[type="radio"] {
    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-appearance: none;
}

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;
    left: 5px;
    width: 30px;
    opacity: 0.4;
    filter: grayscale(100%);
}

input[type="date"]::-webkit-date-and-time-value {
    text-align: start;
}

[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button {
    opacity: 0.6;
    filter: grayscale(100%) invert(100%) saturate(800%);
}

@supports not (-moz-appearance: none) {
    input[type="date"] {
        background: url("../../inc/admin/assets/images/calend-d.svg") left 15px top 50% / auto 14px no-repeat;
    }

    [class*="color-scheme-light"] input[type="date"] {
        background-image: url("../../inc/admin/assets/images/calend-l.svg");
    }
}

.pt-dropdown,
:root select {
    background-repeat: no-repeat;
}

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

:root select {
    padding-left: 30px;
    background-image: var(--pt-form-chevron);
    background-position: left 10px top 50%;
    background-size: auto 18px;
}

:root select option {
    background-color: var(--bgcolor-white);
}

input:-webkit-autofill {
    border-color: var(--pt-form-brd-color);
    -webkit-box-shadow: 0 0 0 1000px var(--pt-form-bg) inset;
    -webkit-text-fill-color: var(--pt-form-color);
}

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

:is(.btn, .button, button, [type="submit"], [type="button"]) {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    outline: 0;
    border-radius: var(--btn-brd-radius, 0);
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.2;
    cursor: pointer;
    transition: 0.25s;
    color: var(--btn-color, #3e3e3e);
    border: var(--btn-brd-width, 0) var(--btn-brd-style, solid) var(--btn-brd-color, #e9e9e9);
    background-color: var(--btn-bgcolor, #f3f3f3);
    box-shadow: var(--btn-box-shadow, unset);
    text-transform: var(--btn-transform, uppercase);
    font-weight: var(--btn-font-weight, 600);
    font-family: var(--btn-font-family, inherit);
    font-style: var(--btn-font-style, unset);
    padding: var(--btn-padding, 5px 20px);
    min-height: var(--btn-height, 42px);
    font-size: var(--btn-font-size, 13px);
}

:is(.btn, .button, button, [type="submit"], [type="button"]):hover {
    color: var(--btn-color-hover, var(--btn-color, #3e3e3e));
    border-color: var(--btn-brd-color-hover, var(--btn-brd-color, #e0e0e0));
    background-color: var(--btn-bgcolor-hover, var(--btn-bgcolor, #e0e0e0));
    box-shadow: var(--btn-box-shadow-hover, var(--btn-box-shadow, unset));
}

.pt-nav-opener,
.pt-nav-opener:hover {
    color: var(--color-gray-900);
}

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

[class*="pt-grid"] {
    --pt-col: var(--pt-col-lg);
    --pt-gap: var(--pt-gap-lg);
    --pt-col-lg: 1;
    --pt-gap-lg: 20px;
}

.pt-grid-g {
    display: grid;
    grid-template-columns: repeat(var(--pt-col), minmax(0, 1fr));
    gap: var(--pt-gap);
}

.pt-grid-g>.pt-wider {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
}

.pt-grid-col {
    grid-column: auto/span var(--pt-col);
}

[class*="pt-grid-f"] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--pt-gap);
}

.pt-grid-f-col {
    gap: 0;
    margin: 0 calc(var(--pt-gap) / -2) calc(var(--pt-gap) * -1);
}

.pt-grid-f-col>.pt-col {
    width: 100%;
    min-height: 1px;
    flex: 0 0 calc(100% / var(--pt-col) * var(--pt-col-wider, 1));
    max-width: calc(100% / var(--pt-col) * var(--pt-col-wider, 1));
    padding-inline: calc(var(--pt-gap) / 2);
    margin-bottom: var(--pt-gap);
}

.pt-grid-f-col>.pt-wider {
    --pt-col-wider: 2;
}

.pt-grid-f-stretch>.pt-col {
    flex: 1 1 var(--pt-f-basis, 200px);
    width: var(--pt-f-basis, 200px);
}

.pt-grid-f-stretch>.pt-col-auto {
    flex: 0 0 auto;
    width: auto;
}

.pt-grid-f-inline>.pt-col {
    flex: 0 0 var(--pt-f-basis, auto);
}

.pt-loader:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-left-color: var(--color-gray-900);
    border-radius: 50%;
    vertical-align: middle;
}

.pt-scroll-content {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: var(--pt-scroll-h, 50vh);
}

@-moz-document url-prefix() {
    .pt-scroll-content {
        scrollbar-width: thin;
    }
}

.pt-breadcrumbs {
    --pt-link-color: var(--color-gray-500);
    --pt-link-color-hover: var(--color-gray-700);
    --pt-bcrumb-color-active: var(--color-gray-900);
    --pt-link-decor: none;
    --pt-link-decor-hover: none;
}

.pt-breadcrumbs>:is(span, a):last-child {
    font-weight: 600;
    color: var(--pt-bcrumb-color-active);
}

.pt-breadcrumbs .pt-delimiter {
    margin-inline: 8px;
    color: var(--pt-bcrumb-delim-color);
}

.pt-breadcrumbs .pt-delimiter:after {
    content: "\e118" !important;
    font-family: Picon;
    vertical-align: middle;
    font-size: 18px;
}

.pt-breadcrumbs .pt-delimiter:last-child {
    display: none;
}

.pt-action-btn {
    --pt-action-icon-size: 1.1em;
    --pt-action-color: var(--color-gray-800);
    --pt-action-color-hover: var(--color-gray-500);
    --pt-action-icon-color: var(--pt-action-color);
    --pt-action-icon-color-hover: var(--pt-action-color-hover);
    --pt-action-text-color: var(--pt-action-color);
    --pt-action-text-color-hover: var(--pt-action-color-hover);
    --pt-link-decor: none;
    --pt-link-decor-hover: none;
    display: inline-flex;
    vertical-align: middle;
}

.pt-action-btn>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    transition: none;
}

.pt-action-btn>a.loading {
    pointer-events: none;
}

.pt-action-btn>a.loading .pt-action-icon:before {
    opacity: 0;
}

.pt-action-btn>a.loading .pt-action-icon:after {
    opacity: 1;
    --pt-anim-state: running;
}

.pt-action-btn>a:hover .pt-action-icon:before {
    color: var(--pt-action-icon-color-hover);
}

.pt-action-btn .pt-action-icon:before {
    content: var(--pt-btn-icon, unset);
    font-size: var(--pt-action-icon-size);
    color: var(--pt-action-icon-color);
    transition: color .25s ease, opacity .15s ease;
    font-family: "Picon";
    vertical-align: middle;
}

.pt-action-btn .pt-action-icon:after {
    position: absolute;
    top: calc(50% - .5em);
    inset-inline-start: calc(50% - .5em);
    opacity: 0;
    transition: opacity .2s ease;
    font-size: var(--pt-action-icon-size);
    color: var(--pt-action-icon-color);
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid rgba(0, 0, 0, 0);
    border-left-color: currentColor;
    border-radius: 50%;
    vertical-align: middle;
    animation: pt-rotate 450ms infinite linear var(--pt-anim-state, paused);
}

.pt-action-icon {
    position: relative;
}

.pt-action-btn.pt-style-icon {
    --pt-action-icon-size: 20px;
}

.pt-action-btn.pt-style-icon>a {
    flex-direction: column;
    width: 50px;
    height: 50px;
    font-weight: 400;
    font-size: 0 !important;
}

.pt-action-btn.pt-style-text>a {
    font-weight: 600;
}

.pt-action-btn.pt-style-text>a.added .pt-action-icon {
    margin-inline-end: min(.6em, 15px);
}

.pt-action-btn.pt-style-text>a:hover .pt-action-text {
    color: var(--pt-action-text-color-hover);
}

.pt-action-btn.pt-style-text .pt-action-icon {
    margin-inline-end: .3em;
    font-weight: 400;
    font-size: 20px;
}

.pt-action-btn.pt-style-text .pt-action-text {
    color: var(--pt-action-text-color);
    transition: color .25s ease;
}

.pt-action-btn:empty {
    display: none;
}

.pt-compare-icon {
    --pt-btn-icon: "\f128";
}

.pt-wishlist-icon {
    --pt-btn-icon: "\e358";
}

.pt-pt-icon {
    --pt-btn-icon: "\e101";
}

.pt-quick-view-icon {
    --pt-btn-icon: "\f130";
}

.pt-add-cart-icon {
    --pt-btn-icon: "\e204";
}

.pt-cross-icon {
    --pt-btn-icon: "\e262";
}

.pt-burger-icon {
    --pt-btn-icon: "\e454";
}

.pt-action-btn .pt-check-icon {
    position: absolute;
    inset-inline-start: calc(50% + var(--pt-action-icon-size) - .55em);
    bottom: calc(50% + var(--pt-action-icon-size) - .7em);
    display: none;
    align-items: center;
    justify-content: center;
    width: min(.87em, 20px);
    height: min(.87em, 20px);
    border-radius: 50%;
    background: var(--pt-primary-color);
    font-weight: 400;
    font-size: calc(var(--pt-action-icon-size, 1.2em) - 2px);
    transform: translate(50%, 50%);
}

.pt-action-btn .pt-check-icon:before {
    content: "\f107";
    font-family: "Picon";
    color: #fff;
    font-size: min(.45em, 9px);
}

.pt-action-btn>a.added .pt-check-icon {
    display: flex;
}

.pt-action-btn>a.loading .pt-check-icon {
    display: none;
}

.pt-dropdown {
    --pt-dropdown-bg-color: var(--bgcolor-white);
    --pt-dropdown-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    --pt-align: var(--pt-start);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 380;
    margin-top: 15px;
    margin-left: 0;
    margin-right: calc(var(--nav-gap, .001px) / 2 * -1);
    background-color: var(--pt-dropdown-bg-color);
    background-position: bottom left;
    background-clip: border-box;
    background-repeat: no-repeat;
    box-shadow: var(--pt-dropdown-shadow);
    text-align: var(--pt-align);
    border-radius: var(--pt-brd-radius);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px) translateZ(0);
    pointer-events: none
}

.pt-dropdown:after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 100%;
    height: 15px
}

.whb-col-right .pt-dropdown-menu.pt-design-default {
    right: auto;
    left: 0;
    margin-left: calc(var(--nav-gap, .001px) / 2 * -1);
    margin-right: 0
}

.pt-event-hover:hover>.pt-dropdown,
.pt-event-click.pt-opened>.pt-dropdown,
.pt-dropdown.pt-opened {
    visibility: visible;
    opacity: 1;
    transform: none !important;
    pointer-events: visible;
    pointer-events: unset
}

.pt-dropdown-menu {
    min-height: min(var(--pt-dropdown-height, unset), var(--pt-content-h, var(--pt-dropdown-height, unset)));
    width: var(--pt-dropdown-width);
    background-image: var(--pt-dropdown-bg-img)
}

.pt-dropdown-menu .pt-dropdown-inner {
    overflow: inherit;
    height: min(var(--pt-dropdown-height, unset), var(--pt-content-h))
}

.pt-dropdown-menu.pt-scroll>.pt-scroll-content {
    max-height: none;
    border-radius: inherit
}

.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)>.pt-dropdown-menu {
    min-height: 400px
}

.dropdowns-loaded .dropdown-load-ajax>.pt-dropdown-menu>.container {
    animation: pt-fadeIn .3s ease
}

.dropdown-html-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--bgcolor-white-rgb), 0.6);
    border-radius: var(--pt-brd-radius)
}

.dropdown-html-placeholder:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-left-color: var(--color-gray-900);
    border-radius: 50%;
    vertical-align: middle;
    animation: pt-rotate 450ms infinite linear var(--pt-anim-state, paused)
}

.dropdowns-loading .dropdown-html-placeholder:after {
    --pt-anim-state: running
}

.pt-dropdown-menu.pt-design-default {
    padding: var(--pt-dropdown-padding, 12px 15px);
    --pt-dropdown-width: 220px
}

.pt-dropdown-menu.pt-design-default>.container {
    padding: 0;
    width: auto
}

.pt-dropdown-menu.pt-design-default .pt-dropdown {
    top: 0;
    right: 100%;
    padding: var(--pt-dropdown-padding, 12px 20px);
    width: var(--pt-dropdown-width);
    margin: 0 var(--pt-dropdown-padding, 20px) 0 0
}

.pt-dropdown-menu.pt-design-default .pt-dropdown:after {
    top: 0;
    left: 100%;
    bottom: 0;
    right: auto;
    width: var(--pt-dropdown-padding, 20px);
    height: auto
}

.pt-dropdown-menu.pt-design-default .menu-item-has-children>a:after {
    margin-right: auto;
    color: rgba(82, 82, 82, 0.45);
    font-weight: 600;
    font-size: 55%;
    line-height: 1;
    font-family: "Picon";
    content: "\f114"
}

.pt-dropdown-menu.pt-design-default.color-scheme-light .menu-item-has-children>a:after {
    color: rgba(255, 255, 255, 0.6)
}

.pt-dropdown-menu:is(.pt-design-sized,
    .pt-design-full-width,
    .pt-design-full-height)>.container>.pt-grid-f-inline {
    --pt-f-basis: 200px
}

.pt-dropdown-menu.pt-design-full-width {
    --pt-dropdown-width: 100vw
}

:is(.pt-nav-sticky,
    .pt-header-nav) .pt-dropdown-menu.pt-design-full-width {
    border-radius: 0
}

.pt-dropdown-menu.pt-design-sized:not(.pt-scroll),
.pt-dropdown-menu.pt-design-sized.pt-scroll .pt-dropdown-inner {
    padding: var(--pt-dropdown-padding, 30px)
}

.pt-dropdown-menu.pt-design-full-width:not(.pt-scroll),
.pt-dropdown-menu.pt-design-full-width.pt-scroll .pt-dropdown-inner {
    padding-block: var(--pt-dropdown-padding, 30px);
    padding-right: calc(var(--pt-scroll-w) + var(--pt-sticky-nav-w))
}

.pt-dropdown-menu.pt-design-sized:not(.pt-scroll)>.container,
.pt-dropdown-menu.pt-design-sized.pt-scroll .pt-dropdown-inner>.container {
    padding: 0;
    max-width: none
}

.pt-side-hidden {
    --pt-side-hidden-w: 340px;
    position: fixed;
    inset-block: var(--pt-admin-bar-h) 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: min(var(--pt-side-hidden-w), 100vw);
    background-color: var(--bgcolor-white);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    outline: none !important
}

.pt-side-hidden.pt-left {
    right: auto;
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.pt-side-hidden.pt-right {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0)
}

.pt-side-hidden.pt-opened {
    transform: none
}

.pt-sub-menu {
    --sub-menu-color: #838383;
    --sub-menu-color-hover: var(--pt-primary-color);
    --li-pl: 0;
    --list-mb: 0;
    --li-mb: 0;
    list-style: none
}

.pt-sub-menu li {
    position: relative
}

.pt-sub-menu li>a {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    color: var(--sub-menu-color);
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none
}

.pt-sub-menu li>a .pt-nav-icon {
    margin-inline-end: 7px;
    font-size: 115%
}

.pt-sub-menu li>a .menu-label {
    position: relative;
    margin-top: -20px;
    align-self: flex-start
}

.pt-sub-menu li>a:hover {
    color: var(--sub-menu-color-hover)
}

[class*="color-scheme-light"] .pt-sub-menu {
    --sub-menu-color: rgba(255, 255, 255, 0.6);
    --sub-menu-color-hover: #fff
}

.widget .pt-sub-menu {
    --li-mb: 0
}

.widget .pt-sub-menu ul {
    --li-mb: 0
}

.pt-sub-accented.wp-block-pt-menu-list>li {
    margin-block: -8px
}

.pt-sub-accented>li>a {
    --sub-menu-color: #333;
    --sub-menu-color-hover: var(--pt-primary-color);
    text-transform: uppercase;
    font-weight: 600
}

.pt-sub-accented.color-scheme-light>li>a,
[class*="color-scheme-light"] .pt-sub-accented>li>a {
    --sub-menu-color: #fff;
    --sub-menu-color-hover: rgba(255, 255, 255, 0.6)
}

.pt-color-light .searchform {
    --pt-form-brd-color: rgba(255, 255, 255, 0.2);
    --pt-form-brd-color-focus: rgba(255, 255, 255, 0.3);
    --pt-form-color: rgba(255, 255, 255, 0.8)
}

.pt-color-dark .searchform {
    --pt-form-brd-color: rgba(0, 0, 0, 0.1);
    --pt-form-brd-color-focus: rgba(0, 0, 0, 0.15);
    --pt-form-color: #767676;
    --pt-form-placeholder-color: var(--pt-form-color)
}

.create-nav-msg a {
    font-weight: 600
}

picture.pt-nav-img img {
    width: inherit;
    height: inherit;
    max-height: inherit;
    object-fit: contain;
    object-position: 50% 50%
}

.pt-nav {
    --list-mb: 0;
    --li-mb: 0;
    --li-pl: 0;
    --nav-gap: 20px;
    --nav-gap-v: 5px;
    --nav-pd: 5px 0;
    --nav-color: rgba(var(--pt-navigation-color), 1);
    --nav-color-hover: rgba(var(--pt-navigation-color), .7);
    --nav-color-active: var(--nav-color-hover);
    --nav-bg: none;
    --nav-bg-hover: var(--nav-bg);
    --nav-bg-active: var(--nav-bg-hover);
    --nav-shadow: none;
    --nav-shadow-hover: var(--nav-shadow);
    --nav-shadow-active: var(--nav-shadow-hover);
    --nav-border: none;
    --nav-border-hover: var(--nav-border);
    --nav-border-active: var(--nav-border-hover);
    --nav-radius: var(--pt-brd-radius);
    --nav-chevron-color: rgba(var(--pt-navigation-color), .5);
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: var(--text-align, var(--pt-align));
    text-align: start;
    gap: var(--nav-gap-v) var(--nav-gap);
    list-style: none
}

.pt-nav>li {
    position: relative
}

.pt-nav>li>a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: var(--nav-pd);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    color: var(--nav-color);
    background-color: var(--nav-bg);
    box-shadow: var(--nav-shadow);
    border: var(--nav-border);
    border-radius: var(--nav-radius)
}

.pt-nav>li>a .pt-nav-icon {
    margin-inline-end: 7px;
    font-size: var(--nav-icon-size, 1.15em)
}

.pt-nav-vertical .pt-nav-icon {
    font-size: 24px !important;
    color: #999;
    margin: 8px 2px 8px 0px;
}

.pt-nav>li>a .menu-label {
    inset-inline-start: calc(100% - 30px);
    margin-inline-start: 0
}

.pt-nav>li:is(.pt-has-children,
    .menu-item-has-children)>a:after {
    order: 3;
    margin-inline-start: 4px;
    font-weight: normal;
    font-style: normal;
    font-size: clamp(6px, 50%, 18px);
    color: var(--nav-chevron-color);
    content: "\e107";
    font-family: "Picon"
}

.pt-nav:where(:not(.pt-dis-hover))>li:where(.pt-opened,
    :hover)>a {
    color: var(--nav-color-hover);
    background-color: var(--nav-bg-hover);
    box-shadow: var(--nav-shadow-hover);
    border: var(--nav-border-hover)
}

.pt-nav:where(:not(.pt-dis-act))>li:where(.current-menu-item,
    .pt-active,
    .active)>a {
    color: var(--nav-color-active);
    background-color: var(--nav-bg-active);
    box-shadow: var(--nav-shadow-active);
    border: var(--nav-border-active)
}

.pt-nav:where(.pt-add-pd) {
    --nav-pd: 5px 12px
}

.widget .pt-nav {
    --li-mb: 0
}

.pt-nav.pt-gap-m {
    --nav-gap: 30px
}

.pt-nav.pt-gap-l {
    --nav-gap: 40px
}

.pt-nav-opener {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: var(--color-gray-900);
    cursor: pointer;
    transition: all .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.pt-nav-opener:after {
    font-weight: 400;
    font-size: 22px;
    transition: transform .25s ease;
    content: "\e118";
    font-family: "Picon";
    color: #444;
}

.pt-nav-opener:hover {
    color: var(--color-gray-900)
}

.pt-nav-opener.pt-active {
    color: var(--color-gray-700)
}

.pt-nav-opener.pt-active:after {
    transform: rotate(90deg)
}

.pt-sub-menu li>a img,
.pt-nav-img {
    flex: 0 0 auto;
    display: inline-block;
    width: var(--nav-img-width, auto) !important;
    height: var(--nav-img-height, auto) !important;
    max-height: var(--nav-img-height, 18px);
    margin-inline-end: 7px;
    object-fit: contain;
    object-position: 50% 50%;
    line-height: 0
}

.pt-nav.pt-icon-right>li>a :is(.pt-nav-img,
    .pt-nav-icon) {
    order: 1;
    margin: 0;
    margin-inline-start: 7px
}

.pt-nav.pt-style-default {
    --nav-color-hover: var(--pt-primary-color)
}

.pt-nav:is(.pt-style-bordered,
    .pt-style-separated)>li {
    display: flex;
    flex-direction: row
}

.pt-nav:is(.pt-style-bordered,
    .pt-style-separated)>li:not(:last-child):after {
    content: "";
    position: relative;
    inset-inline-end: calc((var(--nav-gap) / 2) * -1);
    border-right: 1px solid rgba(0, 0, 0, 0.105)
}

.pt-nav.pt-style-separated>li {
    align-items: center
}

.pt-nav.pt-style-separated>li:not(:last-child):after {
    height: 18px
}

.pt-nav.pt-style-bordered>li {
    align-items: stretch
}

.pt-nav[class*="pt-style-underline"] .nav-link-text {
    position: relative;
    display: inline-block;
    padding-block: 1px;
    line-height: 1.2
}

.pt-nav[class*="pt-style-underline"] .nav-link-text:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--pt-primary-color);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}

.pt-nav[class*="pt-style-underline"]>li:is(:hover,
    .current-menu-item,
    .pt-active,
    .active)>a .nav-link-text:after {
    width: 100%
}

.pt-active-filters .widget {
    padding-bottom: 0;
}

.searchform.pt-style-4 input[type="text"] {
    padding-inline: 40px 30px;
}



#tab-title-reviews span:before,
.course-title-reviews h4:before {
    content: "\e218";
}

.tab-title-related .title:before {
    content: "\e527";
}

.tab-title-watch .title span:before {
    content: "\e512";
}

.pt-buy-now-btn:after {
    content: "\e201";
    border-right: 1px solid #0000001a;
    font-family: Picon;
    font-size: 26px;
    font-weight: 500;
    padding-right: 15px;
    margin-right: 10px;
}

.pt-my-account-links .orders-link a:before {
    content: "\e515" !important;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.plt-price-icon:before {
    content: "\e600" !important;
    font-family: Picon;
    vertical-align: middle;
    font-size: 28px;
    color: #c3c3c3;
    margin-left: 5px;
}

.icon-pl-receipt:before {
    content: "\e515";
    font-family: Picon;
    vertical-align: middle;
}

.icon-pl-discount:before {
    content: "\e019";
    font-family: Picon;
    vertical-align: middle;
}

.icon-pl-profile:before,
.icon-pl-user-approved:before {
    content: "\e623";
    font-family: Picon;
    vertical-align: middle;
}

.tooltip {
    --pt-tooltip-bg: rgba(0, 0, 0, 0.9);
    --pt-tooltip-color: #fff;
    position: absolute;
    z-index: 1110;
    opacity: 0;
    pointer-events: none;
}

.tooltip .tooltip-inner {
    padding: 7px 15px;
    width: max-content;
    max-width: 200px;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    background-color: var(--pt-tooltip-bg);
    color: var(--pt-tooltip-color);
    text-align: center;
    word-break: break-word;
    border-radius: calc(var(--pt-brd-radius) / 1.5);
}

.tooltip .tooltip-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--pt-tooltip-bg);
}

.tooltip.top {
    margin-top: -8px;
}

.tooltip.top .tooltip-arrow {
    top: calc(100% - 1px);
    left: 50%;
    clip-path: polygon(0 0, 50% 50%, 100% 0);
    transform: translateX(-50%);
}

.tooltip.left {
    margin-left: -8px;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    left: calc(100% - 1px);
    clip-path: polygon(0 0, 50% 50%, 0 100%);
    transform: translateY(-50%);
}

.tooltip.right {
    margin-left: 8px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    right: calc(100% - 1px);
    clip-path: polygon(100% 0, 50% 50%, 100% 100%);
    transform: translateY(-50%);
}

.pt-tltp .tooltip {
    margin: 0;
}

.pt-tltp .tooltip.top {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
}

.pt-tltp .tooltip.top .tooltip-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    inset: auto 0 -8px 0;
}

.pt-tltp .tooltip:is(.left, .right) .tooltip-inner:after {
    content: "";
    position: absolute;
    inset-block: 0;
    width: 10px;
}

.pt-tltp .tooltip.left {
    top: 50%;
    right: calc(100% + 8px);
    transform: translateY(-50%);
}

.pt-tltp .tooltip.left .tooltip-inner:after {
    left: 100%;
}

.pt-tltp .tooltip.right {
    top: 50%;
    left: calc(100% + 8px);
    transform: translateY(-50%);
}

.pt-tltp .tooltip.right .tooltip-inner:after {
    right: 100%;
}

.pt-tltp .tooltip-inner>* {
    margin-top: 0;
    margin-bottom: 10px;
}

.pt-tltp .tooltip-inner a:not(.pt-social-icon) {
    text-decoration: underline;
}

.mc4wp-alert,
.pt-notice,
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info),
div.wpcf7-response-output {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 7px;
    margin-bottom: 20px;
    padding-block: 10px;
    padding-inline: 65px 30px !important;
    text-align: start;
    border: none;
    border-radius: 10px !important;
    outline: 0 !important;
    min-height: 46px !important;
}

.pt-heading,
.widget {
    border-bottom: 1px solid var(--brdcolor-gray-300);
}

.mc4wp-alert:before,
.pt-notice:before,
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info):before,
div.wpcf7-response-output:before {
    position: absolute;
    top: calc(50% - 9px);
    right: 24px;
    font-size: 18px;
    line-height: 18px;
    font-family: Picon;
}

.mc4wp-alert a,
.pt-notice a,
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) a,
div.wpcf7-response-output a {
    color: currentColor;
    text-decoration: none !important;
}

.mc4wp-alert a:hover,
.pt-notice a:hover,
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) a:hover,
div.wpcf7-response-output a:hover {
    color: color-mix(in srgb, currentColor 80%, transparent);
}

.mc4wp-alert p:last-child,
.pt-notice p:last-child,
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) p:last-child,
div.wpcf7-response-output p:last-child {
    margin-bottom: 0;
}

.mc4wp-alert .amount,
.pt-notice .amount,
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) .amount,
div.wpcf7-response-output .amount {
    color: #fff;
}

.mc4wp-alert :is(.button, .wc-backward),
.pt-notice :is(.button, .wc-backward),
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) :is(.button, .wc-backward),
div.wpcf7-response-output :is(.button, .wc-backward) {
    text-decoration: none;
    --btn-color: currentColor;
    --btn-color-hover: currentColor;
    --btn-bgcolor: transparent;
    --btn-bgcolor-hover: transparent;
    --btn-brd-width: 2px;
    --btn-box-shadow-hover: none;
    --btn-height: none;
    --btn-padding: 0;
    --btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);
    border-top: 0;
    border-inline: 0;
    margin-inline: 4px;
    padding: 0 20px;
    border-radius: 30px !important;
    border: 2px solid #ffffff78;
}

.mc4wp-success,
.pt-notice.pt-success,
.woocommerce-message,
.wpcf7 form.sent .wpcf7-response-output {
    background-color: var(--notices-success-bg);
    color: var(--notices-success-color);
}

.mc4wp-success:before,
.pt-action-btn>a.added:before,
.pt-notice.pt-success:before,
.woocommerce-message:before,
.wpcf7 form.sent .wpcf7-response-output:before {
    content: "\e222";
}

.mc4wp-error,
.mc4wp-notice,
.pt-notice.pt-warning,
.wpcf7 form:not(.sent) .wpcf7-response-output,
:is(.woocommerce-error, .woocommerce-info) {
    background-color: var(--notices-warning-bg);
    color: var(--notices-warning-color);
}

.mc4wp-error:before,
.mc4wp-notice:before,
.pt-notice.pt-warning:before,
.wpcf7 form:not(.sent) .wpcf7-response-output:before,
:is(.woocommerce-error, .woocommerce-info):before {
    content: "\e642";
    font-size: 24px;
}

.widget .wp-block-heading,
.widget-title,
.widgettitle {
    font-size: var(--pt-widget-title-font-size);
}

.pt-notice.pt-info {
    background-color: #4d93d1;
    color: #fff;
}

.pt-notice.pt-info:before {
    content: "\f100";
}

@keyframes pt-fadeInUpBig {
    from {
        transform: translate3d(0, 100%, 0);
    }

    to {
        transform: none;
    }
}

@keyframes pt-fadeOutDownBig {
    from {
        transform: none;
    }

    to {
        transform: translate3d(0, 100%, 0);
    }
}

.pt-close-side {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, top 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    z-index: 400;
}

.tooltip.in,
.pt-close-side.pt-close-side-opened,
.pt-tltp:hover .tooltip {
    pointer-events: unset;
    pointer-events: unset;
    opacity: 1;
}

.pt-page-content,
.pt-page-wrapper,
body:not([class*="wrapper-boxed"]) {
    background-color: var(--pt-main-bgcolor);
}

.pt-close-side[class*="pt-location-header"] {
    z-index: 389;
    top: var(--pt-admin-bar-h);
}

.header-banner-display .pt-close-side[class*="pt-location-header"] {
    top: calc(var(--pt-admin-bar-h) + var(--pt-header-banner-h, 0.001px));
}

.pt-close-side.pt-location-sticky-nav {
    z-index: 392;
}

.pt-close-side.pt-close-side-opened {
    transition-delay: 0s;
}

.pt-loop-footer {
    text-align: center;
    margin-top: 30px;
}

nav[class*="-pagination"] ul {
    --list-mb: 0;
    --li-mb: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

nav[class*="-pagination"] li .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 5px;
    min-width: 34px;
    height: 34px;
    color: var(--color-gray-900);
    font-weight: 600;
    font-size: 14px;
    border-radius: calc(var(--pt-brd-radius) / 1.5);
    transition: 0.2s;
}

nav[class*="-pagination"] li .current {
    color: #fff;
    background-color: var(--pt-primary-color);
}

nav[class*="-pagination"] li :is(.next, .prev) {
    font-size: 0;
}

nav[class*="-pagination"] li :is(.next, .prev):before {
    font-size: 12px;
    content: "\f114";
    font-family: Picon;
}

nav[class*="-pagination"] li .prev:before {
    content: "\f113";
    font-family: Picon;
}

nav[class*="-pagination"] a:hover {
    background-color: var(--bgcolor-gray-300);
}

[class*="screen-reader"] {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    transform: scale(0);
}

.pt-breadcrumbs> :is(span, a):last-child {
    font-weight: 600;
    color: var(--pt-bcrumb-color-active);
}

.pt-action-btn:empty,
.pt-breadcrumbs .pt-delimiter:last-child,
.pt-sidebar .pt-heading {
    display: none;
}

:is(.pt-breadcrumbs, .yoast-breadcrumb) {
    --pt-link-color: var(--color-gray-500);
    --pt-link-color-hover: var(--color-gray-700);
    --pt-bcrumb-color-active: var(--color-gray-900);
}

.yoast-breadcrumb .breadcrumb_last {
    color: var(--pt-bcrumb-color-active);
}

.pt-action-btn>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pt-action-color, var(--color-gray-800));
    cursor: pointer;
}

.pt-action-btn>a:hover {
    color: var(--pt-action-color-hover, var(--color-gray-500));
}

.pt-action-btn>a:before {
    font-size: var(--pt-action-icon-size, 1.1em);
    transition: opacity 0.15s;
    font-family: Picon;
}

.pt-action-btn>a:after {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0;
    opacity: 0;
    transition: opacity 0.2s;
    font-size: var(--pt-action-icon-size, 1.1em);
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid transparent;
    border-left-color: var(--color-gray-900);
    border-radius: 50%;
    vertical-align: middle;
}

.pt-action-btn>a.loading:before {
    opacity: 0;
}

.pt-action-btn>a.loading:after {
    opacity: 1;
    --pt-anim-state: running;
}

.pt-action-btn.pt-style-icon>a {
    position: relative;
    flex-direction: column;
    width: 50px;
    height: 50px;
    font-weight: 400;
    font-size: 0 !important;
    line-height: 0;
}

.pt-action-btn.pt-style-icon>a:after {
    inset-inline-start: calc(50% - 0.5em);
}

.pt-action-btn.pt-style-text>a {
    position: relative;
    font-weight: 600;
    line-height: 1;
}

.pt-action-btn.pt-style-text>a:before {
    margin-inline-end: 0.3em;
    font-weight: 400;
}

.pt-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 15px;
}

.pt-heading>a {
    --pt-link-color: var(--pt-primary-color);
    --pt-link-color-hover: var(--pt-primary-color);
}

.pt-heading>a:hover {
    opacity: 0.7;
}

.pt-heading .title {
    flex: 1 1 auto;
    margin-bottom: 0;
}

.pt-heading .pt-action-btn {
    flex: 0 0 auto;
}

.pt-heading .pt-action-btn.pt-style-text>a {
    height: 25px;
}

:is(.widget, .pt-widget, div[class^="vc_wp"]) {
    line-height: 1.4;
    --pt-link-color: var(--color-gray-500);
    --pt-link-color-hover: var(--color-gray-800);
}

:is(.widget, .pt-widget, div[class^="vc_wp"])> :is(ul, ol) {
    margin-top: 0;
}

:is(.widget, .pt-widget, div[class^="vc_wp"]) :is(ul, ol) {
    list-style: none;
    --list-mb: 0;
    --li-mb: 15px;
    --li-pl: 0;
}

.widget-title,
.widgettitle {
    margin-bottom: 20px;
    color: var(--pt-widget-title-color);
    text-transform: var(--pt-widget-title-transform);
    font-weight: var(--pt-widget-title-font-weight);
    font-style: var(--pt-widget-title-font-style);
    font-family: var(--pt-widget-title-font);
}

.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.textwidget> :last-child,
.widget:last-child {
    margin-bottom: 0;
}

.platform-author-information {
    line-height: inherit;
}

.platform-author-information .author-avatar img {
    border-radius: 50%;
}

:is(.pt-entry-content, .entry-content, .is-layout-flow, .is-layout-constrained, .is-layout-constrained > .wp-block-group__inner-container)>* {
    margin-block: 0 var(--pt-block-spacing);
}

:is(.pt-entry-content, .entry-content, .is-layout-flow, .is-layout-constrained, .is-layout-constrained > .wp-block-group__inner-container)> :last-child {
    margin-bottom: 0;
}

:where(.pt-bg-parent > *) {
    position: relative;
}

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

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

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

:root .pt-custom-width {
    width: var(--pt-width, unset);
    max-width: 100%;
}

.pt-page-wrapper {
    position: relative;
}

.pt-page-content {
    min-height: 50vh;
}

.container,
.container-fluid {
    width: 100%;
    max-width: var(--pt-container-w);
    padding-inline: 15px;
    margin-inline: auto;
}

.container-fluid {
    max-width: none;
}

.pt-content-layout {
    padding-block: 40px;
}

:where(.pt-content-layout > div) {
    grid-column: auto/span var(--pt-col);
}

.searchform[class*="pt-style-with-bg"] .searchsubmit {
    --btn-color: #fff;
    --btn-bgcolor: var(--pt-primary-color);
}

.searchform.pt-style-with-bg .searchsubmit {
    border-start-end-radius: var(--pt-form-brd-radius);
    border-end-end-radius: var(--pt-form-brd-radius);
}

.searchform.pt-style-with-bg-2 .searchsubmit {
    inset-inline-end: calc(var(--pt-form-brd-width) + 3px);
    width: calc(var(--pt-search-btn-w) - ((var(--pt-form-brd-width) + 3px) * 2));
    inset-block: calc(var(--pt-form-brd-width) + 3px);
    border-radius: var(--pt-form-brd-radius);
}

.searchform.pt-style-with-bg-2 .searchsubmit img {
    max-width: 22px;
}

.searchform.pt-style-with-bg-2 .searchsubmit:after {
    font-size: calc(var(--pt-form-height) / 2.5);
}

.searchform.pt-style-4 {
    --pt-search-clear-sp: 7px;
    --pt-search-btn-w: 0.001px;
}

.searchform.pt-style-4 .searchsubmit {
    inset-inline-start: 0;
    pointer-events: none;
    width: 46px;
    --pt-form-height: 46px;
}

.searchform.pt-style-4 .pt-search-cat {
    inset-inline-end: 0;
}

.searchform.pt-style-4 .pt-search-cat>a {
    border-inline-end: none;
}

.searchform.pt-style-4.pt-cat-style-default .pt-search-cat>a:after {
    margin-inline-end: 15px;
}

.pt-image,
.pt-image img {
    border-radius: var(--pt-brd-radius);
}

.search-no-results .pt-page-title :is(.breadcrumbs, .yoast-breadcrumb) {
    display: none;
}



.pt-product.pt-hover-quick .pt-add-btn {
    opacity: 1 !important;
    --btn-height: 50px;
}

.pt-product.pt-hover-quick .pt-add-btn>a {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: pltsec !important;
}

.pt-entities-coach {
    font-size: 14px !important;
    font-weight: 500;
}

.plt-dashboard-orders,
.pt-quick-shop .pt-add-btn-replace .add-to-cart-loop span {
    font-size: 18px !important;
}

#xcart-otp-send-btn,
.amount {
    font-weight: 500;
}

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

#billing_country_field,
.aabed-cart-btn .single_add_to_cart_button,
.price del .woocommerce-Price-currencySymbol,
.woocommerce-message .wc-forward {
    display: none !important;
}

.price ins {
    color: #999 !important;
}

.pt-product.pt-hover-fw-button .pt-add-btn .add-to-cart-loop span {
    font-size: 17px !important;
    font-weight: 500;
}

.pt-product.pt-hover-fw-button .pt-add-btn>a {
    width: 100%;
    border-radius: 8px;
    height: 45px;
}

.pt-hover-with-fade.pt-fade-off .product-element-bottom {
    padding: 20px 0 5px;
}

.aabed-grid {
    display: flex;
}

.aabed-grid-photo {
    width: 20%;
    margin-left: 10px;
}

.aabed-grid-photo img {
    border-radius: 7px !important;
}

.aabed-grid-coach .pt-entities-coach {
    margin: 0;
    padding: 2px 0;
}

.pt-add-btn-replace .add-to-cart-loop:before {
    content: "\e314" !important;
    font-size: 22px;
}

.footer-btns .picon {
    font-size: 22px;
    vertical-align: middle;
    padding: 0px 8px 0px 0px;
}

.aabed-footer .pt-button-wrapper a,
.aabed-hero-btn .pt-button-wrapper a,
.aabed-mobile .pt-button-wrapper a {
    padding: 0 8px;
}

.aabed-bordered-btn .pt-icon {
    font-size: 24px;
    vertical-align: middle;
    padding-right: 3px;
}

.aabed-footer .elementor-element svg.pt-icon,
.aabed-hero-btn .elementor-element svg.pt-icon,
.aabed-mobile .elementor-element svg.pt-icon,
.img-wrapper .e-font-icon-svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.aabed-footer .pt-btn-text {
    border-right: 1px solid #66666659;
}

.hme-btn .btn {
    padding: 0px 15px 0px 10px;
    min-height: 40px;
    gap: 3px;
}

.hme-btn .pt-btn-icon {
    display: flex;
}

.hme-btn .pt-btn-icon .picon {
    font-size: 20px;
}

.aabed-social .pt-social-icons .pt-icon:before,
.pt-show-product-gallery-wrap>a:before {
    font-size: 20px;
}

.aabed-social .pt-social-icons {
    justify-content: space-between;
}

.pt-nav-sticky>li>a {
    border-bottom: 1px solid #eee;
    font-weight: 500;
    padding: 2px 15px !important;
    border-radius: 0px;
}

.pt-nav-sticky>li>a .pt-nav-img {
    --nav-img-width: 26px !important;
    --nav-img-height: 26px !important;
    opacity: 0.3;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title {
    padding: 10px 16px !important;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img {
    height: 100% !important;
    border-radius: 5px;
}

.single_add_to_cart_button,
.pt-buy-now-btn {
    border-radius: 10px !important;
}

.pt-empty-mini-cart .btn,
.pt-heading .pt-action-btn.pt-style-text>a,
.pt-empty-mini-cart .btn {
    font-size: 14px;
}

.otp-login-container {
    background: #eee;
}

.plt-dashboard-orders {
    border-bottom: 2px solid #ddd;
    margin: 20px 0;
    padding: 10px 0;
    color: #000;
    font-weight: 500;
}

.plt-dashboard-orders:before {
    content: "\e517";
    font-family: Picon;
    font-size: 24px;
    padding-left: 5px;
    vertical-align: middle;
}

.pt-my-account-links a:before {
    color: #607d8b !important;
    margin-bottom: 0 !important;
    padding: 5px !important;
    font-size: 36px !important;
}

.pt-my-account-links a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
    border: 2px solid #ddd !important;
    font-size: 16px !important;
    box-shadow: none !important;
    background: #fff !important;
    padding: 15px 20px !important;
    color: #333 !important;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 2px 0;
    border-bottom: 1px dashed #ddd;
    border-right: 4px solid #ccc;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 15px !important;
}

.woocommerce-MyAccount-navigation .is-active,
.woocommerce-MyAccount-navigation ul li:hover {
    border-right: 4px solid #ff5722;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active>a {
    background: 0 0 !important;
}

.woocommerce-MyAccount-content {
    margin-inline: -15px;
    background: #f8f8f8 !important;
    border-radius: 30px !important;
    padding: 50px !important;
}

.pt-my-account-sidebar {
    border-inline-end: none !important;
}

td:is(.product-btn, .woocommerce-orders-table__cell-order-actions) a {
    min-height: 46px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
}

td:is(.product-btn, .woocommerce-orders-table__cell-order-actions) a.view:after {
    content: "\e315";
    font-family: Picon;
    font-size: 24px;
    vertical-align: middle;
    font-weight: 500;
    border-right: 1px solid #00000024;
    margin-right: 8px;
    padding: 0 8px 0 0;
}

td:is(.product-btn, .woocommerce-orders-table__cell-order-actions) a.pay:after {
    content: "\e052";
    font-family: Picon;
    font-size: 24px;
    vertical-align: middle;
    font-weight: 500;
    border-right: 1px solid #00000024;
    margin-right: 8px;
    padding: 0 8px 0 0;
}

td:is(.product-btn, .woocommerce-orders-table__cell-order-actions) a.pay {
    background-color: #66BB6A;
}

td:is(.product-btn, .woocommerce-orders-table__cell-order-actions) a.cancel {
    background-color: #ff9800;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    padding: 10px 0px;
    justify-content: space-between;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions:before {
    display: none;
}

.woocommerce-Address-title .edit:before {
    content: "\e089";
}

.pt-empty-page-text+.return-to-shop .button {
    border-radius: 8px;
}

:is(.btn, .button, button, [type="submit"], [type="button"]),
button,
input,
optgroup,
select {
    font-size: 15px;
}

.aabed-header-btn {
    min-height: 40px !important;
    font-weight: 500;
    padding: 0 8px;
}

#place_order,
.checkout-button,
.checkout_coupon .button,
.pt-coupon-form .button,
.pt-sticky-nav-content .btn-icon-pos-right,
body .select2-container--default .select2-selection,
input,
optgroup,
select {
    min-height: 42px !important;
    font-size: 16px;
    border-radius: 8px !important;
}

#tab-title-additional_information span:before,
#tab-title-reviews span:before,
.course-title-reviews h4:before,
.woocommerce-MyAccount-content h3:before {
    font-family: Picon;
    font-size: 24px;
    padding-left: 5px;
    vertical-align: middle;
    font-weight: 500;
}

.woocommerce-product-gallery .product-labels {
    align-items: flex-start !important;
}

textarea {
    border-radius: 10px !important;
    font-size: 16px !important;
}

.woocommerce-MyAccount-content h3:before {
    content: "\e626 ";
}

.woocommerce-MyAccount-content .pt-entities-title:before {
    content: "\e358";
    font-size: 16px;
    color: #F44336;
}

.woocommerce-my-account-wrapper {
    margin-inline: 0px !important;
    margin: 30px 0;
}

.searchsubmit span {
    text-indent: -9999px;
}

.pt-hover-quick .product-wrapper {
    background-color: #f9f9f9 !important;
    padding: 15px !important;
}

.pt-hover-quick .product-element-bottom {
    padding: 15px 0;
}

div.quantity input[type="number"] {
    border-radius: 0 !important;
}

div.quantity .plus {
    border-radius: 10px 0 0 10px !important;
}

div.quantity .minus {
    border-radius: 0 10px 10px 0 !important;
}

#tab-title-additional_information span:before {
    content: "\e472";
}

.pt-product-nav-btn:before {
    font-size: 20px !important;
}

.tab-title-details .title:before,
.tab-title-related .title:before,
.tab-title-watch .title span:before,
.woocommerce-form-coupon-toggle:before {
    font-size: 24px;
    padding-left: 5px;
    font-weight: 500;
    font-family: Picon;
    vertical-align: middle;
}

.tab-title-details .title:before {
    content: "\e509";
}

.woocommerce-form-coupon-toggle:before {
    content: "\e601";
    color: #111;
}

div.quantity {
    --pt-form-height: 46px !important;
}

.takhfif-link .showcoupon {
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}

.plt-single-content,
.pt-layout-list li a {
    color: #333;
}

.shop-course .product-wrapper {
    padding: 3px !important;
}

.pt-tools-element>a {
    height: 60px !important;
}

.pt-product.pt-hover-buttons-on-hover .pt-add-btn>a {
    border-radius: 8px !important;
    min-height: 44px;
}

.plt-sidebar-menu .pt-icon {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 5px;
    border-left: 1px solid #bbb;
    padding-left: 10px;
}

.pt-my-account-links .edit-address-link a:before {
    content: "\e007" !important;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.pt-my-account-links .downloads-link a:before {
    content: "\e088" !important;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.pt-my-account-links .payment-methods-link a:before {
    content: "\e052" !important;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.pt-my-account-links .edit-account-link a:before {
    content: "\e623" !important;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.pt-my-account-links .wishlist-link a:before {
    content: "\e358" !important;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.pt-my-account-links .customer-logout-link a:before {
    content: "\e428" !important;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.pt-cat-content h3 {
    font-size: 16px !important;
}

.pt-cat-content h4 {
    font-size: 14px;
    margin: 0 0 5px;
    font-family: pltsec;
    font-weight: 300 !important;
    color: #999;
}

.cat-design-side .pt-cat-count {
    background-color: #ff5722 !important;
    color: #fff !important;
    font-weight: 300 !important;
    box-shadow: none !important;
}

.custom-currency-icon:after,
.pt-info-msg strong:before,
.pt-widget h5:before {
    font-family: Picon;
    font-weight: 500;
}

.pt-product.pt-hover-buttons-on-hover .add-to-cart-loop span {
    font-size: 15px !important;
    padding: 3px 14px 0 !important;
}

.pt-single-tabs table tr:nth-child(odd) {
    background: #f5f5f5;
}

.pt-single-tabs table tr:nth-child(2n) {
    background-color: #fff;
}

.shop_attributes tbody {
    margin-bottom: 0 !important;
    border-radius: 15px;
    padding: 15px;
    background: #f5f5f5;
}

.shop_attributes tr {
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
}

.shop_attributes th {
    width: 15%;
    border-left: 1px solid #e6e6e6 !important;
    padding: 15px !important;
}

form.woocommerce-ordering {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sorting-title {
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}

.custom-ordering {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.custom-ordering a {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    color: #333;
    transition: 0.3s;
    display: inline-block;
}

.custom-ordering .selected-order,
.custom-ordering a:hover {
    background-color: #212121;
    color: #fff;
    border-radius: 40px;
}

.product-label.onsale,
.product-label.new,
.product-label.out-of-stock {
    padding: 5px 10px 5px 15px;
    border-radius: 30px 20px 20px 30px !important;
    font-size: 13px;
}

.pt-widget-stock-status a:before,
.widget_layered_nav ul li a:before {
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px;
}

.pt-widget-stock-status a:after,
.widget_layered_nav ul li a:after {
    font-size: 14px !important;
}

.pt-arrow-inner {
    border-radius: 30px !important;
}

.aabed-related .pt-carousel-wrap {
    background: #fff;
}

.pt-empty-page {
    font-size: 24px !important;
}

.product-label.onsale {
    background-color: #fe5254 !important;
    direction: rtl !important;
}

.product-label.out-of-stock {
    background-color: #fff !important;
}

.product-labels {
    top: 15px !important;
    inset-inline-start: 15px !important;
}

.aabed-side .icon-pl-profile:before {
    font-size: 23px;
    vertical-align: middle;
    border-left: 1px solid #e1e1e1;
    padding-left: 6px;
    margin-left: 2px;
}

.plt-panel {
    background: url(icons/plt-profile.svg) center center/contain no-repeat;
    width: 22px;
    height: 22px;
    margin-left: 7px;
}

p.stock.pt-style-default.in-stock:before {
    content: "\e224" !important;
    vertical-align: middle;
    padding: 0;
    font-size: 20px;
    color: #8bc34a !important;
    font-weight: 500 !important;
}

.cart-widget-side .woocommerce-mini-cart .remove {
    color: #fff !important;
    background: #ff5060;
}

.cart-widget-side .woocommerce-mini-cart .remove:hover {
    background: #D60644 !important;
}

.woocommerce-remove-coupon,
td.product-remove a {
    width: 20px !important;
    height: 20px !important;
    background: #ff5060;
    color: #fff;
    border-radius: 100%;
    margin-right: 5px;
    line-height: 20px;
}

.pt-progress-bar .progress-bar {
    background-color: #8bc34a !important;
}

.aabed-smethod-icon {
    width: 30px;
    height: auto;
    margin-left: 5px;
}

.woocommerce-checkout-review-order-table .shipping {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce-checkout-review-order-table .shipping td {
    padding-inline-start: 0;
    width: 100%;
}

.woocommerce-checkout-review-order-table .shipping td li {
    padding-inline-start: 0;
    width: 100%;
    text-align: right;
    direction: rtl;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
}

.checkout_coupon br {
    display: none;
}

.woocommerce-checkout-review-order-table .shipping .shipping_method {
    float: right !important;
    margin-inline-end: 10px !important;
    margin-inline-start: 5px !important;
}

.pt-load-more {
    border-radius: 30px;
}

.custom-currency-icon:after {
    content: "\e615";
    padding-right: 2px;
    vertical-align: top;
}

.plt-home-icn .nav-link-text:before,
.plt-off-icn .nav-link-text:before,
.plt-shop-icn .nav-link-text:before {
    font-family: Picon;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    padding-left: 10px;
}

.plt-home-icn .nav-link-text:before {
    content: "\e09f";
}

.plt-shop-icn .nav-link-text:before {
    content: "\e099";
}

.plt-off-icn .nav-link-text:before {
    content: "\e057";
}

.mobile-nav .searchform input[type="text"] {
    padding-left: 48px !important;
}

.mobile-nav .pt-suggestion {
    padding: 10px 15px !important;
}

.pt-info-msg strong:before {
    content: "\e289" !important;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 20px;
    color: #ff5722;
}

.pt-del-overall .pt-est-del {
    border: 1px dashed #d9d0ca;
    padding: 15px;
    border-radius: 10px;
    background: #f9f9f9;
}

.woocommerce-checkout-review-order-table tfoot tr:last-child {
    border: none !important;
}

.aabed-check .icon-pl-receipt:before {
    font-size: 28px;
    color: #ff5722;
}

.pt-swatches-product[data-id="pa_color"] .plt-swatch-text {
    font-size: 14px;
    padding: 0 5px;
}

.variations_form .pt-swatch-bg {
    padding: 5px 6px 5px 15px !important;
    width: auto !important;
}

.filter-widget .product-categories li,
.pt-layout-list li {
    border-bottom: 1px dashed #ddd;
    padding: 3px 0;
}

.widget .pt-checkboxes-on li>a:before {
    content: "\e06c" !important;
    border-radius: 5px;
    padding: 8px;
}

.pt-nav-mobile .menu-item-account>a:before {
    font-size: 22px;
    color: #444;
}

.pt-widget h5 {
    border-bottom: 1px dashed #d5cdcd;
    padding-bottom: 10px;
}

.pt-widget h5:before {
    content: "\e338" !important;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 20px;
    color: #ff5722;
}

.plticon {
    font-family: Picon;
    vertical-align: middle;
}

.plticon-arrow-up:before {
    content: "\e995";
}

.plticon-lucky-fill:before {
    content: "\e9be";
}

.lucky-foot .plticon-lucky-fill:before {
    font-size: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #000;
}

.pt-copyrights .plticon-arrow-up:before {
    font-size: 18px;
    padding-left: 5px;
}

.variations_form .pt-swatch {
    width: auto !important;
    border: 1px solid #ddd !important;
    padding: 6px 0px !important;
}

.filter-widget {
    background: #f7f7f7;
    border-radius: 15px;
    padding: 25px;
}

.aabed-lucky-foot a {
    color: #222;
}

.pt-sticky-nav .pt-nav-img {
    width: 26px !important;
    height: 26px !important;
    max-height: 24px !important;
}

.mobile-nav .pt-nav-img {
    width: 22px !important;
    margin-left: 7px;
    border: none !important;
    margin-bottom: 2px;
}

.pt-toolbar-link .pt-custom-icon img {
    height: 26px !important;
}

.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
    background-color: #FBE9E7;
    color: #BF360C;
}

.woocommerce-error li {
    border-bottom: 1px dashed rgb(191 54 12 / 17%);
    margin: 0px;
    padding: 2px 0px 2px 0px;
}

.woocommerce-error li:last-child {
    border-bottom: none;
}

.pt-delivery-note {
    font-size: 13px;
    line-height: 21px;
    padding: 10px 0px;
}

.header-cart-text {
    font-size: 15px;
    padding-right: 6px;
    color: #fff;
}

.pt-header-cart.pt-design-4 .pt-cart-number {
    background-color: #FF5722 !important;
}

.pt-header-cart .pt-tools-icon {
    background: none;
    padding: 0px;
    border-radius: 12px;
    height: 46px;
}

.plt-toolbar .pt-toolbar-link-1 .pt-toolbar-label:before {
    content: "\e365";
    font-family: "Picon";
    font-size: 25px;
    font-weight: 300;
    vertical-align: middle;
    padding-left: 3px;
}

.plt-toolbar .pt-toolbar-link-1 .pt-tools-icon {
    display: none !important;
}

.plt-toolbar .pt-tools-element .pt-tools-icon:before {
    font-size: 25px
}

.plt-btn a {
    padding: 10px 14px 5px 14px;
    min-height: auto !important;
    display: flex;
    align-items: flex-start;
}

.plt-hero p {
    color: #fff !important;
}

.aabed-single-content p {
    margin-bottom: 5px;
}

.plt-add-shopping .snapppay-widget {
    margin-top: 15px;
    border-radius: 10px;
}

.plt-add-shopping .torobpay-widget {
    margin-top: 15px;
    border-radius: 10px;
}

.plt-add-shopping .snapppay-widget img {
    border-radius: 10px;
}

@media (max-width: 1024px) {
    @supports not (overflow: clip) {
        body {
            overflow: hidden;
        }
    }

    .pt-hide-md {
        display: none !important;
    }

    [class*="pt-grid"] {
        --pt-col: var(--pt-col-md);
        --pt-gap: var(--pt-gap-md);
        --pt-col-md: var(--pt-col-lg);
        --pt-gap-md: var(--pt-gap-lg);
    }

    .pt-side-hidden {
        --pt-side-hidden-w: min(300px, 80vw);
    }

    html:has(.pt-side-hidden.pt-opened) {
        overflow: hidden;
    }

    .pt-nav-wrapper.pt-mb-action-swipe {
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        -webkit-mask-image: linear-gradient(to right, transparent, #000 70px);
        mask-image: linear-gradient(to right, transparent, #000 70px);
    }

    .pt-nav-wrapper.pt-mb-action-swipe .pt-nav {
        flex-wrap: nowrap;
    }

    .pt-close-side {
        top: -150px;
    }

    html:has(.pt-side-hidden.pt-opened, .mfp-wrap) #wpadminbar {
        z-index: 400;
    }

    #wpadminbar {
        position: absolute;
    }
}


@media (max-width: 768.98px) {
    .pt-hide-sm {
        display: none !important;
    }

    [class*="pt-grid"] {
        --pt-col: var(--pt-col-sm);
        --pt-gap: var(--pt-gap-sm);
        --pt-col-sm: var(--pt-col-md);
        --pt-gap-sm: var(--pt-gap-md);
    }

    .sidebar-left {
        order: 10;
    }

    .pt-hide-sm {
        display: none !important;
    }

    [class*="pt-grid"] {
        --pt-col: var(--pt-col-sm);
        --pt-gap: var(--pt-gap-sm);
        --pt-col-sm: var(--pt-col-md);
        --pt-gap-sm: var(--pt-gap-md);
    }

    .sidebar-left {
        order: 10;
    }

    .searchform.pt-style-default .pt-clear-search {
        padding-inline-end: 10px;
        border-inline-end: 1px solid var(--pt-form-brd-color);
    }
}

@media (max-width: 576px) {
    [class*="pt-grid"] {
        --pt-col: var(--pt-col-xs);
        --pt-gap: var(--pt-gap-xs);
        --pt-col-xs: var(--pt-col-sm);
        --pt-gap-xs: var(--pt-gap-sm);
    }

    .hme-btn .btn {
        min-height: 38px !important;
    }

    .pt-product.pt-hover-buttons-on-hover .pt-add-btn>a {
        min-height: 38px !important;
    }

    .pt-product.pt-hover-buttons-on-hover .add-to-cart-loop span {
        line-height: 30px !important;
    }


    .aabed-mobile .title-wrapper {
        text-align: center
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: flex !important
    }

    .aabed-single-coachbox .elementor-image-box-wrapper {
        display: flex
    }

    .aabed-single-coachbox .elementor-image-box-content {
        padding-right: 15px
    }

    .aabed-single-coachbox .elementor-image-box-title {
        margin-bottom: 10px !important
    }

    .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
        max-height: 100% !important
    }

    .plt-copyright p {
        text-align: center
    }

    .whb-header .container {
        padding-inline: 30px;
    }

    .pt-nav-mobile>li>a,
    .pt-nav-mobile>li>ul li>a {
        min-height: 46px;
    }

    .pt-nav>li>a {
        font-size: 17px;
    }


    .pt-footer .pt-nav>li>a {
        font-size: 15px;
    }

    .woocommerce-MyAccount-content {
        margin-inline: 0px;
        padding: 35px 25px !important;
    }

    .woocommerce-my-account-wrapper {
        margin: 0px
    }

    .pt-my-account-sidebar {
        padding: 0px;
    }


    .container,
    .container-fluid {
        padding-inline: 30px;
    }

    .pt-product .product-wrapper {
        padding: 0px !important;
    }

    .pt-product.pt-hover-fw-button .pt-add-btn .add-to-cart-loop span {
        font-size: 16px !important;
    }

    .pt-product.pt-hover-fw-button .pt-add-btn>a {
        height: 42px;
    }

    :is(.btn, .button, button, [type=submit], [type=button]),
    button,
    input,
    optgroup,
    select {
        min-height: 42px !important;
    }

    .mobile-class .btn {
        min-height: 40px !important;
        padding: 5px 10px !important;
    }

    .pt-hover-quick .product-wrapper {
        padding: 10px 10px 15px 10px !important;
    }

    .aabed-mobile .pt-btn-text {
        line-height: 42px;
        font-size: 17px;
    }

    .pt-nav-mobile>li>a,
    .pt-nav-mobile>li>ul li>a {
        min-height: 42px;
    }


    .plt-course-archive .pt-product.pt-hover-fw-button {
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin: 0px 0px 20px 0px;
    }

    .pt-cat-count {
        display: none
    }

    .shop_attributes th {
        width: 40% !important;
    }

    .aabed-car-nav .pt-cats {
        background: #fff
    }

    .product-label.onsale {
        padding: 5px 8px 5px 8px;
        font-size: 15px;
    }

    .mobile-nav .searchform input[type="text"] {
        height: auto !important;
        border: 2px solid #ddd;
        margin: 15px;
        width: auto;
    }

    .product-label.out-of-stock {
        padding: 7px 10px 6px 10px;
        font-size: 13px;
    }

    .plt-add-shopping label {
        margin-bottom: 15px !important;

    }

    [class*="pt-single-"].pt-swatch-layout-inline table.variations .cell {
        display: flex;
    }

    .product-element-bottom .woocommerce-Price-currencySymbol {
        font-size: 12px;
    }

    .pt-empty-page {
        font-size: 20px !important;
    }

    .pnts-banner .promo-banner .content-banner:before {
        position: relative;
        left: -1px;
        height: 26px;
        width: 20px;
    }

    .pnts-banner .promo-banner .content-banner:after {
        position: relative;
        right: -1px;
        height: 26px;
        width: 20px;
    }

    .pnts-banner .promo-banner .content-banner h2 {
        height: 26px;
        line-height: 29px;
        font-size: 14px !important;
    }

    .pnts-banner .promo-banner .content-banner {
        height: 26px;
        padding: 0px;
    }

    .blog-style-bg .pt-post-content {
        font-size: 13px;
    }

    .filter-widget {
        background: #fff;
    }

    .plt-toolbar {
        position: fixed;
        inset-inline: 0;
        bottom: 0;
        z-index: 350;
        height: 56px;
        background: #ffffff;
        border-top: 1px solid #ddd;
    }

    .mobile-nav .pt-search-form {
        margin-bottom: 20px;
    }

    .mobile-nav .pt-cross-icon>a:before {
        font-size: 22px;
        margin-inline-end: 0;
    }

    .mobile-nav .platform-nav-link .pt-nav-icon {
        font-size: 22px;
        color: #444;
    }

    .whb-mobile-right .pt-tools-icon:before {
        font-size: 26px !important;
        color: #444;
    }

    .pt-heading,
    .widget {
        border-bottom: none
    }

    .pt-side-hidden.pt-opened {
        border-radius: 0px;
    }


}

@media (min-width: 769px) {
    .searchform.pt-with-cat.pt-style-4 input[type="text"] {
        padding-inline-end: var(--pt-search-cat-w);
    }

    .searchform.pt-style-default:not(.pt-with-cat) .pt-clear-search {
        padding-inline-end: 10px;
        border-inline-end: 1px solid var(--pt-form-brd-color);
    }

    .searchform.pt-style-default.pt-cat-style-default {
        --pt-search-clear-sp: 7px;
    }

    .searchform[class*="pt-style-with-bg"].pt-cat-style-default {
        --pt-search-clear-sp: 20px;
    }

    .searchform.pt-style-with-bg.pt-cat-style-separated {
        --pt-search-clear-sp: 10px;
    }

    .pt-checkout-steps .step-active> :is(a, span) {
        text-decoration: none !important;
        background: #e8f5e9;
        border-radius: 30px;
        padding: 10px 25px;
    }
}

@media (min-width: 1025px) {
    .woocommerce-checkout .woocommerce-NoticeGroup {
        margin: 0px 10px;
    }

    .pt-scrollbar.platform-Windows {
        --pt-scroll-w: 17px;
    }

    .pt-scrollbar.platform-Mac,
    .pt-scrollbar.platform-Windows.browser-Opera {
        --pt-scroll-w: 15px;
    }

    .pt-hide-lg {
        display: none !important;
    }

    .pt-scroll {
        --scrollbar-track-bg: rgba(0, 0, 0, 0.05);
        --scrollbar-thumb-bg: rgba(0, 0, 0, 0.12);
    }

    .pt-scroll ::-webkit-scrollbar {
        width: 5px;
    }

    .pt-scroll ::-webkit-scrollbar-track {
        background-color: var(--scrollbar-track-bg);
    }

    .pt-scroll ::-webkit-scrollbar-thumb {
        background-color: var(--scrollbar-thumb-bg);
    }

    .pt-scroll.color-scheme-light,
    [class*="color-scheme-light"] .pt-scroll {
        --scrollbar-track-bg: rgba(255, 255, 255, 0.05);
        --scrollbar-thumb-bg: rgba(255, 255, 255, 0.12);
    }

    .admin-bar {
        --pt-admin-bar-h: 32px;
    }
}

@media (min-width: 1200px) {
    .wrapper-full-width-content .container {
        max-width: 100%;
    }
}