@charset "UTF-8";

:root,
[data-bs-theme=light] {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-black: #000;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-project-primary: #ff00ff;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-project-primary-rgb: 255, 0, 255;
--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
--bs-success-text-emphasis: rgb(10, 54, 33.6);
--bs-info-text-emphasis: rgb(5.2, 80.8, 96);
--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
--bs-light-text-emphasis: #495057;
--bs-dark-text-emphasis: #495057;
--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
--bs-success-bg-subtle: rgb(209, 231, 220.8);
--bs-info-bg-subtle: rgb(206.6, 244.4, 252);
--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
--bs-light-bg-subtle: rgb(251.5, 252, 252.5);
--bs-dark-bg-subtle: #ced4da;
--bs-primary-border-subtle: rgb(158.2, 197, 254.2);
--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
--bs-success-border-subtle: rgb(163, 207, 186.6);
--bs-info-border-subtle: rgb(158.2, 233.8, 249);
--bs-warning-border-subtle: rgb(255, 230.2, 155.8);
--bs-danger-border-subtle: rgb(241, 174.2, 180.6);
--bs-light-border-subtle: #e9ecef;
--bs-dark-border-subtle: #adb5bd;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: "sans-serif";
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg: #fff;
--bs-body-bg-rgb: 255, 255, 255;
--bs-emphasis-color: #000;
--bs-emphasis-color-rgb: 0, 0, 0;
--bs-secondary-color: rgba(33, 37, 41, 0.75);
--bs-secondary-color-rgb: 33, 37, 41;
--bs-secondary-bg: #e9ecef;
--bs-secondary-bg-rgb: 233, 236, 239;
--bs-tertiary-color: rgba(33, 37, 41, 0.5);
--bs-tertiary-color-rgb: 33, 37, 41;
--bs-tertiary-bg: #f8f9fa;
--bs-tertiary-bg-rgb: 248, 249, 250;
--bs-heading-color: inherit;
--bs-link-color: #0d6efd;
--bs-link-color-rgb: 13, 110, 253;
--bs-link-decoration: none;
--bs-link-hover-color: rgba(13, 110, 253, 0.8);
--bs-link-hover-color-rgb: 13, 110, 253;
--bs-code-color: #d63384;
--bs-highlight-color: #212529;
--bs-highlight-bg: rgb(255, 242.6, 205.4);
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-xxl: 2rem;
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
--bs-border-radius-pill: 50rem;
--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-focus-ring-width: 0.25rem;
--bs-focus-ring-opacity: 0.25;
--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
--bs-form-valid-color: #198754;
--bs-form-valid-border-color: #198754;
--bs-form-invalid-color: #dc3545;
--bs-form-invalid-border-color: #dc3545;
}
.alert {
--bs-alert-bg: transparent;
--bs-alert-padding-x: 1rem;
--bs-alert-padding-y: 1rem;
--bs-alert-margin-bottom: 1rem;
--bs-alert-color: inherit;
--bs-alert-border-color: transparent;
--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
--bs-alert-border-radius: var(--bs-border-radius);
--bs-alert-link-color: inherit;
position: relative;
padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
margin-bottom: var(--bs-alert-margin-bottom);
color: var(--bs-alert-color);
background-color: var(--bs-alert-bg);
border: var(--bs-alert-border);
border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
color: var(--bs-alert-link-color);
}
.alert-dismissible {
padding-right: 3rem;
}
.alert-dismissible .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 1.25rem 1rem;
}
.alert-primary {
--bs-alert-color: var(--bs-primary-text-emphasis);
--bs-alert-bg: var(--bs-primary-bg-subtle);
--bs-alert-border-color: var(--bs-primary-border-subtle);
--bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
--bs-alert-color: var(--bs-secondary-text-emphasis);
--bs-alert-bg: var(--bs-secondary-bg-subtle);
--bs-alert-border-color: var(--bs-secondary-border-subtle);
--bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
--bs-alert-color: var(--bs-success-text-emphasis);
--bs-alert-bg: var(--bs-success-bg-subtle);
--bs-alert-border-color: var(--bs-success-border-subtle);
--bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
--bs-alert-color: var(--bs-info-text-emphasis);
--bs-alert-bg: var(--bs-info-bg-subtle);
--bs-alert-border-color: var(--bs-info-border-subtle);
--bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
--bs-alert-color: var(--bs-warning-text-emphasis);
--bs-alert-bg: var(--bs-warning-bg-subtle);
--bs-alert-border-color: var(--bs-warning-border-subtle);
--bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
--bs-alert-color: var(--bs-danger-text-emphasis);
--bs-alert-bg: var(--bs-danger-bg-subtle);
--bs-alert-border-color: var(--bs-danger-border-subtle);
--bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
--bs-alert-color: var(--bs-light-text-emphasis);
--bs-alert-bg: var(--bs-light-bg-subtle);
--bs-alert-border-color: var(--bs-light-border-subtle);
--bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
--bs-alert-color: var(--bs-dark-text-emphasis);
--bs-alert-bg: var(--bs-dark-bg-subtle);
--bs-alert-border-color: var(--bs-dark-border-subtle);
--bs-alert-link-color: var(--bs-dark-text-emphasis);
}
.alert-project-primary {
--bs-alert-color: var(--bs-project-primary-text-emphasis);
--bs-alert-bg: var(--bs-project-primary-bg-subtle);
--bs-alert-border-color: var(--bs-project-primary-border-subtle);
--bs-alert-link-color: var(--bs-project-primary-text-emphasis);
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.collapsing.collapse-horizontal {
width: 0;
height: auto;
transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing.collapse-horizontal {
transition: none;
}
}
.card {
--bs-card-spacer-y: 1rem;
--bs-card-spacer-x: 1rem;
--bs-card-title-spacer-y: 0.5rem;
--bs-card-title-color: ;
--bs-card-subtitle-color: ;
--bs-card-border-width: var(--bs-border-width);
--bs-card-border-color: var(--bs-border-color-translucent);
--bs-card-border-radius: var(--bs-border-radius);
--bs-card-box-shadow: ;
--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
--bs-card-cap-padding-y: 0.5rem;
--bs-card-cap-padding-x: 1rem;
--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
--bs-card-cap-color: ;
--bs-card-height: ;
--bs-card-color: ;
--bs-card-bg: var(--bs-body-bg);
--bs-card-img-overlay-padding: 1rem;
--bs-card-group-margin: 0.9375rem;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
height: var(--bs-card-height);
color: var(--bs-body-color);
word-wrap: break-word;
background-color: var(--bs-card-bg);
background-clip: border-box;
border: var(--bs-card-border-width) solid var(--bs-card-border-color);
border-radius: var(--bs-card-border-radius);
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
flex: 1 1 auto;
padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
color: var(--bs-card-color);
}
.card-title {
margin-bottom: var(--bs-card-title-spacer-y);
color: var(--bs-card-title-color);
}
.card-subtitle {
margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
margin-bottom: 0;
color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link + .card-link {
margin-left: var(--bs-card-spacer-x);
}
.card-header {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
margin-bottom: 0;
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
border-bottom: 0;
}
.card-header-tabs .nav-link.active {
background-color: var(--bs-card-bg);
border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: var(--bs-card-img-overlay-padding);
border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
.card-group {
display: flex;
flex-flow: row wrap;
}
.card-group > .card {
flex: 1 0 0;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) > .card-img-top,
.card-group > .card:not(:last-child) > .card-header {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) > .card-img-bottom,
.card-group > .card:not(:last-child) > .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) > .card-img-top,
.card-group > .card:not(:first-child) > .card-header {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) > .card-img-bottom,
.card-group > .card:not(:first-child) > .card-footer {
border-bottom-left-radius: 0;
}
}
.badge {
--bs-badge-padding-x: 0.65em;
--bs-badge-padding-y: 0.35em;
--bs-badge-font-size: 0.75em;
--bs-badge-font-weight: 700;
--bs-badge-color: #fff;
--bs-badge-border-radius: var(--bs-border-radius);
display: inline-block;
padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
font-size: var(--bs-badge-font-size);
font-weight: var(--bs-badge-font-weight);
line-height: 1;
color: var(--bs-badge-color);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
display: none;
}
.btn .badge, .comment-reply-link .badge {
position: relative;
top: -1px;
}
.btn, .comment-reply-link {
--bs-btn-padding-x: 0.75rem;
--bs-btn-padding-y: 0.375rem;
--bs-btn-font-family: ;
--bs-btn-font-size: 1rem;
--bs-btn-font-weight: 400;
--bs-btn-line-height: 1.5;
--bs-btn-color: var(--bs-body-color);
--bs-btn-bg: transparent;
--bs-btn-border-width: var(--bs-border-width);
--bs-btn-border-color: transparent;
--bs-btn-border-radius: var(--bs-border-radius);
--bs-btn-hover-border-color: transparent;
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
--bs-btn-disabled-opacity: 0.65;
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
display: inline-block;
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
font-family: var(--bs-btn-font-family);
font-size: var(--bs-btn-font-size);
font-weight: var(--bs-btn-font-weight);
line-height: var(--bs-btn-line-height);
color: var(--bs-btn-color);
text-align: center;
vertical-align: middle;
cursor: pointer;
user-select: none;
border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
border-radius: var(--bs-btn-border-radius);
background-color: var(--bs-btn-bg);
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn, .comment-reply-link {
transition: none;
}
}
.btn:hover, .comment-reply-link:hover {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .btn-check + .comment-reply-link:hover {
color: var(--bs-btn-color);
background-color: var(--bs-btn-bg);
border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .comment-reply-link:focus-visible {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .btn-check:focus-visible + .comment-reply-link {
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:checked + .comment-reply-link, :not(.btn-check) + .btn:active, :not(.btn-check) + .comment-reply-link:active, .btn:first-child:active, .comment-reply-link:first-child:active, .btn.active, .active.comment-reply-link, .btn.show, .show.comment-reply-link {
color: var(--bs-btn-active-color);
background-color: var(--bs-btn-active-bg);
border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .btn-check:checked + .comment-reply-link:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + .comment-reply-link:active:focus-visible, .btn:first-child:active:focus-visible, .comment-reply-link:first-child:active:focus-visible, .btn.active:focus-visible, .active.comment-reply-link:focus-visible, .btn.show:focus-visible, .show.comment-reply-link:focus-visible {
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .btn-check:checked:focus-visible + .comment-reply-link {
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .comment-reply-link:disabled, .btn.disabled, .disabled.comment-reply-link, fieldset:disabled .btn, fieldset:disabled .comment-reply-link {
color: var(--bs-btn-disabled-color);
pointer-events: none;
background-color: var(--bs-btn-disabled-bg);
border-color: var(--bs-btn-disabled-border-color);
opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary, .comment-reply-link {
--bs-btn-color: #fff;
--bs-btn-bg: #0d6efd;
--bs-btn-border-color: #0d6efd;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
--bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: rgb(10.4, 88, 202.4);
--bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0d6efd;
--bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
--bs-btn-color: #fff;
--bs-btn-bg: #6c757d;
--bs-btn-border-color: #6c757d;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
--bs-btn-focus-shadow-rgb: 130, 138, 145;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: rgb(86.4, 93.6, 100);
--bs-btn-active-border-color: rgb(81, 87.75, 93.75);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #6c757d;
--bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
--bs-btn-color: #fff;
--bs-btn-bg: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
--bs-btn-hover-border-color: rgb(20, 108, 67.2);
--bs-btn-focus-shadow-rgb: 60, 153, 110;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: rgb(20, 108, 67.2);
--bs-btn-active-border-color: rgb(18.75, 101.25, 63);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #198754;
--bs-btn-disabled-border-color: #198754;
}
.btn-info {
--bs-btn-color: #000;
--bs-btn-bg: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
--bs-btn-focus-shadow-rgb: 11, 172, 204;
--bs-btn-active-color: #000;
--bs-btn-active-bg: rgb(61.4, 212.6, 243);
--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #0dcaf0;
--bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
--bs-btn-color: #000;
--bs-btn-bg: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: rgb(255, 202.3, 44.2);
--bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
--bs-btn-focus-shadow-rgb: 217, 164, 6;
--bs-btn-active-color: #000;
--bs-btn-active-bg: rgb(255, 205.4, 56.6);
--bs-btn-active-border-color: rgb(255, 199.2, 31.8);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #ffc107;
--bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
--bs-btn-color: #fff;
--bs-btn-bg: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: rgb(187, 45.05, 58.65);
--bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
--bs-btn-focus-shadow-rgb: 225, 83, 97;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: rgb(176, 42.4, 55.2);
--bs-btn-active-border-color: rgb(165, 39.75, 51.75);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #dc3545;
--bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
--bs-btn-color: #000;
--bs-btn-bg: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
--bs-btn-focus-shadow-rgb: 211, 212, 213;
--bs-btn-active-color: #000;
--bs-btn-active-bg: rgb(198.4, 199.2, 200);
--bs-btn-active-border-color: rgb(186, 186.75, 187.5);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #f8f9fa;
--bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
--bs-btn-color: #fff;
--bs-btn-bg: #212529;
--bs-btn-border-color: #212529;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
--bs-btn-focus-shadow-rgb: 66, 70, 73;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #212529;
--bs-btn-disabled-border-color: #212529;
}
.btn-project-primary {
--bs-btn-color: #000;
--bs-btn-bg: #ff00ff;
--bs-btn-border-color: #ff00ff;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: rgb(255, 38.25, 255);
--bs-btn-hover-border-color: rgb(255, 25.5, 255);
--bs-btn-focus-shadow-rgb: 217, 0, 217;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ff33ff;
--bs-btn-active-border-color: rgb(255, 25.5, 255);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #ff00ff;
--bs-btn-disabled-border-color: #ff00ff;
}
.btn-outline-primary {
--bs-btn-color: #0d6efd;
--bs-btn-border-color: #0d6efd;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0d6efd;
--bs-btn-hover-border-color: #0d6efd;
--bs-btn-focus-shadow-rgb: 13, 110, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0d6efd;
--bs-btn-active-border-color: #0d6efd;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0d6efd;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #0d6efd;
--bs-gradient: none;
}
.btn-outline-secondary {
--bs-btn-color: #6c757d;
--bs-btn-border-color: #6c757d;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #6c757d;
--bs-btn-hover-border-color: #6c757d;
--bs-btn-focus-shadow-rgb: 108, 117, 125;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #6c757d;
--bs-btn-active-border-color: #6c757d;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #6c757d;
--bs-gradient: none;
}
.btn-outline-success {
--bs-btn-color: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #198754;
--bs-btn-hover-border-color: #198754;
--bs-btn-focus-shadow-rgb: 25, 135, 84;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #198754;
--bs-btn-active-border-color: #198754;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #198754;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #198754;
--bs-gradient: none;
}
.btn-outline-info {
--bs-btn-color: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #0dcaf0;
--bs-btn-hover-border-color: #0dcaf0;
--bs-btn-focus-shadow-rgb: 13, 202, 240;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #0dcaf0;
--bs-btn-active-border-color: #0dcaf0;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0dcaf0;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #0dcaf0;
--bs-gradient: none;
}
.btn-outline-warning {
--bs-btn-color: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffc107;
--bs-btn-hover-border-color: #ffc107;
--bs-btn-focus-shadow-rgb: 255, 193, 7;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffc107;
--bs-btn-active-border-color: #ffc107;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #ffc107;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #ffc107;
--bs-gradient: none;
}
.btn-outline-danger {
--bs-btn-color: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #dc3545;
--bs-btn-hover-border-color: #dc3545;
--bs-btn-focus-shadow-rgb: 220, 53, 69;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #dc3545;
--bs-btn-active-border-color: #dc3545;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #dc3545;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #dc3545;
--bs-gradient: none;
}
.btn-outline-light {
--bs-btn-color: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f8f9fa;
--bs-btn-hover-border-color: #f8f9fa;
--bs-btn-focus-shadow-rgb: 248, 249, 250;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f8f9fa;
--bs-btn-active-border-color: #f8f9fa;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #f8f9fa;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #f8f9fa;
--bs-gradient: none;
}
.btn-outline-dark {
--bs-btn-color: #212529;
--bs-btn-border-color: #212529;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #212529;
--bs-btn-hover-border-color: #212529;
--bs-btn-focus-shadow-rgb: 33, 37, 41;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #212529;
--bs-btn-active-border-color: #212529;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #212529;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #212529;
--bs-gradient: none;
}
.btn-outline-project-primary {
--bs-btn-color: #ff00ff;
--bs-btn-border-color: #ff00ff;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ff00ff;
--bs-btn-hover-border-color: #ff00ff;
--bs-btn-focus-shadow-rgb: 255, 0, 255;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ff00ff;
--bs-btn-active-border-color: #ff00ff;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #ff00ff;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #ff00ff;
--bs-gradient: none;
}
.btn-link {
--bs-btn-font-weight: 400;
--bs-btn-color: var(--bs-link-color);
--bs-btn-bg: transparent;
--bs-btn-border-color: transparent;
--bs-btn-hover-color: var(--bs-link-hover-color);
--bs-btn-hover-border-color: transparent;
--bs-btn-active-color: var(--bs-link-hover-color);
--bs-btn-active-border-color: transparent;
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-border-color: transparent;
--bs-btn-box-shadow: 0 0 0 #000;
--bs-btn-focus-shadow-rgb: 49, 132, 253;
text-decoration: none;
}
.btn-link:focus-visible {
color: var(--bs-btn-color);
}
.btn-link:hover {
color: var(--bs-btn-hover-color);
}
.btn-lg {
--bs-btn-padding-y: 0.5rem;
--bs-btn-padding-x: 1rem;
--bs-btn-font-size: calc(1.025rem + 0.1875vw);
}
@media (min-width: 1920px) {
.btn-lg {
--bs-btn-font-size: 1.25rem;
}
}
.btn-lg {
--bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm, .comment-reply-link {
--bs-btn-padding-y: 0.25rem;
--bs-btn-padding-x: 0.5rem;
--bs-btn-font-size: 0.875rem;
--bs-btn-border-radius: var(--bs-border-radius-sm);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: var(--bs-border-width) solid;
opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), h5, .h5, h6, .h6), h3, .h3, h2, .h2, h1, .h1 {
margin-top: 0;
margin-bottom: 0;
font-weight: 700;
line-height: 1.2;
color: var(--bs-heading-color);
}
h1, .h1 {
font-size: calc(1.2rem + 1.5vw);
}
@media (min-width: 1920px) {
h1, .h1 {
font-size: 3rem;
}
}
h2, .h2 {
font-size: calc(1.15rem + 1.125vw);
}
@media (min-width: 1920px) {
h2, .h2 {
font-size: 2.5rem;
}
}
h3, .h3 {
font-size: calc(1.1rem + 0.75vw);
}
@media (min-width: 1920px) {
h3, .h3 {
font-size: 2rem;
}
}
h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), h5, .h5, h6, .h6) {
font-size: calc(1.05rem + 0.375vw);
}
@media (min-width: 1920px) {
h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), h5, .h5, h6, .h6) {
font-size: 1.5rem;
}
}
h5, .h5 {
font-size: calc(1.025rem + 0.1875vw);
}
@media (min-width: 1920px) {
h5, .h5 {
font-size: 1.25rem;
}
}
h6, .h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1em;
}
abbr[title] {
text-decoration: underline dotted;
cursor: help;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.1875em;
color: var(--bs-highlight-color);
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
text-decoration: none;
}
a:hover {
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.375rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
border-radius: 0.25rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-secondary-color);
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
line-height: inherit;
font-size: calc(1.05rem + 0.375vw);
}
@media (min-width: 1920px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
cursor: pointer;
filter: grayscale(1);
} ::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: calc(1.025rem + 0.1875vw);
}
@media (min-width: 1920px) {
.lead {
font-size: 1.25rem;
}
}
.lead {
font-weight: 300;
}
.display-1 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.4rem + 3vw);
}
@media (min-width: 1920px) {
.display-1 {
font-size: 5rem;
}
}
.display-2 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.35rem + 2.625vw);
}
@media (min-width: 1920px) {
.display-2 {
font-size: 4.5rem;
}
}
.display-3 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.3rem + 2.25vw);
}
@media (min-width: 1920px) {
.display-3 {
font-size: 4rem;
}
}
.display-4 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.25rem + 1.875vw);
}
@media (min-width: 1920px) {
.display-4 {
font-size: 3.5rem;
}
}
.display-5 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.2rem + 1.5vw);
}
@media (min-width: 1920px) {
.display-5 {
font-size: 3rem;
}
}
.display-6 {
font-weight: 300;
line-height: 1.2;
font-size: calc(1.15rem + 1.125vw);
}
@media (min-width: 1920px) {
.display-6 {
font-size: 2.5rem;
}
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 0.875em;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: calc(1.025rem + 0.1875vw);
}
@media (min-width: 1920px) {
.blockquote {
font-size: 1.25rem;
}
}
.blockquote > :last-child {
margin-bottom: 0;
}
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d;
}
.blockquote-footer::before {
content: "— ";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: var(--bs-body-bg);
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 0.875em;
color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
--bs-gutter-x: 1.875rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1374px;
}
}
@media (min-width: 1454px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1724px;
}
}
:root {
--bs-breakpoint-xs: 0;
--bs-breakpoint-sm: 576px;
--bs-breakpoint-md: 768px;
--bs-breakpoint-lg: 992px;
--bs-breakpoint-xl: 1200px;
--bs-breakpoint-xxl: 1454px;
}
.row {
--bs-gutter-x: 1.875rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
.g-30,
.gx-30 {
--bs-gutter-x: 1.875rem;
}
.g-30,
.gy-30 {
--bs-gutter-y: 1.875rem;
}
.g-50,
.gx-50 {
--bs-gutter-x: 3.125rem;
}
.g-50,
.gy-50 {
--bs-gutter-y: 3.125rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
.g-sm-30,
.gx-sm-30 {
--bs-gutter-x: 1.875rem;
}
.g-sm-30,
.gy-sm-30 {
--bs-gutter-y: 1.875rem;
}
.g-sm-50,
.gx-sm-50 {
--bs-gutter-x: 3.125rem;
}
.g-sm-50,
.gy-sm-50 {
--bs-gutter-y: 3.125rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
.g-md-30,
.gx-md-30 {
--bs-gutter-x: 1.875rem;
}
.g-md-30,
.gy-md-30 {
--bs-gutter-y: 1.875rem;
}
.g-md-50,
.gx-md-50 {
--bs-gutter-x: 3.125rem;
}
.g-md-50,
.gy-md-50 {
--bs-gutter-y: 3.125rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
.g-lg-30,
.gx-lg-30 {
--bs-gutter-x: 1.875rem;
}
.g-lg-30,
.gy-lg-30 {
--bs-gutter-y: 1.875rem;
}
.g-lg-50,
.gx-lg-50 {
--bs-gutter-x: 3.125rem;
}
.g-lg-50,
.gy-lg-50 {
--bs-gutter-y: 3.125rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
.g-xl-30,
.gx-xl-30 {
--bs-gutter-x: 1.875rem;
}
.g-xl-30,
.gy-xl-30 {
--bs-gutter-y: 1.875rem;
}
.g-xl-50,
.gx-xl-50 {
--bs-gutter-x: 3.125rem;
}
.g-xl-50,
.gy-xl-50 {
--bs-gutter-y: 3.125rem;
}
}
@media (min-width: 1454px) {
.col-xxl {
flex: 1 0 0;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
.g-xxl-30,
.gx-xxl-30 {
--bs-gutter-x: 1.875rem;
}
.g-xxl-30,
.gy-xxl-30 {
--bs-gutter-y: 1.875rem;
}
.g-xxl-50,
.gx-xxl-50 {
--bs-gutter-x: 3.125rem;
}
.g-xxl-50,
.gy-xxl-50 {
--bs-gutter-y: 3.125rem;
}
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.text-bg-primary {
color: #fff !important;
background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
color: #fff !important;
background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
color: #fff !important;
background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
color: #000 !important;
background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
color: #000 !important;
background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
color: #fff !important;
background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
color: #000 !important;
background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
color: #fff !important;
background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-project-primary {
color: #000 !important;
background-color: RGBA(var(--bs-project-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary, .single-post-tags a, .pagination > a,
.wp-pagenavi > a {
color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .single-post-tags a:hover, .pagination > a:hover,
.wp-pagenavi > a:hover, .link-primary:focus, .single-post-tags a:focus, .pagination > a:focus,
.wp-pagenavi > a:focus {
color: RGBA(3, 22, 51, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(3, 22, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
color: RGBA(22, 23, 25, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(22, 23, 25, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
color: RGBA(5, 27, 17, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(5, 27, 17, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
color: RGBA(207, 244, 252, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(207, 244, 252, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
color: RGBA(255, 243, 205, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(255, 243, 205, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger, #cancel-comment-reply-link {
color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, #cancel-comment-reply-link:hover, .link-danger:focus, #cancel-comment-reply-link:focus {
color: RGBA(44, 11, 14, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(44, 11, 14, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
color: RGBA(254, 254, 254, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(254, 254, 254, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
color: RGBA(7, 7, 8, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(7, 7, 8, var(--bs-link-underline-opacity, 1)) !important;
}
.link-project-primary {
color: RGBA(var(--bs-project-primary-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-project-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-project-primary:hover, .link-project-primary:focus {
color: RGBA(255, 204, 255, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(255, 204, 255, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
outline: 0;
box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
display: inline-flex;
gap: 0.375rem;
align-items: center;
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
text-underline-offset: 0.25em;
backface-visibility: hidden;
}
.icon-link > .bi {
flex-shrink: 0;
width: 1em;
height: 1em;
fill: currentcolor;
transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
.icon-link > .bi {
transition: none;
}
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
--bs-aspect-ratio: 75%;
}
.ratio-16x9 {
--bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
--bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-sm-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-md-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-lg-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xl-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1454px) {
.sticky-xxl-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xxl-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
.hstack {
display: flex;
flex-direction: row;
align-items: center;
align-self: stretch;
}
.vstack {
display: flex;
flex: 1 1 auto;
flex-direction: column;
align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
overflow: hidden !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vr {
display: inline-block;
align-self: stretch;
width: var(--bs-border-width);
min-height: 1em;
background-color: currentcolor;
opacity: 0.25;
}
.form-label {
margin-bottom: 0.5rem;
}
.col-form-label {
padding-top: calc(0.375rem + var(--bs-border-width));
padding-bottom: calc(0.375rem + var(--bs-border-width));
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + var(--bs-border-width));
padding-bottom: calc(0.5rem + var(--bs-border-width));
font-size: calc(1.025rem + 0.1875vw);
}
@media (min-width: 1920px) {
.col-form-label-lg {
font-size: 1.25rem;
}
}
.col-form-label-sm {
padding-top: calc(0.25rem + var(--bs-border-width));
padding-bottom: calc(0.25rem + var(--bs-border-width));
font-size: 0.875rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: var(--bs-secondary-color);
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--bs-body-color);
appearance: none;
background-color: var(--bs-body-bg);
background-clip: padding-box;
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control[type=file] {
overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
border-color: rgb(134, 182.5, 254);
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
min-width: 85px;
height: 1.5em;
margin: 0;
}
.form-control::-webkit-datetime-edit {
display: block;
padding: 0;
}
.form-control::placeholder {
color: var(--bs-secondary-color);
opacity: 1;
}
.form-control:disabled {
background-color: var(--bs-secondary-bg);
opacity: 1;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
margin-inline-end: 0.75rem;
color: var(--bs-body-color);
background-color: var(--bs-tertiary-bg);
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: var(--bs-border-width);
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::file-selector-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
line-height: 1.5;
color: var(--bs-body-color);
background-color: transparent;
border: solid transparent;
border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
padding: 0.5rem 1rem;
font-size: calc(1.025rem + 0.1875vw);
}
@media (min-width: 1920px) {
.form-control-lg {
font-size: 1.25rem;
}
}
.form-control-lg {
border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
margin-inline-end: 1rem;
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
width: 3rem;
height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
border: 0 !important;
border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
border: 0 !important;
border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--bs-body-color);
appearance: none;
background-color: var(--bs-body-bg);
background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-select {
transition: none;
}
}
.form-select:focus {
border-color: rgb(134, 182.5, 254);
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
background-image: none;
}
.form-select:disabled {
background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: calc(1.025rem + 0.1875vw);
}
@media (min-width: 1920px) {
.form-select-lg {
font-size: 1.25rem;
}
}
.form-select-lg {
border-radius: var(--bs-border-radius-lg);
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-reverse {
padding-right: 1.5em;
padding-left: 0;
text-align: right;
}
.form-check-reverse .form-check-input {
float: right;
margin-right: -1.5em;
margin-left: 0;
}
.form-check-input {
--bs-form-check-bg: var(--bs-body-bg);
flex-shrink: 0;
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
appearance: none;
background-color: var(--bs-form-check-bg);
background-image: var(--bs-form-check-bg-image);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: var(--bs-border-width) solid var(--bs-border-color);
print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
border-radius: 0.25em;
}
.form-check-input[type=radio] {
border-radius: 50%;
}
.form-check-input:active {
filter: brightness(90%);
}
.form-check-input:focus {
border-color: rgb(134, 182.5, 254);
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
background-color: #0d6efd;
border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
background-color: #0d6efd;
border-color: #0d6efd;
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
filter: none;
opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
cursor: default;
opacity: 0.5;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
width: 2em;
margin-left: -2.5em;
background-image: var(--bs-form-switch-bg);
background-position: left center;
border-radius: 2em;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
transition: none;
}
}
.form-switch .form-check-input:focus {
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
padding-right: 2.5em;
padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
margin-right: -2.5em;
margin-left: 0;
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .comment-reply-link, .btn-check:disabled + .btn, .btn-check:disabled + .comment-reply-link {
pointer-events: none;
filter: none;
opacity: 0.65;
}
.form-range {
width: 100%;
height: 1.5rem;
padding: 0;
appearance: none;
background-color: transparent;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
appearance: none;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-secondary-bg);
border-color: transparent;
border-radius: 1rem;
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
appearance: none;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-secondary-bg);
border-color: transparent;
border-radius: 1rem;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
background-color: var(--bs-secondary-color);
}
.form-floating {
position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
height: calc(3.5rem + calc(var(--bs-border-width) * 2));
min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
line-height: 1.25;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
z-index: 2;
max-width: 100%;
height: 100%;
padding: 1rem 0.75rem;
overflow: hidden;
color: rgba(var(--bs-body-color-rgb), 0.65);
text-align: start;
text-overflow: ellipsis;
white-space: nowrap;
pointer-events: none;
border: var(--bs-border-width) solid transparent;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
transition: none;
}
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
position: absolute;
inset: 1rem 0.375rem;
z-index: -1;
height: 1.5em;
content: "";
background-color: var(--bs-body-bg);
border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
color: #6c757d;
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
z-index: 5;
}
.input-group .btn, .input-group .comment-reply-link {
position: relative;
z-index: 2;
}
.input-group .btn:focus, .input-group .comment-reply-link:focus {
z-index: 5;
}
.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--bs-body-color);
text-align: center;
white-space: nowrap;
background-color: var(--bs-tertiary-bg);
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .comment-reply-link {
padding: 0.5rem 1rem;
font-size: calc(1.025rem + 0.1875vw);
}
@media (min-width: 1920px) {
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .comment-reply-link {
font-size: 1.25rem;
}
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .comment-reply-link {
border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .comment-reply-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: calc(-1 * var(--bs-border-width));
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: var(--bs-form-valid-color);
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: var(--bs-success);
border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: var(--bs-form-valid-border-color);
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: var(--bs-form-valid-border-color);
box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
padding-right: 4.125rem;
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: var(--bs-form-valid-border-color);
box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
z-index: 3;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: var(--bs-danger);
border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: var(--bs-form-invalid-border-color);
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: var(--bs-form-invalid-border-color);
box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
padding-right: 4.125rem;
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: var(--bs-form-invalid-border-color);
box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
z-index: 4;
}
.accordion {
--bs-accordion-color: var(--bs-body-color);
--bs-accordion-bg: var(--bs-body-bg);
--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
--bs-accordion-border-color: var(--bs-border-color);
--bs-accordion-border-width: var(--bs-border-width);
--bs-accordion-border-radius: var(--bs-border-radius);
--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
--bs-accordion-btn-padding-x: 1.25rem;
--bs-accordion-btn-padding-y: 1rem;
--bs-accordion-btn-color: var(--bs-body-color);
--bs-accordion-btn-bg: var(--bs-accordion-bg);
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
--bs-accordion-btn-icon-width: 1.25rem;
--bs-accordion-btn-icon-transform: rotate(-180deg);
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
--bs-accordion-body-padding-x: 1.25rem;
--bs-accordion-body-padding-y: 1rem;
--bs-accordion-active-color: var(--bs-primary-text-emphasis);
--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
font-size: 1rem;
color: var(--bs-accordion-btn-color);
text-align: left;
background-color: var(--bs-accordion-btn-bg);
border: 0;
border-radius: 0;
overflow-anchor: none;
transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
transition: none;
}
}
.accordion-button:not(.collapsed) {
color: var(--bs-accordion-active-color);
background-color: var(--bs-accordion-active-bg);
box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
background-image: var(--bs-accordion-btn-active-icon);
transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
flex-shrink: 0;
width: var(--bs-accordion-btn-icon-width);
height: var(--bs-accordion-btn-icon-width);
margin-left: auto;
content: "";
background-image: var(--bs-accordion-btn-icon);
background-repeat: no-repeat;
background-size: var(--bs-accordion-btn-icon-width);
transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
.accordion-button::after {
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
outline: 0;
box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item {
color: var(--bs-accordion-color);
background-color: var(--bs-accordion-bg);
border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
border-top-left-radius: var(--bs-accordion-border-radius);
border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
border-top-left-radius: var(--bs-accordion-inner-border-radius);
border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
border-top: 0;
}
.accordion-item:last-of-type {
border-bottom-right-radius: var(--bs-accordion-border-radius);
border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
border-bottom-right-radius: var(--bs-accordion-border-radius);
border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
border-radius: 0;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.object-fit-contain {
object-fit: contain !important;
}
.object-fit-cover {
object-fit: cover !important;
}
.object-fit-fill {
object-fit: fill !important;
}
.object-fit-scale {
object-fit: scale-down !important;
}
.object-fit-none {
object-fit: none !important;
}
.opacity-0 {
opacity: 0 !important;
}
.opacity-25 {
opacity: 0.25 !important;
}
.opacity-50 {
opacity: 0.5 !important;
}
.opacity-75 {
opacity: 0.75 !important;
}
.opacity-100 {
opacity: 1 !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.overflow-x-auto {
overflow-x: auto !important;
}
.overflow-x-hidden {
overflow-x: hidden !important;
}
.overflow-x-visible {
overflow-x: visible !important;
}
.overflow-x-scroll {
overflow-x: scroll !important;
}
.overflow-y-auto {
overflow-y: auto !important;
}
.overflow-y-hidden {
overflow-y: hidden !important;
}
.overflow-y-visible {
overflow-y: visible !important;
}
.overflow-y-scroll {
overflow-y: scroll !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-inline-grid {
display: inline-grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.shadow {
box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
box-shadow: none !important;
}
.focus-ring-primary {
--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-project-primary {
--bs-focus-ring-color: rgba(var(--bs-project-primary-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: sticky !important;
}
.top-0 {
top: 0 !important;
}
.top-50 {
top: 50% !important;
}
.top-100 {
top: 100% !important;
}
.bottom-0 {
bottom: 0 !important;
}
.bottom-50 {
bottom: 50% !important;
}
.bottom-100 {
bottom: 100% !important;
}
.start-0 {
left: 0 !important;
}
.start-50 {
left: 50% !important;
}
.start-100 {
left: 100% !important;
}
.end-0 {
right: 0 !important;
}
.end-50 {
right: 50% !important;
}
.end-100 {
right: 100% !important;
}
.translate-middle {
transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
transform: translateX(-50%) !important;
}
.translate-middle-y {
transform: translateY(-50%) !important;
}
.border {
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-project-primary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-project-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
border-width: 1px !important;
}
.border-2 {
border-width: 2px !important;
}
.border-3 {
border-width: 3px !important;
}
.border-4 {
border-width: 4px !important;
}
.border-5 {
border-width: 5px !important;
}
.border-opacity-10 {
--bs-border-opacity: 0.1;
}
.border-opacity-25 {
--bs-border-opacity: 0.25;
}
.border-opacity-50 {
--bs-border-opacity: 0.5;
}
.border-opacity-75 {
--bs-border-opacity: 0.75;
}
.border-opacity-100 {
--bs-border-opacity: 1;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.vw-100 {
width: 100vw !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mh-100 {
max-height: 100% !important;
}
.vh-100 {
height: 100vh !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.justify-content-evenly {
justify-content: space-evenly !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-30 {
margin: 1.875rem !important;
}
.m-50 {
margin: 3.125rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-30 {
margin-right: 1.875rem !important;
margin-left: 1.875rem !important;
}
.mx-50 {
margin-right: 3.125rem !important;
margin-left: 3.125rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-30 {
margin-top: 1.875rem !important;
margin-bottom: 1.875rem !important;
}
.my-50 {
margin-top: 3.125rem !important;
margin-bottom: 3.125rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-30 {
margin-top: 1.875rem !important;
}
.mt-50 {
margin-top: 3.125rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-30 {
margin-right: 1.875rem !important;
}
.me-50 {
margin-right: 3.125rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-30 {
margin-bottom: 1.875rem !important;
}
.mb-50 {
margin-bottom: 3.125rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-30 {
margin-left: 1.875rem !important;
}
.ms-50 {
margin-left: 3.125rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.p-30 {
padding: 1.875rem !important;
}
.p-50 {
padding: 3.125rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-30 {
padding-right: 1.875rem !important;
padding-left: 1.875rem !important;
}
.px-50 {
padding-right: 3.125rem !important;
padding-left: 3.125rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-30 {
padding-top: 1.875rem !important;
padding-bottom: 1.875rem !important;
}
.py-50 {
padding-top: 3.125rem !important;
padding-bottom: 3.125rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pt-30 {
padding-top: 1.875rem !important;
}
.pt-50 {
padding-top: 3.125rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pe-30 {
padding-right: 1.875rem !important;
}
.pe-50 {
padding-right: 3.125rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.pb-30 {
padding-bottom: 1.875rem !important;
}
.pb-50 {
padding-bottom: 3.125rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
.ps-30 {
padding-left: 1.875rem !important;
}
.ps-50 {
padding-left: 3.125rem !important;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 1rem !important;
}
.gap-4 {
gap: 1.5rem !important;
}
.gap-5 {
gap: 3rem !important;
}
.gap-30 {
gap: 1.875rem !important;
}
.gap-50 {
gap: 3.125rem !important;
}
.row-gap-0 {
row-gap: 0 !important;
}
.row-gap-1 {
row-gap: 0.25rem !important;
}
.row-gap-2 {
row-gap: 0.5rem !important;
}
.row-gap-3 {
row-gap: 1rem !important;
}
.row-gap-4 {
row-gap: 1.5rem !important;
}
.row-gap-5 {
row-gap: 3rem !important;
}
.row-gap-30 {
row-gap: 1.875rem !important;
}
.row-gap-50 {
row-gap: 3.125rem !important;
}
.column-gap-0 {
column-gap: 0 !important;
}
.column-gap-1 {
column-gap: 0.25rem !important;
}
.column-gap-2 {
column-gap: 0.5rem !important;
}
.column-gap-3 {
column-gap: 1rem !important;
}
.column-gap-4 {
column-gap: 1.5rem !important;
}
.column-gap-5 {
column-gap: 3rem !important;
}
.column-gap-30 {
column-gap: 1.875rem !important;
}
.column-gap-50 {
column-gap: 3.125rem !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
font-size: calc(1.2rem + 1.5vw) !important;
}
.fs-2 {
font-size: calc(1.15rem + 1.125vw) !important;
}
.fs-3 {
font-size: calc(1.1rem + 0.75vw) !important;
}
.fs-4 {
font-size: calc(1.05rem + 0.375vw) !important;
}
.fs-5 {
font-size: calc(1.025rem + 0.1875vw) !important;
}
.fs-6, .single-post-tags a {
font-size: 1rem !important;
}
.fst-italic {
font-style: italic !important;
}
.fst-normal {
font-style: normal !important;
}
.fw-lighter {
font-weight: lighter !important;
}
.fw-light {
font-weight: 300 !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-medium {
font-weight: 500 !important;
}
.fw-semibold {
font-weight: 600 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-bolder {
font-weight: bolder !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline, #cancel-comment-reply-link, .single-post-tags a {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
} .text-break {
word-wrap: break-word !important;
word-break: break-word !important;
} .text-primary {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
--bs-text-opacity: 1;
color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
--bs-text-opacity: 1;
color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
--bs-text-opacity: 1;
color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
--bs-text-opacity: 1;
color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
--bs-text-opacity: 1;
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
--bs-text-opacity: 1;
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
--bs-text-opacity: 1;
color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-project-primary {
--bs-text-opacity: 1;
color: rgba(var(--bs-project-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
--bs-text-opacity: 1;
color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
--bs-text-opacity: 1;
color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
--bs-text-opacity: 1;
color: var(--bs-secondary-color) !important;
}
.text-black-50 {
--bs-text-opacity: 1;
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
--bs-text-opacity: 1;
color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
--bs-text-opacity: 1;
color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
--bs-text-opacity: 1;
color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
--bs-text-opacity: 1;
color: var(--bs-emphasis-color) !important;
}
.text-reset {
--bs-text-opacity: 1;
color: inherit !important;
}
.text-opacity-25 {
--bs-text-opacity: 0.25;
}
.text-opacity-50 {
--bs-text-opacity: 0.5;
}
.text-opacity-75 {
--bs-text-opacity: 0.75;
}
.text-opacity-100 {
--bs-text-opacity: 1;
}
.text-primary-emphasis {
color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
--bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
--bs-link-opacity: 0.1;
}
.link-opacity-25 {
--bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
--bs-link-opacity: 0.25;
}
.link-opacity-50 {
--bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
--bs-link-opacity: 0.5;
}
.link-opacity-75 {
--bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
--bs-link-opacity: 0.75;
}
.link-opacity-100 {
--bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
--bs-link-opacity: 1;
}
.link-offset-1 {
text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
text-underline-offset: 0.125em !important;
}
.link-offset-2 {
text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
text-underline-offset: 0.25em !important;
}
.link-offset-3 {
text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
text-underline-offset: 0.375em !important;
}
.link-underline-primary {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-project-primary {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-project-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
--bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
--bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
--bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
--bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
--bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
--bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
--bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
--bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
--bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
--bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
--bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
--bs-link-underline-opacity: 1;
}
.bg-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-project-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-project-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
--bs-bg-opacity: 1;
background-color: transparent !important;
}
.bg-body-secondary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
--bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
--bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
--bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
--bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
--bs-bg-opacity: 1;
}
.bg-primary-subtle {
background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.user-select-all {
user-select: all !important;
}
.user-select-auto {
user-select: auto !important;
}
.user-select-none {
user-select: none !important;
}
.pe-none {
pointer-events: none !important;
}
.pe-auto {
pointer-events: auto !important;
}
.rounded {
border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
border-top-left-radius: var(--bs-border-radius) !important;
border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.rounded-top-1 {
border-top-left-radius: var(--bs-border-radius-sm) !important;
border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
border-top-left-radius: var(--bs-border-radius) !important;
border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
border-top-left-radius: var(--bs-border-radius-lg) !important;
border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
border-top-left-radius: var(--bs-border-radius-xl) !important;
border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
border-top-left-radius: var(--bs-border-radius-xxl) !important;
border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
border-top-left-radius: 50% !important;
border-top-right-radius: 50% !important;
}
.rounded-top-pill {
border-top-left-radius: var(--bs-border-radius-pill) !important;
border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
border-top-right-radius: var(--bs-border-radius) !important;
border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
border-top-right-radius: var(--bs-border-radius-sm) !important;
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
border-top-right-radius: var(--bs-border-radius) !important;
border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
border-top-right-radius: var(--bs-border-radius-lg) !important;
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
border-top-right-radius: var(--bs-border-radius-xl) !important;
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
border-top-right-radius: var(--bs-border-radius-xxl) !important;
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
border-top-right-radius: 50% !important;
border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
border-top-right-radius: var(--bs-border-radius-pill) !important;
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
border-bottom-right-radius: var(--bs-border-radius) !important;
border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
border-bottom-right-radius: var(--bs-border-radius) !important;
border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
border-bottom-right-radius: 50% !important;
border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
border-bottom-left-radius: var(--bs-border-radius) !important;
border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.rounded-start-1 {
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
border-bottom-left-radius: var(--bs-border-radius) !important;
border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
border-bottom-left-radius: 50% !important;
border-top-left-radius: 50% !important;
}
.rounded-start-pill {
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
.z-n1 {
z-index: -1 !important;
}
.z-0 {
z-index: 0 !important;
}
.z-1 {
z-index: 1 !important;
}
.z-2 {
z-index: 2 !important;
}
.z-3 {
z-index: 3 !important;
}
@media (min-width: 576px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.object-fit-sm-contain {
object-fit: contain !important;
}
.object-fit-sm-cover {
object-fit: cover !important;
}
.object-fit-sm-fill {
object-fit: fill !important;
}
.object-fit-sm-scale {
object-fit: scale-down !important;
}
.object-fit-sm-none {
object-fit: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-inline-grid {
display: inline-grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.justify-content-sm-evenly {
justify-content: space-evenly !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-30 {
margin: 1.875rem !important;
}
.m-sm-50 {
margin: 3.125rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-30 {
margin-right: 1.875rem !important;
margin-left: 1.875rem !important;
}
.mx-sm-50 {
margin-right: 3.125rem !important;
margin-left: 3.125rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-30 {
margin-top: 1.875rem !important;
margin-bottom: 1.875rem !important;
}
.my-sm-50 {
margin-top: 3.125rem !important;
margin-bottom: 3.125rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-30 {
margin-top: 1.875rem !important;
}
.mt-sm-50 {
margin-top: 3.125rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-30 {
margin-right: 1.875rem !important;
}
.me-sm-50 {
margin-right: 3.125rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-30 {
margin-bottom: 1.875rem !important;
}
.mb-sm-50 {
margin-bottom: 3.125rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-30 {
margin-left: 1.875rem !important;
}
.ms-sm-50 {
margin-left: 3.125rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.p-sm-30 {
padding: 1.875rem !important;
}
.p-sm-50 {
padding: 3.125rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-sm-30 {
padding-right: 1.875rem !important;
padding-left: 1.875rem !important;
}
.px-sm-50 {
padding-right: 3.125rem !important;
padding-left: 3.125rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-sm-30 {
padding-top: 1.875rem !important;
padding-bottom: 1.875rem !important;
}
.py-sm-50 {
padding-top: 3.125rem !important;
padding-bottom: 3.125rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pt-sm-30 {
padding-top: 1.875rem !important;
}
.pt-sm-50 {
padding-top: 3.125rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pe-sm-30 {
padding-right: 1.875rem !important;
}
.pe-sm-50 {
padding-right: 3.125rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.pb-sm-30 {
padding-bottom: 1.875rem !important;
}
.pb-sm-50 {
padding-bottom: 3.125rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.ps-sm-30 {
padding-left: 1.875rem !important;
}
.ps-sm-50 {
padding-left: 3.125rem !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
.gap-sm-30 {
gap: 1.875rem !important;
}
.gap-sm-50 {
gap: 3.125rem !important;
}
.row-gap-sm-0 {
row-gap: 0 !important;
}
.row-gap-sm-1 {
row-gap: 0.25rem !important;
}
.row-gap-sm-2 {
row-gap: 0.5rem !important;
}
.row-gap-sm-3 {
row-gap: 1rem !important;
}
.row-gap-sm-4 {
row-gap: 1.5rem !important;
}
.row-gap-sm-5 {
row-gap: 3rem !important;
}
.row-gap-sm-30 {
row-gap: 1.875rem !important;
}
.row-gap-sm-50 {
row-gap: 3.125rem !important;
}
.column-gap-sm-0 {
column-gap: 0 !important;
}
.column-gap-sm-1 {
column-gap: 0.25rem !important;
}
.column-gap-sm-2 {
column-gap: 0.5rem !important;
}
.column-gap-sm-3 {
column-gap: 1rem !important;
}
.column-gap-sm-4 {
column-gap: 1.5rem !important;
}
.column-gap-sm-5 {
column-gap: 3rem !important;
}
.column-gap-sm-30 {
column-gap: 1.875rem !important;
}
.column-gap-sm-50 {
column-gap: 3.125rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.object-fit-md-contain {
object-fit: contain !important;
}
.object-fit-md-cover {
object-fit: cover !important;
}
.object-fit-md-fill {
object-fit: fill !important;
}
.object-fit-md-scale {
object-fit: scale-down !important;
}
.object-fit-md-none {
object-fit: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-inline-grid {
display: inline-grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.justify-content-md-evenly {
justify-content: space-evenly !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-30 {
margin: 1.875rem !important;
}
.m-md-50 {
margin: 3.125rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-30 {
margin-right: 1.875rem !important;
margin-left: 1.875rem !important;
}
.mx-md-50 {
margin-right: 3.125rem !important;
margin-left: 3.125rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-30 {
margin-top: 1.875rem !important;
margin-bottom: 1.875rem !important;
}
.my-md-50 {
margin-top: 3.125rem !important;
margin-bottom: 3.125rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-30 {
margin-top: 1.875rem !important;
}
.mt-md-50 {
margin-top: 3.125rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-30 {
margin-right: 1.875rem !important;
}
.me-md-50 {
margin-right: 3.125rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-30 {
margin-bottom: 1.875rem !important;
}
.mb-md-50 {
margin-bottom: 3.125rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-30 {
margin-left: 1.875rem !important;
}
.ms-md-50 {
margin-left: 3.125rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.p-md-30 {
padding: 1.875rem !important;
}
.p-md-50 {
padding: 3.125rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-md-30 {
padding-right: 1.875rem !important;
padding-left: 1.875rem !important;
}
.px-md-50 {
padding-right: 3.125rem !important;
padding-left: 3.125rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-md-30 {
padding-top: 1.875rem !important;
padding-bottom: 1.875rem !important;
}
.py-md-50 {
padding-top: 3.125rem !important;
padding-bottom: 3.125rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pt-md-30 {
padding-top: 1.875rem !important;
}
.pt-md-50 {
padding-top: 3.125rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pe-md-30 {
padding-right: 1.875rem !important;
}
.pe-md-50 {
padding-right: 3.125rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.pb-md-30 {
padding-bottom: 1.875rem !important;
}
.pb-md-50 {
padding-bottom: 3.125rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.ps-md-30 {
padding-left: 1.875rem !important;
}
.ps-md-50 {
padding-left: 3.125rem !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
.gap-md-30 {
gap: 1.875rem !important;
}
.gap-md-50 {
gap: 3.125rem !important;
}
.row-gap-md-0 {
row-gap: 0 !important;
}
.row-gap-md-1 {
row-gap: 0.25rem !important;
}
.row-gap-md-2 {
row-gap: 0.5rem !important;
}
.row-gap-md-3 {
row-gap: 1rem !important;
}
.row-gap-md-4 {
row-gap: 1.5rem !important;
}
.row-gap-md-5 {
row-gap: 3rem !important;
}
.row-gap-md-30 {
row-gap: 1.875rem !important;
}
.row-gap-md-50 {
row-gap: 3.125rem !important;
}
.column-gap-md-0 {
column-gap: 0 !important;
}
.column-gap-md-1 {
column-gap: 0.25rem !important;
}
.column-gap-md-2 {
column-gap: 0.5rem !important;
}
.column-gap-md-3 {
column-gap: 1rem !important;
}
.column-gap-md-4 {
column-gap: 1.5rem !important;
}
.column-gap-md-5 {
column-gap: 3rem !important;
}
.column-gap-md-30 {
column-gap: 1.875rem !important;
}
.column-gap-md-50 {
column-gap: 3.125rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.object-fit-lg-contain {
object-fit: contain !important;
}
.object-fit-lg-cover {
object-fit: cover !important;
}
.object-fit-lg-fill {
object-fit: fill !important;
}
.object-fit-lg-scale {
object-fit: scale-down !important;
}
.object-fit-lg-none {
object-fit: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-inline-grid {
display: inline-grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.justify-content-lg-evenly {
justify-content: space-evenly !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-30 {
margin: 1.875rem !important;
}
.m-lg-50 {
margin: 3.125rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-30 {
margin-right: 1.875rem !important;
margin-left: 1.875rem !important;
}
.mx-lg-50 {
margin-right: 3.125rem !important;
margin-left: 3.125rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-30 {
margin-top: 1.875rem !important;
margin-bottom: 1.875rem !important;
}
.my-lg-50 {
margin-top: 3.125rem !important;
margin-bottom: 3.125rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-30 {
margin-top: 1.875rem !important;
}
.mt-lg-50 {
margin-top: 3.125rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-30 {
margin-right: 1.875rem !important;
}
.me-lg-50 {
margin-right: 3.125rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-30 {
margin-bottom: 1.875rem !important;
}
.mb-lg-50 {
margin-bottom: 3.125rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-30 {
margin-left: 1.875rem !important;
}
.ms-lg-50 {
margin-left: 3.125rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.p-lg-30 {
padding: 1.875rem !important;
}
.p-lg-50 {
padding: 3.125rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-lg-30 {
padding-right: 1.875rem !important;
padding-left: 1.875rem !important;
}
.px-lg-50 {
padding-right: 3.125rem !important;
padding-left: 3.125rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-lg-30 {
padding-top: 1.875rem !important;
padding-bottom: 1.875rem !important;
}
.py-lg-50 {
padding-top: 3.125rem !important;
padding-bottom: 3.125rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pt-lg-30 {
padding-top: 1.875rem !important;
}
.pt-lg-50 {
padding-top: 3.125rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pe-lg-30 {
padding-right: 1.875rem !important;
}
.pe-lg-50 {
padding-right: 3.125rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.pb-lg-30 {
padding-bottom: 1.875rem !important;
}
.pb-lg-50 {
padding-bottom: 3.125rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.ps-lg-30 {
padding-left: 1.875rem !important;
}
.ps-lg-50 {
padding-left: 3.125rem !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
.gap-lg-30 {
gap: 1.875rem !important;
}
.gap-lg-50 {
gap: 3.125rem !important;
}
.row-gap-lg-0 {
row-gap: 0 !important;
}
.row-gap-lg-1 {
row-gap: 0.25rem !important;
}
.row-gap-lg-2 {
row-gap: 0.5rem !important;
}
.row-gap-lg-3 {
row-gap: 1rem !important;
}
.row-gap-lg-4 {
row-gap: 1.5rem !important;
}
.row-gap-lg-5 {
row-gap: 3rem !important;
}
.row-gap-lg-30 {
row-gap: 1.875rem !important;
}
.row-gap-lg-50 {
row-gap: 3.125rem !important;
}
.column-gap-lg-0 {
column-gap: 0 !important;
}
.column-gap-lg-1 {
column-gap: 0.25rem !important;
}
.column-gap-lg-2 {
column-gap: 0.5rem !important;
}
.column-gap-lg-3 {
column-gap: 1rem !important;
}
.column-gap-lg-4 {
column-gap: 1.5rem !important;
}
.column-gap-lg-5 {
column-gap: 3rem !important;
}
.column-gap-lg-30 {
column-gap: 1.875rem !important;
}
.column-gap-lg-50 {
column-gap: 3.125rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.object-fit-xl-contain {
object-fit: contain !important;
}
.object-fit-xl-cover {
object-fit: cover !important;
}
.object-fit-xl-fill {
object-fit: fill !important;
}
.object-fit-xl-scale {
object-fit: scale-down !important;
}
.object-fit-xl-none {
object-fit: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-inline-grid {
display: inline-grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.justify-content-xl-evenly {
justify-content: space-evenly !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-30 {
margin: 1.875rem !important;
}
.m-xl-50 {
margin: 3.125rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-30 {
margin-right: 1.875rem !important;
margin-left: 1.875rem !important;
}
.mx-xl-50 {
margin-right: 3.125rem !important;
margin-left: 3.125rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-30 {
margin-top: 1.875rem !important;
margin-bottom: 1.875rem !important;
}
.my-xl-50 {
margin-top: 3.125rem !important;
margin-bottom: 3.125rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-30 {
margin-top: 1.875rem !important;
}
.mt-xl-50 {
margin-top: 3.125rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-30 {
margin-right: 1.875rem !important;
}
.me-xl-50 {
margin-right: 3.125rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-30 {
margin-bottom: 1.875rem !important;
}
.mb-xl-50 {
margin-bottom: 3.125rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-30 {
margin-left: 1.875rem !important;
}
.ms-xl-50 {
margin-left: 3.125rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.p-xl-30 {
padding: 1.875rem !important;
}
.p-xl-50 {
padding: 3.125rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-xl-30 {
padding-right: 1.875rem !important;
padding-left: 1.875rem !important;
}
.px-xl-50 {
padding-right: 3.125rem !important;
padding-left: 3.125rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-xl-30 {
padding-top: 1.875rem !important;
padding-bottom: 1.875rem !important;
}
.py-xl-50 {
padding-top: 3.125rem !important;
padding-bottom: 3.125rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pt-xl-30 {
padding-top: 1.875rem !important;
}
.pt-xl-50 {
padding-top: 3.125rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pe-xl-30 {
padding-right: 1.875rem !important;
}
.pe-xl-50 {
padding-right: 3.125rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.pb-xl-30 {
padding-bottom: 1.875rem !important;
}
.pb-xl-50 {
padding-bottom: 3.125rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.ps-xl-30 {
padding-left: 1.875rem !important;
}
.ps-xl-50 {
padding-left: 3.125rem !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
.gap-xl-30 {
gap: 1.875rem !important;
}
.gap-xl-50 {
gap: 3.125rem !important;
}
.row-gap-xl-0 {
row-gap: 0 !important;
}
.row-gap-xl-1 {
row-gap: 0.25rem !important;
}
.row-gap-xl-2 {
row-gap: 0.5rem !important;
}
.row-gap-xl-3 {
row-gap: 1rem !important;
}
.row-gap-xl-4 {
row-gap: 1.5rem !important;
}
.row-gap-xl-5 {
row-gap: 3rem !important;
}
.row-gap-xl-30 {
row-gap: 1.875rem !important;
}
.row-gap-xl-50 {
row-gap: 3.125rem !important;
}
.column-gap-xl-0 {
column-gap: 0 !important;
}
.column-gap-xl-1 {
column-gap: 0.25rem !important;
}
.column-gap-xl-2 {
column-gap: 0.5rem !important;
}
.column-gap-xl-3 {
column-gap: 1rem !important;
}
.column-gap-xl-4 {
column-gap: 1.5rem !important;
}
.column-gap-xl-5 {
column-gap: 3rem !important;
}
.column-gap-xl-30 {
column-gap: 1.875rem !important;
}
.column-gap-xl-50 {
column-gap: 3.125rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1454px) {
.float-xxl-start {
float: left !important;
}
.float-xxl-end {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
.object-fit-xxl-contain {
object-fit: contain !important;
}
.object-fit-xxl-cover {
object-fit: cover !important;
}
.object-fit-xxl-fill {
object-fit: fill !important;
}
.object-fit-xxl-scale {
object-fit: scale-down !important;
}
.object-fit-xxl-none {
object-fit: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-inline-grid {
display: inline-grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-30 {
margin: 1.875rem !important;
}
.m-xxl-50 {
margin: 3.125rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-30 {
margin-right: 1.875rem !important;
margin-left: 1.875rem !important;
}
.mx-xxl-50 {
margin-right: 3.125rem !important;
margin-left: 3.125rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-30 {
margin-top: 1.875rem !important;
margin-bottom: 1.875rem !important;
}
.my-xxl-50 {
margin-top: 3.125rem !important;
margin-bottom: 3.125rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-30 {
margin-top: 1.875rem !important;
}
.mt-xxl-50 {
margin-top: 3.125rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-30 {
margin-right: 1.875rem !important;
}
.me-xxl-50 {
margin-right: 3.125rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-30 {
margin-bottom: 1.875rem !important;
}
.mb-xxl-50 {
margin-bottom: 3.125rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-30 {
margin-left: 1.875rem !important;
}
.ms-xxl-50 {
margin-left: 3.125rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.p-xxl-30 {
padding: 1.875rem !important;
}
.p-xxl-50 {
padding: 3.125rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.px-xxl-30 {
padding-right: 1.875rem !important;
padding-left: 1.875rem !important;
}
.px-xxl-50 {
padding-right: 3.125rem !important;
padding-left: 3.125rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-xxl-30 {
padding-top: 1.875rem !important;
padding-bottom: 1.875rem !important;
}
.py-xxl-50 {
padding-top: 3.125rem !important;
padding-bottom: 3.125rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pt-xxl-30 {
padding-top: 1.875rem !important;
}
.pt-xxl-50 {
padding-top: 3.125rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pe-xxl-30 {
padding-right: 1.875rem !important;
}
.pe-xxl-50 {
padding-right: 3.125rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.pb-xxl-30 {
padding-bottom: 1.875rem !important;
}
.pb-xxl-50 {
padding-bottom: 3.125rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
.ps-xxl-30 {
padding-left: 1.875rem !important;
}
.ps-xxl-50 {
padding-left: 3.125rem !important;
}
.gap-xxl-0 {
gap: 0 !important;
}
.gap-xxl-1 {
gap: 0.25rem !important;
}
.gap-xxl-2 {
gap: 0.5rem !important;
}
.gap-xxl-3 {
gap: 1rem !important;
}
.gap-xxl-4 {
gap: 1.5rem !important;
}
.gap-xxl-5 {
gap: 3rem !important;
}
.gap-xxl-30 {
gap: 1.875rem !important;
}
.gap-xxl-50 {
gap: 3.125rem !important;
}
.row-gap-xxl-0 {
row-gap: 0 !important;
}
.row-gap-xxl-1 {
row-gap: 0.25rem !important;
}
.row-gap-xxl-2 {
row-gap: 0.5rem !important;
}
.row-gap-xxl-3 {
row-gap: 1rem !important;
}
.row-gap-xxl-4 {
row-gap: 1.5rem !important;
}
.row-gap-xxl-5 {
row-gap: 3rem !important;
}
.row-gap-xxl-30 {
row-gap: 1.875rem !important;
}
.row-gap-xxl-50 {
row-gap: 3.125rem !important;
}
.column-gap-xxl-0 {
column-gap: 0 !important;
}
.column-gap-xxl-1 {
column-gap: 0.25rem !important;
}
.column-gap-xxl-2 {
column-gap: 0.5rem !important;
}
.column-gap-xxl-3 {
column-gap: 1rem !important;
}
.column-gap-xxl-4 {
column-gap: 1.5rem !important;
}
.column-gap-xxl-5 {
column-gap: 3rem !important;
}
.column-gap-xxl-30 {
column-gap: 1.875rem !important;
}
.column-gap-xxl-50 {
column-gap: 3.125rem !important;
}
.text-xxl-start {
text-align: left !important;
}
.text-xxl-end {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1920px) {
.fs-1 {
font-size: 3rem !important;
}
.fs-2 {
font-size: 2.5rem !important;
}
.fs-3 {
font-size: 2rem !important;
}
.fs-4 {
font-size: 1.5rem !important;
}
.fs-5 {
font-size: 1.25rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-inline-grid {
display: inline-grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}
:root {
--responsive-ratio: 1;
--font-ratio: 1;
--container-size: 100%;
--bs-gutter-x: 1.875rem;
--bs-gutter-y: 1.875rem;
--container-mini-size: 100%;
--bs-heading-color: #000;
--bs-link-hover-color-rgb: 215, 14, 17, 1;
--grid-3: 423px;
--grid-4: 564px;
--grid-5: 705px;
--grid-6: 847px;
}
@media (max-width: 23.375rem) {
:root {
--font-ratio: 0.9;
}
}
@media (min-width: 576px) {
:root {
--container-size: 540px;
}
}
@media (min-width: 768px) {
:root {
--container-size: 720px;
--site-header-height: 6rem;
}
}
@media (min-width: 992px) {
:root {
--container-size: 1140px;
--container-mini-size: 557px;
}
}
@media (min-width: 1200px) {
:root {
--container-size: 1374px;
--container-mini-size: 772px;
}
}
@media (min-width: 1454px) {
:root {
--container-size: 1724px;
--container-mini-size: 847px;
}
}
@media (max-width: 23.375rem) {
html {
font-size: calc(1rem * var(--font-ratio));
}
}
html * {
font-family: "Montserrat", sans-serif;
}
textarea,
textarea.form-control {
min-height: 94px !important;
}
ul > li::marker {
color: #000;
}
.mt-40 {
margin-top: 40px;
}
.mb-40 {
margin-bottom: 40px;
}
@media (min-width: 992px) {
.pr-lg-15 {
padding-right: 15px !important;
}
}
@media (min-width: 992px) {
.pl-lg-15 {
padding-left: 15px !important;
}
}
ol,
ul {
padding-left: 2em;
}
a {
color: inherit;
transition: color 0.3s ease-in-out;
}
.candy-link {
width: fit-content;
transition: all 0.3s ease;
}
.candy-link:hover:not(:disabled) {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
cursor: pointer;
}
.candy-link:hover:not(:disabled) svg,
.candy-link:hover:not(:disabled) svg * {
color: #d70e11 !important;
}
img,
svg,
iframe,
video {
max-width: 100%;
height: auto;
}
.custom-button {
position: relative;
min-width: 238px;
height: 59px;
display: flex;
justify-content: center;
align-items: center;
padding: 6px 7px;
border-radius: 29.53px;
overflow: hidden;
border: none;
z-index: 1;
}
@media (max-width: 1453.98px) {
.custom-button {
min-width: 140px;
height: 60px;
}
}
@media (max-width: 767.98px) {
.custom-button {
min-width: 180px;
height: 45px;
}
}
@media (max-width: 575.98px) {
.custom-button {
min-width: 180px;
height: 40px;
}
}
.custom-button__inner {
position: relative;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background-color: transparent;
color: #fff;
font-size: 16px;
font-weight: 600;
border-radius: 26.05px;
padding: 0 10px;
}
@media (max-width: 767.98px) {
.custom-button__inner {
font-size: 13px;
}
}
.custom-button__inner svg {
height: 22.6180896759px;
width: 25.734375px;
margin-right: 9px;
}
@media (max-width: 767.98px) {
.custom-button__inner svg {
height: 18px;
width: 20.5px;
margin-right: 5px;
}
}
.custom-button__inner::before {
content: "";
position: absolute;
inset: 0;
border-radius: 29.53px;
background: linear-gradient(90deg, #c3c3c3 0%, rgba(195, 195, 195, 0) 100%);
padding: 2px;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
opacity: 0;
transition: all 0.3s ease;
}
.custom-button:hover,
.custom-button:hover * {
text-decoration: none !important;
}
.custom-button:hover .custom-button__inner,
.custom-button:hover .custom-button__inner * {
text-decoration: none !important;
}
.custom-button:hover .custom-button__inner::before {
opacity: 1;
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.custom-button--red {
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
}
.custom-button--red * {
color: #fff !important;
}
.custom-button--white {
background: #fff;
}
.custom-button--white * {
color: #000;
}
.custom-button--white:hover .custom-button__inner::before {
opacity: 1;
background: linear-gradient(90deg, #c3c3c3 0%, rgba(195, 195, 195, 0) 100%);
}
.custom-button--black {
background: #000;
}
.custom-button--black * {
color: #fff;
}
.custom-button--black:hover .custom-button__inner::before {
opacity: 1;
background: #ffffff;
}
.cart-count,
.wishlist-count {
position: absolute;
top: 13.5px;
right: -10px;
min-width: 19px;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 13px;
font-weight: 700;
aspect-ratio: 1/1;
}
.cart-count:empty,
.wishlist-count:empty {
display: none;
}
.product-card__quantity {
position: relative;
width: 116px;
height: 59.39px;
border: 1px solid rgb(185, 185, 185);
border-radius: 29.7px;
}
@media (max-width: 767.98px) {
.product-card__quantity {
height: 45px;
}
}
@media (max-width: 575.98px) {
.product-card__quantity {
height: 40px;
}
.product-card__quantity * {
font-size: 20px;
}
}
.product-card__quantity .quantity-btn {
background: transparent;
border: none;
position: absolute;
top: 0;
bottom: 0;
color: #000;
padding: 0 10px;
}
.product-card__quantity .quantity-btn:hover {
color: rgba(var(--bs-link-hover-color-rgb));
}
.product-card__quantity .quantity-btn--minus {
left: 0;
font-size: 20px;
}
.product-card__quantity .quantity-btn--plus {
right: 0;
font-size: 20px;
}
.product-card__quantity .quantity-input {
width: 47px;
text-align: center !important;
background: transparent;
border: none;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0;
bottom: 0;
height: 100%;
right: 20px;
color: #000;
font-size: 26px; }
@media (max-width: 767.98px) {
.product-card__quantity .quantity-input {
height: 44px;
width: 90px;
}
.product-card__quantity .quantity-input .quantity-input {
font-size: 18px;
}
}
.product-card__quantity .quantity-input:focus,
.product-card__quantity .quantity-input:focus-visible {
border: none;
outline: none;
}
.product-card__quantity .quantity-input::-webkit-outer-spin-button,
.product-card__quantity .quantity-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.product-card__quantity .quantity-input[type=number] {
-moz-appearance: textfield;
}
@media (max-width: 767.98px) {
.polecane-produkty--main .product-card__actions {
height: 44px;
}
.polecane-produkty--main .product-card__actions .product-card__quantity,
.polecane-produkty--main .product-card__actions .custom-button {
height: 100%;
}
.polecane-produkty--main .product-card__actions .product-card__quantity {
font-size: 18px;
min-width: 87px;
width: auto;
}
.polecane-produkty--main .product-card__actions .custom-button {
font-size: 13px;
min-width: 178px;
}
}
@media (max-width: 575.98px) {
.polecane-produkty--main .product-card__actions .product-card__quantity {
font-size: 20px;
min-width: 70px;
width: auto;
}
.polecane-produkty--main .product-card__actions .custom-button {
font-size: 13px;
min-width: unset;
}
}
.container-mini {
margin: 0 auto;
max-width: var(--container-mini-size);
width: 100%;
}
main {
padding-bottom: 160px;
}
@media (max-width: 767.98px) {
main {
padding-bottom: 80px;
}
}
body.home main {
position: relative;
padding-bottom: 0;
}
@media (max-width: 767.98px) {
body.home main {
padding-bottom: 80px;
}
}
body.home main::before {
content: "";
position: absolute;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/main_bg.png);
background-repeat: no-repeat;
background-size: cover;
top: 470px;
left: 0;
width: 100%;
height: 100%;
max-height: 6580px;
z-index: -1;
}
@media (max-width: 767.98px) {
body.home main::before {
display: none;
}
}
@media (max-width: 767.98px) {
body.home main::before {
display: none;
}
body.home main .cta-doradztwo {
padding-top: 20px;
}
body.home main .slider-kategorii-section .section-heading {
margin-bottom: 10px;
}
}
.mt-20 {
margin-top: 20px !important;
}
@media (min-width: 992px) {
.mt-lg-0 {
margin-top: 0px !important;
}
}
.fs-30 {
font-size: clamp(24px, 2vw, 30px) !important;
}
.dgwt-wcas-overlay-mobile {
padding-top: 20px;
}
@media (max-width: 575.98px) {
.dgwt-wcas-ico-magnifier-handler {
max-width: 13px !important;
}
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.941' height='6.138' viewBox='0 0 9.941 6.138'%3E%3Cpath id='Path_47' data-name='Path 47' d='M14.773,8.59l-3.8,3.794L7.168,8.59,6,9.758l4.97,4.97,4.97-4.97Z' transform='translate(-6 -8.59)' fill='%23fff'/%3E%3C/svg%3E");
border: none;
top: 5px;
right: 5px;
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
text-decoration: none !important;
}
.contact-fly-btn {
position: fixed;
bottom: 10%;
transform: translateY(50%);
right: 10px;
z-index: 1000;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
width: 83px;
height: 83px;
border-radius: 50%;
background: #000;
}
@media (max-width: 991.98px) {
.contact-fly-btn {
width: 60px;
height: 60px;
}
.contact-fly-btn svg {
width: 30px;
}
}
@media (min-width: 768px) {
[data-aos=example-anim1] {
transform: skewX(45deg);
opacity: 0;
transition-property: transform, opacity;
}
[data-aos=example-anim1].aos-animate {
transform: skewX(0);
opacity: 1;
}
}
.image-fill {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.hero-min-h-100svh {
min-height: 100svh;
}
@media (orientation: landscape) and (max-height: 500px) {
.hero-min-h-100svh {
min-height: 37.5rem;
}
}
.text-balance {
text-wrap: balance;
}
.breadcrumb-wrapper {
margin-top: 25px;
margin-bottom: 20px;
}
.breadcrumb-wrapper a:hover {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.breadcrumb-wrapper, .breadcrumb-wrapper > * {
font-size: 0.8125rem;
}
.breadcrumb-wrapper span.current-item {
font-weight: 700;
}
.box-anim .lab-anim {
position: relative;
z-index: 1;
transition: 0.4s ease;
transform: translate(15px, 38px);
pointer-events: none;
transform-origin: left;
}
.box-anim.focused .lab-anim {
transform: scale(0.8) translate(10px, 15px);
background: #fff;
}
.box-anim > label {
font-size: 13px;
}
.wpcf7-not-valid-tip {
color: inherit;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0 1em;
text-align: center;
display: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
color: var(--bs-danger);
background: rgba(var(--bs-danger), 90%);
border-color: rgba(var(--bs-danger), 90%);
}
.wpcf7 form.sent .wpcf7-response-output {
background: rgba(var(--bs-success), 90%);
border-color: rgba(var(--bs-success), 90%);
color: var(--bs-success);
}
.wpcf7-list-item-label {
font-size: 0.25rem;
}
.map-google {
padding-left: 0;
position: relative;
width: 100%;
height: 100%;
}
#map-canvas1 {
padding-top: 0;
width: 100%;
height: min(80vw, 25rem);
}
.post-card {
overflow: hidden;
}
.post-card .post-card-image {
aspect-ratio: 16/9;
overflow: hidden;
}
.post-card .post-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.post-card:hover .post-card-image img {
transform: scale(1.05);
}
.post-card .card-text > *:not(:last-child) {
margin-bottom: 0;
}
.pagination,
.wp-pagenavi {
display: flex;
gap: 0.5em;
margin-inline: auto;
justify-content: center;
}
.pagination > *,
.wp-pagenavi > * {
width: 4ch;
font-size: calc(1.025rem + 0.1875vw);
}
@media (min-width: 1920px) {
.pagination > *,
.wp-pagenavi > * {
font-size: 1.25rem;
}
}
.pagination > *,
.wp-pagenavi > * {
text-align: center;
}
.pagination .extend,
.wp-pagenavi .extend {
display: none;
}
.single-thumbnail-wrapper {
overflow: hidden;
position: relative;
margin-bottom: 1.5em;
}
.single-thumbnail-wrapper img {
width: 100%;
object-fit: cover;
border-radius: 10px;
}
#toc_container {
border: none !important;
padding: 0 !important;
margin-top: 25px !important;
}
#toc_container .toc_title {
text-align: left !important;
}
#toc_container * {
font-size: 16px !important;
font-weight: 600 !important;
}
.single-post-h1 {
font-weight: 700;
font-size: clamp(2rem, 3vw, 3rem);
margin-bottom: 50px;
color: #000000;
}
.single-post-content {
line-height: 1.7;
font-size: 0.9375rem;
}
.single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), h5, .h5, h6, .h6), h5, .h5, h6, .h6) {
margin-top: 1.75em;
margin-bottom: calc(1.0875rem + 0.65625vw);
}
@media (min-width: 1920px) {
.single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), h5, .h5, h6, .h6), h5, .h5, h6, .h6) {
margin-bottom: 1.875rem;
}
}
.single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), h5, .h5, h6, .h6), h5, .h5, h6, .h6) {
font-weight: 400;
font-size: 1.25rem;
}
.single-post-content > *:not(:last-child), .single-post-content > :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), h5, .h5, h6, .h6) {
margin-bottom: 0.6em;
font-size: 1.25rem;
}
.single-post-content {
margin-bottom: 90px;
}
.latest-posts-section {
margin-top: 180px;
}
@media (min-width: 440px) and (max-width: 768px) {
.latest-posts-section {
margin-top: 300px;
}
}
.latest-posts-section .description {
max-width: 500px;
margin: 0 auto;
margin-bottom: 30px;
}
.latest-posts-section .latest-posts-grid .latest-posts-item {
overflow: hidden;
border-radius: 10px;
}
.latest-posts-section .latest-posts-grid.slick-slider {
display: block;
gap: 0;
}
.latest-posts-section .latest-posts-grid.slick-slider .slick-list {
margin-left: -15px;
margin-right: -15px;
}
.latest-posts-section .latest-posts-grid.slick-slider .slick-track {
display: flex;
}
.latest-posts-section .latest-posts-grid.slick-slider .slick-slide {
padding-left: 15px;
padding-right: 16px;
}
.latest-posts-section .latest-posts-grid.slick-slider .slick-slide > div {
height: 100%;
}
.latest-posts-section .latest-posts-slider__pagination {
--latest-posts-slider-progress-handle-width: 51px;
--latest-posts-slider-progress-offset: 0px;
position: relative;
width: min(100%, 144px);
height: 12px;
margin: 24px auto 0;
background: #d8d8d8;
border-radius: 999px;
overflow: hidden;
cursor: pointer;
touch-action: none;
}
.latest-posts-section .latest-posts-slider__pagination:focus-visible {
outline: 2px solid #ff4d34;
outline-offset: 4px;
}
@media (min-width: 992px) {
.latest-posts-section .latest-posts-slider__pagination {
display: none;
}
}
.latest-posts-section .latest-posts-slider__track {
overflow: hidden;
}
.latest-posts-section .latest-posts-slider__pagination-fill {
position: absolute;
inset: 0 auto 0 0;
width: var(--latest-posts-slider-progress-handle-width);
border-radius: 999px;
background: linear-gradient(90deg, #ee3823 0%, #ff5541 19.82%, #9e2517 46.52%, #56140d 82.92%, #000000 100%);
transform: translateX(var(--latest-posts-slider-progress-offset));
cursor: grab;
transition: transform 0.3s ease;
}
.latest-posts-section .latest-posts-slider__pagination-fill:active {
cursor: grabbing;
}
.latest-posts-section .latest-posts-link a {
font-weight: 700;
}
.latest-posts-section .latest-posts-link a:hover {
text-decoration: underline;
}
@media (max-width: 767.98px) {
body.single-post .latest-posts-section,
body.single-realizacja .latest-posts-section,
body.single-filmy .latest-posts-section {
margin-top: 0 !important;
}
}
@media (min-width: 1200px) {
body.single-post .latest-posts-section .latest-posts-grid,
body.single-realizacja .latest-posts-section .latest-posts-grid,
body.single-filmy .latest-posts-section .latest-posts-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
}
}
@media (max-width: 1199.98px) {
body.single-post .latest-posts-section .latest-posts-grid,
body.single-realizacja .latest-posts-section .latest-posts-grid,
body.single-filmy .latest-posts-section .latest-posts-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
}
@media (max-width: 767.98px) {
body.single-post .latest-posts-section .latest-posts-grid,
body.single-realizacja .latest-posts-section .latest-posts-grid,
body.single-filmy .latest-posts-section .latest-posts-grid {
display: flex;
flex-direction: column;
gap: 20px;
}
body.single-post .latest-posts-section .latest-posts-grid .news-item .news-thumbnail,
body.single-realizacja .latest-posts-section .latest-posts-grid .news-item .news-thumbnail,
body.single-filmy .latest-posts-section .latest-posts-grid .news-item .news-thumbnail {
height: 217px;
}
body.single-post .latest-posts-section .latest-posts-grid .news-item .news-content,
body.single-realizacja .latest-posts-section .latest-posts-grid .news-item .news-content,
body.single-filmy .latest-posts-section .latest-posts-grid .news-item .news-content {
gap: 20px;
}
body.single-post .latest-posts-section .latest-posts-grid .news-item .news-content .news-title,
body.single-realizacja .latest-posts-section .latest-posts-grid .news-item .news-content .news-title,
body.single-filmy .latest-posts-section .latest-posts-grid .news-item .news-content .news-title {
font-size: 16px;
}
body.single-post .latest-posts-section .latest-posts-grid .news-item .news-content .news-excerpt,
body.single-realizacja .latest-posts-section .latest-posts-grid .news-item .news-content .news-excerpt,
body.single-filmy .latest-posts-section .latest-posts-grid .news-item .news-content .news-excerpt {
font-size: 15px;
}
body.single-post .latest-posts-section .latest-posts-slider__pagination,
body.single-realizacja .latest-posts-section .latest-posts-slider__pagination,
body.single-filmy .latest-posts-section .latest-posts-slider__pagination {
display: none !important;
}
body.single-post .latest-posts-section .faq-section,
body.single-realizacja .latest-posts-section .faq-section,
body.single-filmy .latest-posts-section .faq-section {
padding-bottom: 0 !important;
}
}
body.home .latest-posts-section {
margin-top: 20px;
}
@media (max-width: 767.98px) {
body.home .latest-posts-section {
margin-top: 10px;
}
body.home .latest-posts-section .section-heading {
margin-top: 0;
}
}
.single-post-tags a {
font-weight: 400;
}
.comment-list ul {
list-style: none;
padding-left: 0;
}
.comment-content {
margin-bottom: 1em;
}
.slider-kategorii-wrapper {
--slider-progress-handle-width: 174px;
--slider-progress-offset: 0px;
margin-bottom: 80px;
}
@media (max-width: 767.98px) {
.slider-kategorii-wrapper {
margin-bottom: 40px;
}
}
.slider-obszary-wrapper {
--slider-progress-handle-width: 174px;
--slider-progress-offset: 0px;
}
.slider-obszary-wrapper .slick-slide {
height: 406px;
margin: 0 5px;
}
@media (max-width: 767.98px) {
.slider-obszary-wrapper .container {
padding-right: 0 !important;
padding-left: calc(var(--bs-gutter-x) * 0.5 - 5px) !important;
}
}
@media (max-width: 767.98px) {
.slider-obszary-wrapper .page-childrens:not(.slick-initialized) {
overflow: hidden;
height: 406px;
}
}
.slider-kategorii-section .section-heading {
margin-top: 0px;
margin-bottom: 70px;
}
.slider-kategorii .kategoria-item {
position: relative;
display: block;
height: 263px;
overflow: hidden;
transition: all 0.3s ease;
}
.slider-kategorii .kategoria-item:hover {
transform: scale(1.01);
}
.slider-kategorii .kategoria-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 10px;
border: 1px solid rgb(228, 228, 228);
}
.slider-kategorii .kategoria-item--text {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 80px;
display: flex;
align-items: flex-start;
padding: 10px;
}
.slider-kategorii .kategoria-item--text span {
max-width: 204px;
padding: 0 0 0 10px;
color: #fff;
font-size: 20px;
font-weight: 600;
}
.slider-kategorii-controls,
.slider-obszary-controls {
display: flex;
align-items: center;
justify-content: center;
margin-top: 70px;
}
@media (max-width: 767.98px) {
.slider-kategorii-controls,
.slider-obszary-controls {
margin-top: 50px;
}
}
.slider-kategorii-box {
position: relative;
}
.slider-kategorii-arrow {
position: absolute;
top: 131px;
transform: translateY(-50%);
z-index: 3;
overflow: hidden;
width: 59px;
height: 59px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid rgb(228, 228, 228);
background: #fff;
color: #000;
cursor: pointer;
transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.slider-kategorii-arrow::before {
content: "";
position: absolute;
width: calc(100% - 4px);
height: calc(100% - 4px);
top: 2px;
left: 2px;
border-radius: 50%;
background: linear-gradient(90deg, #c3c3c3 0%, rgba(195, 195, 195, 0) 100%);
padding: 2px;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.slider-kategorii-arrow svg {
position: relative;
z-index: 1;
}
.slider-kategorii-arrow:hover, .slider-kategorii-arrow:focus-visible {
outline: none;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
color: #fff;
}
.slider-kategorii-arrow:hover::before, .slider-kategorii-arrow:focus-visible::before {
opacity: 1;
}
.slider-kategorii-arrow--prev {
left: -70px;
}
@media (max-width: 1440px) {
.slider-kategorii-arrow--prev {
left: 0px;
}
}
.slider-kategorii-arrow--next {
right: -70px;
}
@media (max-width: 1440px) {
.slider-kategorii-arrow--next {
right: 0px;
}
}
.slider-kategorii-pagination,
.slider-obszary-pagination {
position: relative;
width: min(555px, 55vw);
height: 7.5px;
border-radius: 999px;
background: rgb(228, 228, 228);
cursor: pointer;
touch-action: pan-y;
user-select: none;
-webkit-user-select: none;
}
.slider-kategorii-pagination-fill,
.slider-obszary-pagination-fill {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: var(--slider-progress-handle-width);
transform: translateX(var(--slider-progress-offset));
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
border-radius: inherit;
transition: transform 0.22s ease;
touch-action: none;
}
@media (min-width: 768px) {
.slider-kategorii .slick-slide {
padding: 0 8px;
padding-bottom: 0px;
}
.slider-kategorii .slick-list {
margin: 0 -8px;
}
}
@media (max-width: 1024px) {
.slider-kategorii {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
.slider-kategorii {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
}
@media (max-width: 1024px) and (max-width: 992px) {
.slider-kategorii {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 1024px) and (max-width: 767.98px) {
.slider-kategorii {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 1024px) {
.slider-kategorii .kategoria-item {
height: 180px;
}
.slider-kategorii .kategoria-item span {
max-width: 100%;
font-size: 15px;
}
.slider-kategorii .kategoria-item .kategoria-item--text {
height: 55px;
padding: 5px;
}
.slider-kategorii-controls {
display: none;
}
.slider-kategorii-arrow {
display: none;
}
}
@media (min-width: 460px) and (max-width: 767px) {
.kategoria-item {
height: 200px !important;
}
}
@media (max-width: 768px) {
.slider-kategorii .kategoria-item:nth-child(1) .kategoria-item--text span {
max-width: 68%;
min-width: 88px;
}
.slider-kategorii .kategoria-item:not(:nth-child(1)):not(:last-child) .kategoria-item--text span {
max-width: 77%;
min-width: 135px;
}
.slider-kategorii .kategoria-item:nth-child(5) .kategoria-item--text span {
min-width: 138px !important;
}
}
.polecane-produkty .polecane-produkty-slider-wrapper {
--slider-progress-handle-width: 174px;
--slider-progress-offset: 0px;
margin-top: 24px;
}
.polecane-produkty--main {
z-index: 3;
}
.polecane-produkty .polecane-produkty-slider {
margin: 0;
padding: 0;
list-style: none;
}
.polecane-produkty .polecane-produkty-slider:not(.slick-initialized) {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 20px;
}
@media (max-width: 991.98px) {
.polecane-produkty .polecane-produkty-slider:not(.slick-initialized) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767.98px) {
.polecane-produkty .polecane-produkty-slider:not(.slick-initialized) {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.polecane-produkty .polecane-produkty-slider:not(.slick-initialized) li.product {
float: none !important;
width: auto !important;
margin: 0 !important;
}
@media (max-width: 1300px) {
.polecane-produkty .polecane-produkty-slider .slick-list {
overflow: hidden;
}
}
.polecane-produkty .polecane-produkty-slider .slick-track {
display: flex;
align-items: stretch;
}
.polecane-produkty .polecane-produkty-slider .slick-slide {
padding: 0;
padding-bottom: 30px;
height: auto !important;
display: flex !important;
flex-direction: column;
}
.polecane-produkty .polecane-produkty-slider .slick-slide > div {
height: 100%;
display: flex;
flex-direction: column;
flex: 1;
}
.polecane-produkty .polecane-produkty-slider li.product {
min-height: 486px;
height: 100%;
flex: 1;
transition: height 0.3s ease;
border: none;
margin-left: 15px;
margin-right: 15px;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.015) 1.04%, rgba(255, 255, 255, 0.5) 98.96%);
}
.polecane-produkty .polecane-produkty-slider-box {
position: relative;
}
.polecane-produkty .polecane-produkty-slider-controls {
display: flex;
align-items: center;
justify-content: center;
margin-top: 24px;
}
.polecane-produkty .polecane-produkty-slider-arrow {
position: absolute;
top: 45%;
transform: translateY(-50%);
z-index: 3;
overflow: hidden;
width: 59px;
height: 59px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid rgb(228, 228, 228);
background: #fff;
color: #000;
cursor: pointer;
transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 575.98px) {
.polecane-produkty .polecane-produkty-slider-arrow {
width: 43px;
height: 43px;
}
}
.polecane-produkty .polecane-produkty-slider-arrow::before {
content: "";
position: absolute;
width: calc(100% - 4px);
height: calc(100% - 4px);
border-radius: 50%;
top: 2px;
left: 2px;
background: linear-gradient(90deg, #c3c3c3 0%, rgba(195, 195, 195, 0) 100%);
padding: 2px;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.polecane-produkty .polecane-produkty-slider-arrow svg {
position: relative;
z-index: 1;
}
.polecane-produkty .polecane-produkty-slider-arrow:hover, .polecane-produkty .polecane-produkty-slider-arrow:focus-visible {
outline: none;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
color: #fff;
}
.polecane-produkty .polecane-produkty-slider-arrow:hover::before, .polecane-produkty .polecane-produkty-slider-arrow:focus-visible::before {
opacity: 1;
}
.polecane-produkty .polecane-produkty-slider-arrow--prev {
left: -60px;
}
@media (max-width: 1850px) {
.polecane-produkty .polecane-produkty-slider-arrow--prev {
left: 0px;
}
}
.polecane-produkty .polecane-produkty-slider-arrow--next {
right: -60px;
}
@media (max-width: 1850px) {
.polecane-produkty .polecane-produkty-slider-arrow--next {
right: 0px;
}
}
.polecane-produkty .polecane-produkty-slider-pagination {
position: relative;
width: min(555px, 55vw);
height: 7.5px;
border-radius: 999px;
background: rgb(249, 248, 248);
cursor: pointer;
touch-action: pan-y;
}
.polecane-produkty .polecane-produkty-slider-pagination-fill {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: var(--slider-progress-handle-width);
transform: translateX(var(--slider-progress-offset));
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
border-radius: inherit;
transition: transform 0.22s ease;
touch-action: none;
}
.polecane-produkty .bg__image {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 407px;
overflow: hidden;
z-index: 0;
}
.polecane-produkty .bg__image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
position: relative;
z-index: 0;
}
.polecane-produkty .bg__image::before {
content: "";
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.polecane-produkty .bg__image__top {
position: absolute;
top: 0;
right: 0;
z-index: 0;
}
@media (max-width: 767.98px) {
.polecane-produkty .bg__image__top {
display: none;
}
}
body.home .polecane-produkty .bg__image__top {
opacity: 0;
transform: translate3d(0, 0, 0);
transition: opacity 0.9s ease;
will-change: transform, opacity;
backface-visibility: hidden;
}
body.home .polecane-produkty .bg__image__top.bg-image-visible {
opacity: 1;
}
body.home .polecane-produkty::before {
content: "";
position: absolute;
top: -230px;
left: 0;
width: 100%;
height: 313px;
background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
z-index: -1;
}
body.home .polecane-produkty::after {
content: "";
position: absolute;
top: 75px;
left: 0;
width: 100%;
height: 100%;
max-height: 640px;
background: #fff;
z-index: -1;
}
@media (max-width: 1440px) {
body.home .polecane-produkty::after {
max-height: 660px;
}
}
@media (max-width: 385px) {
body.home .polecane-produkty::after {
max-height: 675px;
}
}
@media (max-width: 335px) {
body.home .polecane-produkty::after {
max-height: 700px;
}
}
body.home .polecane-produkty .section-heading {
margin-top: 94px;
}
body.home .polecane-produkty li.product {
margin-left: 25px;
margin-right: 25px;
}
@media (max-width: 991.98px) {
body.home .polecane-produkty li.product {
margin-left: 0px;
margin-right: 0px;
}
}
@media (max-width: 768px) {
body.home .polecane-produkty .product-card__image-wrapper {
height: 260px;
}
}
body.home .polecane-produkty-slider-controls {
margin-bottom: 85px;
margin-top: 80px;
}
@media (min-width: 1300px) {
body.home .polecane-produkty .polecane-produkty-slider {
max-width: 83.3333333333%;
margin-left: auto;
margin-right: auto;
}
body.home .polecane-produkty .polecane-produkty-slider:not(.slick-initialized) {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.home .polecane-produkty .polecane-produkty-slider .slick-track {
height: 640px;
align-items: flex-end;
}
body.home .polecane-produkty .polecane-produkty-slider .slick-slide {
display: block !important;
flex-direction: unset;
}
body.home .polecane-produkty .polecane-produkty-slider .slick-slide > div:not(.product-card__wrapper) {
display: block;
flex: unset;
}
body.home .polecane-produkty .polecane-produkty-slider li.product {
height: auto;
flex: unset;
transition: height 0.6s ease;
}
body.home .polecane-produkty .polecane-produkty-slider li.product.slick-current[tabindex="0"] .product-card__image-wrapper {
height: 380px;
transition: height 0.6s ease;
}
body.home .polecane-produkty .polecane-produkty-slider-arrow--prev {
left: 0px;
}
body.home .polecane-produkty .polecane-produkty-slider-arrow--next {
right: 0px;
}
}
@media (max-width: 767px) {
.polecane-produkty .polecane-produkty-slider .slick-slide {
padding: 0 6px;
padding-bottom: 30px;
}
.polecane-produkty .polecane-produkty-slider li.product,
.polecane-produkty .polecane-produkty-slider li.product.slide-active {
height: auto;
max-width: unset !important;
}
.polecane-produkty .polecane-produkty-slider-pagination {
width: min(240px, 65vw);
}
body.home .polecane-produkty-slider-controls {
margin-bottom: 40px;
margin-top: 40px;
}
body.home .polecane-produkty .section-heading {
margin-top: 40px;
}
}
body:not(.home) .polecane-produkty .polecane-produkty-slider li.product {
border: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
body:not(.home) .polecane-produkty .polecane-produkty-slider .slick-slide {
padding: 0;
padding-bottom: 30px;
}
}
.section-heading {
display: flex;
flex-direction: column;
margin-top: 80px;
margin-bottom: 30px;
}
.section-heading__title {
font-size: clamp(26px, 4vw, 48px);
font-weight: 700;
color: rgb(0, 0, 0);
margin-bottom: 30px;
display: block;
text-transform: uppercase;
}
.section-heading__title span {
font-weight: 300;
color: rgb(20, 11, 11);
text-transform: lowercase;
}
.section-heading__title--column {
display: flex;
align-items: center;
flex-direction: column;
align-items: flex-start;
}
.section-heading--centered {
align-items: center;
text-align: center;
}
.section-heading__description,
.section-heading__description * {
font-size: 15px;
}
#billing_invoice_field {
min-height: 40px;
} .woocommerce-input-wrapper {
display: block;
position: relative;
width: 100%;
}
.woocommerce-input-wrapper select {
-webkit-appearance: none;
appearance: none;
color: #000;
background-color: transparent;
border: 1px solid rgb(228, 228, 228);
border-radius: 5px;
height: 50px;
min-height: 50px;
padding: 16px 20px;
padding-right: 40px;
box-sizing: border-box;
font-size: 15px;
font-weight: 400;
width: 100%;
cursor: pointer;
}
.woocommerce-input-wrapper select:focus-visible, .woocommerce-input-wrapper select:focus {
outline: none;
}
.woocommerce-input-wrapper:has(select)::after {
content: "";
display: block;
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #000;
pointer-events: none;
}
.woocommerce-button:hover {
color: rgba(var(--bs-link-hover-color-rgb));
border-bottom-color: rgba(var(--bs-link-hover-color-rgb));
text-underline-offset: 12px !important;
}
.woocommerce-orders-table__cell-order-number a {
text-decoration: none;
}
.woocommerce-orders-table__cell-order-number a:hover {
color: rgba(var(--bs-link-hover-color-rgb));
text-decoration: none;
}
.woocommerce form .form-row .input-text,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
textarea,
.form-control,
textarea.form-control,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
color: #000;
background-color: transparent;
border: 1px solid rgb(228, 228, 228) !important;
border-radius: 5px;
height: 50px;
min-height: 50px;
padding: 16px 20px;
box-sizing: border-box;
font-size: 15px;
font-weight: 400;
width: 100%;
box-shadow: none !important;
}
@media (max-width: 1024px) {
.woocommerce form .form-row .input-text,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
textarea,
.form-control,
textarea.form-control,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
min-width: unset;
}
}
.woocommerce form .form-row .input-text::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
.form-control::placeholder,
textarea.form-control::placeholder,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
color: var(--color-white);
font-weight: 400;
font-size: 13px;
}
.woocommerce form .form-row .input-text:focus-visible, .woocommerce form .form-row .input-text:focus,
input[type=text]:focus-visible,
input[type=text]:focus,
input[type=email]:focus-visible,
input[type=email]:focus,
input[type=url]:focus-visible,
input[type=url]:focus,
input[type=password]:focus-visible,
input[type=password]:focus,
input[type=search]:focus-visible,
input[type=search]:focus,
input[type=date]:focus-visible,
input[type=date]:focus,
textarea:focus-visible,
textarea:focus,
.form-control:focus-visible,
.form-control:focus,
textarea.form-control:focus-visible,
textarea.form-control:focus,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus-visible,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
outline: none;
}
@media (max-width: 992px) {
.dgwt-wcas-sf-wrapp {
background: #fff !important;
}
}
textarea {
overflow: hidden;
transition: 0.15s ease-in-out !important;
resize: none;
} input[type=checkbox],
input[type=radio] {
display: none !important;
}
.wpcf7-list-item-label {
position: relative;
cursor: pointer;
}
.fcf-conditional-input {
height: fit-content;
}
.fcf-conditional-input label,
.woocommerce-form__label-for-checkbox,
.woocommerce-form__label-for-radio,
.woocommerce-terms-and-conditions-wrapper .form-row label,
body.woocommerce-checkout form.woocommerce-checkout .form-row.fcf-conditional-input label,
body.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox,
input[type=checkbox] + .wpcf7-list-item-label,
.form-checkbox label {
cursor: pointer;
position: relative;
display: block;
padding-left: 33px;
font-size: 12px;
}
.fcf-conditional-input label *,
.woocommerce-form__label-for-checkbox *,
.woocommerce-form__label-for-radio *,
.woocommerce-terms-and-conditions-wrapper .form-row label *,
body.woocommerce-checkout form.woocommerce-checkout .form-row.fcf-conditional-input label *,
body.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox *,
input[type=checkbox] + .wpcf7-list-item-label *,
.form-checkbox label * {
font-size: 15px;
}
.fcf-conditional-input label::before,
.woocommerce-form__label-for-checkbox::before,
.woocommerce-form__label-for-radio::before,
.woocommerce-terms-and-conditions-wrapper .form-row label::before,
body.woocommerce-checkout form.woocommerce-checkout .form-row.fcf-conditional-input label::before,
body.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox::before,
input[type=checkbox] + .wpcf7-list-item-label::before,
.form-checkbox label::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
border: 1px solid rgb(228, 228, 228);
border-radius: 2px;
margin-right: 10px;
box-sizing: border-box;
vertical-align: middle;
background-color: transparent;
transition-duration: 0.15s;
cursor: pointer;
}
.fcf-conditional-input label::after,
.woocommerce-form__label-for-checkbox::after,
.woocommerce-form__label-for-radio::after,
.woocommerce-terms-and-conditions-wrapper .form-row label::after,
body.woocommerce-checkout form.woocommerce-checkout .form-row.fcf-conditional-input label::after,
body.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox::after,
input[type=checkbox] + .wpcf7-list-item-label::after,
.form-checkbox label::after {
content: "";
position: absolute;
width: 22px;
height: 22px;
left: 0;
top: -1px;
opacity: 0;
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/check.svg) no-repeat center center;
background-size: 18px;
transition-duration: 0.15s;
cursor: pointer;
}
.checked label::after,
label.checked::after,
input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.form-checkbox label:has(> input[type=checkbox]:checked)::after,
#ship-to-different-address label:has(> input[type=checkbox]:checked)::after,
.woocommerce-form__label-for-checkbox:has(> input[type=checkbox]:checked)::after {
opacity: 1 !important;
}
.woocommerce-form__label.disabled {
cursor: not-allowed;
}
.woocommerce-form__label.disabled * {
cursor: not-allowed;
pointer-events: none;
border-color: #7f7f7f !important;
color: #7f7f7f !important;
}
.woocommerce-form__label.disabled::after {
opacity: 0.5 !important;
}
.form-row--date label {
transform: translateY(-12px) scale(0.7) !important;
} .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
padding-right: 45px;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
left: auto;
right: 15px;
fill: var(--color-black);
opacity: 1;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier * {
fill: var(--color-black);
} input[type=range],
input[type=range].form-range {
-webkit-appearance: none;
appearance: none;
width: 100%;
max-width: var(--grid-4);
background: transparent;
height: 2px;
cursor: pointer;
--track-color: var(--color-border);
--fill-color: var(--color-black);
--fill-percent: 0%;
}
input[type=range]::-webkit-slider-runnable-track,
input[type=range].form-range::-webkit-slider-runnable-track {
height: 2px;
background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) var(--fill-percent), var(--track-color) var(--fill-percent), var(--track-color) 100%);
border-radius: 3px;
}
input[type=range]::-moz-range-track,
input[type=range].form-range::-moz-range-track {
height: 2px;
background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) var(--fill-percent), var(--track-color) var(--fill-percent), var(--track-color) 100%);
border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb,
input[type=range].form-range::-webkit-slider-thumb {
-webkit-appearance: none;
width: 21px;
height: 21px;
background: var(--color-white);
border-radius: 50%;
border: 4px solid var(--color-black);
margin-top: -10px;
cursor: pointer;
transition: border-color 0.2s, background 0.2s;
}
input[type=range]::-moz-range-thumb,
input[type=range].form-range::-moz-range-thumb {
width: 21px;
height: 21px;
background: var(--color-white);
border-radius: 50%;
border: 4px solid var(--color-black);
cursor: pointer;
transition: border-color 0.2s, background 0.2s;
}
input[type=range]:hover::-webkit-slider-thumb, input[type=range]:hover::-moz-range-thumb,
input[type=range].form-range:hover::-webkit-slider-thumb,
input[type=range].form-range:hover::-moz-range-thumb {
border-color: var(--color-border-dark);
}
input[type=range]:focus,
input[type=range].form-range:focus {
outline: none;
}
.wpcf7-list-item {
margin: 0;
cursor: pointer;
padding-top: 2px;
}
.wpcf7-list-item * {
font-size: 12px !important;
font-weight: 400 !important;
}
.wpcf7-list-item a {
text-decoration: none !important;
}
.wpcf7-list-item a:hover {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.form-label {
position: absolute;
top: 16px;
left: 20px;
color: var(--color-white);
font-style: normal;
font-size: 13px;
cursor: text;
user-select: none;
transform-origin: left top;
transition-duration: 0.3s;
white-space: nowrap;
z-index: 1;
}
.form-label span.required {
display: none;
}
.focused .form-label {
transform: translateY(-12px) scale(0.7) !important;
}
.wpcf7-not-valid-tip {
display: flex;
align-items: center;
color: #ff5577;
position: absolute;
width: 100%;
padding: 0;
left: 0;
font-size: 10px;
height: 20px;
bottom: -20px;
} .inverted input[type=text],
.inverted input[type=email],
.inverted input[type=url],
.inverted input[type=password],
.inverted input[type=search],
.inverted input[type=date],
.inverted textarea,
.inverted .form-control,
.inverted .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
background-color: var(--color-black);
border: 1px solid var(--color-white);
color: var(--color-white);
}
.inverted input[type=text]::placeholder,
.inverted input[type=email]::placeholder,
.inverted input[type=url]::placeholder,
.inverted input[type=password]::placeholder,
.inverted input[type=search]::placeholder,
.inverted input[type=date]::placeholder,
.inverted textarea::placeholder,
.inverted .form-control::placeholder,
.inverted .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
color: var(--color-white);
}
.inverted label {
color: var(--color-white);
}
.inverted input[type=checkbox] + .wpcf7-list-item-label::before {
border: 1px solid var(--color-white);
background-color: var(--color-black);
}
.inverted input[type=checkbox] + .wpcf7-list-item-label::after {
filter: invert(1);
}
.wpcf7-form-control-wrap {
display: block;
position: relative;
} .advanced-toggle {
display: flex;
justify-content: center;
align-items: center;
width: 187px;
height: 43px;
border-radius: 21.5px;
background: var(--color-black);
margin: 10px auto 30px auto;
padding: 3px;
}
@media (max-width: 1024px) {
.advanced-toggle {
margin: 20px 0 30px 0;
}
}
.advanced-toggle__wrapper {
width: 100%;
height: 100%;
position: relative;
}
.advanced-toggle__label {
display: flex;
justify-content: flex-start;
width: 100%;
height: 100%;
padding: 0 20px;
cursor: pointer;
transition-duration: 0.3s;
}
.advanced-toggle__label::before {
content: "";
display: block;
width: 37px;
height: 37px;
border-radius: 50%;
background: var(--color-white);
border: 1px solid #d4d4d4;
position: absolute;
left: 144px;
transition-duration: 0.3s;
overflow: hidden;
}
.advanced-toggle__text {
color: var(--color-white);
font-size: 10px;
user-select: none;
text-transform: uppercase;
line-height: 15px;
display: block;
padding: 0 20px;
transition-duration: 0.3s;
left: 0;
position: absolute;
width: calc(100% - 37px);
}
.advanced-toggle__text--no {
opacity: 0;
left: 30px;
}
.advanced-toggle__text--yes {
opacity: 1;
left: 0;
}
.advanced-toggle input:checked + label::before {
left: 0;
}
.advanced-toggle input:checked + label .advanced-toggle__text--yes {
opacity: 0;
}
.advanced-toggle input:checked + label .advanced-toggle__text--no {
opacity: 1;
} .woocommerce.ios,
.ios {
position: relative;
}
.woocommerce.ios form .form-row .input-text,
.woocommerce.ios input[type=text],
.woocommerce.ios input[type=email],
.woocommerce.ios input[type=url],
.woocommerce.ios input[type=password],
.woocommerce.ios input[type=search],
.woocommerce.ios input[type=date],
.woocommerce.ios textarea,
.woocommerce.ios .form-control,
.woocommerce.ios textarea.form-control,
.woocommerce.ios .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.ios form .form-row .input-text,
.ios input[type=text],
.ios input[type=email],
.ios input[type=url],
.ios input[type=password],
.ios input[type=search],
.ios input[type=date],
.ios textarea,
.ios .form-control,
.ios textarea.form-control,
.ios .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
width: 123% !important;
font-size: 16px !important;
transform: scale(0.8125) !important;
transform-origin: left center !important;
max-width: unset !important;
height: 61.54px !important;
margin-bottom: -5.5px;
margin-top: -5.5px;
border-radius: 6px;
border-width: 1.1px;
padding: 18.75px 25px !important;
}
.woocommerce.ios .form-row:not(.form-row--checkbox,
.form-row--radio,
.form-row--select,
.form-row--file,
.fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio).focused label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio),
.woocommerce.ios .form-row:not(.form-row--checkbox,
.form-row--radio,
.form-row--select,
.form-row--file,
.fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio) input:focus + label,
.ios .form-row:not(.form-row--checkbox,
.form-row--radio,
.form-row--select,
.form-row--file,
.fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio).focused label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio),
.ios .form-row:not(.form-row--checkbox,
.form-row--radio,
.form-row--select,
.form-row--file,
.fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio) input:focus + label {
transform: translateY(-10px) scale(0.7) !important;
left: 17px !important;
}
.form-row {
margin-bottom: 0;
}
.form-row:not(.form-checkbox).focused label {
transform: scale(0.8) translate(10px, 15px);
background: #fff;
}
.form-row:not(.form-checkbox) label {
position: relative;
z-index: 1;
transition: 0.4s ease;
transform: translate(20px, 38px);
pointer-events: none;
transform-origin: left;
}
.form-row--all {
width: 100%;
}
.form-row--half {
width: calc(50% - 15px);
}
@media (max-width: 767.98px) {
.form-row--half {
width: 100%;
}
}
.shop-baner {
height: 263px;
}
@media (max-width: 767.98px) {
.shop-baner {
height: auto;
}
}
.shop-baner__wrapper {
width: 100%;
height: 100%;
position: relative;
border-radius: 10px;
border: 1px solid rgb(228, 228, 228);
overflow: hidden;
}
@media (max-width: 767.98px) {
.shop-baner__wrapper {
display: flex;
flex-direction: column-reverse;
border-radius: 0;
border: none;
}
.shop-baner__wrapper img {
border-radius: 5px;
}
}
.shop-baner__content {
position: absolute;
left: 0;
top: 0;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
padding-left: 50px;
}
@media (max-width: 1200px) {
.shop-baner__content {
padding-left: 15px;
}
.shop-baner__content .section-heading {
margin-top: 20px;
}
}
@media (min-width: 768px) {
.shop-baner__content {
height: 100%;
}
}
@media (max-width: 767.98px) {
.shop-baner__content {
position: static;
padding-left: 0;
}
}
.shop-baner__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
@media (max-width: 800px) {
body.home .hero .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.hero {
--slider-progress-handle-width: 174px;
--slider-progress-offset: 0px;
position: relative;
margin-top: 65px;
}
.hero .hero__slider {
height: 636px;
transition: opacity 0.2s ease;
}
@media (max-width: 800px) {
.hero .hero__slider {
height: 596px;
}
}
.hero .hero__slider.hero__slider--init {
opacity: 0;
}
.hero .hero__slider.slick-initialized {
opacity: 1;
}
.hero .hero__slider .slick-list {
height: 100%;
}
.hero .hero__slider .slick-list .slick-track {
height: 100%;
}
.hero .hero__slider:not(.slick-initialized) .hero__slide {
display: none;
}
.hero .hero__slider:not(.slick-initialized) .hero__slide:first-child {
display: block;
}
.hero .hero__slider .slick-slide > div {
height: 100%;
}
.hero .hero__slide {
position: relative;
border-radius: 10px;
overflow: hidden;
}
@media (max-width: 800px) {
.hero .hero__slide {
border-radius: 0px;
}
}
.hero .hero__slide-image {
object-fit: cover;
object-position: right center;
width: 90%;
height: 100%;
margin-left: auto;
}
@media (max-width: 800px) {
.hero .hero__slide-image {
width: 100%;
}
}
.hero .hero__slide--0 {
background-color: rgb(29, 29, 29);
}
.hero .hero__slide--0 .hero__slide-image {
width: 56.25%;
height: auto;
}
@media (max-width: 800px) {
.hero .hero__slide--0 {
background-color: rgb(29, 29, 29);
}
}
@media (max-width: 1200px) {
.hero .hero__slide--0 {
display: flex !important;
flex-direction: row-reverse;
}
.hero .hero__slide--0 .hero__slide-image {
width: 55%;
object-fit: contain;
object-position: center;
margin-left: 0;
height: auto;
}
}
@media (max-width: 800px) {
.hero .hero__slide--0 {
display: flex !important;
flex-direction: column-reverse;
}
.hero .hero__slide--0 .hero__slide-image {
width: 100%;
max-height: 40%;
}
}
@media (max-width: 1440px) {
.hero .hero__slide--1 .hero__slide-image {
object-position: left center;
}
}
@media (max-width: 1200px) {
.hero .hero__slide--1 .hero__slide-image {
object-position: center;
}
}
@media (max-width: 800px) {
.hero .hero__slide--1 {
display: flex !important;
flex-direction: column-reverse;
}
.hero .hero__slide--1 .hero__slide-image {
height: 50%;
object-fit: cover;
}
}
.hero .hero__slide-content {
position: absolute;
left: 0;
top: 0;
width: 43.75%;
max-width: 585px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.hero .hero__slide-content .section-heading__title,
.hero .hero__slide-content .section-heading__description {
z-index: 1;
}
.hero .hero__slide-content .section-heading__title,
.hero .hero__slide-content .section-heading__title *,
.hero .hero__slide-content .section-heading__description,
.hero .hero__slide-content .section-heading__description * {
color: #fff;
}
.hero .hero__slide-content .section-heading__title,
.hero .hero__slide-content .section-heading__title * {
font-size: 64px;
}
.hero .hero__slide-content .section-heading__title span {
margin-top: 10px;
}
.hero .hero__slide-content--0 {
max-width: 740px;
padding: 56px 10px 56px 76px;
justify-content: flex-start;
}
.hero .hero__slide-content--0 .section-heading {
margin-top: 40px;
}
.hero .hero__slide-content--0 .section-heading__title,
.hero .hero__slide-content--0 .section-heading__title * {
font-size: clamp(26px, 4vw, 48px);
}
.hero .hero__slide-content--0 .section-heading__title span {
margin-top: 10px;
}
.hero .hero__slide-content--0 .hero__slide-text {
margin-top: 40px;
}
@media (max-width: 1200px) {
.hero .hero__slide-content--0 {
width: 45%;
padding: 30px 10px 30px 30px;
position: static;
justify-content: center;
}
}
@media (max-width: 798px) {
.hero .hero__slide-content--0 .section-heading {
margin-bottom: 0;
}
.hero .hero__slide-content--0 .hero__slide-text {
margin-top: 10px;
}
}
.hero .hero__slide-content--1 {
background: rgb(187, 42, 36);
padding: 20px 10px 20px 50px;
}
.hero .hero__slide-content--1 .section-heading {
margin-top: 0;
}
.hero .hero__slide-content--1::after {
content: "";
position: absolute;
top: 0;
right: 0;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/mask_hero_slide_2.png);
background-size: cover;
background-repeat: no-repeat;
width: 311px;
height: 100%;
z-index: 0;
}
@media (max-width: 1200px) {
.hero .hero__slide-content--1 .section-heading__title,
.hero .hero__slide-content--1 .section-heading__title * {
font-size: clamp(26px, 4vw, 48px);
}
}
@media (max-width: 800px) {
.hero .hero__slide-content {
width: 100%;
}
.hero .hero__slide-content--0 {
padding: 37px 10px 40px 10px;
}
.hero .hero__slide-content--0 .hero__slide-logo {
height: 66px;
max-width: 243px;
}
.hero .hero__slide-content--0 .section-heading__title,
.hero .hero__slide-content--0 .section-heading__title * {
font-size: 28px;
}
.hero .hero__slide-content--0 .section-heading__title span {
margin-top: 50px;
}
.hero .hero__slide-content--0 .hero__slide-text {
margin-top: auto;
}
.hero .hero__slide-content--1 {
justify-content: flex-start;
padding-left: 10px;
position: relative;
left: auto;
top: auto;
height: 50% !important;
max-width: unset !important;
}
.hero .hero__slide-content--1::after {
width: 160px;
}
.hero .hero__slide-content--1 .section-heading {
margin-bottom: 0;
}
.hero .hero__slide-content--1 .section-heading__title,
.hero .hero__slide-content--1 .section-heading__title * {
font-size: 28px;
}
.hero .hero__slide-content--1 .section-heading__title span {
margin-top: 20px;
}
}
.hero .hero__controls {
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
}
@media (max-width: 800px) {
.hero .hero__controls {
margin-top: 40px;
}
}
.hero .hero__arrow {
position: absolute;
top: -400px;
z-index: 3;
overflow: hidden;
width: 59px;
height: 59px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid rgb(228, 228, 228);
background: #fff;
color: #000;
transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 1200px) {
.hero .hero__arrow {
display: none;
}
}
.hero .hero__arrow::before {
content: "";
top: 2px;
left: 2px;
position: absolute;
width: calc(100% - 4px);
height: calc(100% - 4px);
border-radius: 50%;
background: linear-gradient(90deg, #c3c3c3 0%, rgba(195, 195, 195, 0) 100%);
padding: 2px;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.hero .hero__arrow svg {
position: relative;
z-index: 1;
}
.hero .hero__arrow:hover, .hero .hero__arrow:focus-visible {
outline: none;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
color: #fff;
}
.hero .hero__arrow:hover::before, .hero .hero__arrow:focus-visible::before {
opacity: 1;
}
.hero .hero__arrow--prev {
left: -70px;
}
@media (max-width: 1850px) {
.hero .hero__arrow--prev {
left: 0px;
}
}
.hero .hero__arrow--next {
right: -70px;
}
@media (max-width: 1850px) {
.hero .hero__arrow--next {
right: 0px;
}
}
.hero .hero__pagination {
position: relative;
width: min(555px, 55vw);
height: 7.5px;
border-radius: 999px;
background: rgb(228, 228, 228);
cursor: pointer;
touch-action: pan-y;
}
.hero .hero__pagination-fill {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: var(--slider-progress-handle-width);
transform: translateX(var(--slider-progress-offset));
background: #bf0811;
border-radius: inherit;
transition: transform 0.22s ease;
touch-action: none;
}
.hero .hero__slide.slick-active .hero__slide-content .hero__slide-logo {
animation: hero_text_animation 0.8s ease forwards;
}
.hero .hero__slide.slick-active .hero__slide-content .section-heading__title {
animation: hero_text_animation 0.8s ease 0.2s forwards;
}
.hero .hero__slide.slick-active .hero__slide-content .section-heading__description {
animation: hero_text_animation 0.8s ease 0.3s forwards;
}
.hero .hero__slide.slick-active .hero__slide-content .custom-button {
animation: hero_text_animation 0.8s ease 0.4s forwards;
}
.hero .hero__slide .hero__slide-content .custom-button,
.hero .hero__slide .hero__slide-content .hero__slide-logo,
.hero .hero__slide .hero__slide-content .section-heading__title,
.hero .hero__slide .hero__slide-content .section-heading__description {
-webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-filter: blur(40px);
filter: blur(40px);
opacity: 0;
}
@keyframes hero_text_animation {
0% {
-webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-filter: blur(40px);
filter: blur(40px);
opacity: 0;
}
100% {
-webkit-transform: translateX(0) scaleY(1) scaleX(1);
transform: translateX(0) scaleY(1) scaleX(1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-filter: blur(0);
filter: blur(0);
opacity: 1;
}
}
@media (max-width: 767px) {
.hero .hero__controls {
gap: 10px;
margin-top: 40px;
}
.hero .hero__arrow {
position: static;
top: auto;
z-index: auto;
}
.hero .hero__pagination {
width: min(210px, 60vw);
}
}
.news-item {
position: relative;
min-height: 590px;
border-radius: 10px;
border: 1px solid rgb(228, 228, 228);
background: #fff;
overflow: hidden;
}
@media (max-width: 767.98px) {
.news-item {
min-height: 377px;
height: 100%;
max-height: 450px;
}
}
.news-item:hover .news-thumbnail img {
transform: scale(1.05);
}
.news-item .news-thumbnail {
height: 353px;
overflow: hidden;
}
@media (max-width: 767.98px) {
.news-item .news-thumbnail {
height: 200px;
}
}
.news-item .news-thumbnail img {
transition: all 0.3s ease-in-out;
width: 100%;
height: 100%;
object-fit: cover;
}
.news-item .news-content {
padding: 10px 20px 30px 20px;
display: flex;
flex-direction: column;
gap: 10px;
height: calc(100% - 353px);
justify-content: space-between;
background: #fff;
}
@media (max-width: 767.98px) {
.news-item .news-content {
height: calc(100% - 200px);
padding: 10px 15px 15px 15px;
}
}
.news-item .news-content * {
color: #000;
}
.news-item .news-content .news-date {
font-weight: 600;
font-size: 15px;
}
.news-item .news-content .news-title {
font-size: 1.5rem;
font-weight: 600;
}
@media (max-width: 767.98px) {
.news-item .news-content .news-title {
font-size: 20px;
}
}
.news-item .news-content .news-excerpt {
font-weight: 400;
font-size: 15px;
}
@media (max-width: 767.98px) {
.news-item .news-content .news-excerpt {
font-size: 13px;
}
}
.news-item .news-content .read-more {
margin-top: 10px;
font-weight: 700;
font-size: 15px;
width: fit-content;
}
.news-item .news-content .read-more:hover {
text-decoration: underline;
}
@media (max-width: 767.98px) {
.news-item .news-content .read-more {
margin-top: 0;
}
}
.realizacje-klientow-section {
padding-bottom: 60px;
}
.realizacje-klientow-box {
position: relative;
}
.realizacje-klientow-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
}
@media (max-width: 991.98px) {
.realizacje-klientow-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767.98px) {
.realizacje-klientow-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.realizacja-card {
background: #fff;
border: 1px solid rgba(228, 228, 228, 0.8);
border-radius: 12px;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}
.realizacja-card__images {
display: flex;
flex-direction: column;
gap: 30px;
padding: 20px 20px 0;
}
.realizacja-card__image-main {
overflow: hidden;
max-height: 326px;
}
@media (min-width: 1200px) {
.realizacja-card__image-main {
height: 326px;
}
}
@media (max-width: 1199.98px) {
.realizacja-card__image-main {
height: 250px;
}
}
.realizacja-card__image-main img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border: 1px solid rgb(228, 228, 228);
border-radius: 10px;
}
.realizacja-card__images-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 26px;
}
.realizacja-card__image-small {
overflow: hidden;
max-height: 164px;
}
@media (min-width: 1200px) {
.realizacja-card__image-small {
height: 164px;
}
}
@media (max-width: 1199.98px) {
.realizacja-card__image-small {
height: 75px;
}
}
.realizacja-card__image-small img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 10px;
}
.realizacja-card__tekst {
padding: 35px 20px;
font-size: 24px;
font-weight: 600;
color: #000;
flex: 1;
}
.realizacja-card__tekst p {
margin: 0;
line-height: 1.2;
}
@media (max-width: 575.98px) {
.realizacja-card__tekst {
font-size: 15px;
padding-top: 0px;
}
}
@media (max-width: 1023px) {
.realizacje-klientow-grid {
display: block;
margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
}
.realizacje-klientow-grid.slick-slider .slick-list {
overflow: visible;
}
.realizacje-klientow-grid.slick-slider .slick-slide {
padding: 0 5px;
}
.realizacje-klientow-grid.slick-slider .slick-slide > div {
height: 100%;
}
}
@media (max-width: 1023px) and (max-width: 767.98px) {
.realizacje-klientow-grid .realizacja-card__images {
padding: 0px;
}
}
@media (max-width: 1023px) {
.realizacje-klientow-grid .realizacja-card__image-main {
height: 298px;
}
}
@media (max-width: 1023px) and (max-width: 767.98px) {
.realizacje-klientow-grid .realizacja-card__image-main {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.realizacje-klientow-grid .realizacja-card__image-main img {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
@media (max-width: 1023px) {
.realizacje-klientow-item {
height: 100%;
}
.realizacje-klientow-slider__pagination {
--slider-progress-handle-width: 53px;
--slider-progress-offset: 0px;
position: relative;
width: min(100%, 180px);
height: 7.5px;
margin: 40px auto 0;
background: #d8d8d8;
border-radius: 999px;
overflow: hidden;
cursor: pointer;
touch-action: none;
}
.realizacje-klientow-slider__pagination:focus-visible {
outline: 2px solid #d70e11;
outline-offset: 4px;
}
.realizacje-klientow-slider__pagination-fill {
position: absolute;
inset: 0 auto 0 0;
width: var(--slider-progress-handle-width);
border-radius: 999px;
background: #bf0811;
transform: translateX(var(--slider-progress-offset));
cursor: grab;
transition: transform 0.3s ease;
}
.realizacje-klientow-slider__pagination-fill:active {
cursor: grabbing;
}
}
.cta-doradztwo {
padding-top: 160px;
z-index: 1;
position: relative;
}
.cta-doradztwo__naglowek {
font-size: 3rem;
font-weight: 700;
}
.cta-doradztwo__naglowek,
.cta-doradztwo__naglowek * {
color: #fff;
}
.cta-doradztwo__naglowek span {
font-weight: 300;
}
.cta-doradztwo__tekst {
max-width: 70%;
}
.cta-doradztwo__tekst,
.cta-doradztwo__tekst * {
font-size: 15px;
font-weight: 400;
margin-bottom: 0;
}
.cta-doradztwo__wrapper {
display: flex;
flex-wrap: wrap;
max-width: 1216px;
height: 466px;
margin-top: 60px;
width: 100%;
position: relative;
}
.cta-doradztwo__wrapper--left {
width: 45%;
background: rgb(187, 42, 36);
padding-left: 30px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
color: #fff;
gap: 30px;
position: relative;
}
.cta-doradztwo__wrapper--left * {
z-index: 1;
}
.cta-doradztwo__wrapper--left::after {
content: "";
position: absolute;
top: 0;
right: 0;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/mask_cta.png);
background-size: cover;
height: 100%;
width: 326px;
z-index: 0;
}
.cta-doradztwo__wrapper--center {
position: absolute;
content: "";
bottom: 77px;
left: 45%;
transform: translateX(-50%);
width: 239px;
height: 227px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.35);
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/bg_cta_center.png);
background-size: cover;
z-index: 5;
padding: 30px 25px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
@media (max-width: 1200px) {
.cta-doradztwo__wrapper--center {
bottom: 20px;
right: 20px;
left: auto;
transform: none;
}
}
.cta-doradztwo__wrapper--center .content {
display: flex;
flex-direction: column;
gap: 20px;
}
.cta-doradztwo__wrapper--center .content a {
display: flex;
align-items: center;
gap: 11px;
color: #000;
font-weight: 700;
font-size: 15px;
}
.cta-doradztwo__wrapper--center .content a svg {
width: 17px;
height: 17px;
}
.cta-doradztwo__wrapper--center .content a.email svg {
width: auto;
height: 14px;
}
.cta-doradztwo__wrapper--right {
width: 55%;
position: relative;
}
.cta-doradztwo__wrapper--right img {
position: absolute;
width: 100%;
height: 510px;
object-fit: cover;
display: block;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
bottom: 0;
left: 0;
}
@media (max-width: 991.98px) {
.cta-doradztwo .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.cta-doradztwo__wrapper {
flex-direction: column;
height: auto;
background: rgb(187, 42, 36);
}
.cta-doradztwo__wrapper--left, .cta-doradztwo__wrapper--right {
width: 100%;
border-radius: 0px;
}
.cta-doradztwo__wrapper--left {
padding: 20px 20px 15px 20px;
}
.cta-doradztwo__wrapper--left::after {
width: 240px;
}
.cta-doradztwo__wrapper--right {
padding: 0;
margin-top: -20px;
}
.cta-doradztwo__wrapper--right img {
position: static;
width: 100%;
height: auto;
border-radius: 10px;
}
.cta-doradztwo__wrapper--center {
bottom: 10px;
right: 10px;
left: auto;
transform: none;
padding: 20px 10px;
width: 173px;
height: 160px;
}
.cta-doradztwo__wrapper--center .content {
gap: 16px;
}
.cta-doradztwo__wrapper--center .content a {
font-size: 13px;
gap: 9px;
}
.cta-doradztwo__wrapper--center .content a svg {
width: 11px;
height: auto;
}
.cta-doradztwo__naglowek {
font-size: 30px;
}
.cta-doradztwo__tekst {
max-width: 100%;
}
}
.faq-section {
padding: 160px 0;
position: relative;
}
.faq-section__heading-logo {
margin-top: 50px;
}
@media (max-width: 767.98px) {
.faq-section__heading-logo {
margin-top: 20px;
}
}
.faq-section__heading {
position: relative;
padding: 0 35px;
min-height: 757px;
max-height: 758px;
}
@media (max-width: 767.98px) {
.faq-section__heading {
min-height: 369px;
height: auto;
padding: 30px 10px 150px 10px;
}
.faq-section__heading .section-heading {
margin-top: 10px;
}
}
.faq-section__heading .section-heading {
z-index: 2;
max-width: 600px;
margin-top: 10px;
}
.faq-section__heading::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 671px;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/faq_bg.png);
background-repeat: repeat-y;
z-index: 1;
border-radius: 10px;
}
.faq-section__heading::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 469px;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/faq_bg_2.png);
background-repeat: no-repeat;
z-index: 1;
}
@media (max-width: 767.98px) {
.faq-section__heading::after {
height: 225px;
background-size: cover;
left: 7px;
}
}
.faq-section__heading,
.faq-section__heading * {
color: #fff !important;
}
.faq-section .accordion {
margin-top: 30px;
display: flex;
flex-direction: column;
gap: 20px;
z-index: 2;
position: relative;
padding-left: 30px;
}
@media (max-width: 991.98px) {
.faq-section .accordion {
padding-left: 0px;
}
}
.faq-section .accordion .accordion-item {
border: 1px solid rgb(228, 228, 228) !important;
border-radius: 10px;
overflow: hidden;
}
.faq-section .accordion .accordion-item:has(.accordion-collapse.show) {
border-color: rgb(163, 5, 22) !important;
}
.faq-section .accordion .accordion-item .accordion-header,
.faq-section .accordion .accordion-item .accordion-header * {
color: #000 !important;
font-size: 20px;
font-weight: 600;
}
@media (max-width: 767.98px) {
.faq-section .accordion .accordion-item .accordion-header,
.faq-section .accordion .accordion-item .accordion-header * {
font-size: 18px;
}
}
.faq-section .accordion .accordion-item .accordion-header p {
margin-bottom: 0;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
padding-top: 30px;
padding-bottom: 30px;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
background-color: transparent !important;
box-shadow: none !important;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:focus {
box-shadow: none !important;
}
.faq-section .accordion .accordion-item .accordion-body,
.faq-section .accordion .accordion-item .accordion-body * {
color: #000 !important;
font-size: 15px;
font-weight: 400;
}
body.home .faq-section::before {
content: "";
position: absolute;
top: -145px;
left: 0;
width: 100%;
height: 682px;
background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
z-index: 0;
}
body.home .faq-section::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 320px;
background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 88.36%);
z-index: 0;
}
.hero {
padding-bottom: 160px;
}
@media (max-width: 991.98px) {
.hero {
padding-bottom: 120px;
}
}
@media (max-width: 767.98px) {
.hero {
padding-bottom: 80px;
margin-top: 10px;
}
.hero .section-heading {
margin-top: 10px;
}
}
.hero .hero-images-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: 263px 263px;
gap: 30px;
}
@media (max-width: 767.98px) {
.hero .hero-images-grid {
gap: 12px;
grid-template-rows: 115px 115px;
}
}
.hero .hero-images-grid .hero-image-wrapper {
overflow: hidden;
border-radius: 10px;
}
.hero .hero-images-grid .hero-image-wrapper .hero-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.hero .hero-images-grid .hero-image-wrapper-1 {
grid-column: 1/5;
grid-row: 1/2;
}
.hero .hero-images-grid .hero-image-wrapper-2 {
grid-column: 5/7;
grid-row: 1/2;
}
.hero .hero-images-grid .hero-image-wrapper-3 {
grid-column: 1/3;
grid-row: 2/3;
}
.hero .hero-images-grid .hero-image-wrapper-4 {
grid-column: 3/7;
grid-row: 2/3;
}
.section-kafelki {
padding-bottom: 160px;
}
@media (max-width: 767.98px) {
.section-kafelki {
padding-bottom: 80px;
}
}
.section-kafelki__wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
@media (max-width: 1199.98px) {
.section-kafelki__wrapper {
gap: 10px;
margin-top: 40px;
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767.98px) {
.section-kafelki__wrapper {
gap: 10px;
margin-top: 40px;
grid-template-columns: 1fr;
}
}
.section-kafelki__wrapper--item {
position: relative;
border-radius: 10px;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 30px;
gap: 30px;
min-height: 419px;
}
@media (max-width: 767.98px) {
.section-kafelki__wrapper--item {
min-height: 361px;
}
}
.section-kafelki__wrapper--item h2, .section-kafelki__wrapper--item .h2 {
margin-bottom: 10px;
font-size: clamp(26px, 2.5vw, 48px);
font-weight: 600;
z-index: 1;
position: relative;
}
.section-kafelki__wrapper--item .description {
z-index: 1;
position: relative;
}
.section-kafelki__wrapper--item .description,
.section-kafelki__wrapper--item .description * {
font-size: 15px;
font-weight: 400;
}
.section-kafelki__wrapper--item-1 {
background: rgb(187, 42, 36);
border: 1px solid rgb(154, 154, 154);
}
.section-kafelki__wrapper--item-1,
.section-kafelki__wrapper--item-1 * {
color: #fff;
}
.section-kafelki__wrapper--item-1::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
max-width: 363.6px;
height: 406px;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/kafelek_mask_1.png);
z-index: 0;
}
.section-kafelki__wrapper--item-2 {
background: rgb(255, 255, 255);
border: 1px solid rgb(228, 228, 228);
}
.section-kafelki__wrapper--item-2::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
max-width: 363.6px;
height: 406px;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/kafelek_mask_2.png);
z-index: 0;
}
.section-kafelki__wrapper--item-3 {
background: rgb(0, 0, 0);
border: 1px solid rgb(154, 154, 154);
}
.section-kafelki__wrapper--item-3,
.section-kafelki__wrapper--item-3 * {
color: #fff;
}
.section-kafelki__wrapper--item-3::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
max-width: 363.6px;
height: 406px;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/kafelek_mask_3.png);
z-index: 0;
}
.page-template-template-o-nas .hero .section-heading {
margin-top: 0px;
}
.contact-form-wrapper {
display: flex;
flex-wrap: wrap;
height: 525px;
}
@media (max-width: 1199.98px) {
.contact-form-wrapper {
height: auto;
}
}
.contact-form-wrapper__description {
background: rgb(187, 42, 36);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
padding: 54px 30px 30px 30px;
height: 100%;
position: relative;
width: 57%;
overflow: hidden;
}
@media (max-width: 1199.98px) {
.contact-form-wrapper__description {
width: 100%;
min-height: 634px;
height: auto;
border-bottom-left-radius: 0;
border-top-right-radius: 10px;
padding: 30px 20px;
}
}
.contact-form-wrapper__description::after {
position: absolute;
right: 0;
top: 0;
content: "";
width: 571px;
height: 100%;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/contact_mask.png);
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
@media (max-width: 1199.98px) {
.contact-form-wrapper__description::after {
width: 350px;
height: 372px;
bottom: 0;
top: auto;
}
}
.contact-form-wrapper__description,
.contact-form-wrapper__description * {
color: #fff !important;
z-index: 1;
}
.contact-form-wrapper__description .section-heading {
margin-top: 0;
}
.contact-form-wrapper__description .section-heading__description {
max-width: 400px;
}
.contact-form-wrapper__description .section-heading__description * {
font-size: 15px;
font-weight: 400;
}
.contact-form-wrapper__form {
width: 43%;
border-top: 1px solid rgb(228, 228, 228);
border-bottom: 1px solid rgb(228, 228, 228);
border-right: 1px solid rgb(228, 228, 228);
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
padding-left: 30px;
padding-right: 20px;
padding-top: 50px;
height: 100%;
}
@media (max-width: 1199.98px) {
.contact-form-wrapper__form {
width: 100%;
border-top-right-radius: 0px;
border-bottom-left-radius: 10px;
border-left: 1px solid rgb(228, 228, 228);
border-top: none;
height: auto;
padding: 40px 20px 30px 20px;
}
}
.contact-form-wrapper__form h3, .contact-form-wrapper__form .h3 {
font-size: 20px;
color: #000;
font-weight: 600;
}
.contact-form-wrapper__form .col--half {
width: calc(50% - 15px);
}
@media (max-width: 767.98px) {
.contact-form-wrapper__form .col--half {
width: 100%;
}
}
.contact-form-wrapper__form input[type=text],
.contact-form-wrapper__form input[type=email],
.contact-form-wrapper__form textarea,
.contact-form-wrapper__form input[type=tel] {
width: 100%;
border: 1px solid rgb(228, 228, 228);
}
.contact-form-wrapper__form input[type=text]:focus,
.contact-form-wrapper__form input[type=email]:focus,
.contact-form-wrapper__form textarea:focus,
.contact-form-wrapper__form input[type=tel]:focus {
box-shadow: none;
border-color: rgb(228, 228, 228);
}
.contact-form-wrapper__info {
position: absolute;
bottom: 30px;
right: 30px;
height: 285px;
width: 239px;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/contact_center.png);
background-size: contain;
background-repeat: no-repeat;
padding: 20px 25px;
display: flex;
flex-direction: column;
gap: 20px;
}
@media (max-width: 767.98px) {
.contact-form-wrapper__info {
position: relative;
margin: 0 auto;
bottom: auto;
right: auto;
}
}
.contact-form-wrapper__info * {
color: #000 !important;
font-weight: 700 !important;
}
.contact-form-wrapper__info h3, .contact-form-wrapper__info .h3 {
font-weight: 700;
font-size: 24px;
}
.contact-form-wrapper__info-item {
display: flex;
align-items: center;
gap: 15px;
font-size: 15px;
}
.contact-form-wrapper__info--doradztwo {
bottom: 50%;
transform: translateY(50%);
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/bg_cta_center.png);
}
@media (max-width: 767.98px) {
.contact-form-wrapper__info--doradztwo {
position: relative;
margin: 0 auto;
bottom: auto;
right: auto;
transform: translateY(0%);
}
}
.filmy-powiazane-section {
padding-block: 60px;
}
@media (max-width: 767.98px) {
.filmy-powiazane-section {
padding-block: 40px;
}
.filmy-powiazane-section .section-heading {
margin-top: 0;
}
}
.filmy-powiazane-section .section-heading__title {
margin-bottom: 0;
}
.filmy-static-panel[hidden] {
display: none !important;
}
.filmy-panel__description {
font-size: 15px;
color: #000;
margin-bottom: 30px;
max-width: 560px;
}
.artykuly-powiazane-section {
padding-bottom: 40px;
}
@media (max-width: 767.98px) {
.artykuly-powiazane-section {
padding-bottom: 20px;
}
}
.artykuly-powiazane-section .section-heading {
margin-bottom: 0;
margin-top: 0;
}
.artykuly-powiazane-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
}
@media (max-width: 991.98px) {
.artykuly-powiazane-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.artykuly-powiazane-grid .news-item {
height: auto !important;
}
}
@media (max-width: 575.98px) {
.artykuly-powiazane-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.filmy-section {
padding-top: 30px;
}
@media (max-width: 767.98px) {
.filmy-section {
padding-top: 20px;
}
.filmy-section .section-heading {
margin-top: 0;
}
.filmy-section .section-heading .section-heading__title {
margin-bottom: 0;
}
}
.filmy-tabs,
.category-tabs {
display: flex;
flex-wrap: wrap;
gap: 0 32px;
margin-bottom: 20px;
padding-bottom: 0;
justify-content: center;
}
@media (max-width: 767.98px) {
.filmy-tabs,
.category-tabs {
gap: 0 20px;
}
}
.filmy-tab,
.category-tab {
position: relative;
font-size: 15px;
font-weight: 700;
color: #000;
cursor: pointer;
padding-bottom: 12px;
background: none;
border: none;
outline: none;
transition: color 0.2s;
}
.filmy-tab:hover, .filmy-tab.is-active,
.category-tab:hover,
.category-tab.is-active {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.filmy-grid,
.category-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
}
@media (max-width: 991.98px) {
.filmy-grid,
.category-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 575.98px) {
.filmy-grid,
.category-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.film-card {
background: #fff;
border: 1px solid rgb(228, 228, 228);
border-radius: 10px;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}
.film-card__video {
aspect-ratio: 16/9;
overflow: hidden;
background: #000;
}
.film-card__video iframe,
.film-card__video > * {
width: 100%;
height: 100%;
border: none;
display: block;
}
.film-card__content {
padding: 30px 20px;
display: flex;
flex-direction: column;
gap: 10px;
flex: 1;
}
.film-card__title {
font-size: 1.05rem;
font-weight: 700;
color: #000;
margin: 0;
line-height: 1.4;
}
.film-card__description {
font-size: 14px;
font-weight: 400;
color: #333;
margin: 0;
line-height: 1.6;
}
.film-card__link {
margin-top: auto;
padding-top: 8px;
font-size: 14px;
font-weight: 700;
color: #000;
width: fit-content;
}
.film-card__link:hover {
text-decoration: underline;
color: #c0392b;
}
.film-card-wrapper[hidden] {
display: none !important;
}
.filmy-grid,
.category-grid {
transition: opacity 0.2s ease;
}
.filmy-grid.is-loading,
.category-grid.is-loading {
opacity: 0.4;
pointer-events: none;
}
.filmy-empty {
grid-column: 1/-1;
text-align: center;
padding: 60px 0;
font-size: 15px;
color: #666;
}
.filmy-pagination,
.category-pagination {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin-top: 50px;
}
@media (max-width: 767.98px) {
.filmy-pagination,
.category-pagination {
margin-top: 30px;
}
}
.filmy-page-btn {
padding: 10px;
font-size: 24px;
font-weight: 700;
border: none;
background: none;
}
@media (max-width: 575.98px) {
.filmy-page-btn {
font-size: 18px;
padding: 5px;
}
}
.filmy-page-btn:hover {
border-color: #c0392b;
color: #c0392b;
}
.filmy-page-btn.is-active {
color: rgba(var(--bs-link-hover-color-rgb));
pointer-events: none;
}
.filmy-page-btn--arrow.next, .filmy-page-btn--arrow.prev {
color: transparent;
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/right-pag.svg) no-repeat center center;
background-size: 14px 22px;
transition-duration: 0.15s;
}
.filmy-page-btn--arrow.next:hover, .filmy-page-btn--arrow.prev:hover {
transform: scale(1.3);
}
.filmy-page-btn--arrow.prev {
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/left-pag.svg) no-repeat center center;
background-size: 14px 22px;
transition-duration: 0.15s;
}
.filmy-page-btn--arrow.prev:hover {
transform: scale(1.3);
}
.site-footer {
background: rgb(0, 0, 0);
padding-top: 60px;
padding-bottom: 50px;
}
.site-footer * {
color: #fff;
}
.site-footer h3, .site-footer .h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 25px;
}
.site-footer .footer-menu-col-links {
display: flex;
flex-direction: column;
gap: 20px;
list-style: none;
padding: 0;
margin: 0;
padding-right: 5px;
}
.site-footer .footer-menu-col-links li a {
font-size: 15px;
font-weight: 400;
}
.site-footer__accordion-trigger {
display: flex;
align-items: center;
justify-content: space-between;
cursor: default;
}
@media (max-width: 991.98px) {
.site-footer__accordion-trigger {
cursor: pointer;
user-select: none;
padding-bottom: 20px;
border-bottom: 1px solid rgb(92, 92, 92);
margin-bottom: 0 !important;
}
}
.site-footer__accordion-icon {
display: none;
flex-shrink: 0;
transition: transform 0.3s ease;
}
@media (max-width: 991.98px) {
.site-footer__accordion-icon {
display: block;
}
}
@media (max-width: 991.98px) {
.site-footer__accordion-body {
overflow: hidden;
max-height: 0;
transition: max-height 0.35s ease;
margin-bottom: 0 !important;
}
}
.site-footer__accordion--open .site-footer__accordion-icon {
transform: rotate(180deg);
}
@media (max-width: 991.98px) {
.site-footer__accordion--open .site-footer__accordion-body {
max-height: 600px;
padding-top: 25px;
}
}
.site-footer__main {
padding-bottom: 50px;
border-bottom: 1px solid rgb(92, 92, 92);
row-gap: 20px;
}
@media (max-width: 991.98px) {
.site-footer__main {
border-bottom: none;
}
}
.site-footer__main--items-contact {
display: flex;
flex-direction: column;
gap: 25px;
align-items: flex-start;
}
.site-footer__main--items-contact a,
.site-footer__main--items-contact a *,
.site-footer__main--items-contact span,
.site-footer__main--items-contact span * {
font-weight: 700;
}
.site-footer__main--items-contact .izo-text {
font-size: 15px;
}
.site-footer__main--items-item {
display: flex;
flex-direction: row;
gap: 18px;
}
.site-footer__main--items-item svg {
width: 16px;
height: 20px;
}
.site-footer__main--items-item-link a {
display: flex;
flex-direction: row;
gap: 18px;
}
.site-footer__additional {
padding-top: 50px;
}
@media (max-width: 991.98px) {
.site-footer__additional {
padding-top: 0;
row-gap: 30px;
}
.site-footer__additional--privacy {
margin-top: 20px;
}
}
@media (min-width: 768px) {
.site-footer__additional--logo {
padding-right: 30px;
}
}
@media (max-width: 991.98px) {
.site-footer__additional--logo img {
max-width: 350px;
}
}
.site-footer__additional--logo img {
width: 100%;
height: auto;
object-fit: cover;
}
@media (min-width: 768px) {
.site-footer__additional--text {
padding-right: 30px;
padding-top: 25px;
}
}
.site-footer__additional--text,
.site-footer__additional--text * {
font-size: 15px;
font-weight: 400;
}
.site-footer__additional--social {
display: flex;
flex-direction: row;
gap: 22px;
}
@media (min-width: 768px) {
.site-footer__additional--social {
padding-top: 25px;
}
}
.site-footer__additional--social * {
color: #fff;
}
@media (min-width: 768px) {
.site-footer__additional--privacy {
padding-top: 25px;
}
}
.site-footer__additional--privacy * {
font-size: 15px;
font-weight: 400;
}
.cw-toast {
position: fixed;
top: 2rem;
right: 2rem;
z-index: 9999;
display: flex;
align-items: center;
gap: 0.75rem;
padding: 1rem 1.4rem;
border-radius: 0.5rem;
background: #fff;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
min-width: 260px;
max-width: 360px;
pointer-events: none;
opacity: 0;
transform: translateY(-1.5rem);
transition: opacity 0.3s ease, transform 0.3s ease;
}
.cw-toast--visible {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
.cw-toast__icon {
flex-shrink: 0;
width: 2.2rem;
height: 2.2rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.cw-toast__icon svg {
width: 1.1rem;
height: 1.1rem;
fill: none;
stroke: #fff;
stroke-width: 2.5;
stroke-linecap: round;
stroke-linejoin: round;
}
.cw-toast--wishlist .cw-toast__icon, .cw-toast--cart .cw-toast__icon {
background: #27ae60;
}
.cw-toast__text {
font-size: 0.9rem;
font-weight: 500;
color: #222;
line-height: 1.3;
}
.cw-toast__close {
margin-left: auto;
flex-shrink: 0;
background: none;
border: none;
cursor: pointer;
padding: 0;
color: #aaa;
font-size: 1.1rem;
line-height: 1;
transition: color 0.2s;
}
.cw-toast__close:hover {
color: #444;
}
@media (max-width: 576px) {
.cw-toast {
top: 1rem;
right: 1rem;
left: 1rem;
max-width: none;
}
}
.page-not-found {
padding-block: max(3rem, 5vw);
}
.site-header {
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 100;
background-color: #fff;
padding-bottom: 15px;
transition: transform 0.3s ease;
}
@media (max-width: 1199.98px) {
.site-header .row > * {
padding-left: 0;
padding-right: 0;
}
.site-header {
padding-bottom: 0;
}
}
.site-header .logo-wrapper a {
display: block;
}
.site-header .logo-wrapper img {
height: 54.1px;
}
@media (max-width: 1199.98px) {
.site-header .logo-wrapper img {
height: auto;
}
}
.site-header .top-bar {
background: #000;
transition: max-height 0.3s ease, opacity 0.25s ease;
will-change: max-height, opacity;
max-height: 120px;
}
.site-header .top-bar__container {
color: #fff;
height: 84px;
}
@media (max-width: 1199.98px) {
.site-header .top-bar__container {
height: 59px;
}
}
.site-header .top-bar__container .contact-wrapper {
gap: 20px;
}
@media (max-width: 1199.98px) {
.site-header .top-bar__container .contact-wrapper {
gap: 15px;
}
}
.site-header .top-bar__container .contact-wrapper__item {
font-size: 15px;
font-weight: 700;
}
@media (max-width: 1199.98px) {
.site-header .top-bar__container .contact-wrapper__item {
font-size: 12px;
}
}
@media (max-width: 1199.98px) {
.site-header .top-bar__container .header__search {
display: flex;
justify-content: flex-end;
}
}
@media (max-width: 767.98px) {
.site-header .top-bar__container {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
.site-header .top-bar .dgwt-wcas-sf-wrapp {
background: transparent;
}
.site-header .top-bar .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
border-radius: 10px;
padding-left: 24px;
padding-right: 48px;
color: rgb(0, 0, 0);
font-size: 15px;
font-weight: 700;
}
.site-header .top-bar .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
color: rgb(0, 0, 0);
font-size: 15px;
font-weight: 700;
}
.site-header .top-bar .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
right: 20px;
}
.site-header .top-bar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
left: auto;
right: 20px;
}
.site-header .top-bar__social {
display: flex;
gap: 12px;
align-items: flex-end;
padding-right: 110px;
}
.site-header .top-bar__social-link svg {
max-height: 23px;
}
.site-header .top-bar .wpml-ls-legacy-dropdown {
width: 60px;
}
.site-header .menu-menu-kategorie-container .main-menu-category {
display: flex;
flex-wrap: nowrap;
justify-content: flex-end;
list-style: none;
margin: 0;
padding: 0;
border: 1px solid rgb(233, 233, 233);
border-radius: 6px;
overflow: hidden;
}
.site-header .menu-menu-kategorie-container .main-menu-category .menu-item {
flex: 1 1 auto;
min-width: 98px;
border-right: 1px solid rgb(233, 233, 233);
}
.site-header .menu-menu-kategorie-container .main-menu-category .menu-item:last-child {
border-right: 0;
}
.site-header .menu-menu-kategorie-container .main-menu-category .menu-item.current-menu-item a, .site-header .menu-menu-kategorie-container .main-menu-category .menu-item.current-menu-ancestor a, .site-header .menu-menu-kategorie-container .main-menu-category .menu-item.current_page_item a {
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
color: #fff;
}
.site-header .menu-menu-kategorie-container .main-menu-category .menu-item a {
display: flex;
min-height: 72px;
width: 100%;
align-items: center;
justify-content: center;
text-align: left;
padding: 12px 14px;
color: #000;
text-decoration: none;
font-size: 15px;
line-height: 1.2;
font-weight: 600;
transition: background 0.2s ease, color 0.2s ease, min-height 0.28s ease, font-size 0.28s ease, padding 0.28s ease;
}
.site-header .menu-menu-kategorie-container .main-menu-category .menu-item a:hover, .site-header .menu-menu-kategorie-container .main-menu-category .menu-item a:focus {
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
color: #fff;
}
.site-header .header-icons {
gap: 15px;
align-items: center;
}
.site-header .header-icons a {
display: flex;
align-items: center;
justify-content: center;
color: #000;
transition: color 0.2s ease;
height: fit-content;
}
.site-header .header-icons a:hover, .site-header .header-icons a:focus {
color: var(--bs-primary);
}
@media (max-width: 1199.98px) {
.site-header .header-icons {
justify-content: flex-end;
}
.site-header .header-icons a svg {
height: 24px;
}
}
.site-header .main-menu {
margin: 20px 0;
}
@media (max-width: 1199.98px) {
.site-header .main-menu {
margin: 15px 0;
}
}
.site-header #mega-menu-wrap-max_mega_menu_2 {
position: static;
}
.site-header #mega-menu-max_mega_menu_2 {
position: absolute !important;
left: 0 !important;
width: 100% !important;
}
@media (min-width: 1200px) {
.site-header.is-scroll-compact {
transform: translateY(-85px);
}
.site-header.is-scroll-compact .main-menu {
margin: 5px 0;
}
.site-header.is-scroll-compact .menu-menu-kategorie-container .main-menu-category .menu-item a {
min-height: 58px;
font-size: 13px;
padding-top: 8px;
padding-bottom: 8px;
}
}
@media (max-width: 1199.98px) {
.site-header.is-scroll-compact {
transform: translateY(-59px);
}
.site-header.is-scroll-compact .top-bar {
overflow: hidden;
}
}
@media (max-width: 767.98px) {
.site-header .container {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
@media (max-width: 1199.98px) {
body.mega-menu-max_mega_menu_2-mobile-open header.is-scroll-compact {
transform: translateY(0px) !important;
}
}
@media (max-width: 991.98px) {
.site-header .menu-menu-kategorie-container {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.site-header .menu-menu-kategorie-container .main-menu-category {
min-width: max-content;
}
}
@media (min-width: 1454px) {
#mega-menu-wrap-navbar #mega-menu-navbar {
gap: 37px;
}
}
@media (min-width: 768px) and (max-width: 1560px) {
#mega-menu-wrap-navbar #mega-menu-navbar {
gap: 10px;
}
}
@media (min-width: 768px) {
#mega-menu-wrap-navbar #mega-menu-navbar {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#mega-menu-wrap-navbar #mega-menu-navbar a:hover {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
text-decoration: none !important;
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
text-decoration: none !important;
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:focus {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
text-decoration: none !important;
}
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
text-decoration: none !important;
}
@media (max-width: 1200px) {
.max-mega-menu {
padding-top: 20px !important;
padding-bottom: 30px !important;
overflow-y: scroll !important;
max-height: calc(100vh - 100px) !important;
}
.max-mega-menu li.mega-prod-cat .mega-menu-link,
.max-mega-menu li.mega-menu-item .mega-menu-link {
height: auto !important;
min-height: unset !important;
line-height: 1.12 !important;
}
.max-mega-menu li.mega-prod-cat .mega-menu-link {
padding-top: 15px !important;
padding-bottom: 15px !important;
border-bottom: 1px solid rgb(228, 228, 228) !important;
font-size: 15px !important;
font-weight: 700 !important;
text-transform: none !important;
}
.max-mega-menu li.mega-prod-cat:first-of-type .mega-menu-link {
border-top: 1px solid rgb(228, 228, 228) !important;
}
.max-mega-menu li.mega-menu-item:not(.mega-prod-cat).mega-its-first .mega-menu-link {
padding-top: 30px !important;
}
.max-mega-menu li.mega-menu-item:not(.mega-prod-cat) .mega-menu-link {
padding-top: 10px !important;
padding-bottom: 10px !important;
font-size: 14px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
font-variant-caps: small-caps;
}
.max-mega-menu .mobile-menu-social {
display: flex;
gap: 16px;
align-items: center;
justify-content: flex-start;
padding: 10px;
margin-top: 20px;
}
.max-mega-menu .mobile-menu-social a {
display: flex;
align-items: center;
justify-content: center;
color: #000;
text-decoration: none;
}
.max-mega-menu .mobile-menu-social a svg {
max-height: 24px;
width: auto;
}
.top-bar__social {
display: none !important;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
margin-right: 0px;
}
}
@media (max-width: 575.98px) {
.wpml-ls-legacy-dropdown a span {
font-size: 13px !important;
}
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
max-width: 20px !important;
}
.site-header .top-bar .wpml-ls-legacy-dropdown {
width: 50px;
}
}
@media (min-width: 768px) {
.wpml-ls-legacy-dropdown a span {
font-size: 16px !important;
font-weight: 700 !important;
}
}
li.product {
position: relative;
border: solid 1px #ffffff;
border-radius: 5px;
width: 100%;
text-align: center;
padding-bottom: 20px;
overflow: hidden;
list-style: none;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.015) 1.04%, rgba(255, 255, 255, 0) 98.96%);
}
li.product::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.015) 1.04%, rgba(255, 255, 255, 0) 98.96%);
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
li.product::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.01) 1.04%, rgba(255, 255, 255, 0.015) 200%);
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
@media (max-width: 600px) {
li.product {
max-width: 306px;
height: auto;
}
}
li.product:hover::after {
opacity: 1;
}
li.product:hover .product-index-swatches {
border-bottom-color: var(--color-black);
}
li.product:hover .attachment-woocommerce_thumbnail {
overflow: hidden;
transform: scale(1.05);
}
.product-card__wrapper {
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
}
.product-card__link {
display: block;
text-decoration: none;
width: 100%;
}
.product-card__image-wrapper {
overflow: hidden;
height: 236px;
display: flex;
align-items: center;
justify-content: center;
}
.product-card__image-wrapper .attachment-woocommerce_thumbnail {
display: flex;
max-height: 210px;
transition-duration: 0.15s;
object-fit: cover;
height: 95%;
width: auto;
margin: auto;
transition: all 0.3s ease;
}
.product-card__sku {
display: flex;
justify-content: flex-start;
padding: 0 20px;
}
.product-card__sku * {
font-size: 12px;
font-weight: 700;
margin: 5px 0;
}
@media (max-width: 767.98px) {
.product-card__sku {
padding: 0;
font-size: 11px;
}
}
.product-card__title-wrapper {
margin: 10px 0;
}
.product-card__title-wrapper .woocommerce-loop-product__title {
color: #000;
font-size: 20px;
text-transform: none;
font-weight: 700;
margin-bottom: 0;
padding: 0 20px;
text-align: left;
}
@media (max-width: 767.98px) {
.product-card__title-wrapper .woocommerce-loop-product__title {
padding: 0;
font-size: 16px;
}
}
@media (max-width: 800px) {
.product-card__title-wrapper {
padding: 0 10px;
}
}
.product-card__content {
width: 100%;
padding: 0 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
}
@media (max-width: 767.98px) {
.product-card__content {
padding: 0 10px;
}
}
.product-card__price-wrapper {
margin: 10px 0;
}
.product-card__price-wrapper .price {
display: flex;
flex-direction: row;
justify-content: flex-start;
gap: 13px;
}
.product-card__price-wrapper .price,
.product-card__price-wrapper .price * {
font-size: 25px !important;
color: #000;
font-weight: 700;
text-decoration: none;
}
@media (max-width: 767.98px) {
.product-card__price-wrapper .price,
.product-card__price-wrapper .price * {
font-size: 16px !important;
}
}
.product-card__price-wrapper .price ins * {
color: #ff0000;
}
.product-card__price-wrapper .price del * {
text-decoration: line-through;
font-size: 13px;
}
.product-card__actions {
margin-top: 20px;
}
body:not(.home) li.product {
border-color: #e4e4e4;
}
body:not(.home) li.product .product-card__image-wrapper {
background: #fff;
}
.single-product .site-main {
min-height: unset;
}
.single-product .site-main .product-archive-top {
display: none;
}
.single-product .banner {
margin: 30px 0 0 0;
min-height: 110px;
}
.single-product .banner__image::after {
display: none;
}
.single-product .cart-additional-text {
margin: 30px 0 0 0;
}
.single-product .product > .container {
display: flex;
gap: 30px;
flex-wrap: wrap;
position: relative;
}
@media (max-width: 1024px) {
.single-product .product > .container {
display: flex;
flex-direction: column;
gap: 0;
}
}
.single-product .product > .container .onsale {
left: 25px;
}
.single-product .product > .container .woocommerce-product-gallery {
width: calc(41.6666666667% - 15px);
}
@media (max-width: 1200px) {
.single-product .product > .container .woocommerce-product-gallery {
width: 100%;
margin-bottom: 10px;
}
}
.single-product .product > .container .summary {
width: calc(58.3333333333% - 15px);
}
@media (max-width: 1200px) {
.single-product .product > .container .summary {
width: 100%;
margin-bottom: 10px;
}
}
.single-product .product > .container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
display: none !important;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main {
margin-bottom: 20px;
border: 1px solid rgb(185, 185, 185);
border-radius: 10px;
overflow: hidden;
height: 100%;
max-height: 502px;
position: relative;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .swiper-wrapper {
max-height: 502px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
aspect-ratio: 1/1;
max-height: 502px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .swiper-slide a {
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .swiper-slide img {
width: auto;
height: 90%;
object-fit: cover;
display: block;
}
@media (max-width: 600px) {
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main {
max-height: 242px;
margin-bottom: 10px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .swiper-wrapper {
max-height: 242px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .swiper-slide {
max-height: 242px;
}
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
overflow: hidden;
width: 49px;
height: 49px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid rgb(228, 228, 228);
background: #fff;
color: #000;
transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn::before {
content: "";
position: absolute;
width: calc(100% - 4px);
height: calc(100% - 4px);
border-radius: 50%;
background: linear-gradient(90deg, #c3c3c3 0%, rgba(195, 195, 195, 0) 100%);
padding: 2px;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn svg {
position: relative;
z-index: 1;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn:hover, .single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn:focus-visible {
outline: none;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
color: #fff;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn:hover::before, .single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn:focus-visible::before {
opacity: 1;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn--prev {
left: 16px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn--next {
right: 16px;
}
@media (max-width: 600px) {
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn {
width: 40px;
height: 40px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn--prev {
left: 8px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-main .product-gallery-nav-btn--next {
right: 8px;
}
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-thumbs {
height: 100%;
max-height: 188px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-thumbs .swiper-slide {
cursor: pointer;
opacity: 1;
transition: opacity 0.3s ease;
border-radius: 10px;
border: 1px solid rgb(185, 185, 185);
overflow: hidden;
max-height: 188px;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-thumbs .swiper-slide:hover {
opacity: 0.8;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
opacity: 1;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-thumbs .swiper-slide img {
width: auto;
height: 100%;
object-fit: cover;
display: block;
}
@media (max-width: 600px) {
.single-product .product > .container .woocommerce-product-gallery .product-gallery-thumbs {
max-height: 78px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-thumbs .swiper-wrapper {
max-height: 78px;
}
.single-product .product > .container .woocommerce-product-gallery .product-gallery-thumbs .swiper-slide {
max-height: 78px;
}
}
.single-product .product > .container .summary {
position: relative;
}
.single-product .product > .container .summary .wc-variation-is-unavailable {
display: none !important;
}
.single-product .product > .container .summary .added_to_cart {
color: var(--color-black);
text-decoration: underline;
width: 243px;
padding: 0;
margin-top: 15px;
text-align: center;
}
.single-product .product > .container .summary .added_to_cart:hover {
opacity: 0.7;
}
.single-product .product > .container .summary .yith-add-to-wishlist-button-block,
.single-product .product > .container .summary .single-product__wishlist {
position: absolute;
top: 50px;
right: 0;
}
.single-product .product > .container .summary .yith-wcwl-add-to-wishlist-button svg {
transition-duration: 0.15s;
}
.single-product .product > .container .summary .yith-wcwl-add-to-wishlist-button:hover svg {
transform: scale(1.2);
}
.single-product .product > .container .summary .product_compare {
position: absolute;
top: 0;
right: 0;
padding: 0;
margin: 0;
}
@media (max-width: 360px) {
.single-product .product > .container .summary .product_compare {
position: static;
width: 243px;
text-align: center;
margin-top: 15px;
padding: 10px 0;
}
}
.single-product .product > .container .summary .product_compare a {
height: 35px;
margin-top: 5px;
display: flex;
justify-content: center;
align-items: center;
transition-duration: 0.15s;
font-size: 12px;
font-family: var(--font-mulish-semibold);
color: var(--color-black);
}
@media (max-width: 360px) {
.single-product .product > .container .summary .product_compare a {
margin-top: 0;
height: fit-content;
}
}
.single-product .product > .container .summary .product_compare a::before {
content: "";
display: flex;
align-items: center;
padding-left: 25px;
height: 15px;
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/images/icons/compare.svg) no-repeat left center;
background-size: 15px 15px;
}
.single-product .product > .container .summary .product_compare a:hover {
opacity: 0.7;
}
.single-product .product > .container .yith-wcwl-loader {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
border: 3px solid rgba(0, 0, 0, 0.2);
border-top-color: #000;
border-radius: 50%;
animation: spin 0.8s linear infinite;
z-index: 20;
}
.single-product .product > .container { }
.single-product .product > .container .yith-wcwl-add-to-wishlist {
position: relative;
}
.single-product .product-gallery-slide > div.woocommerce-product-gallery__image {
max-height: 429px;
width: 100% !important;
}
.single-product .product-gallery-slide > div.woocommerce-product-gallery__image > a {
height: 100%;
outline-offset: 0;
max-height: 429px;
}
.single-product .product-gallery-slide > div.woocommerce-product-gallery__image > a img {
max-height: 429px;
height: 100% !important;
object-fit: contain;
}
.single-product .product-gallery-buttons {
position: absolute;
top: 20px;
right: 20px;
display: flex;
flex-direction: row;
gap: 20px;
z-index: 1;
}
@media (max-width: 1280px) {
.single-product .product-gallery-buttons {
gap: 10px;
}
}
@media (max-width: 1024px) {
.single-product .product-gallery-buttons {
top: 10px;
right: 10px;
}
}
.single-product .product-gallery-buttons__btn {
width: 62px;
height: 43px;
border-radius: 5px;
border: solid 1px var(--color-border);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: 10px;
background-color: var(--color-white);
color: var(--color-black);
transition-duration: 0.15s;
cursor: pointer;
text-transform: uppercase;
}
@media (max-width: 1280px) {
.single-product .product-gallery-buttons__btn {
width: 53px;
height: 32px;
font-size: 8px;
line-height: 8px;
}
}
.single-product .product-gallery-buttons__btn img {
transition-duration: 0.15s;
width: 23px !important;
height: 23px !important;
}
@media (max-width: 1280px) {
.single-product .product-gallery-buttons__btn img {
width: 18px !important;
height: 18px !important;
}
}
.single-product .product-gallery-buttons__btn span {
font-weight: normal;
font-size: 16px;
color: var(--color-black);
transition-duration: 0.15s;
}
@media (max-width: 1280px) {
.single-product .product-gallery-buttons__btn span {
font-size: 14px;
line-height: 16px;
}
}
.single-product .product-gallery-buttons__btn:hover {
background-color: var(--color-black);
border-color: var(--color-black);
color: var(--color-white);
}
.single-product .product-gallery-buttons__btn:hover span {
color: var(--color-white);
}
.single-product .product-gallery-buttons__btn:hover img {
filter: invert(1);
}
.single-product .product-gallery-slider {
display: flex;
flex-direction: row;
max-height: 521px;
overflow: hidden;
border: solid 1px var(--color-border);
border-radius: 5px;
padding-top: 90px;
transition-duration: 0.3s;
}
@media (max-width: 1024px) {
.single-product .product-gallery-slider {
padding-top: 50px;
}
}
.single-product .product-gallery-slider .slick-track {
height: 100%;
}
@media (max-width: 1024px) {
.single-product .product-gallery-slider .slick-track .woocommerce-product-gallery__image {
height: 100%;
}
.single-product .product-gallery-slider .slick-track .woocommerce-product-gallery__image a {
height: 100%;
}
.single-product .product-gallery-slider .slick-track .woocommerce-product-gallery__image a img {
height: 100% !important;
}
}
.single-product .product-gallery-slide {
height: 100% !important;
}
.single-product .product-gallery-slide + .product-gallery-slide {
display: none !important;
}
.single-product .product-badges-images {
display: flex;
flex-direction: row;
gap: 20px;
position: absolute;
top: 12px;
left: 10px;
z-index: 1;
height: 50px;
}
.single-product .product-badges-images > div {
max-width: 79px;
height: 100%;
max-height: 50px;
}
.single-product .product-badges-images a,
.single-product .product-badges-images img {
display: block;
height: 100% !important;
transition-duration: 0.15s;
}
.single-product .product-badges-images a:hover img {
opacity: 0.7;
}
.single-product .product-ean {
margin: 20px 0;
}
.single-product .product-ean strong {
margin-right: 15px;
}
.single-product table.variations {
margin: 30px 0;
}
.single-product table.variations tr {
display: flex;
flex-direction: column;
gap: 20px;
}
.single-product table.variations tr th.label label {
line-height: normal;
font-size: 15px;
font-weight: 300;
color: #000;
}
.single-product table.variations tr td.value select {
padding: 10px 40px 10px 20px;
background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000000' d='M1.41 0L6 4.59L10.59 0L12 1.41L6 7.41L0 1.41L1.41 0Z'/%3E%3C/svg%3E") no-repeat;
background-position: right 15px center;
background-size: 12px;
border: 1px solid rgb(228, 228, 228);
border-radius: 10px;
color: #000;
font-size: 15px;
font-weight: 400;
width: 262px;
max-width: 500px;
cursor: pointer;
transition: all 0.3s ease;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.single-product table.variations tr td.value select:focus {
outline: none;
}
.single-product table.variations tr td.value select option {
background-color: #fff;
color: #000;
}
@media (max-width: 575.98px) {
.single-product table.variations tr td.value select {
width: 100%;
}
}
.single-product table.variations tr td.value .variation-select {
position: relative;
min-width: 321px;
width: 100%;
max-width: 500px;
}
.single-product table.variations tr td.value .variation-select__selected {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
background: transparent;
border: 1px solid #fff;
border-radius: 5px;
color: #000;
font-size: 15px;
font-weight: 400;
cursor: pointer;
transition: all 0.3s ease;
user-select: none;
}
.single-product table.variations tr td.value .variation-select__selected:hover {
border-color: rgba(255, 255, 255, 0.7);
}
.single-product table.variations tr td.value .variation-select__text {
flex: 1;
}
.single-product table.variations tr td.value .variation-select__arrow {
width: 12px;
height: 8px;
transition: transform 0.3s ease;
flex-shrink: 0;
margin-left: 10px;
}
.single-product table.variations tr td.value .variation-select--open .variation-select__arrow {
transform: rotate(180deg);
}
.single-product table.variations tr td.value .variation-select--open .variation-select__items {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.single-product table.variations tr td.value .variation-select__items {
position: absolute;
top: calc(100% + 5px);
left: 0;
right: 0;
background: var(--bs-body-bg);
border: 1px solid #fff;
border-radius: 5px;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
z-index: 100;
max-height: 250px;
overflow-y: auto;
}
.single-product table.variations tr td.value .variation-select__items::-webkit-scrollbar {
width: 8px;
}
.single-product table.variations tr td.value .variation-select__items::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.1);
border-radius: 4px;
}
.single-product table.variations tr td.value .variation-select__items::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.3);
border-radius: 4px;
}
.single-product table.variations tr td.value .variation-select__items::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.5);
}
.single-product table.variations tr td.value .variation-select__item {
padding: 12px 20px;
color: #fff;
font-size: 15px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.single-product table.variations tr td.value .variation-select__item:hover {
color: rgba(var(--bs-link-hover-color-rgb));
}
.single-product table.variations tr td.value .variation-select__item--selected {
color: rgba(var(--bs-link-hover-color-rgb));
font-weight: 500;
}
.single-product table.variations tr td.value .variation-select__item:first-child {
border-radius: 5px 5px 0 0;
}
.single-product table.variations tr td.value .variation-select__item:last-child {
border-radius: 0 0 5px 5px;
}
.single-product .product-category {
margin-bottom: 20px;
}
.single-product .product-category a {
color: #000;
font-size: 13px;
font-weight: 700;
text-decoration: none;
}
.single-product .product-category a:hover {
color: rgba(var(--bs-link-hover-color-rgb));
}
.single-product .product-card__sku-label {
font-size: 12px;
font-weight: 700;
margin-bottom: 10px;
display: block;
color: #000;
}
.single-product .product_title {
font-size: 36px;
margin-bottom: 20px;
max-width: 850px;
text-transform: none;
font-weight: 700;
}
@media (max-width: 1024px) {
.single-product .product_title {
font-size: 24px;
}
}
.single-product .price {
margin-bottom: 30px;
display: flex;
gap: 13px;
flex-direction: row-reverse;
width: fit-content;
}
.single-product .price,
.single-product .price * {
font-size: 32px;
font-weight: 700;
text-decoration: none;
color: #000;
}
.single-product .price ins * {
color: #ff0000;
}
.single-product .price del * {
text-decoration: line-through;
font-size: 13px;
}
.single-product .woocommerce-product-details__short-description p {
font-size: 15px;
font-weight: 400;
margin-bottom: 30px;
display: block;
}
.single-product .woocommerce-variation-price {
display: none !important;
}
.single-product .color-attribute-select {
margin-bottom: 0;
}
.single-product .in-stock {
display: none !important;
}
.single-product .out-of-stock {
margin: 10px 0 25px 0;
color: var(--color-black);
}
.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart:not(.variations_form) {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 15px;
}
.single-product .comfino-banner-container {
height: 400px;
}
.single-product { }
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
width: 100%;
margin-top: 100px;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
display: flex;
flex-direction: row;
width: 100%;
overflow-x: auto;
padding: 0 !important;
margin: 0 0 20px 0;
position: relative;
gap: 83px;
}
@media (max-width: 1199.98px) {
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
gap: 70px;
}
}
@media (max-width: 767.98px) {
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
gap: 60px;
}
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs::before, .single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs::after {
display: none;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs .tab-indicator {
position: absolute;
top: 0;
left: 0;
height: 100%;
background-color: var(--color-black);
transition-duration: 0.3s;
}
@media (max-width: 800px) {
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs .tab-indicator {
display: none;
}
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
border: none;
background: none;
border-radius: 0;
padding: 0;
display: block;
margin: 0;
background: none !important;
z-index: 1;
transition-duration: 0.3s;
position: relative;
line-height: 29px;
width: fit-content;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::before, .single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::after {
display: none;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
color: #000;
background: none !important;
font-size: 24px;
font-weight: 700;
width: max-content;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
transition-duration: 0.3s;
z-index: 2;
position: relative;
text-decoration: none;
}
@media (max-width: 800px) {
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
font-size: 20px;
}
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a:hover {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
@media (max-width: 800px) {
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
margin-top: 50px;
}
}
.single-product #omnibus-price-data {
font-weight: 400;
font-size: 12px;
}
.single-product .woocommerce-Tabs-panel {
padding-bottom: 80px;
}
@media (max-width: 767.98px) {
.single-product .woocommerce-Tabs-panel {
padding-bottom: 40px;
}
}
.single-product .woocommerce-Tabs-panel--dane-techniczne tbody tr:nth-child(odd) {
background: #1a2b41;
}
.single-product .woocommerce-Tabs-panel--dane-techniczne tbody td,
.single-product .woocommerce-Tabs-panel--dane-techniczne tbody th,
.single-product .woocommerce-Tabs-panel--dane-techniczne thead td,
.single-product .woocommerce-Tabs-panel--dane-techniczne thead th {
padding: 14px 20px;
text-align: left;
border: none;
}
.single-product .woocommerce-Tabs-panel--dane-techniczne tbody tr td:first-child {
padding-right: 160px;
}
@media (max-width: 800px) {
.single-product .woocommerce-Tabs-panel--dane-techniczne tbody tr td:first-child {
padding-right: 100px;
}
}
.single-product .woocommerce-Tabs-panel--dane-techniczne tbody tr td {
font-weight: 400;
font-size: 15px;
}
.single-product .woocommerce-Tabs-panel--description h2, .single-product .woocommerce-Tabs-panel--description .h2,
.single-product .woocommerce-Tabs-panel--description h3,
.single-product .woocommerce-Tabs-panel--description .h3,
.single-product .woocommerce-Tabs-panel--description h4,
.single-product .woocommerce-Tabs-panel--description .h4,
.single-product .woocommerce-Tabs-panel--description .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6),
.single-post-content .single-product .woocommerce-Tabs-panel--description :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6),
.single-product .woocommerce-Tabs-panel--description h5,
.single-product .woocommerce-Tabs-panel--description .h5 {
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
}
.single-product .woocommerce-Tabs-panel--description p {
font-size: 15px;
font-weight: 400;
margin-bottom: 20px;
}
.single-product .woocommerce-Tabs-panel--filmy {
width: 100%;
}
.single-product .woocommerce-Tabs-panel--filmy .product-videos-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
width: 100%;
padding-bottom: 40px;
}
@media (max-width: 1453.98px) {
.single-product .woocommerce-Tabs-panel--filmy .product-videos-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 991.98px) {
.single-product .woocommerce-Tabs-panel--filmy .product-videos-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 15px;
padding-bottom: 20px;
}
}
.single-product .woocommerce-Tabs-panel--filmy .product-videos-grid .film-card {
border-radius: 0px;
}
.single-product .woocommerce-Tabs-panel--filmy .product-videos-vertical {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 20px;
width: 100%;
padding-top: 30px;
}
@media (max-width: 1199.98px) {
.single-product .woocommerce-Tabs-panel--filmy .product-videos-vertical {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 767.98px) {
.single-product .woocommerce-Tabs-panel--filmy .product-videos-vertical {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
}
@media (max-width: 575.98px) {
.single-product .woocommerce-Tabs-panel--filmy .product-videos-vertical {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.single-product .woocommerce-Tabs-panel--filmy .product-video-vertical__ratio {
position: relative;
width: 100%;
padding-top: 177.78%;
}
.single-product .woocommerce-Tabs-panel--filmy .product-video-vertical__ratio iframe,
.single-product .woocommerce-Tabs-panel--filmy .product-video-vertical__ratio video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.single-product .woocommerce-Tabs-panel--realizacje {
width: 100%;
}
.single-product .woocommerce-Tabs-panel--realizacje .realizacje-klientow-box {
width: 100%;
}
.single-product .woocommerce-Tabs-panel--realizacje .realizacje-klientow-box .realizacje-klientow-grid {
width: 100%;
overflow: hidden;
display: grid !important;
margin-left: 0;
margin-right: 0;
}
@media (max-width: 767.98px) {
.single-product .woocommerce-Tabs-panel--realizacje .realizacje-klientow-box .realizacje-klientow-grid .realizacja-card__tekst {
padding-top: 0 !important;
}
}
.single-product #tab-title-reviews {
display: none !important;
}
.single-product .additional-product-buttons a {
max-width: 243px;
display: block;
margin: 20px 0;
}
.single-product #photoswipe-fullscreen-dialog {
top: 0 !important;
height: 100% !important;
}
@media (max-width: 1024px) {
.single-product .pswp__preloader {
position: absolute;
right: 132px;
}
}
.single-product .pswp__caption__center {
text-align: center !important;
}
.single-product { }
.single-product .zen,
.single-product .zen--opacity {
transition-duration: 0.3s;
height: fit-content;
overflow: hidden;
}
.single-product.zen-mode .zen {
opacity: 0 !important;
height: 0 !important;
overflow: hidden !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.single-product.zen-mode .zen--dynamic.zen-mode {
opacity: unset !important;
height: unset !important;
overflow: unset !important;
display: none !important;
}
.single-product.zen-mode .zen--opacity {
opacity: 0 !important;
pointer-events: none;
}
body.single-product.scrolled .single-product__bottom-bar,
body.single-product.scrolled .single_add_to_cart_button_copy {
visibility: visible !important;
opacity: 1 !important;
display: flex !important;
}
@keyframes spin {
to {
transform: translate(-50%, -50%) rotate(360deg);
}
}
.product-card__title-wrapper--mobile-list {
display: none;
}
.woocommerce .products-wrapper {
display: flex;
flex-direction: row;
}
.woocommerce ul.products-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
transition-duration: 0.3s;
}
@media (max-width: 1280px) {
.woocommerce ul.products-list {
gap: 20px;
grid-template-columns: repeat(2, 1fr);
}
.woocommerce ul.products-list li.product {
width: 100%;
max-width: unset;
}
}
@media (max-width: 767.98px) {
.woocommerce ul.products-list {
grid-template-columns: 1fr;
}
.woocommerce ul.products-list li.product {
width: 100%;
max-width: unset;
}
}
.woocommerce.products-list--hidden ul.products-list {
opacity: 0;
visibility: hidden;
}
.woocommerce.products-list--hidden ul.products-list * {
transition: none !important;
}
.woocommerce.products-list--list ul.products-list {
grid-template-columns: repeat(1, 1fr);
}
.woocommerce.products-list--list ul.products-list li.product {
width: 100%;
max-width: unset;
height: 241px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 0;
padding: 0 0 0 0;
}
@media (max-width: 800px) {
.woocommerce.products-list--list ul.products-list li.product {
padding: 0;
min-height: 180px;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
}
@media (max-width: 478px) {
.woocommerce.products-list--list ul.products-list li.product {
padding: 10px 0;
min-height: 180px;
height: auto;
}
}
.woocommerce.products-list--list ul.products-list li.product .price {
gap: 0;
flex-direction: column-reverse;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
height: 100%;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link {
display: flex;
width: 50%;
gap: 30px;
height: 100%;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__image-wrapper,
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__title-wrapper {
width: calc(50% - 15px);
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__title-wrapper {
display: flex;
align-items: flex-start;
justify-content: center;
text-align: start;
flex-direction: column;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__title-wrapper h2, .woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__title-wrapper .h2 {
max-width: calc(100% - 15px);
font-size: 20px;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .attachment-woocommerce_thumbnail {
height: 82%;
min-height: auto;
}
@media (max-width: 1024px) {
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link {
gap: 0px;
width: 60%;
height: 100%;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__image-wrapper {
width: calc(60% - 7.5px);
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__image-wrapper img {
height: 100%;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__title-wrapper {
width: calc(40% - 7.5px);
padding-left: 0px;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__title-wrapper .woocommerce-loop-product__title {
font-size: 12px;
max-width: 100%;
text-align: left;
}
}
@media (max-width: 478px) {
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link {
flex-direction: column;
width: 40%;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__title-wrapper {
display: none;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__image-wrapper {
width: 100%;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__link .product-card__image-wrapper img {
height: auto;
max-height: 65%;
}
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content {
display: flex;
flex-direction: row;
align-items: center;
width: 50%;
justify-content: space-between;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__price-wrapper {
width: 40%;
text-align: left;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__price-wrapper,
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__price-wrapper * {
font-size: 25px;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__actions {
display: flex;
align-items: center;
height: 100%;
width: 60%;
justify-content: space-between;
margin-top: 0;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__actions .product-card__quantity {
margin: 0;
}
@media (max-width: 575.98px) {
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__actions .custom-button {
min-width: unset !important;
}
}
@media (min-width: 768px) {
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__actions .custom-button:not(.ajax_add_to_cart) {
margin-left: auto;
}
}
@media (min-width: 1025px) {
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__actions:not(:has(.product-card__quantity)) {
justify-content: flex-end;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__actions:not(:has(.product-card__quantity)) .product_type_variable {
max-width: fit-content;
margin-left: auto;
}
}
@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1200px) {
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__actions:not(:has(.product-card__quantity)) .product_type_variable {
margin-right: 10px;
}
}
@media (max-width: 1024px) {
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content {
width: 40%;
height: 100%;
flex-direction: column;
justify-content: center;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__price-wrapper {
width: 100%;
text-align: center;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__actions {
width: 100%;
flex-direction: column;
gap: 15px;
height: auto;
}
}
@media (max-width: 478px) {
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content {
width: 60%;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__title-wrapper--mobile-list {
display: flex;
flex-direction: column;
padding: 0;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__title-wrapper--mobile-list .product-card__sku * {
text-align: left;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__price-wrapper {
text-align: left;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__actions {
flex-direction: row;
flex-wrap: wrap;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__quantity {
width: 70px;
}
.woocommerce.products-list--list ul.products-list li.product .product-card__wrapper .product-card__content .product-card__quantity * {
font-size: 20px;
}
}
.added_to_cart.wc-forward {
display: none !important;
}
.filter_shop_wrap_filters {
margin: 0;
padding: 80px 0 0 0;
}
@media (max-width: 1454px) {
.filter_shop_wrap_filters {
width: 200px;
}
}
@media (max-width: 1200px) {
.filter_shop_wrap_filters {
position: fixed;
height: 100vh;
left: -100%;
top: 0;
width: 80%;
max-width: 320px;
z-index: 9999;
background: var(--bs-body-bg);
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-in-out;
overflow-y: auto;
padding: 20px;
}
.filter_shop_wrap_filters.open {
left: 0;
visibility: visible;
opacity: 1;
}
.filter_shop_wrap_filters.open .widget-area.sidebar {
width: 80%;
padding-top: 30px;
padding-left: 10px;
max-width: 320px;
}
.filter_shop_wrap_filters.open > div {
visibility: visible;
opacity: 1;
left: 0;
max-width: 320px;
}
}
@media (max-width: 1024px) {
.filter_shop_wrap_filters > div {
position: fixed;
height: 100%;
left: -100%;
top: 0;
width: 100%;
z-index: 9999;
margin: 0;
visibility: hidden;
opacity: 0;
transition-duration: 0.3s;
}
.filter_shop_wrap_filters > div.open {
left: 0;
visibility: visible;
opacity: 1;
}
}
.filter_shop_wrap_filters .widget {
position: relative;
width: 100%;
background: #fff;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories {
padding-left: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
}
@media (min-width: 1455px) {
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories {
padding-right: 30px;
}
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories ul.children {
padding-left: 12px;
list-style: none;
display: none;
flex-direction: column;
gap: 6px;
margin-top: 10px;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories ul.children.is-open {
display: flex;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories ul.children li a {
font-size: 16px;
font-weight: 600;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories ul.children ul.children li a {
font-size: 14px;
font-weight: 600;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories li a {
font-size: 18px;
font-weight: 600;
color: #000;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories li a:hover {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories li.current-cat > .cat-item__header > a,
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories li.current-cat > a {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories .cat-item__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories .cat-item__header a {
flex: 1;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories .cat-item__toggle {
all: unset;
cursor: pointer;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 20px;
font-weight: 400;
line-height: 1;
color: #000;
transition: color 0.15s;
}
.filter_shop_wrap_filters .widget.widget_product_categories .product-categories .cat-item__toggle:hover {
color: var(--color-primary, #e30613);
}
.filter_shop_wrap_filters .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
all: unset;
font-size: 13px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
cursor: pointer;
background: none !important;
transition-duration: 0.15s;
color: var(--color-black);
}
.filter_shop_wrap_filters .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button::before, .filter_shop_wrap_filters .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button::after {
display: none;
}
.filter_shop_wrap_filters .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover {
opacity: 0.7;
}
.filter_shop_wrap_filters .icheckbox_square-blue {
display: none !important;
}
.filter_shop_wrap_filters .woof_checkbox_label {
font-size: 18px;
font-weight: 600;
color: #000;
}
.filter_shop_wrap_filters .woof_checkbox_label:hover, .filter_shop_wrap_filters .woof_checkbox_label.woof_checkbox_label_selected {
cursor: pointer;
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.filter_shop_wrap_filters .woof_submit_search_form_container {
margin-top: 40px;
}
.filter_shop_wrap_filters .woof_submit_search_form_container button {
position: relative;
min-width: 238px;
height: 59px;
display: flex;
justify-content: center;
align-items: center;
padding: 6px 7px;
border-radius: 29.53px;
overflow: hidden;
border: none;
z-index: 1;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
font-weight: 700;
font-size: 15px;
}
.filter_shop_wrap_filters .woof_submit_search_form_container button,
.filter_shop_wrap_filters .woof_submit_search_form_container button * {
color: #fff !important;
}
@media (max-width: 1453.98px) {
.filter_shop_wrap_filters .woof_submit_search_form_container button {
min-width: 180px;
min-height: 60px;
height: auto;
}
}
@media (max-width: 767.98px) {
.filter_shop_wrap_filters .woof_submit_search_form_container button {
min-width: 180px;
min-height: 45px;
height: auto;
}
}
@media (max-width: 575.98px) {
.filter_shop_wrap_filters .woof_submit_search_form_container button {
min-width: 180px;
min-height: 40px;
height: auto;
}
}
.filter_shop_wrap_filters .woof_submit_search_form_container button::after {
position: absolute;
content: "";
inset: 0;
border-radius: 29.53px;
background: linear-gradient(90deg, rgb(195, 195, 195) 0%, rgba(195, 195, 195, 0) 100%);
padding: 2px;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask-composite: exclude;
pointer-events: none;
opacity: 0;
transition: all 0.3s ease;
left: 7px;
top: 6px;
right: 7px;
bottom: 6px;
}
.filter_shop_wrap_filters .woof_submit_search_form_container button:hover::after, .filter_shop_wrap_filters .woof_submit_search_form_container button:focus::after {
opacity: 1;
}
.products__orderby {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
gap: 30px;
}
@media (max-width: 1200px) {
.products__orderby {
justify-content: space-between;
gap: 25px;
}
}
.products__orderby-wrapper {
display: flex;
align-items: center;
justify-content: flex-end;
margin: 30px 0;
}
@media (max-width: 1200px) {
.products__orderby-wrapper {
justify-content: space-between;
}
}
@media (max-width: 1200px) {
.products__orderby-form {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.products__orderby-form .select {
width: fit-content !important;
}
}
.products__orderby-select {
display: none;
}
.products__orderby select,
.products__orderby .select-selected {
position: relative;
border: none !important;
padding: 0;
text-align: right;
width: fit-content;
}
.products__orderby select span,
.products__orderby .select-selected span {
font-size: 18px;
font-weight: 700;
margin-left: 5px;
font-family: "Mulish", sans-serif;
}
@media (max-width: 800px) {
.products__orderby select span,
.products__orderby .select-selected span {
line-height: normal;
}
}
.products__orderby .select,
.products__orderby .select--custom {
position: relative;
width: 300px;
user-select: none;
z-index: 1;
}
.products__orderby .select.active,
.products__orderby .select--custom.active {
z-index: 10;
}
.products__orderby .select.active .select-items,
.products__orderby .select--custom.active .select-items {
visibility: visible;
opacity: 1;
border-top-color: transparent;
height: 228px;
position: fixed;
min-width: 300px;
text-align: left;
max-height: fit-content;
}
@media (max-width: 800px) {
.products__orderby .select.active .select-items,
.products__orderby .select--custom.active .select-items {
min-width: 220px;
}
}
@media (max-width: 400px) {
.products__orderby .select.active .select-items,
.products__orderby .select--custom.active .select-items {
left: -50% !important;
}
}
.products__orderby .select.active .select-items > div,
.products__orderby .select--custom.active .select-items > div {
font-family: "Mulish", sans-serif;
color: #000;
}
.products__orderby .select.active .select-items > div:hover,
.products__orderby .select.active .select-items > div:hover *,
.products__orderby .select--custom.active .select-items > div:hover,
.products__orderby .select--custom.active .select-items > div:hover * {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.products__orderby .select.active .select-selected,
.products__orderby .select--custom.active .select-selected {
border-bottom-color: transparent;
border-radius: 5px 5px 0 0;
}
.products__orderby .select.active .select-selected:after,
.products__orderby .select--custom.active .select-selected:after {
border-color: transparent transparent #3498db transparent;
}
.products__orderby .select .select--custom.active .select-items,
.products__orderby .select--custom .select--custom.active .select-items {
min-width: unset;
}
.products__orderby .select--secondary .select-selected,
.products__orderby .select--custom--secondary .select-selected {
margin: 0 0 0 auto;
border: none;
padding: 0;
text-align: right;
width: fit-content;
font-weight: bold;
transition-duration: 0.15s;
}
@media (max-width: 800px) {
.products__orderby .select--secondary .select-selected,
.products__orderby .select--custom--secondary .select-selected {
margin: 0;
}
}
.products__orderby .select--secondary .select-selected:hover,
.products__orderby .select--custom--secondary .select-selected:hover {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
cursor: pointer;
}
.products__orderby .select--secondary .select-items,
.products__orderby .select--custom--secondary .select-items {
border-radius: 5px;
border-top: solid 1px var(--color-border) !important;
max-height: fit-content;
}
.products__orderby .select--secondary .select .select-items,
.products__orderby .select--custom--secondary .select .select-items {
margin-top: 5px;
border-top: solid 1px var(--color-border) !important;
border-radius: 5px;
}
.products__orderby .select .select-label,
.products__orderby .select--custom .select-label {
position: relative;
left: unset;
top: unset;
}
.products__orderby .select-items {
position: fixed;
background-color: var(--bs-body-bg);
border: 1px solid #ffffff;
border-radius: 0 0 5px 5px;
z-index: 1000;
width: 100%;
max-height: 300px;
overflow-y: auto;
font-size: 13px;
line-height: 20px;
visibility: hidden;
opacity: 0;
list-style: none;
padding: 0;
}
.products__orderby .select-items div,
.products__orderby .select-items li {
padding: 5px 15px;
cursor: pointer;
color: #fff;
}
.products__orderby .select-items div:hover,
.products__orderby .select-items li:hover {
color: rgba(var(--bs-link-hover-color-rgb));
}
.products__display {
display: flex;
justify-content: center;
align-items: stretch;
gap: 15px;
}
.products__display-button {
all: unset;
width: 24px;
height: 24px;
display: block;
}
.products__display-button svg {
display: block;
width: 100%;
height: auto;
}
.products__display-button svg rect {
transition-duration: 0.15s;
stroke: #000;
}
.products__display-button:hover svg rect, .products__display-button--active svg rect {
stroke: #a30516;
}
.products__display-button--active {
cursor: default;
pointer-events: none;
}
.products__display span {
margin-right: 5px;
font-size: 15px;
font-weight: 400;
}
@media (max-width: 800px) {
.products__display span {
font-size: 15px;
}
} .filter-trigger {
display: none;
cursor: pointer;
min-width: 140px;
}
@media (max-width: 1200px) {
.filter-trigger {
display: block;
}
}
@media (max-width: 380px) {
.filter-trigger {
min-width: unset;
}
}
.filters-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(var(--bs-body-bg-rgb), 0.7);
z-index: 9998;
opacity: 0;
visibility: hidden;
transition: visibility 0.3s ease-in-out;
}
@media (max-width: 1024px) {
.filters-overlay {
display: block;
}
.filters-overlay.open {
opacity: 1;
visibility: visible;
background: rgba(0, 0, 0, 0.5);
}
}
.compare_product_info {
bottom: -50px;
height: 50px;
opacity: 0;
visibility: hidden;
position: fixed;
z-index: 2001;
left: 0;
right: 0;
margin: auto;
width: fit-content;
transition-duration: 0.3s;
background-color: var(--color-black);
border-radius: 5px 5px 0 0;
overflow: hidden;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.compare_product_info.show_info {
opacity: 1;
visibility: visible;
bottom: 0px;
}
.compare_product_info a,
.compare_product_info button {
color: var(--color-white);
width: 100%;
height: 100%;
transition-duration: 0.15s;
display: flex;
justify-content: center;
align-items: center;
gap: 6px;
padding: 0 15px;
}
.compare_product_info a:hover,
.compare_product_info button:hover {
opacity: 0.7;
}
.compare_product_info a svg,
.compare_product_info button svg {
display: none;
}
#close-button {
display: block;
width: 100%;
color: var(--color-black);
text-align: center;
margin-right: -100%;
font-weight: 900;
padding: 0.5rem 1rem;
position: fixed;
bottom: 0px;
right: 0;
z-index: 99999999;
cursor: pointer;
}
.filter_info {
text-align: center;
font-size: 10px;
color: #fff;
font-weight: 600;
margin-top: 0;
line-height: normal;
}
.filter_info svg polyline,
.filter_info svg path {
stroke: var(--color-white);
}
@media (max-width: 768px) {
.compare_product_info a,
.compare_product_info button {
padding: 10px 15px 10px 15px;
}
} .products__search-terms {
display: flex;
flex-direction: column;
align-items: flex-end;
}
@media (max-width: 1024px) {
.products__search-terms {
width: 100%;
}
}
.products__search-terms-inner {
display: flex;
flex-direction: row;
gap: 30px;
}
@media (max-width: 1024px) {
.products__search-terms-inner {
flex-direction: column;
align-items: flex-start;
gap: 6px;
width: 100%;
}
}
.products__search-terms-title-wrapper {
display: flex;
justify-content: flex-end;
}
.products__search-terms-title {
font-size: 13px;
margin: 0;
display: block;
width: 130px;
height: fit-content;
}
.products__search-terms-list {
display: flex;
flex-direction: row;
justify-content: flex-end;
gap: 10px 30px;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
width: 652px;
height: 35px;
overflow: hidden;
transition: 0.3s ease-in-out !important;
max-height: fit-content;
}
@media (max-width: 1280px) {
.products__search-terms-list {
width: 428px;
}
}
@media (max-width: 1024px) {
.products__search-terms-list {
width: 100%;
gap: 10px;
justify-content: flex-start;
height: 24px;
}
}
.products__search-terms-list.expanded {
height: 80px;
}
.products__search-terms-item {
background: var(--color-white);
width: calc(33.33% - 20px);
height: 35px;
text-align: center;
border: solid 1px var(--color-border);
border-radius: 5px;
}
@media (max-width: 1280px) {
.products__search-terms-item {
width: calc(50% - 15px);
}
}
@media (max-width: 1024px) {
.products__search-terms-item {
width: 117px;
min-width: fit-content;
height: 24px;
}
}
@media (max-width: 600px) {
.products__search-terms-item {
width: calc(33.33% - 7px);
}
}
.products__search-terms-link {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 5px 10px;
color: var(--color-black);
text-decoration: none;
transition-duration: 0.15s;
}
@media (max-width: 1024px) {
.products__search-terms-link {
font-size: 10px;
}
}
.products__search-terms-link:hover {
opacity: 0.7;
}
.products__search-terms-count {
color: var(--color-black);
}
.products__search-terms-count::before {
content: " ";
}
@media (max-width: 1024px) {
.products__search-terms-count {
font-size: 10px;
}
}
.products__search-terms-show-more {
all: unset;
margin: 10px 0 0 0;
font-size: 13px;
text-decoration: underline;
transition-duration: 0.15s;
cursor: pointer;
}
@media (max-width: 1024px) {
.products__search-terms-show-more {
font-size: 10px;
}
}
.products__search-terms-show-more:hover {
opacity: 0.7;
}
body main .pagination-wrapper,
body main nav.woocommerce-pagination,
body main nav.candy-pagination {
margin-top: 50px;
}
body main .pagination-wrapper .wp-pagenavi,
body main .pagination-wrapper ul.page-numbers,
body main nav.woocommerce-pagination .wp-pagenavi,
body main nav.woocommerce-pagination ul.page-numbers,
body main nav.candy-pagination .wp-pagenavi,
body main nav.candy-pagination ul.page-numbers {
margin: 0 auto;
padding: 0;
border: none;
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
list-style: none;
}
@media (max-width: 767.98px) {
body main .pagination-wrapper .wp-pagenavi,
body main .pagination-wrapper ul.page-numbers,
body main nav.woocommerce-pagination .wp-pagenavi,
body main nav.woocommerce-pagination ul.page-numbers,
body main nav.candy-pagination .wp-pagenavi,
body main nav.candy-pagination ul.page-numbers {
gap: 10px;
}
}
@media (max-width: 575.98px) {
body main .pagination-wrapper .wp-pagenavi,
body main .pagination-wrapper ul.page-numbers,
body main nav.woocommerce-pagination .wp-pagenavi,
body main nav.woocommerce-pagination ul.page-numbers,
body main nav.candy-pagination .wp-pagenavi,
body main nav.candy-pagination ul.page-numbers {
gap: 0px;
}
}
body main .pagination-wrapper .wp-pagenavi::before, body main .pagination-wrapper .wp-pagenavi::after,
body main .pagination-wrapper ul.page-numbers::before,
body main .pagination-wrapper ul.page-numbers::after,
body main nav.woocommerce-pagination .wp-pagenavi::before,
body main nav.woocommerce-pagination .wp-pagenavi::after,
body main nav.woocommerce-pagination ul.page-numbers::before,
body main nav.woocommerce-pagination ul.page-numbers::after,
body main nav.candy-pagination .wp-pagenavi::before,
body main nav.candy-pagination .wp-pagenavi::after,
body main nav.candy-pagination ul.page-numbers::before,
body main nav.candy-pagination ul.page-numbers::after {
display: none;
}
body main .pagination-wrapper .wp-pagenavi li,
body main .pagination-wrapper ul.page-numbers li,
body main nav.woocommerce-pagination .wp-pagenavi li,
body main nav.woocommerce-pagination ul.page-numbers li,
body main nav.candy-pagination .wp-pagenavi li,
body main nav.candy-pagination ul.page-numbers li {
display: inline-block;
padding: 0;
float: none;
border: none;
text-align: center;
}
body main .pagination-wrapper .wp-pagenavi a,
body main .pagination-wrapper .wp-pagenavi span,
body main .pagination-wrapper ul.page-numbers a,
body main .pagination-wrapper ul.page-numbers span,
body main nav.woocommerce-pagination .wp-pagenavi a,
body main nav.woocommerce-pagination .wp-pagenavi span,
body main nav.woocommerce-pagination ul.page-numbers a,
body main nav.woocommerce-pagination ul.page-numbers span,
body main nav.candy-pagination .wp-pagenavi a,
body main nav.candy-pagination .wp-pagenavi span,
body main nav.candy-pagination ul.page-numbers a,
body main nav.candy-pagination ul.page-numbers span {
padding: 10px;
font-size: 24px;
font-weight: 700;
}
@media (max-width: 575.98px) {
body main .pagination-wrapper .wp-pagenavi a,
body main .pagination-wrapper .wp-pagenavi span,
body main .pagination-wrapper ul.page-numbers a,
body main .pagination-wrapper ul.page-numbers span,
body main nav.woocommerce-pagination .wp-pagenavi a,
body main nav.woocommerce-pagination .wp-pagenavi span,
body main nav.woocommerce-pagination ul.page-numbers a,
body main nav.woocommerce-pagination ul.page-numbers span,
body main nav.candy-pagination .wp-pagenavi a,
body main nav.candy-pagination .wp-pagenavi span,
body main nav.candy-pagination ul.page-numbers a,
body main nav.candy-pagination ul.page-numbers span {
font-size: 18px;
padding: 5px;
}
}
body main .pagination-wrapper .wp-pagenavi span,
body main .pagination-wrapper ul.page-numbers span,
body main nav.woocommerce-pagination .wp-pagenavi span,
body main nav.woocommerce-pagination ul.page-numbers span,
body main nav.candy-pagination .wp-pagenavi span,
body main nav.candy-pagination ul.page-numbers span {
color: #000;
}
body main .pagination-wrapper .wp-pagenavi span.current,
body main .pagination-wrapper ul.page-numbers span.current,
body main nav.woocommerce-pagination .wp-pagenavi span.current,
body main nav.woocommerce-pagination ul.page-numbers span.current,
body main nav.candy-pagination .wp-pagenavi span.current,
body main nav.candy-pagination ul.page-numbers span.current {
background: none;
color: rgba(var(--bs-link-hover-color-rgb));
}
body main .pagination-wrapper .wp-pagenavi a,
body main .pagination-wrapper ul.page-numbers a,
body main nav.woocommerce-pagination .wp-pagenavi a,
body main nav.woocommerce-pagination ul.page-numbers a,
body main nav.candy-pagination .wp-pagenavi a,
body main nav.candy-pagination ul.page-numbers a {
color: #000;
text-decoration: none;
transition-duration: 0.15s;
}
body main .pagination-wrapper .wp-pagenavi a:hover,
body main .pagination-wrapper ul.page-numbers a:hover,
body main nav.woocommerce-pagination .wp-pagenavi a:hover,
body main nav.woocommerce-pagination ul.page-numbers a:hover,
body main nav.candy-pagination .wp-pagenavi a:hover,
body main nav.candy-pagination ul.page-numbers a:hover {
color: rgba(var(--bs-link-hover-color-rgb));
background: none;
}
body main .pagination-wrapper .wp-pagenavi a.next, body main .pagination-wrapper .wp-pagenavi a.prev,
body main .pagination-wrapper ul.page-numbers a.next,
body main .pagination-wrapper ul.page-numbers a.prev,
body main nav.woocommerce-pagination .wp-pagenavi a.next,
body main nav.woocommerce-pagination .wp-pagenavi a.prev,
body main nav.woocommerce-pagination ul.page-numbers a.next,
body main nav.woocommerce-pagination ul.page-numbers a.prev,
body main nav.candy-pagination .wp-pagenavi a.next,
body main nav.candy-pagination .wp-pagenavi a.prev,
body main nav.candy-pagination ul.page-numbers a.next,
body main nav.candy-pagination ul.page-numbers a.prev {
color: transparent;
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/right-pag.svg) no-repeat center center;
background-size: 14px 22px;
transition-duration: 0.15s;
}
body main .pagination-wrapper .wp-pagenavi a.next:hover, body main .pagination-wrapper .wp-pagenavi a.prev:hover,
body main .pagination-wrapper ul.page-numbers a.next:hover,
body main .pagination-wrapper ul.page-numbers a.prev:hover,
body main nav.woocommerce-pagination .wp-pagenavi a.next:hover,
body main nav.woocommerce-pagination .wp-pagenavi a.prev:hover,
body main nav.woocommerce-pagination ul.page-numbers a.next:hover,
body main nav.woocommerce-pagination ul.page-numbers a.prev:hover,
body main nav.candy-pagination .wp-pagenavi a.next:hover,
body main nav.candy-pagination .wp-pagenavi a.prev:hover,
body main nav.candy-pagination ul.page-numbers a.next:hover,
body main nav.candy-pagination ul.page-numbers a.prev:hover {
transform: scale(1.3);
}
body main .pagination-wrapper .wp-pagenavi a.prev,
body main .pagination-wrapper ul.page-numbers a.prev,
body main nav.woocommerce-pagination .wp-pagenavi a.prev,
body main nav.woocommerce-pagination ul.page-numbers a.prev,
body main nav.candy-pagination .wp-pagenavi a.prev,
body main nav.candy-pagination ul.page-numbers a.prev {
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/left-pag.svg) no-repeat center center;
background-size: 14px 22px;
transition-duration: 0.15s;
}
body main .pagination-wrapper .wp-pagenavi a.prev:hover,
body main .pagination-wrapper ul.page-numbers a.prev:hover,
body main nav.woocommerce-pagination .wp-pagenavi a.prev:hover,
body main nav.woocommerce-pagination ul.page-numbers a.prev:hover,
body main nav.candy-pagination .wp-pagenavi a.prev:hover,
body main nav.candy-pagination ul.page-numbers a.prev:hover {
transform: scale(1.3);
}
.previouspostslink,
.nextpostslink {
color: transparent;
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/images/arrows/right-pag.svg) no-repeat center center !important;
background-size: 13px 10px;
transition-duration: 0.15s;
}
.previouspostslink:hover,
.nextpostslink:hover {
transform: scale(1.3);
}
.previouspostslink {
transform: rotate(180deg);
}
.previouspostslink:hover {
transform: rotate(180deg) scale(1.3);
}
.woocommerce .product-name a {
text-decoration: none !important;
}
.woocommerce .woocommerce-cart-form .shop_table td {
padding-left: 16px;
}
@media screen and (max-width: 1200px) {
.woocommerce .woocommerce-cart-form .shop_table td.product-subtotal {
padding-left: 10px !important;
}
.woocommerce .woocommerce-cart-form .shop_table td.product-price {
padding-left: 0px !important;
}
}
@media screen and (max-width: 1024px) {
.woocommerce .woocommerce-cart-form .shop_table td {
padding-left: 10px !important;
}
}
.woocommerce table.shop_table {
margin: 0;
border: 1px solid rgb(228, 228, 228);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 5px;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table * {
border-color: rgb(228, 228, 228);
color: #000;
}
@media screen and (max-width: 1024px) {
.woocommerce table.shop_table {
margin-bottom: 0;
}
.woocommerce table.shop_table + .wc-proceed-to-checkout {
border: solid 1px #000;
border-top: none;
border-radius: 0 0 5px 5px;
padding: 10px;
}
.woocommerce table.shop_table + .wc-proceed-to-checkout a {
margin-bottom: 0 !important;
}
}
.woocommerce table.shop_table thead tr th {
text-transform: uppercase;
font-size: 16px;
}
@media (max-width: 800px) {
.woocommerce table.shop_table thead tr th {
font-size: 14px;
}
}
.woocommerce table.shop_table tbody tr:first-child td {
border-top: none;
}
.woocommerce table.shop_table tr td {
padding: 20px 20px 20px 0;
}
@media (max-width: 600px) {
.woocommerce table.shop_table tr td {
padding: 10px 10px 10px 0;
}
}
.woocommerce table.shop_table tr th {
padding: 20px 20px 0 0;
}
@media (max-width: 600px) {
.woocommerce table.shop_table tr th {
padding: 10px 10px 0 0;
}
}
.woocommerce table.shop_table tr td,
.woocommerce table.shop_table tr th {
background-color: transparent !important;
}
.woocommerce table.shop_table tr th:last-child,
.woocommerce table.shop_table tr td:last-child {
padding-right: 30px;
}
@media (max-width: 600px) {
.woocommerce table.shop_table tr th:last-child,
.woocommerce table.shop_table tr td:last-child {
padding-right: 10px;
}
}
.woocommerce table.shop_table td {
border-top: 1px solid rgb(228, 228, 228);
padding: 9px 12px;
vertical-align: middle;
}
.woocommerce table.shop_table .actions {
padding-left: 77px;
padding-top: 35px;
padding-bottom: 50px;
}
.woocommerce table.shop_table .product-remove {
padding-right: 5px !important;
width: calc(8.3333333333% - 50px);
}
.woocommerce table.shop_table .product-remove a.remove {
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/close.svg) no-repeat center !important;
background-color: transparent !important;
transition-duration: 0.3s;
display: block;
width: 30px;
height: 30px;
padding: 0;
opacity: 1;
}
.woocommerce table.shop_table .product-remove a.remove:hover {
opacity: 0.7 !important;
}
.woocommerce table.shop_table .product-thumbnail a {
display: block;
width: fit-content;
}
.woocommerce table.shop_table .product-thumbnail img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
width: 68px;
min-width: 68px;
height: 48px;
display: block;
}
.woocommerce table.shop_table .product-name {
width: calc(41.6666666667% + 50px);
padding-left: 26px;
}
@media (max-width: 600px) {
.woocommerce table.shop_table .product-name {
width: unset;
min-width: unset;
}
}
@media screen and (max-width: 1024px) {
.woocommerce table.shop_table .product-name {
padding-left: 10px !important;
}
}
.woocommerce table.shop_table .product-name--content {
display: flex;
flex-direction: row;
gap: 72px;
justify-content: flex-start;
align-items: center;
color: #000;
font-size: 15px;
font-weight: 700;
text-decoration: none !important;
}
.woocommerce table.shop_table .product-name--content a {
color: #000;
font-size: 15px;
font-weight: 700;
text-decoration: none !important;
}
.woocommerce table.shop_table .product-name--content a:hover {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.woocommerce table.shop_table .product-name--content .product-thumb {
width: 130px;
height: 93px;
display: flex;
justify-content: center;
border: 1px solid rgb(228, 228, 228);
border-radius: 5px;
}
@media screen and (max-width: 1280px) {
.woocommerce table.shop_table .product-name--content .product-thumb {
justify-content: flex-start;
}
}
.woocommerce table.shop_table .product-name--content .product-thumb a {
display: block;
width: 100%;
height: 100%;
}
.woocommerce table.shop_table .product-name--content .product-thumb a img {
display: block;
height: 100%;
width: auto;
margin: 0 auto;
}
@media (max-width: 767.98px) {
.woocommerce table.shop_table .product-name--content {
gap: 20px;
}
.woocommerce table.shop_table .product-name--content .product-thumb {
width: 100%;
}
}
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .product-subtotal {
width: 16.6666666667%;
padding-left: 100px;
}
@media (max-width: 600px) {
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .product-subtotal {
width: unset;
padding-left: 60px;
}
}
@media (max-width: 575.98px) {
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .product-subtotal {
padding-left: 20px;
}
}
.woocommerce table.shop_table .product-meta {
width: 535px;
max-width: 535px;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 1280px) {
.woocommerce table.shop_table .product-meta {
width: var(--grid-3);
max-width: var(--grid-3);
}
}
.woocommerce table.shop_table .product-meta .variation {
margin: 0;
width: 435px;
}
.woocommerce table.shop_table .product-meta .variation * {
font-size: 12px;
font-weight: normal;
display: inline;
}
.woocommerce table.shop_table .product-meta .variation p {
margin: 0;
}
.woocommerce table.shop_table .product-subtotal *,
.woocommerce table.shop_table .product-price * {
font-size: 20px;
font-weight: 700;
}
@media (max-width: 767.98px) {
.woocommerce table.shop_table .product-subtotal *,
.woocommerce table.shop_table .product-price * {
font-size: 15px;
}
}
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .product-quantity *,
.woocommerce table.shop_table .product-subtotal,
.woocommerce table.shop_table .product-subtotal *,
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-price * {
text-align: left;
}
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table th.product-subtotal,
.woocommerce table.shop_table th.product-price {
font-size: 16px;
}
@media (max-width: 800px) {
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table th.product-subtotal,
.woocommerce table.shop_table th.product-price {
font-size: 14px;
}
}
.woocommerce table.shop_table .product-quantity .product-card__quantity {
height: 57px;
}
.woocommerce table.shop_table .product-quantity .product-card__quantity .quantity-input {
font-weight: 600;
font-family: "DM Sans", sans-serif;
}
@media (max-width: 767.98px) {
.woocommerce table.shop_table .product-quantity .product-card__quantity {
height: 44px;
width: 90px;
}
.woocommerce table.shop_table .product-quantity .product-card__quantity .quantity-input {
font-size: 18px;
}
}
.woocommerce-page table.cart td.actions .table-foot-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
flex-wrap: wrap;
row-gap: 10px;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon {
display: flex;
align-items: center;
gap: 0px;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon label {
display: block;
margin-bottom: 10px;
text-align: left;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon input[name=coupon_code] {
min-width: 254px;
padding: 16px 18px;
font-size: 15px;
background: transparent;
font-weight: 400;
color: #000;
border: 1px solid rgb(228, 228, 228);
height: 56px;
padding-right: 35px;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon input[name=coupon_code]::placeholder {
color: #000;
font-weight: 400;
font-size: 15px;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon .custom-button {
height: 56px;
margin-left: -30px;
}
@media (max-width: 767.98px) {
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon .custom-button {
margin-left: 0px;
}
}
.woocommerce-page table.cart td.actions .table-foot-wrapper button[name=update_cart] {
width: fit-content;
color: #000;
background: transparent;
font-size: 15px;
font-weight: 700;
text-transform: none;
border: none;
text-decoration: none;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper button[name=update_cart] svg {
margin-right: 9px;
transition: all 0.3s ease-in-out;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper button[name=update_cart] svg path {
fill: currentColor;
transition: all 0.3s ease-in-out;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper button[name=update_cart][clicked=true] svg {
animation: rotate360 1s linear infinite;
}
@keyframes rotate360 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.woocommerce .cart-collaterals {
display: flex;
justify-content: space-between;
align-items: center;
align-items: flex-start;
gap: 30px;
margin-top: 70px;
margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals {
flex-direction: column;
gap: 50px;
margin-bottom: 80px;
margin-top: 40px;
}
}
.woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after {
display: none;
}
.woocommerce .cart-collaterals .cart-additional-text,
.woocommerce .cart-collaterals .cart_totals {
width: calc(50% - 15px);
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals .cart-additional-text,
.woocommerce .cart-collaterals .cart_totals {
width: 100%;
}
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals .cart-additional-text img {
border-radius: 5px !important;
max-width: 100%;
}
}
.woocommerce .cart-collaterals table tr th {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals table tr th {
padding: 10px;
}
}
.woocommerce .cart-collaterals table tr td {
padding: 20px;
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals table tr td {
padding: 10px;
}
}
.woocommerce .cart-collaterals table tr td,
.woocommerce .cart-collaterals table tr td * {
text-align: right;
font-size: 15px;
}
.woocommerce .cart-collaterals table tr td small.includes_tax, .woocommerce .cart-collaterals table tr td .includes_tax.small {
white-space: nowrap;
}
.woocommerce .cart-collaterals table tr td small.includes_tax, .woocommerce .cart-collaterals table tr td .includes_tax.small,
.woocommerce .cart-collaterals table tr td small.includes_tax *,
.woocommerce .cart-collaterals table tr td .includes_tax.small * {
font-size: 10px !important;
}
.woocommerce .cart-collaterals table tr td .woocommerce-Price-amount * {
font-weight: 700;
font-size: 16px !important;
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals table tbody tr {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.woocommerce .cart-collaterals table tbody tr th {
display: block;
padding: 10px !important;
}
.woocommerce .cart-collaterals table tbody tr td {
display: block;
}
.woocommerce .cart-collaterals table tbody tr td::before {
display: none;
}
}
.woocommerce .cart-collaterals .shipping-label th {
padding-bottom: 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-totals td {
border-top: none !important;
width: 100%;
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals .woocommerce-shipping-totals td {
padding: 10px !important;
}
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals .order-total td,
.woocommerce .cart-collaterals .order-total th {
border-top: 0 !important;
}
}
.woocommerce .cart-collaterals .banner {
max-width: 100%;
margin: 0;
width: calc(50% - 15px);
}
@media (max-width: 1024px) {
.woocommerce .cart-collaterals .banner {
width: 100%;
}
}
.woocommerce .cart-collaterals .banner .wrapper {
width: unset;
}
.woocommerce .cart-collaterals .card-cross-products {
width: calc(50% - 15px);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals .card-cross-products {
width: 100%;
}
}
.woocommerce .cart-collaterals .card-cross-products__wrapper {
display: flex;
gap: 30px;
flex-wrap: wrap;
padding: 0;
width: 100%;
}
.woocommerce .cart-collaterals .card-cross-products__wrapper li.product {
max-width: calc(50% - 15px);
}
@media screen and (max-width: 576px) {
.woocommerce .cart-collaterals .card-cross-products__wrapper li.product {
max-width: 100%;
}
}
.woocommerce .cart-collaterals .card-cross-products__title {
font-weight: 700;
font-size: 35px;
text-transform: uppercase;
}
.woocommerce .cart-collaterals .card-cross-products__title span {
font-weight: 300;
text-transform: lowercase;
}
@media screen and (max-width: 1024px) {
.woocommerce .cart-collaterals .card-cross-products__title {
font-size: clamp(26px, 5vw, 30px) !important;
}
}
.woocommerce-cart h1, .woocommerce-cart .h1 {
font-size: 35px;
} @media screen and (max-width: 1024px) {
.woocommerce table.woocommerce-cart-form__contents {
display: block;
}
.woocommerce table.woocommerce-cart-form__contents .product-price {
display: none;
}
.woocommerce table.woocommerce-cart-form__contents thead {
width: 100%;
display: block;
}
.woocommerce table.woocommerce-cart-form__contents thead tr {
display: flex;
justify-content: space-between;
align-items: center;
}
.woocommerce table.woocommerce-cart-form__contents thead .product-remove {
position: absolute;
}
.woocommerce table.woocommerce-cart-form__contents thead th {
padding: 10px;
}
.woocommerce table.woocommerce-cart-form__contents tbody {
width: 100%;
display: block;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
align-items: flex-start;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr td {
padding: 10px;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr td::before {
display: none;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-remove {
position: absolute;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-thumbnail {
display: block;
padding: 0;
width: 87px;
height: 48px;
position: absolute;
top: 0;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-thumbnail a {
width: 100%;
display: block;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-thumbnail a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
display: block;
width: 100%;
min-width: unset;
height: 100%;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name {
text-align: left;
padding-top: 0px;
padding-left: 60px !important;
display: flex;
flex-direction: column;
width: 50%;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name--content {
gap: 10px;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name--content .product-thumb {
width: 160px;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name a {
text-align: left;
text-decoration: none !important;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name .product-meta-mobile {
width: 100%;
margin-top: 10px;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name .product-meta-mobile .variation {
width: 100%;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name .product-meta-mobile .variation,
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name .product-meta-mobile .variation * {
font-weight: normal;
text-align: left;
}
.woocommerce table.woocommerce-cart-form__contents .product-name {
min-width: 50%;
}
.woocommerce table.woocommerce-cart-form__contents .product-quantity input {
width: 45px !important;
}
.woocommerce table.woocommerce-cart-form__contents .product-quantity,
.woocommerce table.woocommerce-cart-form__contents .product-subtotal {
width: 25%;
padding-left: 10px;
}
.woocommerce table.woocommerce-cart-form__contents td.actions {
width: 100%;
display: block;
padding: 10px !important;
}
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
flex-wrap: wrap;
}
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper {
flex-direction: column !important;
}
}
@media screen and (max-width: 1024px) {
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
padding-top: 15px;
flex-wrap: wrap;
width: 100%;
max-width: unset;
}
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon {
flex-direction: column !important;
align-items: flex-start !important;
width: 100%;
padding-bottom: 0;
}
}
@media screen and (max-width: 1024px) {
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon label {
position: absolute;
top: 0;
left: 0;
}
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon input[name=coupon_code] {
margin-right: 10px;
font-size: 12px;
width: clamp(200px, 50%, 450px);
max-width: unset;
min-width: unset !important;
}
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon input[name=coupon_code] {
width: 100% !important;
margin-right: 0;
margin-bottom: 10px;
}
}
@media screen and (max-width: 1024px) {
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon button {
width: fit-content;
max-width: unset;
white-space: nowrap;
}
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .update-cart-wrapper {
top: 31px;
position: static;
padding-top: 15px;
}
.woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper button[name=update_cart] {
font-size: 12px;
white-space: nowrap;
width: fit-content;
max-width: unset;
}
}
@media screen and (max-width: 768px) {
.woocommerce table.woocommerce-cart-form__contents thead tr .product-name {
width: 60%;
min-width: unset;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name {
width: 60%;
}
.woocommerce table.woocommerce-cart-form__contents .product-quantity,
.woocommerce table.woocommerce-cart-form__contents .product-subtotal {
width: 20%;
}
.woocommerce table.woocommerce-cart-form__contents .product-card__quantity {
height: 45px !important;
width: 90px;
}
.woocommerce table.woocommerce-cart-form__contents .product-card__quantity * {
font-size: 20px;
}
.woocommerce table.woocommerce-cart-form__contents .product-subtotal * {
font-size: 16px;
}
}
@media (max-width: 600px) {
.woocommerce table.woocommerce-cart-form__contents thead tr .product-name {
width: 40%;
min-width: unset;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name {
width: 40%;
min-width: unset;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name--content {
flex-direction: column;
align-items: flex-start;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name--content .product-thumb {
max-width: 100%;
}
.woocommerce table.woocommerce-cart-form__contents .product-quantity,
.woocommerce table.woocommerce-cart-form__contents .product-subtotal {
width: 30%;
}
.woocommerce table.woocommerce-cart-form__contents .product-card__quantity {
height: 45px !important;
width: 90px;
}
.woocommerce table.woocommerce-cart-form__contents .product-card__quantity * {
font-size: 20px;
}
.woocommerce table.woocommerce-cart-form__contents .product-subtotal * {
font-size: 16px;
}
}
@media (max-width: 450px) {
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name {
width: 40%;
min-width: unset;
padding-left: 60px !important;
padding-top: 40px !important;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name--content {
flex-direction: column;
align-items: flex-start;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr .product-name--content .product-thumb {
max-width: 100%;
}
} body.page-id-7 .woocommerce table.shop_table .product-name--content .product-thumb {
min-width: 130px;
}
body.page-id-7 .section-heading {
margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
body.page-id-7 .section-heading {
font-size: clamp(26px, 5vw, 30px) !important;
}
}
body.page-id-7 .cart-collaterals .cross-sells {
width: calc(50% - 15px);
}
@media (max-width: 1199.98px) {
body.page-id-7 .cart-collaterals .cross-sells {
width: 100%;
}
}
body.page-id-7 .cart-collaterals .cross-sells .products-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767.98px) {
body.page-id-7 .cart-collaterals .cross-sells .products-list {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
body.page-id-7 .cart-collaterals .cross-sells .section-heading {
margin-top: 0;
}
body.page-id-7 .cart-collaterals .cross-sells .section-heading__title {
font-size: 30px;
}
@media screen and (max-width: 1024px) {
body.page-id-7 .cart-collaterals .cross-sells .section-heading__title {
font-size: clamp(26px, 5vw, 30px) !important;
}
}
body.page-id-7 .cart-collaterals .cart_totals h2, body.page-id-7 .cart-collaterals .cart_totals .h2 {
font-weight: 700;
font-size: 30px;
text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
body.page-id-7 .cart-collaterals .cart_totals h2, body.page-id-7 .cart-collaterals .cart_totals .h2 {
font-size: clamp(26px, 5vw, 30px) !important;
}
}
body.page-id-7 .cart-collaterals .cart_totals .shop_table {
border: solid 1px rgb(228, 228, 228);
margin: 0;
border-radius: 5px 5px 0 0;
}
body.page-id-7 .cart-collaterals .cart_totals .shipping-table {
border: solid 1px rgb(228, 228, 228);
border-top: none;
width: 100%;
margin-bottom: 0;
}
body.page-id-7 .cart-collaterals .cart_totals .shipping-table__title {
padding-bottom: 0;
}
body.page-id-7 .cart-collaterals .cart_totals .order_total_table {
border: solid 1px rgb(228, 228, 228);
border-top: none;
border-radius: 0 0 5px 5px;
width: 100%;
margin-top: 0;
border-collapse: separate;
}
@media (max-width: 1550px) {
body.page-id-7 .woocommerce table.shop_table .product-price,
body.page-id-7 .woocommerce table.shop_table .product-quantity,
body.page-id-7 .woocommerce table.shop_table .product-subtotal {
padding-left: clamp(10px, 1.5vw, 100px);
}
}
@media (max-width: 1200px) {
body.page-id-7 .woocommerce .woocommerce-cart-form .shop_table td.product-subtotal,
body.page-id-7 .woocommerce table.shop_table .product-subtotal,
body.page-id-7 .woocommerce table.shop_table th.product-price {
padding-left: 0px !important;
}
}
@media (max-width: 1024px) {
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name {
padding-top: 60px;
padding-left: 15px !important;
width: 50%;
}
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name .product-name--content {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 992px) {
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name,
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents .product-name {
width: 40%;
min-width: unset;
}
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents .product-quantity,
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents .product-subtotal {
width: 30%;
}
}
@media (max-width: 768px) {
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents .product-subtotal * {
font-size: 14px;
}
}
@media (max-width: 510px) {
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name {
padding-left: 15px !important;
padding-top: 60px !important;
width: 30%;
}
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents .product-subtotal,
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents .product-quantity {
width: 35%;
}
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents .product-name {
width: 30%;
}
body.page-id-7 .woocommerce table.shop_table .product-name--content .product-thumb {
min-width: 90px;
}
body.page-id-7 .woocommerce table.shop_table .product-quantity .product-card__quantity {
width: 70px;
}
}
@media (max-width: 360px) {
body.page-id-7 .woocommerce table.woocommerce-cart-form__contents .product-subtotal * {
font-size: 14px;
}
}
.woocommerce .woocommerce-checkout-payment ul,
.woocommerce ul.woocommerce-shipping-methods {
width: 100%;
padding: 0;
margin-bottom: 10px;
}
.woocommerce .woocommerce-checkout-payment ul li,
.woocommerce ul.woocommerce-shipping-methods li {
width: 100%;
height: 120px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
margin: 0 0 15px 0 !important;
}
@media (max-width: 600px) {
.woocommerce .woocommerce-checkout-payment ul li,
.woocommerce ul.woocommerce-shipping-methods li {
height: 87px;
}
}
.woocommerce .woocommerce-checkout-payment ul li > div,
.woocommerce ul.woocommerce-shipping-methods li > div {
width: 100%;
height: 100%;
}
.woocommerce .woocommerce-checkout-payment ul li img,
.woocommerce .woocommerce-checkout-payment ul li svg,
.woocommerce ul.woocommerce-shipping-methods li img,
.woocommerce ul.woocommerce-shipping-methods li svg {
width: 100%;
max-width: 85px;
height: auto;
margin-right: 40px;
}
@media (max-width: 800px) {
.woocommerce .woocommerce-checkout-payment ul li img,
.woocommerce .woocommerce-checkout-payment ul li svg,
.woocommerce ul.woocommerce-shipping-methods li img,
.woocommerce ul.woocommerce-shipping-methods li svg {
width: 120px;
margin-right: 20px;
}
}
.woocommerce .woocommerce-checkout-payment ul li .woocommerce-Price-amount,
.woocommerce ul.woocommerce-shipping-methods li .woocommerce-Price-amount {
margin-left: auto;
}
.woocommerce .woocommerce-checkout-payment ul li .woocommerce-Price-amount *,
.woocommerce ul.woocommerce-shipping-methods li .woocommerce-Price-amount * {
font-weight: 700;
font-size: 16px;
}
.woocommerce .woocommerce-checkout-payment ul li:has(> input.filled) > label,
.woocommerce ul.woocommerce-shipping-methods li:has(> input.filled) > label {
pointer-events: none;
border-color: rgb(215, 14, 17) !important;
}
.woocommerce .woocommerce-checkout-payment ul label,
.woocommerce ul.woocommerce-shipping-methods label {
border: solid 1px rgb(228, 228, 228);
border-radius: 5px;
width: 100%;
height: 100%;
padding: 0 20px;
display: flex !important;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
cursor: pointer;
transition-duration: 0.15s;
}
@media (max-width: 800px) {
.woocommerce .woocommerce-checkout-payment ul label,
.woocommerce ul.woocommerce-shipping-methods label {
padding: 0 10px;
}
}
.woocommerce .woocommerce-checkout-payment ul label:hover,
.woocommerce ul.woocommerce-shipping-methods label:hover {
border-color: rgb(215, 14, 17);
}
.woocommerce .woocommerce-checkout-payment ul label .amount::before,
.woocommerce ul.woocommerce-shipping-methods label .amount::before {
content: " ";
}
.woocommerce .woocommerce-checkout-payment ul label,
.woocommerce ul.woocommerce-shipping-methods label {
font-weight: 400;
font-size: 15px;
}
.woocommerce .woocommerce-checkout-payment ul input:checked + div label, .woocommerce .woocommerce-checkout-payment ul input:checked + label, .woocommerce .woocommerce-checkout-payment ul input#shipping_method_0_flexible_shipping_single4 + div label, .woocommerce .woocommerce-checkout-payment ul input#shipping_method_0_flexible_shipping_single4 + label,
.woocommerce ul.woocommerce-shipping-methods input:checked + div label,
.woocommerce ul.woocommerce-shipping-methods input:checked + label,
.woocommerce ul.woocommerce-shipping-methods input#shipping_method_0_flexible_shipping_single4 + div label,
.woocommerce ul.woocommerce-shipping-methods input#shipping_method_0_flexible_shipping_single4 + label {
pointer-events: none;
border-color: rgb(215, 14, 17) !important;
}
.woocommerce .woocommerce-info {
margin-bottom: 30px;
max-width: 50%;
}
@media (max-width: 600px) {
.woocommerce .woocommerce-info {
max-width: 100%;
}
}
body.woocommerce-cart .woocommerce-form-login {
max-width: 50%;
display: flex;
flex-direction: column;
gap: 15px;
}
@media (max-width: 600px) {
body.woocommerce-cart .woocommerce-form-login {
max-width: 100%;
}
}
body.woocommerce-cart .woocommerce-form-login .lost_password,
body.woocommerce-cart .woocommerce-form-login .lost_password * {
text-decoration: none !important;
}
body.woocommerce-cart .woocommerce-form-login .lost_password:hover,
body.woocommerce-cart .woocommerce-form-login .lost_password *:hover {
color: rgba(var(--bs-link-hover-color-rgb));
}
body.woocommerce-cart .woocommerce-form-login .woocommerce-form-login__submit {
margin-top: 20px;
width: fit-content;
color: var(--color-white);
background: transparent;
font-size: 11px;
font-weight: 700;
text-transform: none;
border: none;
border-bottom: 1px solid white;
padding: 0 0 10px 0;
}
body.woocommerce-cart .woocommerce-form-login .woocommerce-form-login__submit:hover {
color: rgba(var(--bs-link-hover-color-rgb));
border-bottom-color: rgba(var(--bs-link-hover-color-rgb));
}
.get_gus .open_gus {
margin-top: 20px;
width: fit-content;
color: #000 !important;
background: transparent;
font-size: 13px;
font-weight: 700;
text-transform: none;
border: none;
border-bottom: 1px solid #000;
padding: 0 0 10px 0;
display: block;
box-shadow: none;
border-radius: 0;
}
.get_gus .open_gus:hover {
box-shadow: none;
background: transparent;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle {
margin-bottom: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle .woocommerce-info::before {
content: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header {
height: 140px !important;
top: 0 !important;
position: relative;
}
@media (max-width: 800px) {
body.woocommerce-checkout:not(.woocommerce-order-received) .header {
height: 90px !important;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__top, body.woocommerce-checkout:not(.woocommerce-order-received) .header__bottom, body.woocommerce-checkout:not(.woocommerce-order-received) .header__menu {
display: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__middle {
height: 140px;
padding-top: 10px;
}
@media (max-width: 800px) {
body.woocommerce-checkout:not(.woocommerce-order-received) .header__middle {
height: 90px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__middle .wrapper {
justify-content: center;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo {
margin: 0;
min-width: 352px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo a {
display: block;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo a img {
min-width: 352px;
}
@media (max-width: 800px) {
body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo {
min-width: 148px;
margin-top: 40px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo a img {
min-width: 148px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main {
padding-top: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .breadcrumbs {
display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .back-to-cart {
margin-bottom: 40px;
padding-left: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .back-to-cart a.link {
font-size: 13px;
font-weight: 400;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .back-to-cart a.link--arrow-left::before {
content: "";
width: 10px;
height: 9px;
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/left-small.svg) no-repeat center center;
background-size: contain;
display: inline-block;
margin-right: 9px;
}
@media (max-width: 800px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main .back-to-cart {
margin-bottom: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .back-to-cart a.link {
padding: 10px 0;
font-size: 10px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login {
margin-top: 30px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login .lost_password,
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login .lost_password * {
text-decoration: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login .lost_password:hover,
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login .lost_password *:hover {
color: rgba(var(--bs-link-hover-color-rgb));
}
body.woocommerce-checkout:not(.woocommerce-order-received) main h1, body.woocommerce-checkout:not(.woocommerce-order-received) main .h1,
body.woocommerce-checkout:not(.woocommerce-order-received) main h2,
body.woocommerce-checkout:not(.woocommerce-order-received) main .h2 {
font-size: 35px;
}
@media (max-width: 1024px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main h1, body.woocommerce-checkout:not(.woocommerce-order-received) main .h1,
body.woocommerce-checkout:not(.woocommerce-order-received) main h2,
body.woocommerce-checkout:not(.woocommerce-order-received) main .h2 {
font-size: 30px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main h1, body.woocommerce-checkout:not(.woocommerce-order-received) main .h1 {
display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-info {
all: unset;
font-size: 14px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-info a {
color: var(--color-white);
font-size: 14px;
text-decoration: underline;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-info a:hover {
opacity: 0.7;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-coupon-toggle {
margin-bottom: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-coupon-toggle .woocommerce-info::before {
content: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main #customer_details,
body.woocommerce-checkout:not(.woocommerce-order-received) main #order_review {
width: calc(50% - 15px);
}
@media (max-width: 1024px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main #customer_details,
body.woocommerce-checkout:not(.woocommerce-order-received) main #order_review {
width: 100%;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon {
width: calc(50% - 15px);
margin: 20px 0;
}
@media (max-width: 1280px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon .button {
min-width: unset !important;
white-space: wrap !important;
height: fit-content !important;
line-height: inherit;
}
}
@media (max-width: 800px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon {
width: 100%;
min-width: unset !important;
}
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon {
width: 100%;
min-width: unset !important;
display: flex;
flex-direction: column;
gap: 10px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon input {
min-width: unset !important;
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon input {
width: 100%;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon button {
white-space: nowrap !important;
min-height: 50px !important;
height: 50px !important;
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon button {
width: 100%;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login {
max-width: calc(30% - 15px);
display: flex;
flex-direction: column;
gap: 15px;
}
@media (max-width: 1024px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login {
max-width: 100%;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login * {
float: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login .woocommerce-form-login__rememberme {
display: block;
margin: -5px 0 25px 0;
line-height: normal;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login .clear {
display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-NoticeGroup-checkout {
display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout {
display: flex;
flex-direction: row;
gap: 30px;
flex-wrap: wrap;
margin-top: 30px;
}
@media (max-width: 1200px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout {
flex-direction: column;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 0px 30px;
}
@media (max-width: 800px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
gap: 15px;
}
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
gap: 0px 10px !important;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-account-fields {
margin-top: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout #ship-to-different-address {
margin-top: 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout textarea.input-text {
height: 100px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout #billing_nip_field.invoice-hidden,
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout #billing_company_field.invoice-hidden {
display: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 0px 30px;
margin-bottom: 15px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form__label-for-checkbox,
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkbox {
overflow: visible !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox {
margin: 30px 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox,
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox * {
font-size: 20px !important;
text-transform: none;
font-style: normal;
text-decoration: none !important;
font-weight: 400 !important;
}
@media (max-width: 800px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox,
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox * {
font-size: 18px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main { }
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name {
padding-right: 0;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name th.product-name {
font-size: 13px;
}
@media (max-width: 800px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name th.product-name {
font-size: 12px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name > div {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name > div {
flex-direction: column;
align-items: flex-start;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name #checkout_thumbnail {
width: 68px;
height: 48px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name #checkout_thumbnail img {
width: 100%;
height: 100%;
object-fit: contain;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-title-inner {
font-size: 14px;
width: calc(100% - 68px);
padding-left: 30px;
margin: 0;
font-style: normal;
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-title-inner {
width: 100%;
padding-left: 0;
margin-top: 10px;
font-size: 13px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .variation {
margin-top: 7px;
display: flex !important;
flex-wrap: wrap !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .variation,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .variation * {
font-weight: normal;
font-size: 13px;
display: inline;
line-height: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .variation dd {
margin-right: 4px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-quantity {
width: 120px;
text-align: right;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-quantity {
font-size: 13px;
}
@media (max-width: 800px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-quantity {
font-size: 12px;
}
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-quantity {
width: 60px;
min-width: 60px;
}
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-quantity {
width: 90px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-total *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-subtotal *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-quantity,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-quantity * {
vertical-align: top;
font-size: 15px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th {
font-size: 13px;
text-transform: uppercase;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td {
text-align: right;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td small.includes_tax, body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td .includes_tax.small {
white-space: nowrap;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td small.includes_tax, body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td .includes_tax.small,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td small.includes_tax *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td .includes_tax.small * {
font-size: 10px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total {
width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td {
padding: 20px;
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td {
padding: 10px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th {
font-size: 13px;
text-transform: uppercase;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td {
font-size: 15px;
text-align: right;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout-review-order .order-total th {
padding: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table {
margin-bottom: 60px;
border-bottom: solid 1px rgb(228, 228, 228);
border-radius: 5px;
border-collapse: separate;
border-spacing: 0px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table * {
border-color: rgb(228, 228, 228);
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name {
padding-left: 20px !important;
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name {
padding-left: 10px !important;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name .product-title--wrapper img {
width: 100%;
height: auto;
max-width: 104px;
border-radius: 5px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name .product-title--wrapper .product-thumbnail--wrapper {
width: 130px;
height: 93px;
display: flex;
justify-content: center;
}
@media (max-width: 767.98px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name .product-title--wrapper .product-thumbnail--wrapper {
width: 100%;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name .product-title--wrapper .product-thumbnail--wrapper a {
width: 100%;
height: 100%;
border-radius: 5px;
border: 1px solid rgb(228, 228, 228);
display: flex;
justify-content: center;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name .product-title--wrapper .product-thumbnail--wrapper a img {
width: auto;
height: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-quantity,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-quantity *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-total *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount * {
font-weight: 700;
font-size: 15px;
}
@media (max-width: 440px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-name *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-quantity,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-quantity *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-total *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount * {
font-size: 13px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-total {
width: 170px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table .product-quantity {
width: 100px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table td.product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table td.product-quantity {
padding-top: 40px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table th {
font-size: 15px;
}
@media (max-width: 440px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table th {
font-size: 12px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table tr {
border-bottom: 1px solid rgb(228, 228, 228);
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table tfoot th {
border: none;
border-radius: 0;
border-bottom: 1px solid rgb(228, 228, 228);
border-top: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
border-bottom: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table td:last-child {
padding-right: 20px !important;
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table td:last-child {
padding-right: 10px !important;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .shipping-table {
background: none;
width: 100%;
margin-bottom: 50px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .shipping-table__title {
display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment {
background: none;
width: 100%;
margin-bottom: 50px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment ul {
display: block;
padding: 0;
border-bottom: none;
}
@media (max-width: 600px) {
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment li {
height: 87px;
}
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment li:last-child {
margin-bottom: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment li input {
display: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment li img {
width: 100%;
max-width: 78px;
height: auto;
margin-right: 40px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
text-decoration: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
margin: 20px 0 25px 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
margin-bottom: 25px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
width: 100%;
overflow: hidden;
margin: 20px 0;
background: none;
border-radius: 5px;
padding: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions li {
all: unset;
margin: 0 0 10px 10px;
display: list-item;
padding-left: 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions ol,
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions ul {
padding: 0;
margin: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .ssl {
margin: 20px 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .ssl__icon {
margin-right: 15px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .place-order__button-wrapper {
margin-top: 30px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .place-order__button-wrapper .button {
margin-top: 20px;
width: fit-content;
color: var(--color-white);
background: transparent;
font-size: 11px !important;
font-weight: 700;
text-transform: none;
border: none;
border-bottom: 1px solid white;
padding: 0 0 10px 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .place-order__button-wrapper .button:hover {
color: rgba(var(--bs-link-hover-color-rgb));
border-bottom-color: rgba(var(--bs-link-hover-color-rgb));
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-input-wrapper strong {
font-weight: normal;
font-size: 13px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-payment .validate-required abbr.required {
text-decoration: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-inline-error-message {
color: red;
font-size: 13px;
margin-bottom: 0;
}
.page-id-10 .shipping-table__title {
display: none;
}
.woocommerce-account h1, .woocommerce-account .h1 {
text-align: left;
margin: 10px 0 50px 0;
width: 200px;
}
@media (max-width: 1280px) {
.woocommerce-account h1, .woocommerce-account .h1 {
margin-top: 50px;
}
}
@media (max-width: 1024px) {
.woocommerce-account h1, .woocommerce-account .h1 {
margin-top: 25px;
}
}
@media (max-width: 800px) {
.woocommerce-account h1, .woocommerce-account .h1 {
text-align: left;
margin-left: 0;
}
}
.woocommerce-account .form-login {
margin: 0 auto 0 auto;
display: flex;
gap: 30px;
}
@media (max-width: 1024px) {
.woocommerce-account .form-login {
margin: 30px auto 90px auto;
flex-direction: column;
}
}
@media (max-width: 800px) {
.woocommerce-account .form-login {
width: 100%;
position: relative;
gap: 20px;
}
}
.woocommerce-account .form-login__inner {
position: relative;
}
.woocommerce-account .form-login__register, .woocommerce-account .form-login__login {
width: calc(50% - 15px);
border: solid 1px rgb(228, 228, 228);
padding: 85px 115px;
border-radius: 5px;
}
@media (max-width: 1280px) {
.woocommerce-account .form-login__register, .woocommerce-account .form-login__login {
padding: 50px 60px;
}
}
@media (max-width: 1024px) {
.woocommerce-account .form-login__register, .woocommerce-account .form-login__login {
width: 100%;
max-width: var(--grid-5);
margin: auto;
}
}
@media (max-width: 800px) {
.woocommerce-account .form-login__register, .woocommerce-account .form-login__login {
width: 100%;
max-width: unset;
padding: 40px 10px;
}
}
.woocommerce-account .form-login__register h2, .woocommerce-account .form-login__register .h2, .woocommerce-account .form-login__login h2, .woocommerce-account .form-login__login .h2 {
font-size: 30px;
font-style: normal;
text-align: center;
margin-bottom: 35px;
}
@media (max-width: 800px) {
.woocommerce-account .form-login__register h2, .woocommerce-account .form-login__register .h2, .woocommerce-account .form-login__login h2, .woocommerce-account .form-login__login .h2 {
text-align: left;
margin: 0 0 20px 0;
font-size: 23px;
}
}
.woocommerce-account .form-login__register form, .woocommerce-account .form-login__login form {
border: none;
padding: 0;
margin: 35px 0 0 0;
}
@media (max-width: 800px) {
.woocommerce-account .form-login__register form, .woocommerce-account .form-login__login form {
margin: 20px 0 0 0;
}
}
.woocommerce-account .form-login__login * {
color: #000;
}
.woocommerce-account .form-login__login .woocommerce-LostPassword {
margin: 0;
width: fit-content;
position: absolute;
right: 0;
bottom: 0;
line-height: 35px;
}
@media (max-width: 800px) {
.woocommerce-account .form-login__login .woocommerce-LostPassword {
position: static;
line-height: normal;
}
}
.woocommerce-account .form-login__login .woocommerce-LostPassword,
.woocommerce-account .form-login__login .woocommerce-LostPassword * {
color: var(--color-white);
font-size: 12px;
}
.woocommerce-account .form-login__login .woocommerce-LostPassword a {
text-decoration: none;
}
.woocommerce-account .form-login__login .woocommerce-LostPassword a:hover {
color: rgba(var(--bs-link-hover-color-rgb));
}
.woocommerce-account .form-login__login .woocommerce-form-login__rememberme {
margin-top: 20px;
}
.woocommerce-account .form-login__login .woocommerce-form-login__rememberme span {
text-decoration: none;
}
.woocommerce-account .form-login__register .woocommerce-form-row {
margin-bottom: 20px;
}
.woocommerce-account .form-login__register *:not(.box-anim):not(.custom-button__inner):not(h2):not(.h2) {
font-size: 13px;
}
.woocommerce-thankyou-order-received + .woocommerce-info + .woocommerce-form-login {
max-width: var(--grid-5);
width: 100%;
display: flex;
flex-direction: column;
}
.woocommerce-thankyou-order-received + .woocommerce-info + .woocommerce-form-login .form-row {
width: 100%;
padding-bottom: 20px;
}
.woocommerce-thankyou-order-received + .woocommerce-info + .woocommerce-form-login .form-row.focused {
position: relative;
} body.woocommerce-account.woocommerce-dashboard .container .woocommerce .woocommerce-MyAccount-content {
padding: 20px;
border: solid 1px rgb(228, 228, 228);
border-radius: 5px;
} body.woocommerce-account .woocommerce::before, body.woocommerce-account .woocommerce::after {
display: none;
}
body.woocommerce-account .woocommerce-info {
padding: 20px 20px 20px 0;
display: flex;
flex-direction: column;
gap: 20px;
max-width: 100%;
}
body.woocommerce-account .woocommerce-info::before, body.woocommerce-account .woocommerce-info::after {
display: none;
}
body.woocommerce-account.woocommerce-orders .container .woocommerce .woocommerce-MyAccount-content table th,
body.woocommerce-account.woocommerce-orders .container .woocommerce .woocommerce-MyAccount-content table td {
border: none !important;
padding: 20px !important;
}
@media (max-width: 768px) {
body.woocommerce-account.woocommerce-orders .container .woocommerce .woocommerce-MyAccount-content table th,
body.woocommerce-account.woocommerce-orders .container .woocommerce .woocommerce-MyAccount-content table td {
padding: 7.5px 10px !important;
}
}
@media (max-width: 768px) {
body.woocommerce-account.woocommerce-orders .container .woocommerce .woocommerce-MyAccount-content table td::before {
text-transform: uppercase !important;
}
}
body.woocommerce-account.woocommerce-orders .container .woocommerce .woocommerce-MyAccount-content table .woocommerce-orders-table__cell-order-date {
white-space: nowrap;
}
@media (max-width: 768px) {
body.woocommerce-account.woocommerce-orders .container .woocommerce .woocommerce-MyAccount-content table tr td:last-child {
border-bottom: solid 1px var(--color-border) !important;
}
}
@media (max-width: 768px) {
body.woocommerce-account.woocommerce-orders .container .woocommerce .woocommerce-MyAccount-content table .button {
all: unset;
font-weight: bold;
text-transform: uppercase;
text-decoration: underline;
}
}
body.woocommerce-account.woocommerce-orders .container .woocommerce .woocommerce-MyAccount-content .woocommerce-button--next {
margin-top: 20px;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content mark, body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content .mark,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou mark,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou .mark,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content mark,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content .mark,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou mark,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou .mark {
background: transparent;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table {
margin-top: 30px;
border-collapse: collapse;
border: none;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table td,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table th,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table td,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table th,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table td,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table th,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table td,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table th {
padding: 20px;
}
@media (max-width: 800px) {
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table td,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table th,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table td,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table th,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table td,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table th,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table td,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table th {
padding: 10px;
}
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table thead tr th,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table thead tr th,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table thead tr th,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table thead tr th {
padding-bottom: 0;
padding-left: 0;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table tbody tr,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table tfoot tr,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table tbody tr,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table tfoot tr,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table tbody tr,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table tfoot tr,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table tbody tr,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table tfoot tr {
border-bottom: 1px solid rgb(228, 228, 228);
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table tbody tr th,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table tbody tr td,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table tfoot tr th,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table tfoot tr td,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table tbody tr th,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table tbody tr td,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table tfoot tr th,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table tfoot tr td,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table tbody tr th,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table tbody tr td,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table tfoot tr th,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table tfoot tr td,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table tbody tr th,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table tbody tr td,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table tfoot tr th,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table tfoot tr td {
padding-left: 0;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table th,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table th,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table th,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table th {
text-transform: uppercase;
font-size: 13px;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table tfoot td,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table tfoot td *,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .product-total,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .product-total *,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table tfoot td,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table tfoot td *,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .product-total,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .product-total *,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table tfoot td,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table tfoot td *,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .product-total,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .product-total *,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table tfoot td,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table tfoot td *,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .product-total,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .product-total * {
text-align: right;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table td.product-total,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table td.product-total *,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table td.product-total,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table td.product-total *,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table td.product-total,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table td.product-total *,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table td.product-total,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table td.product-total * {
font-size: 15px;
}
@media (max-width: 800px) {
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table td.product-total,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table td.product-total *,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table td.product-total,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table td.product-total *,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table td.product-total,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table td.product-total *,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table td.product-total,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table td.product-total * {
font-size: 12px;
line-height: normal;
}
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table th.product-total,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table th.product-total *,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table th.product-total,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table th.product-total *,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table th.product-total,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table th.product-total *,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table th.product-total,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table th.product-total * {
font-size: 13px;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .woocommerce-table__product-name,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .woocommerce-table__product-name,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .woocommerce-table__product-name,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .woocommerce-table__product-name {
min-width: var(--grid-4);
box-sizing: content-box;
}
@media (max-width: 800px) {
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .woocommerce-table__product-name,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .woocommerce-table__product-name,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .woocommerce-table__product-name,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .woocommerce-table__product-name {
min-width: unset;
padding-right: 0;
}
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .order-item-product-top,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .order-item-product-top,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .order-item-product-top,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .order-item-product-top {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 30px;
margin-bottom: 10px;
}
@media (max-width: 800px) {
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .order-item-product-top,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .order-item-product-top,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .order-item-product-top,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .order-item-product-top {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .order-item-product-top img,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .order-item-product-top img,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .order-item-product-top img,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .order-item-product-top img {
max-width: 67px;
max-height: 48px;
object-fit: contain;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .order-item-product-top a,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .order-item-product-top a,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .order-item-product-top a,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .order-item-product-top a {
text-decoration: none;
font-size: 14px;
line-height: 19px;
max-width: 220px;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta {
padding: 0;
display: flex;
flex-direction: row;
gap: 4px;
flex-wrap: wrap;
}
@media (max-width: 800px) {
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta {
flex-direction: column;
gap: 0;
}
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta li,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta li,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta li,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta li {
width: fit-content;
white-space: nowrap;
display: flex;
flex-direction: row;
gap: 4px;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta li,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta li *,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta li,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta li *,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta li,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta li *,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta li,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta li * {
line-height: 18px;
font-size: 13px;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta .wc-item-meta-label,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta .wc-item-meta-label,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content table .wc-item-meta .wc-item-meta-label,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou table .wc-item-meta .wc-item-meta-label {
all: unset;
font-weight: normal;
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou .woocommerce-column--billing-address,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou .woocommerce-column--billing-address {
padding-right: 15px;
}
@media (max-width: 767.98px) {
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou .woocommerce-column--billing-address,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou .woocommerce-column--billing-address {
padding-right: 0;
}
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou .woocommerce-column--shipping-address,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou .woocommerce-column--shipping-address {
padding-left: 15px;
}
@media (max-width: 767.98px) {
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address,
body.woocommerce-account.woocommerce-view-order .container .woocommerce .woocommerce-order.thankyou .woocommerce-column--shipping-address,
body.woocommerce-order-received .container .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address,
body.woocommerce-order-received .container .woocommerce .woocommerce-order.thankyou .woocommerce-column--shipping-address {
padding-left: 0;
}
}
body.woocommerce-account.woocommerce-view-order .container .woocommerce address,
body.woocommerce-order-received .container .woocommerce address {
margin-top: 20px;
} body.woocommerce-account.woocommerce-edit-address .container .woocommerce .woocommerce-MyAccount-content .edit {
float: none;
margin-top: -10px;
display: block;
margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-edit-address .container .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
display: flex;
flex-direction: row;
gap: 0px 30px;
flex-wrap: wrap;
margin-bottom: 30px;
}
body.woocommerce-account.woocommerce-edit-address .container .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .fcf-conditional-input {
width: 100%;
padding-bottom: 10px;
}
body.woocommerce-account.woocommerce-edit-address .container .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .update_totals_on_change {
border: solid 1px var(--color-border);
border-radius: 5px;
}
body.woocommerce-account.woocommerce-edit-address .container .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .update_totals_on_change .woocommerce-input-wrapper {
border-radius: 5px;
padding: 15px 20px;
display: block;
background-color: var(--color-gray);
}
body.woocommerce-account.woocommerce-edit-address .container .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .update_totals_on_change .woocommerce-input-wrapper * {
font-weight: normal;
}
body.woocommerce-account.woocommerce-edit-address .container .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .input-text,
body.woocommerce-account.woocommerce-edit-address .container .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=text] {
min-width: unset !important;
}
@media (max-width: 600px) {
body.woocommerce-account.woocommerce-edit-address .container .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
width: 100%;
}
} @media screen and (max-width: 768px) {
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content {
padding: 15px;
}
}
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content .edit-account-heading {
margin-top: 0;
}
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content form {
display: flex;
flex-direction: column;
gap: 0px 15px;
}
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content form fieldset {
display: flex;
flex-direction: column;
gap: 0px 15px;
margin-bottom: 30px;
}
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row {
max-width: var(--grid-5);
}
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content form .clear {
display: none;
}
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content form legend {
font-size: 30px;
margin: 40px 0 30px 0;
text-align: left;
width: fit-content;
max-width: unset;
line-height: normal;
font-weight: 300;
}
@media (max-width: 600px) {
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content form .form-row {
width: 100%;
}
}
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content form #account_display_name_description {
display: block;
margin: 15px 0 0 0;
}
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content form #account_display_name_description,
body.woocommerce-account.woocommerce-edit-account .container .woocommerce .woocommerce-MyAccount-content form #account_display_name_description * {
font-size: 12px;
} body.woocommerce-account .woocommerce-MyAccount-content h2.shopmagic-communication-preferences-heading, body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences-heading.h2 {
margin-top: 0 !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences h3, body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .h3 {
font-size: 20px;
line-height: 28px;
font-style: normal;
margin-bottom: 20px;
max-width: var(--grid-6);
text-transform: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin {
max-width: var(--grid-6);
margin: 20px 0;
overflow: visible !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin label {
width: 100%;
display: block;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin label,
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin label * {
text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin label + span {
font-size: 12px;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .button {
margin-top: 20px;
width: fit-content;
color: var(--color-white);
background: transparent;
font-size: 11px;
font-weight: 700;
text-transform: none;
border: none;
border-bottom: 1px solid white;
padding: 0 0 10px 0;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .button:hover {
color: rgba(var(--bs-link-hover-color-rgb));
border-bottom-color: rgba(var(--bs-link-hover-color-rgb));
} body.woocommerce-lost-password .page-top {
border: solid 1px var(--color-border);
border-bottom: 0;
border-radius: 5px 5px 0 0;
max-width: var(--grid-6);
margin: 50px auto 0 auto;
padding: 30px;
}
body.woocommerce-lost-password .page-top .wrapper {
padding: 0 !important;
}
body.woocommerce-lost-password .page-top__heading {
margin: 0 auto;
width: auto;
font-size: 0;
text-align: left;
}
body.woocommerce-lost-password .page-top__heading::after {
content: "Przywracanie hasła";
font-size: 30px;
}
body.woocommerce-lost-password .container .wrapper {
padding: 0 !important;
}
body.woocommerce-lost-password .container .woocommerce {
gap: 0;
}
body.woocommerce-lost-password .container .woocommerce::before, body.woocommerce-lost-password .container .woocommerce::after {
display: none;
}
body.woocommerce-lost-password .container .woocommerce-notices-wrapper {
margin: 0 auto 15px auto;
max-width: var(--grid-6);
width: 100%;
}
body.woocommerce-lost-password .container .woocommerce-notices-wrapper ul {
max-width: 100%;
}
body.woocommerce-lost-password .container .woocommerce-notices-wrapper ul:last-child {
margin-bottom: 0;
}
body.woocommerce-lost-password .container .form-row {
margin: 20px 0 0 0;
}
body.woocommerce-lost-password .container .clear-wysiwyg {
display: flex;
flex-direction: column;
border: solid 1px var(--color-border);
border-top: 0;
border-radius: 5px 5px 0 0;
max-width: var(--grid-6);
margin: 0 auto;
padding: 20px 30px 30px 30px;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
background-color: transparent;
border-radius: 0;
border: 0;
color: var(--wc-form-color-text, #000);
cursor: pointer;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
position: absolute;
right: 0.7em;
text-decoration: none;
top: 50%;
transform: translateY(-50%);
-moz-osx-font-smoothing: inherit;
-webkit-appearance: none;
-webkit-font-smoothing: inherit;
}
.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
background-repeat: no-repeat;
background-size: cover;
background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="#fff"/></svg>');
content: "";
display: block;
height: 22px;
width: 22px;
}
.woocommerce form .show-password-input.display-password::before,
.woocommerce-page form .show-password-input.display-password::before {
background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="#fff"/></svg>');
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
display: flex;
flex-wrap: wrap;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
width: 50%;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:first-child {
padding-right: 15px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:last-child {
padding-left: 15px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
text-underline-offset: 10px;
}
@media (max-width: 800px) {
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
width: 100%;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:first-child, body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:last-child {
padding: 0;
}
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-wide {
width: calc(50% - 15px);
}
@media (max-width: 600px) {
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-wide {
width: 100%;
}
}
body.woocommerce-edit-address .select2-container,
body.woocommerce-checkout .select2-container {
width: fit-content;
height: auto;
display: block;
}
body.woocommerce-edit-address .select2-container .selection,
body.woocommerce-checkout .select2-container .selection {
display: block;
height: 100%;
}
body.woocommerce-edit-address .select2-container .selection .select2-selection--single,
body.woocommerce-checkout .select2-container .selection .select2-selection--single {
height: 100%;
background-color: transparent;
}
body.woocommerce-edit-address .select2-container .selection .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout .select2-container .selection .select2-selection--single .select2-selection__rendered {
height: 100%;
padding: 15px 20px;
color: #fff;
}
body.woocommerce-edit-address .select2-container .selection .select2-selection--single .select2-selection__arrow,
body.woocommerce-checkout .select2-container .selection .select2-selection--single .select2-selection__arrow {
height: 100%;
}
body.woocommerce-edit-address .select2-container .select2-selection__placeholder,
body.woocommerce-checkout .select2-container .select2-selection__placeholder {
display: none;
}
body.woocommerce-edit-address .select2-container .select2-dropdown,
body.woocommerce-checkout .select2-container .select2-dropdown {
background-color: var(--bs-body-bg);
color: #fff;
border: 1px solid #fff;
}
body.woocommerce-edit-address .select2-container .select2-results__option--highlighted,
body.woocommerce-edit-address .select2-container .select2-results__option[data-selected=true],
body.woocommerce-checkout .select2-container .select2-results__option--highlighted,
body.woocommerce-checkout .select2-container .select2-results__option[data-selected=true] {
color: rgba(var(--bs-link-hover-color-rgb));
background: transparent;
}
body.woocommerce-edit-address .select2-container .select2-search__field,
body.woocommerce-checkout .select2-container .select2-search__field {
min-width: 100px !important;
}
body.woocommerce-lost-password .woocommerce-ResetPassword {
max-width: 25%;
}
@media (max-width: 800px) {
body.woocommerce-lost-password .woocommerce-ResetPassword {
max-width: 100%;
}
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 30px;
row-gap: 30px;
}
.woocommerce-MyAccount-navigation-link {
width: 100%;
max-width: 16.6666666667%;
text-align: center;
}
@media screen and (max-width: 1200px) {
.woocommerce-MyAccount-navigation-link a {
font-size: 14px !important;
}
}
@media screen and (max-width: 991px) {
.woocommerce-MyAccount-navigation-link {
max-width: 33.3333333333%;
}
}
.woocommerce-MyAccount-navigation-link a {
text-decoration: none;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation-link a:hover {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
.woocommerce-MyAccount-navigation-link.is-active a {
color: #d70e11 !important;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
text-decoration: none !important;
}
@media (max-width: 800px) {
.woocommerce-MyAccount-navigation-link {
max-width: 33.33%;
flex: none;
}
}
@media (max-width: 600px) {
.woocommerce-MyAccount-navigation-link {
max-width: 50%;
}
}
.woocommerce-MyAccount-content {
padding: 30px;
border: 1px solid rgb(228, 228, 228);
border-radius: 5px;
}
.woocommerce-MyAccount-content > * {
font-weight: 400;
font-size: 16px;
}
@media screen and (max-width: 768px) {
.woocommerce-MyAccount-content {
padding: 15px;
}
}
body.woocommerce-orders .woocommerce-MyAccount-content {
padding: 0px;
border: none;
}
.wypozyczalnia-page .wypozyczalnia-hero .section-heading {
margin-top: 0;
}
.wypozyczalnia-page .wypozyczalnia-hero img {
width: auto;
object-fit: cover;
max-height: 558px;
border-radius: 10px;
border: 1px solid rgb(228, 228, 228);
}
.wypozyczalnia-page .kategorie-wypozyczalni .container {
position: relative;
}
.wypozyczalnia-page .kategorie-wypozyczalni.is-loading .short-kategory-products__list,
.wypozyczalnia-page .kategorie-wypozyczalni.is-loading .products-kategory-wrapper {
opacity: 0.35;
pointer-events: none;
transition: opacity 0.2s ease;
}
.wypozyczalnia-page .kategorie-wypozyczalni.is-loading .kategorie-wypozyczalni__cat-item {
pointer-events: none;
}
.wypozyczalnia-page .kategorie-wypozyczalni.is-loading .container::after {
content: "";
position: absolute;
width: 44px;
height: 44px;
left: 50%;
top: 180px;
margin-left: -22px;
border: 3px solid rgba(215, 14, 17, 0.2);
border-top-color: rgb(215, 14, 17);
border-radius: 50%;
animation: wypozyczalniaSpin 0.8s linear infinite;
z-index: 5;
}
.wypozyczalnia-page .kategorie-wypozyczalni-tabs {
display: grid;
grid-template-columns: repeat(7, minmax(0, 1fr));
gap: 30px clamp(20px, 4.5vw, 84px);
}
@media (max-width: 1440px) {
.wypozyczalnia-page .kategorie-wypozyczalni-tabs {
display: flex;
gap: 20px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 15px;
}
}
@media (max-width: 420px) {
.wypozyczalnia-page .kategorie-wypozyczalni-tabs {
gap: 10px;
}
}
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item {
border: 1px solid rgb(228, 228, 228);
border-radius: 5px;
cursor: pointer;
transition-duration: 0.2s;
overflow: hidden;
}
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item:hover .kategorie-wypozyczalni__cat-item--title-wrapper::before, .wypozyczalnia-page .kategorie-wypozyczalni__cat-item.is-active .kategorie-wypozyczalni__cat-item--title-wrapper::before {
opacity: 1;
}
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item:hover .kategorie-wypozyczalni__cat-item--title-wrapper span, .wypozyczalnia-page .kategorie-wypozyczalni__cat-item.is-active .kategorie-wypozyczalni__cat-item--title-wrapper span {
color: #fff;
}
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item--thumb {
height: 100%;
max-height: 115px;
}
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item--thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item--title-wrapper {
padding: 10px;
height: calc(100% - 115px);
position: relative;
overflow: hidden;
}
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item--title-wrapper::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
opacity: 0;
transition: opacity 0.2s ease;
z-index: 0;
}
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item--title-wrapper span {
font-size: 15px;
font-weight: 700;
position: relative;
z-index: 1;
transition: color 0.2s ease;
}
@media (max-width: 1440px) {
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item {
min-width: 170px;
}
}
@media (max-width: 400px) {
.wypozyczalnia-page .kategorie-wypozyczalni__cat-item {
min-width: 140px;
}
}
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 30px;
}
@media (max-width: 1440px) {
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@media (max-width: 1024px) {
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 500px) {
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list {
grid-template-columns: 1fr;
}
}
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list .short-product-card {
border: 1px solid rgb(228, 228, 228);
border-radius: 5px;
overflow: hidden;
transition: all 0.3s ease;
}
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list .short-product-card--active {
border-color: rgb(215, 14, 17);
}
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list .short-product-card:hover {
border-color: rgb(215, 14, 17);
cursor: pointer;
}
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list .short-product-card__thumbnail {
width: 100%;
overflow: hidden;
}
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list .short-product-card__thumbnail img {
width: auto;
height: 100%;
object-fit: cover;
display: block;
margin: 0 auto;
}
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list .short-product-card__content {
padding: 20px 10px;
border-top: 1px solid rgb(228, 228, 228);
}
.wypozyczalnia-page .kategorie-wypozyczalni .short-kategory-products__list .short-product-card__title {
font-size: 20px;
font-weight: 600;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card {
row-gap: 20px;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card__slider-wrapper {
width: 100%;
}
@media (min-width: 992px) {
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card__slider-wrapper {
padding-right: 15px;
}
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-main {
border: 1px solid rgb(228, 228, 228);
border-radius: 8px;
background: #fff;
position: relative;
overflow: hidden;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-main .swiper-wrapper {
height: 605px;
}
@media (min-width: 992px) and (max-width: 1200px) {
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-main .swiper-wrapper {
height: 420px;
}
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-main .swiper-slide {
min-height: 420px;
display: flex;
justify-content: center;
align-items: center;
padding: 30px 60px;
}
@media (max-width: 800px) {
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-main .swiper-slide {
min-height: 300px;
padding: 30px;
}
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery__image {
width: auto;
max-height: 100%;
object-fit: contain;
display: block;
margin: 0 auto;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery__video {
width: 100%;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery__video iframe {
display: block;
width: 100%;
aspect-ratio: 16/9;
min-height: 260px;
border: 0;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn {
width: 59px;
height: 59px;
border-radius: 50%;
border: 1px solid rgb(228, 228, 228);
background: #fff;
color: #000;
position: absolute;
top: 50%;
z-index: 2;
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
transition-duration: 0.3s;
}
@media (max-width: 767.98px) {
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn {
width: 49px;
height: 49px;
}
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn::before {
content: "";
position: absolute;
width: calc(100% - 4px);
height: calc(100% - 4px);
border-radius: 50%;
background: linear-gradient(90deg, #c3c3c3 0%, rgba(195, 195, 195, 0) 100%);
padding: 2px;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn svg {
position: relative;
z-index: 1;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn:hover, .wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn:focus-visible {
outline: none;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
color: #fff;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn:hover::before, .wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn:focus-visible::before {
opacity: 1;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn--prev {
left: 16px;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-nav-btn--next {
right: 16px;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-thumbs {
margin-top: 30px;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-thumbs .swiper-slide {
border: 1px solid rgb(228, 228, 228);
border-radius: 6px;
overflow: hidden;
height: 188px;
background: #fff;
cursor: pointer;
position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-thumbs .swiper-slide {
height: 120px;
}
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-thumbs .swiper-slide-thumb-active {
border-color: rgb(215, 14, 17);
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery__thumb-image {
width: auto;
height: 100%;
object-fit: cover;
display: block;
margin: 0 auto;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery__thumb-video {
width: 100%;
height: 100%;
background: #111;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery__thumb-play {
width: 34px;
height: 24px;
border-radius: 8px;
background: rgb(215, 14, 17);
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery__thumb-play::before {
content: "";
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 10px solid #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-35%, -50%);
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-empty {
border: 1px solid rgb(228, 228, 228);
border-radius: 8px;
min-height: 220px;
display: flex;
justify-content: center;
align-items: center;
color: #7f7f7f;
font-size: 14px;
padding: 20px;
}
@media (max-width: 500px) {
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-main .swiper-wrapper {
height: 400px;
}
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card .product-wypozyczalnia-gallery-thumbs .swiper-slide {
height: 100px;
}
}
@media (min-width: 992px) {
.wypozyczalnia-page .kategorie-wypozyczalni .products-kategory-wrapper .product-wypozyczalnia-card__content {
padding-left: 15px;
}
}
.wypozyczalnia-page .contact-form {
margin-top: 120px;
}
@media (max-width: 767.98px) {
.wypozyczalnia-page .contact-form {
margin-top: 40px;
}
}
.wypozyczalnia-page .contact-form .contact-form-wrapper {
height: unset;
min-height: 630px;
}
.wypozyczalnia-page .contact-form .contact-form-wrapper__description::after {
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/wypozyczalnia_bg_form.png);
}
.wypozyczalnia-page .contact-form .contact-form-wrapper__form {
padding-bottom: 30px;
}
.wypozyczalnia-page .contact-form .contact-form-wrapper__info {
bottom: 130px;
}
@media (max-width: 767.98px) {
.wypozyczalnia-page .contact-form .contact-form-wrapper__info {
bottom: auto;
}
}
@keyframes wypozyczalniaSpin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.domyslny-szablon-candyweb section {
margin-bottom: 160px;
}
@media (max-width: 767.98px) {
.domyslny-szablon-candyweb section {
margin-bottom: 80px;
}
}
.domyslny-szablon-candyweb section:nth-child(2) {
margin-bottom: 0;
}
.domyslny-szablon-candyweb section:last-child {
margin-bottom: 0;
}
.domyslny-szablon-candyweb .section-heading {
margin-top: 110px;
}
@media (max-width: 1199.98px) {
.domyslny-szablon-candyweb .section-heading {
margin-top: 20px;
}
}
@media (max-width: 767.98px) {
.domyslny-szablon-candyweb .section-heading {
margin-top: 0px;
}
}
.domyslny-szablon-candyweb .contact-form-wrapper__description .section-heading {
margin-top: 0;
}
.domyslny-szablon-candyweb .img-wrapper {
height: 604px;
}
@media (max-width: 1199.98px) {
.domyslny-szablon-candyweb .img-wrapper {
height: 450px;
}
}
@media (max-width: 991.98px) {
.domyslny-szablon-candyweb .img-wrapper {
height: 400px;
}
}
@media (max-width: 767.98px) {
.domyslny-szablon-candyweb .img-wrapper {
height: 250px;
}
}
.domyslny-szablon-candyweb .img-wrapper img {
width: 100%;
border-radius: 10px;
height: auto;
max-height: 610px;
object-fit: cover;
}
.site-main-serwis .serwis-hero .section-heading {
margin-top: 0px;
}
.site-main-serwis .serwis-hero__image {
border-radius: 10px;
max-height: 558px;
width: auto;
object-fit: cover;
}
@media (min-width: 992px) {
.site-main-serwis .serwis-hero__image {
margin-left: 30px;
}
}
@media (max-width: 991.98px) {
.site-main-serwis .serwis-hero__image {
margin-top: 30px;
}
}
.site-main-serwis .serwis-hero .hero__loga-wrapper {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 27px;
}
@media (max-width: 767.98px) {
.site-main-serwis .serwis-hero .hero__loga-wrapper {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
}
.site-main-serwis .serwis-hero .hero__loga-wrapper .hero__logo {
width: 100%;
height: 100%;
max-height: 91px;
object-fit: contain;
border: 1px solid rgb(233, 233, 233);
border-radius: 5px;
}
.site-main-serwis .serwis-hero .custom-button {
min-width: 262px;
}
.site-main-serwis .mini-gallery {
padding-bottom: 160px;
}
@media (max-width: 767.98px) {
.site-main-serwis .mini-gallery {
padding-bottom: 80px;
}
}
.site-main-serwis .mini-gallery__grid {
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 30px;
}
@media (max-width: 1453.98px) {
.site-main-serwis .mini-gallery__grid {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
}
@media (max-width: 1199.98px) {
.site-main-serwis .mini-gallery__grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@media (max-width: 991.98px) {
.site-main-serwis .mini-gallery__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767.98px) {
.site-main-serwis .mini-gallery__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
}
.site-main-serwis .mini-gallery__image {
height: 100%;
min-height: 211px;
max-height: 220px;
border-radius: 10px;
object-fit: cover;
transition: transform 0.3s ease;
}
.site-main-serwis .mini-gallery__image:hover {
transform: scale(1.025);
cursor: pointer;
}
@media (max-width: 767.98px) {
.site-main-serwis .mini-gallery__image {
min-height: unset;
}
}
.site-main-szkolenia .contact-form-wrapper__form {
width: 100%;
max-width: 604px;
border: 1px solid rgb(228, 228, 228);
border-radius: 10px;
padding-bottom: 55px;
height: auto;
}
.site-main-szkolenia .hero {
padding-bottom: 20px;
}
.site-main-szkolenia .filmy-powiazane-section {
padding-bottom: 160px;
}
@media (max-width: 767.98px) {
.site-main-szkolenia .filmy-powiazane-section {
padding-bottom: 80px;
}
}
.site-main-szkolenia .kafelki-grid__inner {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
}
@media (max-width: 1453.98px) {
.site-main-szkolenia .kafelki-grid__inner {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 991.98px) {
.site-main-szkolenia .kafelki-grid__inner {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.site-main-szkolenia .kafelki-grid__item {
border: 1px solid rgb(228, 228, 228);
border-radius: 10px;
padding: 30px;
background: #fff;
position: relative;
display: flex;
flex-direction: column;
}
.site-main-szkolenia .kafelki-grid__item h3, .site-main-szkolenia .kafelki-grid__item .h3 {
font-size: clamp(24px, 3vw, 40px);
font-weight: 600;
z-index: 2;
position: relative;
text-transform: uppercase;
}
.site-main-szkolenia .kafelki-grid__item .kafelki-grid__text {
position: relative;
z-index: 2;
margin-top: 20px;
}
.site-main-szkolenia .kafelki-grid__item .kafelki-grid__text ul {
margin-bottom: 0;
}
.site-main-szkolenia .kafelki-grid__item:not(:has(.kafelki-grid__image))::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 364px;
height: 406px;
max-height: 100%;
background-image: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/dla_kogo_mask.png);
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
.site-main-szkolenia .kafelki-grid__item:has(.kafelki-grid__image) {
padding: 0;
overflow: hidden;
}
.site-main-szkolenia .kafelki-grid__item:has(.kafelki-grid__image) .kafelki-grid__image {
width: 100%;
height: 100%;
object-fit: cover;
}
.obszary-zastosowan-hero {
padding-bottom: 160px;
}
@media (max-width: 767.98px) {
.obszary-zastosowan-hero {
padding-bottom: 80px;
}
}
.obszary-zastosowan-hero .section-heading {
margin-top: 0px;
}
.obszary-zastosowan-hero img {
width: 100%;
height: 100%;
max-height: 606px;
object-fit: cover;
display: block;
border-radius: 10px;
}
.profesjonalne-wsparcie {
padding-bottom: 160px;
}
@media (max-width: 767.98px) {
.profesjonalne-wsparcie {
padding-bottom: 80px;
}
}
body.home .profesjonalne-wsparcie {
padding-bottom: 0px;
}
@media (max-width: 767.98px) {
body.home .profesjonalne-wsparcie {
padding-bottom: 0px;
}
}
.page-childrens {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 40px 30px;
width: 100%;
}
.page-childrens__item {
position: relative;
height: 409px;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-direction: column;
overflow: hidden;
border-radius: 8px;
text-decoration: none;
color: inherit;
border: 1px solid rgb(228, 228, 228);
}
.page-childrens__item:hover .page-childrens__image img {
transform: scale(1.05);
}
.page-childrens__image {
height: calc(100% - 90px);
width: 100%;
overflow: hidden;
border-bottom: 1px solid rgb(228, 228, 228);
background-color: #fff;
}
.page-childrens__image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.page-childrens__title-wrapper {
height: 90px;
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 24px;
width: 100%;
background-color: #fff;
}
.page-childrens__title-wrapper--content {
position: relative;
z-index: 2;
color: rgb(0, 0, 0);
font-size: 20px;
font-weight: 600;
line-height: 1.25;
width: 100%;
}
@media (max-width: 575.98px) {
.page-childrens__title-wrapper--content {
font-size: 15px;
}
}
@media (max-width: 575.98px) {
.page-childrens__title-wrapper {
padding-left: 15px;
}
}
@media (max-width: 1199px) {
.page-childrens {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.page-childrens {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-childrens__item {
height: 220px;
}
}
@media (max-width: 479px) {
.page-childrens {
grid-template-columns: minmax(0, 1fr);
}
}
body.page-template-template-obszary-zastosowan-podstrona .realizacje-klientow-section {
padding-bottom: 100px;
}
@media (max-width: 767.98px) {
body.page-template-template-obszary-zastosowan-podstrona .realizacje-klientow-section {
padding-bottom: 50px;
}
}
body.page-template-template-obszary-zastosowan-podstrona .polecane-produkty {
margin-bottom: 160px;
}
@media (max-width: 767.98px) {
body.page-template-template-obszary-zastosowan-podstrona .polecane-produkty {
margin-bottom: 80px;
}
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-wrapper {
--slider-progress-handle-width: 174px;
--slider-progress-offset: 0px;
margin-top: 24px;
}
.dobierz-wyposazenie .dobierz-wyposazenie__content {
display: flex;
flex-direction: column;
align-items: center;
}
.dobierz-wyposazenie .dobierz-wyposazenie__tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px 48px;
margin-top: 28px;
}
.dobierz-wyposazenie .dobierz-wyposazenie__tab {
padding: 0;
border: 0;
background: transparent;
color: #111;
font-size: 20px;
font-weight: 700;
line-height: 1.2;
transition: color 0.2s ease;
}
.dobierz-wyposazenie .dobierz-wyposazenie__tab:hover, .dobierz-wyposazenie .dobierz-wyposazenie__tab.is-active {
color: #bf0811;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-box {
position: relative;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider {
margin: 0;
padding: 0;
list-style: none;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider:not(.slick-initialized) {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
@media (min-width: 1454px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider:not(.slick-initialized) {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@media (max-width: 1453.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider:not(.slick-initialized) {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 991.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider:not(.slick-initialized) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider:not(.slick-initialized) {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider:not(.slick-initialized) li.product {
float: none !important;
width: auto !important;
margin: 0 !important;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider .slick-track {
display: flex;
align-items: stretch;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider .slick-slide {
margin: 0 10px;
padding-bottom: 30px;
height: auto !important;
display: flex !important;
flex-direction: column;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider .slick-slide > div {
height: 100%;
display: flex;
flex-direction: column;
flex: 1;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider li.product {
min-height: 486px;
height: 100%;
flex: 1;
transition: height 0.3s ease;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-controls {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-top: 24px;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
width: 59px;
height: 59px;
border: 1px solid #e4e4e4;
border-radius: 50%;
background: #fff;
color: #000;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1200px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow {
display: none;
}
}
@media (max-width: 575.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow {
width: 44px;
height: 44px;
}
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow svg {
position: relative;
z-index: 1;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow:hover, .dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow:focus-visible {
outline: none;
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
color: #fff;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow:hover::before, .dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow:focus-visible::before {
opacity: 1;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow::before {
content: "";
position: absolute;
width: calc(100% - 4px);
height: calc(100% - 4px);
border-radius: 50%;
top: 2px;
left: 2px;
background: linear-gradient(90deg, #c3c3c3 0%, rgba(195, 195, 195, 0) 100%);
padding: 2px;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow--prev {
left: -60px;
}
@media (max-width: 1453.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow--prev {
left: 0px;
top: 35%;
}
}
@media (max-width: 767.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow--prev {
left: 0px;
top: 35%;
}
}
@media (max-width: 575.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow--prev {
left: 0px;
top: 35%;
}
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow--next {
right: -60px;
}
@media (max-width: 1453.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow--next {
right: 0px;
top: 35%;
}
}
@media (max-width: 767.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow--next {
right: 0px;
top: 35%;
}
}
@media (max-width: 575.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider-arrow--next {
right: 0px;
top: 35%;
}
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-pagination {
position: relative;
width: min(420px, 55vw);
height: 10px;
border-radius: 999px;
background: rgb(249, 248, 248);
cursor: pointer;
touch-action: pan-y;
}
@media (max-width: 767.98px) {
.dobierz-wyposazenie .dobierz-wyposazenie-slider-pagination {
height: 7.5px;
}
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-pagination-fill {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: var(--slider-progress-handle-width);
transform: translateX(var(--slider-progress-offset));
background: linear-gradient(90deg, #d70e11 0%, #a30516 100%);
border-radius: inherit;
transition: transform 0.22s ease;
touch-action: none;
}
@media (min-width: 768px) {
body.home .dobierz-wyposazenie .dobierz-wyposazenie-slider .slick-track {
height: 640px;
}
body.home .dobierz-wyposazenie .dobierz-wyposazenie-slider li.product {
height: auto;
}
body.home .dobierz-wyposazenie .dobierz-wyposazenie-slider li.product.slick-current {
height: 639px;
}
body.home .dobierz-wyposazenie .dobierz-wyposazenie-slider li.product.slick-current .product-card__image-wrapper {
height: 380px;
}
}
@media (max-width: 767px) {
.dobierz-wyposazenie .dobierz-wyposazenie__tabs {
justify-content: flex-start;
gap: 12px 24px;
margin-top: 20px;
overflow-x: auto;
width: 100%;
padding-bottom: 4px;
}
.dobierz-wyposazenie .dobierz-wyposazenie__tab {
white-space: nowrap;
font-size: 16px;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider .slick-slide {
margin: 0 6px;
padding-bottom: 30px;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider li.product,
.dobierz-wyposazenie .dobierz-wyposazenie-slider li.product.slide-active {
height: auto;
max-width: unset !important;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-controls {
gap: 10px;
}
.dobierz-wyposazenie .dobierz-wyposazenie-slider-pagination {
width: min(240px, 65vw);
}
}
@media (min-width: 1200px) {
body.home .latest-posts-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
}
}
@media (max-width: 1199.98px) {
body.home .latest-posts-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
}
@media (max-width: 767.98px) {
body.home .latest-posts-grid {
display: flex;
flex-direction: column;
gap: 20px;
}
body.home .latest-posts-grid .news-item .news-thumbnail {
height: 217px;
}
body.home .latest-posts-grid .news-item .news-content {
gap: 20px;
}
body.home .latest-posts-grid .news-item .news-content .news-title {
font-size: 16px;
}
body.home .latest-posts-grid .news-item .news-content .news-excerpt {
font-size: 15px;
}
body.home .latest-posts-slider__pagination {
display: none !important;
}
body.home .faq-section {
padding-bottom: 0 !important;
}
}
.site-main-wishlist .hero {
padding-bottom: 0;
margin-top: 20px;
}
.site-main-wishlist .shop_table {
margin: 0;
border: 1px solid rgb(228, 228, 228);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 5px;
}
.site-main-wishlist .shop_table,
.site-main-wishlist .shop_table * {
border-color: rgb(228, 228, 228);
color: #000;
}
@media screen and (max-width: 1024px) {
.site-main-wishlist .shop_table {
margin-bottom: 0;
}
.site-main-wishlist .shop_table + .wc-proceed-to-checkout {
border: solid 1px #000;
border-top: none;
border-radius: 0 0 5px 5px;
padding: 10px;
}
.site-main-wishlist .shop_table + .wc-proceed-to-checkout a {
margin-bottom: 0 !important;
}
}
.site-main-wishlist .shop_table thead tr th {
text-transform: uppercase;
font-size: 16px;
}
@media (max-width: 800px) {
.site-main-wishlist .shop_table thead tr th {
font-size: 14px;
}
}
.site-main-wishlist .shop_table tbody tr:first-child td {
border-top: none;
}
.site-main-wishlist .shop_table tr td {
padding: 20px 20px 20px 0;
}
@media (max-width: 600px) {
.site-main-wishlist .shop_table tr td {
padding: 10px 10px 10px 0;
}
}
.site-main-wishlist .shop_table tr th {
padding: 20px 20px 0 0;
}
@media (max-width: 600px) {
.site-main-wishlist .shop_table tr th {
padding: 10px 10px 0 0;
}
}
.site-main-wishlist .shop_table tr td,
.site-main-wishlist .shop_table tr th {
background-color: transparent !important;
}
.site-main-wishlist .shop_table tr th:last-child,
.site-main-wishlist .shop_table tr td:last-child {
padding-right: 30px;
width: 8.3333333333%;
}
@media (max-width: 600px) {
.site-main-wishlist .shop_table tr th:last-child,
.site-main-wishlist .shop_table tr td:last-child {
padding-right: 10px;
}
}
.site-main-wishlist .shop_table tr th.product-name {
padding-left: 0;
}
.site-main-wishlist .shop_table td {
border-top: 1px solid rgb(228, 228, 228);
padding: 9px 12px;
vertical-align: middle;
}
@media (max-width: 767.98px) {
.site-main-wishlist .shop_table td {
padding: 9px 5px;
vertical-align: top;
}
}
.site-main-wishlist .shop_table tbody .cart_item .product-remove {
padding-right: 5px !important;
padding-left: 15px;
width: calc(8.3333333333% - 50px);
}
.site-main-wishlist .shop_table tbody .cart_item .product-remove a.remove {
background: url(//izoservice.com/wp-content/themes/candyweb-new-master/assets/images/close.svg) no-repeat center !important;
background-color: transparent !important;
transition-duration: 0.3s;
display: block;
width: 30px;
height: 30px;
padding: 0;
opacity: 1;
}
.site-main-wishlist .shop_table tbody .cart_item .product-remove a.remove:hover {
opacity: 0.7 !important;
}
.site-main-wishlist .shop_table tbody .cart_item .product-name {
width: calc(83.3333333333% + 50px);
padding-left: 0px;
}
@media (max-width: 600px) {
.site-main-wishlist .shop_table tbody .cart_item .product-name {
width: unset;
min-width: unset;
}
}
@media screen and (max-width: 1024px) {
.site-main-wishlist .shop_table tbody .cart_item .product-name {
padding-left: 10px !important;
}
}
.site-main-wishlist .shop_table tbody .cart_item .product-name--content {
display: flex;
flex-direction: row;
gap: 72px;
justify-content: flex-start;
align-items: center;
color: #000;
font-size: 15px;
font-weight: 700;
text-decoration: none !important;
}
@media screen and (max-width: 1280px) {
.site-main-wishlist .shop_table tbody .cart_item .product-name--content {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
}
.site-main-wishlist .shop_table tbody .cart_item .product-name--content a {
color: #000;
font-size: 15px;
font-weight: 700;
text-decoration: none !important;
}
.site-main-wishlist .shop_table tbody .cart_item .product-name--content .product-thumb {
width: 130px;
height: 93px;
display: flex;
justify-content: center;
border: 1px solid rgb(228, 228, 228);
border-radius: 5px;
}
@media screen and (max-width: 1280px) {
.site-main-wishlist .shop_table tbody .cart_item .product-name--content .product-thumb {
justify-content: flex-start;
}
}
.site-main-wishlist .shop_table tbody .cart_item .product-name--content .product-thumb a {
display: block;
width: 100%;
height: 100%;
}
.site-main-wishlist .shop_table tbody .cart_item .product-name--content .product-thumb a img {
display: block;
height: 95%;
width: auto;
margin: 0 auto;
}
@media (max-width: 767.98px) {
.site-main-wishlist .shop_table tbody .cart_item .product-name--content {
gap: 20px;
}
.site-main-wishlist .shop_table tbody .cart_item .product-name--content .product-thumb {
width: 100%;
}
}
@media (max-width: 767.98px) {
.site-main-wishlist .shop_table tbody .cart_item .product-card__quantity {
width: 80px;
}
.site-main-wishlist .shop_table tbody .cart_item .product-card__quantity * {
font-size: 16px;
}
}
.site-main-wishlist .contact-form-wrapper {
height: auto;
}
.site-main-wishlist .contact-form-wrapper__form {
padding-bottom: 30px;
}
@media (min-width: 768px) {
.site-main-wishlist .contact-form-wrapper__info {
bottom: 67px;
}
}
.site-main-contact .main-info {
margin-top: 160px;
margin-bottom: 160px;
min-height: 431px;
}
@media (max-width: 767.98px) {
.site-main-contact .main-info {
margin-top: 80px;
margin-bottom: 80px;
}
}
.site-main-contact .main-info a:not(.email-link) {
font-weight: 700;
}
.site-main-contact .main-info-wrapper {
padding-right: 15px;
}
@media (max-width: 991.98px) {
.site-main-contact .main-info-wrapper {
padding-right: 0;
margin-bottom: 30px;
}
}
.site-main-contact .main-info-wrapper__item {
border: 1px solid rgb(228, 228, 228);
border-radius: 10px;
padding: 30px 20px;
height: 100%;
}
.site-main-contact .main-info__title {
font-weight: 600;
font-size: 24px !important;
margin-bottom: 20px;
}
.site-main-contact .main-info h3, .site-main-contact .main-info .h3 {
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
}
.site-main-contact .main-info__content-item__adres span p {
margin-bottom: 0;
}
.site-main-contact .main-info-dane-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
height: 100%;
padding-left: 15px;
}
@media (max-width: 1199.98px) {
.site-main-contact .main-info-dane-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 991.98px) {
.site-main-contact .main-info-dane-grid {
grid-template-columns: 1fr;
padding-left: 0;
}
}
.site-main-contact .main-info-dane-grid__item {
border: 1px solid rgb(228, 228, 228);
border-radius: 10px;
padding: 30px 20px;
}
.site-main-contact .main-info-dane-grid__item__przedstawicielstwo {
margin-bottom: 30px;
}
.site-main-contact .main-info-dane-grid__item__przedstawicielstwo h4, .site-main-contact .main-info-dane-grid__item__przedstawicielstwo .h4, .site-main-contact .main-info-dane-grid__item__przedstawicielstwo .single-post-content :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6), .single-post-content .site-main-contact .main-info-dane-grid__item__przedstawicielstwo :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
}
.site-main-contact .contact__map .section-heading {
margin-top: 140px;
}
@media (max-width: 991.98px) {
.site-main-contact .contact__map .section-heading {
margin-top: 0px;
}
}
.site-main-contact .contact__map-iframe {
height: 605px;
width: 100%;
border-radius: 10px;
border: 1px solid rgb(228, 228, 228);
}
@media (max-width: 991.98px) {
.site-main-contact .contact__map-iframe {
height: 400px;
margin-top: 30px;
}
}
.site-main-contact .contact__map-iframe iframe {
width: 100%;
height: 100%;
border-radius: 10px;
}