.prk-df-footer,
.prk-df-footer * {
box-sizing: border-box;
}
.prk-df-footer {
direction: rtl;
isolation: isolate;
border-top: 1px solid #f1f3f5;
}
.prk-df-main-footer {
background: #fff;
}
.prk-df-container {
width: min(100%, 1680px);
}
.prk-df-info-boxer {
position: relative;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 24px;
min-height: 124px;
}
.prk-df-identity {
display: flex;
min-width: 0;
flex: 1 1 auto;
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.prk-df-logo {
display: flex;
align-items: center;
justify-content: flex-start;
min-width: 120px;
}
.prk-df-logo__link {
display: inline-flex;
align-items: center;
}
.prk-df-logo img {
display: block;
width: auto;
max-width: 148px;
max-height: 58px;
}
.prk-df-back-to-top {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 40px;
padding: 0 18px;
border: 1px solid #d7dce2;
border-radius: 10px;
color: #9aa1aa;
background: #fff;
font-size: 14px;
line-height: 1;
cursor: pointer;
transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.prk-df-back-to-top:hover {
border-color: var(--prk-color-primary-border, #ff6a22);
color: var(--prk-color-primary, #ff5a1f);
background: var(--prk-color-primary-soft, #fff8f3);
}
.prk-df-back-to-top i {
display: inline-flex;
transform: rotate(180deg);
font-size: 13px;
}
.prk-df-contact {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
gap: 0 14px;
color: #24272b;
font-size: 14px;
line-height: 2.1;
text-align: right;
}
.prk-df-contact__item,
.prk-df-contact__support {
display: inline-flex;
align-items: center;
gap: 6px;
white-space: nowrap;
line-height: 1.7;
}
.prk-df-contact__label {
color: #525963;
}
.prk-df-contact__value {
color: #111827;
}
.prk-df-contact__sep {
color: #c4cad1;
}
.prk-df-widgets {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 34px 68px;
padding: 34px 0 22px;
}
.prk-df-widget {
flex: 1 1 170px;
min-width: 150px;
margin: 0;
color: #1f242b;
}
.prk-df-widget.widget_nav_menu,
.prk-df-widget[class*="nav_menu"] {
max-width: 350px;
}
.prk-df-widget__title,
.prk-df-widget .prk-df-widget__title {
display: block;
margin: 0 0 18px;
color: #111827;
font-size: 15px;
font-weight: 700;
line-height: 1.6;
}
.prk-df-widget__title--newsletter {
margin-top: 24px;
margin-bottom: 14px;
}
.prk-df-widget ul,
.prk-df-widget .menu {
display: flex;
flex-direction: column;
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}
.prk-df-widget li {
margin: 0;
padding: 0;
}
.prk-df-widget a {
color: #24272b;
text-decoration: none;
transition: color .2s ease;
}
.prk-df-widget a:hover {
color: #ff5a1f;
}
.prk-df-widget .menu a {
display: inline-flex;
align-items: center;
gap: 7px;
font-size: 14px;
line-height: 1.9;
}
.prk-df-social-newsletter__icons {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 17px;
margin-bottom: 20px;
}
.prk-df-social-newsletter__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 26px;
height: 26px;
color: #34383e;
font-size: 25px;
line-height: 1;
}
.prk-df-social-newsletter__icon:hover {
color: #ff5a1f;
}
.prk-df-social-newsletter__icon svg,
.prk-df-social-newsletter__icon img {
display: block;
width: 1em;
height: 1em;
object-fit: contain;
}
.prk-df-social-newsletter__icon svg {
fill: currentColor;
}
.prk-df-social-newsletter__form {
width: min(100%, 360px);
}
.prk-df-social-newsletter__form form,
.prk-df-newsletter-form {
display: flex;
align-items: center;
gap: 10px;
margin: 0;
}
.prk-df-social-newsletter__form input[type="email"],
.prk-df-social-newsletter__form input[type="text"],
.prk-df-newsletter-form input[type="email"] {
width: 100%;
min-width: 0;
height: 52px;
padding: 0 18px;
border: 0;
border-radius: 10px;
outline: none;
background: #e8eaed;
color: #30343a;
font-size: 13px;
}
.prk-df-social-newsletter__form input::placeholder,
.prk-df-newsletter-form input::placeholder {
color: #8e949c;
}
.prk-df-social-newsletter__form button,
.prk-df-newsletter-form button {
display: inline-flex;
flex: 0 0 auto;
align-items: center;
justify-content: center;
height: 52px;
min-width: 64px;
padding: 0 18px;
border: 0;
border-radius: 10px;
background: var(--prk-component-cta-bg, linear-gradient(135deg, #ff3d2e 0%, #ff6a16 100%));
color: var(--prk-color-on-gradient, #fff);
font-size: 14px;
font-weight: 700;
cursor: pointer;
}
.prk-df-social-newsletter__form button:hover,
.prk-df-newsletter-form button:hover {
background: var(--prk-component-cta-hover, var(--prk-component-cta-bg));
}
.prk-df-widget-space {
display: none;
}
.prk-df-text-widget p {
margin: 0;
color: #64707d;
font-size: 13px;
line-height: 2;
}
.prk-df-widget--app {
flex: 1 0 100%;
max-width: 100%;
}
.prk-df-app {
width: 100%;
}
.prk-df-app__box {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
gap: 18px;
width: 100%;
min-height: 74px;
padding: 14px 20px;
border-radius: 13px;
background: linear-gradient(135deg, #ff3b2f 0%, #ff6a16 100%);
color: #fff;
}
.prk-df-app__heading {
display: inline-flex;
align-items: center;
gap: 12px;
color: #fff !important;
font-size: 18px;
font-weight: 700;
white-space: nowrap;
}
.prk-df-app__heading img {
width: 42px;
height: 42px;
object-fit: contain;
}
.prk-df-app__links {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px; }
.prk-df-app__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 150px;
height: 46px;
padding: 5px 10px;
border-radius: 7px; }
.prk-df-app__link img {
display: block;
max-width: 136px;
max-height: 36px;
object-fit: contain;
}
.prk-df-app__more {
display: inline-flex;
align-items: center;
gap: 4px;
color: #fff !important;
font-size: 13px;
white-space: nowrap;
}
.prk-df-core {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: flex-start;
gap: 36px;
padding: 28px 0 24px;
border-bottom: 1px solid #f0f2f4;
}
.prk-df-about {
min-width: 0;
}
.prk-df-about__title {
display: block;
margin: 0 0 14px;
color: #111827;
font-size: 15px;
font-weight: 800;
line-height: 1.8;
}
.prk-df-about__text {
position: relative;
max-height: 58px;
overflow: hidden;
color: #7b8490;
font-size: 13px;
line-height: 2.2;
}
.prk-df-about__text p {
margin: 0;
}
.prk-df-about__text::after {
content: "";
position: absolute;
inset-inline: 0;
bottom: 0;
height: 34px;
pointer-events: none;
background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.prk-df-about__text.is-expanded {
max-height: none;
}
.prk-df-about__text.is-expanded::after,
.prk-df-about__text.is-not-collapsible::after {
display: none;
}
.prk-df-about__toggle {
display: inline-flex;
align-items: center;
margin-top: 6px;
padding: 0;
border: 0;
background: transparent;
color: #5f6875;
font-size: 13px;
cursor: pointer;
}
.prk-df-licenses {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 10px;
min-width: 280px;
}
.prk-df-license {
display: inline-flex;
align-items: center;
justify-content: center;
width: 96px;
height: 108px;
padding: 8px;
border: 1px solid #e5e8ec;
border-radius: 8px;
background: #fff;
overflow: hidden;
}
.prk-df-license img,
.prk-df-license svg,
.prk-df-license iframe {
max-width: 82px;
max-height: 92px;
}
.prk-df-license script {
max-width: 100%;
}
.prk-df-copyright {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 15px 0 18px;
color: #8a929e;
font-size: 12px;
line-height: 2;
}
.prk-df-copyright .prk-font{
line-height: 1.7;
}
.prk-df-copyright__latin {
direction: ltr;
text-align: left;
}
.prk-df-footer .hidden {
display: none !important;
}
.products_seen {
text-align: center;
margin: 30px 0;
font-size: 16px;
font-weight: 650;
}
.last_posts ul {
display: flex;
text-align: center;
width: 100%;
margin: 0 auto;
justify-content: center;
}
.last_posts ul li {
display: inline-block;
width: 15%;
margin: 0 15px;
}
.last_posts ul li img {
max-width: 100px;
max-height: 100px;
}
.thumb-pro img.second-img {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
border: 0;
}
.thumb-pro img.second-img {
position: absolute !important;
}
.thumb-pro img {
transition: all .2s ease;
margin: 0 auto;
display: block;
max-width: 100%;
width: 100%;
height: auto;
}
.last_posts ul li p {
font-size: 14px;
line-height: 32px;
height: 30px;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
.prk-df-info-boxer {
flex-direction: column;
align-items: stretch;
min-height: 0;
}
.prk-df-identity {
align-items: center;
text-align: center;
}
.prk-df-logo {
justify-content: center;
}
.prk-df-back-to-top {
position: absolute;
inset-inline-start: 0;
top: 28px;
align-self: auto;
}
.prk-df-widgets {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 26px 20px;
}
.prk-df-widget,
.prk-df-widget.widget_nav_menu,
.prk-df-widget[class*="nav_menu"] {
max-width: none;
min-width: 0;
}
.prk-df-app__box {
flex-direction: column;
align-items: stretch;
}
.prk-df-app__heading,
.prk-df-app__more {
justify-content: center;
}
.prk-df-app__links {
justify-content: center;
margin-inline-end: 0;
}
.prk-df-core {
grid-template-columns: 1fr;
}
.prk-df-licenses {
justify-content: flex-start;
min-width: 0;
}
}
@media (max-width: 640px) {
.prk-df-container {
padding-inline: 26px;
}
.prk-df-info-boxer {
gap: 18px;
padding-top: 22px;
padding-bottom: 18px;
}
.prk-df-logo img {
max-width: 130px;
max-height: 52px;
}
.prk-df-contact {
width: 100%;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
font-size: 13px;
line-height: 1.8;
text-align: center;
}
.prk-df-contact__item,
.prk-df-contact__support {
justify-content: center;
white-space: normal;
}
.prk-df-contact__sep {
display: none;
}
.prk-df-back-to-top {
top: 22px;
min-height: 38px;
padding-inline: 16px;
border-radius: 9px;
font-size: 13px;
}
.prk-df-widgets {
grid-template-columns: 1fr;
gap: 10px;
padding: 20px 0 14px;
}
.prk-df-widget.widget_nav_menu,
.prk-df-widget[class*="nav_menu"] {
overflow: hidden;
border-radius: 12px;
background: #f5f5f6;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
min-height: 42px;
margin: 0;
padding: 0 18px;
cursor: pointer;
font-size: 14px;
line-height: 1;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title::before,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title::before {
content: "";
width: 8px;
height: 8px;
border-inline-start: 2px solid #111827;
border-bottom: 2px solid #111827;
transform: rotate(-45deg);
transition: transform .2s ease;
}
.prk-df-widget.widget_nav_menu.is-open .prk-df-widget__title::before,
.prk-df-widget[class*="nav_menu"].is-open .prk-df-widget__title::before {
transform: rotate(135deg);
}
.prk-df-widget.widget_nav_menu .menu,
.prk-df-widget[class*="nav_menu"] .menu {
display: none;
gap: 10px;
padding: 0 18px 16px;
}
.prk-df-widget.widget_nav_menu.is-open .menu,
.prk-df-widget[class*="nav_menu"].is-open .menu {
display: flex;
}
.prk-df-social-newsletter {
padding-top: 10px;
text-align: center;
}
.prk-df-social-newsletter__icons {
justify-content: center;
}
.prk-df-social-newsletter__form {
margin-inline: auto;
}
.prk-df-social-newsletter__form form,
.prk-df-newsletter-form {
flex-direction: row;
align-items: center;
}
.prk-df-social-newsletter__form button,
.prk-df-newsletter-form button {
width: auto;
min-width: 64px;
}
.prk-df-app__link {
width: calc(50% - 5px);
min-width: 0;
}
.prk-df-copyright {
justify-content: center;
text-align: center;
}
} .prk-df-social-newsletter__icon i,
.prk-df-social-newsletter__icon-svg {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1em;
height: 1em;
line-height: 1;
}
.prk-df-social-newsletter__icon-svg svg {
display: block;
width: 1em;
height: 1em;
}
@media (max-width: 640px) {
.prk-df-info-boxer {
position: relative;
align-items: stretch;
gap: 14px;
padding-top: 18px;
padding-bottom: 18px;
}
.prk-df-identity {
align-items: center;
justify-content: center;
width: 100%;
padding-top: 2px;
text-align: center;
}
.prk-df-logo {
width: 100%;
justify-content: center;
padding-inline: 112px;
}
.prk-df-logo img {
max-width: 126px;
max-height: 48px;
}
.prk-df-contact {
max-width: 100%;
margin-top: 2px;
gap: 5px;
color: #111827;
}
.prk-df-back-to-top {
inset-inline-start: 0;
top: 18px;
z-index: 2;
min-height: 36px;
padding-inline: 14px;
white-space: nowrap;
}
.prk-df-widgets {
display: flex;
flex-direction: column;
gap: 9px;
padding: 16px 0 14px;
}
.prk-df-widget {
width: 100%;
flex: 0 0 auto;
min-width: 0;
}
.prk-df-widget.widget_nav_menu,
.prk-df-widget[class*="nav_menu"] {
order: 1;
overflow: hidden;
border-radius: 12px;
background: #f5f5f6;
box-shadow: none;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
min-height: 42px;
margin: 0;
padding: 0 16px;
color: #111827;
font-size: 14px;
font-weight: 800;
line-height: 1;
cursor: pointer;
user-select: none;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title::before,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title::before {
content: "";
display: inline-flex;
width: 8px;
height: 8px;
margin-inline-start: auto;
border-inline-start: 2px solid #111827;
border-bottom: 2px solid #111827;
transform: rotate(-45deg);
transition: transform .22s ease;
}
.prk-df-widget.widget_nav_menu.is-open .prk-df-widget__title::before,
.prk-df-widget[class*="nav_menu"].is-open .prk-df-widget__title::before {
transform: rotate(135deg);
}
.prk-df-widget.widget_nav_menu .menu,
.prk-df-widget[class*="nav_menu"] .menu {
display: flex;
max-height: 0;
overflow: hidden;
gap: 9px;
padding: 0 16px;
opacity: 0;
transform: translateY(-4px);
transition: max-height .24s ease, opacity .18s ease, transform .18s ease, padding .18s ease;
}
.prk-df-widget.widget_nav_menu.is-open .menu,
.prk-df-widget[class*="nav_menu"].is-open .menu {
max-height: 260px;
padding: 0 16px 16px;
opacity: 1;
transform: translateY(0);
}
.prk-df-widget.widget_nav_menu .menu a,
.prk-df-widget[class*="nav_menu"] .menu a {
font-size: 13px;
line-height: 1.9;
}
.prk-df-widget--social-newsletter {
order: 2;
margin-top: 8px;
padding-top: 14px;
border-top: 1px solid #eceff3;
}
.prk-df-social-newsletter {
padding-top: 0;
}
.prk-df-social-newsletter__icons {
gap: 18px;
}
.prk-df-social-newsletter__icon {
width: 25px;
height: 25px;
font-size: 24px;
}
.prk-df-widget--app {
order: 3;
}
.prk-df-widget--text {
order: 4;
}
}
@media (max-width: 410px) {
.prk-df-logo {
padding-inline: 96px;
}
.prk-df-logo img {
max-width: 116px;
}
.prk-df-back-to-top {
padding-inline: 12px;
font-size: 12px;
}
}
@media (max-width: 640px) {
.prk-df-widget.widget_nav_menu .prk-df-widget__title,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title {
justify-content: flex-end;
padding-inline-start: 42px;
padding-inline-end: 16px;
text-align: right;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title::before,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title::before {
position: absolute;
left: 18px;
right: auto;
margin: 0;
}
} @media (max-width: 640px) { .prk-df-container {
padding-inline: 26px;
}
.prk-df-widgets {
gap: 9px;
padding-top: 14px;
padding-bottom: 12px;
}
.prk-df-widget.widget_nav_menu,
.prk-df-widget[class*="nav_menu"] {
border-radius: 12px;
background: #f5f5f6;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title {
position: relative;
justify-content: flex-start;
min-height: 42px;
padding: 0 18px 0 46px;
color: #111827;
font-size: 14px;
font-weight: 800;
line-height: 42px;
text-align: right;
white-space: nowrap;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title::before,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title::before {
position: absolute;
top: 50%;
left: 19px;
right: auto;
display: block;
width: 8px;
height: 8px;
margin: 0;
border-inline-start: 2px solid #111827;
border-bottom: 2px solid #111827;
transform: translateY(-50%) rotate(-45deg);
transform-origin: center;
}
.prk-df-widget.widget_nav_menu.is-open .prk-df-widget__title::before,
.prk-df-widget[class*="nav_menu"].is-open .prk-df-widget__title::before {
transform: translateY(-50%) rotate(135deg);
}
.prk-df-widget.widget_nav_menu .menu,
.prk-df-widget[class*="nav_menu"] .menu {
gap: 8px;
padding-inline: 18px;
text-align: right;
}
.prk-df-widget.widget_nav_menu.is-open .menu,
.prk-df-widget[class*="nav_menu"].is-open .menu {
padding: 4px 18px 16px;
}
.prk-df-widget.widget_nav_menu .menu li,
.prk-df-widget[class*="nav_menu"] .menu li {
width: 100%;
}
.prk-df-widget.widget_nav_menu .menu a,
.prk-df-widget[class*="nav_menu"] .menu a {
justify-content: flex-start;
width: 100%;
color: #24272b;
font-size: 13px;
line-height: 1.95;
text-align: right;
}
.prk-df-widget--social-newsletter {
margin-top: 10px;
padding-top: 13px;
border-top: 1px solid #e9edf2;
text-align: center;
}
.prk-df-widget--social-newsletter .prk-df-widget__title {
display: block;
margin: 0 0 13px;
color: #b6bdc6;
font-size: 12px;
font-weight: 800;
line-height: 1.7;
text-align: center;
}
.prk-df-social-newsletter__icons {
justify-content: center;
gap: 17px;
margin-bottom: 0;
}
.prk-df-social-newsletter__icon {
width: 26px;
height: 26px;
color: #1f242b;
font-size: 25px;
}
.prk-df-widget--social-newsletter .prk-df-widget__title--newsletter {
margin-top: 18px;
margin-bottom: 14px;
color: #111827;
font-size: 14px;
font-weight: 800;
line-height: 1.8;
}
.prk-df-social-newsletter__form {
width: 100%;
margin-inline: auto;
}
.prk-df-social-newsletter__form form,
.prk-df-newsletter-form {
justify-content: center;
gap: 10px;
width: 100%;
}
.prk-df-social-newsletter__form input[type="email"],
.prk-df-social-newsletter__form input[type="text"],
.prk-df-newsletter-form input[type="email"] {
height: 50px;
border-radius: 10px;
font-size: 13px;
text-align: right;
}
.prk-df-social-newsletter__form button,
.prk-df-newsletter-form button {
height: 50px;
min-width: 66px;
border-radius: 10px;
font-size: 14px;
}
}
@media (max-width: 390px) {
.prk-df-container {
padding-inline: 20px;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title {
padding-right: 16px;
padding-left: 44px;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title::before,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title::before {
left: 17px;
}
} @media (max-width: 640px) {
.prk-df-info-boxer {
display: block;
position: relative;
min-height: 0;
padding-top: 20px;
padding-bottom: 18px;
text-align: center;
}
.prk-df-identity {
display: flex !important;
width: 100%;
flex-direction: column;
align-items: center !important;
justify-content: center;
gap: 8px;
padding-top: 0;
text-align: center !important;
}
.prk-df-logo {
display: flex !important;
width: 100%;
justify-content: center !important;
padding: 0 112px !important;
margin: 0 auto 8px;
text-align: center;
}
.prk-df-logo__link {
justify-content: center;
margin: 0 auto;
}
.prk-df-logo img {
max-width: 122px;
max-height: 46px;
margin: 0 auto;
}
.prk-df-back-to-top {
top: 18px;
right: 0;
left: auto;
z-index: 3;
}
.prk-df-contact {
display: flex !important;
width: 100%;
max-width: 100%;
flex-direction: column;
align-items: center !important;
justify-content: center;
gap: 10px;
margin-top: 0;
color: #111827;
font-size: 12.5px;
line-height: 1.75;
text-align: center !important;
}
.prk-df-contact__item,
.prk-df-contact__support {
display: inline-flex;
justify-content: center !important;
width: 100%;
gap: 5px;
white-space: normal;
text-align: center;
}
.prk-df-contact__label {
color: #30343a;
font-weight: 700;
}
.prk-df-contact__value,
.prk-df-contact__support {
color: #111827;
font-weight: 400;
}
.prk-df-widget.widget_nav_menu,
.prk-df-widget[class*="nav_menu"] {
background: #f5f5f6;
transition: background-color .18s ease, box-shadow .18s ease;
}
.prk-df-widget.widget_nav_menu:hover,
.prk-df-widget[class*="nav_menu"]:hover,
.prk-df-widget.widget_nav_menu.is-open,
.prk-df-widget[class*="nav_menu"].is-open {
background: #f2f2f4;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title {
display: flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0 48px !important;
border-radius: 12px;
transition: background-color .18s ease, color .18s ease;
text-align: center !important;
}
.prk-df-widget.widget_nav_menu .prk-df-widget__title:hover,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title:hover,
.prk-df-widget.widget_nav_menu .prk-df-widget__title:active,
.prk-df-widget[class*="nav_menu"] .prk-df-widget__title:active {
background: #eeeef0;
color: #111827;
}
.prk-df-footer .prk-df-widget.widget_nav_menu .prk-df-widget__title::before,
.prk-df-footer .prk-df-widget[class*="nav_menu"] .prk-df-widget__title::before {
top: 50%;
left: 19px;
right: auto;
width: 8px;
height: 8px;
margin: 0;
border: 0;
border-right: 2px solid #111827;
border-bottom: 2px solid #111827;
transform: translateY(-50%) rotate(45deg); transform-origin: center;
transition: transform .22s ease;
}
.prk-df-footer .prk-df-widget.widget_nav_menu.is-open .prk-df-widget__title::before,
.prk-df-footer .prk-df-widget[class*="nav_menu"].is-open .prk-df-widget__title::before,
.prk-df-footer .prk-df-widget.widget_nav_menu .prk-df-widget__title[aria-expanded="true"]::before,
.prk-df-footer .prk-df-widget[class*="nav_menu"] .prk-df-widget__title[aria-expanded="true"]::before {
transform: translateY(-50%) rotate(-135deg); }
.prk-df-widget.widget_nav_menu .menu a,
.prk-df-widget[class*="nav_menu"] .menu a {
min-height: 30px;
padding: 2px 8px;
border-radius: 8px;
transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.prk-df-widget.widget_nav_menu .menu a:hover,
.prk-df-widget[class*="nav_menu"] .menu a:hover,
.prk-df-widget.widget_nav_menu .menu a:active,
.prk-df-widget[class*="nav_menu"] .menu a:active {
background: #fff;
color: #ff5a1f;
transform: translateX(-2px);
}
}
@media (max-width: 410px) {
.prk-df-logo {
padding-inline: 96px !important;
}
.prk-df-logo img {
max-width: 116px;
max-height: 44px;
}
.prk-df-back-to-top {
right: 0;
left: auto;
}
} @media (max-width: 640px) {
.prk-df-info-boxer {
display: flex !important;
flex-direction: row !important;
align-items: flex-start !important;
justify-content: space-between !important;
gap: 14px;
min-height: 0;
padding-top: 18px;
padding-bottom: 18px;
text-align: right !important;
}
.prk-df-identity {
order: 1;
display: flex !important;
flex: 1 1 auto;
width: auto !important;
min-width: 0;
max-width: calc(100% - 150px);
flex-direction: column;
align-items: flex-start !important;
justify-content: flex-start !important;
gap: 6px;
padding: 0 !important;
margin: 0 !important;
text-align: right !important;
}
.prk-df-logo {
display: flex !important;
width: auto !important;
min-width: 0;
justify-content: flex-start !important;
padding: 0 !important;
margin: 0 0 6px 0 !important;
text-align: right !important;
}
.prk-df-logo__link {
justify-content: flex-start !important;
margin: 0 !important;
}
.prk-df-logo img {
max-width: 126px;
max-height: 48px;
margin: 0 !important;
}
.prk-df-contact {
display: flex !important;
width: auto !important;
max-width: 100%;
flex-direction: column;
align-items: flex-start !important;
justify-content: flex-start !important;
gap: 10px;
margin: 0 !important;
font-size: 12.5px;
line-height: 1.75;
text-align: right !important;
}
.prk-df-contact__item,
.prk-df-contact__support {
display: inline-flex;
justify-content: flex-start !important;
width: auto !important;
max-width: 100%;
gap: 5px;
white-space: normal;
text-align: right !important;
}
.prk-df-back-to-top {
order: 2;
position: static !important;
flex: 0 0 auto;
inset: auto !important;
align-self: flex-start;
margin: 0 !important;
white-space: nowrap;
}
}
@media (max-width: 410px) {
.prk-df-identity {
max-width: calc(100% - 132px);
}
.prk-df-logo {
padding: 0 !important;
}
.prk-df-logo img {
max-width: 116px;
max-height: 44px;
}
} .prk-df-widget--fixed-menu .prk-df-widget__title {
display: flex;
align-items: center;
gap: 8px;
}
.prk-df-fixed-menu__list a i,
.prk-df-fixed-menu__list a img,
.prk-df-fixed-menu__list a .prk-df-fixed-icon-svg,
.prk-df-widget--fixed-menu .prk-df-widget__title i,
.prk-df-widget--fixed-menu .prk-df-widget__title img,
.prk-df-widget--fixed-menu .prk-df-widget__title .prk-df-fixed-icon-svg {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
width: 1.1em;
height: 1.1em;
line-height: 1;
}
.prk-df-fixed-icon-svg svg,
.prk-df-fixed-menu__list a img,
.prk-df-widget--fixed-menu .prk-df-widget__title img {
display: block;
width: 1.1em;
height: 1.1em;
object-fit: contain;
}
.prk-df-fixed-newsletter__desc {
margin: -6px 0 14px;
color: #7b8490;
font-size: 13px;
line-height: 1.9;
}
.prk-df-widget--fixed-socials .prk-df-social-newsletter__icons,
.prk-df-widget--fixed.prk-df-widget--social-newsletter .prk-df-social-newsletter__icons {
margin-bottom: 0;
}
.prk-df-widget--fixed .prk-df-social-newsletter__icon img,
.prk-df-widget--fixed .prk-df-social-newsletter__icon svg {
width: 1em;
height: 1em;
}
@media (max-width: 640px) {
.prk-df-widget--fixed-menu .prk-df-widget__title {
gap: 7px;
}
.prk-df-widget--fixed-newsletter .prk-df-widget__title--newsletter {
margin-top: 0;
}
} @media (max-width: 767.98px) {
.prk-df-widget.prk-df-hide-mobile {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 1023.98px) {
.prk-df-widget.prk-df-hide-tablet {
display: none !important;
}
}
@media (min-width: 1024px) {
.prk-df-widget.prk-df-hide-desktop {
display: none !important;
}
}
@media (max-width: 1023px) {
body.single-product .last_posts {
position: relative;
z-index: 10;
background: #fff;
display: none !important;
}
}.prk-default-header,
.prk-default-header * {
box-sizing: border-box;
}
.prk-default-header.has-bottom-border .header-borner {
border-bottom: 1px solid var(--prk-default-header-border-color, #e5e5ea);
}
.header-borner {
margin: 0;
position: relative;
z-index: 100;
top: 0;
background: #fff;
padding: 10px 0 10px 0;
}
@media (min-width: 1024px) {
.prk-default-header.is-sticky-desktop {
position: sticky;
top: 0;
z-index: 999;
background: #fff;
}
}
@media (max-width: 1023px) {
.prk-default-header.is-sticky-mobile {
position: sticky;
top: 0;
z-index: 999;
background: #fff;
}
} @media (min-width: 1024px) {
body #header.prk-default-header:not(.is-sticky-desktop) {
position: relative !important;
top: auto !important;
}
}
@media (max-width: 1023px) {
body #header.prk-default-header:not(.is-sticky-mobile) {
position: relative !important;
top: auto !important;
}
}
:root {
--pr-header-h: 0px;
--pr-desktop-menu-h: 0px;
--pr-desktop-menu-reserve: 42px;
--pr-desktop-menu-visible: 0px;
--pr-desktop-duration: 220ms;
--pr-top-barrier: calc(var(--pr-header-h) + var(--pr-desktop-menu-visible));
}
@media (min-width: 1024px) { body:not(.elementor-editor-active) #header.prk-default-header.has-desktop-sticky-menu {
margin-bottom: var(--pr-desktop-menu-reserve, 42px);
}
body:not(.elementor-editor-active) #header.prk-default-header.has-desktop-sticky-menu .pr-desktop-menu {
position: absolute;
inset-inline: 0;
top: 100%;
z-index: 10;
background: #fff;
overflow: visible;
will-change: transform;
transform: translate3d(0, 0, 0);
box-shadow: 0 1px 0 rgb(0 0 0 / 14%), 0 2px 0 rgb(0 0 0 / 5%);
transition: transform var(--pr-desktop-duration, 220ms) ease;
}
body:not(.elementor-editor-active) #header.prk-default-header.has-desktop-sticky-menu.has-desktop-menu-collapse .pr-desktop-menu.pr-menu-collapsed {
transform: translate3d(0, -100%, 0);
pointer-events: none;
}
body:not(.elementor-editor-active) #header.prk-default-header.has-desktop-sticky-menu:not(.has-desktop-menu-collapse) .pr-desktop-menu {
transform: translate3d(0, 0, 0) !important;
pointer-events: auto !important;
}
.pr-sticky,
.product-card-sticky,
.product-rating-card-sticky,
.product-question-btn-box-sticky {
transition: top var(--pr-desktop-duration, 220ms) ease;
}
}
.prk-default-header .logo img,
.prk-default-header__logo img {
width: 102px;
height: 38px;
object-fit: contain;
}
@media (min-width: 1024px) {
.prk-default-header .logo img,
.prk-default-header__logo img {
width: 135px;
height: 50px;
}
}
.prk-default-header__middle {
min-width: 0;
}
.prk-default-header__search-wrap {
min-width: 0;
}
.prk-default-header__icons {
flex: 0 0 auto;
}
@media (max-width: 1023px) {
.prk-default-header__middle {
gap: 12px;
align-items: center;
padding-bottom: 8px;
border-bottom: 1px solid #e5e5eac2;
}
.prk-default-header__search-wrap {
flex: 1 1 auto;
min-width: 0;
margin-left: 12px;
}
.prk-default-header__icons {
flex: 0 0 auto;
align-items: center;
}
}
@media (min-width: 1024px) {
.prk-default-header__row {
width: 100%;
}
.prk-default-header__brand {
flex: 0 0 auto;
}
.prk-default-header__middle {
width: auto;
gap: 18px;
justify-content: flex-start;
}
.prk-default-header__search-wrap {
flex: 0 1 560px;
width: min(560px, 42vw);
max-width: 560px;
}
.prk-default-header__location {
flex: 0 0 auto;
}
.prk-default-header__icons {
margin-right: auto;
}
}
@media (min-width: 1024px) and (max-width: 1280px) {
.prk-default-header__search-wrap {
flex-basis: 420px;
width: min(420px, 38vw);
max-width: 420px;
}
}
.prk-default-header .icons-box {
opacity: 1;
transform: translateY(0) scale(1);
width: auto;
transition: opacity .28s ease, transform .28s ease, width .28s ease;
will-change: opacity, transform, width;
}
@media (max-width: 1023px) {
.prk-default-header .icons-box.is-hidden {
opacity: 0;
transform: translateX(-8px) scale(.96);
width: 0 !important;
overflow: hidden;
pointer-events: none;
white-space: nowrap;
}
}
.prk-default-header .prk-default-searchbox {
width: 100%;
}
.prk-default-header [data-prk-placeholder-logo] {
z-index: 1;
}
.prk-default-header .prk-default-searchbox:focus-within [data-prk-placeholder-logo] {
opacity: .55;
}
.prk-default-header .main_results_ajax_search {
direction: rtl;
}
.prk-default-header .ai-img-search-modal-open-btn {
background: transparent;
border: 0;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.prk-default-header .prk-ai-image-search-trigger__text {
display: none;
}
.prk-default-header .prk-default-header__location .prk-location-picker,
.prk-default-header .prk-default-header__location [data-location-picker],
.prk-default-header .prk-default-header__location .location-piker {
min-width: 112px;
}
.prk-default-header .prk-default-header__promote.button_box li {
background: var(--prk-promote-bg, rgba(243, 10, 73, .14));
}
.prk-default-header .prk-default-header__promote.button_box i {
color: var(--prk-promote-icon, rgba(243, 10, 73, .6));
}
.prk-default-header .prk-default-header__promote.link_box li {
padding-inline: 0;
}
.prk-default-mobile-drawer {
display: none;
}
@media (max-width: 1023px) {
.prk-default-mobile-drawer {
display: block;
}
} .prk-dh-call {
align-items: center;
justify-content: center;
flex: 0 0 auto;
}
.prk-dh-call__link {
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--prk-dh-call-color, #424750);
text-decoration: none;
line-height: 1;
transition: color .18s ease, transform .18s ease;
}
.prk-dh-call__link:hover {
color: var(--prk-dh-call-hover-color, var(--prk-color-primary-hover));
transform: translateY(-1px);
}
.prk-dh-call__icon {
color: currentColor;
line-height: 1;
} .prk-dh-cart-button {
color: #424750;
text-decoration: none;
line-height: 1;
cursor: pointer;
}
.prk-dh-cart-button__icon,
.prk-dh-cart-button__icon i {
color: currentColor;
line-height: 1;
}
.prk-dh-cart-button__icon svg,
.prk-dh-cart-button__icon img {
width: 26px;
height: 26px;
object-fit: contain;
display: block;
}
.prk-dh-cart-button__image {
width: 26px;
height: 26px;
object-fit: contain;
display: block;
} .prk-dh-account-button {
appearance: none;
background: transparent;
border: 1px solid #e0e0e2;
border-radius: 11px;
min-width: 164px;
min-height: 43px;
padding: 4px 10px;
color: #424750;
text-align: right;
cursor: pointer;
line-height: 1.33;
align-items: center;
justify-content: center;
position: relative;
box-sizing: border-box;
text-decoration: none;
}
.prk-dh-account-button__inner {
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
width: 100%;
}
.prk-dh-account-button__icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
color: #424750;
margin-left: 3px;
margin-top: -3px;
transform: translateY(2px);
}
.prk-dh-account-button__icon svg,
.prk-dh-account-button__icon img,
.prk-dh-account-menu__icon svg,
.prk-dh-account-menu__icon img,
.prk-dh-account-mobile__trigger svg,
.prk-dh-account-mobile__trigger img {
width: 24px;
height: 24px;
object-fit: contain;
display: block;
}
.prk-dh-account-button__icon img {
width: 28px;
height: 28px;
}
.prk-dh-account-button__text {
color: #424750;
font-size: 14px;
font-weight: 500;
white-space: nowrap;
}
.prk-dh-account-button__arrow {
color: #424750;
font-size: 18px;
opacity: .8;
position: relative;
top: 1px;
transition: transform .18s ease;
}
.prk-dh-account-mobile__trigger {
display: inline-flex;
align-items: center;
justify-content: center;
color: #424750;
cursor: pointer;
text-decoration: none;
}
.prk-dh-account-mobile__trigger i {
color: #424750;
}
.prk-dh-account[data-prk-account-trigger-mode="hover"]::after {
content: '';
position: absolute;
top: 100%;
left: 0;
right: 0;
height: 14px;
display: block;
}
.prk-dh-account-menu {
position: absolute;
left: 0;
right: auto;
top: calc(100% + 8px);
z-index: 30;
width: 190px;
background: #f9f9f9;
border: 1px solid #ddd;
border-radius: 11px;
padding: 0 10px;
text-align: right;
opacity: 0;
visibility: hidden;
transform: translateY(8px) scale(.985);
transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
pointer-events: none;
}
.prk-dh-account-menu__list {
display: flex;
flex-direction: column;
margin: 0;
padding: 0;
list-style: none;
}
.prk-dh-account-menu__item {
color: #767676;
padding: 10px 0;
font-size: 13px;
font-weight: 500;
line-height: 25px;
display: flex;
align-items: center;
transition: all .2s ease;
}
.prk-dh-account-menu__item--bordered {
border-bottom: 1px solid #ddd;
}
.prk-dh-account-menu__link {
color: #767676;
font-size: 13px;
font-weight: 600;
display: flex;
width: 100%;
align-items: center;
gap: 8px;
text-decoration: none;
transition: color .2s ease;
}
.prk-dh-account-menu__item--logout .prk-dh-account-menu__link {
color: #00bf6f;
}
.prk-dh-account-menu__link:hover {
color: #1051ef !important;
}
.prk-dh-account-menu__icon {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
}
.prk-dh-account.is-open .prk-dh-account-menu,
.prk-dh-account[data-prk-account-trigger-mode="hover"]:hover .prk-dh-account-menu {
opacity: 1;
visibility: visible;
transform: translateY(0) scale(1);
pointer-events: auto;
}
.prk-dh-account.is-open .prk-dh-account-button__arrow,
.prk-dh-account[data-prk-account-trigger-mode="hover"]:hover .prk-dh-account-button__arrow {
transform: rotate(180deg);
} .prk-dh-login-modal,
.prk-dh-login-modal * {
box-sizing: border-box;
}
.prk-dh-login-modal {
width: 450px;
max-width: calc(100vw - 32px);
background: #fff;
border-radius: 16px;
overflow: hidden;
}
.prk-dh-login-modal--side-image {
width: 600px;
height: 386px;
}
.prk-dh-login-modal__inner {
width: 100%;
height: 100%;
}
.prk-dh-login-modal__header {
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
padding: 16px 16px 0;
}
.prk-dh-login-modal__close {
margin-right: auto;
background: transparent;
color: #555;
cursor: pointer;
outline: none;
border: 0;
padding: 0;
line-height: 1;
transition: color .18s ease;
}
.prk-dh-login-modal__close:hover {
color: #ef394e;
}
.prk-dh-login-modal__close i {
position: relative;
font-size: 28px;
line-height: 1;
}
.prk-dh-login-modal__body {
margin: 40px auto 29px;
}
.prk-dh-login-modal__body--simple {
width: 77%;
}
.prk-dh-login-modal__body--side {
padding: 0 24px;
}
.prk-dh-login-modal__logo {
margin-bottom: 20px;
}
.prk-dh-login-modal__logo-link {
display: block;
}
.prk-dh-login-modal__logo-img {
max-width: 164px;
height: auto;
object-fit: contain;
margin: 0 auto;
padding: 5px 0;
display: block;
max-width: 120px !important;
}
.back-arrow i{
font-size: 26px;
font-weight: 400;
color: #535555;
position: absolute;
}
@media (max-width: 1023px) {
.prk-dh-login-modal__logo--hide-mobile {
display: none !important;
}
.prk-dh-login-modal[data-prk-mobile-auto-sheet="1"] {
max-height: calc(var(--vh, 1vh) * 92);
border-radius: 16px 16px 0 0;
}
}
.prk-dh-login-modal__side-layout {
display: flex;
}
.prk-dh-login-modal__image-wrap {
width: 40%;
height: 100%;
}
.prk-dh-login-modal__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.prk-dh-login-modal__content-wrap {
width: 60%;
}
.prk-dh-login-modal .loader-bullet,
.prk-auth-sms-surface #stm-sms-form-holder .stm-sms-confirm--submit,
.prk-auth-sms-surface #stm-sms-form-holder .stm-login-sms-btn {
background: var(--prk-component-cta-bg, linear-gradient(to right, #ff3a30, #ff6a00)) !important;
background-image: var(--prk-component-cta-bg, linear-gradient(to right, #ff3a30, #ff6a00)) !important;
}
.prk-dh-login-modal--side-image #stm-sms-form-holder .stm-login-sms-btn {
background-image: linear-gradient(135deg, #262626, #2c2c2c) !important;
}
.prk-auth-sms-surface #stm-sms-form-holder,
.prk-auth-sms-surface #stm-sms-form-holder form {
width: 100%;
}
.prk-auth-sms-surface #stm-sms-form-holder .title-loginbox {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
color: #232933;
}
.prk-auth-sms-surface #stm-sms-form-holder .login-sms-message,
.prk-auth-sms-surface #stm-sms-form-holder .stm-sms-confirm--title {
font-size: 13px;
line-height: 21px;
color: #62666d;
margin-bottom: 20px;
display: block;
}
.prk-auth-sms-surface #stm-sms-form-holder .phone-loginbox {
position: relative;
display: block;
width: 100%;
}
.prk-auth-sms-surface #stm-sms-form-holder .phone-loginbox::before {
content: "";
position: absolute;
top: 13px;
right: 13px;
width: 24px;
height: 24px;
background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.12%2012.78C12.05%2012.77%2011.96%2012.77%2011.88%2012.78C10.12%2012.72%208.71997%2011.28%208.71997%209.50998C8.71997%207.69998%2010.18%206.22998%2012%206.22998C13.81%206.22998%2015.28%207.69998%2015.28%209.50998C15.27%2011.28%2013.88%2012.72%2012.12%2012.78Z%22%20stroke%3D%22%23b2becc%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M18.74%2019.3801C16.96%2021.0101%2014.6%2022.0001%2012%2022.0001C9.40001%2022.0001%207.04001%2021.0101%205.26001%2019.3801C5.36001%2018.4401%205.96001%2017.5201%207.03001%2016.8001C9.77001%2014.9801%2014.25%2014.9801%2016.97%2016.8001C18.04%2017.5201%2018.64%2018.4401%2018.74%2019.3801Z%22%20stroke%3D%22%23b2becc%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%23b2becc%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") center / contain no-repeat;
z-index: 1;
pointer-events: none;
}
.prk-auth-sms-surface #stm-sms-form-holder input[name="login[email_phone]"],
.prk-auth-sms-surface #stm-sms-form-holder .stm-sms-confirm--code {
width: 100%;
padding: 12px 44px 12px 14px;
border-radius: 11px;
background: #fff;
border: 1px solid #b1b1b2;
color: #030a16;
font-size: 16px;
line-height: 24px;
outline: none;
font-weight: 500;
direction: ltr;
text-align: left;
}
.prk-auth-sms-surface #stm-sms-form-holder .stm-sms-confirm--code,
.prk-auth-sms-surface #stm-sms-form-holder input[name="login[code]"] {
padding: 12px;
text-align: center;
letter-spacing: 11px;
direction: ltr;
margin-bottom: 0;
}
.prk-auth-sms-surface #stm-sms-form-holder .stm-login-sms-btn,
.prk-auth-sms-surface #stm-sms-form-holder .stm-sms-confirm--submit {
display: block;
width: 100%;
padding: 16px;
margin: 14px auto 0;
font-size: 15px;
line-height: 1.571;
font-weight: 600;
border-radius: 11px;
color: #fff;
border: 0;
outline: 0;
overflow: hidden;
position: relative;
cursor: pointer;
min-height: 55px;
}
.stm-change-email.back-arrow{
right: 0;
top: 4px;
position: absolute;
cursor: pointer;
} @media (max-width: 768px){
.prk-modal .stm-change-email.back-arrow {
right: -6px !important;
}
} .prk-modal input:-webkit-autofill,
.prk-modal input:-webkit-autofill:hover,
.prk-modal input:-webkit-autofill:focus,
.prk-modal input:-webkit-autofill:active {
background-color: #fff !important;
-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
box-shadow: 0 0 0 1000px #fff inset !important;
-webkit-text-fill-color: #111 !important;
caret-color: #111 !important;
filter: none !important;
}
.prk-modal input:autofill {
background-color: #fff !important;
box-shadow: 0 0 0 1000px #fff inset !important;
color: #111 !important;
}
.prk-auth-sms-surface #stm-sms-form-holder #email_phone_error {
text-align: center;
font-size: 15px;
color: #f00;
margin-top: 10px;
}
.prk-auth-sms-surface #stm-sms-form-holder .stm-sms-confirm--timer-holder {
font-weight: 700;
color: #81858b;
padding: 12px;
text-align: center;
font-size: 12px;
line-height: 21px;
}
.prk-auth-sms-surface #stm-sms-form-holder .stm-sms-confirm--retrieve {
display: block;
border: 0;
font-weight: 700;
color: #1051ef;
padding: 12px;
text-align: center;
font-size: 12px;
line-height: 21px;
background: transparent;
margin: 10px auto;
cursor: pointer;
}
.prk-dh-wc-form {
padding: 0 24px 24px;
}
.prk-dh-wc-form__title {
margin: 0 0 18px;
font-size: 18px;
font-weight: 700;
color: #232933;
}
.prk-dh-wc-form__notice {
display: none;
padding: 10px 12px;
border-radius: 10px;
font-size: 13px;
line-height: 1.8;
background: #fff4f4;
color: #ef394e;
border: 1px solid rgba(239, 57, 78, .18);
}
.prk-dh-wc-form__notice.is-visible {
display: block;
}
.prk-dh-wc-form__notice.is-success {
background: #f0fff8;
color: #00a66a;
border-color: rgba(0, 191, 111, .2);
}
.prk-dh-wc-form__submit.is-loading {
pointer-events: none;
opacity: .78;
}
.prk-dh-wc-form__submit.is-loading::after {
content: '';
display: inline-block;
width: 14px;
height: 14px;
margin-right: 8px;
border: 2px solid rgba(255,255,255,.65);
border-top-color: transparent;
border-radius: 999px;
vertical-align: -3px;
animation: prkDhSpin .75s linear infinite;
}
@keyframes prkDhSpin {
to { transform: rotate(360deg); }
}
.prk-dh-wc-form__form {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 8px;
}
.prk-dh-wc-form__field {
position: relative;
}
.prk-dh-wc-form__label {
display: block;
margin-bottom: 8px;
font-size: 14px;
font-weight: 500;
color: #111827;
}
.prk-dh-wc-form__field-icon {
position: absolute;
top: 38px;
right: 10px;
color: #929292;
width: 24px;
height: 24px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
}
.prk-dh-wc-form__field-icon svg {
width: 24px;
height: 24px;
display: block;
}
.prk-dh-wc-form__input {
width: 100%;
background: #f9fafb;
border: 1px solid #d1d5db;
color: #111827;
font-size: 16px;
border-radius: 8px;
display: block;
padding: 10px 45px 10px 12px;
outline: none;
}
.prk-dh-wc-form__input:focus {
border-color: #717171;
}
.prk-dh-wc-form__input--password {
padding-left: 50px;
}
.prk-dh-wc-form__password-toggle {
position: absolute;
left: 0;
top: 28px;
display: flex;
align-items: center;
z-index: 20;
padding: 11px;
cursor: pointer;
color: #9ca3af;
background: transparent;
border: 0;
outline: 0;
}
.prk-dh-wc-form__row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.prk-dh-wc-form__remember {
display: flex;
align-items: center;
gap: 8px;
color: #6b7280;
font-size: 14px;
user-select: none;
}
.prk-dh-wc-form__lost,
.prk-dh-wc-form__meta a,
.prk-dh-login-modal__terms-link {
color: #1051ef;
font-weight: 600;
text-decoration: none;
}
.prk-dh-wc-form__lost:hover,
.prk-dh-wc-form__meta a:hover,
.prk-dh-login-modal__terms-link:hover {
text-decoration: underline;
}
.prk-dh-wc-form__submit {
width: 100%;
color: #fff;
background: var(--prk-component-cta-bg, linear-gradient(to right, #ff3a30, #ff6a00));
background-image: var(--prk-component-cta-bg, linear-gradient(to right, #ff3a30, #ff6a00));
border: 0;
outline: none;
font-weight: 500;
border-radius: 8px;
font-size: 14px;
padding: 10px 20px;
text-align: center;
cursor: pointer;
transition: filter .18s ease;
}
.prk-dh-wc-form__submit:hover {
filter: brightness(1.12);
}
.prk-dh-wc-form__meta {
margin: 0;
color: #6b7280;
font-size: 14px;
font-weight: 300;
}
.prk-dh-login-modal__terms {
text-align: right;
color: #494c52;
font-size: 12px;
line-height: 23px;
margin: 20px 0 0;
font-weight: 400;
}
.prk-dh-login-modal .hidden,
.prk-auth-sms-surface #stm-sms-form-holder .hidden,
.prk-auth-sms-surface #stm-sms-form-holder .d-none {
display: none !important;
}
.prk-auth-sms-surface #stm-sms-form-holder .d-block {
display: block !important;
}
@media (max-width: 1023px) {
.prk-dh-login-modal {
width: 100% !important;
max-width: 100% !important;
border-radius: var(--prk-dh-login-modal-mobile-radius, 16px) !important;
}
.prk-dh-login-modal--side-image {
height: auto !important;
}
.prk-dh-login-modal__side-layout {
display: block !important;
}
.prk-dh-login-modal__image-wrap {
display: none;
}
.prk-dh-login-modal__content-wrap,
.prk-dh-login-modal__body--simple {
width: 100% !important;
}
.prk-dh-login-modal__body--simple,
.prk-dh-login-modal__body--side {
padding: 0 24px 24px;
}
}
@media (max-width: 1023px) {
.prk-dh-login-modal[data-enable-mobile-bottom-sheet="true"][data-mobile-bottom-sheet-height-mode="full"][data-bottom-sheet-gestures="false"] {
height: calc(var(--vh, 1vh) * 100) !important;
max-height: calc(var(--vh, 1vh) * 100) !important;
border-radius: var(--prk-dh-login-modal-mobile-radius, 0px) !important;
}
.prk-dh-login-modal[data-enable-mobile-bottom-sheet="true"][data-mobile-bottom-sheet-height-mode="full"][data-bottom-sheet-gestures="false"] .prk-dh-login-modal__inner {
height: 100%;
overflow-y: auto;
}
}
@media (max-width: 1023px) {
.prk-default-header__middle {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
width: 100%;
padding-bottom: 7px;
border-bottom: 1px solid #e5e5eac2;
}
.prk-default-header__search-wrap {
flex: 1 1 0;
min-width: 0;
margin-left: 0;
}
.prk-default-header__icons {
min-height: 39px;
align-items: center;
justify-content: flex-end;
}
.prk-default-header__cart,
.prk-dh-cart-button {
display: inline-flex;
align-items: center;
justify-content: center;
}
}
.prk-default-header__search-component {
width: 100%;
position: relative;
}
.prk-default-header__search-component .prk-header-searchbox {
width: 100%;
border: 1px solid #e0e0e0;
}
@media (max-width: 1023px) {
.prk-default-header__search-component .prk-header-searchbox {
height: 48px;
}
}
@media (min-width: 1024px) {
.prk-default-header__search-component .prk-header-searchbox {
height: 48px;
}
} .mega-menu-overlay {
position: fixed;
inset: 0;
z-index: var(--mega-overlay-z, 990);
background: var(--mega-overlay-bg, rgba(0, 0, 0, .35));
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity var(--mega-overlay-dur, 220ms) var(--mega-ease, ease);
}
.mega-menu-overlay.is-activem,
.mega-menu-overlay.is-active,
.mega-menu-overlay.is-closingm,
.mega-menu-overlay.is-closing {
visibility: visible;
}
.mega-menu-overlay.is-activem,
.mega-menu-overlay.is-active {
opacity: 1;
pointer-events: auto;
}
.mega-menu-overlay.is-closingm,
.mega-menu-overlay.is-closing {
opacity: 0;
pointer-events: auto;
}
.prk-default-header .prk_mega_menu {
position: relative;
}
.prk-default-header .prk_mega_menu > .prk-bor-line {
position: absolute;
bottom: 0;
height: 2px;
width: 0;
opacity: 0;
pointer-events: none;
background: var(--prk-menu-borline-color, #ff3a30);
transition: width .26s ease, left .26s ease, right .26s ease, opacity .18s ease;
}
.prk-default-header .prk_mega_menu > .box-hover-menu {
position: absolute;
height: 39px;
top: 0;
z-index: 1;
opacity: .5;
background: var(--prk-menu-hover-bg, #d9d8d85e);
border-radius: 12px;
transition: all .5s ease 0s;
pointer-events: none;
} .prk-dh-mobile-menu-trigger {
color: #545d6e;
background: transparent;
border: 0;
padding: 0;
cursor: pointer;
}
.prk-dh-mobile-drawer {
--prk-mobile-drawer-width: 320px;
--prk-mobile-drawer-max-width: 88vw;
--prk-mobile-drawer-bg: #fff;
--prk-mobile-drawer-overlay-bg: rgba(0, 0, 0, .45);
--prk-mobile-drawer-dur: 220ms;
--prk-mobile-drawer-z: 100000;
--prk-mobile-drawer-link-color: #424750;
--prk-mobile-drawer-link-hover-color: #ff3a30;
--prk-mobile-drawer-font-size: 14px;
--prk-mobile-drawer-border-color: #f1f1f1;
--prk-mobile-drawer-submenu-bg: #fafafa;
--prk-mobile-drawer-close-color: #424750;
--prk-mobile-drawer-icon-color: #6b7280;
--prk-mobile-drawer-icon-hover-color: #ff3a30;
--prk-mobile-drawer-icon-size: 20px;
--prk-mobile-drawer-icon-box-size: 24px;
--prk-mobile-drawer-icon-image-size: 22px;
--prk-mobile-drawer-icon-gap: 10px;
--prk-mobile-drawer-font-weight: 500;
--prk-mobile-drawer-logo-width: 136px;
position: fixed;
inset: 0;
z-index: var(--prk-mobile-drawer-z);
pointer-events: none;
visibility: hidden;
overflow: hidden;
isolation: isolate;
}
.prk-dh-mobile-drawer.is-open {
pointer-events: auto;
visibility: visible;
}
.prk-dh-mobile-drawer__overlay {
position: absolute;
inset: 0;
background: var(--prk-mobile-drawer-overlay-bg);
opacity: 0;
transition: opacity var(--prk-mobile-drawer-dur) ease;
}
.prk-dh-mobile-drawer.is-open .prk-dh-mobile-drawer__overlay {
opacity: 1;
}
.prk-dh-mobile-drawer__panel {
position: absolute;
inset-block: 0;
inset-inline-start: 0;
width: min(var(--prk-mobile-drawer-width), var(--prk-mobile-drawer-max-width));
max-width: 100%;
background: var(--prk-mobile-drawer-bg);
transform: translateX(-105%);
transition: transform var(--prk-mobile-drawer-dur) ease;
overflow: hidden;
display: flex;
flex-direction: column;
box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}
html[dir="rtl"] .prk-dh-mobile-drawer__panel,
body.rtl .prk-dh-mobile-drawer__panel {
inset-inline-start: auto;
inset-inline-end: 0;
transform: translateX(105%);
}
.prk-dh-mobile-drawer.is-open .prk-dh-mobile-drawer__panel {
transform: translateX(0) !important;
}
.prk-dh-mobile-drawer__header {
min-height: 72px;
padding: 16px 18px;
border-bottom: 1px solid var(--prk-mobile-drawer-border-color);
background: var(--prk-mobile-drawer-bg);
}
.prk-dh-mobile-drawer__logo-img {
width: var(--prk-mobile-drawer-logo-width);
max-height: 48px;
}
.prk-dh-mobile-drawer__site-name {
color: var(--prk-mobile-drawer-link-color);
}
.prk-dh-mobile-drawer__close {
width: 38px;
height: 38px;
border: 0;
border-radius: 12px;
background: transparent;
color: var(--prk-mobile-drawer-close-color);
cursor: pointer;
}
.prk-dh-mobile-drawer__body {
min-height: 0;
flex: 1;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 8px 0 22px;
}
.prk-dh-mobile-drawer__nav,
.prk-dh-mobile-drawer__template {
width: 100%;
}
.prk-dh-mobile-drawer__menu,
.prk-dh-mobile-drawer__menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.prk-dh-mobile-drawer__menu li {
position: relative;
margin: 0;
padding: 0;
border-bottom: 1px solid var(--prk-mobile-drawer-border-color);
}
.prk-dh-mobile-drawer__menu a {
min-height: 48px;
display: flex;
align-items: center;
color: var(--prk-mobile-drawer-link-color);
font-size: var(--prk-mobile-drawer-font-size);
font-weight: var(--prk-mobile-drawer-font-weight, 500);
text-decoration: none;
line-height: 1.8;
transition: color .2s ease, background .2s ease;
}
.prk-dh-mobile-drawer__menu a:hover,
.prk-dh-mobile-drawer__menu .current-menu-item > a,
.prk-dh-mobile-drawer__menu .current-menu-parent > a,
.prk-dh-mobile-drawer__menu .current-menu-ancestor > a {
color: var(--prk-mobile-drawer-link-hover-color);
}
.prk-dh-mobile-drawer__item-inner {
display: inline-flex;
align-items: center;
gap: var(--prk-mobile-drawer-icon-gap, 10px);
min-width: 0;
}
.prk-dh-mobile-drawer__item-title {
min-width: 0;
line-height: inherit;
}
.prk-dh-mobile-drawer__item-icon {
width: var(--prk-mobile-drawer-icon-box-size, 24px);
height: var(--prk-mobile-drawer-icon-box-size, 24px);
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 var(--prk-mobile-drawer-icon-box-size, 24px);
color: var(--prk-mobile-drawer-icon-color, #6b7280);
line-height: 1;
}
.prk-dh-mobile-drawer__item-icon i {
font-size: var(--prk-mobile-drawer-icon-size, 20px);
line-height: 1;
color: currentColor;
}
.prk-dh-mobile-drawer__item-icon img {
width: var(--prk-mobile-drawer-icon-image-size, 22px);
height: var(--prk-mobile-drawer-icon-image-size, 22px);
object-fit: contain;
display: block;
}
.prk-dh-mobile-drawer__menu a:hover .prk-dh-mobile-drawer__item-icon,
.prk-dh-mobile-drawer__menu .current-menu-item > a .prk-dh-mobile-drawer__item-icon,
.prk-dh-mobile-drawer__menu .current-menu-parent > a .prk-dh-mobile-drawer__item-icon,
.prk-dh-mobile-drawer__menu .current-menu-ancestor > a .prk-dh-mobile-drawer__item-icon {
color: var(--prk-mobile-drawer-icon-hover-color, #ff3a30);
}
.prk-dh-mobile-drawer__submenu-toggle {
position: absolute;
inset-block-start: 0;
inset-inline-end: 0;
min-width: 48px;
min-height: 48px;
border: 0;
background: transparent;
color: var(--prk-mobile-drawer-link-color);
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: transform .2s ease, color .2s ease;
}
.prk-dh-mobile-drawer__submenu-toggle svg {
width: 18px;
height: 18px;
transition: transform .2s ease;
}
.prk-dh-mobile-drawer__menu li.is-open > .prk-dh-mobile-drawer__submenu-toggle svg {
transform: rotate(90deg);
}
.prk-dh-mobile-drawer__menu .sub-menu {
background: var(--prk-mobile-drawer-submenu-bg);
}
.prk-dh-mobile-drawer[data-submenu-mode="accordion"] .sub-menu {
display: none;
}
.prk-dh-mobile-drawer[data-submenu-mode="accordion"] li.is-open > .sub-menu {
display: block;
}
.prk-dh-mobile-drawer[data-submenu-mode="expanded"] .sub-menu {
display: block;
}
.prk-dh-mobile-drawer[data-submenu-mode="simple"] .sub-menu {
display: none !important;
}
.prk-dh-mobile-drawer__menu .sub-menu a {
min-height: 50px;
font-size: calc(var(--prk-mobile-drawer-font-size) - 1px);
opacity: .88;
}
html[dir="rtl"] .prk-dh-mobile-drawer__menu .sub-menu a,
body.rtl .prk-dh-mobile-drawer__menu .sub-menu a {
padding-right: 34px !important;
}
html:not([dir="rtl"]) .prk-dh-mobile-drawer__menu .sub-menu a,
body:not(.rtl) .prk-dh-mobile-drawer__menu .sub-menu a {
padding-left: 34px !important;
}
body.prk-mobile-drawer-open {
overflow: hidden;
} @media (max-width: 1023px) {
.prk-dh-mobile-drawer .prk-dh-mobile-drawer__panel {
width: min(var(--prk-mobile-drawer-width, 320px), var(--prk-mobile-drawer-max-width, 88vw)) !important;
max-width: min(var(--prk-mobile-drawer-max-width, 88vw), 100vw) !important;
box-sizing: border-box;
}
.prk-dh-mobile-drawer[data-drawer-side="right"] .prk-dh-mobile-drawer__panel,
html[dir="rtl"] .prk-dh-mobile-drawer[data-drawer-side="right"] .prk-dh-mobile-drawer__panel,
body.rtl .prk-dh-mobile-drawer[data-drawer-side="right"] .prk-dh-mobile-drawer__panel {
right: 0 !important;
left: auto !important;
margin-left: auto !important;
margin-right: 0 !important;
transform: translate3d(100%, 0, 0);
}
.prk-dh-mobile-drawer[data-drawer-side="left"] .prk-dh-mobile-drawer__panel,
html[dir="ltr"] .prk-dh-mobile-drawer[data-drawer-side="left"] .prk-dh-mobile-drawer__panel,
body.ltr .prk-dh-mobile-drawer[data-drawer-side="left"] .prk-dh-mobile-drawer__panel {
left: 0 !important;
right: auto !important;
margin-left: 0 !important;
margin-right: auto !important;
transform: translate3d(-100%, 0, 0);
}
.prk-dh-mobile-drawer.is-open[data-drawer-side="right"] .prk-dh-mobile-drawer__panel,
.prk-dh-mobile-drawer.is-open[data-drawer-side="left"] .prk-dh-mobile-drawer__panel {
transform: translate3d(0, 0, 0) !important;
}
body.prk-mobile-drawer-open--push-3d #header.prk-default-header,
body.prk-mobile-drawer-open--push-3d .pr-main-container,
body.prk-mobile-drawer-open--push-3d #main-content,
body.prk-mobile-drawer-open--push-3d .main-content,
body.prk-mobile-drawer-open--push-3d main {
transform: translate3d(-18px, 0, 0) scale(.965);
transform-origin: center right;
border-radius: 20px;
transition: transform var(--prk-mobile-drawer-dur, 220ms) ease, border-radius var(--prk-mobile-drawer-dur, 220ms) ease;
will-change: transform;
}
body:not(.prk-mobile-drawer-open--push-3d) #header.prk-default-header,
body:not(.prk-mobile-drawer-open--push-3d) .pr-main-container,
body:not(.prk-mobile-drawer-open--push-3d) #main-content,
body:not(.prk-mobile-drawer-open--push-3d) .main-content,
body:not(.prk-mobile-drawer-open--push-3d) main {
transition: transform var(--prk-mobile-drawer-dur, 220ms) ease, border-radius var(--prk-mobile-drawer-dur, 220ms) ease;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__panel {
position: absolute;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__body,
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__nav,
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__menu {
min-height: 100%;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__body {
overflow-y: auto;
overflow-x: hidden;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__nav,
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__menu {
height: auto;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__menu li {
position: static;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__menu .sub-menu {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: none;
z-index: var(--prk-card-z, 20);
display: block;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
background: var(--prk-mobile-drawer-submenu-bg, var(--prk-mobile-drawer-bg, #fff));
border: 0;
border-radius: 0;
box-shadow: none;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translate3d(100%, 0, 0);
transition: transform var(--prk-mobile-drawer-dur, 220ms) ease, opacity var(--prk-mobile-drawer-dur, 220ms) ease, visibility var(--prk-mobile-drawer-dur, 220ms) ease;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .menu-item-has-children.is-open > .sub-menu {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translate3d(0, 0, 0);
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-toggle svg {
transform: rotate(180deg);
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .menu-item-has-children.is-open > .prk-dh-mobile-drawer__submenu-toggle svg {
transform: rotate(180deg);
}
.prk-dh-mobile-drawer__submenu-close-item {
position: sticky !important;
top: 0;
z-index: 3;
border-bottom: 1px solid var(--prk-mobile-drawer-border-color, #f1f1f1) !important;
background: var(--prk-mobile-drawer-submenu-bg, #fafafa);
}
.prk-dh-mobile-drawer__submenu-close {
width: 100%;
min-height: 58px;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
padding: 0 18px;
border: 0;
background: transparent;
color: var(--prk-mobile-drawer-link-color, #424750);
font-size: var(--prk-mobile-drawer-font-size, 14px);
font-weight: 700;
cursor: pointer;
text-align: right;
}
.prk-dh-mobile-drawer__submenu-close-icon {
width: 24px;
height: 24px;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
}
.prk-dh-mobile-drawer__submenu-close-icon svg {
width: 22px;
height: 22px;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .sub-menu a {
padding-right: 18px !important;
}
}
@media (max-width: 1023px) { .prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close-item {
position: sticky !important;
top: 0;
z-index: 6;
margin: 0 !important;
padding: 0 !important;
min-height: 58px;
border-bottom: 1px solid var(--prk-mobile-drawer-border-color, #f1f1f1) !important;
background: var(--prk-mobile-drawer-submenu-bg, var(--prk-mobile-drawer-bg, #fff)) !important;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close {
width: 100%;
min-height: 58px;
display: flex;
align-items: center;
justify-content: flex-start;
gap: var(--prk-mobile-drawer-icon-gap, 10px);
padding: 0 18px;
border: 0;
background: transparent;
color: var(--prk-mobile-drawer-link-color, #424750);
cursor: pointer;
text-align: right;
}
html[dir="rtl"] .prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close,
body.rtl .prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close {
flex-direction: row;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close-icon {
width: var(--prk-mobile-drawer-icon-box-size, 24px);
height: var(--prk-mobile-drawer-icon-box-size, 24px);
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 var(--prk-mobile-drawer-icon-box-size, 24px);
color: var(--prk-mobile-drawer-link-color, #424750);
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close-icon svg {
width: 20px;
height: 20px;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close-title {
min-width: 0;
font-size: var(--prk-mobile-drawer-font-size, 14px);
font-weight: 700;
line-height: 1.8;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close .prk-dh-mobile-drawer__item-inner,
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close-label {
flex: 1 1 auto;
}
} @media (max-width: 1023px) {
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__panel {
position: absolute;
overflow: hidden;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__body,
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__nav,
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__menu {
overflow: visible !important;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__menu li {
position: static !important;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__menu li.menu-item-has-children {
display: flex;
align-items: stretch;
flex-wrap: wrap;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__menu li.menu-item-has-children > a {
flex: 1 1 auto;
min-width: 0;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-toggle {
position: static !important;
inset: auto !important;
width: 48px;
min-width: 48px;
min-height: 48px;
flex: 0 0 48px;
align-self: stretch;
transform: none !important;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-toggle svg {
transform: rotate(180deg);
}
.prk-dh-mobile-drawer[data-submenu-mode="card"][data-drawer-side="right"] .prk-dh-mobile-drawer__menu .sub-menu {
position: fixed !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: auto !important;
width: min(var(--prk-mobile-drawer-width, 320px), var(--prk-mobile-drawer-max-width, 88vw)) !important;
max-width: min(var(--prk-mobile-drawer-max-width, 88vw), 100vw) !important;
height: 100dvh;
min-height: 100vh;
z-index: calc(var(--prk-mobile-drawer-z, 100000) + var(--prk-card-z, 20));
transform: translate3d(100%, 0, 0);
}
.prk-dh-mobile-drawer[data-submenu-mode="card"][data-drawer-side="left"] .prk-dh-mobile-drawer__menu .sub-menu {
position: fixed !important;
top: 0 !important;
right: auto !important;
bottom: 0 !important;
left: 0 !important;
width: min(var(--prk-mobile-drawer-width, 320px), var(--prk-mobile-drawer-max-width, 88vw)) !important;
max-width: min(var(--prk-mobile-drawer-max-width, 88vw), 100vw) !important;
height: 100dvh;
min-height: 100vh;
z-index: calc(var(--prk-mobile-drawer-z, 100000) + var(--prk-card-z, 20));
transform: translate3d(-100%, 0, 0);
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .menu-item-has-children.is-open > .sub-menu {
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
transform: translate3d(0, 0, 0) !important;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close-item {
position: sticky !important;
top: 0 !important;
z-index: 10 !important;
display: block !important;
width: 100% !important;
min-height: 72px;
margin: 0 !important;
padding: 0 !important;
border-bottom: 1px solid var(--prk-mobile-drawer-border-color, #f1f1f1) !important;
background: var(--prk-mobile-drawer-submenu-bg, var(--prk-mobile-drawer-bg, #fff)) !important;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close {
width: 100% !important;
min-height: 72px;
padding: 0 18px !important;
display: flex !important;
align-items: center;
justify-content: flex-start;
gap: var(--prk-mobile-drawer-icon-gap, 10px);
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close-icon {
position: static !important;
flex: 0 0 var(--prk-mobile-drawer-icon-box-size, 24px) !important;
width: var(--prk-mobile-drawer-icon-box-size, 24px) !important;
height: var(--prk-mobile-drawer-icon-box-size, 24px) !important;
margin: 0 !important;
transform: none !important;
}
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close-label,
.prk-dh-mobile-drawer[data-submenu-mode="card"] .prk-dh-mobile-drawer__submenu-close .prk-dh-mobile-drawer__item-inner {
flex: 1 1 auto;
min-width: 0;
}
}:root {
--prk-blog-bg: #f7f7f8;
--prk-blog-card: #fff;
--prk-blog-border: #e5e7eb;
--prk-blog-soft: #f5f7fb;
--prk-blog-text: #232933;
--prk-blog-muted: #81858b;
--prk-blog-primary: var(--prk-color-primary, #ff6a00);
--prk-blog-on-primary: var(--prk-color-on-primary, #fff);
--prk-blog-accent: #2f32c2;
--prk-blog-radius: 16px;
--prk-blog-shadow: 0 10px 30px rgba(25, 30, 45, .055);
}
.prk-blog-v4 {
position: relative;
width: 100%;
color: var(--prk-blog-text);
font-family: "prk-font", sans-serif;
margin-top: 70px;
}
.prk-blog-v4,
.prk-blog-v4-widget,
.prk-blog-v4 :where(div, h1, h2, h3, h4, h5, h6, p, a, span, small, b, strong, em, cite, time, mark, li, label, input, textarea, select, option, button, th, td, blockquote, figcaption, caption, summary, legend, pre, code, kbd, samp),
.prk-blog-v4-widget :where(div, h1, h2, h3, h4, h5, h6, p, a, span, small, b, strong, em, cite, time, mark, li, label, input, textarea, select, option, button, th, td, blockquote, figcaption, caption, summary, legend, pre, code, kbd, samp) {
font-family: "prk-font", sans-serif !important;
}
.prk-blog-v4 * {
box-sizing: border-box;
}
.prk-blog-v4 a {
text-decoration: none;
color: inherit;
} .prk-blog-v4-breadcrumbs {
min-width: 0;
margin: 0 0 14px;
}
.prk-blog-v4-breadcrumbs .adress-index {
width: 100%;
min-width: 0;
margin: 0;
padding: 0;
}
.prk-blog-v4-breadcrumbs #breadcrumb {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px 7px;
width: 100%;
min-width: 0;
margin: 0;
color: var(--prk-blog-muted);
font-size: 12px;
font-weight: 500;
line-height: 1.9;
direction: rtl;
text-align: right;
}
.prk-blog-v4-breadcrumbs #breadcrumb > span,
.prk-blog-v4-breadcrumbs #breadcrumb > p {
display: inline-flex;
align-items: center;
min-width: 0;
margin: 0;
}
.prk-blog-v4-breadcrumbs #breadcrumb a {
color: var(--prk-blog-muted);
text-decoration: none;
transition: color .2s ease;
}
.prk-blog-v4-breadcrumbs #breadcrumb a:hover,
.prk-blog-v4-breadcrumbs #breadcrumb a:focus-visible {
color: var(--prk-blog-primary);
}
.prk-blog-v4-breadcrumbs #breadcrumb a:focus-visible {
outline: 2px solid var(--prk-blog-primary);
outline-offset: 3px;
border-radius: 4px;
}
.prk-blog-v4-breadcrumbs #breadcrumb > i {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
color: #c0c2c5;
font-size: 11px;
font-style: normal;
line-height: 1;
user-select: none;
}
.prk-blog-v4-breadcrumbs #breadcrumb .current {
color: #62666d;
font-weight: 700;
overflow-wrap: anywhere;
} .prk-blog-v4-breadcrumbs .adress-index #breadcrumb a::after {
display: none;
content: none;
}
.prk-blog-v4-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 300px;
gap: 24px;
align-items: start;
}
.prk-blog-v4-layout.is-full {
grid-template-columns: minmax(0, 1fr);
}
.prk-blog-v4-layout.has-sidebar .prk-blog-v4-main {
width: 100%;
max-width: 100%;
}
.prk-blog-v4-main {
min-width: 0;
display: block;
float: none !important;
position: relative;
top: auto;
z-index: auto;
}
.prk-blog-v4-sidebar {
width: 100%;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 14px;
float: none !important;
}
.prk-blog-v4-sidebar.is-sticky {
position: sticky;
top: 112px;
}
.prk-blog-v4-sidebar__widgets {
display: flex;
flex-direction: column;
gap: 14px;
}
.prk-blog-v4-sidebar .widget,
.prk-blog-v4-widget {
background: var(--prk-blog-card);
border: 1px solid var(--prk-blog-border);
border-radius: var(--prk-blog-radius) !important;
padding: 16px !important;
box-shadow: none;
overflow: hidden;
}
.prk-blog-v4-sidebar .side-title-post,
.prk-blog-v4-widget__title {
display: flex !important;
align-items: center;
justify-content: space-between;
margin: 0 0 14px !important;
padding: 0 0 10px !important;
border-bottom: 1px solid #f0f0f1 !important;
color: #232933 !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 1.8 !important;
}
.prk-blog-v4-sidebar .side-title-post:after,
.prk-blog-v4-widget__title:after {
content: "";
width: 34px;
height: 3px;
background: var(--prk-blog-primary);
border-radius: 99px;
position: static;
transform: none;
}
.prk-blog-v4-hero {
position: relative;
background: var(--prk-blog-card);
border: 1px solid var(--prk-blog-border);
border-radius: var(--prk-blog-radius);
padding: 20px 24px;
margin-bottom: 18px;
box-shadow: none;
overflow: hidden;
margin-top: 20px;
}
.prk-blog-v4-hero__title {
margin: 0 0 10px;
color: #202124;
font-size: 21px;
font-weight: 700;
line-height: 1.8;
}
.prk-blog-v4-hero__description {
color: #666b74;
font-size: 14px;
line-height: 2.15;
max-height: 116px;
overflow: hidden;
transition: max-height .25s ease;
}
.prk-blog-v4-hero.is-open .prk-blog-v4-hero__description {
max-height: none;
}
.prk-blog-v4-readmore {
display: inline-flex;
align-items: center;
margin-top: 10px;
border: 0;
background: transparent;
color: var(--prk-blog-primary);
font-size: 13px;
font-weight: 800;
cursor: pointer;
padding: 0;
}
.prk-blog-v4-readmore [data-less] {
display: none;
}
.prk-blog-v4-hero.is-open .prk-blog-v4-readmore [data-more] {
display: none;
}
.prk-blog-v4-hero.is-open .prk-blog-v4-readmore [data-less] {
display: inline;
}
.prk-blog-v4-grid {
display: grid;
grid-template-columns: repeat(var(--prk-blog-columns, 4), minmax(0, 1fr));
gap: 16px !important;
}
.prk-blog-v4-card {
background: var(--prk-blog-card);
height: 100%;
overflow: hidden;
position: relative;
border: 1px solid var(--prk-blog-border);
border-radius: var(--prk-blog-radius);
display: flex;
flex-direction: column;
transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.prk-blog-v4-card:hover {
border-color: rgba(239, 64, 86, .35);
box-shadow: var(--prk-blog-shadow);
transform: translateY(-2px);
}
.prk-blog-v4-card__media {
position: relative;
}
.prk-blog-v4-card__thumb {
display: block;
background: #f5f5f5;
aspect-ratio: 1.55/1;
overflow: hidden;
}
.prk-blog-v4-card__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .35s ease;
}
.prk-blog-v4-card:hover .prk-blog-v4-card__thumb img {
transform: scale(1.035);
}
.prk-blog-v4-card__placeholder {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-size: 42px;
color: #c7cbd1;
background: linear-gradient(135deg, #f4f6fa, #fff);
}
.prk-blog-v4-card__cat {
position: absolute;
right: 12px;
bottom: 12px;
z-index: 2;
padding: 6px 10px;
background: var(--prk-blog-accent);
color: #fff;
border-radius: 10px;
font-size: 11px;
font-weight: 700;
box-shadow: 0 8px 18px rgba(47, 50, 194, .18);
}
.prk-blog-v4-card__cat a {
color: #fff;
}
.prk-blog-v4-card__body {
display: flex;
flex-direction: column;
gap: 9px;
padding: 14px 16px 6px;
}
.prk-blog-v4-reading {
display: inline-flex;
align-items: center;
direction: rtl;
gap: 5px;
line-height: 1.6;
white-space: nowrap;
font-size: 13px;
color: #535353;
}
.prk-blog-v4-card__body .prk-blog-v4-reading {
align-self: flex-start;
}
.prk-blog-v4-reading i {
flex: 0 0 auto;
font-size: 15px;
line-height: 1;
}
.prk-blog-v4-card__title {
margin: 0;
color: #2f343d;
font-size: 14px;
font-weight: 600;
line-height: 1.8;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 58px;
}
.prk-blog-v4-card__excerpt {
margin: 0;
color: #747985;
font-size: 13px;
font-weight: 500;
line-height: 1.8;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.prk-blog-v4-card__footer {
margin-top: auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 12px 16px 16px;
}
.prk-blog-v4-author-mini {
display: flex;
align-items: center;
gap: 9px;
min-width: 0;
}
.prk-blog-v4-author-mini__icon {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: #f5f7fb;
color: #6b7280;
font-size: 18px;
}
.prk-blog-v4-author-mini__text {
display: flex;
flex-direction: column;
gap: 2px;
min-width: 0;
}
.prk-blog-v4-author-mini__text b {
color: #4b5563;
font-size: 12px;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.prk-blog-v4-author-mini__text small {
color: #a1a3a8;
font-size: 10px;
font-weight: 500;
}
.prk-blog-v4-card__more {
display: flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
font-size: 13px;
border-radius: 999px;
background: #f5f9fc;
color: #232933;
transition: background .2s ease, color .2s ease;
}
.prk-blog-v4-card__more:hover {
background: var(--prk-blog-primary);
color: #fff;
}
.prk-blog-v4-single,
.prk-blog-v4-page-card {
background: var(--prk-blog-card);
border: 1px solid var(--prk-blog-border);
border-radius: var(--prk-blog-radius);
box-shadow: none;
padding: 24px;
}
.prk-blog-v4-single__header {
border-bottom: 1px solid #f0f0f1;
padding-bottom: 16px;
margin-bottom: 18px;
display: flex;
flex-direction: column;
gap: 8px;
}
.prk-blog-v4-single__title,
.prk-blog-v4-page-card__title {
margin: 0;
color: #202124;
font-size: 18px;
font-weight: 700;
line-height: 1.75;
}
.prk-blog-v4-single__subtitle {
margin: 0;
color: #737780;
font-size: 14px;
font-weight: 600;
line-height: 2;
}
.prk-blog-v4-single__meta {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px 16px;
color: #7b8089;
font-size: 12px;
}
.prk-blog-v4-single__meta span {
display: inline-flex;
align-items: center;
gap: 5px;
}
.prk-blog-v4-single__meta i {
font-size: 15px;
color: #9ca3af;
}
.prk-blog-v4-single__thumb {
margin: 18px 0;
overflow: hidden;
border-radius: 18px;
background: #f5f5f5;
}
.prk-blog-v4-single__thumb img {
display: block;
width: 100%;
height: auto;
max-height: 430px;
object-fit: cover;
}
.prk-blog-v4-note {
display: flex;
gap: 10px;
margin: 16px 0;
padding: 14px 16px;
border-radius: 14px;
background: #fff7ed;
border: 1px solid #fed7aa;
color: #9a3412;
font-size: 13px;
font-weight: 600;
line-height: 2;
}
.prk-blog-v4-note i {
font-size: 20px;
line-height: 2;
flex: 0 0 auto;
}
.prk-blog-v4-editor-box {
margin: 18px 0;
padding: 16px;
border-radius: 16px;
border: 1px dashed #d1d5db;
background: #fbfdff;
color: #4b5563;
font-size: 14px;
line-height: 2;
}
.prk-blog-v4-content {
margin-top: 14px;
color: #313640;
font-size: 15px;
font-weight: 500;
line-height: 2.35;
}
.prk-blog-v4-content>*:first-child {
margin-top: 0;
}
.prk-blog-v4-content p {
margin: 0 0 1.1em;
}
.prk-blog-v4-content h1,
.prk-blog-v4-content h2,
.prk-blog-v4-content h3,
.prk-blog-v4-content h4,
.prk-blog-v4-content h5,
.prk-blog-v4-content h6 {
color: #202124;
font-weight: 900;
line-height: 1.8;
margin: 1.6em 0 .7em;
scroll-margin-top: 120px;
}
.prk-blog-v4-content h2 {
font-size: 22px;
}
.prk-blog-v4-content h3 {
font-size: 19px;
}
.prk-blog-v4-content h4 {
font-size: 17px;
}
.prk-blog-v4-content img {
height: auto;
max-width: 100%;
border-radius: 14px;
}
.prk-blog-v4-content a {
color: var(--prk-blog-primary);
font-weight: 700;
}
.prk-blog-v4-content ul,
.prk-blog-v4-content ol {
padding: 0 22px 0 0;
margin: 1em 0;
}
.prk-blog-v4-content li {
margin: .45em 0;
line-height: 2.2;
}
.prk-blog-v4-content blockquote {
margin: 18px 0;
padding: 16px 18px;
border-right: 4px solid var(--prk-blog-primary);
border-radius: 14px;
background: #fff5f6;
color: #4b5563;
}
.prk-blog-v4-content pre {
direction: ltr;
text-align: left;
overflow: auto;
padding: 16px;
border-radius: 14px;
background: #111827;
color: #f9fafb;
font-family: "prk-font", sans-serif;
font-size: 13px;
line-height: 1.8;
}
.prk-blog-v4-content table {
width: 100%;
border-collapse: collapse;
margin: 18px 0;
border: 1px solid var(--prk-blog-border);
border-radius: 14px;
overflow: hidden;
display: block;
max-width: 100%;
overflow-x: auto;
}
.prk-blog-v4-content th,
.prk-blog-v4-content td {
padding: 12px;
border: 1px solid var(--prk-blog-border);
font-size: 13px;
}
.prk-blog-v4-taxonomy-footer {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 20px;
padding-top: 18px;
border-top: 1px solid #f0f0f1;
}
.prk-blog-v4-taxonomy-footer div {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
}
.prk-blog-v4-taxonomy-footer span {
color: #6b7280;
font-size: 13px;
}
.prk-blog-v4-taxonomy-footer a {
display: inline-flex;
padding: 6px 10px;
border-radius: 999px;
background: #f5f7fb;
color: #4b5563;
font-size: 12px;
font-weight: 600;
}
.prk-blog-v4-share {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
margin-top: 18px;
padding: 14px;
border-radius: 16px;
background: #f8fafc;
border: 1px solid #eef2f7;
}
.prk-blog-v4-share span {
font-size: 13px;
margin-left: 4px;
}
.prk-blog-v4-share a,
.prk-blog-v4-share button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
height: 36px;
min-width: 36px;
border-radius: 10px;
border: 1px solid var(--prk-blog-border);
background: #fff;
color: #4b5563;
cursor: pointer;
padding: 0 8px;
font-size: 12px;
font-weight: 600;
transition: .2s ease;
}
.prk-blog-v4-share a:hover,
.prk-blog-v4-share button:hover {
background: var(--prk-blog-primary);
border-color: var(--prk-blog-primary);
color: #fff;
}
.prk-blog-v4-downloads,
.prk-blog-v4-related,
.prk-blog-v4-author-box,
.prk-blog-v4-prevnext,
.prk-blog-v4-comments {
margin-top: 20px;
}
.prk-blog-v4-section-head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
}
.prk-blog-v4-section-head h2 {
margin: 0;
color: #202124;
font-size: 18px;
font-weight: 700;
line-height: 1.8;
}
.prk-blog-v4-downloads {
padding: 18px;
border: 1px solid var(--prk-blog-border);
border-radius: var(--prk-blog-radius);
background: #fff;
}
.prk-blog-v4-downloads__list {
display: grid;
gap: 10px;
}
.prk-blog-v4-download {
display: flex;
align-items: center;
gap: 12px;
padding: 12px;
border-radius: 14px;
border: 1px solid #eef2f7;
background: #f8fafc;
transition: .2s ease;
}
.prk-blog-v4-download:hover {
border-color: rgba(239, 64, 86, .35);
background: #fff;
}
.prk-blog-v4-download i {
font-size: 24px;
color: var(--prk-blog-primary);
}
.prk-blog-v4-download span {
display: flex;
flex-direction: column;
gap: 3px;
}
.prk-blog-v4-download b {
font-size: 13px;
font-weight: 900;
}
.prk-blog-v4-download small {
font-size: 11px;
color: #8b9098;
}
.prk-blog-v4-prevnext {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.prk-blog-v4-prevnext__item {
display: flex;
flex-direction: column;
gap: 5px;
background: #fff;
border: 1px solid var(--prk-blog-border);
border-radius: var(--prk-blog-radius);
padding: 16px;
min-height: 86px;
transition: .2s ease;
}
.prk-blog-v4-prevnext__item:hover {
border-color: rgba(239, 64, 86, .35);
box-shadow: var(--prk-blog-shadow);
}
.prk-blog-v4-prevnext__item small {
color: #9ca3af;
font-size: 12px;
font-weight: 600;
}
.prk-blog-v4-prevnext__item b {
font-size: 14px;
font-weight: 700;
line-height: 1.9;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.prk-blog-v4-author-box {
display: flex;
align-items: center;
gap: 14px;
background: #fff;
border: 1px solid var(--prk-blog-border);
border-radius: var(--prk-blog-radius);
padding: 18px;
}
.prk-blog-v4-author-box__avatar {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 18px;
background: #f5f7fb;
color: var(--prk-blog-primary);
font-size: 27px;
}
.prk-blog-v4-author-box small {
display: block;
color: #9ca3af;
font-size: 12px;
font-weight: 600;
}
.prk-blog-v4-author-box b {
display: block;
color: #202124;
font-size: 16px;
font-weight: 700;
margin-top: 2px;
}
.prk-blog-v4-author-box p {
margin: 8px 0 0;
color: #6b7280;
font-size: 13px;
line-height: 2;
}
.prk-blog-v4-related__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
}
.prk-blog-v4-comments {
background: #fff;
border: 1px solid var(--prk-blog-border);
border-radius: var(--prk-blog-radius);
padding: 20px;
}
.prk-blog-v4-comments__title {
display: flex;
align-items: center;
gap: 8px;
margin: 0 0 16px !important;
padding: 0 0 12px !important;
border-bottom: 1px solid #f0f0f1 !important;
color: #202124 !important;
font-size: 18px !important;
font-weight: 700 !important;
}
.prk-blog-v4-comments__rules {
background: #f0fbff;
border: 1px solid #dff4fb;
border-radius: 14px;
margin: 0 0 16px;
padding: 13px 15px;
color: #334155;
font-size: 13px;
font-weight: 600;
line-height: 2.3;
}
.prk-blog-v4-comment-list {
display: flex;
flex-direction: column;
gap: 12px;
margin: 0 !important;
padding: 0 !important;
list-style: none;
}
.prk-blog-v4-comment-list .comment {
background: #f8fafc !important;
border: 1px solid #eef2f7 !important;
border-radius: 14px !important;
padding: 16px !important;
margin: 0 !important;
}
.prk-blog-v4-comment-form {
margin-top: 18px;
background: #fbfdff;
border-radius: 14px;
padding: 16px !important;
}
.prk-blog-v4-comment-fields {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.prk-blog-v4-comment-form input,
.prk-blog-v4-comment-form textarea {
width: 100%;
border: 1px solid #e5e7eb;
border-radius: 12px;
background: #fff;
padding: 11px 12px;
color: #232933;
font-family: "prk-font", sans-serif;
font-size: 13px;
outline: 0;
transition: border-color .2s ease;
}
.prk-blog-v4-comment-form textarea {
min-height: 130px;
resize: vertical;
}
.prk-blog-v4-comment-form input:focus,
.prk-blog-v4-comment-form textarea:focus {
border-color: rgba(239, 64, 86, .55);
}
.prk-blog-v4-comment-form .form-submit input {
border: 0;
background: var(--prk-blog-primary);
color: #fff;
border-radius: 12px;
padding: 12px 20px;
font-weight: 900;
cursor: pointer;
}
.prk-blog-v4-search {
position: relative;
display: flex;
align-items: center;
}
.prk-blog-v4-search input {
width: 100%;
border: 1px solid #e5e7eb;
border-radius: 12px;
background: #f8fafc;
padding: 11px 12px 11px 44px;
color: #232933;
font-family: "prk-font", sans-serif;
font-size: 13px;
outline: 0;
}
.prk-blog-v4-search button {
position: absolute;
left: 6px;
top: 6px;
bottom: 6px;
width: 34px;
border: 0;
border-radius: 10px;
color: #6b7280;
cursor: pointer;
}
.prk-blog-v4-cat-list {
display: flex;
flex-direction: column;
gap: 0;
margin: 0 !important;
padding: 0 !important;
max-height: none !important;
overflow: visible !important;
}
.prk-blog-v4-cat-list li {
list-style: none;
border-bottom: 1px solid #f3f4f6;
}
.prk-blog-v4-cat-list li:last-child {
border-bottom: 0;
}
.prk-blog-v4-cat-list a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 9px 0;
color: #374151;
font-size: 13px;
font-weight: 600;
}
.prk-blog-v4-cat-list small {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 26px;
height: 24px;
border-radius: 999px;
background: #f5f7fb;
color: #8b9098;
font-size: 11px;
}
.prk-blog-v4-mini-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.prk-blog-v4-mini-post {
display: grid;
grid-template-columns: 64px minmax(0, 1fr);
gap: 10px;
align-items: center;
}
.prk-blog-v4-mini-post__thumb {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 14px;
background: #f5f7fb;
overflow: hidden;
color: #a1a3a8;
font-size: 24px;
}
.prk-blog-v4-mini-post__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.prk-blog-v4-mini-post__body {
display: flex;
flex-direction: column;
gap: 5px;
min-width: 0;
}
.prk-blog-v4-mini-post__body a {
color: #232933;
font-size: 13px;
font-weight: 600;
line-height: 1.9;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.prk-blog-v4-mini-post__body small {
display: inline-flex;
align-items: center;
gap: 4px;
color: #9ca3af;
font-size: 11px;
font-weight: 600;
}
.prk-blog-v4-sidebar .side-rond-posts {
display: flex;
flex-direction: column;
gap: 12px;
margin: 0 !important;
padding: 0 !important;
}
.prk-blog-v4-sidebar .side-item-post {
display: grid;
grid-template-columns: 94px minmax(0, 1fr);
gap: 12px;
width: 100%;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
position: relative;
transition: none;
}
.prk-blog-v4-sidebar .side-item-post > a {
display: block;
min-width: 0;
}
.prk-blog-v4-sidebar .side-thumb-post {
display: flex;
align-items: center;
float: none;
width: 94px;
height: 66px;
max-width: none;
max-height: none;
margin: 0;
padding: 0;
border-radius: 8px;
background: #f5f7fb;
overflow: hidden;
position: relative;
}
.prk-blog-v4-sidebar .side-thumb-post img {
display: block;
position: static;
width: 100%;
height: 100%;
max-width: 100%;
object-fit: cover;
transform: none;
}
.prk-blog-v4-sidebar .side-h2-post {
min-width: 0;
}
.prk-blog-v4-sidebar .side-h2-post a {
display: block;
color: inherit;
}
.prk-blog-v4-sidebar .side-h2-post h2 {
margin: 0;
color: #232933;
font-size: 13px;
font-weight: 600;
line-height: 1.9;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
transition: color .2s ease;
}
.prk-blog-v4-toc {
display: flex;
flex-direction: column;
gap: 8px;
}
.prk-blog-v4-toc a {
display: block;
color: #4b5563;
font-size: 12px;
font-weight: 700;
line-height: 1.8;
border-right: 2px solid #eef2f7;
padding: 4px 10px 4px 0;
}
.prk-blog-v4-toc a.is-active {
color: var(--prk-blog-primary);
border-right-color: var(--prk-blog-primary);
}
.prk-blog-v4-toc__empty {
color: #a1a3a8;
font-size: 12px;
}
.prk-blog-v4-empty {
background: #fff;
border: 1px solid var(--prk-blog-border);
border-radius: var(--prk-blog-radius);
padding: 40px 20px;
text-align: center;
color: #6b7280;
}
.prk-blog-v4-empty i {
font-size: 42px;
color: #c7cbd1;
}
.prk-blog-v4-empty h2 {
margin: 10px 0 4px;
color: #232933;
font-size: 20px;
font-weight: 900;
}
.prk-blog-v4-pagination {
margin-top: 22px;
}
.prk-blog-v4-pagination ul {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
list-style: none;
padding: 0;
margin: 0;
}
.prk-blog-v4-pagination a,
.prk-blog-v4-pagination span {
display: flex;
align-items: center;
justify-content: center;
min-width: 38px;
height: 38px;
padding: 0 12px;
border-radius: 12px;
background: #fff;
border: 1px solid var(--prk-blog-border);
color: #535862;
font-size: 13px;
font-weight: 800;
}
.prk-blog-v4-pagination .current {
background: var(--prk-blog-primary);
border-color: var(--prk-blog-primary);
color: var(--prk-blog-on-primary);
}
.prk-blog-v4-page-main {
width: 100% !important;
max-width: 100% !important;
float: none !important;
}
.prk-blog-v4-page-card__header {
border-bottom: 1px solid #f0f0f1;
padding-bottom: 12px;
margin-bottom: 16px;
}
.prk-blog-v4-progress {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 3px;
z-index: 999999;
background: transparent;
pointer-events: none;
}
.prk-blog-v4-progress span {
display: block;
width: 0;
height: 100%;
background: var(--prk-component-cta-bg, var(--prk-blog-primary));
box-shadow: 0 0 12px color-mix(in srgb, var(--prk-blog-primary) 25%, transparent);
}
.prk-blog-v4-study-toggle {
position: fixed;
right: 18px;
bottom: 94px;
z-index: 99;
display: inline-flex;
align-items: center;
gap: 6px;
border: 1px solid var(--prk-blog-border);
background: #fff;
color: #4b5563;
border-radius: 999px;
padding: 10px 14px;
font-family: "prk-font", sans-serif;
font-size: 12px;
font-weight: 900;
box-shadow: var(--prk-blog-shadow);
cursor: pointer;
}
body.prk-blog-v4-study-mode .prk-blog-v4--single .prk-blog-v4-layout {
grid-template-columns: minmax(0, 900px);
justify-content: center;
}
body.prk-blog-v4-study-mode .prk-blog-v4-sidebar {
display: none !important;
}
@media (max-width:1280px) {
.prk-blog-v4-grid {
grid-template-columns: repeat(min(var(--prk-blog-columns, 4), 3), minmax(0, 1fr));
}
.prk-blog-v4-related__grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width:1024px) {
.prk-blog-v4{
margin-top: 20px;
}
.prk-blog-v4-layout,
.prk-blog-v4-layout.has-sidebar {
grid-template-columns: minmax(0, 1fr);
}
.prk-blog-v4-sidebar {
position: static !important;
order: 2;
}
.prk-blog-v4-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.prk-blog-v4-single,
.prk-blog-v4-page-card {
padding: 18px;
}
.prk-blog-v4-single__title,
.prk-blog-v4-page-card__title {
font-size: 21px;
}
.prk-blog-v4-related__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width:640px) {
.prk-blog-v4-breadcrumbs {
overflow: hidden;
margin-bottom: 12px;
}
.prk-blog-v4-breadcrumbs #breadcrumb {
flex-wrap: nowrap;
gap: 7px;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
scrollbar-width: none;
-webkit-overflow-scrolling: touch;
overscroll-behavior-inline: contain;
}
.prk-blog-v4-breadcrumbs #breadcrumb::-webkit-scrollbar {
display: none;
}
.prk-blog-v4-breadcrumbs #breadcrumb > span,
.prk-blog-v4-breadcrumbs #breadcrumb > p,
.prk-blog-v4-breadcrumbs #breadcrumb > i {
flex: 0 0 auto;
}
.prk-blog-v4-breadcrumbs #breadcrumb .current {
white-space: nowrap;
overflow-wrap: normal;
}
.prk-blog-v4-layout {
gap: 16px;
}
.prk-blog-v4-hero,
.prk-blog-v4-single,
.prk-blog-v4-page-card,
.prk-blog-v4-comments,
.prk-blog-v4-author-box,
.prk-blog-v4-downloads {
border-radius: 13px;
padding: 14px;
}
.prk-blog-v4-grid,
.prk-blog-v4-related__grid {
grid-template-columns: minmax(0, 1fr);
gap: 14px;
}
.prk-blog-v4-card__thumb {
aspect-ratio: 1.7/1;
}
.prk-blog-v4-card__title {
min-height: auto;
font-size: 15px;
}
.prk-blog-v4-single__title,
.prk-blog-v4-page-card__title {
font-size: 19px;
}
.prk-blog-v4-single__meta {
gap: 8px;
font-size: 11px;
}
.prk-blog-v4-content {
font-size: 14px;
line-height: 2.25;
}
.prk-blog-v4-prevnext {
grid-template-columns: 1fr;
}
.prk-blog-v4-comment-fields {
grid-template-columns: 1fr;
}
.prk-blog-v4-share {
align-items: flex-start;
}
.prk-blog-v4-share span {
flex: 0 0 100%;
}
.prk-blog-v4-study-toggle {
display: none;
}
} .prk-blog-v4-sidebar__widgets>.widget {
margin-bottom: 14px
}
.prk-blog-v4-sidebar__widgets>.widget:last-child {
margin-bottom: 0
}
.prk-blog-v4-widget--tags .prk-blog-v4-tags-cloud {
display: flex;
flex-wrap: wrap;
gap: 8px
}
.prk-blog-v4-tags-cloud a {
display: inline-flex;
align-items: center;
padding: 7px 10px;
border-radius: 999px;
background: #f6f7f9;
color: #404756;
font-size: 12px;
line-height: 1;
text-decoration: none;
transition: .2s
}
.prk-blog-v4-tags-cloud a:hover {
background: #111827;
color: #fff
}
.prk-blog-v4-sidebar-author {
display: flex;
gap: 12px;
align-items: flex-start
}
.prk-blog-v4-sidebar-author img {
width: 56px;
height: 56px;
border-radius: 18px;
object-fit: cover
}
.prk-blog-v4-sidebar-author b {
display: block;
color: #151923;
font-size: 14px;
margin-bottom: 4px
}
.prk-blog-v4-sidebar-author p {
margin: 0;
color: #707784;
font-size: 12px;
line-height: 1.9
}
.prk-blog-v4-widget__content {
color: #424957;
font-size: 13px;
line-height: 2
}
.prk-blog-v4-widget__content p:last-child {
margin-bottom: 0
}
.prk-blog-v4-banner {
display: block;
overflow: hidden;
border-radius: 14px
}
.prk-blog-v4-banner img {
display: block;
width: 100%;
height: auto
}
.prk-blog-v4-mini-post__body small {
display: flex;
flex-wrap: wrap;
gap: 8px;
color: #8b93a1
}
.prk-blog-v4-mini-post__body small span {
display: inline-flex;
align-items: center;
gap: 4px
}
.prk-blog-v4-sidebar[data-prk-blog-sidebar-context="category"] .prk-blog-v4-widget--toc {
display: none
}#cart-sidebar.prk-static-sidebar.style-1 {
background: #fff;
color: #333;
}
#cart-sidebar .blockUI.blockOverlay:before{
top: 35%;
}
#cart-sidebar.prk-static-sidebar {
position: fixed;
top: 0;
bottom: 0;
right: 0;
z-index: 999999;
width: 400px;
max-width: 80%;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-o-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
overflow: hidden;
}
.prk-static-sidebar .mini-cart-item.nasa-loading:before {
content: "";
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
display: block;
background: #fff;
opacity: 0.7;
z-index: 1;
}
.nasa-img-loading:after, .nasa-loader {
content: "";
display: block;
position: absolute;
z-index: 9;
opacity: 0.6;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
margin-left: -15px;
margin-top: -15px;
border-top: 1px solid #efefef;
border-bottom: 1px solid #333;
border-left: 1px solid #efefef;
border-right: 1px solid #333;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-animation: nasa-spin .5s linear infinite;
-moz-animation: nasa-spin .5s linear infinite;
-o-animation: nasa-spin .5s linear infinite;
-ms-animation: nasa-spin .5s linear infinite;
animation: nasa-spin .5s linear infinite;
}
#cart-sidebar.prk-static-sidebar.active{
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
#cart-sidebar .close-box {
color: #fff;
transition: 0.2s all;
width: 42.5px;
height: 42.5px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
#cart-sidebar .close-box::before {
font-size: 15px;
position: relative;
}
.prk-static-sidebar .widget_shopping_cart_content {
position: absolute;
top: 65px;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
padding: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex: 1 1 auto;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .nasa-minicart-items, .nasa-minicart-footer {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 20px;
padding-right: 20px;
}
.nasa-minicart-items {
flex: 1 1 auto;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-bottom: 20px;
padding-right: 10px !important;
}
.prk-static-sidebar .cart_list {
padding-bottom: 20px;
} .nasa-minicart-items, .nasa-minicart-footer {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 30px;
padding-right: 30px;
}  .prk-static-sidebar .nasa-total-condition-wrap {
margin: 0;
}
.nasa-total-condition-wrap {
position: relative;
-webkit-transition: width 500ms ease;
-moz-transition: width 500ms ease;
-o-transition: width 500ms ease;
transition: width 500ms ease;
}
.nasa-total-condition-wrap.free:before {
background-color: #00a32a;
-webkit-transition: width 500ms ease;
-moz-transition: width 500ms ease;
-o-transition: width 500ms ease;
transition: width 500ms ease;
}
body .nasa-total-condition-wrap:before {
right: 0;
left: auto;
}
.nasa-total-condition-wrap:before, .nasa-total-condition-wrap:after {
position: absolute;
top: 0;
bottom: 0;
content: "";
width: 25px;
z-index: 0;
-webkit-transition: width 500ms ease;
-moz-transition: width 500ms ease;
-o-transition: width 500ms ease;
transition: width 500ms ease;
}
.nasa-total-condition {
width: 100%;
position: relative;
background: #EDEDED;
height: 7px;
line-height: 15px;
margin-top: 14px;
margin-bottom: 10px;
-webkit-transition: width 500ms ease;
-moz-transition: width 500ms ease;
-o-transition: width 500ms ease;
transition: width 500ms ease;
border-radius: 8px;
}
.free .nasa-subtotal-condition {
background: #00a32a !important;
}
.primary-bg {
background-color: #f76b6a;
}
.nasa-subtotal-condition {
position: relative;
z-index: 1;
line-height: inherit;
width: 0;
height: 100%;
text-align: center;
font-weight: bold;
-webkit-transition: width 500ms ease;
-moz-transition: width 500ms ease;
-o-transition: width 500ms ease;
transition: width 500ms ease;
border-radius: 8px;
}
.nasa-total-condition-hint, .nasa-subtotal-condition {
-webkit-transition: width 500ms ease;
-moz-transition: width 500ms ease;
-o-transition: width 500ms ease;
transition: width 500ms ease;
}
body .nasa-subtotal-condition .nasa-total-number {
left: -1px;
right: auto;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.nasa-subtotal-condition .nasa-total-number {
font-size: 9px;
position: absolute;
width: 28px;
height: 28px;
right: -1px;
top: 50%;
border-width: 2px;
border-style: solid;
background-color: #fff;
-webkit-transform: translate(50%, -50%);
-moz-transform: translate(50%, -50%);
-o-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
justify-content: center;
font-size: 9px;
} .free .nasa-subtotal-condition .nasa-total-number {
border-color: #00a32a !important;
}
.nasa-total-condition-wrap:after {
right: 0;
background-color: #EDEDED;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
body .nasa-total-condition-wrap:after {
left: 0;
right: auto;
}
.nasa-total-condition-wrap:before, .nasa-total-condition-wrap:after {
position: absolute;
top: 0;
bottom: 0;
content: "";
width: 25px;
z-index: 0;
-webkit-transition: width 500ms ease;
-moz-transition: width 500ms ease;
-o-transition: width 500ms ease;
transition: width 500ms ease;
border-radius: 10px;
}
.prk-static-sidebar .ext-nodes-wrap .ext-node {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 7;
min-height: 100px;
max-height: 100%;
overflow-y: auto;
padding: 45px 35px 45px 35px;
background-color: #fff;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-o-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.prk-static-sidebar .ext-nodes-wrap .ext-node.active {
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.prk-static-sidebar .ext-nodes-wrap .node-title {
margin-bottom: 15px;
line-height: 1.2;
font-size: 16px;
font-weight: 700;
}
.prk-static-sidebar .ext-nodes-wrap .ext-node .shipping-calculator-form {
display: block !important;
}
.prk-static-sidebar .ext-nodes-wrap .close-nodes {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 6;
}
.prk-static-sidebar.ext-loading:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
opacity: 0.7;
z-index: 6;
}
.woocommerce-mini-cart-item.mini_cart_item .prk-image-cart-item{
display: grid;
grid-auto-flow: column;
justify-content: right;
height: 100%;
}
.woocommerce-mini-cart-item.mini_cart_item .prk-image-cart-item img{
width: 130px;
height: auto;
padding: 10px;
margin: 8px auto;
}
.woocommerce-mini-cart-item.mini_cart_item .prk-image-cart-item a.remove{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100%;
transition: 0.1s all;
background: #fbfbfb;
width: 18px;
padding: 0 5px;
border-radius: 0;
}
.woocommerce-mini-cart-item.mini_cart_item .prk-image-cart-item a.remove i{
font-size: 17px;
font-weight: 500;
color: #ccc;
}
.woocommerce-mini-cart-item.mini_cart_item a.remove:hover {
background-color: rgb(255 151 151 / 51%) !important;
color: #fff;
transition: 0.s2s all;
}
.woocommerce-mini-cart-item.mini_cart_item a.remove:hover i{
color: #fff;
}
.woocommerce-mini-cart-item.mini_cart_item .product-name {
font-size: 12px;
line-height: 18px;
color: #000;
font-weight: 600;
height: 20px;
display: block;
overflow: hidden;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .prk-info-cart-item{
width: 100%;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item{
clear: both;
border-bottom: 1px solid #f3f3f3;
position: relative;
min-height: 85px;
-moz-transition: opacity ease .8s,transform ease .5s;
-o-transition: opacity ease .8s,transform ease .5s;
-webkit-transition: opacity ease .8s,transform ease .5s;
transition: opacity ease .8s,transform ease .5s;
justify-content: right;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation{
display: flex;
align-items: center;
gap: 6px;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation dd:not(:last-child)::after{
content: '';
position: relative;
width: 3px;
height: 3px;
display: inline-block;
border-radius: 50%;
background: #e1e1e1;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation dd{
display: flex;
align-items: center;
font-size: 11px;
color: #8d8d8d;
gap: 8px;
line-height: 18px;
}
.mini-cart-item.woocommerce-mini-cart-item.mini_cart_item .variation dt.variation-{
display: none;
}
.prk-static-sidebar .cart-empty {
margin-top: 130px;
padding: 12px;
text-align: center;
}
.prk-static-sidebar .cart-empty p {
color: #0c0c0c;
font-size: 16px;
line-height: 37px;
font-weight: 600;
margin-bottom: 15px;
}
.prk-static-sidebar .cart-empty ul {
align-items: center;
display: flex;
font-size: 13px;
justify-content: center;
margin-top: 10px;
}
.prk-static-sidebar .cart-empty ul a {
color: #1c61e7;
}
.prk-static-sidebar .cart-empty ul .separator {
background: #e0e0e2;
height: 12px;
margin: 0 16px;
width: 1px;
}
.prk-static-sidebar .cart-empty div {
color: #a1a3a8;
font-size: 12px;
font-weight: 500;
} .ext-mini-cart-wrap{
border-top: 1px solid #efefef;
justify-content: space-evenly;
flex-wrap: wrap;
}
.ext-mini-cart-wrap .nssp {
width: 1px;
height: 35px;
border-left: 1px solid #ddd;
}
.ext-mini-cart-wrap a i {
font-size: 22px;
line-height: 25px;
display: block;
font-weight: normal;
color: #333;
}
.ext-mini-cart-wrap a.ext-mini-cart{
align-items: center;
gap: 1px;
line-height: 20px;
padding: 10px 0;
text-align: center;
color: #333;
font-size: 13px;
font-weight: 600;
}
.minicart_total_checkout {
padding-top: 15px;
border-top: 1px solid #efefef;
text-align: left;
}
.minicart_total_checkout > strong,.minicart_total_checkout > .woocommerce-Price-amount{
display: none !important;
}
.prk-static-sidebar .minicart_total_checkout .total-price-label {
float: right;
display: inline-block;
font-weight: 600;
}
.prk-static-sidebar .minicart_total_checkout .total-price {
float: none !important;
display: inline-block;
font-weight: 600;
}
.prk-static-sidebar .ext-item-wrap {
padding-top: 8px;
font-size: 13px;
font-weight: normal;
color: #898989;
}
.fees-cart-wrap.ext-item-wrap{
display: none !important;
}
.prk-static-sidebar .total-cart-wrap {
border-top: 1px solid #efefef;
padding-top: 15px;
margin-top: 15px;
padding-bottom: 5px;
}
.prk-static-sidebar .total-price-label2, .prk-static-sidebar .total-price-2 {
font-size: 18px;
font-weight: 600;
}
.prk-static-sidebar .nasa-total-condition-desc {
margin-top: 15px;
margin-bottom: 5px;
text-align: initial;
display: flex;
align-items: center;
gap: 3px;
}
.nasa-total-condition-desc .prk-truck-fast{
margin-left: 6px;
font-size: 19px;
color: #333;
}
.nasa-total-condition-desc .prk-truck-fast.text-success{
color: #4CAF50;
}
.nasa-total-condition-desc strong{
font-weight: 800;
}
.nasa-total-condition-desc .woocommerce-Price-amount {
font-size: 13px;
}
.nasa-total-condition-desc {
max-width: 550px;
margin: 10px auto 30px auto;
text-align: center;
line-height: 1.4 !important;
font-size: 12px !important;
font-weight: 500 !important;
}
.prk_cart .nasa-total-condition-desc{
margin-top: 15px;
width: 100% !important;
max-width: 100%;
justify-content: start;
display: flex;
align-items: center;
gap: 3px;
font-size: 14px !important;
}
.prk-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons{
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 10px;
}
.prk-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a {
width: 100%;
color: #333 !important;
text-align: center;
padding: 16px;
background-color: #efefef;
font-weight: 600;
border-radius: 6px;
font-size: 13px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.prk-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a.checkout {
background-color: #3bb5e8;
border-color: #3bb5e8;
color: #fff !important;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.prk-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a:hover,
.prk-static-sidebar .ext-nodes-wrap #mini-cart-save_note:hover,
{
opacity: .8;
}
.nasa-minicart-footer {
flex: 0 0 auto;
padding-bottom: 25px;
}
.prk-static-sidebar .ext-nodes-wrap .ext-node .nasa-stclose {
position: absolute;
right: 9px;
top: 8px;
font-size: 21px;
color: #333;
}
.nasa-stclose {
position: relative;
width: 36px;
height: 36px;
display: inline-block;
}
.prk-static-sidebar .ext-nodes-wrap .form-row.notes label,.prk-static-sidebar .ext-nodes-wrap .get_factor_field {
display: none;
}
.prk-static-sidebar .ext-nodes-wrap .form-row.notes textarea {
min-height: 100px;
background-color: white;
font-family: inherit;
border: 1px solid #dedede;
border-radius: 5px;
box-shadow: none;
color: #333333;
display: block;
margin: 0;
padding: 0.48276em;
height: 42px;
width: 100%;
font-size: 13px;
outline: none;
}
.prk-static-sidebar .ext-nodes-wrap #mini-cart-save_note,
.prk-static-sidebar .shipping-calculator-form button.button,
.prk-static-sidebar  #mini-cart-apply_coupon
{
cursor: pointer;
width: 100%;
color: #fff;
text-align: center;
background-color: #f26922;
font-weight: 600;
border-radius: 6px;
font-size: 13px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
border: 0;
outline: none;
margin-top: 15px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.ext-mini-cart-wrap .mess-wrap{
display: block;
width: 100%;
border-top: 1px solid #efefef;
}
.ext-mini-cart-wrap .mess-wrap .woocommerce-message,.ext-mini-cart-wrap .mess-wrap .woocommerce-info {
color: #00bb00 !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 0 !important;
background: transparent !important;
margin: 0 !important;
gap: 5px;
align-items: center;
padding: 10px 7px 8px 7px !important;
line-height: 18px !important;
}
.ext-mini-cart-wrap .mess-wrap .woocommerce-message::before,.ext-mini-cart-wrap .mess-wrap .woocommerce-info::before{
font-size: 19px;
color: #00bb00 !important;
content: "\ec31" !important;
margin: 0 !important;
position: relative !important;
top: -2px !important;
}
.prk-static-sidebar .ext-nodes-wrap .ext-node .shipping-calculator-button {
display: none;
}
.prk-static-sidebar .ext-nodes-wrap .ext-node .select2-container {
width: 100% !important;
}
form .select2-container--default .select2-selection--single, form .select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #dedede;
}
form .select2-container .select2-selection--single {
height: 42px;
}
.prk-static-sidebar .shipping-calculator-form select,.prk-static-sidebar .shipping-calculator-form input ,.prk-static-sidebar #mini-cart-add-coupon_code.input-text{
width: 100%;
border: 1px solid;
border-color: #dedede;
height: 40px;
padding: 0.48276em;
font-size: 13px;
outline: none;
}
.prk-static-sidebar .shipping-calculator-form select::-ms-expand{
margin-left: 10px;
}
.prk-static-sidebar .shipping-calculator-form .form-row:not(:last-child){
margin-bottom: 15px;
}
.prk-static-sidebar .publish-coupon {
background-color: #f8f8f8;
color: #666666;
width: 100%;
padding: 8px 10px;
margin-bottom: 15px;
border: 1px solid #f8f8f8;
border-radius: 5px;
font-size: 15px;
}
.prk-static-sidebar .publish-coupon .discount-info {
color: #000;
justify-content: stretch;
gap: 0;
font-size: 14px;
font-weight: 600;
}
.prk-static-sidebar .publish-coupon:hover,.prk-static-sidebar .publish-coupon.nasa-actived {
border-color: #a2a2a2;
}
.prk-static-sidebar .publish-coupon > span {
margin: 5px;
line-height: 1.2;
justify-content: flex-start;
gap: 10px;
font-size: 12px;
}
.prk-static-sidebar .publish-coupon .discount-code .nasa-uppercase {
border: 1px dashed #9d9d9d;
background-color: #f1f1f1;
padding: 5px 11px 5px 15px;
margin: 5px 0;
letter-spacing: 4px;
color: #000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.prk-static-sidebar .ext-nodes-wrap .node-title {
margin-bottom: 15px;
line-height: 1.2;
}
.woocommerce-remove-coupon .cp-code {
border: 1px dashed #a3a3a3;
background-color: #efefef;
font-size: 11px;
padding: 3px 8px 3px 12px;
text-transform: uppercase;
letter-spacing: 4px;
word-break: break-all;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.coupon-content.ext-item-content{
font-size: 0;
display: flex;
}
.coupon-content.ext-item-content .woocommerce-Price-amount{
border: 1px dashed #a3a3a3;
background-color: #efefef;
font-size: 11px;
padding: 3px 8px 3px 12px;
text-transform: uppercase;
letter-spacing: 4px;
word-break: break-all;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
order: 1;
}
.woocommerce-remove-coupon::after{
content: "\eb99";
font-family: 'remixicon' !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
font-size: 18px;
position: relative;
top: 0px;
margin-left: 2px;
color: #8f8989;
}
.header-carter {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #f26922;
color: #fff;
}
body .header-carter span {
margin-left: 0;
font-size: 14px;
line-height: 26px;
margin-right: 2rem;
font-weight: 600;
position: relative;
top: 2px;
}
.header-carter span em {
padding: 0px 7px;
margin-right: 5px;
background: #4d4a4aeb;
border-radius: 23%;
}
@media (max-width: 767.98px) {
#cart-sidebar.prk-static-sidebar {
width: 100%;
max-width: 90%;
}
}