.xtork-pro-box {
max-width: 620px;
padding: 0;
border: 0;
border-radius: 8px;
background: transparent;
color: #f5f5f5;
}
.xtork-pro-box label {
display: block;
margin: 0 0 14px;
font-weight: 600;
color: #f5f5f5;
}
.xtork-pro-box input,
.xtork-pro-box select {
width: 100%;
height: 48px;
margin-top: 6px;
padding: 0 12px;
border: 1px solid #f5f5f52e;
border-radius: 5px;
background: transparent;
color: #f5f5f5;
box-shadow: none;
}
.xtork-pro-box button,
.xtork-pro-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 10px 18px;
border: 2px solid #ffff00;
border-radius: 5px;
background: transparent;
color: #ffff00;
font-weight: 700;
text-decoration: none;
cursor: pointer;
transition: background-color 160ms ease, color 160ms ease;
}
.xtork-pro-box button:hover,
.xtork-pro-box button:focus,
.xtork-pro-logout-button:hover,
.xtork-pro-logout-button:focus {
background: #ffff0c60;
color: #f5f5f5;
border-color: #ffff00;
}
.xtork-pro-login-button,
.xtork-pro-logout-button {
width: 100%;
}
.xtork-pro-login-button {
border-width: 2px;
border-color: #ffff00;
color: #262a2c;
}
.xtork-pro-login-button:hover,
.xtork-pro-login-button:focus {
color: #262a2c;
border-color: #ffff00;
}
.xtork-pro-dashboard-button {
width: 100%;
background: #ffff00;
border-color: #ffff00;
color: #262a2c;
}
.xtork-pro-dashboard-button:hover,
.xtork-pro-dashboard-button:focus {
background: #ffff0c60;
border-color: #ffff00;
color: #262a2c;
}
.xtork-pro-account .xtork-pro-dashboard-button,
.xtork-pro-account .xtork-pro-dashboard-button:hover,
.xtork-pro-account .xtork-pro-dashboard-button:focus {
color: #262a2c !important;
}
.xtork-pro-request-link {
gap: 9px;
min-height: 42px;
border: 1px solid #f5f5f52e;
border-radius: 5px;
background: transparent;
color: #f5f5f5;
}
.xtork-pro-request-link:hover,
.xtork-pro-request-link:focus {
background: transparent;
border-color: #f5f5f52e;
color: #f5f5f5;
}
.xtork-pro-request-icon {
width: 18px;
height: 18px;
flex: 0 0 auto;
}
.xtork-pro-request-form {
--xtork-request-yellow: #ffff00;
--xtork-request-text: #f5f5f5;
--xtork-request-muted: rgba(245, 245, 245, 0.66);
--xtork-request-line: rgba(245, 245, 245, 0.16);
color: var(--xtork-request-text);
}
.xtork-pro-request-form * {
box-sizing: border-box;
}
.xtork-pro-request-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 38px;
}
.xtork-pro-request-section h3 {
position: relative;
margin: 0 0 24px;
padding-bottom: 12px;
color: var(--xtork-request-text);
font-size: 16px;
font-weight: 800;
}
.xtork-pro-request-section h3::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 28px;
height: 2px;
background: var(--xtork-request-yellow);
}
.xtork-pro-request-form label {
display: block;
margin: 0 0 16px;
color: rgba(245, 245, 245, 0.86);
font-size: 14px;
font-weight: 500;
}
.xtork-pro-request-form label span {
color: var(--xtork-request-yellow);
}
.xtork-pro-request-form input,
.xtork-pro-request-form select {
width: 100%;
height: 42px;
margin-top: 8px;
padding: 0 14px;
border: 1px solid #F5F5F52E;
border-radius: 5px;
background: #202224;
color: var(--xtork-request-text);
box-shadow: none !important;
outline: none !important;
-webkit-appearance: none;
appearance: none;
}
.xtork-pro-request-form input::placeholder {
color: rgba(245, 245, 245, 0.38);
}
.xtork-pro-request-form input:focus,
.xtork-pro-request-form select:focus {
border-color: var(--xtork-request-yellow) !important;
box-shadow: 0 0 0 1px var(--xtork-request-yellow) !important;
outline: none !important;
}
.xtork-pro-request-form input:focus-visible,
.xtork-pro-request-form select:focus-visible {
border-color: var(--xtork-request-yellow) !important;
box-shadow: 0 0 0 1px var(--xtork-request-yellow) !important;
outline: none !important;
}
.xtork-pro-request-form small {
display: block;
margin-top: 6px;
color: var(--xtork-request-muted);
font-size: 12px;
}
.xtork-pro-request-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 18px;
}
.xtork-pro-request-secure {
display: flex;
align-items: center;
gap: 16px;
margin-top: 22px;
padding: 18px;
border: 1px solid var(--xtork-request-line);
border-radius: 5px;
background: rgba(255, 255, 255, 0.035);
}
.xtork-pro-request-shield {
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border: 1px solid var(--xtork-request-yellow);
border-radius: 999px;
color: var(--xtork-request-yellow);
line-height: 1;
}
.xtork-pro-request-shield svg {
width: 20px;
height: 20px;
}
.xtork-pro-request-secure strong {
display: block;
color: var(--xtork-request-text);
}
.xtork-pro-request-secure p {
margin: 5px 0 0;
color: var(--xtork-request-muted);
}
.xtork-pro-request-footer {
display: flex;
justify-content: flex-end;
gap: 14px;
margin-top: 24px;
padding-top: 18px;
border-top: 1px solid rgba(245, 245, 245, 0.08);
}
.xtork-pro-request-cancel,
.xtork-pro-request-submit {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 150px;
min-height: 46px;
padding: 10px 20px;
border-radius: 5px;
font-weight: 800;
text-decoration: none;
cursor: pointer;
}
.xtork-pro-request-cancel {
border: 1px solid var(--xtork-request-line);
background: transparent;
color: var(--xtork-request-text);
}
.xtork-pro-request-cancel:hover,
.xtork-pro-request-cancel:focus {
border-color: var(--xtork-request-line);
background: transparent;
color: var(--xtork-request-text);
}
.xtork-pro-request-form .xtork-pro-request-submit,
.xtork-pro-request-form button.xtork-pro-request-submit,
button.xtork-pro-request-submit {
gap: 30px !important;
border: 2px solid #ffff00 !important;
border-radius: 5px !important;
background: #ffff00 !important;
color: #262a2c !important;
box-shadow: none !important;
text-shadow: none !important;
}
.xtork-pro-request-form .xtork-pro-request-submit:hover,
.xtork-pro-request-form .xtork-pro-request-submit:focus,
.xtork-pro-request-form button.xtork-pro-request-submit:hover,
.xtork-pro-request-form button.xtork-pro-request-submit:focus,
button.xtork-pro-request-submit:hover,
button.xtork-pro-request-submit:focus {
border-color: #ffff00 !important;
background: #ffff0c60 !important;
color: #262a2c !important;
box-shadow: none !important;
text-shadow: none !important;
}
.xtork-pro-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 18px;
}
.xtork-pro-floating-badge {
position: fixed;
right: 24px !important;
bottom: 24px !important;
z-index: 2147483647 !important;
display: flex;
align-items: center;
justify-content: center;
width: auto;
height: auto;
border-radius: 0;
background: transparent;
color: #ffff00 !important;
border: 0;
box-shadow: none;
text-decoration: none;
line-height: 1;
}
.xtork-pro-floating-badge:hover,
.xtork-pro-floating-badge:focus {
color: #ffff00 !important;
transform: translateY(-1px);
}
.xtork-pro-floating-mark {
font-family: "Alatsi", Arial, sans-serif;
font-size: 34px;
font-weight: 700;
letter-spacing: 0;
-webkit-text-stroke: 0;
text-shadow: none;
}
.xtork-pro-message {
margin: 0 0 16px;
padding: 10px 12px;
border-left: 4px solid #ffff00;
background: transparent;
color: #f5f5f5;
}
.xtork-pro-error {
border-left-color: #b3261e;
background: transparent;
}
.xtork-public-price,
.xtork-pro-price,
.xtork-pro-archive-price,
.xtork-pro-variation-price {
display: block;
color: #ffff00 !important;
}
.xtork-pro-price {
color: #ffff00 !important;
font-weight: 800;
}
.xtork-pro-archive-price {
color: #ffff00 !important;
font-weight: 800;
}
.xtork-pro-variation-price {
color: #ffff00 !important;
font-weight: 800;
}
.xtork-pro-tax-label {
color: #ffff00 !important;
margin-left: 2px;
font-size: 0.82em;
font-weight: inherit;
}
.xtork-pro-only-price .woocommerce-Price-amount,
.xtork-public-price .woocommerce-Price-amount,
.xtork-pro-price .woocommerce-Price-amount,
.xtork-pro-archive-price .woocommerce-Price-amount,
.xtork-pro-variation-price .woocommerce-Price-amount,
.xtork-pro-only-price .woocommerce-Price-currencySymbol,
.xtork-public-price .woocommerce-Price-currencySymbol,
.xtork-pro-price .woocommerce-Price-currencySymbol,
.xtork-pro-archive-price .woocommerce-Price-currencySymbol,
.xtork-pro-variation-price .woocommerce-Price-currencySymbol {
color: #ffff00 !important;
}
.xtork-pro-active .woocommerce-price-suffix,
.xtork-pro-active .includes_tax,
.xtork-pro-active .price-ttc,
.xtork-pro-active .prix-ttc,
.xtork-pro-active .xtork-ttc-price,
.xtork-pro-active .ttc-price,
.xtork-pro-active .product-ttc-price,
.xtork-pro-active .woocommerce [class*="ttc" i],
.xtork-pro-active .product [class*="ttc" i],
.xtork-pro-active .summary [class*="ttc" i] {
display: none !important;
}
.xtork-pro-account {
--xtork-yellow: #ffff00;
--xtork-text: #f5f5f5;
--xtork-muted: rgba(245, 245, 245, 0.72);
--xtork-line: rgba(245, 245, 245, 0.10);
--xtork-panel: rgba(255, 255, 255, 0.055);
color: var(--xtork-text);
font-family: inherit;
}
.xtork-pro-account * {
box-sizing: border-box;
}
.xtork-pro-account-head {
margin-bottom: 28px;
}
.xtork-pro-breadcrumb {
margin: 0 0 26px;
color: var(--xtork-muted);
font-size: 14px;
}
.xtork-pro-account-head h1 {
margin: 0;
color: var(--xtork-text);
font-family: "Alatsi", Arial, sans-serif;
font-size: clamp(34px, 4vw, 52px);
line-height: 1;
letter-spacing: 0;
}
.xtork-pro-account-head h1 span,
.xtork-pro-account h2,
.xtork-pro-account h3 {
color: var(--xtork-yellow);
}
.xtork-pro-account-head > p:not(.xtork-pro-breadcrumb) {
margin: 12px 0 0;
color: var(--xtork-muted);
font-size: 16px;
}
.xtork-pro-account-layout {
display: grid;
grid-template-columns: minmax(230px, 310px) minmax(0, 1fr);
gap: 24px;
align-items: start;
}
.xtork-pro-account-sidebar {
display: grid;
gap: 0;
}
.xtork-pro-account-nav {
display: flex;
align-items: center;
gap: 20px;
width: 100%;
min-height: 72px;
padding: 0 28px;
border: 1px solid var(--xtork-line);
border-bottom: 0;
border-radius: 0;
background: rgba(255, 255, 255, 0.035);
color: var(--xtork-text);
text-align: left;
cursor: pointer;
}
.xtork-pro-account-nav:first-child {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.xtork-pro-account-nav:nth-child(5) {
border-bottom: 1px solid var(--xtork-line);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.xtork-pro-account-nav.is-active {
border-left: 3px solid var(--xtork-yellow);
background: rgba(255, 255, 255, 0.07);
}
.xtork-pro-account-nav.is-active .xtork-pro-account-icon {
color: var(--xtork-yellow);
}
.xtork-pro-account-nav span {
font-weight: 700;
}
.xtork-pro-account-icon {
width: 27px;
height: 27px;
flex: 0 0 auto;
color: currentColor;
}
.xtork-pro-help-card {
display: flex;
gap: 18px;
margin-top: 22px;
padding: 24px;
border: 1px solid var(--xtork-line);
border-radius: 5px;
background: rgba(255, 255, 255, 0.035);
}
.xtork-pro-help-card .xtork-pro-account-icon {
width: 40px;
height: 40px;
color: var(--xtork-yellow);
}
.xtork-pro-help-card strong {
display: block;
margin-bottom: 6px;
}
.xtork-pro-help-card p {
margin: 0 0 12px;
color: var(--xtork-muted);
}
.xtork-pro-help-card a {
color: var(--xtork-yellow);
font-weight: 800;
text-decoration: none;
}
.xtork-pro-account-main {
min-width: 0;
}
.xtork-pro-account-panel {
display: none;
}
.xtork-pro-account-panel.is-active {
display: block;
}
.xtork-pro-card {
border: 1px solid var(--xtork-line);
border-radius: 5px;
background: linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}
.xtork-pro-profile-card {
padding: 28px;
}
.xtork-pro-card header {
margin-bottom: 22px;
padding-bottom: 18px;
border-bottom: 1px solid var(--xtork-line);
}
.xtork-pro-card h2,
.xtork-pro-card h3 {
margin: 0 0 8px;
font-family: "Alatsi", Arial, sans-serif;
letter-spacing: 0;
}
.xtork-pro-card header p {
margin: 0;
color: var(--xtork-muted);
}
.xtork-pro-form-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1.22fr);
gap: 34px;
}
.xtork-pro-account-field {
display: block;
margin: 0 0 18px;
}
.xtork-pro-account-field span {
display: block;
margin-bottom: 7px;
color: var(--xtork-muted);
font-size: 13px;
}
.xtork-pro-account-field input {
width: 100%;
height: 40px;
padding: 0 16px;
border: 1px solid #F5F5F52E;
border-radius: 5px;
background: #202224;
color: var(--xtork-text);
box-shadow: none;
}
.xtork-pro-form-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 18px;
}
.xtork-pro-account-cards {
display: grid;
grid-template-columns: 1fr 1.18fr;
gap: 22px;
margin-top: 22px;
}
.xtork-pro-small-card {
display: flex;
gap: 18px;
padding: 24px;
}
.xtork-pro-small-card > .xtork-pro-account-icon {
width: 44px;
height: 44px;
padding: 10px;
border: 1px solid var(--xtork-line);
border-radius: 999px;
}
.xtork-pro-card-meta {
display: flex;
gap: 56px;
margin: 20px 0;
}
.xtork-pro-card-meta span {
color: var(--xtork-muted);
font-size: 13px;
}
.xtork-pro-card-meta strong {
display: block;
margin-top: 7px;
color: var(--xtork-text);
font-size: 16px;
}
.xtork-pro-card-meta i {
display: inline-block;
width: 8px;
height: 8px;
margin-right: 8px;
border-radius: 999px;
background: #1fbf61;
}
.xtork-pro-small-card p {
margin: 0;
color: var(--xtork-muted);
}
.xtork-pro-small-card ul {
display: grid;
gap: 10px;
margin: 18px 0 0;
padding: 0;
list-style: none;
}
.xtork-pro-small-card li {
color: var(--xtork-text);
}
.xtork-pro-small-card li::before {
content: "✓";
margin-right: 10px;
color: var(--xtork-yellow);
}
.xtork-pro-account-panel > .xtork-pro-card:not(.xtork-pro-profile-card) {
padding: 28px;
}
.xtork-pro-dashboard table,
.xtork-pro-account table {
width: 100%;
border-collapse: collapse;
}
.xtork-pro-dashboard th,
.xtork-pro-dashboard td,
.xtork-pro-account th,
.xtork-pro-account td {
padding: 13px 10px;
border-bottom: 1px solid var(--xtork-line);
text-align: left;
color: var(--xtork-text);
}
.xtork-pro-account th {
color: var(--xtork-yellow);
font-weight: 800;
}
.xtork-pro-account a {
color: var(--xtork-yellow);
}
.xtork-pro-orders header {
margin-bottom: 22px;
padding-bottom: 18px;
border-bottom: 1px solid var(--xtork-line);
}
.xtork-pro-orders header h2 {
margin: 0 0 8px;
font-family: "Alatsi", Arial, sans-serif;
}
.xtork-pro-orders header p {
margin: 0;
color: var(--xtork-muted);
}
.xtork-pro-order-list {
display: grid;
gap: 16px;
}
.xtork-pro-order-card {
padding: 18px;
border: 1px solid var(--xtork-line);
border-radius: 5px;
background: rgba(0, 0, 0, 0.12);
}
.xtork-pro-order-top {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
}
.xtork-pro-order-top span,
.xtork-pro-order-items em {
display: block;
margin-bottom: 6px;
color: var(--xtork-muted);
font-size: 13px;
font-style: normal;
}
.xtork-pro-order-top strong {
color: var(--xtork-text);
font-size: 15px;
}
.xtork-pro-order-items {
display: grid;
gap: 8px;
margin-top: 18px;
padding-top: 16px;
border-top: 1px solid var(--xtork-line);
}
.xtork-pro-order-items div {
display: flex;
justify-content: space-between;
gap: 14px;
color: var(--xtork-text);
}
.xtork-pro-order-items em {
margin: 0;
color: var(--xtork-yellow);
}
.xtork-pro-order-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 18px;
}
.xtork-pro-mini-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 38px;
padding: 8px 14px;
border: 1px solid var(--xtork-line);
border-radius: 5px;
background: rgba(255, 255, 255, 0.04);
color: var(--xtork-text) !important;
font-weight: 700;
text-decoration: none;
cursor: pointer;
}
.xtork-pro-mini-button-yellow {
border-color: var(--xtork-yellow);
background: var(--xtork-yellow);
color: #262a2c !important;
}
.xtork-pro-tracking-muted {
display: inline-flex;
align-items: center;
min-height: 38px;
color: var(--xtork-muted);
}
.xtork-pro-delivery-docs {
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid var(--xtork-line);
}
.xtork-pro-order-detail {
margin-top: 22px;
padding-top: 22px;
border-top: 1px solid var(--xtork-line);
}
.xtork-pro-order-detail[hidden] {
display: none !important;
}
.xtork-pro-order-note {
margin: 0 0 22px;
color: var(--xtork-muted);
}
.xtork-pro-order-note mark {
padding: 0 3px;
background: var(--xtork-yellow);
color: #262a2c;
}
.xtork-pro-order-detail h3 {
margin: 0 0 18px;
color: var(--xtork-text);
font-size: 24px;
}
.xtork-pro-detail-table {
overflow: hidden;
border: 1px solid var(--xtork-line);
border-radius: 5px;
}
.xtork-pro-detail-head,
.xtork-pro-detail-row {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
}
.xtork-pro-detail-head {
background: rgba(255, 255, 255, 0.06);
color: var(--xtork-muted);
font-size: 13px;
font-weight: 800;
text-transform: uppercase;
}
.xtork-pro-detail-head span,
.xtork-pro-detail-row > div {
padding: 15px;
border-bottom: 1px solid var(--xtork-line);
}
.xtork-pro-detail-head span:first-child,
.xtork-pro-detail-row > div:first-child {
border-right: 1px solid var(--xtork-line);
}
.xtork-pro-detail-row:last-child > div {
border-bottom: 0;
}
.xtork-pro-detail-product strong {
display: block;
margin-bottom: 10px;
color: var(--xtork-text);
}
.xtork-pro-detail-product small {
color: var(--xtork-muted);
font-weight: 400;
}
.xtork-pro-detail-product .wc-item-meta {
display: grid;
gap: 8px;
margin: 0;
padding: 0;
list-style: none;
color: var(--xtork-muted);
}
.xtork-pro-detail-product .wc-item-meta p {
display: inline;
margin: 0;
}
.xtork-pro-address-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 34px;
margin-top: 28px;
}
.xtork-pro-address-grid h3 {
color: var(--xtork-text);
}
.xtork-pro-address-grid address,
.xtork-pro-address-grid p {
color: var(--xtork-muted);
font-style: normal;
line-height: 1.8;
}
@media (max-width: 980px) {
.xtork-pro-account-layout,
.xtork-pro-form-grid,
.xtork-pro-account-cards {
grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.xtork-pro-profile-card,
.xtork-pro-account-panel > .xtork-pro-card:not(.xtork-pro-profile-card),
.xtork-pro-small-card {
padding: 20px;
}
.xtork-pro-form-split,
.xtork-pro-card-meta {
grid-template-columns: 1fr;
gap: 0;
}
.xtork-pro-card-meta {
flex-direction: column;
}
.xtork-pro-account-nav {
min-height: 58px;
padding: 0 18px;
}
.xtork-pro-order-top {
grid-template-columns: 1fr;
}
.xtork-pro-request-grid,
.xtork-pro-request-split {
grid-template-columns: 1fr;
gap: 0;
}
.xtork-pro-request-footer {
flex-direction: column-reverse;
}
.xtork-pro-request-cancel,
.xtork-pro-request-submit {
width: 100%;
}
.xtork-pro-detail-head,
.xtork-pro-detail-row,
.xtork-pro-address-grid {
grid-template-columns: 1fr;
}
.xtork-pro-detail-head span:first-child,
.xtork-pro-detail-row > div:first-child {
border-right: 0;
}
} .xtork-bjorn-price-box {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.xtork-bjorn-price-target {
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}
.woocommerce .price a.xtork-bjorn-price-button,
.woocommerce a.xtork-bjorn-price-button,
a.xtork-bjorn-price-button,
.xtork-bjorn-price-target > a {
display: inline-flex !important;
align-items: center;
justify-content: center;
width: auto !important;
min-height: 34px !important;
padding: 7px 13px !important;
border: 1px solid #ffff00 !important;
border-radius: 5px !important;
background: #262a2c !important;
color: #ffff00 !important;
box-shadow: inset 0 0 0 1px #ffff00 !important;
font-size: 13px !important;
font-weight: 700 !important;
line-height: 1.15 !important;
text-align: center;
text-decoration: none !important;
cursor: pointer;
}
.woocommerce .price a.xtork-bjorn-price-button:hover,
.woocommerce .price a.xtork-bjorn-price-button:focus,
.woocommerce a.xtork-bjorn-price-button:hover,
.woocommerce a.xtork-bjorn-price-button:focus,
a.xtork-bjorn-price-button:hover,
a.xtork-bjorn-price-button:focus,
.xtork-bjorn-price-target > a:hover,
.xtork-bjorn-price-target > a:focus {
border-color: #ffff00 !important;
background: rgba(255, 255, 0, 0.14) !important;
color: #ffff00 !important;
box-shadow: inset 0 0 0 1px #ffff00 !important;
text-decoration: none !important;
}
.xtork-bjorn-price-values[hidden] {
display: none !important;
}
.xtork-bjorn-price-values {
display: block;
}
.xtork-bjorn-price-unavailable {
color: #f5f5f5;
font-size: 0.92em;
}
@media (max-width: 640px) {
.xtork-bjorn-price-button {
width: auto !important;
}
}
.xtork-public-archive-price,
.xtork-public-archive-ttc,
.xtork-public-archive-ht,
.xtork-pro-only-price,
.xtork-pro-archive-price,
.xtork-pro-price,
.xtork-pro-variation-price,
.xtork-public-price {
display: block !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1.25 !important;
}
.xtork-public-archive-price,
.xtork-public-archive-price .woocommerce-Price-amount,
.xtork-public-archive-price .woocommerce-Price-currencySymbol,
.xtork-public-tax-label {
color: #ffff00 !important;
font-weight: 800 !important;
}
.xtork-public-tax-label {
margin-left: 2px;
font-size: 0.82em;
}
.xtork-public-archive-ht {
margin-top: 2px !important;
}
.xtork-pro-active .xtork-public-archive-price,
.xtork-pro-active .xtork-public-archive-ttc,
.xtork-pro-active .xtork-public-archive-ht,
.xtork-pro-active .xtork-prix-ht {
display: none !important;
}
.woocommerce-cart .xtork-pro-only-price,
.woocommerce-cart .xtork-pro-archive-price,
.woocommerce-checkout .xtork-pro-only-price,
.woocommerce-checkout .xtork-pro-archive-price {
display: none !important;
} .xtork-cart-ht-price {
color: #ffff00 !important;
font-weight: 800;
white-space: nowrap;
}
.xtork-cart-ht-price .woocommerce-Price-amount,
.xtork-cart-ht-price .woocommerce-Price-currencySymbol,
.xtork-cart-tax-label {
color: #ffff00 !important;
}
.xtork-cart-tax-label {
margin-left: 3px;
font-size: 0.82em;
font-weight: inherit;
}