@charset "UTF-8";
@charset "UTF-8";
.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto; }
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free'; }
.fab,
.fa-brands {
font-family: 'Font Awesome 6 Brands'; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em; }
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em; }
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em; }
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em; }
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em; }
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: calc(var(--fa-li-width, 2em) * -1);
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit; }
.fa-border {
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
border-style: var(--fa-border-style, solid);
border-width: var(--fa-border-width, 0.08em);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
-webkit-animation-name: fa-beat;
animation-name: fa-beat;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
-webkit-animation-name: fa-bounce;
animation-name: fa-bounce;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
-webkit-animation-name: fa-fade;
animation-name: fa-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
-webkit-animation-name: fa-beat-fade;
animation-name: fa-beat-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
-webkit-animation-name: fa-flip;
animation-name: fa-flip;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
-webkit-animation-name: fa-shake;
animation-name: fa-shake;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 2s);
animation-duration: var(--fa-animation-duration, 2s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
--fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
-webkit-animation-delay: -1ms;
animation-delay: -1ms;
-webkit-animation-duration: 1ms;
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }
@-webkit-keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
@keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
@-webkit-keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@-webkit-keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none)); }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: var(--fa-inverse, #fff); } .fa-0::before {
content: "\30"; }
.fa-1::before {
content: "\31"; }
.fa-2::before {
content: "\32"; }
.fa-3::before {
content: "\33"; }
.fa-4::before {
content: "\34"; }
.fa-5::before {
content: "\35"; }
.fa-6::before {
content: "\36"; }
.fa-7::before {
content: "\37"; }
.fa-8::before {
content: "\38"; }
.fa-9::before {
content: "\39"; }
.fa-fill-drip::before {
content: "\f576"; }
.fa-arrows-to-circle::before {
content: "\e4bd"; }
.fa-circle-chevron-right::before {
content: "\f138"; }
.fa-chevron-circle-right::before {
content: "\f138"; }
.fa-at::before {
content: "\40"; }
.fa-trash-can::before {
content: "\f2ed"; }
.fa-trash-alt::before {
content: "\f2ed"; }
.fa-text-height::before {
content: "\f034"; }
.fa-user-xmark::before {
content: "\f235"; }
.fa-user-times::before {
content: "\f235"; }
.fa-stethoscope::before {
content: "\f0f1"; }
.fa-message::before {
content: "\f27a"; }
.fa-comment-alt::before {
content: "\f27a"; }
.fa-info::before {
content: "\f129"; }
.fa-down-left-and-up-right-to-center::before {
content: "\f422"; }
.fa-compress-alt::before {
content: "\f422"; }
.fa-explosion::before {
content: "\e4e9"; }
.fa-file-lines::before {
content: "\f15c"; }
.fa-file-alt::before {
content: "\f15c"; }
.fa-file-text::before {
content: "\f15c"; }
.fa-wave-square::before {
content: "\f83e"; }
.fa-ring::before {
content: "\f70b"; }
.fa-building-un::before {
content: "\e4d9"; }
.fa-dice-three::before {
content: "\f527"; }
.fa-calendar-days::before {
content: "\f073"; }
.fa-calendar-alt::before {
content: "\f073"; }
.fa-anchor-circle-check::before {
content: "\e4aa"; }
.fa-building-circle-arrow-right::before {
content: "\e4d1"; }
.fa-volleyball::before {
content: "\f45f"; }
.fa-volleyball-ball::before {
content: "\f45f"; }
.fa-arrows-up-to-line::before {
content: "\e4c2"; }
.fa-sort-down::before {
content: "\f0dd"; }
.fa-sort-desc::before {
content: "\f0dd"; }
.fa-circle-minus::before {
content: "\f056"; }
.fa-minus-circle::before {
content: "\f056"; }
.fa-door-open::before {
content: "\f52b"; }
.fa-right-from-bracket::before {
content: "\f2f5"; }
.fa-sign-out-alt::before {
content: "\f2f5"; }
.fa-atom::before {
content: "\f5d2"; }
.fa-soap::before {
content: "\e06e"; }
.fa-icons::before {
content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
content: "\f86d"; }
.fa-microphone-lines-slash::before {
content: "\f539"; }
.fa-microphone-alt-slash::before {
content: "\f539"; }
.fa-bridge-circle-check::before {
content: "\e4c9"; }
.fa-pump-medical::before {
content: "\e06a"; }
.fa-fingerprint::before {
content: "\f577"; }
.fa-hand-point-right::before {
content: "\f0a4"; }
.fa-magnifying-glass-location::before {
content: "\f689"; }
.fa-search-location::before {
content: "\f689"; }
.fa-forward-step::before {
content: "\f051"; }
.fa-step-forward::before {
content: "\f051"; }
.fa-face-smile-beam::before {
content: "\f5b8"; }
.fa-smile-beam::before {
content: "\f5b8"; }
.fa-flag-checkered::before {
content: "\f11e"; }
.fa-football::before {
content: "\f44e"; }
.fa-football-ball::before {
content: "\f44e"; }
.fa-school-circle-exclamation::before {
content: "\e56c"; }
.fa-crop::before {
content: "\f125"; }
.fa-angles-down::before {
content: "\f103"; }
.fa-angle-double-down::before {
content: "\f103"; }
.fa-users-rectangle::before {
content: "\e594"; }
.fa-people-roof::before {
content: "\e537"; }
.fa-people-line::before {
content: "\e534"; }
.fa-beer-mug-empty::before {
content: "\f0fc"; }
.fa-beer::before {
content: "\f0fc"; }
.fa-diagram-predecessor::before {
content: "\e477"; }
.fa-arrow-up-long::before {
content: "\f176"; }
.fa-long-arrow-up::before {
content: "\f176"; }
.fa-fire-flame-simple::before {
content: "\f46a"; }
.fa-burn::before {
content: "\f46a"; }
.fa-person::before {
content: "\f183"; }
.fa-male::before {
content: "\f183"; }
.fa-laptop::before {
content: "\f109"; }
.fa-file-csv::before {
content: "\f6dd"; }
.fa-menorah::before {
content: "\f676"; }
.fa-truck-plane::before {
content: "\e58f"; }
.fa-record-vinyl::before {
content: "\f8d9"; }
.fa-face-grin-stars::before {
content: "\f587"; }
.fa-grin-stars::before {
content: "\f587"; }
.fa-bong::before {
content: "\f55c"; }
.fa-spaghetti-monster-flying::before {
content: "\f67b"; }
.fa-pastafarianism::before {
content: "\f67b"; }
.fa-arrow-down-up-across-line::before {
content: "\e4af"; }
.fa-spoon::before {
content: "\f2e5"; }
.fa-utensil-spoon::before {
content: "\f2e5"; }
.fa-jar-wheat::before {
content: "\e517"; }
.fa-envelopes-bulk::before {
content: "\f674"; }
.fa-mail-bulk::before {
content: "\f674"; }
.fa-file-circle-exclamation::before {
content: "\e4eb"; }
.fa-circle-h::before {
content: "\f47e"; }
.fa-hospital-symbol::before {
content: "\f47e"; }
.fa-pager::before {
content: "\f815"; }
.fa-address-book::before {
content: "\f2b9"; }
.fa-contact-book::before {
content: "\f2b9"; }
.fa-strikethrough::before {
content: "\f0cc"; }
.fa-k::before {
content: "\4b"; }
.fa-landmark-flag::before {
content: "\e51c"; }
.fa-pencil::before {
content: "\f303"; }
.fa-pencil-alt::before {
content: "\f303"; }
.fa-backward::before {
content: "\f04a"; }
.fa-caret-right::before {
content: "\f0da"; }
.fa-comments::before {
content: "\f086"; }
.fa-paste::before {
content: "\f0ea"; }
.fa-file-clipboard::before {
content: "\f0ea"; }
.fa-code-pull-request::before {
content: "\e13c"; }
.fa-clipboard-list::before {
content: "\f46d"; }
.fa-truck-ramp-box::before {
content: "\f4de"; }
.fa-truck-loading::before {
content: "\f4de"; }
.fa-user-check::before {
content: "\f4fc"; }
.fa-vial-virus::before {
content: "\e597"; }
.fa-sheet-plastic::before {
content: "\e571"; }
.fa-blog::before {
content: "\f781"; }
.fa-user-ninja::before {
content: "\f504"; }
.fa-person-arrow-up-from-line::before {
content: "\e539"; }
.fa-scroll-torah::before {
content: "\f6a0"; }
.fa-torah::before {
content: "\f6a0"; }
.fa-broom-ball::before {
content: "\f458"; }
.fa-quidditch::before {
content: "\f458"; }
.fa-quidditch-broom-ball::before {
content: "\f458"; }
.fa-toggle-off::before {
content: "\f204"; }
.fa-box-archive::before {
content: "\f187"; }
.fa-archive::before {
content: "\f187"; }
.fa-person-drowning::before {
content: "\e545"; }
.fa-arrow-down-9-1::before {
content: "\f886"; }
.fa-sort-numeric-desc::before {
content: "\f886"; }
.fa-sort-numeric-down-alt::before {
content: "\f886"; }
.fa-face-grin-tongue-squint::before {
content: "\f58a"; }
.fa-grin-tongue-squint::before {
content: "\f58a"; }
.fa-spray-can::before {
content: "\f5bd"; }
.fa-truck-monster::before {
content: "\f63b"; }
.fa-w::before {
content: "\57"; }
.fa-earth-africa::before {
content: "\f57c"; }
.fa-globe-africa::before {
content: "\f57c"; }
.fa-rainbow::before {
content: "\f75b"; }
.fa-circle-notch::before {
content: "\f1ce"; }
.fa-tablet-screen-button::before {
content: "\f3fa"; }
.fa-tablet-alt::before {
content: "\f3fa"; }
.fa-paw::before {
content: "\f1b0"; }
.fa-cloud::before {
content: "\f0c2"; }
.fa-trowel-bricks::before {
content: "\e58a"; }
.fa-face-flushed::before {
content: "\f579"; }
.fa-flushed::before {
content: "\f579"; }
.fa-hospital-user::before {
content: "\f80d"; }
.fa-tent-arrow-left-right::before {
content: "\e57f"; }
.fa-gavel::before {
content: "\f0e3"; }
.fa-legal::before {
content: "\f0e3"; }
.fa-binoculars::before {
content: "\f1e5"; }
.fa-microphone-slash::before {
content: "\f131"; }
.fa-box-tissue::before {
content: "\e05b"; }
.fa-motorcycle::before {
content: "\f21c"; }
.fa-bell-concierge::before {
content: "\f562"; }
.fa-concierge-bell::before {
content: "\f562"; }
.fa-pen-ruler::before {
content: "\f5ae"; }
.fa-pencil-ruler::before {
content: "\f5ae"; }
.fa-people-arrows::before {
content: "\e068"; }
.fa-people-arrows-left-right::before {
content: "\e068"; }
.fa-mars-and-venus-burst::before {
content: "\e523"; }
.fa-square-caret-right::before {
content: "\f152"; }
.fa-caret-square-right::before {
content: "\f152"; }
.fa-scissors::before {
content: "\f0c4"; }
.fa-cut::before {
content: "\f0c4"; }
.fa-sun-plant-wilt::before {
content: "\e57a"; }
.fa-toilets-portable::before {
content: "\e584"; }
.fa-hockey-puck::before {
content: "\f453"; }
.fa-table::before {
content: "\f0ce"; }
.fa-magnifying-glass-arrow-right::before {
content: "\e521"; }
.fa-tachograph-digital::before {
content: "\f566"; }
.fa-digital-tachograph::before {
content: "\f566"; }
.fa-users-slash::before {
content: "\e073"; }
.fa-clover::before {
content: "\e139"; }
.fa-reply::before {
content: "\f3e5"; }
.fa-mail-reply::before {
content: "\f3e5"; }
.fa-star-and-crescent::before {
content: "\f699"; }
.fa-house-fire::before {
content: "\e50c"; }
.fa-square-minus::before {
content: "\f146"; }
.fa-minus-square::before {
content: "\f146"; }
.fa-helicopter::before {
content: "\f533"; }
.fa-compass::before {
content: "\f14e"; }
.fa-square-caret-down::before {
content: "\f150"; }
.fa-caret-square-down::before {
content: "\f150"; }
.fa-file-circle-question::before {
content: "\e4ef"; }
.fa-laptop-code::before {
content: "\f5fc"; }
.fa-swatchbook::before {
content: "\f5c3"; }
.fa-prescription-bottle::before {
content: "\f485"; }
.fa-bars::before {
content: "\f0c9"; }
.fa-navicon::before {
content: "\f0c9"; }
.fa-people-group::before {
content: "\e533"; }
.fa-hourglass-end::before {
content: "\f253"; }
.fa-hourglass-3::before {
content: "\f253"; }
.fa-heart-crack::before {
content: "\f7a9"; }
.fa-heart-broken::before {
content: "\f7a9"; }
.fa-square-up-right::before {
content: "\f360"; }
.fa-external-link-square-alt::before {
content: "\f360"; }
.fa-face-kiss-beam::before {
content: "\f597"; }
.fa-kiss-beam::before {
content: "\f597"; }
.fa-film::before {
content: "\f008"; }
.fa-ruler-horizontal::before {
content: "\f547"; }
.fa-people-robbery::before {
content: "\e536"; }
.fa-lightbulb::before {
content: "\f0eb"; }
.fa-caret-left::before {
content: "\f0d9"; }
.fa-circle-exclamation::before {
content: "\f06a"; }
.fa-exclamation-circle::before {
content: "\f06a"; }
.fa-school-circle-xmark::before {
content: "\e56d"; }
.fa-arrow-right-from-bracket::before {
content: "\f08b"; }
.fa-sign-out::before {
content: "\f08b"; }
.fa-circle-chevron-down::before {
content: "\f13a"; }
.fa-chevron-circle-down::before {
content: "\f13a"; }
.fa-unlock-keyhole::before {
content: "\f13e"; }
.fa-unlock-alt::before {
content: "\f13e"; }
.fa-cloud-showers-heavy::before {
content: "\f740"; }
.fa-headphones-simple::before {
content: "\f58f"; }
.fa-headphones-alt::before {
content: "\f58f"; }
.fa-sitemap::before {
content: "\f0e8"; }
.fa-circle-dollar-to-slot::before {
content: "\f4b9"; }
.fa-donate::before {
content: "\f4b9"; }
.fa-memory::before {
content: "\f538"; }
.fa-road-spikes::before {
content: "\e568"; }
.fa-fire-burner::before {
content: "\e4f1"; }
.fa-flag::before {
content: "\f024"; }
.fa-hanukiah::before {
content: "\f6e6"; }
.fa-feather::before {
content: "\f52d"; }
.fa-volume-low::before {
content: "\f027"; }
.fa-volume-down::before {
content: "\f027"; }
.fa-comment-slash::before {
content: "\f4b3"; }
.fa-cloud-sun-rain::before {
content: "\f743"; }
.fa-compress::before {
content: "\f066"; }
.fa-wheat-awn::before {
content: "\e2cd"; }
.fa-wheat-alt::before {
content: "\e2cd"; }
.fa-ankh::before {
content: "\f644"; }
.fa-hands-holding-child::before {
content: "\e4fa"; }
.fa-asterisk::before {
content: "\2a"; }
.fa-square-check::before {
content: "\f14a"; }
.fa-check-square::before {
content: "\f14a"; }
.fa-peseta-sign::before {
content: "\e221"; }
.fa-heading::before {
content: "\f1dc"; }
.fa-header::before {
content: "\f1dc"; }
.fa-ghost::before {
content: "\f6e2"; }
.fa-list::before {
content: "\f03a"; }
.fa-list-squares::before {
content: "\f03a"; }
.fa-square-phone-flip::before {
content: "\f87b"; }
.fa-phone-square-alt::before {
content: "\f87b"; }
.fa-cart-plus::before {
content: "\f217"; }
.fa-gamepad::before {
content: "\f11b"; }
.fa-circle-dot::before {
content: "\f192"; }
.fa-dot-circle::before {
content: "\f192"; }
.fa-face-dizzy::before {
content: "\f567"; }
.fa-dizzy::before {
content: "\f567"; }
.fa-egg::before {
content: "\f7fb"; }
.fa-house-medical-circle-xmark::before {
content: "\e513"; }
.fa-campground::before {
content: "\f6bb"; }
.fa-folder-plus::before {
content: "\f65e"; }
.fa-futbol::before {
content: "\f1e3"; }
.fa-futbol-ball::before {
content: "\f1e3"; }
.fa-soccer-ball::before {
content: "\f1e3"; }
.fa-paintbrush::before {
content: "\f1fc"; }
.fa-paint-brush::before {
content: "\f1fc"; }
.fa-lock::before {
content: "\f023"; }
.fa-gas-pump::before {
content: "\f52f"; }
.fa-hot-tub-person::before {
content: "\f593"; }
.fa-hot-tub::before {
content: "\f593"; }
.fa-map-location::before {
content: "\f59f"; }
.fa-map-marked::before {
content: "\f59f"; }
.fa-house-flood-water::before {
content: "\e50e"; }
.fa-tree::before {
content: "\f1bb"; }
.fa-bridge-lock::before {
content: "\e4cc"; }
.fa-sack-dollar::before {
content: "\f81d"; }
.fa-pen-to-square::before {
content: "\f044"; }
.fa-edit::before {
content: "\f044"; }
.fa-car-side::before {
content: "\f5e4"; }
.fa-share-nodes::before {
content: "\f1e0"; }
.fa-share-alt::before {
content: "\f1e0"; }
.fa-heart-circle-minus::before {
content: "\e4ff"; }
.fa-hourglass-half::before {
content: "\f252"; }
.fa-hourglass-2::before {
content: "\f252"; }
.fa-microscope::before {
content: "\f610"; }
.fa-sink::before {
content: "\e06d"; }
.fa-bag-shopping::before {
content: "\f290"; }
.fa-shopping-bag::before {
content: "\f290"; }
.fa-arrow-down-z-a::before {
content: "\f881"; }
.fa-sort-alpha-desc::before {
content: "\f881"; }
.fa-sort-alpha-down-alt::before {
content: "\f881"; }
.fa-mitten::before {
content: "\f7b5"; }
.fa-person-rays::before {
content: "\e54d"; }
.fa-users::before {
content: "\f0c0"; }
.fa-eye-slash::before {
content: "\f070"; }
.fa-flask-vial::before {
content: "\e4f3"; }
.fa-hand::before {
content: "\f256"; }
.fa-hand-paper::before {
content: "\f256"; }
.fa-om::before {
content: "\f679"; }
.fa-worm::before {
content: "\e599"; }
.fa-house-circle-xmark::before {
content: "\e50b"; }
.fa-plug::before {
content: "\f1e6"; }
.fa-chevron-up::before {
content: "\f077"; }
.fa-hand-spock::before {
content: "\f259"; }
.fa-stopwatch::before {
content: "\f2f2"; }
.fa-face-kiss::before {
content: "\f596"; }
.fa-kiss::before {
content: "\f596"; }
.fa-bridge-circle-xmark::before {
content: "\e4cb"; }
.fa-face-grin-tongue::before {
content: "\f589"; }
.fa-grin-tongue::before {
content: "\f589"; }
.fa-chess-bishop::before {
content: "\f43a"; }
.fa-face-grin-wink::before {
content: "\f58c"; }
.fa-grin-wink::before {
content: "\f58c"; }
.fa-ear-deaf::before {
content: "\f2a4"; }
.fa-deaf::before {
content: "\f2a4"; }
.fa-deafness::before {
content: "\f2a4"; }
.fa-hard-of-hearing::before {
content: "\f2a4"; }
.fa-road-circle-check::before {
content: "\e564"; }
.fa-dice-five::before {
content: "\f523"; }
.fa-square-rss::before {
content: "\f143"; }
.fa-rss-square::before {
content: "\f143"; }
.fa-land-mine-on::before {
content: "\e51b"; }
.fa-i-cursor::before {
content: "\f246"; }
.fa-stamp::before {
content: "\f5bf"; }
.fa-stairs::before {
content: "\e289"; }
.fa-i::before {
content: "\49"; }
.fa-hryvnia-sign::before {
content: "\f6f2"; }
.fa-hryvnia::before {
content: "\f6f2"; }
.fa-pills::before {
content: "\f484"; }
.fa-face-grin-wide::before {
content: "\f581"; }
.fa-grin-alt::before {
content: "\f581"; }
.fa-tooth::before {
content: "\f5c9"; }
.fa-v::before {
content: "\56"; }
.fa-bangladeshi-taka-sign::before {
content: "\e2e6"; }
.fa-bicycle::before {
content: "\f206"; }
.fa-staff-snake::before {
content: "\e579"; }
.fa-rod-asclepius::before {
content: "\e579"; }
.fa-rod-snake::before {
content: "\e579"; }
.fa-staff-aesculapius::before {
content: "\e579"; }
.fa-head-side-cough-slash::before {
content: "\e062"; }
.fa-truck-medical::before {
content: "\f0f9"; }
.fa-ambulance::before {
content: "\f0f9"; }
.fa-wheat-awn-circle-exclamation::before {
content: "\e598"; }
.fa-snowman::before {
content: "\f7d0"; }
.fa-mortar-pestle::before {
content: "\f5a7"; }
.fa-road-barrier::before {
content: "\e562"; }
.fa-school::before {
content: "\f549"; }
.fa-igloo::before {
content: "\f7ae"; }
.fa-joint::before {
content: "\f595"; }
.fa-angle-right::before {
content: "\f105"; }
.fa-horse::before {
content: "\f6f0"; }
.fa-q::before {
content: "\51"; }
.fa-g::before {
content: "\47"; }
.fa-notes-medical::before {
content: "\f481"; }
.fa-temperature-half::before {
content: "\f2c9"; }
.fa-temperature-2::before {
content: "\f2c9"; }
.fa-thermometer-2::before {
content: "\f2c9"; }
.fa-thermometer-half::before {
content: "\f2c9"; }
.fa-dong-sign::before {
content: "\e169"; }
.fa-capsules::before {
content: "\f46b"; }
.fa-poo-storm::before {
content: "\f75a"; }
.fa-poo-bolt::before {
content: "\f75a"; }
.fa-face-frown-open::before {
content: "\f57a"; }
.fa-frown-open::before {
content: "\f57a"; }
.fa-hand-point-up::before {
content: "\f0a6"; }
.fa-money-bill::before {
content: "\f0d6"; }
.fa-bookmark::before {
content: "\f02e"; }
.fa-align-justify::before {
content: "\f039"; }
.fa-umbrella-beach::before {
content: "\f5ca"; }
.fa-helmet-un::before {
content: "\e503"; }
.fa-bullseye::before {
content: "\f140"; }
.fa-bacon::before {
content: "\f7e5"; }
.fa-hand-point-down::before {
content: "\f0a7"; }
.fa-arrow-up-from-bracket::before {
content: "\e09a"; }
.fa-folder::before {
content: "\f07b"; }
.fa-folder-blank::before {
content: "\f07b"; }
.fa-file-waveform::before {
content: "\f478"; }
.fa-file-medical-alt::before {
content: "\f478"; }
.fa-radiation::before {
content: "\f7b9"; }
.fa-chart-simple::before {
content: "\e473"; }
.fa-mars-stroke::before {
content: "\f229"; }
.fa-vial::before {
content: "\f492"; }
.fa-gauge::before {
content: "\f624"; }
.fa-dashboard::before {
content: "\f624"; }
.fa-gauge-med::before {
content: "\f624"; }
.fa-tachometer-alt-average::before {
content: "\f624"; }
.fa-wand-magic-sparkles::before {
content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
content: "\e2ca"; }
.fa-e::before {
content: "\45"; }
.fa-pen-clip::before {
content: "\f305"; }
.fa-pen-alt::before {
content: "\f305"; }
.fa-bridge-circle-exclamation::before {
content: "\e4ca"; }
.fa-user::before {
content: "\f007"; }
.fa-school-circle-check::before {
content: "\e56b"; }
.fa-dumpster::before {
content: "\f793"; }
.fa-van-shuttle::before {
content: "\f5b6"; }
.fa-shuttle-van::before {
content: "\f5b6"; }
.fa-building-user::before {
content: "\e4da"; }
.fa-square-caret-left::before {
content: "\f191"; }
.fa-caret-square-left::before {
content: "\f191"; }
.fa-highlighter::before {
content: "\f591"; }
.fa-key::before {
content: "\f084"; }
.fa-bullhorn::before {
content: "\f0a1"; }
.fa-globe::before {
content: "\f0ac"; }
.fa-synagogue::before {
content: "\f69b"; }
.fa-person-half-dress::before {
content: "\e548"; }
.fa-road-bridge::before {
content: "\e563"; }
.fa-location-arrow::before {
content: "\f124"; }
.fa-c::before {
content: "\43"; }
.fa-tablet-button::before {
content: "\f10a"; }
.fa-building-lock::before {
content: "\e4d6"; }
.fa-pizza-slice::before {
content: "\f818"; }
.fa-money-bill-wave::before {
content: "\f53a"; }
.fa-chart-area::before {
content: "\f1fe"; }
.fa-area-chart::before {
content: "\f1fe"; }
.fa-house-flag::before {
content: "\e50d"; }
.fa-person-circle-minus::before {
content: "\e540"; }
.fa-ban::before {
content: "\f05e"; }
.fa-cancel::before {
content: "\f05e"; }
.fa-camera-rotate::before {
content: "\e0d8"; }
.fa-spray-can-sparkles::before {
content: "\f5d0"; }
.fa-air-freshener::before {
content: "\f5d0"; }
.fa-star::before {
content: "\f005"; }
.fa-repeat::before {
content: "\f363"; }
.fa-cross::before {
content: "\f654"; }
.fa-box::before {
content: "\f466"; }
.fa-venus-mars::before {
content: "\f228"; }
.fa-arrow-pointer::before {
content: "\f245"; }
.fa-mouse-pointer::before {
content: "\f245"; }
.fa-maximize::before {
content: "\f31e"; }
.fa-expand-arrows-alt::before {
content: "\f31e"; }
.fa-charging-station::before {
content: "\f5e7"; }
.fa-shapes::before {
content: "\f61f"; }
.fa-triangle-circle-square::before {
content: "\f61f"; }
.fa-shuffle::before {
content: "\f074"; }
.fa-random::before {
content: "\f074"; }
.fa-person-running::before {
content: "\f70c"; }
.fa-running::before {
content: "\f70c"; }
.fa-mobile-retro::before {
content: "\e527"; }
.fa-grip-lines-vertical::before {
content: "\f7a5"; }
.fa-spider::before {
content: "\f717"; }
.fa-hands-bound::before {
content: "\e4f9"; }
.fa-file-invoice-dollar::before {
content: "\f571"; }
.fa-plane-circle-exclamation::before {
content: "\e556"; }
.fa-x-ray::before {
content: "\f497"; }
.fa-spell-check::before {
content: "\f891"; }
.fa-slash::before {
content: "\f715"; }
.fa-computer-mouse::before {
content: "\f8cc"; }
.fa-mouse::before {
content: "\f8cc"; }
.fa-arrow-right-to-bracket::before {
content: "\f090"; }
.fa-sign-in::before {
content: "\f090"; }
.fa-shop-slash::before {
content: "\e070"; }
.fa-store-alt-slash::before {
content: "\e070"; }
.fa-server::before {
content: "\f233"; }
.fa-virus-covid-slash::before {
content: "\e4a9"; }
.fa-shop-lock::before {
content: "\e4a5"; }
.fa-hourglass-start::before {
content: "\f251"; }
.fa-hourglass-1::before {
content: "\f251"; }
.fa-blender-phone::before {
content: "\f6b6"; }
.fa-building-wheat::before {
content: "\e4db"; }
.fa-person-breastfeeding::before {
content: "\e53a"; }
.fa-right-to-bracket::before {
content: "\f2f6"; }
.fa-sign-in-alt::before {
content: "\f2f6"; }
.fa-venus::before {
content: "\f221"; }
.fa-passport::before {
content: "\f5ab"; }
.fa-heart-pulse::before {
content: "\f21e"; }
.fa-heartbeat::before {
content: "\f21e"; }
.fa-people-carry-box::before {
content: "\f4ce"; }
.fa-people-carry::before {
content: "\f4ce"; }
.fa-temperature-high::before {
content: "\f769"; }
.fa-microchip::before {
content: "\f2db"; }
.fa-crown::before {
content: "\f521"; }
.fa-weight-hanging::before {
content: "\f5cd"; }
.fa-xmarks-lines::before {
content: "\e59a"; }
.fa-file-prescription::before {
content: "\f572"; }
.fa-weight-scale::before {
content: "\f496"; }
.fa-weight::before {
content: "\f496"; }
.fa-user-group::before {
content: "\f500"; }
.fa-user-friends::before {
content: "\f500"; }
.fa-arrow-up-a-z::before {
content: "\f15e"; }
.fa-sort-alpha-up::before {
content: "\f15e"; }
.fa-chess-knight::before {
content: "\f441"; }
.fa-face-laugh-squint::before {
content: "\f59b"; }
.fa-laugh-squint::before {
content: "\f59b"; }
.fa-wheelchair::before {
content: "\f193"; }
.fa-circle-arrow-up::before {
content: "\f0aa"; }
.fa-arrow-circle-up::before {
content: "\f0aa"; }
.fa-toggle-on::before {
content: "\f205"; }
.fa-person-walking::before {
content: "\f554"; }
.fa-walking::before {
content: "\f554"; }
.fa-l::before {
content: "\4c"; }
.fa-fire::before {
content: "\f06d"; }
.fa-bed-pulse::before {
content: "\f487"; }
.fa-procedures::before {
content: "\f487"; }
.fa-shuttle-space::before {
content: "\f197"; }
.fa-space-shuttle::before {
content: "\f197"; }
.fa-face-laugh::before {
content: "\f599"; }
.fa-laugh::before {
content: "\f599"; }
.fa-folder-open::before {
content: "\f07c"; }
.fa-heart-circle-plus::before {
content: "\e500"; }
.fa-code-fork::before {
content: "\e13b"; }
.fa-city::before {
content: "\f64f"; }
.fa-microphone-lines::before {
content: "\f3c9"; }
.fa-microphone-alt::before {
content: "\f3c9"; }
.fa-pepper-hot::before {
content: "\f816"; }
.fa-unlock::before {
content: "\f09c"; }
.fa-colon-sign::before {
content: "\e140"; }
.fa-headset::before {
content: "\f590"; }
.fa-store-slash::before {
content: "\e071"; }
.fa-road-circle-xmark::before {
content: "\e566"; }
.fa-user-minus::before {
content: "\f503"; }
.fa-mars-stroke-up::before {
content: "\f22a"; }
.fa-mars-stroke-v::before {
content: "\f22a"; }
.fa-champagne-glasses::before {
content: "\f79f"; }
.fa-glass-cheers::before {
content: "\f79f"; }
.fa-clipboard::before {
content: "\f328"; }
.fa-house-circle-exclamation::before {
content: "\e50a"; }
.fa-file-arrow-up::before {
content: "\f574"; }
.fa-file-upload::before {
content: "\f574"; }
.fa-wifi::before {
content: "\f1eb"; }
.fa-wifi-3::before {
content: "\f1eb"; }
.fa-wifi-strong::before {
content: "\f1eb"; }
.fa-bath::before {
content: "\f2cd"; }
.fa-bathtub::before {
content: "\f2cd"; }
.fa-underline::before {
content: "\f0cd"; }
.fa-user-pen::before {
content: "\f4ff"; }
.fa-user-edit::before {
content: "\f4ff"; }
.fa-signature::before {
content: "\f5b7"; }
.fa-stroopwafel::before {
content: "\f551"; }
.fa-bold::before {
content: "\f032"; }
.fa-anchor-lock::before {
content: "\e4ad"; }
.fa-building-ngo::before {
content: "\e4d7"; }
.fa-manat-sign::before {
content: "\e1d5"; }
.fa-not-equal::before {
content: "\f53e"; }
.fa-border-top-left::before {
content: "\f853"; }
.fa-border-style::before {
content: "\f853"; }
.fa-map-location-dot::before {
content: "\f5a0"; }
.fa-map-marked-alt::before {
content: "\f5a0"; }
.fa-jedi::before {
content: "\f669"; }
.fa-square-poll-vertical::before {
content: "\f681"; }
.fa-poll::before {
content: "\f681"; }
.fa-mug-hot::before {
content: "\f7b6"; }
.fa-car-battery::before {
content: "\f5df"; }
.fa-battery-car::before {
content: "\f5df"; }
.fa-gift::before {
content: "\f06b"; }
.fa-dice-two::before {
content: "\f528"; }
.fa-chess-queen::before {
content: "\f445"; }
.fa-glasses::before {
content: "\f530"; }
.fa-chess-board::before {
content: "\f43c"; }
.fa-building-circle-check::before {
content: "\e4d2"; }
.fa-person-chalkboard::before {
content: "\e53d"; }
.fa-mars-stroke-right::before {
content: "\f22b"; }
.fa-mars-stroke-h::before {
content: "\f22b"; }
.fa-hand-back-fist::before {
content: "\f255"; }
.fa-hand-rock::before {
content: "\f255"; }
.fa-square-caret-up::before {
content: "\f151"; }
.fa-caret-square-up::before {
content: "\f151"; }
.fa-cloud-showers-water::before {
content: "\e4e4"; }
.fa-chart-bar::before {
content: "\f080"; }
.fa-bar-chart::before {
content: "\f080"; }
.fa-hands-bubbles::before {
content: "\e05e"; }
.fa-hands-wash::before {
content: "\e05e"; }
.fa-less-than-equal::before {
content: "\f537"; }
.fa-train::before {
content: "\f238"; }
.fa-eye-low-vision::before {
content: "\f2a8"; }
.fa-low-vision::before {
content: "\f2a8"; }
.fa-crow::before {
content: "\f520"; }
.fa-sailboat::before {
content: "\e445"; }
.fa-window-restore::before {
content: "\f2d2"; }
.fa-square-plus::before {
content: "\f0fe"; }
.fa-plus-square::before {
content: "\f0fe"; }
.fa-torii-gate::before {
content: "\f6a1"; }
.fa-frog::before {
content: "\f52e"; }
.fa-bucket::before {
content: "\e4cf"; }
.fa-image::before {
content: "\f03e"; }
.fa-microphone::before {
content: "\f130"; }
.fa-cow::before {
content: "\f6c8"; }
.fa-caret-up::before {
content: "\f0d8"; }
.fa-screwdriver::before {
content: "\f54a"; }
.fa-folder-closed::before {
content: "\e185"; }
.fa-house-tsunami::before {
content: "\e515"; }
.fa-square-nfi::before {
content: "\e576"; }
.fa-arrow-up-from-ground-water::before {
content: "\e4b5"; }
.fa-martini-glass::before {
content: "\f57b"; }
.fa-glass-martini-alt::before {
content: "\f57b"; }
.fa-rotate-left::before {
content: "\f2ea"; }
.fa-rotate-back::before {
content: "\f2ea"; }
.fa-rotate-backward::before {
content: "\f2ea"; }
.fa-undo-alt::before {
content: "\f2ea"; }
.fa-table-columns::before {
content: "\f0db"; }
.fa-columns::before {
content: "\f0db"; }
.fa-lemon::before {
content: "\f094"; }
.fa-head-side-mask::before {
content: "\e063"; }
.fa-handshake::before {
content: "\f2b5"; }
.fa-gem::before {
content: "\f3a5"; }
.fa-dolly::before {
content: "\f472"; }
.fa-dolly-box::before {
content: "\f472"; }
.fa-smoking::before {
content: "\f48d"; }
.fa-minimize::before {
content: "\f78c"; }
.fa-compress-arrows-alt::before {
content: "\f78c"; }
.fa-monument::before {
content: "\f5a6"; }
.fa-snowplow::before {
content: "\f7d2"; }
.fa-angles-right::before {
content: "\f101"; }
.fa-angle-double-right::before {
content: "\f101"; }
.fa-cannabis::before {
content: "\f55f"; }
.fa-circle-play::before {
content: "\f144"; }
.fa-play-circle::before {
content: "\f144"; }
.fa-tablets::before {
content: "\f490"; }
.fa-ethernet::before {
content: "\f796"; }
.fa-euro-sign::before {
content: "\f153"; }
.fa-eur::before {
content: "\f153"; }
.fa-euro::before {
content: "\f153"; }
.fa-chair::before {
content: "\f6c0"; }
.fa-circle-check::before {
content: "\f058"; }
.fa-check-circle::before {
content: "\f058"; }
.fa-circle-stop::before {
content: "\f28d"; }
.fa-stop-circle::before {
content: "\f28d"; }
.fa-compass-drafting::before {
content: "\f568"; }
.fa-drafting-compass::before {
content: "\f568"; }
.fa-plate-wheat::before {
content: "\e55a"; }
.fa-icicles::before {
content: "\f7ad"; }
.fa-person-shelter::before {
content: "\e54f"; }
.fa-neuter::before {
content: "\f22c"; }
.fa-id-badge::before {
content: "\f2c1"; }
.fa-marker::before {
content: "\f5a1"; }
.fa-face-laugh-beam::before {
content: "\f59a"; }
.fa-laugh-beam::before {
content: "\f59a"; }
.fa-helicopter-symbol::before {
content: "\e502"; }
.fa-universal-access::before {
content: "\f29a"; }
.fa-circle-chevron-up::before {
content: "\f139"; }
.fa-chevron-circle-up::before {
content: "\f139"; }
.fa-lari-sign::before {
content: "\e1c8"; }
.fa-volcano::before {
content: "\f770"; }
.fa-person-walking-dashed-line-arrow-right::before {
content: "\e553"; }
.fa-sterling-sign::before {
content: "\f154"; }
.fa-gbp::before {
content: "\f154"; }
.fa-pound-sign::before {
content: "\f154"; }
.fa-viruses::before {
content: "\e076"; }
.fa-square-person-confined::before {
content: "\e577"; }
.fa-user-tie::before {
content: "\f508"; }
.fa-arrow-down-long::before {
content: "\f175"; }
.fa-long-arrow-down::before {
content: "\f175"; }
.fa-tent-arrow-down-to-line::before {
content: "\e57e"; }
.fa-certificate::before {
content: "\f0a3"; }
.fa-reply-all::before {
content: "\f122"; }
.fa-mail-reply-all::before {
content: "\f122"; }
.fa-suitcase::before {
content: "\f0f2"; }
.fa-person-skating::before {
content: "\f7c5"; }
.fa-skating::before {
content: "\f7c5"; }
.fa-filter-circle-dollar::before {
content: "\f662"; }
.fa-funnel-dollar::before {
content: "\f662"; }
.fa-camera-retro::before {
content: "\f083"; }
.fa-circle-arrow-down::before {
content: "\f0ab"; }
.fa-arrow-circle-down::before {
content: "\f0ab"; }
.fa-file-import::before {
content: "\f56f"; }
.fa-arrow-right-to-file::before {
content: "\f56f"; }
.fa-square-arrow-up-right::before {
content: "\f14c"; }
.fa-external-link-square::before {
content: "\f14c"; }
.fa-box-open::before {
content: "\f49e"; }
.fa-scroll::before {
content: "\f70e"; }
.fa-spa::before {
content: "\f5bb"; }
.fa-location-pin-lock::before {
content: "\e51f"; }
.fa-pause::before {
content: "\f04c"; }
.fa-hill-avalanche::before {
content: "\e507"; }
.fa-temperature-empty::before {
content: "\f2cb"; }
.fa-temperature-0::before {
content: "\f2cb"; }
.fa-thermometer-0::before {
content: "\f2cb"; }
.fa-thermometer-empty::before {
content: "\f2cb"; }
.fa-bomb::before {
content: "\f1e2"; }
.fa-registered::before {
content: "\f25d"; }
.fa-address-card::before {
content: "\f2bb"; }
.fa-contact-card::before {
content: "\f2bb"; }
.fa-vcard::before {
content: "\f2bb"; }
.fa-scale-unbalanced-flip::before {
content: "\f516"; }
.fa-balance-scale-right::before {
content: "\f516"; }
.fa-subscript::before {
content: "\f12c"; }
.fa-diamond-turn-right::before {
content: "\f5eb"; }
.fa-directions::before {
content: "\f5eb"; }
.fa-burst::before {
content: "\e4dc"; }
.fa-house-laptop::before {
content: "\e066"; }
.fa-laptop-house::before {
content: "\e066"; }
.fa-face-tired::before {
content: "\f5c8"; }
.fa-tired::before {
content: "\f5c8"; }
.fa-money-bills::before {
content: "\e1f3"; }
.fa-smog::before {
content: "\f75f"; }
.fa-crutch::before {
content: "\f7f7"; }
.fa-cloud-arrow-up::before {
content: "\f0ee"; }
.fa-cloud-upload::before {
content: "\f0ee"; }
.fa-cloud-upload-alt::before {
content: "\f0ee"; }
.fa-palette::before {
content: "\f53f"; }
.fa-arrows-turn-right::before {
content: "\e4c0"; }
.fa-vest::before {
content: "\e085"; }
.fa-ferry::before {
content: "\e4ea"; }
.fa-arrows-down-to-people::before {
content: "\e4b9"; }
.fa-seedling::before {
content: "\f4d8"; }
.fa-sprout::before {
content: "\f4d8"; }
.fa-left-right::before {
content: "\f337"; }
.fa-arrows-alt-h::before {
content: "\f337"; }
.fa-boxes-packing::before {
content: "\e4c7"; }
.fa-circle-arrow-left::before {
content: "\f0a8"; }
.fa-arrow-circle-left::before {
content: "\f0a8"; }
.fa-group-arrows-rotate::before {
content: "\e4f6"; }
.fa-bowl-food::before {
content: "\e4c6"; }
.fa-candy-cane::before {
content: "\f786"; }
.fa-arrow-down-wide-short::before {
content: "\f160"; }
.fa-sort-amount-asc::before {
content: "\f160"; }
.fa-sort-amount-down::before {
content: "\f160"; }
.fa-cloud-bolt::before {
content: "\f76c"; }
.fa-thunderstorm::before {
content: "\f76c"; }
.fa-text-slash::before {
content: "\f87d"; }
.fa-remove-format::before {
content: "\f87d"; }
.fa-face-smile-wink::before {
content: "\f4da"; }
.fa-smile-wink::before {
content: "\f4da"; }
.fa-file-word::before {
content: "\f1c2"; }
.fa-file-powerpoint::before {
content: "\f1c4"; }
.fa-arrows-left-right::before {
content: "\f07e"; }
.fa-arrows-h::before {
content: "\f07e"; }
.fa-house-lock::before {
content: "\e510"; }
.fa-cloud-arrow-down::before {
content: "\f0ed"; }
.fa-cloud-download::before {
content: "\f0ed"; }
.fa-cloud-download-alt::before {
content: "\f0ed"; }
.fa-children::before {
content: "\e4e1"; }
.fa-chalkboard::before {
content: "\f51b"; }
.fa-blackboard::before {
content: "\f51b"; }
.fa-user-large-slash::before {
content: "\f4fa"; }
.fa-user-alt-slash::before {
content: "\f4fa"; }
.fa-envelope-open::before {
content: "\f2b6"; }
.fa-handshake-simple-slash::before {
content: "\e05f"; }
.fa-handshake-alt-slash::before {
content: "\e05f"; }
.fa-mattress-pillow::before {
content: "\e525"; }
.fa-guarani-sign::before {
content: "\e19a"; }
.fa-arrows-rotate::before {
content: "\f021"; }
.fa-refresh::before {
content: "\f021"; }
.fa-sync::before {
content: "\f021"; }
.fa-fire-extinguisher::before {
content: "\f134"; }
.fa-cruzeiro-sign::before {
content: "\e152"; }
.fa-greater-than-equal::before {
content: "\f532"; }
.fa-shield-halved::before {
content: "\f3ed"; }
.fa-shield-alt::before {
content: "\f3ed"; }
.fa-book-atlas::before {
content: "\f558"; }
.fa-atlas::before {
content: "\f558"; }
.fa-virus::before {
content: "\e074"; }
.fa-envelope-circle-check::before {
content: "\e4e8"; }
.fa-layer-group::before {
content: "\f5fd"; }
.fa-arrows-to-dot::before {
content: "\e4be"; }
.fa-archway::before {
content: "\f557"; }
.fa-heart-circle-check::before {
content: "\e4fd"; }
.fa-house-chimney-crack::before {
content: "\f6f1"; }
.fa-house-damage::before {
content: "\f6f1"; }
.fa-file-zipper::before {
content: "\f1c6"; }
.fa-file-archive::before {
content: "\f1c6"; }
.fa-square::before {
content: "\f0c8"; }
.fa-martini-glass-empty::before {
content: "\f000"; }
.fa-glass-martini::before {
content: "\f000"; }
.fa-couch::before {
content: "\f4b8"; }
.fa-cedi-sign::before {
content: "\e0df"; }
.fa-italic::before {
content: "\f033"; }
.fa-church::before {
content: "\f51d"; }
.fa-comments-dollar::before {
content: "\f653"; }
.fa-democrat::before {
content: "\f747"; }
.fa-z::before {
content: "\5a"; }
.fa-person-skiing::before {
content: "\f7c9"; }
.fa-skiing::before {
content: "\f7c9"; }
.fa-road-lock::before {
content: "\e567"; }
.fa-a::before {
content: "\41"; }
.fa-temperature-arrow-down::before {
content: "\e03f"; }
.fa-temperature-down::before {
content: "\e03f"; }
.fa-feather-pointed::before {
content: "\f56b"; }
.fa-feather-alt::before {
content: "\f56b"; }
.fa-p::before {
content: "\50"; }
.fa-snowflake::before {
content: "\f2dc"; }
.fa-newspaper::before {
content: "\f1ea"; }
.fa-rectangle-ad::before {
content: "\f641"; }
.fa-ad::before {
content: "\f641"; }
.fa-circle-arrow-right::before {
content: "\f0a9"; }
.fa-arrow-circle-right::before {
content: "\f0a9"; }
.fa-filter-circle-xmark::before {
content: "\e17b"; }
.fa-locust::before {
content: "\e520"; }
.fa-sort::before {
content: "\f0dc"; }
.fa-unsorted::before {
content: "\f0dc"; }
.fa-list-ol::before {
content: "\f0cb"; }
.fa-list-1-2::before {
content: "\f0cb"; }
.fa-list-numeric::before {
content: "\f0cb"; }
.fa-person-dress-burst::before {
content: "\e544"; }
.fa-money-check-dollar::before {
content: "\f53d"; }
.fa-money-check-alt::before {
content: "\f53d"; }
.fa-vector-square::before {
content: "\f5cb"; }
.fa-bread-slice::before {
content: "\f7ec"; }
.fa-language::before {
content: "\f1ab"; }
.fa-face-kiss-wink-heart::before {
content: "\f598"; }
.fa-kiss-wink-heart::before {
content: "\f598"; }
.fa-filter::before {
content: "\f0b0"; }
.fa-question::before {
content: "\3f"; }
.fa-file-signature::before {
content: "\f573"; }
.fa-up-down-left-right::before {
content: "\f0b2"; }
.fa-arrows-alt::before {
content: "\f0b2"; }
.fa-house-chimney-user::before {
content: "\e065"; }
.fa-hand-holding-heart::before {
content: "\f4be"; }
.fa-puzzle-piece::before {
content: "\f12e"; }
.fa-money-check::before {
content: "\f53c"; }
.fa-star-half-stroke::before {
content: "\f5c0"; }
.fa-star-half-alt::before {
content: "\f5c0"; }
.fa-code::before {
content: "\f121"; }
.fa-whiskey-glass::before {
content: "\f7a0"; }
.fa-glass-whiskey::before {
content: "\f7a0"; }
.fa-building-circle-exclamation::before {
content: "\e4d3"; }
.fa-magnifying-glass-chart::before {
content: "\e522"; }
.fa-arrow-up-right-from-square::before {
content: "\f08e"; }
.fa-external-link::before {
content: "\f08e"; }
.fa-cubes-stacked::before {
content: "\e4e6"; }
.fa-won-sign::before {
content: "\f159"; }
.fa-krw::before {
content: "\f159"; }
.fa-won::before {
content: "\f159"; }
.fa-virus-covid::before {
content: "\e4a8"; }
.fa-austral-sign::before {
content: "\e0a9"; }
.fa-f::before {
content: "\46"; }
.fa-leaf::before {
content: "\f06c"; }
.fa-road::before {
content: "\f018"; }
.fa-taxi::before {
content: "\f1ba"; }
.fa-cab::before {
content: "\f1ba"; }
.fa-person-circle-plus::before {
content: "\e541"; }
.fa-chart-pie::before {
content: "\f200"; }
.fa-pie-chart::before {
content: "\f200"; }
.fa-bolt-lightning::before {
content: "\e0b7"; }
.fa-sack-xmark::before {
content: "\e56a"; }
.fa-file-excel::before {
content: "\f1c3"; }
.fa-file-contract::before {
content: "\f56c"; }
.fa-fish-fins::before {
content: "\e4f2"; }
.fa-building-flag::before {
content: "\e4d5"; }
.fa-face-grin-beam::before {
content: "\f582"; }
.fa-grin-beam::before {
content: "\f582"; }
.fa-object-ungroup::before {
content: "\f248"; }
.fa-poop::before {
content: "\f619"; }
.fa-location-pin::before {
content: "\f041"; }
.fa-map-marker::before {
content: "\f041"; }
.fa-kaaba::before {
content: "\f66b"; }
.fa-toilet-paper::before {
content: "\f71e"; }
.fa-helmet-safety::before {
content: "\f807"; }
.fa-hard-hat::before {
content: "\f807"; }
.fa-hat-hard::before {
content: "\f807"; }
.fa-eject::before {
content: "\f052"; }
.fa-circle-right::before {
content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
content: "\f35a"; }
.fa-plane-circle-check::before {
content: "\e555"; }
.fa-face-rolling-eyes::before {
content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
content: "\f5a5"; }
.fa-object-group::before {
content: "\f247"; }
.fa-chart-line::before {
content: "\f201"; }
.fa-line-chart::before {
content: "\f201"; }
.fa-mask-ventilator::before {
content: "\e524"; }
.fa-arrow-right::before {
content: "\f061"; }
.fa-signs-post::before {
content: "\f277"; }
.fa-map-signs::before {
content: "\f277"; }
.fa-cash-register::before {
content: "\f788"; }
.fa-person-circle-question::before {
content: "\e542"; }
.fa-h::before {
content: "\48"; }
.fa-tarp::before {
content: "\e57b"; }
.fa-screwdriver-wrench::before {
content: "\f7d9"; }
.fa-tools::before {
content: "\f7d9"; }
.fa-arrows-to-eye::before {
content: "\e4bf"; }
.fa-plug-circle-bolt::before {
content: "\e55b"; }
.fa-heart::before {
content: "\f004"; }
.fa-mars-and-venus::before {
content: "\f224"; }
.fa-house-user::before {
content: "\e1b0"; }
.fa-home-user::before {
content: "\e1b0"; }
.fa-dumpster-fire::before {
content: "\f794"; }
.fa-house-crack::before {
content: "\e3b1"; }
.fa-martini-glass-citrus::before {
content: "\f561"; }
.fa-cocktail::before {
content: "\f561"; }
.fa-face-surprise::before {
content: "\f5c2"; }
.fa-surprise::before {
content: "\f5c2"; }
.fa-bottle-water::before {
content: "\e4c5"; }
.fa-circle-pause::before {
content: "\f28b"; }
.fa-pause-circle::before {
content: "\f28b"; }
.fa-toilet-paper-slash::before {
content: "\e072"; }
.fa-apple-whole::before {
content: "\f5d1"; }
.fa-apple-alt::before {
content: "\f5d1"; }
.fa-kitchen-set::before {
content: "\e51a"; }
.fa-r::before {
content: "\52"; }
.fa-temperature-quarter::before {
content: "\f2ca"; }
.fa-temperature-1::before {
content: "\f2ca"; }
.fa-thermometer-1::before {
content: "\f2ca"; }
.fa-thermometer-quarter::before {
content: "\f2ca"; }
.fa-cube::before {
content: "\f1b2"; }
.fa-bitcoin-sign::before {
content: "\e0b4"; }
.fa-shield-dog::before {
content: "\e573"; }
.fa-solar-panel::before {
content: "\f5ba"; }
.fa-lock-open::before {
content: "\f3c1"; }
.fa-elevator::before {
content: "\e16d"; }
.fa-money-bill-transfer::before {
content: "\e528"; }
.fa-money-bill-trend-up::before {
content: "\e529"; }
.fa-house-flood-water-circle-arrow-right::before {
content: "\e50f"; }
.fa-square-poll-horizontal::before {
content: "\f682"; }
.fa-poll-h::before {
content: "\f682"; }
.fa-circle::before {
content: "\f111"; }
.fa-backward-fast::before {
content: "\f049"; }
.fa-fast-backward::before {
content: "\f049"; }
.fa-recycle::before {
content: "\f1b8"; }
.fa-user-astronaut::before {
content: "\f4fb"; }
.fa-plane-slash::before {
content: "\e069"; }
.fa-trademark::before {
content: "\f25c"; }
.fa-basketball::before {
content: "\f434"; }
.fa-basketball-ball::before {
content: "\f434"; }
.fa-satellite-dish::before {
content: "\f7c0"; }
.fa-circle-up::before {
content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
content: "\f35b"; }
.fa-mobile-screen-button::before {
content: "\f3cd"; }
.fa-mobile-alt::before {
content: "\f3cd"; }
.fa-volume-high::before {
content: "\f028"; }
.fa-volume-up::before {
content: "\f028"; }
.fa-users-rays::before {
content: "\e593"; }
.fa-wallet::before {
content: "\f555"; }
.fa-clipboard-check::before {
content: "\f46c"; }
.fa-file-audio::before {
content: "\f1c7"; }
.fa-burger::before {
content: "\f805"; }
.fa-hamburger::before {
content: "\f805"; }
.fa-wrench::before {
content: "\f0ad"; }
.fa-bugs::before {
content: "\e4d0"; }
.fa-rupee-sign::before {
content: "\f156"; }
.fa-rupee::before {
content: "\f156"; }
.fa-file-image::before {
content: "\f1c5"; }
.fa-circle-question::before {
content: "\f059"; }
.fa-question-circle::before {
content: "\f059"; }
.fa-plane-departure::before {
content: "\f5b0"; }
.fa-handshake-slash::before {
content: "\e060"; }
.fa-book-bookmark::before {
content: "\e0bb"; }
.fa-code-branch::before {
content: "\f126"; }
.fa-hat-cowboy::before {
content: "\f8c0"; }
.fa-bridge::before {
content: "\e4c8"; }
.fa-phone-flip::before {
content: "\f879"; }
.fa-phone-alt::before {
content: "\f879"; }
.fa-truck-front::before {
content: "\e2b7"; }
.fa-cat::before {
content: "\f6be"; }
.fa-anchor-circle-exclamation::before {
content: "\e4ab"; }
.fa-truck-field::before {
content: "\e58d"; }
.fa-route::before {
content: "\f4d7"; }
.fa-clipboard-question::before {
content: "\e4e3"; }
.fa-panorama::before {
content: "\e209"; }
.fa-comment-medical::before {
content: "\f7f5"; }
.fa-teeth-open::before {
content: "\f62f"; }
.fa-file-circle-minus::before {
content: "\e4ed"; }
.fa-tags::before {
content: "\f02c"; }
.fa-wine-glass::before {
content: "\f4e3"; }
.fa-forward-fast::before {
content: "\f050"; }
.fa-fast-forward::before {
content: "\f050"; }
.fa-face-meh-blank::before {
content: "\f5a4"; }
.fa-meh-blank::before {
content: "\f5a4"; }
.fa-square-parking::before {
content: "\f540"; }
.fa-parking::before {
content: "\f540"; }
.fa-house-signal::before {
content: "\e012"; }
.fa-bars-progress::before {
content: "\f828"; }
.fa-tasks-alt::before {
content: "\f828"; }
.fa-faucet-drip::before {
content: "\e006"; }
.fa-cart-flatbed::before {
content: "\f474"; }
.fa-dolly-flatbed::before {
content: "\f474"; }
.fa-ban-smoking::before {
content: "\f54d"; }
.fa-smoking-ban::before {
content: "\f54d"; }
.fa-terminal::before {
content: "\f120"; }
.fa-mobile-button::before {
content: "\f10b"; }
.fa-house-medical-flag::before {
content: "\e514"; }
.fa-basket-shopping::before {
content: "\f291"; }
.fa-shopping-basket::before {
content: "\f291"; }
.fa-tape::before {
content: "\f4db"; }
.fa-bus-simple::before {
content: "\f55e"; }
.fa-bus-alt::before {
content: "\f55e"; }
.fa-eye::before {
content: "\f06e"; }
.fa-face-sad-cry::before {
content: "\f5b3"; }
.fa-sad-cry::before {
content: "\f5b3"; }
.fa-audio-description::before {
content: "\f29e"; }
.fa-person-military-to-person::before {
content: "\e54c"; }
.fa-file-shield::before {
content: "\e4f0"; }
.fa-user-slash::before {
content: "\f506"; }
.fa-pen::before {
content: "\f304"; }
.fa-tower-observation::before {
content: "\e586"; }
.fa-file-code::before {
content: "\f1c9"; }
.fa-signal::before {
content: "\f012"; }
.fa-signal-5::before {
content: "\f012"; }
.fa-signal-perfect::before {
content: "\f012"; }
.fa-bus::before {
content: "\f207"; }
.fa-heart-circle-xmark::before {
content: "\e501"; }
.fa-house-chimney::before {
content: "\e3af"; }
.fa-home-lg::before {
content: "\e3af"; }
.fa-window-maximize::before {
content: "\f2d0"; }
.fa-face-frown::before {
content: "\f119"; }
.fa-frown::before {
content: "\f119"; }
.fa-prescription::before {
content: "\f5b1"; }
.fa-shop::before {
content: "\f54f"; }
.fa-store-alt::before {
content: "\f54f"; }
.fa-floppy-disk::before {
content: "\f0c7"; }
.fa-save::before {
content: "\f0c7"; }
.fa-vihara::before {
content: "\f6a7"; }
.fa-scale-unbalanced::before {
content: "\f515"; }
.fa-balance-scale-left::before {
content: "\f515"; }
.fa-sort-up::before {
content: "\f0de"; }
.fa-sort-asc::before {
content: "\f0de"; }
.fa-comment-dots::before {
content: "\f4ad"; }
.fa-commenting::before {
content: "\f4ad"; }
.fa-plant-wilt::before {
content: "\e5aa"; }
.fa-diamond::before {
content: "\f219"; }
.fa-face-grin-squint::before {
content: "\f585"; }
.fa-grin-squint::before {
content: "\f585"; }
.fa-hand-holding-dollar::before {
content: "\f4c0"; }
.fa-hand-holding-usd::before {
content: "\f4c0"; }
.fa-bacterium::before {
content: "\e05a"; }
.fa-hand-pointer::before {
content: "\f25a"; }
.fa-drum-steelpan::before {
content: "\f56a"; }
.fa-hand-scissors::before {
content: "\f257"; }
.fa-hands-praying::before {
content: "\f684"; }
.fa-praying-hands::before {
content: "\f684"; }
.fa-arrow-rotate-right::before {
content: "\f01e"; }
.fa-arrow-right-rotate::before {
content: "\f01e"; }
.fa-arrow-rotate-forward::before {
content: "\f01e"; }
.fa-redo::before {
content: "\f01e"; }
.fa-biohazard::before {
content: "\f780"; }
.fa-location-crosshairs::before {
content: "\f601"; }
.fa-location::before {
content: "\f601"; }
.fa-mars-double::before {
content: "\f227"; }
.fa-child-dress::before {
content: "\e59c"; }
.fa-users-between-lines::before {
content: "\e591"; }
.fa-lungs-virus::before {
content: "\e067"; }
.fa-face-grin-tears::before {
content: "\f588"; }
.fa-grin-tears::before {
content: "\f588"; }
.fa-phone::before {
content: "\f095"; }
.fa-calendar-xmark::before {
content: "\f273"; }
.fa-calendar-times::before {
content: "\f273"; }
.fa-child-reaching::before {
content: "\e59d"; }
.fa-head-side-virus::before {
content: "\e064"; }
.fa-user-gear::before {
content: "\f4fe"; }
.fa-user-cog::before {
content: "\f4fe"; }
.fa-arrow-up-1-9::before {
content: "\f163"; }
.fa-sort-numeric-up::before {
content: "\f163"; }
.fa-door-closed::before {
content: "\f52a"; }
.fa-shield-virus::before {
content: "\e06c"; }
.fa-dice-six::before {
content: "\f526"; }
.fa-mosquito-net::before {
content: "\e52c"; }
.fa-bridge-water::before {
content: "\e4ce"; }
.fa-person-booth::before {
content: "\f756"; }
.fa-text-width::before {
content: "\f035"; }
.fa-hat-wizard::before {
content: "\f6e8"; }
.fa-pen-fancy::before {
content: "\f5ac"; }
.fa-person-digging::before {
content: "\f85e"; }
.fa-digging::before {
content: "\f85e"; }
.fa-trash::before {
content: "\f1f8"; }
.fa-gauge-simple::before {
content: "\f629"; }
.fa-gauge-simple-med::before {
content: "\f629"; }
.fa-tachometer-average::before {
content: "\f629"; }
.fa-book-medical::before {
content: "\f7e6"; }
.fa-poo::before {
content: "\f2fe"; }
.fa-quote-right::before {
content: "\f10e"; }
.fa-quote-right-alt::before {
content: "\f10e"; }
.fa-shirt::before {
content: "\f553"; }
.fa-t-shirt::before {
content: "\f553"; }
.fa-tshirt::before {
content: "\f553"; }
.fa-cubes::before {
content: "\f1b3"; }
.fa-divide::before {
content: "\f529"; }
.fa-tenge-sign::before {
content: "\f7d7"; }
.fa-tenge::before {
content: "\f7d7"; }
.fa-headphones::before {
content: "\f025"; }
.fa-hands-holding::before {
content: "\f4c2"; }
.fa-hands-clapping::before {
content: "\e1a8"; }
.fa-republican::before {
content: "\f75e"; }
.fa-arrow-left::before {
content: "\f060"; }
.fa-person-circle-xmark::before {
content: "\e543"; }
.fa-ruler::before {
content: "\f545"; }
.fa-align-left::before {
content: "\f036"; }
.fa-dice-d6::before {
content: "\f6d1"; }
.fa-restroom::before {
content: "\f7bd"; }
.fa-j::before {
content: "\4a"; }
.fa-users-viewfinder::before {
content: "\e595"; }
.fa-file-video::before {
content: "\f1c8"; }
.fa-up-right-from-square::before {
content: "\f35d"; }
.fa-external-link-alt::before {
content: "\f35d"; }
.fa-table-cells::before {
content: "\f00a"; }
.fa-th::before {
content: "\f00a"; }
.fa-file-pdf::before {
content: "\f1c1"; }
.fa-book-bible::before {
content: "\f647"; }
.fa-bible::before {
content: "\f647"; }
.fa-o::before {
content: "\4f"; }
.fa-suitcase-medical::before {
content: "\f0fa"; }
.fa-medkit::before {
content: "\f0fa"; }
.fa-user-secret::before {
content: "\f21b"; }
.fa-otter::before {
content: "\f700"; }
.fa-person-dress::before {
content: "\f182"; }
.fa-female::before {
content: "\f182"; }
.fa-comment-dollar::before {
content: "\f651"; }
.fa-business-time::before {
content: "\f64a"; }
.fa-briefcase-clock::before {
content: "\f64a"; }
.fa-table-cells-large::before {
content: "\f009"; }
.fa-th-large::before {
content: "\f009"; }
.fa-book-tanakh::before {
content: "\f827"; }
.fa-tanakh::before {
content: "\f827"; }
.fa-phone-volume::before {
content: "\f2a0"; }
.fa-volume-control-phone::before {
content: "\f2a0"; }
.fa-hat-cowboy-side::before {
content: "\f8c1"; }
.fa-clipboard-user::before {
content: "\f7f3"; }
.fa-child::before {
content: "\f1ae"; }
.fa-lira-sign::before {
content: "\f195"; }
.fa-satellite::before {
content: "\f7bf"; }
.fa-plane-lock::before {
content: "\e558"; }
.fa-tag::before {
content: "\f02b"; }
.fa-comment::before {
content: "\f075"; }
.fa-cake-candles::before {
content: "\f1fd"; }
.fa-birthday-cake::before {
content: "\f1fd"; }
.fa-cake::before {
content: "\f1fd"; }
.fa-envelope::before {
content: "\f0e0"; }
.fa-angles-up::before {
content: "\f102"; }
.fa-angle-double-up::before {
content: "\f102"; }
.fa-paperclip::before {
content: "\f0c6"; }
.fa-arrow-right-to-city::before {
content: "\e4b3"; }
.fa-ribbon::before {
content: "\f4d6"; }
.fa-lungs::before {
content: "\f604"; }
.fa-arrow-up-9-1::before {
content: "\f887"; }
.fa-sort-numeric-up-alt::before {
content: "\f887"; }
.fa-litecoin-sign::before {
content: "\e1d3"; }
.fa-border-none::before {
content: "\f850"; }
.fa-circle-nodes::before {
content: "\e4e2"; }
.fa-parachute-box::before {
content: "\f4cd"; }
.fa-indent::before {
content: "\f03c"; }
.fa-truck-field-un::before {
content: "\e58e"; }
.fa-hourglass::before {
content: "\f254"; }
.fa-hourglass-empty::before {
content: "\f254"; }
.fa-mountain::before {
content: "\f6fc"; }
.fa-user-doctor::before {
content: "\f0f0"; }
.fa-user-md::before {
content: "\f0f0"; }
.fa-circle-info::before {
content: "\f05a"; }
.fa-info-circle::before {
content: "\f05a"; }
.fa-cloud-meatball::before {
content: "\f73b"; }
.fa-camera::before {
content: "\f030"; }
.fa-camera-alt::before {
content: "\f030"; }
.fa-square-virus::before {
content: "\e578"; }
.fa-meteor::before {
content: "\f753"; }
.fa-car-on::before {
content: "\e4dd"; }
.fa-sleigh::before {
content: "\f7cc"; }
.fa-arrow-down-1-9::before {
content: "\f162"; }
.fa-sort-numeric-asc::before {
content: "\f162"; }
.fa-sort-numeric-down::before {
content: "\f162"; }
.fa-hand-holding-droplet::before {
content: "\f4c1"; }
.fa-hand-holding-water::before {
content: "\f4c1"; }
.fa-water::before {
content: "\f773"; }
.fa-calendar-check::before {
content: "\f274"; }
.fa-braille::before {
content: "\f2a1"; }
.fa-prescription-bottle-medical::before {
content: "\f486"; }
.fa-prescription-bottle-alt::before {
content: "\f486"; }
.fa-landmark::before {
content: "\f66f"; }
.fa-truck::before {
content: "\f0d1"; }
.fa-crosshairs::before {
content: "\f05b"; }
.fa-person-cane::before {
content: "\e53c"; }
.fa-tent::before {
content: "\e57d"; }
.fa-vest-patches::before {
content: "\e086"; }
.fa-check-double::before {
content: "\f560"; }
.fa-arrow-down-a-z::before {
content: "\f15d"; }
.fa-sort-alpha-asc::before {
content: "\f15d"; }
.fa-sort-alpha-down::before {
content: "\f15d"; }
.fa-money-bill-wheat::before {
content: "\e52a"; }
.fa-cookie::before {
content: "\f563"; }
.fa-arrow-rotate-left::before {
content: "\f0e2"; }
.fa-arrow-left-rotate::before {
content: "\f0e2"; }
.fa-arrow-rotate-back::before {
content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
content: "\f0e2"; }
.fa-undo::before {
content: "\f0e2"; }
.fa-hard-drive::before {
content: "\f0a0"; }
.fa-hdd::before {
content: "\f0a0"; }
.fa-face-grin-squint-tears::before {
content: "\f586"; }
.fa-grin-squint-tears::before {
content: "\f586"; }
.fa-dumbbell::before {
content: "\f44b"; }
.fa-rectangle-list::before {
content: "\f022"; }
.fa-list-alt::before {
content: "\f022"; }
.fa-tarp-droplet::before {
content: "\e57c"; }
.fa-house-medical-circle-check::before {
content: "\e511"; }
.fa-person-skiing-nordic::before {
content: "\f7ca"; }
.fa-skiing-nordic::before {
content: "\f7ca"; }
.fa-calendar-plus::before {
content: "\f271"; }
.fa-plane-arrival::before {
content: "\f5af"; }
.fa-circle-left::before {
content: "\f359"; }
.fa-arrow-alt-circle-left::before {
content: "\f359"; }
.fa-train-subway::before {
content: "\f239"; }
.fa-subway::before {
content: "\f239"; }
.fa-chart-gantt::before {
content: "\e0e4"; }
.fa-indian-rupee-sign::before {
content: "\e1bc"; }
.fa-indian-rupee::before {
content: "\e1bc"; }
.fa-inr::before {
content: "\e1bc"; }
.fa-crop-simple::before {
content: "\f565"; }
.fa-crop-alt::before {
content: "\f565"; }
.fa-money-bill-1::before {
content: "\f3d1"; }
.fa-money-bill-alt::before {
content: "\f3d1"; }
.fa-left-long::before {
content: "\f30a"; }
.fa-long-arrow-alt-left::before {
content: "\f30a"; }
.fa-dna::before {
content: "\f471"; }
.fa-virus-slash::before {
content: "\e075"; }
.fa-minus::before {
content: "\f068"; }
.fa-subtract::before {
content: "\f068"; }
.fa-chess::before {
content: "\f439"; }
.fa-arrow-left-long::before {
content: "\f177"; }
.fa-long-arrow-left::before {
content: "\f177"; }
.fa-plug-circle-check::before {
content: "\e55c"; }
.fa-street-view::before {
content: "\f21d"; }
.fa-franc-sign::before {
content: "\e18f"; }
.fa-volume-off::before {
content: "\f026"; }
.fa-hands-asl-interpreting::before {
content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-asl-interpreting::before {
content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-gear::before {
content: "\f013"; }
.fa-cog::before {
content: "\f013"; }
.fa-droplet-slash::before {
content: "\f5c7"; }
.fa-tint-slash::before {
content: "\f5c7"; }
.fa-mosque::before {
content: "\f678"; }
.fa-mosquito::before {
content: "\e52b"; }
.fa-star-of-david::before {
content: "\f69a"; }
.fa-person-military-rifle::before {
content: "\e54b"; }
.fa-cart-shopping::before {
content: "\f07a"; }
.fa-shopping-cart::before {
content: "\f07a"; }
.fa-vials::before {
content: "\f493"; }
.fa-plug-circle-plus::before {
content: "\e55f"; }
.fa-place-of-worship::before {
content: "\f67f"; }
.fa-grip-vertical::before {
content: "\f58e"; }
.fa-arrow-turn-up::before {
content: "\f148"; }
.fa-level-up::before {
content: "\f148"; }
.fa-u::before {
content: "\55"; }
.fa-square-root-variable::before {
content: "\f698"; }
.fa-square-root-alt::before {
content: "\f698"; }
.fa-clock::before {
content: "\f017"; }
.fa-clock-four::before {
content: "\f017"; }
.fa-backward-step::before {
content: "\f048"; }
.fa-step-backward::before {
content: "\f048"; }
.fa-pallet::before {
content: "\f482"; }
.fa-faucet::before {
content: "\e005"; }
.fa-baseball-bat-ball::before {
content: "\f432"; }
.fa-s::before {
content: "\53"; }
.fa-timeline::before {
content: "\e29c"; }
.fa-keyboard::before {
content: "\f11c"; }
.fa-caret-down::before {
content: "\f0d7"; }
.fa-house-chimney-medical::before {
content: "\f7f2"; }
.fa-clinic-medical::before {
content: "\f7f2"; }
.fa-temperature-three-quarters::before {
content: "\f2c8"; }
.fa-temperature-3::before {
content: "\f2c8"; }
.fa-thermometer-3::before {
content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
content: "\f2c8"; }
.fa-mobile-screen::before {
content: "\f3cf"; }
.fa-mobile-android-alt::before {
content: "\f3cf"; }
.fa-plane-up::before {
content: "\e22d"; }
.fa-piggy-bank::before {
content: "\f4d3"; }
.fa-battery-half::before {
content: "\f242"; }
.fa-battery-3::before {
content: "\f242"; }
.fa-mountain-city::before {
content: "\e52e"; }
.fa-coins::before {
content: "\f51e"; }
.fa-khanda::before {
content: "\f66d"; }
.fa-sliders::before {
content: "\f1de"; }
.fa-sliders-h::before {
content: "\f1de"; }
.fa-folder-tree::before {
content: "\f802"; }
.fa-network-wired::before {
content: "\f6ff"; }
.fa-map-pin::before {
content: "\f276"; }
.fa-hamsa::before {
content: "\f665"; }
.fa-cent-sign::before {
content: "\e3f5"; }
.fa-flask::before {
content: "\f0c3"; }
.fa-person-pregnant::before {
content: "\e31e"; }
.fa-wand-sparkles::before {
content: "\f72b"; }
.fa-ellipsis-vertical::before {
content: "\f142"; }
.fa-ellipsis-v::before {
content: "\f142"; }
.fa-ticket::before {
content: "\f145"; }
.fa-power-off::before {
content: "\f011"; }
.fa-right-long::before {
content: "\f30b"; }
.fa-long-arrow-alt-right::before {
content: "\f30b"; }
.fa-flag-usa::before {
content: "\f74d"; }
.fa-laptop-file::before {
content: "\e51d"; }
.fa-tty::before {
content: "\f1e4"; }
.fa-teletype::before {
content: "\f1e4"; }
.fa-diagram-next::before {
content: "\e476"; }
.fa-person-rifle::before {
content: "\e54e"; }
.fa-house-medical-circle-exclamation::before {
content: "\e512"; }
.fa-closed-captioning::before {
content: "\f20a"; }
.fa-person-hiking::before {
content: "\f6ec"; }
.fa-hiking::before {
content: "\f6ec"; }
.fa-venus-double::before {
content: "\f226"; }
.fa-images::before {
content: "\f302"; }
.fa-calculator::before {
content: "\f1ec"; }
.fa-people-pulling::before {
content: "\e535"; }
.fa-n::before {
content: "\4e"; }
.fa-cable-car::before {
content: "\f7da"; }
.fa-tram::before {
content: "\f7da"; }
.fa-cloud-rain::before {
content: "\f73d"; }
.fa-building-circle-xmark::before {
content: "\e4d4"; }
.fa-ship::before {
content: "\f21a"; }
.fa-arrows-down-to-line::before {
content: "\e4b8"; }
.fa-download::before {
content: "\f019"; }
.fa-face-grin::before {
content: "\f580"; }
.fa-grin::before {
content: "\f580"; }
.fa-delete-left::before {
content: "\f55a"; }
.fa-backspace::before {
content: "\f55a"; }
.fa-eye-dropper::before {
content: "\f1fb"; }
.fa-eye-dropper-empty::before {
content: "\f1fb"; }
.fa-eyedropper::before {
content: "\f1fb"; }
.fa-file-circle-check::before {
content: "\e5a0"; }
.fa-forward::before {
content: "\f04e"; }
.fa-mobile::before {
content: "\f3ce"; }
.fa-mobile-android::before {
content: "\f3ce"; }
.fa-mobile-phone::before {
content: "\f3ce"; }
.fa-face-meh::before {
content: "\f11a"; }
.fa-meh::before {
content: "\f11a"; }
.fa-align-center::before {
content: "\f037"; }
.fa-book-skull::before {
content: "\f6b7"; }
.fa-book-dead::before {
content: "\f6b7"; }
.fa-id-card::before {
content: "\f2c2"; }
.fa-drivers-license::before {
content: "\f2c2"; }
.fa-outdent::before {
content: "\f03b"; }
.fa-dedent::before {
content: "\f03b"; }
.fa-heart-circle-exclamation::before {
content: "\e4fe"; }
.fa-house::before {
content: "\f015"; }
.fa-home::before {
content: "\f015"; }
.fa-home-alt::before {
content: "\f015"; }
.fa-home-lg-alt::before {
content: "\f015"; }
.fa-calendar-week::before {
content: "\f784"; }
.fa-laptop-medical::before {
content: "\f812"; }
.fa-b::before {
content: "\42"; }
.fa-file-medical::before {
content: "\f477"; }
.fa-dice-one::before {
content: "\f525"; }
.fa-kiwi-bird::before {
content: "\f535"; }
.fa-arrow-right-arrow-left::before {
content: "\f0ec"; }
.fa-exchange::before {
content: "\f0ec"; }
.fa-rotate-right::before {
content: "\f2f9"; }
.fa-redo-alt::before {
content: "\f2f9"; }
.fa-rotate-forward::before {
content: "\f2f9"; }
.fa-utensils::before {
content: "\f2e7"; }
.fa-cutlery::before {
content: "\f2e7"; }
.fa-arrow-up-wide-short::before {
content: "\f161"; }
.fa-sort-amount-up::before {
content: "\f161"; }
.fa-mill-sign::before {
content: "\e1ed"; }
.fa-bowl-rice::before {
content: "\e2eb"; }
.fa-skull::before {
content: "\f54c"; }
.fa-tower-broadcast::before {
content: "\f519"; }
.fa-broadcast-tower::before {
content: "\f519"; }
.fa-truck-pickup::before {
content: "\f63c"; }
.fa-up-long::before {
content: "\f30c"; }
.fa-long-arrow-alt-up::before {
content: "\f30c"; }
.fa-stop::before {
content: "\f04d"; }
.fa-code-merge::before {
content: "\f387"; }
.fa-upload::before {
content: "\f093"; }
.fa-hurricane::before {
content: "\f751"; }
.fa-mound::before {
content: "\e52d"; }
.fa-toilet-portable::before {
content: "\e583"; }
.fa-compact-disc::before {
content: "\f51f"; }
.fa-file-arrow-down::before {
content: "\f56d"; }
.fa-file-download::before {
content: "\f56d"; }
.fa-caravan::before {
content: "\f8ff"; }
.fa-shield-cat::before {
content: "\e572"; }
.fa-bolt::before {
content: "\f0e7"; }
.fa-zap::before {
content: "\f0e7"; }
.fa-glass-water::before {
content: "\e4f4"; }
.fa-oil-well::before {
content: "\e532"; }
.fa-vault::before {
content: "\e2c5"; }
.fa-mars::before {
content: "\f222"; }
.fa-toilet::before {
content: "\f7d8"; }
.fa-plane-circle-xmark::before {
content: "\e557"; }
.fa-yen-sign::before {
content: "\f157"; }
.fa-cny::before {
content: "\f157"; }
.fa-jpy::before {
content: "\f157"; }
.fa-rmb::before {
content: "\f157"; }
.fa-yen::before {
content: "\f157"; }
.fa-ruble-sign::before {
content: "\f158"; }
.fa-rouble::before {
content: "\f158"; }
.fa-rub::before {
content: "\f158"; }
.fa-ruble::before {
content: "\f158"; }
.fa-sun::before {
content: "\f185"; }
.fa-guitar::before {
content: "\f7a6"; }
.fa-face-laugh-wink::before {
content: "\f59c"; }
.fa-laugh-wink::before {
content: "\f59c"; }
.fa-horse-head::before {
content: "\f7ab"; }
.fa-bore-hole::before {
content: "\e4c3"; }
.fa-industry::before {
content: "\f275"; }
.fa-circle-down::before {
content: "\f358"; }
.fa-arrow-alt-circle-down::before {
content: "\f358"; }
.fa-arrows-turn-to-dots::before {
content: "\e4c1"; }
.fa-florin-sign::before {
content: "\e184"; }
.fa-arrow-down-short-wide::before {
content: "\f884"; }
.fa-sort-amount-desc::before {
content: "\f884"; }
.fa-sort-amount-down-alt::before {
content: "\f884"; }
.fa-less-than::before {
content: "\3c"; }
.fa-angle-down::before {
content: "\f107"; }
.fa-car-tunnel::before {
content: "\e4de"; }
.fa-head-side-cough::before {
content: "\e061"; }
.fa-grip-lines::before {
content: "\f7a4"; }
.fa-thumbs-down::before {
content: "\f165"; }
.fa-user-lock::before {
content: "\f502"; }
.fa-arrow-right-long::before {
content: "\f178"; }
.fa-long-arrow-right::before {
content: "\f178"; }
.fa-anchor-circle-xmark::before {
content: "\e4ac"; }
.fa-ellipsis::before {
content: "\f141"; }
.fa-ellipsis-h::before {
content: "\f141"; }
.fa-chess-pawn::before {
content: "\f443"; }
.fa-kit-medical::before {
content: "\f479"; }
.fa-first-aid::before {
content: "\f479"; }
.fa-person-through-window::before {
content: "\e5a9"; }
.fa-toolbox::before {
content: "\f552"; }
.fa-hands-holding-circle::before {
content: "\e4fb"; }
.fa-bug::before {
content: "\f188"; }
.fa-credit-card::before {
content: "\f09d"; }
.fa-credit-card-alt::before {
content: "\f09d"; }
.fa-car::before {
content: "\f1b9"; }
.fa-automobile::before {
content: "\f1b9"; }
.fa-hand-holding-hand::before {
content: "\e4f7"; }
.fa-book-open-reader::before {
content: "\f5da"; }
.fa-book-reader::before {
content: "\f5da"; }
.fa-mountain-sun::before {
content: "\e52f"; }
.fa-arrows-left-right-to-line::before {
content: "\e4ba"; }
.fa-dice-d20::before {
content: "\f6cf"; }
.fa-truck-droplet::before {
content: "\e58c"; }
.fa-file-circle-xmark::before {
content: "\e5a1"; }
.fa-temperature-arrow-up::before {
content: "\e040"; }
.fa-temperature-up::before {
content: "\e040"; }
.fa-medal::before {
content: "\f5a2"; }
.fa-bed::before {
content: "\f236"; }
.fa-square-h::before {
content: "\f0fd"; }
.fa-h-square::before {
content: "\f0fd"; }
.fa-podcast::before {
content: "\f2ce"; }
.fa-temperature-full::before {
content: "\f2c7"; }
.fa-temperature-4::before {
content: "\f2c7"; }
.fa-thermometer-4::before {
content: "\f2c7"; }
.fa-thermometer-full::before {
content: "\f2c7"; }
.fa-bell::before {
content: "\f0f3"; }
.fa-superscript::before {
content: "\f12b"; }
.fa-plug-circle-xmark::before {
content: "\e560"; }
.fa-star-of-life::before {
content: "\f621"; }
.fa-phone-slash::before {
content: "\f3dd"; }
.fa-paint-roller::before {
content: "\f5aa"; }
.fa-handshake-angle::before {
content: "\f4c4"; }
.fa-hands-helping::before {
content: "\f4c4"; }
.fa-location-dot::before {
content: "\f3c5"; }
.fa-map-marker-alt::before {
content: "\f3c5"; }
.fa-file::before {
content: "\f15b"; }
.fa-greater-than::before {
content: "\3e"; }
.fa-person-swimming::before {
content: "\f5c4"; }
.fa-swimmer::before {
content: "\f5c4"; }
.fa-arrow-down::before {
content: "\f063"; }
.fa-droplet::before {
content: "\f043"; }
.fa-tint::before {
content: "\f043"; }
.fa-eraser::before {
content: "\f12d"; }
.fa-earth-americas::before {
content: "\f57d"; }
.fa-earth::before {
content: "\f57d"; }
.fa-earth-america::before {
content: "\f57d"; }
.fa-globe-americas::before {
content: "\f57d"; }
.fa-person-burst::before {
content: "\e53b"; }
.fa-dove::before {
content: "\f4ba"; }
.fa-battery-empty::before {
content: "\f244"; }
.fa-battery-0::before {
content: "\f244"; }
.fa-socks::before {
content: "\f696"; }
.fa-inbox::before {
content: "\f01c"; }
.fa-section::before {
content: "\e447"; }
.fa-gauge-high::before {
content: "\f625"; }
.fa-tachometer-alt::before {
content: "\f625"; }
.fa-tachometer-alt-fast::before {
content: "\f625"; }
.fa-envelope-open-text::before {
content: "\f658"; }
.fa-hospital::before {
content: "\f0f8"; }
.fa-hospital-alt::before {
content: "\f0f8"; }
.fa-hospital-wide::before {
content: "\f0f8"; }
.fa-wine-bottle::before {
content: "\f72f"; }
.fa-chess-rook::before {
content: "\f447"; }
.fa-bars-staggered::before {
content: "\f550"; }
.fa-reorder::before {
content: "\f550"; }
.fa-stream::before {
content: "\f550"; }
.fa-dharmachakra::before {
content: "\f655"; }
.fa-hotdog::before {
content: "\f80f"; }
.fa-person-walking-with-cane::before {
content: "\f29d"; }
.fa-blind::before {
content: "\f29d"; }
.fa-drum::before {
content: "\f569"; }
.fa-ice-cream::before {
content: "\f810"; }
.fa-heart-circle-bolt::before {
content: "\e4fc"; }
.fa-fax::before {
content: "\f1ac"; }
.fa-paragraph::before {
content: "\f1dd"; }
.fa-check-to-slot::before {
content: "\f772"; }
.fa-vote-yea::before {
content: "\f772"; }
.fa-star-half::before {
content: "\f089"; }
.fa-boxes-stacked::before {
content: "\f468"; }
.fa-boxes::before {
content: "\f468"; }
.fa-boxes-alt::before {
content: "\f468"; }
.fa-link::before {
content: "\f0c1"; }
.fa-chain::before {
content: "\f0c1"; }
.fa-ear-listen::before {
content: "\f2a2"; }
.fa-assistive-listening-systems::before {
content: "\f2a2"; }
.fa-tree-city::before {
content: "\e587"; }
.fa-play::before {
content: "\f04b"; }
.fa-font::before {
content: "\f031"; }
.fa-rupiah-sign::before {
content: "\e23d"; }
.fa-magnifying-glass::before {
content: "\f002"; }
.fa-search::before {
content: "\f002"; }
.fa-table-tennis-paddle-ball::before {
content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
content: "\f45d"; }
.fa-table-tennis::before {
content: "\f45d"; }
.fa-person-dots-from-line::before {
content: "\f470"; }
.fa-diagnoses::before {
content: "\f470"; }
.fa-trash-can-arrow-up::before {
content: "\f82a"; }
.fa-trash-restore-alt::before {
content: "\f82a"; }
.fa-naira-sign::before {
content: "\e1f6"; }
.fa-cart-arrow-down::before {
content: "\f218"; }
.fa-walkie-talkie::before {
content: "\f8ef"; }
.fa-file-pen::before {
content: "\f31c"; }
.fa-file-edit::before {
content: "\f31c"; }
.fa-receipt::before {
content: "\f543"; }
.fa-square-pen::before {
content: "\f14b"; }
.fa-pen-square::before {
content: "\f14b"; }
.fa-pencil-square::before {
content: "\f14b"; }
.fa-suitcase-rolling::before {
content: "\f5c1"; }
.fa-person-circle-exclamation::before {
content: "\e53f"; }
.fa-chevron-down::before {
content: "\f078"; }
.fa-battery-full::before {
content: "\f240"; }
.fa-battery::before {
content: "\f240"; }
.fa-battery-5::before {
content: "\f240"; }
.fa-skull-crossbones::before {
content: "\f714"; }
.fa-code-compare::before {
content: "\e13a"; }
.fa-list-ul::before {
content: "\f0ca"; }
.fa-list-dots::before {
content: "\f0ca"; }
.fa-school-lock::before {
content: "\e56f"; }
.fa-tower-cell::before {
content: "\e585"; }
.fa-down-long::before {
content: "\f309"; }
.fa-long-arrow-alt-down::before {
content: "\f309"; }
.fa-ranking-star::before {
content: "\e561"; }
.fa-chess-king::before {
content: "\f43f"; }
.fa-person-harassing::before {
content: "\e549"; }
.fa-brazilian-real-sign::before {
content: "\e46c"; }
.fa-landmark-dome::before {
content: "\f752"; }
.fa-landmark-alt::before {
content: "\f752"; }
.fa-arrow-up::before {
content: "\f062"; }
.fa-tv::before {
content: "\f26c"; }
.fa-television::before {
content: "\f26c"; }
.fa-tv-alt::before {
content: "\f26c"; }
.fa-shrimp::before {
content: "\e448"; }
.fa-list-check::before {
content: "\f0ae"; }
.fa-tasks::before {
content: "\f0ae"; }
.fa-jug-detergent::before {
content: "\e519"; }
.fa-circle-user::before {
content: "\f2bd"; }
.fa-user-circle::before {
content: "\f2bd"; }
.fa-user-shield::before {
content: "\f505"; }
.fa-wind::before {
content: "\f72e"; }
.fa-car-burst::before {
content: "\f5e1"; }
.fa-car-crash::before {
content: "\f5e1"; }
.fa-y::before {
content: "\59"; }
.fa-person-snowboarding::before {
content: "\f7ce"; }
.fa-snowboarding::before {
content: "\f7ce"; }
.fa-truck-fast::before {
content: "\f48b"; }
.fa-shipping-fast::before {
content: "\f48b"; }
.fa-fish::before {
content: "\f578"; }
.fa-user-graduate::before {
content: "\f501"; }
.fa-circle-half-stroke::before {
content: "\f042"; }
.fa-adjust::before {
content: "\f042"; }
.fa-clapperboard::before {
content: "\e131"; }
.fa-circle-radiation::before {
content: "\f7ba"; }
.fa-radiation-alt::before {
content: "\f7ba"; }
.fa-baseball::before {
content: "\f433"; }
.fa-baseball-ball::before {
content: "\f433"; }
.fa-jet-fighter-up::before {
content: "\e518"; }
.fa-diagram-project::before {
content: "\f542"; }
.fa-project-diagram::before {
content: "\f542"; }
.fa-copy::before {
content: "\f0c5"; }
.fa-volume-xmark::before {
content: "\f6a9"; }
.fa-volume-mute::before {
content: "\f6a9"; }
.fa-volume-times::before {
content: "\f6a9"; }
.fa-hand-sparkles::before {
content: "\e05d"; }
.fa-grip::before {
content: "\f58d"; }
.fa-grip-horizontal::before {
content: "\f58d"; }
.fa-share-from-square::before {
content: "\f14d"; }
.fa-share-square::before {
content: "\f14d"; }
.fa-child-combatant::before {
content: "\e4e0"; }
.fa-child-rifle::before {
content: "\e4e0"; }
.fa-gun::before {
content: "\e19b"; }
.fa-square-phone::before {
content: "\f098"; }
.fa-phone-square::before {
content: "\f098"; }
.fa-plus::before {
content: "\2b"; }
.fa-add::before {
content: "\2b"; }
.fa-expand::before {
content: "\f065"; }
.fa-computer::before {
content: "\e4e5"; }
.fa-xmark::before {
content: "\f00d"; }
.fa-close::before {
content: "\f00d"; }
.fa-multiply::before {
content: "\f00d"; }
.fa-remove::before {
content: "\f00d"; }
.fa-times::before {
content: "\f00d"; }
.fa-arrows-up-down-left-right::before {
content: "\f047"; }
.fa-arrows::before {
content: "\f047"; }
.fa-chalkboard-user::before {
content: "\f51c"; }
.fa-chalkboard-teacher::before {
content: "\f51c"; }
.fa-peso-sign::before {
content: "\e222"; }
.fa-building-shield::before {
content: "\e4d8"; }
.fa-baby::before {
content: "\f77c"; }
.fa-users-line::before {
content: "\e592"; }
.fa-quote-left::before {
content: "\f10d"; }
.fa-quote-left-alt::before {
content: "\f10d"; }
.fa-tractor::before {
content: "\f722"; }
.fa-trash-arrow-up::before {
content: "\f829"; }
.fa-trash-restore::before {
content: "\f829"; }
.fa-arrow-down-up-lock::before {
content: "\e4b0"; }
.fa-lines-leaning::before {
content: "\e51e"; }
.fa-ruler-combined::before {
content: "\f546"; }
.fa-copyright::before {
content: "\f1f9"; }
.fa-equals::before {
content: "\3d"; }
.fa-blender::before {
content: "\f517"; }
.fa-teeth::before {
content: "\f62e"; }
.fa-shekel-sign::before {
content: "\f20b"; }
.fa-ils::before {
content: "\f20b"; }
.fa-shekel::before {
content: "\f20b"; }
.fa-sheqel::before {
content: "\f20b"; }
.fa-sheqel-sign::before {
content: "\f20b"; }
.fa-map::before {
content: "\f279"; }
.fa-rocket::before {
content: "\f135"; }
.fa-photo-film::before {
content: "\f87c"; }
.fa-photo-video::before {
content: "\f87c"; }
.fa-folder-minus::before {
content: "\f65d"; }
.fa-store::before {
content: "\f54e"; }
.fa-arrow-trend-up::before {
content: "\e098"; }
.fa-plug-circle-minus::before {
content: "\e55e"; }
.fa-sign-hanging::before {
content: "\f4d9"; }
.fa-sign::before {
content: "\f4d9"; }
.fa-bezier-curve::before {
content: "\f55b"; }
.fa-bell-slash::before {
content: "\f1f6"; }
.fa-tablet::before {
content: "\f3fb"; }
.fa-tablet-android::before {
content: "\f3fb"; }
.fa-school-flag::before {
content: "\e56e"; }
.fa-fill::before {
content: "\f575"; }
.fa-angle-up::before {
content: "\f106"; }
.fa-drumstick-bite::before {
content: "\f6d7"; }
.fa-holly-berry::before {
content: "\f7aa"; }
.fa-chevron-left::before {
content: "\f053"; }
.fa-bacteria::before {
content: "\e059"; }
.fa-hand-lizard::before {
content: "\f258"; }
.fa-notdef::before {
content: "\e1fe"; }
.fa-disease::before {
content: "\f7fa"; }
.fa-briefcase-medical::before {
content: "\f469"; }
.fa-genderless::before {
content: "\f22d"; }
.fa-chevron-right::before {
content: "\f054"; }
.fa-retweet::before {
content: "\f079"; }
.fa-car-rear::before {
content: "\f5de"; }
.fa-car-alt::before {
content: "\f5de"; }
.fa-pump-soap::before {
content: "\e06b"; }
.fa-video-slash::before {
content: "\f4e2"; }
.fa-battery-quarter::before {
content: "\f243"; }
.fa-battery-2::before {
content: "\f243"; }
.fa-radio::before {
content: "\f8d7"; }
.fa-baby-carriage::before {
content: "\f77d"; }
.fa-carriage-baby::before {
content: "\f77d"; }
.fa-traffic-light::before {
content: "\f637"; }
.fa-thermometer::before {
content: "\f491"; }
.fa-vr-cardboard::before {
content: "\f729"; }
.fa-hand-middle-finger::before {
content: "\f806"; }
.fa-percent::before {
content: "\25"; }
.fa-percentage::before {
content: "\25"; }
.fa-truck-moving::before {
content: "\f4df"; }
.fa-glass-water-droplet::before {
content: "\e4f5"; }
.fa-display::before {
content: "\e163"; }
.fa-face-smile::before {
content: "\f118"; }
.fa-smile::before {
content: "\f118"; }
.fa-thumbtack::before {
content: "\f08d"; }
.fa-thumb-tack::before {
content: "\f08d"; }
.fa-trophy::before {
content: "\f091"; }
.fa-person-praying::before {
content: "\f683"; }
.fa-pray::before {
content: "\f683"; }
.fa-hammer::before {
content: "\f6e3"; }
.fa-hand-peace::before {
content: "\f25b"; }
.fa-rotate::before {
content: "\f2f1"; }
.fa-sync-alt::before {
content: "\f2f1"; }
.fa-spinner::before {
content: "\f110"; }
.fa-robot::before {
content: "\f544"; }
.fa-peace::before {
content: "\f67c"; }
.fa-gears::before {
content: "\f085"; }
.fa-cogs::before {
content: "\f085"; }
.fa-warehouse::before {
content: "\f494"; }
.fa-arrow-up-right-dots::before {
content: "\e4b7"; }
.fa-splotch::before {
content: "\f5bc"; }
.fa-face-grin-hearts::before {
content: "\f584"; }
.fa-grin-hearts::before {
content: "\f584"; }
.fa-dice-four::before {
content: "\f524"; }
.fa-sim-card::before {
content: "\f7c4"; }
.fa-transgender::before {
content: "\f225"; }
.fa-transgender-alt::before {
content: "\f225"; }
.fa-mercury::before {
content: "\f223"; }
.fa-arrow-turn-down::before {
content: "\f149"; }
.fa-level-down::before {
content: "\f149"; }
.fa-person-falling-burst::before {
content: "\e547"; }
.fa-award::before {
content: "\f559"; }
.fa-ticket-simple::before {
content: "\f3ff"; }
.fa-ticket-alt::before {
content: "\f3ff"; }
.fa-building::before {
content: "\f1ad"; }
.fa-angles-left::before {
content: "\f100"; }
.fa-angle-double-left::before {
content: "\f100"; }
.fa-qrcode::before {
content: "\f029"; }
.fa-clock-rotate-left::before {
content: "\f1da"; }
.fa-history::before {
content: "\f1da"; }
.fa-face-grin-beam-sweat::before {
content: "\f583"; }
.fa-grin-beam-sweat::before {
content: "\f583"; }
.fa-file-export::before {
content: "\f56e"; }
.fa-arrow-right-from-file::before {
content: "\f56e"; }
.fa-shield::before {
content: "\f132"; }
.fa-shield-blank::before {
content: "\f132"; }
.fa-arrow-up-short-wide::before {
content: "\f885"; }
.fa-sort-amount-up-alt::before {
content: "\f885"; }
.fa-house-medical::before {
content: "\e3b2"; }
.fa-golf-ball-tee::before {
content: "\f450"; }
.fa-golf-ball::before {
content: "\f450"; }
.fa-circle-chevron-left::before {
content: "\f137"; }
.fa-chevron-circle-left::before {
content: "\f137"; }
.fa-house-chimney-window::before {
content: "\e00d"; }
.fa-pen-nib::before {
content: "\f5ad"; }
.fa-tent-arrow-turn-left::before {
content: "\e580"; }
.fa-tents::before {
content: "\e582"; }
.fa-wand-magic::before {
content: "\f0d0"; }
.fa-magic::before {
content: "\f0d0"; }
.fa-dog::before {
content: "\f6d3"; }
.fa-carrot::before {
content: "\f787"; }
.fa-moon::before {
content: "\f186"; }
.fa-wine-glass-empty::before {
content: "\f5ce"; }
.fa-wine-glass-alt::before {
content: "\f5ce"; }
.fa-cheese::before {
content: "\f7ef"; }
.fa-yin-yang::before {
content: "\f6ad"; }
.fa-music::before {
content: "\f001"; }
.fa-code-commit::before {
content: "\f386"; }
.fa-temperature-low::before {
content: "\f76b"; }
.fa-person-biking::before {
content: "\f84a"; }
.fa-biking::before {
content: "\f84a"; }
.fa-broom::before {
content: "\f51a"; }
.fa-shield-heart::before {
content: "\e574"; }
.fa-gopuram::before {
content: "\f664"; }
.fa-earth-oceania::before {
content: "\e47b"; }
.fa-globe-oceania::before {
content: "\e47b"; }
.fa-square-xmark::before {
content: "\f2d3"; }
.fa-times-square::before {
content: "\f2d3"; }
.fa-xmark-square::before {
content: "\f2d3"; }
.fa-hashtag::before {
content: "\23"; }
.fa-up-right-and-down-left-from-center::before {
content: "\f424"; }
.fa-expand-alt::before {
content: "\f424"; }
.fa-oil-can::before {
content: "\f613"; }
.fa-t::before {
content: "\54"; }
.fa-hippo::before {
content: "\f6ed"; }
.fa-chart-column::before {
content: "\e0e3"; }
.fa-infinity::before {
content: "\f534"; }
.fa-vial-circle-check::before {
content: "\e596"; }
.fa-person-arrow-down-to-line::before {
content: "\e538"; }
.fa-voicemail::before {
content: "\f897"; }
.fa-fan::before {
content: "\f863"; }
.fa-person-walking-luggage::before {
content: "\e554"; }
.fa-up-down::before {
content: "\f338"; }
.fa-arrows-alt-v::before {
content: "\f338"; }
.fa-cloud-moon-rain::before {
content: "\f73c"; }
.fa-calendar::before {
content: "\f133"; }
.fa-trailer::before {
content: "\e041"; }
.fa-bahai::before {
content: "\f666"; }
.fa-haykal::before {
content: "\f666"; }
.fa-sd-card::before {
content: "\f7c2"; }
.fa-dragon::before {
content: "\f6d5"; }
.fa-shoe-prints::before {
content: "\f54b"; }
.fa-circle-plus::before {
content: "\f055"; }
.fa-plus-circle::before {
content: "\f055"; }
.fa-face-grin-tongue-wink::before {
content: "\f58b"; }
.fa-grin-tongue-wink::before {
content: "\f58b"; }
.fa-hand-holding::before {
content: "\f4bd"; }
.fa-plug-circle-exclamation::before {
content: "\e55d"; }
.fa-link-slash::before {
content: "\f127"; }
.fa-chain-broken::before {
content: "\f127"; }
.fa-chain-slash::before {
content: "\f127"; }
.fa-unlink::before {
content: "\f127"; }
.fa-clone::before {
content: "\f24d"; }
.fa-person-walking-arrow-loop-left::before {
content: "\e551"; }
.fa-arrow-up-z-a::before {
content: "\f882"; }
.fa-sort-alpha-up-alt::before {
content: "\f882"; }
.fa-fire-flame-curved::before {
content: "\f7e4"; }
.fa-fire-alt::before {
content: "\f7e4"; }
.fa-tornado::before {
content: "\f76f"; }
.fa-file-circle-plus::before {
content: "\e494"; }
.fa-book-quran::before {
content: "\f687"; }
.fa-quran::before {
content: "\f687"; }
.fa-anchor::before {
content: "\f13d"; }
.fa-border-all::before {
content: "\f84c"; }
.fa-face-angry::before {
content: "\f556"; }
.fa-angry::before {
content: "\f556"; }
.fa-cookie-bite::before {
content: "\f564"; }
.fa-arrow-trend-down::before {
content: "\e097"; }
.fa-rss::before {
content: "\f09e"; }
.fa-feed::before {
content: "\f09e"; }
.fa-draw-polygon::before {
content: "\f5ee"; }
.fa-scale-balanced::before {
content: "\f24e"; }
.fa-balance-scale::before {
content: "\f24e"; }
.fa-gauge-simple-high::before {
content: "\f62a"; }
.fa-tachometer::before {
content: "\f62a"; }
.fa-tachometer-fast::before {
content: "\f62a"; }
.fa-shower::before {
content: "\f2cc"; }
.fa-desktop::before {
content: "\f390"; }
.fa-desktop-alt::before {
content: "\f390"; }
.fa-m::before {
content: "\4d"; }
.fa-table-list::before {
content: "\f00b"; }
.fa-th-list::before {
content: "\f00b"; }
.fa-comment-sms::before {
content: "\f7cd"; }
.fa-sms::before {
content: "\f7cd"; }
.fa-book::before {
content: "\f02d"; }
.fa-user-plus::before {
content: "\f234"; }
.fa-check::before {
content: "\f00c"; }
.fa-battery-three-quarters::before {
content: "\f241"; }
.fa-battery-4::before {
content: "\f241"; }
.fa-house-circle-check::before {
content: "\e509"; }
.fa-angle-left::before {
content: "\f104"; }
.fa-diagram-successor::before {
content: "\e47a"; }
.fa-truck-arrow-right::before {
content: "\e58b"; }
.fa-arrows-split-up-and-left::before {
content: "\e4bc"; }
.fa-hand-fist::before {
content: "\f6de"; }
.fa-fist-raised::before {
content: "\f6de"; }
.fa-cloud-moon::before {
content: "\f6c3"; }
.fa-briefcase::before {
content: "\f0b1"; }
.fa-person-falling::before {
content: "\e546"; }
.fa-image-portrait::before {
content: "\f3e0"; }
.fa-portrait::before {
content: "\f3e0"; }
.fa-user-tag::before {
content: "\f507"; }
.fa-rug::before {
content: "\e569"; }
.fa-earth-europe::before {
content: "\f7a2"; }
.fa-globe-europe::before {
content: "\f7a2"; }
.fa-cart-flatbed-suitcase::before {
content: "\f59d"; }
.fa-luggage-cart::before {
content: "\f59d"; }
.fa-rectangle-xmark::before {
content: "\f410"; }
.fa-rectangle-times::before {
content: "\f410"; }
.fa-times-rectangle::before {
content: "\f410"; }
.fa-window-close::before {
content: "\f410"; }
.fa-baht-sign::before {
content: "\e0ac"; }
.fa-book-open::before {
content: "\f518"; }
.fa-book-journal-whills::before {
content: "\f66a"; }
.fa-journal-whills::before {
content: "\f66a"; }
.fa-handcuffs::before {
content: "\e4f8"; }
.fa-triangle-exclamation::before {
content: "\f071"; }
.fa-exclamation-triangle::before {
content: "\f071"; }
.fa-warning::before {
content: "\f071"; }
.fa-database::before {
content: "\f1c0"; }
.fa-share::before {
content: "\f064"; }
.fa-mail-forward::before {
content: "\f064"; }
.fa-bottle-droplet::before {
content: "\e4c4"; }
.fa-mask-face::before {
content: "\e1d7"; }
.fa-hill-rockslide::before {
content: "\e508"; }
.fa-right-left::before {
content: "\f362"; }
.fa-exchange-alt::before {
content: "\f362"; }
.fa-paper-plane::before {
content: "\f1d8"; }
.fa-road-circle-exclamation::before {
content: "\e565"; }
.fa-dungeon::before {
content: "\f6d9"; }
.fa-align-right::before {
content: "\f038"; }
.fa-money-bill-1-wave::before {
content: "\f53b"; }
.fa-money-bill-wave-alt::before {
content: "\f53b"; }
.fa-life-ring::before {
content: "\f1cd"; }
.fa-hands::before {
content: "\f2a7"; }
.fa-sign-language::before {
content: "\f2a7"; }
.fa-signing::before {
content: "\f2a7"; }
.fa-calendar-day::before {
content: "\f783"; }
.fa-water-ladder::before {
content: "\f5c5"; }
.fa-ladder-water::before {
content: "\f5c5"; }
.fa-swimming-pool::before {
content: "\f5c5"; }
.fa-arrows-up-down::before {
content: "\f07d"; }
.fa-arrows-v::before {
content: "\f07d"; }
.fa-face-grimace::before {
content: "\f57f"; }
.fa-grimace::before {
content: "\f57f"; }
.fa-wheelchair-move::before {
content: "\e2ce"; }
.fa-wheelchair-alt::before {
content: "\e2ce"; }
.fa-turn-down::before {
content: "\f3be"; }
.fa-level-down-alt::before {
content: "\f3be"; }
.fa-person-walking-arrow-right::before {
content: "\e552"; }
.fa-square-envelope::before {
content: "\f199"; }
.fa-envelope-square::before {
content: "\f199"; }
.fa-dice::before {
content: "\f522"; }
.fa-bowling-ball::before {
content: "\f436"; }
.fa-brain::before {
content: "\f5dc"; }
.fa-bandage::before {
content: "\f462"; }
.fa-band-aid::before {
content: "\f462"; }
.fa-calendar-minus::before {
content: "\f272"; }
.fa-circle-xmark::before {
content: "\f057"; }
.fa-times-circle::before {
content: "\f057"; }
.fa-xmark-circle::before {
content: "\f057"; }
.fa-gifts::before {
content: "\f79c"; }
.fa-hotel::before {
content: "\f594"; }
.fa-earth-asia::before {
content: "\f57e"; }
.fa-globe-asia::before {
content: "\f57e"; }
.fa-id-card-clip::before {
content: "\f47f"; }
.fa-id-card-alt::before {
content: "\f47f"; }
.fa-magnifying-glass-plus::before {
content: "\f00e"; }
.fa-search-plus::before {
content: "\f00e"; }
.fa-thumbs-up::before {
content: "\f164"; }
.fa-user-clock::before {
content: "\f4fd"; }
.fa-hand-dots::before {
content: "\f461"; }
.fa-allergies::before {
content: "\f461"; }
.fa-file-invoice::before {
content: "\f570"; }
.fa-window-minimize::before {
content: "\f2d1"; }
.fa-mug-saucer::before {
content: "\f0f4"; }
.fa-coffee::before {
content: "\f0f4"; }
.fa-brush::before {
content: "\f55d"; }
.fa-mask::before {
content: "\f6fa"; }
.fa-magnifying-glass-minus::before {
content: "\f010"; }
.fa-search-minus::before {
content: "\f010"; }
.fa-ruler-vertical::before {
content: "\f548"; }
.fa-user-large::before {
content: "\f406"; }
.fa-user-alt::before {
content: "\f406"; }
.fa-train-tram::before {
content: "\e5b4"; }
.fa-user-nurse::before {
content: "\f82f"; }
.fa-syringe::before {
content: "\f48e"; }
.fa-cloud-sun::before {
content: "\f6c4"; }
.fa-stopwatch-20::before {
content: "\e06f"; }
.fa-square-full::before {
content: "\f45c"; }
.fa-magnet::before {
content: "\f076"; }
.fa-jar::before {
content: "\e516"; }
.fa-note-sticky::before {
content: "\f249"; }
.fa-sticky-note::before {
content: "\f249"; }
.fa-bug-slash::before {
content: "\e490"; }
.fa-arrow-up-from-water-pump::before {
content: "\e4b6"; }
.fa-bone::before {
content: "\f5d7"; }
.fa-user-injured::before {
content: "\f728"; }
.fa-face-sad-tear::before {
content: "\f5b4"; }
.fa-sad-tear::before {
content: "\f5b4"; }
.fa-plane::before {
content: "\f072"; }
.fa-tent-arrows-down::before {
content: "\e581"; }
.fa-exclamation::before {
content: "\21"; }
.fa-arrows-spin::before {
content: "\e4bb"; }
.fa-print::before {
content: "\f02f"; }
.fa-turkish-lira-sign::before {
content: "\e2bb"; }
.fa-try::before {
content: "\e2bb"; }
.fa-turkish-lira::before {
content: "\e2bb"; }
.fa-dollar-sign::before {
content: "\24"; }
.fa-dollar::before {
content: "\24"; }
.fa-usd::before {
content: "\24"; }
.fa-x::before {
content: "\58"; }
.fa-magnifying-glass-dollar::before {
content: "\f688"; }
.fa-search-dollar::before {
content: "\f688"; }
.fa-users-gear::before {
content: "\f509"; }
.fa-users-cog::before {
content: "\f509"; }
.fa-person-military-pointing::before {
content: "\e54a"; }
.fa-building-columns::before {
content: "\f19c"; }
.fa-bank::before {
content: "\f19c"; }
.fa-institution::before {
content: "\f19c"; }
.fa-museum::before {
content: "\f19c"; }
.fa-university::before {
content: "\f19c"; }
.fa-umbrella::before {
content: "\f0e9"; }
.fa-trowel::before {
content: "\e589"; }
.fa-d::before {
content: "\44"; }
.fa-stapler::before {
content: "\e5af"; }
.fa-masks-theater::before {
content: "\f630"; }
.fa-theater-masks::before {
content: "\f630"; }
.fa-kip-sign::before {
content: "\e1c4"; }
.fa-hand-point-left::before {
content: "\f0a5"; }
.fa-handshake-simple::before {
content: "\f4c6"; }
.fa-handshake-alt::before {
content: "\f4c6"; }
.fa-jet-fighter::before {
content: "\f0fb"; }
.fa-fighter-jet::before {
content: "\f0fb"; }
.fa-square-share-nodes::before {
content: "\f1e1"; }
.fa-share-alt-square::before {
content: "\f1e1"; }
.fa-barcode::before {
content: "\f02a"; }
.fa-plus-minus::before {
content: "\e43c"; }
.fa-video::before {
content: "\f03d"; }
.fa-video-camera::before {
content: "\f03d"; }
.fa-graduation-cap::before {
content: "\f19d"; }
.fa-mortar-board::before {
content: "\f19d"; }
.fa-hand-holding-medical::before {
content: "\e05c"; }
.fa-person-circle-check::before {
content: "\e53e"; }
.fa-turn-up::before {
content: "\f3bf"; }
.fa-level-up-alt::before {
content: "\f3bf"; }
.sr-only,
.fa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
:root, :host {
--fa-style-family-brands: 'Font Awesome 6 Brands';
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"); }
.fab,
.fa-brands {
font-weight: 400; }
.fa-monero:before {
content: "\f3d0"; }
.fa-hooli:before {
content: "\f427"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-aws:before {
content: "\f375"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-pixiv:before {
content: "\e640"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-bity:before {
content: "\f37a"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-modx:before {
content: "\f285"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-square-js:before {
content: "\f3b9"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-java:before {
content: "\f4e4"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-centercode:before {
content: "\f380"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-unity:before {
content: "\e049"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-vk:before {
content: "\f189"; }
.fa-untappd:before {
content: "\f405"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-square-reddit:before {
content: "\f1a2"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-contao:before {
content: "\f26d"; }
.fa-square-font-awesome:before {
content: "\e5ad"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-brave:before {
content: "\e63c"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-square-instagram:before {
content: "\e055"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-square-hacker-news:before {
content: "\f3af"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-edge:before {
content: "\f282"; }
.fa-threads:before {
content: "\e618"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-square-snapchat:before {
content: "\f2ad"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-safari:before {
content: "\f267"; }
.fa-google:before {
content: "\f1a0"; }
.fa-square-font-awesome-stroke:before {
content: "\f35c"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-evernote:before {
content: "\f839"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-square-viadeo:before {
content: "\f2aa"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-centos:before {
content: "\f789"; }
.fa-adn:before {
content: "\f170"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-opensuse:before {
content: "\e62b"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-square-dribbble:before {
content: "\f397"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-node:before {
content: "\f419"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-debian:before {
content: "\e60b"; }
.fa-openid:before {
content: "\f19b"; }
.fa-instalod:before {
content: "\e081"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-square-twitter:before {
content: "\f081"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-golang:before {
content: "\e40f"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-square-youtube:before {
content: "\f431"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-angellist:before {
content: "\f209"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-nfc-directional:before {
content: "\e530"; }
.fa-skype:before {
content: "\f17e"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-fedora:before {
content: "\f798"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-meta:before {
content: "\e49b"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-square-letterboxd:before {
content: "\e62e"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-hips:before {
content: "\f452"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-discord:before {
content: "\f392"; }
.fa-chrome:before {
content: "\f268"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-shoelace:before {
content: "\e60c"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-dochub:before {
content: "\f394"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-amazon:before {
content: "\f270"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-square-steam:before {
content: "\f1b7"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-500px:before {
content: "\f26e"; }
.fa-square-vimeo:before {
content: "\f194"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-flag:before {
content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
content: "\f2b4"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-apple:before {
content: "\f179"; }
.fa-hive:before {
content: "\e07f"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-padlet:before {
content: "\e4a0"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-square-github:before {
content: "\f092"; }
.fa-github-square:before {
content: "\f092"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-fedex:before {
content: "\f797"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-shopify:before {
content: "\e057"; }
.fa-neos:before {
content: "\f612"; }
.fa-square-threads:before {
content: "\e619"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-angular:before {
content: "\f420"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envira:before {
content: "\f299"; }
.fa-google-scholar:before {
content: "\e63b"; }
.fa-square-gitlab:before {
content: "\e5ae"; }
.fa-gitlab-square:before {
content: "\e5ae"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-firefox:before {
content: "\f269"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-square-odnoklassniki:before {
content: "\f264"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-sith:before {
content: "\f512"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-hashnode:before {
content: "\e499"; }
.fa-react:before {
content: "\f41b"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-opera:before {
content: "\f26a"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-stripe:before {
content: "\f429"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-gg:before {
content: "\f260"; }
.fa-dhl:before {
content: "\f790"; }
.fa-square-pinterest:before {
content: "\f0d3"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-xing:before {
content: "\f168"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-less:before {
content: "\f41d"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-signal-messenger:before {
content: "\e663"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-nfc-symbol:before {
content: "\e531"; }
.fa-mintbit:before {
content: "\e62f"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-avianex:before {
content: "\f374"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-brave-reverse:before {
content: "\e63d"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-square-google-plus:before {
content: "\f0d4"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-osi:before {
content: "\f41a"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-square-xing:before {
content: "\f169"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-fly:before {
content: "\f417"; }
.fa-aviato:before {
content: "\f421"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-viber:before {
content: "\f409"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-letterboxd:before {
content: "\e62d"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-audible:before {
content: "\f373"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-bilibili:before {
content: "\e3d9"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-x-twitter:before {
content: "\e61b"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-42-group:before {
content: "\e080"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-elementor:before {
content: "\f430"; }
.fa-square-pied-piper:before {
content: "\e01e"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-xbox:before {
content: "\f412"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-square-facebook:before {
content: "\f082"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-renren:before {
content: "\f18b"; }
.fa-linux:before {
content: "\f17c"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-mixer:before {
content: "\e056"; }
.fa-square-lastfm:before {
content: "\f203"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-figma:before {
content: "\f799"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-cmplid:before {
content: "\e360"; }
.fa-upwork:before {
content: "\e641"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-uikit:before {
content: "\f403"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-line:before {
content: "\f3c0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-deezer:before {
content: "\e077"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-docker:before {
content: "\f395"; }
.fa-screenpal:before {
content: "\e570"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-gitter:before {
content: "\f426"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-yandex:before {
content: "\f413"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-html5:before {
content: "\f13b"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-sass:before {
content: "\f41e"; }
.fa-wirsindhandwerk:before {
content: "\e2d0"; }
.fa-wsh:before {
content: "\e2d0"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-apper:before {
content: "\f371"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-waze:before {
content: "\f83f"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ab"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-rust:before {
content: "\e07a"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-square-behance:before {
content: "\f1b5"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-webflow:before {
content: "\e65c"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-css3:before {
content: "\f13c"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-space-awesome:before {
content: "\e5ac"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-square-git:before {
content: "\f1d2"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-square-tumblr:before {
content: "\f174"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-trello:before {
content: "\f181"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-python:before {
content: "\f3e2"; }
.fa-android:before {
content: "\f17b"; }
.fa-bots:before {
content: "\e340"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-js:before {
content: "\f3b8"; }
.fa-ideal:before {
content: "\e013"; }
.fa-git:before {
content: "\f1d3"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-uber:before {
content: "\f402"; }
.fa-github:before {
content: "\f09b"; }
.fa-php:before {
content: "\f457"; }
.fa-alipay:before {
content: "\f642"; }
.fa-youtube:before {
content: "\f167"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-twitter:before {
content: "\f099"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-buffer:before {
content: "\f837"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-yammer:before {
content: "\f840"; }
.fa-btc:before {
content: "\f15a"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-stubber:before {
content: "\e5c7"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f2c6"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-odysee:before {
content: "\e5c6"; }
.fa-square-whatsapp:before {
content: "\f40c"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f198"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-usb:before {
content: "\f287"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-square-x-twitter:before {
content: "\e61a"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f23a"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-sitrox:before {
content: "\e44a"; }
.fa-discourse:before {
content: "\f393"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-strava:before {
content: "\f428"; }
.fa-ember:before {
content: "\f423"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-wodu:before {
content: "\e088"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-zhihu:before {
content: "\f63f"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-pix:before {
content: "\e43a"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"); }
.far,
.fa-regular {
font-weight: 400; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"); }
.fas,
.fa-solid {
font-weight: 900; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-display: block;
font-weight: 400;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 900;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 400;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");
unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"), url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/fontawesome/webfonts/fa-v4compatibility.ttf) format("truetype");
unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }.wpvr-cardboard .fa,
.wpvr-cardboard .fas,
.wpvr-cardboard .fa-classic,
.wpvr-cardboard .fa-solid,
.wpvr-cardboard .far,
.wpvr-cardboard .fa-regular {
font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}
.wpvr-cardboard .fab,
.wpvr-cardboard .fa-brands {
font-family: var(--fa-style-family-brands, "Font Awesome 6 Brands") !important;
}.pnlm-container {
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
cursor: default;
width: 100%;
height: 100%;
font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
background: #f4f4f4 url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/background.svg) repeat;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
line-height: 1.4;
contain: content;
}
.pnlm-container * {
box-sizing: content-box;
}
.pnlm-ui {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.pnlm-grab {
cursor: grab;
cursor: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grab.svg) 12 8, default;
}
.pnlm-grabbing {
cursor: grabbing;
cursor: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grabbing.svg) 12 8, default;
}
#et-boc .et-l .pnlm-sprite,
.pnlm-sprite {
background-image: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/sprites.svg);
}
.pnlm-container:-moz-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-webkit-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-ms-fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-render-container {
cursor: inherit; position: absolute;
height: 100%;
width: 100%;
}
#et-boc .et-l .pnlm-controls ,
.pnlm-controls {
margin-top: 4px;
background-color: #fff;
border: 1px solid #999;
border-color: rgba(0,0,0,0.4);
border-radius: 3px;
cursor: pointer;
z-index: 2; -webkit-transform: translateZ(9999px);
transform: translateZ(9999px);
}
.pnlm-control:hover {
background-color: #f8f8f8;
}
.pnlm-controls-container {
position: absolute;
top: 0;
left: 4px;
z-index: 1;
}
#et-boc .et-l .pnlm-zoom-controls,
.pnlm-zoom-controls {
width: 28px;
height: 52px;
}
#et-boc .et-l .pnlm-zoom-in,
.pnlm-zoom-in {
width: 100%;
height: 50%;
position: absolute;
top: 0;
border-radius: 3px 3px 0 0;
background-position: 1px 0;
}
#et-boc .et-l .pnlm-zoom-out,
.pnlm-zoom-out {
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
background-position: 1px -26px;
border-top: 1px solid #ddd;
border-top-color: rgba(0,0,0,0.10);
border-radius: 0 0 3px 3px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator,
.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
width: 28px;
height: 26px;
}
#et-boc .et-l .pnlm-hot-spot-debug-indicator ,
.pnlm-hot-spot-debug-indicator {
position: absolute;
top: 50%;
left: 50%;
width: 26px;
height: 26px;
margin: -13px 0 0 -13px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 13px;
display: none;
}
#et-boc .et-l .pnlm-orientation-button-inactive,
.pnlm-orientation-button-inactive {
background-position: 0 -156px;
}
.pnlm-orientation-button-active {
background-position: 0 -182px;
}
.pnlm-fullscreen-toggle-button-inactive {
background-position: 1px -52px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button-inactive {
background-position: -1px -53px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button-active,
.pnlm-fullscreen-toggle-button-active {
background-position: 0 -78px;
}
#et-boc .et-l .pnlm-panorama-info,
.pnlm-panorama-info {
position: absolute;
bottom: 0px;
background-color: rgba(0,0,0,0.7);
border-radius:0;
padding-right: 10px;
color: #fff;
text-align: center;
display: none;
z-index: 2; -webkit-transform: translateZ(9999px);
transform: translateZ(9999px);
}
.pnlm-title-box {
position: relative;
font-size: 20px;
display: table;
padding-left: 5px;
margin-bottom: 3px;
}
.pnlm-author-box {
position: relative;
font-size: 12px;
display: table;
padding-left: 5px;
}
.pnlm-load-box {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 150px;
margin: -75px 0 0 -100px;
background-color: rgba(0,0,0,0.7);
border-radius: 3px;
text-align: center;
font-size: 20px;
display: none;
color: #fff;
}
.pnlm-load-box p {
margin: 20px 0;
}
.pnlm-lbox {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
display: none;
}
.pnlm-loading {
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-name: pnlm-mv;
-webkit-animation-name: pnlm-mv;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
height: 10px;
width: 10px;
background-color: #fff;
position: relative;
}
@keyframes pnlm-mv {
from {left:0;top:0;}
25% {left:10px;top:0;}
50% {left:10px;top:10px;}
75% {left:0;top:10px;}
to {left:0;top:0;}
}
@-webkit-keyframes pnlm-mv {
from {left:0;top:0;}
25% {left:10px;top:0;}
50% {left:10px;top:10px;}
75% {left:0;top:10px;}
to {left:0;top:0;}
}
.pnlm-load-button {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 100px;
margin: -50px 0 0 -100px;
background-color: rgba(0,0,0,.7);
border-radius: 3px;
text-align: center;
font-size: 20px;
display: table;
color: #fff;
cursor: pointer;
}
.pnlm-load-button:hover {
background-color: rgba(0,0,0,.8);
}
.pnlm-load-button p {
display: table-cell;
vertical-align: middle;
}
.pnlm-info-box {
font-size: 15px;
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 150px;
margin: -75px 0 0 -100px;
background-color: #000;
border-radius: 3px;
display: table;
text-align: center;
color: #fff;
table-layout: fixed;
}
.pnlm-info-box a, .pnlm-author-box a {
color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
}
.pnlm-info-box p {
display: table-cell;
vertical-align: middle;
padding: 0 5px 0 5px;
}
.pnlm-error-msg {
display: none;
}
.pnlm-about-msg {
font-size: 11px;
line-height: 11px;
color: #fff;
padding: 5px 8px 5px 8px;
background: rgba(0,0,0,0.7);
border-radius: 3px;
position: absolute;
top: 50px;
left: 50px;
display: none;
opacity: 0;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
z-index: 1;
}
.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
color: #fff;
}
.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
color: #eee;
}
.pnlm-hotspot-base {
position: absolute;
visibility: hidden;
cursor: default;
vertical-align: middle;
top: 0;
z-index: 1;
}
.pnlm-hotspot {
height: 26px;
width: 26px;
border-radius: 13px;
}
.pnlm-hotspot:hover {
background-color: rgba(255,255,255,0.2);
}
#et-boc .et-l .pnlm-hotspot.pnlm-info,
.pnlm-hotspot.pnlm-info {
background-position: 0 -104px;
}
#et-boc .et-l .pnlm-hotspot.pnlm-scene,
.pnlm-hotspot.pnlm-scene {
background-position: 0 -130px;
}
#et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
visibility: hidden;
position: absolute;
border-radius: 3px;
background-color: rgba(0,0,0,0.7);
color: #fff;
text-align: center;
max-width: 200px;
padding: 5px 10px;
margin-left: -220px;
cursor: default;
}
#et-boc .et-l div.pnlm-tooltip:hover span,
div.pnlm-tooltip:hover span{
visibility: visible;
}
#et-boc .et-l div.pnlm-tooltip:hover span:after,
div.pnlm-tooltip:hover span:after {
content: '';
position: absolute;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: rgba(0,0,0,0.7) transparent transparent transparent;
bottom: -20px;
left: -10px;
margin: 0 50%;
}
#et-boc .et-l .pnlm-compass,
.pnlm-compass {
position: absolute;
width: 50px;
height: 50px;
right: 4px;
bottom: 4px;
border-radius: 25px;
background-image: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/compass.svg);
cursor: default;
display: none;
}
#et-boc .et-l .pnlm-world,
.pnlm-world {
position: absolute;
left: 50%;
top: 50%;
}
#et-boc .et-l .pnlm-face,
.pnlm-face {
position: absolute;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.pnlm-dragfix, .pnlm-preview-img {
position: absolute;
height: 100%;
width: 100%;
}
.pnlm-preview-img {
background-size: cover;
background-position: center;
}
.pnlm-lbar {
width: 150px;
margin: 0 auto;
border: #fff 1px solid;
height: 6px;
}
.pnlm-lbar-fill {
background: #fff;
height: 100%;
width: 0;
}
.pnlm-lmsg {
font-size: 12px;
}
.pnlm-fade-img {
position: absolute;
top: 0;
left: 0;
}
.pnlm-pointer {
cursor: pointer;
} @media only screen and (max-width: 767px) {
#et-boc .et-l .pnlm-panorama-info, .pnlm-panorama-info {
padding-right: 0;
}
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
text-align: center;
}
@font-face {
font-family: VideoJS;
src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
font-weight: normal;
font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
content: "\f101";
}
.vjs-icon-play-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play-circle:before {
content: "\f102";
}
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
content: "\f103";
}
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
content: "\f104";
}
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
content: "\f105";
}
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
content: "\f106";
}
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
content: "\f107";
}
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f108";
}
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f109";
}
.vjs-icon-square {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-square:before {
content: "\f10a";
}
.vjs-icon-spinner {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-spinner:before {
content: "\f10b";
}
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
content: "\f10c";
}
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
content: "\f10d";
}
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
content: "\f10e";
}
.vjs-icon-share {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-share:before {
content: "\f10f";
}
.vjs-icon-cog {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cog:before {
content: "\f110";
}
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
content: "\f111";
}
.vjs-icon-circle-outline {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-outline:before {
content: "\f112";
}
.vjs-icon-circle-inner-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
content: "\f113";
}
.vjs-icon-hd {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-hd:before {
content: "\f114";
}
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
content: "\f115";
}
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
content: "\f116";
}
.vjs-icon-facebook {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-facebook:before {
content: "\f117";
}
.vjs-icon-gplus {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-gplus:before {
content: "\f118";
}
.vjs-icon-linkedin {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-linkedin:before {
content: "\f119";
}
.vjs-icon-twitter {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-twitter:before {
content: "\f11a";
}
.vjs-icon-tumblr {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-tumblr:before {
content: "\f11b";
}
.vjs-icon-pinterest {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pinterest:before {
content: "\f11c";
}
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
content: "\f11d";
}
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
content: "\f11e";
}
.vjs-icon-next-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-next-item:before {
content: "\f11f";
}
.vjs-icon-previous-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-previous-item:before {
content: "\f120";
}
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f121";
}
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f122";
}
.video-js {
display: block;
vertical-align: top;
box-sizing: border-box;
color: #fff;
background-color: #000;
position: relative;
padding: 0;
font-size: 10px;
line-height: 1;
font-weight: normal;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
word-break: initial;
}
.video-js:-moz-full-screen {
position: absolute;
}
.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}
.video-js[tabindex="-1"] {
outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
box-sizing: inherit;
}
.video-js ul {
font-family: inherit;
font-size: inherit;
line-height: inherit;
list-style-position: outside;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
width: 100%;
max-width: 100%;
height: 0;
}
.video-js.vjs-16-9 {
padding-top: 56.25%;
}
.video-js.vjs-4-3 {
padding-top: 75%;
}
.video-js.vjs-9-16 {
padding-top: 177.7777777778%;
}
.video-js.vjs-1-1 {
padding-top: 100%;
}
.video-js.vjs-fill {
width: 100%;
height: 100%;
}
.video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
width: 100% !important;
height: 100% !important;
padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}
.vjs-hidden {
display: none !important;
}
.vjs-disabled {
opacity: 0.5;
cursor: default;
}
.video-js .vjs-offscreen {
height: 1px;
left: -9999px;
position: absolute;
top: 0;
width: 1px;
}
.vjs-lock-showing {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
.vjs-no-js {
padding: 20px;
color: #fff;
background-color: #000;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
width: 300px;
height: 150px;
margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
color: #66A8CC;
}
.video-js .vjs-big-play-button {
font-size: 3em;
line-height: 1.5em;
height: 1.63332em;
width: 3em;
display: block;
position: absolute;
top: 10px;
left: 10px;
padding: 0;
cursor: pointer;
opacity: 1;
border: 0.06666em solid #fff;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
border-radius: 0.3em;
transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
top: 50%;
left: 50%;
margin-top: -0.81666em;
margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
border-color: #fff;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
display: block;
}
.video-js button {
background: none;
border: none;
color: inherit;
display: inline-block;
font-size: inherit;
line-height: inherit;
text-transform: none;
text-decoration: none;
transition: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.vjs-control .vjs-button {
width: 100%;
height: 100%;
}
.video-js .vjs-control.vjs-close-button {
cursor: pointer;
height: 3em;
position: absolute;
right: 0;
top: 0.5em;
z-index: 2;
}
.video-js .vjs-modal-dialog {
background: rgba(0, 0, 0, 0.8);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
overflow: auto;
}
.video-js .vjs-modal-dialog > * {
box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
font-size: 1.2em;
line-height: 1.5;
padding: 20px 24px;
z-index: 1;
}
.vjs-menu-button {
cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
display: none;
}
.vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
display: none;
}
.vjs-menu li {
list-style: none;
margin: 0;
padding: 0.2em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
background-color: #fff;
color: #2B333F;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
background: none;
}
.vjs-menu li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 0.3em 0;
font-weight: bold;
cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
display: none;
position: absolute;
bottom: 0;
width: 10em;
left: -3em;
height: 0em;
margin-bottom: 1.5em;
border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
position: absolute;
width: 100%;
bottom: 1.5em;
max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
display: block;
}
.video-js .vjs-menu-button-inline {
transition: all 0.4s;
overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
opacity: 0;
height: 100%;
width: auto;
position: absolute;
left: 4em;
top: 0;
padding: 0;
margin: 0;
transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
display: block;
opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
display: block;
opacity: 1;
position: relative;
width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
width: auto;
height: 100%;
margin: 0;
overflow: hidden;
}
.video-js .vjs-control-bar {
display: none;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
display: flex;
visibility: visible;
opacity: 1;
transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
visibility: visible;
opacity: 0;
pointer-events: none;
transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
display: table;
}
.video-js .vjs-control {
position: relative;
text-align: center;
margin: 0;
padding: 0;
height: 100%;
width: 4em;
flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
font-size: 1.8em;
line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
display: block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.vjs-no-flex .vjs-control {
display: table-cell;
vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
display: none;
}
.video-js .vjs-progress-control {
cursor: pointer;
flex: auto;
display: flex;
align-items: center;
min-width: 4em;
touch-action: none;
}
.video-js .vjs-progress-control.disabled {
cursor: default;
}
.vjs-live .vjs-progress-control {
display: none;
}
.vjs-liveui .vjs-progress-control {
display: flex;
align-items: center;
}
.vjs-no-flex .vjs-progress-control {
width: auto;
}
.video-js .vjs-progress-holder {
flex: auto;
transition: all 0.2s;
height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
position: absolute;
display: block;
height: 100%;
margin: 0;
padding: 0;
width: 0;
}
.video-js .vjs-play-progress {
background-color: #fff;
}
.video-js .vjs-play-progress:before {
font-size: 0.9em;
position: absolute;
right: -0.5em;
top: -0.3333333333em;
z-index: 1;
}
.video-js .vjs-load-progress {
background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
display: block;
font-size: 0.6em;
visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
display: none;
position: absolute;
width: 1px;
height: 100%;
background-color: #000;
z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
position: relative;
cursor: pointer;
padding: 0;
margin: 0 0.45em 0 0.45em; -webkit-touch-callout: none; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
cursor: default;
}
.video-js .vjs-slider:focus {
text-shadow: 0em 0em 1em white;
box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-volume-control {
cursor: pointer;
margin-right: 1em;
display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
visibility: visible;
opacity: 0;
width: 1px;
height: 1px;
margin-left: -1px;
}
.video-js .vjs-volume-panel {
transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
visibility: visible;
opacity: 1;
position: relative;
transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
width: 5em;
height: 3em;
margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
left: -3.5em;
transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
width: 10em;
transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
height: 8em;
width: 3em;
left: -3000em;
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
height: 3em;
visibility: visible;
opacity: 1;
position: relative;
transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
position: absolute;
bottom: 3em;
left: 0.5em;
}
.video-js .vjs-volume-panel {
display: flex;
}
.video-js .vjs-volume-bar {
margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
width: 5em;
height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
width: 0.3em;
height: 5em;
margin: 1.35em auto;
}
.video-js .vjs-volume-level {
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
}
.video-js .vjs-volume-level:before {
position: absolute;
font-size: 0.9em;
z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
top: -0.5em;
left: -0.3em;
z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
top: -0.3em;
right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
width: 100%;
}
.video-js .vjs-volume-vertical {
width: 3em;
height: 8em;
bottom: 8em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
left: -2em;
}
.video-js .vjs-volume-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
display: block;
font-size: 1em;
visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
left: 1em;
top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
display: none;
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
width: 1px;
height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.vjs-has-started .vjs-poster {
display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
display: block;
}
.vjs-using-native-controls .vjs-poster {
display: none;
}
.video-js .vjs-live-control {
display: flex;
align-items: flex-start;
flex: auto;
font-size: 1em;
line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
display: none;
}
.video-js .vjs-seek-to-live-control {
align-items: center;
cursor: pointer;
flex: none;
display: inline-flex;
height: 100%;
padding-left: 0.5em;
padding-right: 0.5em;
font-size: 1em;
line-height: 3em;
width: auto;
min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
margin-right: 0.5em;
color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
color: red;
}
.video-js .vjs-time-control {
flex: none;
font-size: 1em;
line-height: 3em;
min-width: 2em;
width: auto;
padding-left: 1em;
padding-right: 1em;
}
.vjs-live .vjs-time-control {
display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
display: none;
}
.vjs-time-divider {
display: none;
line-height: 3em;
}
.vjs-live .vjs-time-divider {
display: none;
}
.video-js .vjs-play-control {
cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
flex: none;
}
.vjs-text-track-display {
position: absolute;
bottom: 3em;
left: 0;
right: 0;
top: 0;
pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
}
.video-js .vjs-text-track {
font-size: 1.4em;
text-align: center;
margin-bottom: 0.1em;
}
.vjs-subtitles {
color: #fff;
}
.vjs-captions {
color: #fc6;
}
.vjs-tt-cue {
display: block;
}
video::-webkit-media-text-track-display {
transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-fullscreen-control {
cursor: pointer;
flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
pointer-events: none;
font-size: 1.5em;
line-height: 2;
text-align: center;
}
.vjs-playback-rate .vjs-menu {
width: 4em;
left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
font-size: 1.4em;
text-align: center;
}
.vjs-error .vjs-error-display:before {
color: #fff;
content: "X";
font-family: Arial, Helvetica, sans-serif;
font-size: 4em;
left: 0;
line-height: 1;
margin-top: -0.5em;
position: absolute;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
top: 50%;
vertical-align: middle;
width: 100%;
}
.vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
opacity: 0.85;
text-align: left;
border: 6px solid rgba(43, 51, 63, 0.7);
box-sizing: border-box;
background-clip: padding-box;
width: 50px;
height: 50px;
border-radius: 25px;
visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
display: block;
-webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
content: "";
position: absolute;
margin: -6px;
box-sizing: inherit;
width: inherit;
height: inherit;
border-radius: inherit;
opacity: 1;
border: inherit;
border-color: transparent;
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
border-top-color: white;
-webkit-animation-delay: 0.44s;
animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@-webkit-keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@keyframes vjs-spinner-spin {
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes vjs-spinner-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
@-webkit-keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
.vjs-chapters-button .vjs-menu ul {
width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: "";
font-size: 1.5em;
line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: " ";
font-size: 1.5em;
line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
width: auto;
width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
flex: auto;
display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
width: auto;
}
.vjs-modal-dialog.vjs-text-track-settings {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.75);
color: #fff;
height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
text-align: right;
vertical-align: bottom;
}
@supports (display: grid) {
.vjs-text-track-settings .vjs-modal-dialog-content {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
padding: 20px 24px 0px 24px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-bottom: 20px;
}
.vjs-text-track-settings .vjs-track-settings-controls {
grid-column: 1/-1;
}
.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
grid-template-columns: 1fr;
}
}
.vjs-track-setting > select {
margin-right: 1em;
margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
margin: 5px;
padding: 3px;
border: none;
}
.vjs-text-track-settings fieldset span {
display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
max-width: 7.3em;
}
.vjs-text-track-settings legend {
color: #fff;
margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
display: block;
margin: 0 0 5px 0;
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
outline-style: solid;
outline-width: medium;
background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
background-color: #fff;
background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
color: #2B333F;
cursor: pointer;
border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-right: 1em;
}
@media print {
.video-js > *:not(.vjs-tech):not(.vjs-poster) {
visibility: hidden;
}
}
.vjs-resize-manager {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
outline: none;
}
.video-js *:focus:not(:focus-visible) {
outline: none;
}.video-js .vjs-big-vr-play-button {
width: 100px;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath fill='%23FFF' d='M334.883 275.78l-6.374-36.198-6.375-36.2-28.16 23.62-28.164 23.62 25.837 9.41C266.247 296.544 224 320.5 176.25 320.5c-77.47 0-140.5-63.03-140.5-140.5 0-77.472 63.03-140.5 140.5-140.5 53.428 0 99.98 29.978 123.733 73.993l13.304-6.923C287.025 57.76 235.45 24.5 176.25 24.5c-85.743 0-155.5 69.757-155.5 155.5 0 85.742 69.757 155.5 155.5 155.5 54.253 0 102.09-27.94 129.922-70.177l28.71 10.457z'/%3E%3Cpath fill='%23FFF' d='M314.492 175.167c-12.98 0-23.54-10.56-23.54-23.54s10.56-23.54 23.54-23.54c12.98 0 23.54 10.56 23.54 23.54s-10.56 23.54-23.54 23.54zm0-38.08c-8.018 0-14.54 6.522-14.54 14.54s6.522 14.54 14.54 14.54c8.017 0 14.54-6.522 14.54-14.54s-6.523-14.54-14.54-14.54z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M88.76 173.102h9.395c4.74-.042 8.495-1.27 11.268-3.682 2.77-2.412 4.157-5.903 4.157-10.474 0-4.4-1.153-7.817-3.46-10.25-2.307-2.434-5.83-3.65-10.568-3.65-4.147 0-7.554 1.195-10.22 3.585-2.666 2.392-4 5.514-4 9.364H69.908c0-4.74 1.26-9.055 3.776-12.95 2.518-3.892 6.03-6.928 10.537-9.108 4.508-2.18 9.554-3.27 15.14-3.27 9.225 0 16.472 2.318 21.74 6.952 5.27 4.634 7.903 11.077 7.903 19.33 0 4.147-1.323 8.05-3.967 11.71-2.646 3.66-6.062 6.422-10.252 8.284 5.078 1.736 8.94 4.465 11.584 8.19s3.968 8.166 3.968 13.33c0 8.294-2.847 14.895-8.538 19.804s-13.17 7.363-22.438 7.363c-8.887 0-16.166-2.37-21.836-7.11-5.67-4.74-8.506-11.045-8.506-18.916h15.425c0 4.062 1.365 7.363 4.094 9.902 2.73 2.54 6.4 3.81 11.014 3.81 4.782 0 8.55-1.27 11.3-3.81s4.126-6.22 4.126-11.045c0-4.865-1.44-8.61-4.316-11.235-2.878-2.623-7.152-3.936-12.822-3.936H88.76V173.1zM187.598 133.493v12.76h-1.904c-8.633.126-15.53 2.497-20.693 7.108-5.162 4.614-8.23 11.152-9.203 19.615 4.95-5.205 11.277-7.808 18.98-7.808 8.166 0 14.608 2.878 19.328 8.633 4.718 5.755 7.077 13.182 7.077 22.28 0 9.395-2.76 17.002-8.284 22.82-5.52 5.818-12.77 8.73-21.74 8.73-9.226 0-16.705-3.407-22.44-10.222-5.733-6.812-8.6-15.742-8.6-26.787v-5.267c0-16.208 3.945-28.903 11.84-38.086 7.89-9.182 19.242-13.774 34.054-13.774h1.586zM171.03 177.61c-3.386 0-6.485.95-9.3 2.855-2.814 1.904-4.877 4.443-6.188 7.617v4.697c0 6.854 1.438 12.304 4.316 16.345 2.877 4.04 6.602 6.062 11.172 6.062s8.188-1.715 10.854-5.143 4-7.934 4-13.52-1.355-10.135-4.063-13.648c-2.708-3.51-6.304-5.267-10.79-5.267zM271.136 187.447c0 13.29-2.486 23.307-7.46 30.057s-12.535 10.125-22.69 10.125c-9.988 0-17.51-3.292-22.566-9.872-5.058-6.58-7.65-16.323-7.776-29.23V172.53c0-13.287 2.485-23.252 7.458-29.896 4.973-6.643 12.558-9.966 22.757-9.966 10.112 0 17.655 3.237 22.63 9.712 4.97 6.475 7.52 16.166 7.647 29.072v15.995zm-15.425-17.265c0-8.674-1.185-15.033-3.554-19.075-2.37-4.04-6.137-6.062-11.3-6.062-5.035 0-8.738 1.915-11.107 5.745-2.37 3.83-3.62 9.807-3.746 17.932v20.948c0 8.633 1.206 15.064 3.618 19.297s6.2 6.348 11.362 6.348c4.95 0 8.61-1.957 10.98-5.87 2.37-3.915 3.62-10.04 3.746-18.378v-20.885z'/%3E%3C/g%3E%3C/svg%3E");
background-size: contain;
background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-big-vr-play-button .vjs-icon-placeholder {
display: none;
}
:hover.video-js .vjs-big-vr-play-button {
-webkit-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-moz-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-ms-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-o-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
}
.video-js .vjs-big-vr-play-button::before {
content: "";
}
.video-js canvas {
cursor: move;
}
.video-js .vjs-button-vr .vjs-icon-placeholder {
height: 30px;
width: 30px;
display: inline-block;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZGRkZGRiI+CiAgICA8cGF0aCBkPSJNMjAuNzQgNkgzLjIxQzIuNTUgNiAyIDYuNTcgMiA3LjI4djEwLjQ0YzAgLjcuNTUgMS4yOCAxLjIzIDEuMjhoNC43OWMuNTIgMCAuOTYtLjMzIDEuMTQtLjc5bDEuNC0zLjQ4Yy4yMy0uNTkuNzktMS4wMSAxLjQ0LTEuMDFzMS4yMS40MiAxLjQ1IDEuMDFsMS4zOSAzLjQ4Yy4xOS40Ni42My43OSAxLjExLjc5aDQuNzljLjcxIDAgMS4yNi0uNTcgMS4yNi0xLjI4VjcuMjhjMC0uNy0uNTUtMS4yOC0xLjI2LTEuMjh6TTcuNSAxNC42MmMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTMgMS4xOCAwIDIuMTIuOTYgMi4xMiAyLjEzcy0uOTUgMi4xMi0yLjEyIDIuMTJ6bTkgMGMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTNzMi4xMi45NiAyLjEyIDIuMTMtLjk1IDIuMTItMi4xMiAyLjEyeiIvPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+Cjwvc3ZnPgo=) no-repeat left center;
}.vrowl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.vrowl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.vrowl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.vrowl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.vrowl-carousel .owl-wrapper,
.vrowl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.vrowl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.vrowl-carousel .owl-item img {
display: block;
width: 100%; }
.vrowl-carousel .owl-nav.disabled,
.vrowl-carousel .owl-dots.disabled {
display: none; }
.vrowl-carousel .owl-nav .owl-prev,
.vrowl-carousel .owl-nav .owl-next,
.vrowl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vrowl-carousel .owl-nav button.owl-prev,
.vrowl-carousel .owl-nav button.owl-next,
.vrowl-carousel button.owl-dot { color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.vrowl-carousel.owl-loaded {
display: block; }
.vrowl-carousel.owl-loading {
opacity: 0;
display: block; }
.vrowl-carousel.owl-hidden {
opacity: 0; }
.vrowl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.vrowl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vrowl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.vrowl-carousel.owl-rtl {
direction: rtl; }
.vrowl-carousel.owl-rtl .owl-item {
float: right; } .no-js .vrowl-carousel {
display: block; } .vrowl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.vrowl-carousel .owl-animated-in {
z-index: 0; }
.vrowl-carousel .owl-animated-out {
z-index: 1; }
.vrowl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .vrowl-carousel .owl-item { }
.vrowl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.vrowl-carousel .owl-item .owl-lazy[src^=""], .vrowl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.vrowl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .vrowl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.vrowl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//ds-plaisir.fr/wp-content/plugins/wpvr/public/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.vrowl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.vrowl-carousel .owl-video-playing .owl-video-tn,
.vrowl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.vrowl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.vrowl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.vr-pointer-container {
position: absolute;
top: 50%;
z-index: 2;
left: 50%;
transform: translate(-50%, -50%);
}
.center-pointer {
height: 10px;
width: 10px;
text-align: center;
background: #fff;
display: block;
cursor: pointer;
border-radius: 100%;
}
.explainer {
position: absolute;
bottom: 40px;
right: 15px;
z-index: 9;
text-align: center;
width: 47%;
height: 40%;
}
#et-boc .et-l .generic_form_button,
.generic_form_button {
position: absolute;
top: 110px;
right: 10px;
z-index: 9;
text-align: center;
}
#et-boc .et-l .generic_form_button .generic-form-icon,
.generic_form_button .generic-form-icon {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 50%;
}
#et-boc .et-l .generic_form_button .generic-form-icon i,
.generic_form_button .generic-form-icon i {
font-size: 20px;
}
#et-boc .et-l .close-generic-form,
.close-generic-form {
position: absolute;
right: -7px;
top: -11px;
background: #fff;
line-height: 1;
width: 22px;
height: 22px;
border-radius: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 9;
font-size: 14px;
}
#et-boc .et-l .wpvr-generic-form,
.wpvr-generic-form {
position: absolute;
top: 10%;
left: 10%;
z-index: 9;
width: 80%;
height: 80%;
background: #fff;
}
#et-boc .et-l .generic-form-container,
.generic-form-container {
padding-left: 30px;
padding-right: 20px;
overflow: auto;
height: 100%;
} #et-boc .et-l .pnlm-panorama-info .pnlm-title-box {
padding: 0;
margin: 0 auto;
font-size: 14px !important;
line-height: 1.2;
width: 349px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
color: #FFF;
font-weight: 500;
text-align: center;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map {
position: absolute;
bottom: 40px;
right: 15px;
z-index: 999;
text-align: center;
width: auto;
max-width: 50%;
height: 55%;
transition: all 0.4s linear;
transform-origin: right bottom;
}
.et-db #et-boc .wpvr-floor-map.fullwindow,
.wpvr-floor-map.fullwindow {
right: 50%;
bottom: 50%;
transform: translate(50%, 50%);
z-index: 100;
max-width: 80%;
background: transparent;
object-fit: contain;
}
.et-db #et-boc .wpvr-floor-map .floor-plan-pointer,
.wpvr-floor-map .floor-plan-pointer {
position: absolute;
width: 18px;
height: 18px;
background: #cca92c;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
line-height: 24px;
font-size: 12px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.et-db #et-boc .wpvr-floor-map .floor-plan-pointer.add-pulse,
.wpvr-floor-map .floor-plan-pointer.add-pulse {
animation: pulse 1s infinite;
}
#et-boc .et-l .wpvr-floor-map .floor-plan-pointer.add-pulse:before,
.wpvr-floor-map .floor-plan-pointer.add-pulse:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(-1deg);
width: 17px;
height: 17px;
background: transparent;
border-radius: 100%;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
display: none;
}
#et-boc .et-l .wpvr-floor-map .floor-pointer-circle,
.wpvr-floor-map .floor-pointer-circle {
position: relative;
z-index: 1;
}
#et-boc .et-l .wpvr-floor-map .floor-pointer-flash,
.wpvr-floor-map .floor-pointer-flash {
position: absolute;
width: 22px;
top: -22px;
left: -2px;
z-index: 0;
visibility: hidden;
opacity: 0;
}
#et-boc .et-l .wpvr-floor-map .add-pulse .floor-pointer-flash,
.wpvr-floor-map .add-pulse .floor-pointer-flash {
visibility: visible;
opacity: 1;
}
.et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
margin: 0 auto;
border-radius: 5px;
}
.et-db #et-boc .ctrl.fullscreen {
top: 120%;
left: 29%;
transform: translate(-50%, -52%);
}
.et-db #et-boc .wpvr-floor-map img {
border-radius: 5px !important;
}
#et-boc .et-l .explainer > iframe,
.explainer > iframe {
border-radius: 10px;
width: 100% !important;
height: 100% !important;
display: block;
}
#et-boc .et-l .explainer_button,
.explainer_button {
position: absolute;
bottom: 46px;
right: 45px;
z-index: 3;
text-align: center;
width: 50px;
}
#et-boc .et-l .pnlm-compass, .pnlm-compass {
bottom: 42px;
margin-top: 0px;
}
.floor_map_button {
position: absolute;
bottom: 48px;
right: 10px;
z-index: 2;
text-align: center;
width: 50px;
}
#et-boc .et-l .floor_map_button{
right: 10px !important
}
#et-boc .et-l .floor_map_button {
bottom: 47px;
}
.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
position: absolute;
right: -7px;
top: -11px;
background: #fff;
line-height: 1;
width: 22px;
height: 22px;
border-radius: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 9;
font-size: 14px;
}
@media only screen and (max-width: 575px) {
.explainer {
width: 60%;
height: 60%;
}
.floor_map_button {
width: auto;
padding: 10px 10px 0;
}
.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
width: 40px;
height: 40px;
}
}
.wpvr-navbar-container {
position: absolute;
top: 5px;
width: 100%;
display: flex;
padding: 10px;
list-style: none;
color: #fff;
justify-content: flex-end;
z-index: 9;
right: 0;
}
.wpvr-navbar-container > li {
margin: 10px;
}
.wpvr-navbar-container > li > a {
color: #fff;
text-decoration: none;
font-size: 16px;
}
.wpvr-navbar-dropdown {
list-style: none;
display: none;
position: absolute;
}
.wpvr-navbar-container > li:hover .wpvr-navbar-dropdown {
display: block;
margin-left: -50px;
}
.wpvr-navbar-dropdown > li > a {
text-decoration: none;
color: #fff;
}
.wpvr-home-content * {
box-sizing: border-box;
}
.wpvr-home-content {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
transform: translate(-50%, -50%);
width: 100%;
padding: 0 15px;
box-sizing: border-box;
}
.wpvr-home-title {
font-size: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
line-height: 1.2;
margin-bottom: 10px;
}
.wpvr-home-subtitle {
font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
line-height: 1.2;
}
@media only screen and (min-width: 1921px) {
.wpvr-home-title {
font-size: 60px;
}
.wpvr-home-subtitle {
font-size: 18px;
}
}
.wpvr-topnav {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
width: 100%;
padding-bottom: 3px;
}
.wpvr-mobile-notice {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #004efa;
display: flex;
flex-flow: row;
align-items: center;
justify-content: center;
padding: 10px;
display: none;
z-index: 9;
}
.wpvr-mobile-notice p {
color: #fff;
margin: 0;
font-size: 13px;
margin-right: 17px;
width: calc(100% - 20px);
}
.wpvr-mobile-notice .notice-close {
font-size: 11px;
border: 1px solid;
color: #fff;
display: inline-block;
line-height: 18px;
height: 20px;
width: 20px;
text-align: center;
border-radius: 100%;
cursor: pointer;
}
#cp-logo-controls {
position: absolute;
top: 10px;
right: 10px;
z-index: 4;
}
.wpvr-social-share-bg-box * {
box-sizing: border-box;
}
.wpvr-social-share-bg-box {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
text-align: center;
box-sizing: border-box;
display: block;
}
.wpvr-social-share-bg-box .share-btn-svg {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 100%;
background: #fff;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
transition: all 0.3s ease;
}
.wpvr-social-share-bg-box .wpvr-share-nav {
position: absolute;
top: 0;
left: 0;
transition: all 0.3s ease 0.3s;
display: flex;
flex-flow: column;
gap: 5px;
}
.wpvr-social-share-bg-box:hover .share-btn-svg {
opacity: 0;
visibility: hidden;
transition-duration: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav { }
.wpvr-social-share-bg-box .wpvr-share-nav > a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
transition: all 0.4s ease;
opacity: 0;
visibility: hidden;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a {
opacity: 1;
visibility: visible;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a img {
width: 20px;
height: 20px;
filter: invert(100%);
}
.wpvr-social-share-bg-box a.wpvr-facebook-icon {
background: #3b5998;
}
.wpvr-social-share-bg-box a.wpvr-twitter-icon {
background: #ffffff;
}
.wpvr-social-share-bg-box a.wpvr-linkedin-icon {
background: #0077b5;
}
.wpvr-social-share-bg-box a.wpvr-reddit-icon {
background: #ff5700;
}
.wpvr-social-share-bg-box a.wpvr-email-icon {
background: #000000;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
transform: translateY(-45px);
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-email-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
transform: translateY(0);
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-facebook-icon {
transition-delay: 0.8s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
transition-delay: 0.7s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon {
transition-delay: 0.6s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-email-icon {
transition-delay: 0.3s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon {
transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-facebook-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon {
transition-delay: 0.3s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon {
transition-delay: 0.5s;
}
.cp-logo-ctrl {
height: auto;
display: inline-block;
cursor: pointer;
margin: 0 auto;
}
.cp-logo-ctrl img {
max-width: 100px !important;
margin-left: auto;
display: block;
}
#et-boc .et-l .cp-logo-ctrl img {
max-width: 100px !important;
margin-left: auto !important;
display: block !important;
}
.adcontrol {
position: absolute;
bottom: 50px;
z-index: 3;
}
button.audio_control {
outline: none;
box-shadow: none;
}
.audio_control {
background: none !important;
padding: unset;
border: none;
}
#cp-logo-controls .cp-logo-ctrl .cp-info {
font-size: 15px;
position: relative;
background: #fff;
max-width: 350px;
width: auto;
padding: 10px;
border-radius: 5px;
margin-top: 5px;
display: none;
transition: all 0.3s ease;
}
#cp-logo-controls .cp-logo-ctrl.show .cp-info {
display: block;
} .zoom-in-out-controls {
position: absolute;
top: 5px;
left: 4px;
z-index: 2;
text-align: center;
display: flex;
flex-flow: column;
background: rgba(255, 255, 255, 0.27);
border-radius: 3px;
gap: 0;
}
#et-boc .et-l .zoom-in-out-controls .ctrl {
width: auto;
height: auto;
padding: 5px;
}
.zoom-in-out-controls {
top: 37px;
}
.zoom-in-out-controls .ctrl {
padding: 2px 0;
}
.pnlm-container .controls {
position: absolute;
bottom: 5px;
left: 5px;
z-index: 2;
text-align: center;
width: 80px;
height: 80px;
background: rgba(255, 255, 255, 0.27);
border-radius: 100%;
} .pnlm-load-button p {
color: #fff !important;
}
.ctrl {
width: 30px;
text-align: center;
display: inline-block;
cursor: pointer;
}
.ctrl i {
font-size: 18px;
}
.ctrl:hover {
background: none;
}
.controls .ctrl {
position: absolute;
}
.pan-up {
left: 50%;
top: 0;
transform: translateX(-50%);
}
.pan-down {
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.pan-left {
left: 0;
top: 50%;
transform: translateY(-50%);
}
.pan-right {
right: 0;
top: 50%;
transform: translateY(-50%);
}
.ctrl.fullscreen {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
div.pnlm-hotspot-base.fas:before,
div.pnlm-hotspot-base.fab:before,
div.pnlm-hotspot-base.far:before,
div.pnlm-hotspot-base.fa-solid:before {
font-size: 14px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.vrbounce {
display: inline-block;
position: relative;
-moz-animation: vrbounce 0.5s infinite linear;
-o-animation: vrbounce 0.5s infinite linear;
-webkit-animation: vrbounce 0.5s infinite linear;
animation: vrbounce 0.5s infinite linear;
color: 000;
}
.pnlm-hotspot-base .hexagon-wrapper {
position: absolute;
left: 50%;
top: 50%;
z-index: -1;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
.pnlm-hotspot-base .hexagon-wrapper svg {
display: block;
width: 100%;
height: 100%;
}
.wpvr-pluse-effect {
animation: icon-pulse-pointer 1.5s infinite cubic-bezier(0.25, 0, 0, 1);
}
@keyframes icon-pulse-pointer {
0% {
box-shadow: 0 0 0 0px #ffffff;
}
100% {
box-shadow: 0 0 0 10px #ffffff00;
}
}
@-webkit-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-moz-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-o-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-ms-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
#et-boc .et-l .vrgcontrols,
.vrgcontrols {
position: absolute;
z-index: 6;
width: 20px;
bottom: 0;
height: 30px;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
}
#et-boc .et-l .wpvr_slider_nav,
.wpvr_slider_nav {
position: absolute;
z-index: 6;
bottom: 15px;
height: 30px;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
width: 100%;
}
.wpvr_slider_nav  p {
margin: 0;
}
.wpvr_slider_nav .wpvr_owl_prev,
.wpvr_slider_nav .wpvr_owl_next {
position: absolute;
border-radius: 4px;
bottom: 27px;
font-size: 16px;
padding: 0px;
height: 30px;
width: 30px;
line-height: 1;
border: none;
outline: none !important;
background: #28303d !important;
color: #fff !important;
transition: all 0.3s ease;
text-align: center;
}
.wpvr_slider_nav .wpvr_owl_prev:hover,
.wpvr_slider_nav .wpvr_owl_next:hover {
background: #004efa !important;
}
.wpvr_slider_nav .wpvr_owl_prev {
left: 5px;
}
.wpvr_slider_nav .wpvr_owl_next {
right: 5px;
}
#et-boc .et-l .vrbounce,
.vrbounce {
color: #fff;
display: inline-block;
cursor: pointer;
padding-top: 10px;
}
#et-boc .et-l .vrbounce.vrg-icon-size-large i,
.vrbounce.vrg-icon-size-large i {
font-size: 25px;
}
.scene-gallery ul {
margin: 0;
padding: 0;
}
.scene-gallery ul li {
list-style: none;
font-size: 13px;
line-height: 1.2;
margin: 0;
width: 100%;
text-align: center;
}
.scene-gallery ul li .scene-title {
display: block;
min-height: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%; 
}
.scene-gallery ul li img {
margin-top: 3px !important;
}
.et-db #et-boc .scene-gallery .owl-stage {
margin: 0 auto;
}
#et-boc .et-l .scene-gallery,
.scene-gallery {
position: absolute;
bottom: 0;
z-index: 4;
text-align: center;
width: 100%;
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.35);
color: #fff;
max-width: 690px;
margin: 0 auto;
left: 0;
right: 0;
}
.scctrl {
border-radius: 5px !important;
width: 100px;
height: 100px !important;
display: inline-block;
cursor: pointer;
margin: 5px;
}
.scctrl:hover {
background: rgba(200, 200, 200, 1);
}
#master-container .vrfullwidth {
width: 98vw !important;
position: relative;
margin-left: -49vw !important;
left: 50% !important;
max-width: 100vw !important;
}
.vrembed {
width: 100% !important;
height: 100% !important;
position: fixed;
left: 0;
top: 0;
z-index: 999;
max-width: 100% !important;
margin: 0 !important;
}
.cardboard-vrembed {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
background: #222;
}
.pnlm-container iframe {
max-width: inherit;
margin-bottom: 0;
}
#et-boc .et-l .pnlm-container p iframe,
div.pnlm-container p iframe {
max-width: 100%;
width: 100%;
margin-bottom: 0;
height: auto;
aspect-ratio: 16 / 9;
}
.pnlm-hotspot-base.custom-icon {
width: 30px;
height: 30px;
display: block;
cursor: pointer;
border-radius: 100%;
}
.pnlm-hotspot-base.custom-icon:hover {
z-index: 9;
}
.pnlm-panorama-info {
left: 0;
bottom: 0;
background-color: rgb(0, 0, 0,0.8);
border-radius: 0;
padding: 8px 14px;
color: #fff;
text-align: center;
width: 100%;
}
.pnlm-panorama-info .pnlm-title-box {
font-size: 14px;
padding-left: 5px;
line-height: 1.2;
width: 349px;
margin: 0 auto 3px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
color: #FFF;
font-weight: 500;
}
.pnlm-author-box {
font-size: 12px;
display: block;
padding-left: 5px;
}
#et-boc .et-l div.custom-tooltip > p,
div.custom-tooltip > p {
visibility: hidden;
position: absolute;
border-radius: 3px;
background-color: #fff;
color: #000;
font-size: 16px;
padding: 5px 10px;
cursor: default;
margin: 0 !important;
bottom: 40px !important;
left: 50%;
transform: translateX(-50%);
min-width: 300px;
font-weight: 400;
}
#et-boc .et-l div.custom-tooltip > p p,
div.custom-tooltip > p p {
max-height: 250px;
overflow: auto;
}
#et-boc .et-l div.custom-tooltip > p p img,
div.custom-tooltip > p p img  {
max-width: 100%;
height: auto;
display: block;
margin-bottom: 6px;
}
#et-boc .et-l div.custom-tooltip > p p img:last-child,
div.custom-tooltip > p p img:last-child {
margin-bottom: 0px;
}
#et-boc .et-l div.custom-tooltip > p a,
div.custom-tooltip > p a {
transition: inherit;
}      #et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
display: none;
}
#et-boc .et-l div.custom-tooltip:hover span,
div.custom-tooltip:hover span {
visibility: visible;
font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif !important;
}
#et-boc .et-l div.custom-tooltip:hover p,
div.custom-tooltip:hover p {
visibility: visible;
font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif !important;
}
.custom-tooltip:hover {
z-index: 2;
}
#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
#et-boc .et-l div.custom-tooltip:hover p:after,
div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip:hover p:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: #fff transparent transparent transparent;
bottom: -20px;
left: -10px;
margin: 0 50%;
}
#et-boc .et-l .custom-ifram-wrapper,
.custom-ifram-wrapper {
position: absolute;
top: 10%;
bottom: 10%;
left: 50%;
transform: translateX(-50%);
z-index: 99;
width: 80%;
max-width: 980px;
}
#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip p.vr-mode-title:after {
bottom: -18px;
}
#et-boc .et-l .custom-tooltip p.vr-mode-title,
.custom-tooltip p.vr-mode-title {
visibility: visible;
min-width: 80px;
line-height: 1;
left: 50%;
}
#et-boc .et-l .custom-ifram-flex,
.custom-ifram-flex {
height: 100%;
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 5px;
}
#et-boc .et-l .custom-ifram-flex p,
.custom-ifram-flex p {
padding: 10px;
margin: 0;
}
#et-boc .et-l div.custom-ifram,
div.custom-ifram {
width: 100%;
max-height: 100%;
overflow: auto;
height: 100%;
}
div.custom-ifram iframe{
width: 100%;
max-height: 100%;
overflow: auto;
height: 100%;
}
div.custom-ifram-flex .custom-ifram p{
margin: 15px;
}
.pano-wrap:before {
content: "";
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
z-index: 99;
opacity: 0;
visibility: hidden;
transition: all 0.4s linear;
}
.pano-wrap.show-modal:before {
opacity: 1;
visibility: visible;
}
.pano-wrap .cross {
background: #fff;
width: 24px;
height: 24px;
color: red;
line-height: 26px;
position: absolute;
top: -13px;
right: -10px;
text-align: center;
z-index: 99;
font-size: 13px;
border-radius: 100%;
padding-left: 0px;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
box-sizing: border-box;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pano-wrap.show-modal .cross {
opacity: 1;
visibility: visible;
}
#et-boc .et-l .custom-ifram video,
.custom-ifram video {
margin: 0 auto;
}
#et-boc .et-l .custom-ifram img,
.custom-ifram img {
max-width: 100%;
height: auto;
margin:auto auto 10px;
display: block;
}
#et-boc .et-l .custom-ifram img:last-child,
.custom-ifram img:last-child {
margin:auto auto 0px;
} .pnlm-load-box {
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: rgba(0, 0, 0, 0.8);
}
.pnlm-load-box > p {
display: none;
}
.pnlm-load-box .pnlm-lbar {
width: 100%;
border: none;
height: 8px;
position: absolute;
left: 0;
bottom: 0px;
}
.pnlm-load-box .pnlm-lbar .pnlm-lbar-fill {
background: #4775f6;
}
.oxy-wp-vr-tour {
width: 100%;
} .wpvr-product-container {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
padding: 15px;
border-radius: 5px;
}
.wpvr-product-container .wpvr-pr-left-block {
width: 50%;
box-sizing: border-box;
}
.wpvr-product-container
.wpvr-pr-left-block
.woocommerce-product-gallery__image
img {
margin: 0;
max-width: 95%;
width: 100%;
height: auto;
}
.wpvr-product-container .wpvr-pr-right-block {
max-width: 50%;
padding-left: 15px;
box-sizing: border-box;
text-align: left;
}
.wpvr-product-container .wpvr-pr-right-block a {
text-decoration: none !important;
display: inline-block;
}
.wpvr-product-container .wpvr-pr-right-block a h2 {
font-size: 18px;
line-height: 1.4;
margin: 0 0 15px 0;
text-align: left;
}
.wpvr-product-container .wpvr-pr-right-block a h2:before {
display: none;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
border: none !important;
padding: 0 !important;
text-align: left;
border-radius: 0;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline .amount {
display: inline-block;
margin-bottom: 7px;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline del .amount {
text-decoration: line-through;
opacity: 0.5;
}
.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
display: flex;
gap: 6px;
align-items: center;
}
.wpvr-product-container .wpvr-pr-right-block .wpvr-cart-wrap a {
font-size: 14px;
line-height: 1.1;
min-height: auto;
padding: 7px 15px;
} .vr-streetview iframe {
width: 100% !important;
height: 100% !important;
} .wpvr-cardboard {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background: #000;
}
.wpvr-cardboard .pano-wrap {
direction: ltr;
height: 100% !important;
}
.wpvr-cardboard .fullscreen-button {
position: absolute;
top: 10px;
left: 10px;
display: none;
z-index: 1000;
font-size: 25px;
padding: 9px 13px;
}
.cardboard-half {
width: 49% !important;
}
.wpvr-cardboard .fullscreen-button .compress {
display: none;
}
.wpvr-cardboard .pano-left {
position: absolute;
opacity: 0;
visibility: hidden;
} .wpvr-cardboard .wpvr-cardboard-switcher {
position: absolute;
bottom: 10px;
right: 6px;
z-index: 9;
cursor: pointer;
}
.wpvr-cardboard .wpvr-cardboard-switcher.vr-embade-mode {
position: fixed;
z-index: 1000;
}
.wpvr-cardboard .wpvr-cardboard-switcher input[type="checkbox"] {
display: none;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box {
width: 60px;
height: 35px;
border: 2px solid #216df0;
border-radius: 100px;
display: flex;
flex-flow: column;
align-items: center;
background: #ffffff;
justify-content: center;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box svg {
width: 35px;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box {
background-color: #216df0;
border-color: #216df0;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box
svg
path {
fill: #ffffff;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .cardbord-mode-tooltip,
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .normal-mode-tooltip {
width: 155px;
background: #ffffff;
border-radius: 10px;
display: block;
padding: 11px 7px;
position: absolute;
bottom: calc(100% + 10px);
right: 0;
text-align: center;
font-weight: 600;
font-size: 14px;
line-height: 1;
color: #000000;
display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box:hover
.normal-mode-tooltip {
display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.normal-mode-tooltip {
display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.cardbord-mode-tooltip {
display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.cardbord-mode-tooltip:before,
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.normal-mode-tooltip:before {
content: "";
position: absolute;
right: 26px;
bottom: -5px;
width: 14px;
height: 14px;
background: #fff;
transform: rotate(45deg);
border-radius: 3px;
}
.cardboard-vrfullwidth.vrfullwidth {
display: flex;
flex-flow: row wrap;
height: 100%;
justify-content: space-between;
} .wpvr-landscape {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.wpvr-cardboard-disable-event {
cursor: not-allowed;
pointer-events: none;
} @media only screen and (min-width: 1921px) {
.wpvr-home-title {
font-size: 70px;
}
.wpvr-home-subtitle {
font-size: 30px;
}
}
@media (max-width: 1199px) {
.pnlm-container {
width: 100% !important;
height: 500px !important;
}
.pnlm-container.vrembed {
height: 100% !important;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.custom-ifram iframe {
height: 300px;
}
div.custom-ifram {
width: 100%;
}
.custom-tooltip p {
width: 430px;
} .vr-streetview {
width: 100% !important;
height: 500px !important;
}
}
@media (max-width: 768px) {
div.custom-tooltip span img {
height: 195px;
width: 340px;
}
div.custom-tooltip p img {
height: 195px;
width: 340px;
}
.custom-ifram iframe {
height: 194px;
width: 350px;
}
.custom-tooltip p {
width: 330px;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline a.button {
font-size: 14px;
}
}
@media (max-width: 767px) {
.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
flex-direction: column;
}
.cp-logo-ctrl img {
max-width: 50px !important;
margin-left: auto;
display: block; 
}
div.custom-tooltip span img {
height: 240px;
width: 420px;
}
div.custom-tooltip p img {
height: 240px;
width: 420px;
}
.custom-ifram iframe {
height: 320px;
width: 100%;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.custom-tooltip p {
width: 430px;
}
.wpvr-cardboard .pnlm-compass {
right: 7px;
}
.wpvr-cardboard.enable-cardboard .pnlm-compass {
right: 74px !important;
}
.generic_form_button {
top: 55px;
}
#et-boc .et-l .floor_map_button {
right: 30px !important;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map { max-width: 300px;
height: 213px;
bottom: 50px;
}
#et-boc .et-l .wpvr_slider_nav .wpvr_owl_next {
right: 40px;
}
#et-boc .et-l .wpvr_slider_nav .wpvr_owl_prev {
left: 40px;
}
}
@media (max-width: 575px) {
.wpvr-mobile-notice {
display: flex;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map {
max-width: 200px;
height: 130px;
}
.et-db #et-boc .wpvr-floor-map.fullwindow, .wpvr-floor-map.fullwindow {
width: 280px;
height: 200px;
}
.wpvr-mobile-notice p {
width: calc(100% - 46px);
} .scene-gallery {
padding: 18px 10px;
} .pnlm-container {
width: 100% !important;
height: 300px !important;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.pnlm-container.vrembed {
height: 100% !important;
}
div.custom-tooltip span img {
height: 150px;
width: 220px;
}
div.custom-tooltip p img {
height: 150px;
width: 220px;
}
.custom-ifram iframe {
height: 250px;
width: 100%;
}
.pnlm-panorama-info .pnlm-title-box {
width: 100%;
}
#cp-logo-controls .cp-logo-ctrl .cp-info {
width: 220px;
font-size: 13px;
}
div.pnlm-hotspot-base.fas,
div.pnlm-hotspot-base.fab,
div.pnlm-hotspot-base.fa,
div.pnlm-hotspot-base.fa-solid,
div.pnlm-hotspot-base.far {
width: 24px !important;
height: 24px !important;
}
div.pnlm-hotspot-base:before,
div.pnlm-hotspot-base:before,
div.pnlm-hotspot-base:before {
font-size: 11px !important;
} .vr-streetview {
width: 100% !important;
height: 300px !important;
} .wpvr-product-container {
display: block;
}
.wpvr-product-container .wpvr-pr-left-block {
width: 100%;
max-width: 100px;
margin: 0 auto 5px;
}
.wpvr-product-container .wpvr-pr-right-block {
width: 100%;
padding: 0;
text-align: center;
}
.wpvr-product-container .wpvr-pr-right-block a h2 {
text-align: center;
margin: 0 0 10px 0;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
text-align: center;
}
.wpvr_slider_nav .wpvr_owl_next,
.wpvr_slider_nav .wpvr_owl_prev {
top: -38px;
}
}
.vrowl-carousel .owl-stage {
margin: 0 auto;
}
.vrowl-carousel .owl-item img {
margin: 0;
}  #master-container .custom-scene-navigation {
position: absolute;
top: 4px;
left: 4px;
z-index: 4;
text-align: center;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
border-radius: 3px;
background: rgba(255, 255, 255, 0.27) !important;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
width: 30px;
height: 28px;
cursor: pointer;
padding-left: 1px;
box-sizing: border-box;
} #master-container .custom-scene-navigation .hamburger-menu {
display: block;
line-height: 1;
} #master-container .custom-scene-navigation .hamburger-menu svg {
display: block;
}  #master-container .custom-scene-navigation-nav {
max-height: calc(100% - 20px);
left: 70px;
top: 20px;
color: #8e44ad;
width: 176px;
position: absolute;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: all 0.2s ease;
border-radius: 6px;
background: #fff !important;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
padding: 8px;
box-sizing: border-box;
overflow: auto;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar {
width: 5px;
height: 5px;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar-track {
background: #f2f5f8;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar-thumb {
background-color: #396ce9;
border-radius: 20px;
}  #master-container .custom-scene-navigation-nav.visible {
opacity: 1;
visibility: visible;
} #master-container .custom-scene-navigation-nav ul {
padding: 0;
margin: 0;
list-style: none;
} #master-container .custom-scene-navigation-nav ul .scene-navigation-list {
color: #292c2f;
font-size: 14px;
font-weight: 600;
line-height: 1.3;
padding: 5px 8px;
cursor: pointer;
border-radius: 4px;
text-transform: capitalize;
transition: all 0.3s ease;
} #master-container .custom-scene-navigation-nav ul .scene-navigation-list.active,
#master-container .custom-scene-navigation-nav ul .scene-navigation-list:hover {
background: #ededed;
} .wpvr-call-to-action-button * {
box-sizing: border-box;
}
#et-boc .et-l .wpvr-call-to-action-button,
.wpvr-call-to-action-button {
width: 100%;
margin-top: 15px;
}
.wpvr-call-to-action-button.position-left {
text-align: left;
}
.wpvr-call-to-action-button.position-center {
text-align: center;
}
.wpvr-call-to-action-button.position-right {
text-align: right;
}
.wpvr-call-to-action-button.position-justified a {
width: 100%;
}
@media (max-width: 424px) {
.et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
width: 100%;
height: 100%;
object-fit: cover; 
display: block;
margin: 0 auto;
border-radius: 5px;
}
#et-boc .et-l .pnlm-panorama-info .pnlm-title-box {
width: auto;
}
} .et-db #et-boc .et-l .owl-item.active.clicked ul li,
.owl-item.active.clicked ul li {
color: #3f04fe;
}
.et-db #et-boc .et-l .et_pb_text .owl-item  ul li {
list-style: none !important;
}
.et-db #et-boc .et-l .et_pb_code ul li {
list-style: none !important;
}
.et-db #et-boc .et-l .et_pb_code ul {
margin-left: 0 !important;
}
.et-db #et-boc .et-l .et_pb_text .owl-item  ul {
margin: 0;
padding-bottom: 0;
}
.et-db #et-boc .et-l .et_pb_text ol,
.et-db #et-boc .et-l .et_pb_text ul {
padding-bottom: 0;
}
.et-db #et-boc .owl-item.active.clicked ul li img,
.owl-item.active.clicked ul li img {
border: 2px solid #3f04fe;
}
  .has-yith-proteo-editor-custom-color-1-color, .has-yith-proteo-editor-custom-color-1-color:visited {
color: var(--proteo-yith_proteo_editor_custom_color_1);
}
.has-yith-proteo-editor-custom-color-1-background-color {
background-color: var(--proteo-yith_proteo_editor_custom_color_1);
}
.has-yith-proteo-editor-custom-color-2-color, .has-yith-proteo-editor-custom-color-2-color:visited {
color: var(--proteo-yith_proteo_editor_custom_color_2);
}
.has-yith-proteo-editor-custom-color-2-background-color {
background-color: var(--proteo-yith_proteo_editor_custom_color_2);
}
.has-yith-proteo-editor-custom-color-3-color, .has-yith-proteo-editor-custom-color-3-color:visited {
color: var(--proteo-yith_proteo_editor_custom_color_3);
}
.has-yith-proteo-editor-custom-color-3-background-color {
background-color: var(--proteo-yith_proteo_editor_custom_color_3);
}
.has-yith-proteo-editor-custom-color-4-color, .has-yith-proteo-editor-custom-color-4-color:visited {
color: var(--proteo-yith_proteo_editor_custom_color_4);
}
.has-yith-proteo-editor-custom-color-4-background-color {
background-color: var(--proteo-yith_proteo_editor_custom_color_4);
}
.has-yith-proteo-editor-custom-color-5-color, .has-yith-proteo-editor-custom-color-5-color:visited {
color: var(--proteo-yith_proteo_editor_custom_color_5);
}
.has-yith-proteo-editor-custom-color-5-background-color {
background-color: var(--proteo-yith_proteo_editor_custom_color_5);
}
.has-yith-proteo-editor-custom-color-6-color, .has-yith-proteo-editor-custom-color-6-color:visited {
color: var(--proteo-yith_proteo_editor_custom_color_6);
}
.has-yith-proteo-editor-custom-color-6-background-color {
background-color: var(--proteo-yith_proteo_editor_custom_color_6);
}
.has-yith-proteo-editor-custom-color-7-color, .has-yith-proteo-editor-custom-color-7-color:visited {
color: var(--proteo-yith_proteo_editor_custom_color_7);
}
.has-yith-proteo-editor-custom-color-7-background-color {
background-color: var(--proteo-yith_proteo_editor_custom_color_7);
}
.has-yith-proteo-editor-custom-color-8-color, .has-yith-proteo-editor-custom-color-8-color:visited {
color: var(--proteo-yith_proteo_editor_custom_color_8);
}
.has-yith-proteo-editor-custom-color-8-background-color {
background-color: var(--proteo-yith_proteo_editor_custom_color_8);
}    html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !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: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !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: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !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: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !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: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !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: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
} .col-lg-20 {
width: 20%;
padding-left: 15px;
padding-right: 15px;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-group__inner-container {
margin-right: auto;
margin-left: auto;
width: 100%;
}
@media (min-width: 576px) {
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-group__inner-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-group__inner-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-group__inner-container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-group__inner-container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-group__inner-container {
max-width: 1340px;
}
}
@media (min-width: 1600px) {
.container,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-group__inner-container {
max-width: 1540px;
}
}
body.proteo-full-width-layout .container,
body.proteo-full-width-layout .wp-block-cover-image .wp-block-cover__inner-container,
body.proteo-full-width-layout .wp-block-cover .wp-block-cover__inner-container,
body.proteo-full-width-layout .wp-block-group__inner-container {
max-width: 100%;
} body,
button,
optgroup,
body.yith-woocompare-popup {
color: var(--proteo-base_font_color, #404040);
font-family: sans-serif;
font-size: var(--proteo-base_font_size, 16);
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
h1 {
font-size: var(--proteo-h1_font_size, 4.375rem);
color: var(--proteo-h1_font_color, #404040);
line-height: normal;
}
h1 .lnr {
text-align: center;
margin-bottom: 15px;
}
h2 {
font-size: var(--proteo-h2_font_size, 2.5rem);
color: var(--proteo-h2_font_color, #404040);
margin-top: 0;
margin-bottom: 1rem;
}
h3 {
font-size: var(--proteo-h3_font_size, 19px);
color: var(--proteo-h3_font_color, #404040);
}
h4 {
font-size: var(--proteo-h4_font_size, 16px);
color: var(--proteo-h4_font_color, #404040);
}
h5 {
font-size: var(--proteo-h5_font_size, 13px);
color: var(--proteo-h5_font_color, #404040);
}
h6 {
font-size: var(--proteo-h6_font_size, 11px);
color: var(--proteo-h6_font_color, #404040);
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
blockquote p {
line-height: 1.5em !important;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
background: #eee;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
overflow-x: hidden;
}
* {
outline-color: var(--proteo-main_color_shade, #448a85);
}
body {
background: #fff; }
body.page, body.post {
margin: 0;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
padding: 0;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dt {
font-weight: bold;
font-size: 0.875em;
}
dd,
.entry-content dd {
margin: 0 0 1em;
}
dd p,
dd p:not([class^=has]),
.entry-content dd p,
.entry-content dd p:not([class^=has]) {
font-size: 0.875em;
line-height: 1.5;
margin: 0;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 0 0 30px 0; }
table {
margin: 0 0 1.5em;
width: 100%;
border-spacing: 0;
}
div.pp_woocommerce a.pp_close {
border: none;
box-shadow: none;
text-shadow: none;
top: 10px;
right: 10px;
background: transparent;
color: #c7c7c7 !important;
}
div.pp_woocommerce a.pp_close:hover {
background: inherit;
color: #404040 !important;
}
div.pp_woocommerce a.pp_close:before {
font-family: inherit;
content: "⨯";
}
div.pp_woocommerce .pp_details {
padding: 0;
}
div.pp_overlay {
background: #ffffff;
}
.mobile-menu-opened {
margin: 0;
height: 100%;
overflow: hidden;
}
.jquery-modal.blocker {
background-color: rgba(0, 0, 0, 0.8);
z-index: 1000;
}
.jquery-modal.blocker .modal {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 30px;
padding: 50px;
max-width: 690px;
}
.jquery-modal.blocker .modal a.close-modal {
background: none;
display: block;
top: 20px;
right: 20px;
font-size: 0;
text-indent: 0;
text-decoration: none;
line-height: 30px;
text-align: center;
}
.jquery-modal.blocker .modal a.close-modal:before {
content: "×";
display: block;
font-size: 2rem;
color: rgba(0, 0, 0, 0.3);
transition: all ease 0.3s;
}
.jquery-modal.blocker .modal a.close-modal:hover:before {
color: rgba(0, 0, 0, 0.7);
}
.jquery-modal.blocker .modal .modal-title {
font-size: 1.5rem;
font-weight: 500;
}
.jquery-modal.blocker .modal.modal-large {
max-width: none;
} button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.widget a.button,
.wishlist-submit.popup_button,
.button-style-1:not(.wp-block-button),
.button-style-1 a,
.wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color),
input[type=file]::-webkit-file-upload-button,
body.update-cart-button-style table.cart tbody tr td.actions button[name=update_cart],
body.update-cart-button-style td.actions .empty-cart,
body.yith-proteo-add-to-cart-style-button_style_1 .wc-block-grid__product .add_to_cart_button,
body.yith-proteo-add-to-cart-style-button_style_1 .added_to_cart.wc-forward,
body .wpforms-form button[type=submit].wpforms-submit,
.wp-block-button.is-style-button-style-1 .wp-block-button__link:not(.has-background):not(.has-text-color),
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.checkout,
.wc-block-cart__submit-button {
border: 1px solid;
border-color: var(--proteo-button_1_border_color, #448a85);
background: var(--proteo-button_1_bg_color, #448a85);
background-color: var(--proteo-button_1_bg_color, #448a85);
color: var(--proteo-button_1_font_color, #ffffff);
padding: calc(0.667em + 2px) calc(1.333em + 2px);
text-decoration: none;
cursor: pointer;
display: inline-block;
transition: all ease 0.3s;
font-family: inherit;
margin-right: 15px;
margin-bottom: 15px;
font-weight: 600;
border-radius: var(--proteo-buttons_border_radius);
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.widget a.button:hover,
.wishlist-submit.popup_button:hover,
.button-style-1:not(.wp-block-button):hover,
.button-style-1 a:hover,
.wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
input[type=file]::-webkit-file-upload-button:hover,
body.update-cart-button-style table.cart tbody tr td.actions button[name=update_cart]:hover,
body.update-cart-button-style td.actions .empty-cart:hover,
body.yith-proteo-add-to-cart-style-button_style_1 .wc-block-grid__product .add_to_cart_button:hover,
body.yith-proteo-add-to-cart-style-button_style_1 .added_to_cart.wc-forward:hover,
body .wpforms-form button[type=submit].wpforms-submit:hover,
.wp-block-button.is-style-button-style-1 .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.checkout:hover,
.wc-block-cart__submit-button:hover {
border-color: var(--proteo-button_1_border_hover_color, #4ac4aa);
background: var(--proteo-button_1_bg_hover_color, #1a4e43);
background-color: var(--proteo-button_1_bg_hover_color, #1a4e43);
color: var(--proteo-button_1_font_hover_color, #ffffff);
}
.wp-block-button { }
.wp-block-button a.wp-block-button__link,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color) {
transition: background-color ease 0.3s, background ease 0.3s;
border-radius: var(--proteo-buttons_border_radius);
}
.wp-block-button a.wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover {
border-color: var(--proteo-button_1_border_hover_color, #4ac4aa);
background: var(--proteo-button_1_bg_hover_color, #1a4e43);
background-color: var(--proteo-button_1_bg_hover_color, #1a4e43);
color: var(--proteo-button_1_font_hover_color, #ffffff);
}
.button.alt,
button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt,
.widget-area .widget a.button.alt,
.wishlist-submit.popup_button,
.yith_wcwl_wishlist_footer input[name=add_all_to_cart],
.button-style-2:not(.wp-block-button),
.button-style-2 a,
body.yith-proteo-add-to-cart-style-button_style_2 .wc-block-grid__product .add_to_cart_button,
.yith_wcbk_booking_product_form_widget .product .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button,
.wp-block-button.is-style-button-style-2 .wp-block-button__link:not(.has-background):not(.has-text-color),
.woocommerce-message a.button, .woocommerce-info a.button, .woocommerce-error a.button {
text-decoration: none;
background-color: var(--proteo-button_2_bg_color_1, #00a79c);
background: linear-gradient(180deg, var(--proteo-button_2_bg_color_1, #00a79c) 0%, var(--proteo-button_2_bg_color_2, #01af8d) 100%);
color: var(--proteo-button_2_font_color, #ffffff);
border: none;
font-weight: 600;
border-radius: var(--proteo-buttons_border_radius);
}
.button.alt:hover,
button.alt:hover,
input[type=button].alt:hover,
input[type=reset].alt:hover,
input[type=submit].alt:hover,
.widget-area .widget a.button.alt:hover,
.wishlist-submit.popup_button:hover,
.yith_wcwl_wishlist_footer input[name=add_all_to_cart]:hover,
.button-style-2:not(.wp-block-button):hover,
.button-style-2 a:hover,
body.yith-proteo-add-to-cart-style-button_style_2 .wc-block-grid__product .add_to_cart_button:hover,
.yith_wcbk_booking_product_form_widget .product .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:hover,
.wp-block-button.is-style-button-style-2 .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.woocommerce-message a.button:hover, .woocommerce-info a.button:hover, .woocommerce-error a.button:hover {
text-decoration: none;
color: var(--proteo-button_2_font_hover_color, #ffffff);
background-color: var(--proteo-button_2_bg_hover_color, #30615e);
background: linear-gradient(180deg, var(--proteo-button_2_bg_hover_color, #30615e) 0%, var(--proteo-button_2_bg_hover_color, #30615e) 100%);
}
.comment-reply a {
text-transform: uppercase;
font-weight: bold;
color: var(--proteo-general_link_color, #448a85);
text-decoration: none;
font-size: 0.875rem;
}
.comment-reply a:before {
content: "+";
display: inline-block;
margin-right: 5px;
}
.comment-reply a:hover {
text-decoration: underline;
}
.button.flat,
.yith_wcwl_footer_additional_action .ask-an-estimate-button {
border: none;
text-align: center;
padding: 0.8em 1.5em 0.7em;
vertical-align: middle;
background-color: #eaeaea;
color: #393839;
transition: all ease 0.3s;
text-decoration: none;
margin-right: 15px;
font-weight: 600;
border-radius: var(--proteo-buttons_border_radius);
}
.button.flat.yith-wcwl-ask-an-estimate-button,
.yith_wcwl_footer_additional_action .ask-an-estimate-button.yith-wcwl-ask-an-estimate-button {
padding: 0.7em 1.5em;
}
.button.flat:hover,
.yith_wcwl_footer_additional_action .ask-an-estimate-button:hover {
text-decoration: none;
background-color: #e0e0e0;
color: #393839;
}
.yith_wcwl_footer_additional_action .ask-an-estimate-button {
display: inline-block;
line-height: 1;
}
.yith_wcwl_footer_additional_action .ask-an-estimate-button.yith-wcwl-ask-an-estimate-button {
display: inline-flex;
margin-bottom: 0;
}
.comment-respond #submit {
display: block;
margin-right: 0;
}
.button.ghost,
.wishlist-title a.show-title-form,
.wishlist-title a.hide-title-form,
.submit-wishlist-changes,
.yith_wcwl_wishlist_bulk_action input[type=submit],
.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update input[type=submit],
.wpcf7-form-control.ghost,
.button.ywgc_apply_gift_card_button,
.checkout_coupon button[name=apply_coupon],
body.update-cart-button-style td.actions .empty-cart,
.wc-block-grid__products .wc-block-grid__product-image a.button.ghost,
.wp-block-button.is-style-button-ghost .wp-block-button__link:not(.has-background):not(.has-text-color) {
margin-bottom: 15px;
border: 2px solid;
border-color: var(--proteo-main_color_shade, #448a85);
border-radius: var(--proteo-buttons_border_radius);
text-align: center;
padding: 0.65em 1.5em 0.6em;
vertical-align: middle;
background-color: transparent;
color: var(--proteo-main_color_shade, #448a85);
font-weight: 600;
display: inline-block; }
.button.ghost:hover,
.wishlist-title a.show-title-form:hover,
.wishlist-title a.hide-title-form:hover,
.submit-wishlist-changes:hover,
.yith_wcwl_wishlist_bulk_action input[type=submit]:hover,
.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update input[type=submit]:hover,
.wpcf7-form-control.ghost:hover,
.button.ywgc_apply_gift_card_button:hover,
.checkout_coupon button[name=apply_coupon]:hover,
body.update-cart-button-style td.actions .empty-cart:hover,
.wc-block-grid__products .wc-block-grid__product-image a.button.ghost:hover,
.wp-block-button.is-style-button-ghost .wp-block-button__link:not(.has-background):not(.has-text-color):hover {
background-color: var(--proteo-main_color_shade, #448a85);
border-color: var(--proteo-main_color_shade, #448a85);
color: #ffffff;
text-decoration: none;
}
.button.ghost a.wp-block-button__link,
.wishlist-title a.show-title-form a.wp-block-button__link,
.wishlist-title a.hide-title-form a.wp-block-button__link,
.submit-wishlist-changes a.wp-block-button__link,
.yith_wcwl_wishlist_bulk_action input[type=submit] a.wp-block-button__link,
.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update input[type=submit] a.wp-block-button__link,
.wpcf7-form-control.ghost a.wp-block-button__link,
.button.ywgc_apply_gift_card_button a.wp-block-button__link,
.checkout_coupon button[name=apply_coupon] a.wp-block-button__link,
body.update-cart-button-style td.actions .empty-cart a.wp-block-button__link,
.wc-block-grid__products .wc-block-grid__product-image a.button.ghost a.wp-block-button__link,
.wp-block-button.is-style-button-ghost .wp-block-button__link:not(.has-background):not(.has-text-color) a.wp-block-button__link {
transition: all ease 0.3s;
}
.button.ghost a.wp-block-button__link:hover,
.wishlist-title a.show-title-form a.wp-block-button__link:hover,
.wishlist-title a.hide-title-form a.wp-block-button__link:hover,
.submit-wishlist-changes a.wp-block-button__link:hover,
.yith_wcwl_wishlist_bulk_action input[type=submit] a.wp-block-button__link:hover,
.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update input[type=submit] a.wp-block-button__link:hover,
.wpcf7-form-control.ghost a.wp-block-button__link:hover,
.button.ywgc_apply_gift_card_button a.wp-block-button__link:hover,
.checkout_coupon button[name=apply_coupon] a.wp-block-button__link:hover,
body.update-cart-button-style td.actions .empty-cart a.wp-block-button__link:hover,
.wc-block-grid__products .wc-block-grid__product-image a.button.ghost a.wp-block-button__link:hover,
.wp-block-button.is-style-button-ghost .wp-block-button__link:not(.has-background):not(.has-text-color) a.wp-block-button__link:hover {
border-color: var(--proteo-button_1_border_hover_color, #4ac4aa);
background: var(--proteo-button_1_bg_hover_color, #1a4e43);
background-color: var(--proteo-button_1_bg_hover_color, #1a4e43);
color: var(--proteo-button_1_font_hover_color, #ffffff);
}
.unstyled_button,
.unstyled-button,
.button.unstyled_button,
body:not(.update-cart-button-style) table.cart tbody tr td.actions button[name=update_cart],
body:not(.update-cart-button-style) td.actions .empty-cart,
body.yith-proteo-add-to-cart-style-unstyled_button .wc-block-grid__product .add_to_cart_button,
.wp-block-button.is-style-button-unstyled .wp-block-button__link:not(.has-background) {
background: none;
background-color: transparent;
padding: 0;
border: none;
color: var(--proteo-general_link_color, #448a85);
font-weight: 600;
text-decoration: none;
text-transform: none;
}
.unstyled_button:hover,
.unstyled-button:hover,
.button.unstyled_button:hover,
body:not(.update-cart-button-style) table.cart tbody tr td.actions button[name=update_cart]:hover,
body:not(.update-cart-button-style) td.actions .empty-cart:hover,
body.yith-proteo-add-to-cart-style-unstyled_button .wc-block-grid__product .add_to_cart_button:hover,
.wp-block-button.is-style-button-unstyled .wp-block-button__link:not(.has-background):hover {
background: none;
background-color: transparent;
border: none;
color: var(--proteo-general_link_hover_color, #448a85);
}
body.yith-proteo-add-to-cart-style-unstyled_button .wc-block-grid__product .add_to_cart_button {
background: none !important;
padding: 0 !important;
border: none !important;
color: var(--proteo-general_link_color, #448a85) !important;
text-transform: none;
}
body.yith-proteo-add-to-cart-style-unstyled_button .wc-block-grid__product .add_to_cart_button:hover {
color: var(--proteo-general_link_hover_color, #448a85) !important;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.widget a.button,
.wishlist-submit.popup_button,
body.update-cart-button-style table.cart tbody tr td.actions button[name=update_cart],
body.update-cart-button-style td.actions .empty-cart,
.wc-block-grid__product .add_to_cart_button {
border-radius: var(--proteo-buttons_border_radius);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
input[type=file],
select,
.select2-container .select2-selection,
.woocommerce a.selectBox.selectBox-dropdown,
#yith-stripe-card-elements,
#wc-yith-stripe-cc-form .yith-stripe-elements-field {
color: #666;
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
padding: 10px;
font-family: inherit;
font-size: var(--proteo-forms_input_font_size);
min-height: var(--proteo-forms_input_min_height);
height: auto;
max-width: 100%;
transition: border-color ease 0.3s;
background-color: #ffffff;
min-width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
input[type=file]:focus,
select:focus,
.select2-container .select2-selection:focus,
.woocommerce a.selectBox.selectBox-dropdown:focus,
#yith-stripe-card-elements:focus,
#wc-yith-stripe-cc-form .yith-stripe-elements-field:focus {
outline-color: transparent;
color: #111;
border-color: var(--proteo-main_color_shade, #448a85);
outline: none;
box-shadow: 0 0 2px var(--proteo-main_color_shade, #448a85);
}
input[type=text] + .separator,
input[type=email] + .separator,
input[type=url] + .separator,
input[type=password] + .separator,
input[type=search] + .separator,
input[type=number] + .separator,
input[type=tel] + .separator,
input[type=range] + .separator,
input[type=date] + .separator,
input[type=month] + .separator,
input[type=week] + .separator,
input[type=time] + .separator,
input[type=datetime] + .separator,
input[type=datetime-local] + .separator,
input[type=color] + .separator,
textarea + .separator,
input[type=file] + .separator,
select + .separator,
.select2-container .select2-selection + .separator,
.woocommerce a.selectBox.selectBox-dropdown + .separator,
#yith-stripe-card-elements + .separator,
#wc-yith-stripe-cc-form .yith-stripe-elements-field + .separator {
height: 2px;
width: 100%;
background: #448a85;
display: block;
transform: scaleX(0) translateY(-2px);
transform-origin: 50%;
opacity: 0;
transition: all 0.15s ease;
}
input[type=text]:focus + .separator,
input[type=email]:focus + .separator,
input[type=url]:focus + .separator,
input[type=password]:focus + .separator,
input[type=search]:focus + .separator,
input[type=number]:focus + .separator,
input[type=tel]:focus + .separator,
input[type=range]:focus + .separator,
input[type=date]:focus + .separator,
input[type=month]:focus + .separator,
input[type=week]:focus + .separator,
input[type=time]:focus + .separator,
input[type=datetime]:focus + .separator,
input[type=datetime-local]:focus + .separator,
input[type=color]:focus + .separator,
textarea:focus + .separator,
input[type=file]:focus + .separator,
select:focus + .separator,
.select2-container .select2-selection:focus + .separator,
.woocommerce a.selectBox.selectBox-dropdown:focus + .separator,
#yith-stripe-card-elements:focus + .separator,
#wc-yith-stripe-cc-form .yith-stripe-elements-field:focus + .separator {
transform: scaleX(1) translateY(-2px);
opacity: 1;
}
.select2-container {
max-width: 100%;
}
input::-webkit-input-placeholder {
color: inherit;
opacity: 0.4;
font-size: inherit;
}
input:-moz-placeholder {
color: inherit;
opacity: 0.4;
font-size: inherit;
}
input::-moz-placeholder {
color: inherit;
opacity: 0.4;
font-size: inherit;
}
input:-ms-input-placeholder {
color: inherit;
opacity: 0.4;
font-size: inherit;
}
textarea:-moz-placeholder { color: inherit;
opacity: 0.4;
}
textarea::-moz-placeholder { color: inherit;
opacity: 0.4;
font-size: inherit;
}
textarea:-ms-input-placeholder {
color: inherit;
opacity: 0.4;
font-size: inherit;
}
textarea::placeholder {
color: inherit;
opacity: 0.4;
font-size: inherit;
}
.woocommerce-invalid input[type=text]:focus,
.woocommerce-invalid input[type=email]:focus,
.woocommerce-invalid input[type=url]:focus,
.woocommerce-invalid input[type=password]:focus,
.woocommerce-invalid input[type=search]:focus,
.woocommerce-invalid input[type=number]:focus,
.woocommerce-invalid input[type=tel]:focus,
.woocommerce-invalid input[type=range]:focus,
.woocommerce-invalid input[type=date]:focus,
.woocommerce-invalid input[type=month]:focus,
.woocommerce-invalid input[type=week]:focus,
.woocommerce-invalid input[type=time]:focus,
.woocommerce-invalid input[type=datetime]:focus,
.woocommerce-invalid input[type=datetime-local]:focus,
.woocommerce-invalid input[type=color]:focus,
.woocommerce-invalid textarea:focus {
border-color: #f44336;
box-shadow: none;
outline: none;
}
.woocommerce-invalid input::-webkit-input-placeholder {
color: rgba(244, 67, 54, 0.5);
}
.woocommerce-invalid input:-moz-placeholder {
color: rgba(244, 67, 54, 0.5);
}
.woocommerce-invalid input::-moz-placeholder {
color: rgba(244, 67, 54, 0.5);
}
.woocommerce-invalid input:-ms-input-placeholder {
color: rgba(244, 67, 54, 0.5);
}
select {
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: 0 0 1px 0;
border-style: solid;
border-radius: 0;
}
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-bottom-left-radius: var(--proteo-forms_input_borde_radius, 0);
border-bottom-right-radius: var(--proteo-forms_input_borde_radius, 0);
}
textarea {
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: 1px 1px 1px 1px;
border-style: solid;
width: 100%;
background-color: #ffffff;
}
.comment-form-rating select,
.comment-form-rating .select2 {
display: none;
} label.checkbox input[type=checkbox] {
display: inline-block;
width: auto;
margin-right: 5px;
} span.checkboxbutton {
position: relative;
}
span.checkboxbutton input[type=checkbox] {
opacity: 0;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 23px;
cursor: pointer;
width: 23px;
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-color: var(--proteo-forms_input_border_color, #707070);
border-radius: var(--proteo-forms_input_borde_radius, 0);
}
span.checkboxbutton:before {
content: "";
display: inline-block;
width: 23px;
height: 23px;
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-color: var(--proteo-forms_input_border_color, #707070);
border-radius: var(--proteo-forms_input_borde_radius, 0);
background: #ffffff;
margin-right: 10px;
text-align: center;
line-height: 23px;
font-size: 17px;
vertical-align: middle;
cursor: pointer;
color: var(--proteo-main_color_shade, #448a85);
margin-bottom: 5px;
transition: background-color ease 0.3s;
}
span.checkboxbutton.checked:before {
content: "";
background: var(--proteo-main_color_shade, #448a85);
background-image: url(//ds-plaisir.fr/wp-content/themes/yith-proteo/img/whitecheck.svg) !important;
color: #ffffff;
background-repeat: no-repeat !important;
background-position: center !important;
border-color: var(--proteo-main_color_shade, #448a85);
background-size: 60%;
} input[type=radio] {
margin-top: 6px;
}
.methods input[type=radio] {
position: absolute;
} span.radiobutton {
position: relative;
}
span.radiobutton input[type=radio] {
opacity: 0;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 23px;
cursor: pointer;
width: 23px;
}
span.radiobutton:before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
border-radius: 18px;
border: 1px solid #707070;
background: #ffffff;
margin-right: 10px;
text-align: center;
line-height: 18px;
font-size: 18px;
vertical-align: middle;
cursor: pointer;
padding: 2px;
background-clip: content-box;
margin-bottom: 5px;
}
span.radiobutton.checked:before {
background: var(--proteo-main_color_shade, #448a85);
background-clip: content-box !important;
} input[type=file] {
padding: 2px;
font-size: 0.75em;
position: relative;
}
input[type=file]::-webkit-file-upload-button {
background-color: var(--proteo-button_1_bg_color, #448a85);
border: none;
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
transition: all ease 0.3s;
font-size: 0.9375rem;
padding: 7px 10px;
outline: none;
min-height: 40px;
font-weight: 600;
margin: 0;
}
input[type=file]::-ms-browse {
background-color: var(--proteo-button_1_bg_color, #448a85);
border: none;
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
transition: all ease 0.3s;
font-size: 0.9375rem;
padding: 7px 10px;
outline: none;
min-height: 40px;
font-weight: 600;
margin: 0;
}
input[type=file]:hover::-webkit-file-upload-button {
background-color: var(--proteo-button_1_bg_hover_color, #1a4e43);
} input.hasDatepicker {
background-image: url(//ds-plaisir.fr/wp-content/themes/yith-proteo/img/calendar.svg);
background-position: calc(100% - 15px) 50%;
background-repeat: no-repeat;
background-size: 20px;
}
#ui-datepicker-div {
background: #ffffff;
border-radius: 0;
color: inherit;
font-family: inherit;
box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
border: none;
}
#ui-datepicker-div .ui-datepicker-header {
border: none;
background: none;
color: inherit;
padding: 0;
margin: 10px 0;
}
#ui-datepicker-div .ui-datepicker-header a {
color: inherit;
text-align: center;
opacity: 0.8;
top: 2px;
text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-header a.ui-state-hover, #ui-datepicker-div .ui-datepicker-header a.ui-state-focus {
border: none;
background: none;
opacity: 1;
}
#ui-datepicker-div .ui-datepicker-header a:hover {
color: #1a4e43;
opacity: 1;
}
#ui-datepicker-div .ui-datepicker-header a.ui-state-disabled {
display: none;
}
#ui-datepicker-div .ui-datepicker-header a[data-handler=prev] {
left: 2px;
}
#ui-datepicker-div .ui-datepicker-header a[data-handler=prev]:before {
content: "\e875";
font-family: Linearicons-Free;
font-style: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
cursor: pointer;
font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-header a[data-handler=prev] span {
display: none;
}
#ui-datepicker-div .ui-datepicker-header a[data-handler=next] {
right: 2px;
}
#ui-datepicker-div .ui-datepicker-header a[data-handler=next]:before {
content: "\e876";
font-family: Linearicons-Free;
font-style: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
cursor: pointer;
font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-header a[data-handler=next] span {
display: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a {
text-decoration: none;
transition: all ease 0.3s;
background: #f7f7f7;
border: 1px solid #efefef;
color: #616161;
font-weight: 600;
font-size: 14px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-datepicker-unselectable {
background: #f7f7f7;
border: 1px solid #efefef;
color: #c5c5c5;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-hover {
color: var(--proteo-main_color_shade, #448a85);
background: #ffffff;
border: 1px solid var(--proteo-main_color_shade, #448a85);
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-hover:not(.ui-state-active) {
color: var(--proteo-main_color_shade, #448a85);
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
color: #ffffff;
background: var(--proteo-main_color_shade, #448a85);
border: 1px solid var(--proteo-main_color_shade, #448a85);
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active:hover {
color: #ffffff;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-highlight {
color: var(--proteo-main_color_shade, #448a85);
background: #ffffff;
border: 1px solid var(--proteo-main_color_shade, #448a85);
}
#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-state-disabled {
opacity: 0.5;
}
.quantity {  }
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.quantity input[type=number] {
-moz-appearance: textfield;
}  a {
color: var(--proteo-general_link_color, #448a85);
text-decoration: var(--proteo-general_link_decoration, underline);
}
a:hover, a:focus, a:active {
color: var(--proteo-general_link_hover_color, #1a4e43);
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation,
.header-sidebar .widget_nav_menu,
.header-sidebar-left .widget_nav_menu {
clear: both;
display: block;
float: left;
}
.main-navigation > div,
.header-sidebar .widget_nav_menu > div,
.header-sidebar-left .widget_nav_menu > div {
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main-navigation ul,
.header-sidebar .widget_nav_menu ul,
.header-sidebar-left .widget_nav_menu ul {
display: none;
list-style: none;
margin: 0 0 -15px;
padding-left: 0;
font-size: var(--proteo-header_menu_font_size, 14px);
text-transform: var(--proteo-header_menu_text_transform, uppercase);
letter-spacing: var(--proteo-header_menu_letter_spacing, 2px);
}
.main-navigation ul ul,
.header-sidebar .widget_nav_menu ul ul,
.header-sidebar-left .widget_nav_menu ul ul {
padding: 45px 45px 30px;
box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
float: left;
position: absolute;
top: 100%;
left: -45px;
z-index: 99999;
background: var(--proteo-header_bg_color, #ffffff);
text-align: initial;
transition: all ease 0.3s;
text-transform: none;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.main-navigation ul ul:before,
.header-sidebar .widget_nav_menu ul ul:before,
.header-sidebar-left .widget_nav_menu ul ul:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent var(--proteo-header_bg_color, #ffffff) transparent;
position: absolute;
top: -10px;
}
.main-navigation ul ul:after,
.header-sidebar .widget_nav_menu ul ul:after,
.header-sidebar-left .widget_nav_menu ul ul:after {
content: "";
display: block;
position: absolute;
top: -20px;
height: 20px;
left: 0;
right: 0;
}
.main-navigation ul ul ul,
.header-sidebar .widget_nav_menu ul ul ul,
.header-sidebar-left .widget_nav_menu ul ul ul {
pointer-events: none;
top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul,
.header-sidebar .widget_nav_menu ul ul li:hover > ul,
.header-sidebar .widget_nav_menu ul ul li.focus > ul,
.header-sidebar-left .widget_nav_menu ul ul li:hover > ul,
.header-sidebar-left .widget_nav_menu ul ul li.focus > ul {
pointer-events: auto;
left: 100%;
top: -45px;
}
.main-navigation ul ul li:hover > ul:before, .main-navigation ul ul li.focus > ul:before,
.header-sidebar .widget_nav_menu ul ul li:hover > ul:before,
.header-sidebar .widget_nav_menu ul ul li.focus > ul:before,
.header-sidebar-left .widget_nav_menu ul ul li:hover > ul:before,
.header-sidebar-left .widget_nav_menu ul ul li.focus > ul:before {
content: "";
display: block;
position: absolute;
left: -10px;
top: 45px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent var(--proteo-header_bg_color, #ffffff) transparent transparent;
}
.main-navigation ul ul li[class*=has-children] ul,
.header-sidebar .widget_nav_menu ul ul li[class*=has-children] ul,
.header-sidebar-left .widget_nav_menu ul ul li[class*=has-children] ul {
top: -45px;
}
.main-navigation ul ul li[class*=has-children] > a:after,
.header-sidebar .widget_nav_menu ul ul li[class*=has-children] > a:after,
.header-sidebar-left .widget_nav_menu ul ul li[class*=has-children] > a:after {
transform: rotate(-90deg);
right: 30px;
position: absolute;
top: 4px;
}
.main-navigation ul ul a,
.header-sidebar .widget_nav_menu ul ul a,
.header-sidebar-left .widget_nav_menu ul ul a {
display: inline-block;
width: 200px;
white-space: normal;
}
.main-navigation ul ul a:empty .main-navigation ul ul a,
.main-navigation ul ul a:empty .header-sidebar .widget_nav_menu ul ul a,
.main-navigation ul ul a:empty .header-sidebar-left .widget_nav_menu ul ul a,
.header-sidebar .widget_nav_menu ul ul a:empty .main-navigation ul ul a,
.header-sidebar .widget_nav_menu ul ul a:empty .header-sidebar .widget_nav_menu ul ul a,
.header-sidebar .widget_nav_menu ul ul a:empty .header-sidebar-left .widget_nav_menu ul ul a,
.header-sidebar-left .widget_nav_menu ul ul a:empty .main-navigation ul ul a,
.header-sidebar-left .widget_nav_menu ul ul a:empty .header-sidebar .widget_nav_menu ul ul a,
.header-sidebar-left .widget_nav_menu ul ul a:empty .header-sidebar-left .widget_nav_menu ul ul a {
display: none;
}
.main-navigation ul ul :hover > a + ul,
.main-navigation ul ul .focus > a + ul,
.header-sidebar .widget_nav_menu ul ul :hover > a + ul,
.header-sidebar .widget_nav_menu ul ul .focus > a + ul,
.header-sidebar-left .widget_nav_menu ul ul :hover > a + ul,
.header-sidebar-left .widget_nav_menu ul ul .focus > a + ul {
display: block !important;
}
.main-navigation ul ul a:hover + ul,
.main-navigation ul ul a.focus + ul,
.header-sidebar .widget_nav_menu ul ul a:hover + ul,
.header-sidebar .widget_nav_menu ul ul a.focus + ul,
.header-sidebar-left .widget_nav_menu ul ul a:hover + ul,
.header-sidebar-left .widget_nav_menu ul ul a.focus + ul {
display: block !important;
}
.main-navigation ul ul li,
.header-sidebar .widget_nav_menu ul ul li,
.header-sidebar-left .widget_nav_menu ul ul li {
margin-right: 0;
}
.main-navigation ul ul li.menu-item-has-children a,
.header-sidebar .widget_nav_menu ul ul li.menu-item-has-children a,
.header-sidebar-left .widget_nav_menu ul ul li.menu-item-has-children a {
width: 235px;
padding-right: 35px;
position: relative;
margin-right: -35px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.header-sidebar .widget_nav_menu ul li:hover > ul,
.header-sidebar .widget_nav_menu ul li.focus > ul,
.header-sidebar-left .widget_nav_menu ul li:hover > ul,
.header-sidebar-left .widget_nav_menu ul li.focus > ul {
top: calc(100% + 10px);
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.main-navigation ul li.focus > ul,
.header-sidebar .widget_nav_menu ul li.focus > ul,
.header-sidebar-left .widget_nav_menu ul li.focus > ul {
display: block !important;
}
.main-navigation li,
.header-sidebar .widget_nav_menu li,
.header-sidebar-left .widget_nav_menu li {
display: inline-block;
position: relative;
margin-right: 35px;
padding-bottom: 15px;
font-size: inherit;
margin-bottom: 0;
}
.main-navigation a,
.header-sidebar .widget_nav_menu a,
.header-sidebar-left .widget_nav_menu a {
display: block;
text-decoration: none;
color: var(--proteo-header_menu_color, #404040);
}
.main-navigation a:hover,
.header-sidebar .widget_nav_menu a:hover,
.header-sidebar-left .widget_nav_menu a:hover {
color: var(--proteo-header_menu_hover_color, #448a85);
}
.main-navigation li[class*=has_children],
.main-navigation li[class*=has-children],
.header-sidebar .widget_nav_menu li[class*=has_children],
.header-sidebar .widget_nav_menu li[class*=has-children],
.header-sidebar-left .widget_nav_menu li[class*=has_children],
.header-sidebar-left .widget_nav_menu li[class*=has-children] {
position: relative;
}
.main-navigation li[class*=has_children] > a:after,
.main-navigation li[class*=has-children] > a:after,
.header-sidebar .widget_nav_menu li[class*=has_children] > a:after,
.header-sidebar .widget_nav_menu li[class*=has-children] > a:after,
.header-sidebar-left .widget_nav_menu li[class*=has_children] > a:after,
.header-sidebar-left .widget_nav_menu li[class*=has-children] > a:after {
content: "\e874";
font-family: Linearicons-Free;
font-style: normal;
font-weight: 800;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 10px;
font-size: 0.75em;
}
#primary-menu > .edge-menu-element:hover > .sub-menu {
left: auto;
right: -45px;
}
#primary-menu > .edge-menu-element:hover > .sub-menu:before {
right: 40px;
}
#primary-menu ul.sub-menu li.edge-menu-element > a {
padding-right: 0;
padding-left: 35px;
margin-right: 0;
margin-left: -35px;
}
#primary-menu ul.sub-menu li.edge-menu-element > a:after {
transform: rotate(90deg);
right: auto;
left: 0px;
top: 5px;
}
#primary-menu ul.sub-menu li.edge-menu-element > ul {
left: auto;
right: calc(100% + 35px);
}
#primary-menu ul.sub-menu li.edge-menu-element > ul:before {
left: auto;
right: -10px;
transform: rotate(180deg);
}
header.sticky .main-navigation a {
color: var(--proteo-sticky_header_menu_color, #404040);
}
header.sticky .main-navigation a:hover {
color: var(--proteo-sticky_header_menu_hover_color, #448a85);
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
cursor: pointer;
display: inline-block;
float: none;
border: none;
border-radius: 0;
width: 30px;
vertical-align: middle;
background: none;
color: inherit;
padding: 5px;
margin: 0;
font-size: 1.5rem;
position: fixed;
right: 30px;
margin-top: 15px;
z-index: 101;
transition: none;
}
.menu-toggle:hover {
background: none;
border: none;
color: inherit;
}
.menu-toggle .icon-bar {
display: block;
margin: 5px 0;
background-color: var(--proteo-header_menu_color, #404040);
height: 2px;
width: 20px;
border-radius: 1px;
transform: rotate(0deg);
transition: 0.25s ease;
}
.menu-toggle .icon-bar:nth-child(2) {
transform-origin: left center;
}
.menu-toggle .icon-bar:nth-child(3) {
transform-origin: left center;
}
.menu-toggle .icon-bar:nth-child(4) {
transform-origin: left center;
}
body.static-header .menu-toggle {
position: absolute;
}
.main-navigation.toggled .menu-toggle .icon-bar:nth-child(2) {
transform: rotate(45deg);
width: 20px;
}
.main-navigation.toggled .menu-toggle .icon-bar:nth-child(3) {
width: 0;
opacity: 0;
}
.main-navigation.toggled .menu-toggle .icon-bar:nth-child(4) {
transform: rotate(-45deg);
width: 20px;
}
.main-navigation.toggled #yith-proteo-mobile-menu {
position: fixed;
height: 100vh;
background: var(--proteo-mobile_menu_bg_color, var(--proteo-header_bg_color, #ffffff));
width: 100vw;
padding: 140px 30px 30px;
z-index: 100;
overflow-y: scroll;
left: 0;
margin-top: -15px;
top: 0;
}
.main-navigation.toggled ul.nav-menu {
display: block;
font-size: 1.2em;
}
.main-navigation.toggled ul.nav-menu li {
display: table;
width: auto;
float: none;
}
.main-navigation.toggled ul.nav-menu li a {
display: inline-block;
white-space: nowrap;
}
.main-navigation.toggled ul.nav-menu li[class*=has-children] > a:after {
transform: none;
position: static;
}
.main-navigation.toggled ul.nav-menu ul {
display: block;
position: static;
float: none;
opacity: 1;
visibility: visible;
box-shadow: none;
padding: 15px;
}
.main-navigation.toggled ul.nav-menu ul a {
width: auto;
}
.main-navigation.toggled ul.nav-menu.mobile-menu-align-left li {
margin-right: auto;
}
.main-navigation.toggled ul.nav-menu.mobile-menu-align-right li {
margin-left: auto;
}
.main-navigation.toggled ul.nav-menu.mobile-menu-align-center li {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.main-navigation.toggled div[class^=mobile-menu-sidebar] section.widget {
width: auto;
display: table;
}
.main-navigation.toggled div[class^=mobile-menu-sidebar].mobile-menu-sidebar-align-left section.widget {
margin-right: auto;
}
.main-navigation.toggled div[class^=mobile-menu-sidebar].mobile-menu-sidebar-align-right section.widget {
margin-left: auto;
}
.main-navigation.toggled div[class^=mobile-menu-sidebar].mobile-menu-sidebar-align-center section.widget {
margin-left: auto;
margin-right: auto;
}
header.left_logo_navigation_below .menu-toggle {
top: 15px;
}
header.center_logo_navigation_below .menu-toggle {
top: 60px;
}
.site-main .comment-navigation {
margin: 0 0 1.5em;
overflow: hidden;
clear: both;
display: block;
width: 100%;
}
.comment-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
#topbar .widget_nav_menu ul.menu {
margin: 0;
padding: 0;
}
#topbar .widget_nav_menu ul.menu > li {
display: inline-block;
margin-right: 15px;
}
#topbar .widget_nav_menu ul.sub-menu {
opacity: 0;
visibility: hidden;
position: absolute;
list-style-type: none;
margin: 0;
background: #ffffff;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
padding: 15px;
}
#topbar .widget_nav_menu ul.sub-menu li[class*=has_children],
#topbar .widget_nav_menu ul.sub-menu li[class*=has-children] {
position: relative;
}
#topbar .widget_nav_menu ul.sub-menu li[class*=has_children] > a:after,
#topbar .widget_nav_menu ul.sub-menu li[class*=has-children] > a:after {
content: "\f107";
font-weight: 900;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
cursor: pointer;
margin-left: 5px;
transform: rotate(-90deg);
}
#topbar .widget_nav_menu ul.sub-menu a {
white-space: nowrap;
}
#topbar .widget_nav_menu li[class*=has_children],
#topbar .widget_nav_menu li[class*=has-children] {
position: relative;
}
#topbar .widget_nav_menu li[class*=has_children]:hover ul.sub-menu,
#topbar .widget_nav_menu li[class*=has-children]:hover ul.sub-menu {
opacity: 1;
visibility: visible;
}
#topbar .widget_nav_menu li[class*=has_children] > a:after,
#topbar .widget_nav_menu li[class*=has-children] > a:after {
content: "\f107";
font-weight: 900;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
cursor: pointer;
margin-left: 5px;
}
#topbar .widget_nav_menu a {
display: block;
text-decoration: none;
} .pagination,
.woocommerce-pagination {
padding: 0;
text-align: center;
clear: both;
margin: 0 0 2em 0;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
list-style: none;
margin: 0;
padding: 0;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
display: inline-block;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
border-left-width: 0;
display: inline-block;
padding: 5px 13px;
background-color: rgba(0, 0, 0, 0.025);
color: #6d6d6d;
text-decoration: none;
}
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
background-color: #e6e6e6;
color: #636363;
}
.pagination .page-numbers li .page-numbers.next, .pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
padding: 5px 9px;
}
.pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.posts-navigation {
padding: 0;
text-align: center;
clear: both;
margin: 0 0 2em 0;
}
.posts-navigation .page-numbers {
border-left-width: 0;
display: inline-block;
padding: 5px 13px;
background-color: rgba(0, 0, 0, 0.025);
color: #6d6d6d;
text-decoration: none;
}
.posts-navigation .page-numbers.current {
background-color: #e6e6e6;
color: #636363;
}
.posts-navigation .page-numbers.next, .posts-navigation .page-numbers.prev {
padding: 5px 9px;
}
.posts-navigation .page-numbers:hover {
background-color: rgba(0, 0, 0, 0.05);
} .site-branding {
padding-bottom: 15px;
}
.site-branding .site-title {
display: block;
margin: var(--proteo-site_title_spacing);
vertical-align: middle;
font-size: var(--proteo-site_title_font_size, 48);
font-weight: 600;
line-height: 1;
transition: all ease 0.3s;
color: var(--proteo-site_title_color, #404040);
}
.site-branding .site-title a {
text-decoration: none;
display: block;
color: inherit;
transition: all ease 0.3s;
}
.site-branding img.custom-logo {
display: inline-block;
max-width: inherit;
}
.site-branding .custom-logo-link {
font-size: 0;
max-width: var(--proteo-site_custom_logo_max_width, 375);
}
.site-branding .site-description {
display: block;
margin: var(--proteo-tagline_spacing);
font-size: var(--proteo-tagline_font_size, 14);
color: var(--proteo-tagline_color, #404040);
}
.site-branding.tagline-position-right .site-title,
.site-branding.tagline-position-right .site-description {
display: inline-block;
vertical-align: middle;
}
.site-header {
background-color: var(--proteo-header_bg_color, #ffffff);
background-position: center;
background-size: cover;
position: relative;
z-index: 100;
transition: all ease 0.3s;
}
.site-header.left_logo_navigation_inline .site-branding {
display: inline-block;
padding-bottom: 0;
}
.site-header.left_logo_navigation_inline .main-navigation {
display: inline-block;
width: auto;
float: none;
}
.site-header.center_logo_navigation_below .site-branding,
.site-header.center_logo_navigation_below .main-navigation {
text-align: center;
float: none;
}
.site-header.center_logo_navigation_below .site-branding {
padding: 15px 0;
margin-bottom: 30px;
}
.site-header.center_logo_navigation_below .site-branding .site-title {
margin-right: 0;
text-align: center;
}
.site-header.center_logo_navigation_below .site-branding .site-title a {
margin: 0 auto;
}
.site-header.center_logo_navigation_below .site-branding .site-description {
display: block;
}
.site-header.header-bottom-separator-line:after {
content: "";
display: block;
height: var(--proteo-header_bottom_border_thickness);
background-color: var(--proteo-header_bottom_border_color);
width: var(--proteo-header_bottom_border_width);
margin: 0 auto;
float: var(--proteo-header_bottom_border_alignment);
}
.site-header.header-bottom-separator-shadow {
box-shadow: var(--proteo-header_bottom_shadow_h_offset) var(--proteo-header_bottom_shadow_v_offset) var(--proteo-header_bottom_shadow_blur) var(--proteo-header_bottom_shadow_spread) var(--proteo-header_bottom_shadow_color);
}
.site-header .header-contents {
position: relative;
transition: all ease 0.3s;
color: var(--proteo-header_menu_color, #404040);
padding: var(--proteo-header_spacing);
}
.site-header .header-sidebar {
text-align: right;
clear: both;
}
.site-header .header-sidebar .header-sidebar-inner-widgets {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
align-items: flex-end;
gap: 15px;
}
.site-header .header-sidebar .header-sidebar-inner-widgets > .widget {
margin: 0;
}
.site-header.sticky {
position: fixed;
width: 100vw;
box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
z-index: 200;
background-color: var(--proteo-sticky_header_bg_color, var(--proteo-header_bg_color));
}
.site-header.sticky .header-contents {
padding: var(--proteo-sticky_header_spacing);
color: var(--proteo-sticky_header_menu_color, #404040);
}
.site-header.fullwidth-header .header-contents {
max-width: 100%;
}
.site-header .main-navigation {
padding: var(--proteo-header_manu_menu_spacing);
}
.site-header:not(.sticky) {
left: 0;
right: 0;
width: 100vw;
z-index: 1000;
}
.site-header:not(.sticky).with-header-slider {
background: transparent;
position: absolute;
}
body.static-header .site-header {
position: relative;
}
#topbar {
background-color: var(--proteo-topbar_bg_color, #ebebeb);
color: var(--proteo-topbar_font_color, #404040);
font-size: var(--proteo-topbar_font_size, 16px);
padding: var(--proteo-topbar_spacing);
text-align: var(--proteo-topbar_align, right);
}
#topbar:after {
content: "";
display: block;
clear: both;
}
#topbar a {
color: var(--proteo-topbar_link_color, #448a85);
text-decoration: none;
}
#topbar a:hover {
color: var(--proteo-topbar_link_hover_color, #1a4e43);
}
#topbar .widget_shopping_cart .proceed-to-cart-icon:hover span.lnr {
color: var(--proteo-topbar_link_hover_color, #1a4e43);
}
#topbar .widget_nav_menu {
margin-bottom: 0;
}
#topbar .widget {
text-align: initial;
display: inline-block;
z-index: 10;
margin: 0 7.5px 5px;
color: var(--proteo-topbar_font_color, #404040);
font-size: var(--proteo-topbar_font_size, 16px);
}
#topbar .widget h2.widget-title {
display: inline-block;
margin: 0;
font-size: 1.125rem;
text-transform: uppercase;
font-weight: normal;
color: var(--proteo-topbar_font_color, #404040);
}
#topbar .widget.widget_text p {
font-size: inherit;
line-height: normal;
font-weight: initial;
margin: 0;
color: inherit;
}
#topbar > .container {
border-bottom: var(--proteo-topbar_bottom_border, 1px solid);
border-bottom-width: var(--proteo-topbar_bottom_border_width, 2px);
border-bottom-color: var(--proteo-topbar_bottom_border_color, #000000);
}
body .yith-slider .yith-slider-dots.style-1 li.slick-active button,
body .yith-slider .yith-slider-dots.style-1 li:hover button,
body .yith-slider .yith-slider-dots.style-2 li.slick-active button,
body .yith-slider .yith-slider-dots.style-2 li:hover button,
body .yith-slider .yith-slider-dots.style-3 li.slick-active button,
body .yith-slider .yith-slider-dots.style-3 li:hover button {
background: var(--proteo-main_color_shade, #404040);
background-color: var(--proteo-main_color_shade, #404040);
}
.site-header + .yith-slider {
margin-bottom: 0;
}
.site-header + .yith-slider .slide-container {
display: table;
}  .screen-reader-text,
.sr-only {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus,
.sr-only:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.alignright {
display: inline;
float: right;
margin-left: 30px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
body .wp-block-image .alignleft {
float: left;
margin-right: 30px;
}
body .wp-block-image .alignright {
float: right;
margin-left: 30px;
}
body .wp-block-image .aligncenter {
width: 100%;
}
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
p:empty {
display: none;
}
p:empty + p:empty {
display: block;
}  #full-screen-search,
#full-screen-search button,
#full-screen-search button.close,
#full-screen-search form,
#full-screen-search form div,
#full-screen-search form div input,
#full-screen-search form div input.search {
background: none;
border: 0 none;
outline: none;
position: static;
padding: 0;
line-height: 1;
transition: none;
} #full-screen-search {
display: none;
position: fixed;
z-index: 999998;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.95);
align-items: center;
justify-content: center;
}
#full-screen-search.open {
display: flex !important;
}
#full-screen-search form {
position: relative;
width: 100%;
height: 100%;
}
#full-screen-search form > div {
position: absolute;
width: 50%;
height: 100px;
top: 50%;
left: 50%;
margin: -50px 0 0 -25%;
}
#full-screen-search form > div input {
width: 100%;
font-size: 2rem;
line-height: 60px;
background: transparent;
border-radius: 0;
border-bottom: 1px solid #707070;
padding: 0;
height: 60px;
font-family: inherit;
}
#full-screen-search form > div button#submit-full-screen-search,
#full-screen-search form > div #yith-searchsubmit {
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 60px;
line-height: normal;
color: #707070;
font-weight: bold;
}
#full-screen-search form > div button#submit-full-screen-search span,
#full-screen-search form > div #yith-searchsubmit span {
font-size: 2rem;
cursor: pointer;
}
#full-screen-search form > div #yith-searchsubmit {
text-indent: -99999px;
width: 60px;
}
#full-screen-search form > div button#submit-full-screen-search img {
width: 32px;
}
#full-screen-search form > div input::-webkit-input-placeholder {
color: #ccc;
}
#full-screen-search form > div input:-moz-placeholder {
color: #ccc;
}
#full-screen-search form > div input::-moz-placeholder {
color: #ccc;
}
#full-screen-search form > div input:-ms-input-placeholder {
color: #ccc;
}
#full-screen-search form#yith-ajaxsearchform div {
padding-right: 70px;
width: 70vw;
position: static;
height: auto;
margin: 0;
}
#full-screen-search form#yith-ajaxsearchform > div:after {
content: "\e86f";
display: inline-block;
font-family: Linearicons-Free;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 2rem;
cursor: pointer;
position: absolute;
right: 15px;
top: 0;
pointer-events: none;
}
#full-screen-search button.close {
position: absolute;
z-index: 999999;
top: 20px;
right: 20px;
font-size: 2rem;
cursor: pointer;
color: #707070;
font-weight: bold;
}
#full-screen-search form#yith-ajaxsearchform .autocomplete-suggestions {
background: #ffffff !important;
padding: 15px !important;
border: 1px solid #ebebeb !important;
margin-right: -15px !important;
}
#full-screen-search form#yith-ajaxsearchform .autocomplete-suggestion {
font-size: inherit;
line-height: 3em;
padding: 10px 0 8px !important;
border-bottom: 1px solid #ebebeb;
width: auto !important;
position: relative !important;
}
#full-screen-search form#yith-ajaxsearchform .autocomplete-suggestion:hover {
background-color: #efefef;
}
#full-screen-search form#yith-ajaxsearchform .autocomplete-suggestion:last-of-type {
border-bottom: none;
padding-bottom: 0;
}
#full-screen-search form#yith-ajaxsearchform .autocomplete-suggestion div {
position: relative;
width: auto;
}
#full-screen-search form#yith-ajaxsearchform .autocomplete-suggestion div.badges {
position: absolute;
} .sidebar-position-top {
width: 100%;
z-index: 1;
}
section.widget {
position: relative;
}
.widget {
margin: 0 0 1.5em;
font-size: var(--proteo-widgets_content_font_size);
color: var(--proteo-widgets_content_font_color); }
.widget select {
max-width: 100%;
}
.widget ul {
padding: 0;
list-style-type: none;
}
h2.widget-title,
h3.widget-title {
font-size: var(--proteo-widgets_title_font_size);
color: var(--proteo-widgets_title_font_color);
}
#secondary {
z-index: 1;
}
#secondary .widget {
margin-bottom: 50px;
}
#topbar .widget,
.header-sidebar .widget,
.header-sidebar-left .widget {
text-align: initial;
display: inline-block;
z-index: 10;
margin: 0 15px 5px 0;
}
#topbar .widget:last-of-type,
.header-sidebar .widget:last-of-type,
.header-sidebar-left .widget:last-of-type {
margin-right: 0;
}
.header-sidebar .widget,
.header-sidebar-left .widget {
color: var(--proteo-header_menu_color, #404040);
font-size: var(--proteo-header_menu_font_size, 14px);
}
.widget_search input[type=submit], .widget_product_search input[type=submit] {
cursor: pointer;
font-size: 1rem;
font-weight: bold;
vertical-align: middle;
}
.widget_search input[type=search], .widget_product_search input[type=search] {
margin-right: 15px;
margin-bottom: 15px;
}
.widget_search form.search-form, .widget_product_search form.search-form {
display: table;
width: 100%;
}
.widget_search form.search-form > *, .widget_product_search form.search-form > * {
display: table-cell;
vertical-align: middle;
}
#topbar .widget_search > form,
.header-sidebar .widget_search > form {
display: none;
}
#topbar .widget_search:before,
.header-sidebar .widget_search:before {
content: "\e86f";
display: inline-block;
font-family: Linearicons-Free;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1.6rem;
width: 1.6rem;
cursor: pointer;
margin-right: 5px;
}
.header-sidebar .widget_search:before {
color: inherit;
}
.header-sidebar .widget_search:hover::before {
color: var(--proteo-header_menu_hover_color, #448a85);
} .widget_recent_entries ul li {
display: table;
width: 100%;
margin-bottom: 45px;
font-size: var(--proteo-widgets_content_font_size);
color: var(--proteo-widgets_content_font_color);
}
.widget_recent_entries ul li a {
text-decoration: none;
font-size: 0;
display: block;
}
.widget_recent_entries ul li a:hover .post-info {
text-decoration: underline;
}
.widget_recent_entries ul li .post-image,
.widget_recent_entries ul li .post-info {
display: table-cell;
vertical-align: middle;
}
.widget_recent_entries ul li .post-image {
width: 40%;
padding-right: 25px;
}
.widget_recent_entries ul li .post-info {
font-size: 0.875rem;
color: #939393;
}
.widget_recent_entries ul li .post-info h3 {
font-size: 1.125rem;
line-height: normal;
margin-top: 0;
margin-bottom: 5px;
font-weight: 500;
} .widget_recent_comments ul#recentcomments li {
margin-bottom: 45px;
font-size: var(--proteo-widgets_content_font_size);
color: var(--proteo-widgets_content_font_color);
}
.widget_recent_comments ul#recentcomments li .comment-excerpt {
border: 1px solid #707070;
padding: 30px 20px;
margin-bottom: 5px;
}
.widget_recent_comments ul#recentcomments li .comment-meta {
font-size: 1rem;
text-align: right;
font-weight: 600;
}
.widget_recent_comments ul#recentcomments li .comment-meta a {
text-decoration: none;
}
.widget_recent_comments ul#recentcomments li .comment-meta a:hover {
text-decoration: underline;
} .widget.widget_text p,
.widget.widget_text input[type=text],
.widget.widget_text input[type=email] {
font-size: var(--proteo-widgets_content_font_size);
color: var(--proteo-widgets_content_font_color);
line-height: 1.8rem;
} .widget_yith_proteo_social_icons a.yith-proteo-social-icon {
display: inline-block;
margin: 0 15px 15px;
color: inherit;
text-decoration: none;
vertical-align: middle;
text-decoration: none !important;
}
.widget_yith_proteo_social_icons a.yith-proteo-social-icon:first-child {
margin-left: 0;
}
.widget_yith_proteo_social_icons a.yith-proteo-social-icon:last-child {
margin-right: 0;
}
.widget_yith_proteo_social_icons a.yith-proteo-social-icon:hover {
color: var(--proteo-general_link_color, #448a85);
}
.widget_yith_proteo_social_icons a.yith-proteo-social-icon span {
color: inherit;
font-size: 2rem;
}
.widget_yith_proteo_social_icons a.yith-proteo-social-icon.tiktok svg.tiktok g {
fill: var(--proteo-footer_link_color, #448a85);
}
.widget_yith_proteo_social_icons a.yith-proteo-social-icon.tiktok:hover svg.tiktok g {
fill: var(--proteo-footer_link_hover_color, #1a4e43);
}
.widget_yith_proteo_social_icons.col-lg-12 {
text-align: center;
} a.yith-proteo-user-welcome-message:not(:hover) {
color: var(--proteo-header_menu_color, #404040);
}
a.yith-proteo-user-welcome-message:hover {
color: var(--proteo-header_menu_hover_color, #448a85);
}
a.yith-proteo-user-welcome-message img {
display: inline-block;
}
a.yith-proteo-user-welcome-message span {
display: inline-block;
font-size: 0.7rem;
text-transform: uppercase;
margin-left: 7px;
color: inherit;
}
a.yith-proteo-user-welcome-message span.lnr-user {
font-size: 1.6rem;
} .widget_nav_menu h2 {
margin-bottom: 2rem;
}
.widget_nav_menu ul li {
margin-bottom: 10px;
font-size: 1.125rem;
}
.widget_nav_menu ul li a {
color: inherit;
text-decoration: none;
}
.widget_nav_menu ul li a:hover {
color: var(--proteo-general_link_color, #448a85);
text-decoration: underline;
}
.widget_nav_menu ul.sub-menu {
margin-left: 15px;
margin-top: 10px;
} .wp-block-cover p {
line-height: normal;
margin: 0 0 0.5em;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
header.entry-header {
text-align: initial;
}
header.entry-header .woocommerce-breadcrumb {
text-align: inherit;
margin-bottom: 35px;
}
header.entry-header .date-and-thumbnail {
text-align: initial;
position: relative;
}
header.entry-header .date-and-thumbnail:after {
content: "";
display: block;
clear: both;
}
header.entry-header .date-and-thumbnail .post-thumbnail {
text-align: inherit;
margin-bottom: 15px;
}
header.entry-header .date-and-thumbnail time.published {
word-spacing: 100px;
display: block;
width: 120px;
background: var(--proteo-main_color_shade, #448a85);
word-break: keep-all;
color: #ffffff;
text-align: center;
font-weight: bolder;
text-transform: uppercase;
padding: 40px 15px;
overflow-wrap: break-word;
}
header.entry-header .entry-title {
font-size: var(--proteo-post_loop_title_font_size);
text-align: initial;
color: var(--proteo-post_loop_title_color);
text-transform: var(--proteo-post_loop_title_text_transform);
margin-bottom: 5px;
}
header.entry-header .entry-title a {
text-decoration: none;
color: inherit;
}
header.entry-header .entry-title a:hover {
color: var(--proteo-general_link_color, #448a85);
}
body.blog header.page-header {
text-align: var(--proteo-page_title_align);
}
body.blog .blog-posts {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: 1fr;
grid-column-gap: var(--proteo-blog_page_posts_horizontal_spacing);
grid-row-gap: var(--proteo-blog_page_posts_vertical_spacing);
}
body.blog .blog-posts.posts-with-border article.post {
padding: 15px;
border-style: solid;
border-width: var(--proteo-blog_page_posts_border_width);
border-radius: var(--proteo-blog_page_posts_border_radius);
border-color: var(--proteo-blog_page_posts_border_color);
overflow: hidden;
background: #fff;
}
body.blog .blog-posts .sticky-wide {
grid-column: 1/-1;
}
body.blog .blog-posts.columns-2 {
grid-template-columns: repeat(2, 1fr);
}
body.blog .blog-posts.columns-2 .comment-navigation,
body.blog .blog-posts.columns-2 .posts-navigation,
body.blog .blog-posts.columns-2 .post-navigation {
grid-column: span 2;
}
.wp-block-latest-posts__list.is-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: 1fr;
grid-column-gap: var(--proteo-blog_page_posts_horizontal_spacing);
grid-row-gap: var(--proteo-blog_page_posts_vertical_spacing);
}
.wp-block-latest-posts__list.is-grid > li {
width: 100%;
margin: 0;
grid-template-columns: repeat(1, 1fr);
}
.wp-block-latest-posts__list.is-grid.columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.wp-block-latest-posts__list.is-grid.columns-2 .comment-navigation,
.wp-block-latest-posts__list.is-grid.columns-2 .posts-navigation,
.wp-block-latest-posts__list.is-grid.columns-2 .post-navigation {
grid-column: span 2;
}
body.posts-with-border .wp-block-latest-posts__list.is-grid > li {
padding: 15px;
border-style: solid;
border-width: var(--proteo-blog_page_posts_border_width);
border-radius: var(--proteo-blog_page_posts_border_radius);
border-color: var(--proteo-blog_page_posts_border_color);
overflow: hidden;
background: #fff;
}
header .entry-meta {
text-align: initial;
font-size: 0.875rem;
color: #939393;
font-weight: 500;
}
header .entry-meta > span {
border-left: 1px solid;
margin-left: 10px;
padding-left: 10px;
}
header .entry-meta > span:first-child {
border-left: none;
margin-left: 0;
padding-left: 0;
}
header .entry-meta a {
color: inherit;
text-decoration: none;
}
header .entry-meta a:hover {
color: var(--proteo-general_link_color, #448a85);
}
body.single-post header.entry-header {
text-align: var(--proteo-page_title_align);
}
body.single-post header .entry-meta {
text-align: var(--proteo-page_title_align);
}
body.single-post header .entry-title {
text-align: var(--proteo-page_title_align);
}
.post-has-thumbnail .entry-meta {
position: absolute;
}
body.single-post.proteo_post_layout_background_picture header.alignfull {
background-color: var(--proteo-post_thumbnail_background_color, #448a85);
min-height: 560px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-top: -50px;
margin-bottom: 35px;
}
body.single-post.proteo_post_layout_background_picture header.alignfull:before {
position: absolute;
content: "";
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: var(--proteo-post_thumbnail_background_color_opacity, 0.7);
pointer-events: none;
background-color: var(--proteo-post_thumbnail_background_color, #448a85);
}
body.single-post.proteo_post_layout_background_picture header.alignfull .single-post-header-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: var(--proteo-page_title_align);
left: 0;
right: 0;
color: var(--proteo-post_thumbnail_text_color, #ffffff);
}
body.single-post.proteo_post_layout_background_picture header.alignfull .single-post-header-content .entry-title,
body.single-post.proteo_post_layout_background_picture header.alignfull .single-post-header-content .entry-meta {
color: var(--proteo-post_thumbnail_text_color, #ffffff);
text-align: inherit;
}
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header {
margin-bottom: 80px;
text-align: center;
}
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header .date-and-thumbnail {
position: relative;
z-index: 1;
max-width: 70%;
margin: 0 auto 3.125rem;
margin-bottom: -180px;
z-index: -1;
}
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header .date-and-thumbnail:after {
content: "";
display: block;
left: -50px;
right: -50px;
bottom: 0;
height: 200px;
position: absolute;
background: var(--proteo-site_background_color, #ffffff);
z-index: 2;
}
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header .date-and-thumbnail .post-thumbnail {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
position: relative;
z-index: 2;
text-align: center;
}
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header .date-and-thumbnail .post-thumbnail img {
max-width: 100vw;
}
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header .woocommerce-breadcrumb,
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header .entry-title,
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header .entry-meta {
max-width: 70%;
margin-left: auto;
margin-right: auto;
text-align: inherit;
}
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header + .row {
max-width: 70%;
margin-left: auto;
margin-right: auto;
}
body.single-post.proteo_post_layout_fullwidth_cover_image header.entry-header + #primary {
max-width: 70%;
margin-left: auto;
margin-right: auto;
}
body.single-post.proteo_post_layout_fullwidth_cover_image .entry-content:before {
display: none;
}
body.page header.entry-header,
article:not(.has-post-thumbnail).page header.entry-header {
text-align: var(--proteo-page_title_align, center);
display: block;
}
body.page header.entry-header h1,
article:not(.has-post-thumbnail).page header.entry-header h1 {
font-size: var(--proteo-h1_font_size, 4.375rem);
color: var(--proteo-h1_font_color, #404040);
display: block;
text-align: var(--proteo-page_title_align, center);
margin: var(--proteo-page_title_spacing);
}
body.page header.entry-header .lnr,
article:not(.has-post-thumbnail).page header.entry-header .lnr {
font-size: var(--proteo-h1_font_size, 4.375rem);
color: var(--proteo-h1_font_color, #404040);
text-align: var(--proteo-page_title_align, center);
}
.has-post-thumbnail header.entry-header .date-and-thumbnail .entry-meta {
position: absolute;
}
article:not(.has-post-thumbnail) header.entry-header .date-and-thumbnail,
article:not(.has-post-thumbnail) header.entry-header .entry-title {
display: inline-block;
}
article:not(.has-post-thumbnail) header.entry-header .date-and-thumbnail .entry-meta {
margin-right: 15px;
margin-bottom: 25px;
}
.entry-content p:not([class^=has]),
.entry-content li:not(.product):not(.wc-block-grid__product) {
line-height: 1.8;
}
.site-content {
padding: var(--proteo-site_content_spacing);
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.entry-footer {
text-align: initial;
font-size: 0.875rem;
color: #939393;
font-weight: 500;
}
.entry-footer > span {
border-left: 1px solid;
margin-left: 10px;
padding-left: 10px;
}
.entry-footer > span:first-child {
border-left: none;
margin-left: 0;
padding-left: 0;
}
.more-link {
margin-top: 15px;
text-transform: uppercase;
text-decoration: none;
font-size: 0.875rem;
font-weight: 600;
display: block;
}
.more-link:hover {
text-decoration: underline;
} body.error404 #primary {
width: 100%;
}
body.error404 .page-content {
text-align: center;
}
body.error404 section.not-found header {
text-align: center;
margin-bottom: 100px;
}
body.error404 section.not-found .search-form {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: space-between;
margin-bottom: 100px;
}
body.error404 section.not-found .search-form label {
display: flex;
flex-direction: column;
width: 70%;
padding: 0 15px 15px;
}
body.error404 section.not-found .search-form label input.search-field {
width: 100%;
margin-bottom: 0;
min-height: 42px;
}
body.error404 section.not-found .search-form input[type=submit] {
display: inline-block;
width: 30%;
text-align: center;
} body.search-results article.type-product {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: space-between;
margin-bottom: 50px;
}
body.search-results article.type-product .product-image,
body.search-results article.type-product .product-info {
display: flex;
flex-direction: column;
padding: 10px;
width: 100%;
}
body.search-results article.type-product .product-image {
max-width: 300px;
padding-right: 25px;
}
body.search-results article.type-product .product-image a {
font-size: 0;
display: block;
}
body.search-results article.type-product a {
text-decoration: none;
}
body.search-results article.type-product .product-info .product-title {
display: block;
font-size: 1.125rem;
line-height: normal;
margin-top: 0;
margin-bottom: 5px;
font-weight: 500;
}
body.search-results article.type-product .product-info .amount {
font-size: 1.125rem;
font-weight: 600;
opacity: 0.7;
}
body.search-results article.type-product .product-info del .amount {
font-size: 1rem;
margin-right: 5px;
}
body.search-results article.type-product .product-info ins {
background: none;
}
body.search-results article.type-product .product-info .star-rating {
margin-bottom: 5px;
}
body.search-results article.type-product .product-info .widget-product-short-description {
margin-top: 10px;
font-size: 0.875rem;
}
body.search-results article:not(.type-product).has-post-thumbnail {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: space-between;
margin-bottom: 50px;
}
body.search-results article:not(.type-product).has-post-thumbnail .search-result-article-image,
body.search-results article:not(.type-product).has-post-thumbnail .search-result-article-content {
display: flex;
flex-direction: column;
padding: 10px;
width: 100%;
}
body.search-results article:not(.type-product).has-post-thumbnail .search-result-article-image {
max-width: 300px;
padding-right: 25px;
}
body.search-results article:not(.type-product) header.entry-header {
text-align: initial;
}
.wp-block-latest-posts li > a {
display: block;
text-align: initial;
font-size: var(--proteo-post_loop_title_font_size);
font-weight: bold;
color: var(--proteo-post_loop_title_color);
margin-top: 0;
margin-bottom: 1rem;
text-transform: var(--proteo-post_loop_title_text_transform);
margin-bottom: 5px;
text-decoration: none;
}
.wp-block-latest-posts li > a:hover {
text-decoration: underline;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
display: inline-block;
text-align: initial;
font-size: 0.875rem;
color: #939393;
font-weight: 500;
}
.wp-block-latest-posts__post-author + .wp-block-latest-posts__post-date {
margin-left: 5px;
}
.wp-block-latest-posts__post-author + .wp-block-latest-posts__post-date:before {
content: "|";
margin-right: 5px;
}
#secondary .wp-block-latest-posts li {
margin-bottom: var(--proteo-blog_page_posts_vertical_spacing);
}
#secondary .wp-block-latest-posts li > a {
font-size: var(--proteo-post_loop_widget_title_font_size);
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-list {
list-style-type: none;
margin: 0 0 50px;
padding: 0;
}
.comment-list .comment-body:after {
content: "";
display: block;
clear: both;
}
.comment-list .comment-body .comment-meta:after {
content: "";
display: block;
clear: both;
}
.comment-list .comment-body .comment-meta img {
border: 1px solid #707070;
padding: 5px;
}
.comment-list .comment-body .comment-meta .comment-author {
float: left;
margin-right: 15px;
font-size: 0;
}
.comment-list .comment-body .comment-meta .comment-metadata {
padding-top: 10px;
}
.comment-list .comment-body .comment-meta .comment-metadata > * {
display: block;
text-decoration: none;
color: #1f1f1f;
}
.comment-list .comment-body .comment-meta .comment-metadata a.url {
text-decoration: inherit;
color: inherit;
}
.comment-list .comment-body .comment-meta .comment-metadata a.url:hover {
color: var(--proteo-general_link_color, #448a85);
}
.comment-list .comment-body .comment-meta .comment-metadata a.comment-edit-link {
float: right;
}
.comment-list .comment-body .comment-content {
border: 1px solid #707070;
padding: 35px 25px 15px;
font-size: 1rem;
margin-bottom: 20px;
}
.comment-list .comment-body .comment-content p {
margin-top: 0;
}
.comment-reply {
float: right;
}
div#respond {
margin-bottom: 35px;
}
div#respond #submit {
float: right;
}
#comments .comments-title {
font-size: 1.5rem;
}
.comment-list .comment {
margin-bottom: 50px;
} #main-footer {
position: relative;
background-color: var(--proteo-footer_bg_color, #f7f7f7);
color: var(--proteo-footer_font_color, #404040);
font-size: var(--proteo-footer_font_size, 16px);
text-align: var(--proteo-footer_align, left);
background-image: var(--proteo-footer_bg_image);
background-size: var(--proteo-footer_bg_image_size, initial);
background-position: var(--proteo-footer_bg_image_position, center center);
background-repeat: var(--proteo-footer_bg_image_repeat, no-repeat);
}
#main-footer a {
color: var(--proteo-footer_link_color, #448a85);
text-decoration: none;
}
#main-footer a:hover {
color: var(--proteo-footer_link_hover_color, #1a4e43);
text-decoration: underline;
}
#main-footer .footer-sidebars {
padding-top: 80px;
}
#main-footer .footer-sidebars:empty {
display: none;
}
#main-footer .widget_nav_menu ul li {
font-size: inherit;
}
#main-footer .site-info {
padding: 15px 0;
background-color: var(--proteo-footer_credits_bg_color, #f0f0f0);
color: var(--proteo-footer_credits_font_color, #404040);
font-size: var(--proteo-footer_credits_font_size, 16px);
text-align: var(--proteo-footer_credits_align, left);
}
#main-footer .site-info a {
color: var(--proteo-footer_credits_link_color, #448a85);
text-decoration: none;
}
#main-footer .site-info a:hover {
color: var(--proteo-footer_credits_link_hover_color, #1a4e43);
text-decoration: underline;
}
#main-footer div[class^=footer-sidebar] {
padding-bottom: 50px;
}
#main-footer div[class^=footer-sidebar] .widget, #main-footer div[class^=footer-sidebar] .widget.widget_text p {
color: var(--proteo-footer_font_color, #404040);
font-size: var(--proteo-footer_font_size, 16px);
}
#main-footer div[class^=footer-sidebar] .widget h2, #main-footer div[class^=footer-sidebar] .widget h3, #main-footer div[class^=footer-sidebar] .widget .widget-title, #main-footer div[class^=footer-sidebar] .widget.widget_text p h2, #main-footer div[class^=footer-sidebar] .widget.widget_text p h3, #main-footer div[class^=footer-sidebar] .widget.widget_text p .widget-title {
margin-bottom: 2rem;
color: var(--proteo-footer_widgets_title_color, var(--proteo-h2_font_color, #404040));
font-size: var(--proteo-footer_widgets_title_font_size, 24px);
}
#main-footer .footer-sidebar-1 {
width: var(--proteo-footer_sidebar_1_width, 100%);
}
#main-footer .footer-sidebar-2 {
width: var(--proteo-footer_sidebar_2_width, 100%);
}
#main-footer .side-by-side-sidebars div[class^=footer-sidebar] {
display: inline-block;
vertical-align: top;
}
#main-footer .side-by-side-sidebars .footer-sidebar-1 {
padding-right: 30px;
}
#main-footer .side-by-side-sidebars .footer-sidebar-2 {
width: calc(var(--proteo-footer_sidebar_2_width) - 30px);
} body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
div#page {
flex: 1 0 auto;
}
footer#main-footer {
flex-shrink: 0;
}     table.shop_table_responsive tr td {
text-align: right;
clear: both;
}
table.shop_table_responsive tr td.product-remove {
text-align: left;
width: 30px;
padding-left: 0;
padding-right: 0;
}
table.shop_table_responsive tr td.product-remove a.remove {
text-decoration: none;
color: #c7c7c7;
display: inline-block;
vertical-align: middle;
font-size: 30px;
opacity: 1;
}
table.shop_table_responsive tr td.product-remove a.remove:hover {
color: #32373c;
}
table.shop_table_responsive tr td.product-remove:before {
display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
display: none;
}
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center;
}
table.cart,
table.shop_table {
border-spacing: 0;
font-size: 1rem;
}
table.cart th,
table.cart thead th,
table.shop_table th,
table.shop_table thead th {
font-size: 1.125em;
background: transparent;
padding: 15px 15px;
vertical-align: top;
}
table.cart th.product-subtotal,
table.cart thead th.product-subtotal,
table.shop_table th.product-subtotal,
table.shop_table thead th.product-subtotal {
text-align: right;
padding-right: 0;
}
table.cart tbody tr td,
table.cart tfoot tr td,
table.shop_table tbody tr td,
table.shop_table tfoot tr td {
padding: 30px 15px;
border-width: 0 0 1px 0;
border-color: #cccccc;
border-style: solid;
}
table.cart tbody tr td.product-thumbnail,
table.cart tfoot tr td.product-thumbnail,
table.shop_table tbody tr td.product-thumbnail,
table.shop_table tfoot tr td.product-thumbnail {
width: 60px;
}
table.cart tbody tr td.product-thumbnail a,
table.cart tfoot tr td.product-thumbnail a,
table.shop_table tbody tr td.product-thumbnail a,
table.shop_table tfoot tr td.product-thumbnail a {
display: block;
line-height: 0;
}
table.cart tbody tr td.product-thumbnail img,
table.cart tfoot tr td.product-thumbnail img,
table.shop_table tbody tr td.product-thumbnail img,
table.shop_table tfoot tr td.product-thumbnail img {
max-width: 60px;
}
table.cart tbody tr td.product-name a,
table.cart tfoot tr td.product-name a,
table.shop_table tbody tr td.product-name a,
table.shop_table tfoot tr td.product-name a {
font-size: 1em;
color: inherit;
text-decoration: none;
}
table.cart tbody tr td.product-name a:hover,
table.cart tfoot tr td.product-name a:hover,
table.shop_table tbody tr td.product-name a:hover,
table.shop_table tfoot tr td.product-name a:hover {
text-decoration: underline;
}
table.cart tbody tr td.product-subtotal,
table.cart tfoot tr td.product-subtotal,
table.shop_table tbody tr td.product-subtotal,
table.shop_table tfoot tr td.product-subtotal {
text-align: right;
padding-right: 0;
}
table.cart tbody tr td.actions,
table.cart tfoot tr td.actions,
table.shop_table tbody tr td.actions,
table.shop_table tfoot tr td.actions {
padding: 35px 0;
border-bottom: none;
}
table.cart tbody tr td.actions .coupon,
table.cart tfoot tr td.actions .coupon,
table.shop_table tbody tr td.actions .coupon,
table.shop_table tfoot tr td.actions .coupon {
float: left;
text-align: initial;
display: inline-block;
font-size: 0.8125rem;
}
table.cart tbody tr td.actions .coupon label,
table.cart tfoot tr td.actions .coupon label,
table.shop_table tbody tr td.actions .coupon label,
table.shop_table tfoot tr td.actions .coupon label {
display: block;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
}
table.cart tbody tr td.actions .coupon input,
table.cart tfoot tr td.actions .coupon input,
table.shop_table tbody tr td.actions .coupon input,
table.shop_table tfoot tr td.actions .coupon input {
font-family: inherit;
min-width: 230px;
outline: none;
margin-bottom: 15px;
margin-right: 15px;
}
table.cart tbody tr td.actions .coupon button,
table.cart tfoot tr td.actions .coupon button,
table.shop_table tbody tr td.actions .coupon button,
table.shop_table tfoot tr td.actions .coupon button {
border: 2px solid;
text-transform: uppercase;
font-weight: bold;
padding: 0.5rem 1rem;
line-height: normal;
border-color: var(--proteo-main_color_shade, #448a85);
color: var(--proteo-main_color_shade, #448a85);
background-color: transparent;
font-size: 0.875rem;
}
table.cart tbody tr td.actions .coupon button:hover,
table.cart tfoot tr td.actions .coupon button:hover,
table.shop_table tbody tr td.actions .coupon button:hover,
table.shop_table tfoot tr td.actions .coupon button:hover {
background-color: var(--proteo-main_color_shade, #448a85);
color: #ffffff;
}
table.cart tbody tr td.actions button[name=update_cart],
table.cart tfoot tr td.actions button[name=update_cart],
table.shop_table tbody tr td.actions button[name=update_cart],
table.shop_table tfoot tr td.actions button[name=update_cart] {
float: right;
margin-right: 0;
}
table.cart tbody tr td.actions button[name=update_cart]:before,
table.cart tfoot tr td.actions button[name=update_cart]:before,
table.shop_table tbody tr td.actions button[name=update_cart]:before,
table.shop_table tfoot tr td.actions button[name=update_cart]:before {
font: normal 1.2em Linearicons-Free;
content: "\e862";
top: 3px;
position: relative;
margin-right: 5px;
line-height: 0;
}
table.cart tbody tr td.actions .empty-cart,
table.cart tfoot tr td.actions .empty-cart,
table.shop_table tbody tr td.actions .empty-cart,
table.shop_table tfoot tr td.actions .empty-cart {
float: right;
margin-right: 15px;
margin-bottom: 15px;
}
table.cart tbody tr:first-child td,
table.cart tfoot tr:first-child td,
table.shop_table tbody tr:first-child td,
table.shop_table tfoot tr:first-child td {
border-top: 1px solid #cccccc;
}
table.cart tbody tr.shipping ul,
table.cart tfoot tr.shipping ul,
table.shop_table tbody tr.shipping ul,
table.shop_table tfoot tr.shipping ul {
list-style-type: none;
padding: 0;
margin: 0;
}
table.cart tbody tr.shipping ul label,
table.cart tfoot tr.shipping ul label,
table.shop_table tbody tr.shipping ul label,
table.shop_table tfoot tr.shipping ul label {
font-weight: bold;
cursor: pointer;
}
body.update-cart-button-style table.cart tbody tr td.actions button[name=update_cart] {
margin-right: 0;
}  ul.products,
.wc-block-grid ul.wc-block-grid__products {
margin: 0 0 var(--proteo-catalog_product_vertical_spacing);
padding: 0;
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: 1fr;
grid-column-gap: var(--proteo-catalog_product_horizontal_spacing);
grid-row-gap: var(--proteo-catalog_product_vertical_spacing);
}
ul.products.list_products_layout,
.wc-block-grid ul.wc-block-grid__products.list_products_layout {
display: block;
}
ul.products:after,
.wc-block-grid ul.wc-block-grid__products:after {
content: "";
display: block;
clear: both;
}
ul.products .yith-quick-view.yith-inline,
.wc-block-grid ul.wc-block-grid__products .yith-quick-view.yith-inline {
grid-column: 1/span 1;
}
ul.products li.product,
ul.products li.wc-block-grid__product,
.wc-block-grid ul.wc-block-grid__products li.product,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
list-style: none;
position: relative;
padding: 0;
text-align: center;
max-width: none;
}
ul.products li.product .product-content,
ul.products li.wc-block-grid__product .product-content,
.wc-block-grid ul.wc-block-grid__products li.product .product-content,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .product-content {
position: relative;
text-align: center;
}
ul.products li.product .product-content::after,
ul.products li.wc-block-grid__product .product-content::after,
.wc-block-grid ul.wc-block-grid__products li.product .product-content::after,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .product-content::after {
content: "";
display: block;
clear: both;
}
ul.products li.product a,
ul.products li.wc-block-grid__product a,
.wc-block-grid ul.wc-block-grid__products li.product a,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a {
text-decoration: none;
display: block;
text-align: center;
}
ul.products li.product a.woocommerce-loop-product__link,
ul.products li.wc-block-grid__product a.woocommerce-loop-product__link,
.wc-block-grid ul.wc-block-grid__products li.product a.woocommerce-loop-product__link,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a.woocommerce-loop-product__link {
position: relative;
}
ul.products li.product a.button,
ul.products li.wc-block-grid__product a.button,
.wc-block-grid ul.wc-block-grid__products li.product a.button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a.button {
display: table;
min-width: 50%;
margin-left: auto;
margin-right: auto;
}
ul.products li.product .yith-wcwl-add-to-wishlist,
ul.products li.wc-block-grid__product .yith-wcwl-add-to-wishlist,
.wc-block-grid ul.wc-block-grid__products li.product .yith-wcwl-add-to-wishlist,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .yith-wcwl-add-to-wishlist {
font-size: 0.875rem;
}
ul.products li.product .yith-wcwl-add-to-wishlist a,
ul.products li.wc-block-grid__product .yith-wcwl-add-to-wishlist a,
.wc-block-grid ul.wc-block-grid__products li.product .yith-wcwl-add-to-wishlist a,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .yith-wcwl-add-to-wishlist a {
display: inline-block;
}
ul.products li.product .add_to_cart_button,
ul.products li.product .add_to_cart_button:visited,
ul.products li.product .added_to_cart,
ul.products li.product .added_to_cart:visited,
ul.products li.product .yith-wcqv-button.button:not(.inside-thumb),
ul.products li.product .add_to_cart_button,
ul.products li.product .view-details,
ul.products li.product .product_type_grouped, ul.products li.product.outofstock a,
ul.products li.wc-block-grid__product .add_to_cart_button,
ul.products li.wc-block-grid__product .add_to_cart_button:visited,
ul.products li.wc-block-grid__product .added_to_cart,
ul.products li.wc-block-grid__product .added_to_cart:visited,
ul.products li.wc-block-grid__product .yith-wcqv-button.button:not(.inside-thumb),
ul.products li.wc-block-grid__product .add_to_cart_button,
ul.products li.wc-block-grid__product .view-details,
ul.products li.wc-block-grid__product .product_type_grouped,
ul.products li.wc-block-grid__product.outofstock a,
.wc-block-grid ul.wc-block-grid__products li.product .add_to_cart_button,
.wc-block-grid ul.wc-block-grid__products li.product .add_to_cart_button:visited,
.wc-block-grid ul.wc-block-grid__products li.product .added_to_cart,
.wc-block-grid ul.wc-block-grid__products li.product .added_to_cart:visited,
.wc-block-grid ul.wc-block-grid__products li.product .yith-wcqv-button.button:not(.inside-thumb),
.wc-block-grid ul.wc-block-grid__products li.product .add_to_cart_button,
.wc-block-grid ul.wc-block-grid__products li.product .view-details,
.wc-block-grid ul.wc-block-grid__products li.product .product_type_grouped,
.wc-block-grid ul.wc-block-grid__products li.product.outofstock a,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button:visited,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .added_to_cart,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .added_to_cart:visited,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .yith-wcqv-button.button:not(.inside-thumb),
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .view-details,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .product_type_grouped,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product.outofstock a {
transition: all ease 0.3s;
font-size: var(--proteo-catalog_product_add_to_cart_font_size, 0.875rem);
margin: 0 auto 15px;
display: table;
width: auto;
}
ul.products li.product .add_to_cart_button.unstyled_button,
ul.products li.product .add_to_cart_button:visited.unstyled_button,
ul.products li.product .added_to_cart.unstyled_button,
ul.products li.product .added_to_cart:visited.unstyled_button,
ul.products li.product .yith-wcqv-button.button:not(.inside-thumb).unstyled_button,
ul.products li.product .add_to_cart_button.unstyled_button,
ul.products li.product .view-details.unstyled_button,
ul.products li.product .product_type_grouped.unstyled_button, ul.products li.product.outofstock a.unstyled_button,
ul.products li.wc-block-grid__product .add_to_cart_button.unstyled_button,
ul.products li.wc-block-grid__product .add_to_cart_button:visited.unstyled_button,
ul.products li.wc-block-grid__product .added_to_cart.unstyled_button,
ul.products li.wc-block-grid__product .added_to_cart:visited.unstyled_button,
ul.products li.wc-block-grid__product .yith-wcqv-button.button:not(.inside-thumb).unstyled_button,
ul.products li.wc-block-grid__product .add_to_cart_button.unstyled_button,
ul.products li.wc-block-grid__product .view-details.unstyled_button,
ul.products li.wc-block-grid__product .product_type_grouped.unstyled_button,
ul.products li.wc-block-grid__product.outofstock a.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.product .add_to_cart_button.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.product .add_to_cart_button:visited.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.product .added_to_cart.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.product .added_to_cart:visited.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.product .yith-wcqv-button.button:not(.inside-thumb).unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.product .add_to_cart_button.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.product .view-details.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.product .product_type_grouped.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.product.outofstock a.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button:visited.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .added_to_cart.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .added_to_cart:visited.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .yith-wcqv-button.button:not(.inside-thumb).unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .view-details.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .product_type_grouped.unstyled_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product.outofstock a.unstyled_button {
padding: 5px 0;
display: block;
}
ul.products li.product .added_to_cart,
ul.products li.product .wc-forward,
ul.products li.wc-block-grid__product .added_to_cart,
ul.products li.wc-block-grid__product .wc-forward,
.wc-block-grid ul.wc-block-grid__products li.product .added_to_cart,
.wc-block-grid ul.wc-block-grid__products li.product .wc-forward,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .added_to_cart,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-forward {
margin-top: 5px;
display: block;
}
ul.products li.product img,
ul.products li.wc-block-grid__product img,
.wc-block-grid ul.wc-block-grid__products li.product img,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product img {
transition: all ease 0.3s;
position: relative;
z-index: 1;
}
ul.products li.product img ~ img,
ul.products li.wc-block-grid__product img ~ img,
.wc-block-grid ul.wc-block-grid__products li.product img ~ img,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product img ~ img {
position: absolute;
top: 0;
opacity: 0;
z-index: 0;
}
ul.products li.product:hover .button,
ul.products li.product:hover .add_to_cart_button,
ul.products li.wc-block-grid__product:hover .button,
ul.products li.wc-block-grid__product:hover .add_to_cart_button,
.wc-block-grid ul.wc-block-grid__products li.product:hover .button,
.wc-block-grid ul.wc-block-grid__products li.product:hover .add_to_cart_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover .button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover .add_to_cart_button {
bottom: 0;
}
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products li.wc-block-grid__product .woocommerce-loop-product__title,
ul.products li.wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid ul.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid ul.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
font-size: var(--proteo-catalog_product_title_font_size, 0.875rem);
font-weight: 500;
margin-bottom: 5px;
margin-top: 15px;
color: var(--proteo-catalog_product_title_color, #404040);
text-align: center;
}
ul.products li.product .woocommerce-loop-product__title:visited,
ul.products li.product .wc-block-grid__product-title:visited,
ul.products li.wc-block-grid__product .woocommerce-loop-product__title:visited,
ul.products li.wc-block-grid__product .wc-block-grid__product-title:visited,
.wc-block-grid ul.wc-block-grid__products li.product .woocommerce-loop-product__title:visited,
.wc-block-grid ul.wc-block-grid__products li.product .wc-block-grid__product-title:visited,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-loop-product__title:visited,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title:visited {
color: var(--proteo-catalog_product_title_color, #404040);
}
ul.products li.product .woocommerce-loop-category__title,
ul.products li.wc-block-grid__product .woocommerce-loop-category__title,
.wc-block-grid ul.wc-block-grid__products li.product .woocommerce-loop-category__title,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-loop-category__title {
text-transform: uppercase;
font-size: 1.125rem;
font-weight: normal;
}
ul.products li.product .woocommerce-loop-category__title mark,
ul.products li.wc-block-grid__product .woocommerce-loop-category__title mark,
.wc-block-grid ul.wc-block-grid__products li.product .woocommerce-loop-category__title mark,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-loop-category__title mark {
background: none;
}
ul.products li.product img,
ul.products li.wc-block-grid__product img,
.wc-block-grid ul.wc-block-grid__products li.product img,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product img {
display: block;
width: 100%;
}
ul.products li.product .star-rating,
ul.products li.product .wc-block-grid__product-rating,
ul.products li.wc-block-grid__product .star-rating,
ul.products li.wc-block-grid__product .wc-block-grid__product-rating,
.wc-block-grid ul.wc-block-grid__products li.product .star-rating,
.wc-block-grid ul.wc-block-grid__products li.product .wc-block-grid__product-rating,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .star-rating,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-rating {
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
ul.products li.product .price,
ul.products li.wc-block-grid__product .price,
.wc-block-grid ul.wc-block-grid__products li.product .price,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price {
color: var(--proteo-catalog_product_price_color, #1f1f1f);
font-size: var(--proteo-catalog_product_price_font_size, 0.875rem);
font-weight: 500;
margin-bottom: 10px;
display: block;
}
ul.products li.product .price del,
ul.products li.wc-block-grid__product .price del,
.wc-block-grid ul.wc-block-grid__products li.product .price del,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price del {
font-size: 90%;
font-weight: normal;
margin-right: 5px;
}
ul.products li.product .price ins,
ul.products li.wc-block-grid__product .price ins,
.wc-block-grid ul.wc-block-grid__products li.product .price ins,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price ins {
background: none;
}
ul.products li.product .variations_form,
ul.products li.wc-block-grid__product .variations_form,
.wc-block-grid ul.wc-block-grid__products li.product .variations_form,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .variations_form {
text-align: center;
}
ul.products li.product .variations_form .select_box,
ul.products li.wc-block-grid__product .variations_form .select_box,
.wc-block-grid ul.wc-block-grid__products li.product .variations_form .select_box,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .variations_form .select_box {
display: inline-block;
}
ul.products.columns-1, .wc-block-grid.has-1-columns ul.wc-block-grid__products {
grid-template-columns: repeat(1, 1fr);
}
ul.products.columns-2, .wc-block-grid.has-2-columns ul.wc-block-grid__products {
grid-template-columns: repeat(2, 1fr);
}
body.yith-proteo-products-hover-glow ul.products li.product:hover img,
body.yith-proteo-products-hover-glow ul.products li.wc-block-grid__product:hover img,
body.yith-proteo-products-hover-glow .wc-block-grid ul.wc-block-grid__products li.product:hover img,
body.yith-proteo-products-hover-glow .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover img {
filter: brightness(1.1);
}
body.yith-proteo-products-hover-zoom ul.products li.product:hover img,
body.yith-proteo-products-hover-zoom ul.products li.wc-block-grid__product:hover img,
body.yith-proteo-products-hover-zoom .wc-block-grid ul.wc-block-grid__products li.product:hover img,
body.yith-proteo-products-hover-zoom .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover img {
transform: scale(1.05);
}
body.yith-proteo-products-hover-alt-image ul.products li.product:hover img,
body.yith-proteo-products-hover-alt-image ul.products li.wc-block-grid__product:hover img,
body.yith-proteo-products-hover-alt-image .wc-block-grid ul.wc-block-grid__products li.product:hover img,
body.yith-proteo-products-hover-alt-image .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover img {
z-index: 0;
}
body.yith-proteo-products-hover-alt-image ul.products li.product:hover img ~ img,
body.yith-proteo-products-hover-alt-image ul.products li.wc-block-grid__product:hover img ~ img,
body.yith-proteo-products-hover-alt-image .wc-block-grid ul.wc-block-grid__products li.product:hover img ~ img,
body.yith-proteo-products-hover-alt-image .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover img ~ img {
z-index: 1;
opacity: 1;
}
body.yith-proteo-products-hover-glow-alt-image ul.products li.product:hover img,
body.yith-proteo-products-hover-glow-alt-image ul.products li.wc-block-grid__product:hover img,
body.yith-proteo-products-hover-glow-alt-image .wc-block-grid ul.wc-block-grid__products li.product:hover img,
body.yith-proteo-products-hover-glow-alt-image .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover img {
filter: brightness(1.1);
z-index: 0;
}
body.yith-proteo-products-hover-glow-alt-image ul.products li.product:hover img ~ img,
body.yith-proteo-products-hover-glow-alt-image ul.products li.wc-block-grid__product:hover img ~ img,
body.yith-proteo-products-hover-glow-alt-image .wc-block-grid ul.wc-block-grid__products li.product:hover img ~ img,
body.yith-proteo-products-hover-glow-alt-image .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover img ~ img {
z-index: 1;
opacity: 1;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image:before,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:before, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image:before,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 5;
opacity: 0;
transition: opacity ease 0.3s;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image:hover::before,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:hover::before, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image:hover::before,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:hover::before {
opacity: 1;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image .yith-proteo-product-loop-actions,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .yith-proteo-product-loop-actions, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image .yith-proteo-product-loop-actions,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .yith-proteo-product-loop-actions {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image .yith-proteo-product-loop-actions a,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .yith-proteo-product-loop-actions a, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image .yith-proteo-product-loop-actions a,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .yith-proteo-product-loop-actions a {
position: static !important;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image a:not(.woocommerce-loop-product__link),
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image .wc-block-grid__product-add-to-cart,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image .view-details,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image a:not(.woocommerce-loop-product__link),
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-add-to-cart,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .view-details, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image a:not(.woocommerce-loop-product__link),
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image .wc-block-grid__product-add-to-cart,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image .view-details,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image a:not(.woocommerce-loop-product__link),
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-add-to-cart,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .view-details {
position: absolute;
z-index: 101;
opacity: 0;
bottom: initial;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
margin: 0 auto 15px !important;
min-width: 80%;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image a:not(.woocommerce-loop-product__link).added,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image .wc-block-grid__product-add-to-cart.added,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image .view-details.added,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image a:not(.woocommerce-loop-product__link).added,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-add-to-cart.added,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .view-details.added, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image a:not(.woocommerce-loop-product__link).added,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image .wc-block-grid__product-add-to-cart.added,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image .view-details.added,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image a:not(.woocommerce-loop-product__link).added,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-add-to-cart.added,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .view-details.added {
display: none;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image .wc-block-grid__product-add-to-cart a,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-add-to-cart a, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image .wc-block-grid__product-add-to-cart a,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-add-to-cart a {
position: initial;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image:hover a:not(.woocommerce-loop-product__link), body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image:hover .wc-block-grid__product-add-to-cart, body.yith-proteo-product-loop-add-to-cart-position-hover ul.products li.product .yith-proteo-product-loop-image:hover .view-details,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:hover a:not(.woocommerce-loop-product__link),
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:hover .wc-block-grid__product-add-to-cart,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:hover .view-details, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image:hover a:not(.woocommerce-loop-product__link), body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image:hover .wc-block-grid__product-add-to-cart, body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image:hover .view-details,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:hover a:not(.woocommerce-loop-product__link),
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:hover .wc-block-grid__product-add-to-cart,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:hover .view-details {
opacity: 1;
bottom: initial;
}
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.products li.product .yith-proteo-product-loop-image:before,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image:before {
background: rgba(255, 255, 255, 0.75);
}
body.yith-proteo-products-with-border ul.products li.product .product-content,
body.yith-proteo-products-with-border ul.products li.wc-block-grid__product,
body.yith-proteo-products-with-border .wc-block-grid ul.wc-block-grid__products li.product .product-content,
body.yith-proteo-products-with-border .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
border-style: solid;
border-width: var(--proteo-catalog_product_border_width);
border-color: var(--proteo-catalog_product_border_color);
border-radius: var(--proteo-catalog_product_border_radius);
background-color: #ffffff;
overflow: hidden;
height: 100%;
}
body.yith-proteo-products-with-border ul.products li.wc-block-grid__product,
body.yith-proteo-products-with-border .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
overflow: hidden;
}
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image a:not(.woocommerce-loop-product__link),
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-add-to-cart,
body.yith-proteo-product-loop-add-to-cart-position-hover ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .view-details,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image a:not(.woocommerce-loop-product__link),
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-add-to-cart,
body.yith-proteo-product-loop-add-to-cart-position-hover-light ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .view-details {
min-width: 80%;
}  .single-product { }
.single-product div.product .single-product-layout-cols {
clear: both;
margin-bottom: 100px;
position: relative;
}
.single-product div.product .single-product-layout-cols:after {
content: "";
display: block;
clear: both;
}
.single-product div.product .woocommerce-breadcrumb {
text-align: initial;
margin-bottom: 10px;
}
.single-product div.product .woocommerce-breadcrumb + h1 {
margin-top: 0;
}
.single-product div.product .woocommerce-product-gallery {
position: relative;
width: 40%;
float: left;
display: inline-block;
margin: 0;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
left: 1em;
display: block;
z-index: 99;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 30px;
background: #ffffff;
filter: saturate(0);
text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
margin: 0 auto;
display: block;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 30px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
margin: 0 -15px;
padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
float: left;
font-size: 0;
padding: 0 15px 30px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after {
content: "";
display: block;
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
width: 50%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333333333%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery figure {
margin-top: 0;
}
.single-product div.product .summary.entry-summary {
width: 60%;
float: left;
display: inline-block;
padding-left: 90px;
}
.single-product div.product .summary.entry-summary .onsale {
position: static;
}
.single-product div.product .summary.entry-summary .product_title {
margin: 0 0 0.4em;
font-size: var(--proteo-single_product_title_font_size, 70px);
color: var(--proteo-single_product_title_font_color, #404040);
}
.single-product div.product .summary.entry-summary .woocommerce-product-rating {
margin-bottom: 30px;
}
.single-product div.product .summary.entry-summary .woocommerce-product-rating .star-rating,
.single-product div.product .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
display: inline-block;
margin: 0 15px 15px 0;
vertical-align: middle;
}
.single-product div.product .summary.entry-summary .price {
font-size: var(--proteo-single_product_price_font_size, 2.1875rem);
color: var(--proteo-single_product_price_color, var(--proteo-main_color_shade, #448a85));
margin: 0 0 30px;
}
.single-product div.product .summary.entry-summary .price del {
font-size: 0.8em;
margin-right: 5px;
}
.single-product div.product .summary.entry-summary .price ins {
background: none;
color: inherit;
}
.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description {
font-size: var(--proteo-single_product_description_font_size, 1.25rem);
color: var(--proteo-single_product_description_font_color);
}
.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description p {
margin-top: 0;
font-size: inherit;
line-height: 1.8;
}
.single-product div.product .summary.entry-summary form.cart {
margin-bottom: 30px;
}
.single-product div.product .summary.entry-summary form.cart .quantity {
max-width: 100px;
}
.single-product div.product .summary.entry-summary form.cart .quantity.hidden {
display: none;
}
.single-product div.product .summary.entry-summary form.cart .quantity input {
font-size: var(--proteo-single_product_quantity_input_font_size, 2.5rem);
}
.single-product div.product .summary.entry-summary form.cart .quantity span.product-qty-arrows span {
padding: 5px 0;
}
.single-product div.product .summary.entry-summary button[type=submit] {
margin-bottom: 15px;
margin-right: 15px;
text-transform: uppercase;
font-size: var(--proteo-single_product_add_to_cart_button_font_size, 1.25rem);
font-weight: bold;
text-align: center;
padding: 0.9375rem 2.8125rem;
vertical-align: middle;
}
.single-product div.product .summary.entry-summary form.variations_form table.variations {
margin-bottom: 40px;
}
.single-product div.product .summary.entry-summary form.variations_form table.variations tr > td, .single-product div.product .summary.entry-summary form.variations_form table.variations tr > th {
padding-bottom: 45px;
font-size: 0.9375rem;
font-weight: 500;
position: relative;
}
.single-product div.product .summary.entry-summary form.variations_form table.variations tr > td.label, .single-product div.product .summary.entry-summary form.variations_form table.variations tr > th.label {
width: 1px;
padding-right: 35px;
white-space: nowrap;
text-align: inherit;
}
.single-product div.product .summary.entry-summary form.variations_form table.variations tr > td .select2-container, .single-product div.product .summary.entry-summary form.variations_form table.variations tr > th .select2-container {
min-width: 50%;
}
.single-product div.product .summary.entry-summary form.variations_form table.variations tr > td a.reset_variations, .single-product div.product .summary.entry-summary form.variations_form table.variations tr > th a.reset_variations {
position: absolute;
bottom: 5px;
left: 0;
}
.single-product div.product .summary.entry-summary form.variations_form table.variations tr > td .select_box:after, .single-product div.product .summary.entry-summary form.variations_form table.variations tr > th .select_box:after {
display: none;
}
.single-product div.product .summary.entry-summary .yith-wapo-addon-type-select .select2-container {
min-width: 50%;
}
.single-product div.product .summary.entry-summary .product_meta > span {
margin-bottom: 30px;
font-size: 0.8125rem;
display: block;
text-transform: uppercase;
}
.single-product div.product .summary.entry-summary .single_variation_wrap .woocommerce-variation-description {
font-size: 1.25rem;
line-height: 1.8;
}
.single-product div.product .summary.entry-summary .single_variation_wrap .woocommerce-variation-price {
margin-bottom: 30px;
}
.single-product .sold-individually form.cart .quantity {
display: none;
}
.single-product .woocommerce-tabs {
display: block;
}
.single-product .woocommerce-tabs ul.tabs {
list-style: none;
margin: 0;
padding: 0 30px 0 0;
text-align: left;
border-bottom: 4px solid #f2f2f2;
}
.single-product .woocommerce-tabs ul.tabs li {
display: inline-block;
margin: 0;
position: relative;
white-space: nowrap;
color: var(--proteo-single_product_tabs_title_color, #1f1f1f);
}
.single-product .woocommerce-tabs ul.tabs li a {
padding: 0.9375rem 0;
display: block;
font-size: var(--proteo-single_product_tabs_title_font_size, 30px);
font-weight: bold;
text-decoration: none;
margin-right: 45px;
color: inherit;
margin-bottom: -4px;
border-bottom: 4px solid transparent;
opacity: 0.5;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
color: inherit;
opacity: 1;
border-bottom: 4px solid var(--proteo-single_product_tabs_title_color, #1f1f1f);
}
.single-product .woocommerce-tabs .panel {
display: block;
margin: 0;
padding: 35px 0 50px;
border-bottom: 4px solid #f2f2f2;
font-size: var(--proteo-single_product_tabs_content_font_size, 16px);
line-height: 1.8;
}
.single-product .woocommerce-tabs .panel h2:first-of-type {
margin-bottom: 1em;
margin-top: 0;
}
.single-product .woocommerce-tabs .panel .woocommerce-Reviews-title {
display: none;
}
.single-product .woocommerce-tabs .panel table.shop_attributes th {
text-align: left;
width: 1px;
vertical-align: top;
padding-right: 35px;
white-space: nowrap;
}
.single-product .woocommerce-tabs .panel table.shop_attributes td {
vertical-align: top;
}
.single-product .woocommerce-tabs .panel table.shop_attributes td p {
margin-top: 0;
}
.single-product .related.products {
padding-top: 50px;
}
.single-product .related.products h2 {
text-align: center;
margin-bottom: 50px;
}
.single-product.yith-proteo-product-page-with-background .single-product-layout-cols {
padding-top: 50px;
padding-bottom: 50px;
}
.single-product.yith-proteo-product-page-with-background .single-product-layout-cols::before {
width: 110vw;
position: absolute;
margin-left: -50vw;
left: 50%;
background-color: var(--proteo-single_product_background_color);
content: "";
top: 0;
bottom: 0;
z-index: -1;
pointer-events: none;
}
.single-product.yith-proteo-product-page-with-background #secondary {
background-color: #ffffff;
}
.stock:empty:before {
display: none;
}
.stock.in-stock {
color: #17b4a9;
}
.stock.out-of-stock {
color: #f44336;
} #reviews .commentlist {
list-style-type: none;
}
#reviews .commentlist li.review,
#reviews .commentlist li.comment {
position: relative;
margin-bottom: 35px;
font-size: 1rem;
}
#reviews .commentlist li.review:after,
#reviews .commentlist li.comment:after {
content: "";
display: block;
clear: both;
}
#reviews .commentlist li.review .comment_container,
#reviews .commentlist li.comment .comment_container {
display: grid;
grid-template-columns: 60px 1fr;
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 35px;
}
#reviews .commentlist li.review .comment_container img.avatar,
#reviews .commentlist li.comment .comment_container img.avatar {
grid-area: 1/1/2/2;
}
#reviews .commentlist li.review .comment_container .comment-text,
#reviews .commentlist li.comment .comment_container .comment-text {
grid-area: 1/2/2/3;
}
#reviews .commentlist li.review .comment_container .comment-text p,
#reviews .commentlist li.comment .comment_container .comment-text p {
font-size: 1rem;
line-height: normal;
}
#review_form_wrapper {
font-size: 1rem;
}
#review_form_wrapper .comment-reply-title {
font-size: 1.25rem;
line-height: 1.8;
font-weight: 600;
}
#review_form_wrapper form p {
font-size: 1rem;
line-height: normal;
}  body.woocommerce-cart .site-content {
overflow-x: hidden;
}
body.woocommerce-cart.two-cols-cart form.woocommerce-cart-form {
width: 60%;
display: inline-block;
box-sizing: border-box;
float: left;
padding-right: 30px;
margin-bottom: 35px;
}
body.woocommerce-cart.two-cols-cart .cart-collaterals {
width: 40%;
display: inline-block;
box-sizing: border-box;
float: left;
margin-bottom: 35px;
}
body.woocommerce-cart.two-cols-cart .cart-collaterals .cart_totals {
width: 100%;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
width: 50%;
float: right;
max-width: 500px;
background: #f4f4f4;
padding: 50px 0 50px 100px;
position: relative;
}
body.woocommerce-cart .cart-collaterals .cart_totals:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 3000px;
background: inherit;
z-index: -1;
}
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals table {
margin-bottom: 50px;
}
body.woocommerce-cart .cart-collaterals .cart_totals table td,
body.woocommerce-cart .cart-collaterals .cart_totals table th {
border: none;
padding: 15px 0;
font-size: 1rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals table td li,
body.woocommerce-cart .cart-collaterals .cart_totals table td p,
body.woocommerce-cart .cart-collaterals .cart_totals table th li,
body.woocommerce-cart .cart-collaterals .cart_totals table th p {
font-size: inherit;
}
body.woocommerce-cart .cart-collaterals .cart_totals table th {
font-weight: bold;
text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals table td {
text-align: right;
font-weight: normal;
}
body.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total {
color: var(--proteo-main_color_shade, #448a85);
font-size: 1.125rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td,
body.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total * {
font-weight: bold;
font-size: inherit;
}
body.woocommerce-cart .cart-collaterals .cart_totals table #shipping_method,
body.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination {
font-size: 0.875rem;
line-height: normal;
padding-left: 50px;
}
body.woocommerce-cart .cart-collaterals .cart_totals table #shipping_method .amount,
body.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination .amount {
font-weight: normal;
}
body.woocommerce-cart .cart-collaterals .cart_totals table #shipping_method li,
body.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination li {
text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination {
margin: 5px 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals table form.woocommerce-shipping-calculator {
font-size: 0.875em;
}
body.woocommerce-cart .cart-collaterals .cart_totals table .shipping-calculator-form {
padding-left: 10%;
}
body.woocommerce-cart .cart-collaterals .cart_totals table .shipping-calculator-form p {
padding-right: 0;
line-height: normal;
text-align: initial;
}
body.woocommerce-cart .cart-collaterals .cart_totals table .shipping-calculator-form button[type=submit] {
float: right;
margin-right: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
text-align: center;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
color: #ffffff;
text-transform: uppercase;
font-size: 1.25rem;
font-weight: bold;
text-align: center;
padding: 1.25rem;
vertical-align: middle;
display: block;
width: 100%;
}
body.woocommerce-cart .variation dt {
font-weight: 700;
font-size: 0.875em;
}
body.woocommerce-cart .variation dd {
font-size: 0.875em;
margin: 0 0 1em;
} .wp-block-woocommerce-cart-totals-block {
position: relative;
padding-block: 30px;
height: fit-content;
}
.wp-block-woocommerce-cart-totals-block:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -30px;
width: 3000px;
background: #ebebeb;
z-index: -1;
}  body.woocommerce-checkout .entry-content p:not([class^=has]),
body.woocommerce-checkout .entry-content li:not(.product) {
font-size: 1rem;
line-height: 1.8;
}
body.woocommerce-checkout .col-1,
body.woocommerce-checkout .col-2 {
max-width: initial;
width: 100%;
padding: 0;
}
body.woocommerce-checkout form.woocommerce-checkout:after {
content: "";
display: block;
clear: both;
}
body.woocommerce-checkout #customer_details {
width: 50%;
display: inline-block;
float: left;
}
body.woocommerce-checkout #order_review {
float: right;
width: 50%;
margin-right: 0;
clear: right;
padding-left: 30px;
}
body.woocommerce-checkout #order_review #shipping_method li {
font-size: 1rem;
line-height: normal;
}
body.woocommerce-checkout #order_review #shipping_method li label {
font-weight: normal;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review {
float: none;
margin: 0 auto;
padding: 0;
width: 60%;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table th.product-name, body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table td.product-name {
text-align: left;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table th.product-total, body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table td.product-total, body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table td.product-subtotal {
text-align: right;
padding-right: 15px;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table th.product-quantity, body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table td.product-quantity {
text-align: center;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table tfoot tr:first-child td {
border-top: none;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review .form-row {
padding: 0;
}
body.woocommerce-checkout .order_review_inner {
border: 1px solid #313131;
padding: 35px 30px 50px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table th {
text-align: left;
border: none;
padding: 15px 0;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tr:first-child td {
border: none;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
border: none;
padding: 15px 0;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total {
text-align: right;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr:last-child td {
border-bottom: 1px solid #ebebeb;
padding-bottom: 35px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr:first-child th {
padding-top: 35px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th {
text-align: right;
background: none;
border: none;
padding-right: 15px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
text-align: right;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total th {
color: var(--proteo-main_color_shade, #448a85);
}
body.woocommerce-checkout #payment ul {
list-style-type: none;
padding: 0;
background: #f7f7f7;
}
body.woocommerce-checkout #payment ul li {
padding: 15px 30px 15px 30px;
position: relative;
}
body.woocommerce-checkout #payment ul li .radiobutton {
position: absolute;
pointer-events: none;
}
body.woocommerce-checkout #payment ul li label {
font-weight: bold;
display: block;
cursor: pointer;
padding-left: 30px;
}
body.woocommerce-checkout #payment ul li.payment_method_paypal label img {
float: right;
margin-top: -3px;
}
body.woocommerce-checkout #payment ul li.payment_method_paypal label a {
font-size: 80%;
margin-left: 15px;
font-weight: lighter;
}
body.woocommerce-checkout #payment ul li .wc-payment-form label {
padding-left: 0;
}
body.woocommerce-checkout #payment #place_order {
display: block;
width: 100%;
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
padding: 22px 35px 21px;
outline: none;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
padding: 0;
font-size: 1rem;
line-height: 1.8;
}
body.woocommerce-checkout #customer_details {
background: #f7f7f7;
padding: 35px 30px;
}
body.woocommerce-checkout .checkout_coupon {
padding: 35px 15px 30px 30px;
list-style-type: none;
margin-bottom: 15px;
border-radius: 0;
border-width: 0;
border-style: solid;
color: #000000;
font-size: 1rem;
font-weight: 500;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
background-color: #ffffff;
}
body.woocommerce-checkout:not(.woocommerce-order-pay) #payment > ul {
margin-left: -30px;
margin-right: -30px;
}
body.woocommerce-checkout:not(.woocommerce-order-pay) #payment > ul > li:first-child:last-child > label {
padding-left: 0;
}
body.woocommerce-checkout .checkout_coupon p,
body.woocommerce-cart .ywgc_enter_code p {
font-size: 1rem;
line-height: normal;
font-weight: 500;
}
body.woocommerce-checkout .checkout_coupon .form-row-first,
body.woocommerce-checkout .checkout_coupon .form-row-last,
body.woocommerce-cart .ywgc_enter_code .form-row-first,
body.woocommerce-cart .ywgc_enter_code .form-row-last {
display: inline-block;
width: auto;
float: none;
}
body.woocommerce-checkout .checkout_coupon .form-row-last,
body.woocommerce-cart .ywgc_enter_code .form-row-last {
padding: 0;
}
body.woocommerce-checkout .checkout_coupon button,
body.woocommerce-cart .ywgc_enter_code button {
line-height: normal;
font-size: 0.875rem;
margin: 0;
min-height: var(--proteo-forms_input_min_height);
text-transform: uppercase;
}
body.woocommerce-checkout .checkout_coupon input[type=text],
body.woocommerce-cart .ywgc_enter_code input[type=text] {
outline: none;
min-width: 230px;
}
body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table thead th {
text-align: left;
padding-left: 0;
}
body.woocommerce-order-received table.shop_table thead th:last-of-type {
text-align: right;
padding-right: 0;
padding-left: 15px;
}
body.woocommerce-order-received table.shop_table tfoot tr td,
body.woocommerce-order-received table.shop_table tbody tr td {
border: none;
padding: 15px 0;
}
body.woocommerce-order-received table.shop_table tfoot tr:first-of-type > * {
border-top: 1px solid #cccccc;
}
body.woocommerce-order-received table.shop_table tfoot tr:last-of-type {
font-weight: bold;
color: var(--proteo-main_color_shade, #448a85);
}
body.woocommerce-order-received table.shop_table tr td:last-of-type {
text-align: right;
padding-right: 0;
padding-left: 15px;
}
body.woocommerce-order-received ul.wc-item-meta {
margin-bottom: 0;
}
body.woocommerce-order-received ul.wc-item-meta li p {
display: inline-block;
margin-bottom: 0;
}
body.woocommerce-order-received .entry-content {
border: 1px solid #404040;
padding: 30px;
max-width: 960px;
margin: 0 auto 50px;
}
body.woocommerce-order-received header.entry-header .entry-title.lnr {
color: var(--proteo-main_color_shade, #448a85);
}
body.woocommerce-order-received .woocommerce-order {
margin: 0 -15px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-notice {
padding-left: 15px;
padding-right: 15px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
width: 100%;
padding: 0 15px;
list-style-type: none;
margin-bottom: 35px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li.woocommerce-order-overview__order.order {
font-weight: bold;
margin-bottom: 25px;
color: var(--proteo-main_color_shade, #448a85);
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
padding: 0 15px;
margin-bottom: 70px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details h2 {
margin-top: 0;
font-size: 1.5em;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
padding: 0 15px;
margin-bottom: 35px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details h2 {
margin-top: 0;
font-size: 1.5em;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses {
display: block;
clear: both;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses:after {
content: "";
display: block;
clear: both;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses > div {
display: inline-block;
float: left;
width: 50%;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses > div.col-2 {
text-align: right;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses > div address {
font-style: initial;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses > div address p {
margin: 0;
}
body.woocommerce-order-received .woocommerce-order .product-image {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
body.woocommerce-order-received .woocommerce-order .product-image img {
max-width: 80px;
}  header.woocommerce-products-header {
text-align: var(--proteo-page_title_align);
}
p.woocommerce-result-count {
display: inline-block;
margin-right: 30px;
} .site-header-cart {
position: relative;
margin: 0;
padding: 0;
content: "";
display: table;
table-layout: fixed;
}
.site-header-cart .cart-contents {
text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
display: none;
}
.site-header-cart .product_list_widget {
margin: 0;
padding: 0;
} .star-rating,
body .wc-block-grid__product-rating .star-rating,
body .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
font-size: 1em;
width: 5.3em;
font-family: "star";
font-weight: 400;
color: #1f1f1f;
}
.star-rating:before,
body .wc-block-grid__product-rating .star-rating:before,
body .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
content: "SSSSS";
opacity: 0.25;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span,
body .wc-block-grid__product-rating .star-rating span,
body .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before,
body .wc-block-grid__product-rating .star-rating span:before,
body .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
content: "SSSSS";
top: 0;
position: absolute;
left: 0;
}
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: 400;
}
p.stars a:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "star";
content: "S";
color: #1f1f1f;
text-indent: 0;
opacity: 0.25;
}
p.stars a:hover ~ a:before {
content: "S";
color: #1f1f1f;
opacity: 0.25;
}
p.stars:hover a:before {
content: "S";
color: #fdc100;
opacity: 1;
}
p.stars.selected a.active:before {
content: "S";
color: #fdc100;
opacity: 1;
}
p.stars.selected a.active ~ a:before {
content: "S";
color: #fdc100;
opacity: 0.25;
}
p.stars.selected a:not(.active):before {
content: "S";
color: #fdc100;
opacity: 1;
} .woocommerce-password-strength {
text-align: right;
}
.woocommerce-password-strength.strong {
color: #17b4a9;
}
.woocommerce-password-strength.short {
color: #f44336;
}
.woocommerce-password-strength.bad {
color: #f44336;
}
.woocommerce-password-strength.good {
color: #e0e0e0;
} .form-row {
padding: 0 15px;
margin-bottom: 35px;
}
.form-row.woocommerce-invalid label,
.form-row.woocommerce-invalid input {
color: #f44336;
border-color: #f44336;
}
.form-row.woocommerce-invalid label + .separator,
.form-row.woocommerce-invalid input + .separator {
background: #f44336;
}
.form-row label {
display: block;
margin-bottom: 5px;
}
.form-row label + span {
display: block;
}
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=tel],
.form-row input[type=url],
.form-row input[type=search],
.form-row select,
.form-row textarea {
width: 100%;
}
.form-row.form-row-first {
width: 50%;
float: left;
clear: both;
}
.form-row.form-row-last {
width: 50%;
float: right;
}
.form-row.form-row-wide {
clear: both;
width: 100%;
}
.form-row.place-order {
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
}
.woocommerce-input-wrapper .select2-container .select2-selection {
margin-top: 0;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.required {
color: red;
}
.quantity {
margin-bottom: 15px;
margin-right: 15px;
display: inline-block;
vertical-align: middle;
max-width: 70px;
white-space: nowrap;
width: 100%;
}
.quantity input {
text-align: center;
line-height: normal;
color: #1f1f1f;
font-family: inherit;
vertical-align: middle;
padding-right: 30px;
display: inline-block;
width: 100%;
}
.quantity span.product-qty-arrows {
font-size: 0.6em;
display: inline-block;
vertical-align: middle;
margin-left: -30px;
}
.quantity span.product-qty-arrows span {
cursor: pointer;
display: block;
padding: 3px 0;
}
.quantity input[type=hidden] + span.product-qty-arrows {
display: none;
} .woocommerce-notices-wrapper {
position: relative;
}
.woocommerce-notices-wrapper *[role=alert] {
opacity: 0;
animation: slide-left 5s ease;
top: 20%;
max-width: 600px;
position: fixed;
z-index: 1000;
right: 0;
visibility: hidden;
}
.woocommerce-notices-wrapper *[role=alert]:empty {
display: none;
}
p.woocommerce-Message,
p.woocommerce-message,
p.woocommerce-info,
p.woocommerce-error,
.entry-content p.woocommerce-Message,
.entry-content p.woocommerce-message,
.entry-content p.woocommerce-info,
.entry-content p.woocommerce-error,
.entry-content .ywgc_enter_code p,
body.woocommerce-checkout .checkout_coupon p {
font-size: var(--proteo-woo_messages_font_size, 1rem);
}
.woocommerce-message[role=alert] {
opacity: 0;
animation: slide-left 5s ease;
top: 20%;
max-width: 600px;
position: fixed;
z-index: 1000;
right: 0;
visibility: hidden;
}
div.wpcf7-response-output {
opacity: 0;
animation: slide-left 5s ease;
top: 20%;
max-width: 600px;
position: fixed;
z-index: 1000;
right: 0;
visibility: hidden;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
content: "";
display: table;
table-layout: fixed;
clear: both;
width: 100%;
}
.woocommerce-message {
border-color: var(--proteo-woo_messages_default_accent_color, #17b4a9);
}
.woocommerce-info {
border-color: var(--proteo-woo_messages_info_accent_color, #e0e0e0);
}
.woocommerce-error {
border-color: var(--proteo-woo_messages_error_accent_color, #f44336);
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
div.wpcf7-response-output {
padding: 35px 15px 30px 30px;
list-style-type: none;
margin-bottom: 15px;
border-radius: 0;
border-width: 0 10px 0 0;
border-style: solid;
color: #000000;
font-size: var(----proteo-woo_messages_font_size, 1rem);
font-weight: 500;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
background-color: #ffffff;
}
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button,
div.wpcf7-response-output a.button {
float: right;
margin-bottom: 0;
text-transform: uppercase;
font-size: 0.8125em;
}
.woocommerce-message ul,
.woocommerce-info ul,
.woocommerce-error ul,
div.wpcf7-response-output ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.woocommerce-message p,
.woocommerce-info p,
.woocommerce-error p,
div.wpcf7-response-output p {
font-size: inherit;
}
@keyframes slide-left {
0% {
opacity: 0;
visibility: hidden;
transform: translateX(50px);
}
10% {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
90% {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
100% {
opacity: 0;
visibility: hidden;
transform: translateX(50px);
}
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em;
z-index: 9999;
background-color: var(--proteo-store_notice_bg_color);
color: var(--proteo-store_notice_text_color);
font-size: var(--proteo-store_notice_font_size);
}
.demo_store a.woocommerce-store-notice__dismiss-link {
float: right;
} span.onsale,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
position: absolute;
z-index: 10;
display: inline-block;
padding: 5px;
top: 7.5px;
line-height: normal;
font-weight: 700;
text-transform: uppercase;
left: auto;
right: 7.5px;
border: none;
border-radius: 0;
margin: 0;
background-color: var(--proteo-sale_badge_bg_color, #448a85);
color: var(--proteo-sale_badge_text_color, #ffffff);
font-size: var(--proteo-sale_badge_font_size, 13px);
} .woocommerce-form-coupon {
border: 1px solid #ebebeb;
padding: 15px;
margin-bottom: 35px;
}
.woocommerce-form-coupon .form-row-first {
padding-left: 0;
}
.woocommerce-form-coupon .form-row-last {
padding-right: 0;
} .woocommerce-breadcrumb {
text-align: center;
text-transform: uppercase;
font-size: 0.9375rem;
color: #9d9d9d;
}
.woocommerce-breadcrumb a {
text-decoration: none;
color: inherit;
}
.woocommerce-breadcrumb a:hover {
text-decoration: underline;
color: var(--proteo-general_link_hover_color, #448a85);
}
.woocommerce-page.archive .woocommerce-breadcrumb {
text-align: var(--proteo-page_title_align);
}
nav.woocommerce-breadcrumb + header h1 {
margin-top: 0;
} .woocommerce-ordering {
margin-bottom: 50px;
display: inline-block;
text-align: initial;
}
.yith-proteo-before-shop-loop {
text-align: right;
} .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.selectBox-options .selectBox-selected a {
background-color: #448a85 !important;
color: #fff;
}
.select2-container .select2-selection,
.woocommerce a.selectBox.selectBox-dropdown {
outline: none;
margin-top: -5px;
padding: 8px 10px 7px 2px;
}
.select2-container .select2-selection .select2-selection__rendered,
.woocommerce a.selectBox.selectBox-dropdown .select2-selection__rendered {
line-height: 1.8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 5px;
right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border: none;
font-size: 0.8em;
padding: 5px;
line-height: normal;
top: 0;
bottom: 0;
left: 0;
margin: 0;
display: contents;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
content: "";
display: block;
background-image: url(//ds-plaisir.fr/wp-content/themes/yith-proteo/img/sort-icon.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 15px;
width: 20px;
height: 26px;
}
.select2-dropdown,
.selectBox-dropdown-menu {
font-size: var(--proteo-forms_input_font_size);
border: none;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
border-radius: 0;
}
.select2-dropdown .select2-search__field,
.selectBox-dropdown-menu .select2-search__field {
border: 1px solid #cdcdcd;
outline: none;
}
.select2-dropdown.select2-dropdown--below,
.selectBox-dropdown-menu.select2-dropdown--below {
top: 15px;
}
.select2-dropdown.select2-dropdown--above,
.selectBox-dropdown-menu.select2-dropdown--above {
top: 0px;
}
.select2-dropdown .select2-results__option,
.selectBox-dropdown-menu .select2-results__option {
padding: 6px 15px;
}
.select2-dropdown .select2-results__option:first-child,
.selectBox-dropdown-menu .select2-results__option:first-child {
padding-top: 15px;
}
.select2-dropdown .select2-results__option:last-child,
.selectBox-dropdown-menu .select2-results__option:last-child {
padding-bottom: 15px;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-dropdown .select2-results__option.select2-results__option[data-selected=true],
.selectBox-dropdown-menu .select2-results__option.select2-results__option--highlighted,
.selectBox-dropdown-menu .select2-results__option.select2-results__option[data-selected=true] {
color: var(--proteo-main_color_shade, #448a85) !important;
background-color: #fff !important;
outline: none;
}
.select2-dropdown .select2-results__option.select2-results__option[data-selected=true],
.selectBox-dropdown-menu .select2-results__option.select2-results__option[data-selected=true] {
font-weight: 500;
}
.select2-dropdown .select2-results__option ul li,
.selectBox-dropdown-menu .select2-results__option ul li {
padding: 6px 15px 6px 6px !important;
}
.select2-dropdown .select2-results__option ul li:first-child,
.selectBox-dropdown-menu .select2-results__option ul li:first-child {
padding-top: 0 !important;
}
.selectBox-dropdown-menu {
margin-top: 15px;
}
.selectBox-dropdown-menu li {
background: none;
}
.selectBox-dropdown-menu li:first-child {
padding-top: 5px;
}
.selectBox-dropdown-menu li:last-child {
padding-bottom: 5px;
}
.selectBox-dropdown-menu li a {
cursor: pointer;
text-transform: uppercase;
}
.selectBox-dropdown-menu li.selectBox-selected a {
color: #448a85 !important;
background-color: #fff !important;
outline: none;
font-weight: 500;
}
.selectBox-dropdown-menu li.selectBox-hover a {
color: #448a85 !important;
background-color: #fff !important;
outline: none;
}
.pp_overlay + .select2-container {
z-index: 100000;
} .pswp__bg {
background: var(--proteo-main_color_shade, #448a85);
} .price,
.product-price .value,
.min-cart-subtotal {
color: #1f1f1f;
margin-bottom: 5px;
display: block;
}
.price del,
.product-price .value del,
.min-cart-subtotal del {
font-size: 0.9em;
font-weight: normal;
margin-right: 5px;
}
.price ins,
.product-price .value ins,
.min-cart-subtotal ins {
background: none;
} .woocommerce form .password-input, .woocommerce-page form .password-input {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
background-color: transparent;
border-radius: 0;
border: 0;
color: var(--proteo-base_font_color, #404040);
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::after, .woocommerce-page form .show-password-input::after {
font-family: "simple-line-icons";
speak: never;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-left: 0.618em;
content: "\e087";
text-decoration: none;
margin-left: 0;
margin-top: -2px;
vertical-align: middle;
display: inline-block;
}
.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
opacity: 0.5;
}  .widget_price_filter .price_slider {
margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
float: left;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: ew-resize;
outline: none;
background: var(--proteo-main_color_shade, #448a85);
box-sizing: border-box;
margin-top: -0.25em;
opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
background: var(--proteo-main_color_shade, #448a85);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
} .widget_shopping_cart {
position: relative;
}
.widget_shopping_cart > a {
display: block;
color: inherit;
font-size: 2rem;
text-decoration: none;
}
.widget_shopping_cart .widget_shopping_cart_content {
min-width: 45px;
}
.widget_shopping_cart .proceed-to-cart-icon {
color: inherit;
text-decoration: none;
display: block;
}
.widget_shopping_cart .proceed-to-cart-icon span.lnr {
font-size: 1.8rem;
}
.widget_shopping_cart .proceed-to-cart-icon span.lnr + span {
margin-left: 5px;
}
.widget_shopping_cart .proceed-to-cart-icon:hover span.lnr {
color: var(--proteo-header_menu_hover_color, #448a85);
}
.widget_shopping_cart .proceed-to-cart-icon img.custom-cart-icon {
display: inline;
vertical-align: middle;
}
.widget_shopping_cart .proceed-to-cart-icon img.custom-cart-icon + span {
margin-left: 5px;
vertical-align: middle;
}
.widget_shopping_cart .yith-proteo-mini-cart-content {
position: absolute;
min-width: 280px;
box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
right: 0;
padding: 15px;
background: var(--proteo-header_bg_color, #ffffff);
border-radius: 5px;
top: 100%;
opacity: 0;
visibility: hidden;
transition: all ease 0.3s;
font-size: 16px;
}
.widget_shopping_cart .yith-proteo-mini-cart-content:before {
content: "";
display: block;
width: 50px;
height: 15px;
top: -15px;
position: absolute;
right: 0;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul {
list-style-type: none;
padding: 0;
margin: 0 0 20px;
max-height: 30vh;
overflow-y: scroll;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.4);
box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li {
position: relative;
display: table;
width: 100%;
margin-bottom: 15px;
padding-left: 30px;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > a:not(.remove) {
min-height: 60px;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li img {
max-width: 50px;
vertical-align: top;
margin-right: 10px;
float: left;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > * {
display: inline-block;
font-size: 0.9375rem;
font-weight: bold;
color: var(--proteo-header_menu_color, #404040);
text-decoration: none;
line-height: normal;
position: relative;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > *:hover {
color: var(--proteo-general_link_color, #448a85);
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > *.remove {
text-decoration: none;
background: transparent;
color: #9e9e9e;
display: inline-block;
font-size: 24px;
font-weight: normal;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
height: 2rem;
line-height: 2rem;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > *.remove:hover {
color: #000000;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > *.quantity {
display: block;
float: none;
text-align: right;
position: absolute;
bottom: 2px;
left: 90px;
margin: 0;
font-weight: normal;
color: #9a9a9a;
}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > *.variation {
display: none;
}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__total.total {
display: none;
}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons {
margin-top: 0;
margin-bottom: 0;
}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.wc-forward {
font-weight: bold;
padding: 5px 0;
margin-bottom: 20px;
border: none;
font-size: 0.75em;
margin-right: 0;
background: none;
color: var(--proteo-general_link_color, #448a85);
}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.wc-forward:after {
content: "\e876";
margin-left: 5px;
display: inline;
font-size: 0.8em;
font-family: Linearicons-Free;
font-style: normal;
font-weight: 800;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.wc-forward:hover {
text-decoration: underline;
color: var(--proteo-general_link_hover_color);
}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.checkout {
display: block;
margin-bottom: 15px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
padding: 0.9375rem 2.8125rem;
vertical-align: middle;
border-style: solid;
border-width: 2px;
border-color: var(--proteo-main_color_shade, #448a85);
background-color: transparent;
color: var(--proteo-main_color_shade, #448a85);
}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.checkout:after {
display: none;
}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.checkout:hover {
background-color: var(--proteo-main_color_shade, #448a85);
border-color: var(--proteo-main_color_shade, #448a85);
color: #ffffff;
text-decoration: none;
}
.widget_shopping_cart:hover .yith-proteo-mini-cart-content {
top: calc(100% + 15px);
opacity: 1;
visibility: visible;
z-index: 10;
}
.widget_shopping_cart p.items-count {
padding: 0 0 0 30px;
font-weight: 500;
}
#secondary .widget_shopping_cart .widget_shopping_cart_content .proceed-to-cart-icon {
display: none;
}
#secondary .widget_shopping_cart .widget_shopping_cart_content p.items-count {
padding: 0;
}
#secondary .widget_shopping_cart .yith-proteo-mini-cart-content {
position: static;
opacity: 1;
visibility: visible;
box-shadow: none;
padding: 0;
} .widget_products ul.product_list_widget li,
.widget_recently_viewed_products ul.product_list_widget li,
.widget_top_rated_products ul.product_list_widget li {
display: table;
width: 100%;
margin-bottom: 40px;
}
.widget_products ul.product_list_widget li .product-image,
.widget_products ul.product_list_widget li .product-info,
.widget_recently_viewed_products ul.product_list_widget li .product-image,
.widget_recently_viewed_products ul.product_list_widget li .product-info,
.widget_top_rated_products ul.product_list_widget li .product-image,
.widget_top_rated_products ul.product_list_widget li .product-info {
display: table-cell;
vertical-align: middle;
}
.widget_products ul.product_list_widget li .product-image,
.widget_recently_viewed_products ul.product_list_widget li .product-image,
.widget_top_rated_products ul.product_list_widget li .product-image {
width: 30%;
padding-right: 25px;
vertical-align: middle;
}
.widget_products ul.product_list_widget li .product-image a,
.widget_recently_viewed_products ul.product_list_widget li .product-image a,
.widget_top_rated_products ul.product_list_widget li .product-image a {
font-size: 0;
display: inline-block;
vertical-align: middle;
}
.widget_products ul.product_list_widget li a,
.widget_recently_viewed_products ul.product_list_widget li a,
.widget_top_rated_products ul.product_list_widget li a {
text-decoration: none;
}
.widget_products ul.product_list_widget li .product-info .product-title,
.widget_recently_viewed_products ul.product_list_widget li .product-info .product-title,
.widget_top_rated_products ul.product_list_widget li .product-info .product-title {
display: block;
font-size: var(--proteo-catalog_product_title_font_size, 0.875rem);
color: var(--proteo-catalog_product_title_color, #404040);
line-height: normal;
margin-top: 0;
margin-bottom: 5px;
font-weight: 500;
}
.widget_products ul.product_list_widget li .product-info .amount,
.widget_recently_viewed_products ul.product_list_widget li .product-info .amount,
.widget_top_rated_products ul.product_list_widget li .product-info .amount {
color: var(--proteo-catalog_product_price_color, #1f1f1f);
font-size: var(--proteo-catalog_product_price_font_size, 0.875rem);
font-weight: 600;
}
.widget_products ul.product_list_widget li .product-info del .amount,
.widget_recently_viewed_products ul.product_list_widget li .product-info del .amount,
.widget_top_rated_products ul.product_list_widget li .product-info del .amount {
font-size: 1rem;
margin-right: 5px;
}
.widget_products ul.product_list_widget li .product-info ins,
.widget_recently_viewed_products ul.product_list_widget li .product-info ins,
.widget_top_rated_products ul.product_list_widget li .product-info ins {
background: none;
}
.widget_products ul.product_list_widget li .product-info .star-rating,
.widget_recently_viewed_products ul.product_list_widget li .product-info .star-rating,
.widget_top_rated_products ul.product_list_widget li .product-info .star-rating {
margin-bottom: 5px;
}
.widget_products ul.product_list_widget li .product-info .widget-product-short-description,
.widget_recently_viewed_products ul.product_list_widget li .product-info .widget-product-short-description,
.widget_top_rated_products ul.product_list_widget li .product-info .widget-product-short-description {
margin-top: 10px;
font-size: 0.875rem;
}
.widget_recent_reviews ul.product_list_widget li {
margin-bottom: 15px;
}
.widget_recent_reviews ul.product_list_widget li img {
float: left;
max-width: 40%;
margin: 0 25px 25px 0;
}
.widget_recent_reviews ul.product_list_widget li .product-title {
line-height: normal;
margin-top: 0;
margin-bottom: 5px;
font-weight: 500;
}
.widget_recent_reviews ul.product_list_widget li .star-rating {
margin-bottom: 5px;
}
.widget_recent_reviews ul.product_list_widget li .reviewer {
font-size: 0.875rem;
}
.widget_recent_reviews ul.product_list_widget li:after {
content: "";
display: block;
clear: both;
} .widget_product_categories ul.product-categories li.cat-item {
padding: 5px 0;
}
.widget_product_categories ul.product-categories .count {
float: right;
}
.widget_product_categories ul.product-categories ul.children {
padding-left: 15px;
}
.widget_product_categories .select2-container {
width: 100% !important;
} li.wc-layered-nav-rating {
margin-bottom: 5px;
}
li.wc-layered-nav-rating a {
display: block;
text-decoration: none;
}
li.wc-layered-nav-rating a span.star-rating {
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
li.wc-layered-nav-rating:after {
content: "";
display: block;
clear: both;
}  .woocommerce-account .entry-content p:not([class^=has]),
.woocommerce-account .entry-content li:not(.product) {
font-size: 1rem;
line-height: 1.8;
}
.woocommerce-account .yith-proteo-my-account-sidebar {
float: left;
width: 25%;
clear: both;
}
.woocommerce-account .yith-proteo-my-account-user-image {
padding: 30px 15px 15px;
position: relative;
}
.woocommerce-account .yith-proteo-my-account-user-image:before {
content: "";
display: block;
background-color: #f2f2f2;
position: absolute;
left: -50vw;
right: 0;
bottom: 0;
top: 0;
z-index: -1;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-photo {
border-radius: 0;
border: none;
margin-right: 20px;
display: inline-block;
vertical-align: middle;
line-height: 0;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-photo img {
max-width: 130px;
margin-bottom: 15px;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-info {
vertical-align: middle;
display: inline-block;
font-size: 1em;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-info p {
font-size: inherit;
font-weight: 600;
margin: 0;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-info strong,
.woocommerce-account .yith-proteo-my-account-user-image .user-info span {
display: block;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-info .user-email {
font-size: 0.875em;
color: #7b7b7b;
}
.woocommerce-account .yith-proteo-my-account-user-image .user-info a {
text-decoration: none;
display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
position: relative;
padding: 30px 0 100px;
}
.woocommerce-account .woocommerce-MyAccount-navigation:before {
content: "";
display: block;
background-color: #f9f9f9;
position: absolute;
left: -50vw;
right: 0;
bottom: 0;
top: 0;
z-index: -1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li > a {
display: block;
padding: 15px;
text-decoration: none;
color: inherit;
display: block;
font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .woocommerce-MyAccount-navigation ul li > a:hover {
color: var(--proteo-general_link_color, #448a85);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content {
padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: left;
padding-left: 30px;
width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column--billing-address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column--shipping-address {
width: 50%;
float: left;
max-width: initial;
padding: 0;
margin-bottom: 35px;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders tbody tr:first-child th {
border-top: 1px solid #cccccc;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders tbody th {
vertical-align: middle;
border-bottom: 1px solid #cccccc;
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders tbody .woocommerce-button {
margin: 7px 15px 7px 0;
}
.woocommerce-account .woocommerce-MyAccount-content .order_details th {
text-align: left;
padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .order_details .product-total, .woocommerce-account .woocommerce-MyAccount-content .order_details .product-subtotal {
text-align: right;
}
.woocommerce-account .woocommerce-MyAccount-content .order_details tfoot th {
background: none;
text-align: right;
vertical-align: middle;
}
.woocommerce-account .woocommerce-MyAccount-content .order_details tfoot td {
text-align: right;
}
.woocommerce-account .woocommerce-MyAccount-content .order_details tfoot tr:first-child td {
border-top: none;
}
.woocommerce-account .woocommerce-MyAccount-content .account-info-box {
border: 1px solid #ebebeb;
padding: 15px 30px 30px;
margin-bottom: 35px;
}
.woocommerce-account .woocommerce-MyAccount-content .account-info-box p {
font-size: inherit;
line-height: normal;
}
.woocommerce-account .woocommerce-MyAccount-content .account-info-box p strong,
.woocommerce-account .woocommerce-MyAccount-content .account-info-box p b {
font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content .account-info-box .actions {
text-align: right;
}
.woocommerce-account .woocommerce-MyAccount-content .account-info-box .button {
font-size: 0.875rem;
text-transform: uppercase;
margin-bottom: 0;
}
.woocommerce-account ul.yith_proteo_dashboard_links {
list-style-type: none;
padding: 0;
}
.woocommerce-account ul.yith_proteo_dashboard_links li {
display: inline-block;
margin-bottom: 30px;
}
.woocommerce-account ul.yith_proteo_dashboard_links li > div {
border: 1px solid;
padding: 15px;
text-align: center;
}
.woocommerce-account ul.yith_proteo_dashboard_links li > div a {
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
color: inherit;
font-size: 1.125rem;
transition: all ease 0.3s;
}
.woocommerce-account ul.yith_proteo_dashboard_links li > div a .yith-proteo-myaccount-icons {
display: block;
text-align: center;
font-size: 3rem;
margin-bottom: 15px;
margin-top: 15px;
}
.woocommerce-account ul.yith_proteo_dashboard_links li > div a:hover {
color: var(--proteo-general_link_color, #448a85);
}
#customer_login.col2-set.u-columns {
margin: 0 -15px;
}
#customer_login.col2-set.u-columns:after {
content: "";
display: block;
clear: both;
}
#customer_login.col2-set.u-columns .col-1,
#customer_login.col2-set.u-columns .col-2 {
width: 50%;
float: left;
max-width: initial;
position: relative;
}
#customer_login.col2-set.u-columns .col-1 p,
#customer_login.col2-set.u-columns .col-2 p {
padding-left: 15px;
padding-right: 15px;
}
#customer_login.col2-set.u-columns .col-1 form,
#customer_login.col2-set.u-columns .col-2 form {
padding: 25px 15px 15px;
margin-bottom: 35px;
border: 1px solid;
position: relative;
}
#customer_login.col2-set.u-columns .col-1 form .woocommerce-form__label-for-checkbox,
#customer_login.col2-set.u-columns .col-2 form .woocommerce-form__label-for-checkbox {
margin-bottom: 15px;
}
#customer_login.col2-set.u-columns .col-1 form.register,
#customer_login.col2-set.u-columns .col-2 form.register {
border: none;
background: #ebebeb;
}
#customer_login.col2-set.u-columns .col-1 form.register:before,
#customer_login.col2-set.u-columns .col-2 form.register:before {
content: "";
display: block;
right: -4000px;
width: 4000px;
top: 0;
background: #ebebeb;
bottom: 0;
position: absolute;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
.wp-block-image figcaption {
margin-bottom: 1em;
margin-top: 0.5em;
word-break: initial;
}
.wp-block-image figure.aligncenter img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .yith-proteo-footer-credits-download {
text-align: center;
padding: 85px 0 120px;
}
.yith-proteo-footer-credits-download .yith-proteo-theme-logo {
margin: 0 30px 0 0;
font-size: 3rem;
font-weight: 600;
line-height: normal;
transition: all ease 0.3s;
color: #404040;
}
.yith-proteo-footer-credits-download .yith-proteo-theme-description p {
font-size: 1rem;
font-weight: 500;
color: #404040;
line-height: normal;
}
.yith-proteo-footer-credits-download .yith-proteo-theme-description p .lnr {
font-size: 1.5em;
vertical-align: text-bottom;
}
.yith-proteo-footer-credits-download .download-proteo {
margin-bottom: 15px;
margin-top: 15px;
font-size: 1.25rem;
font-weight: 600;
text-align: center;
padding: 22px 60px 21px;
vertical-align: middle;
transition: all ease 0.3s;
}
.woocommerce .ywcps-wrapper .ywcps-slider > .row {
margin: 0 !important;
}
.woocommerce .ywcps-wrapper ul.products {
overflow: hidden;
margin: 0 auto 35px;
}
.woocommerce .ywcps-wrapper ul.products .owl-item {
padding: 0 7.5px;
}
.woocommerce .ywcps-wrapper ul.products .owl-item li.product {
width: 100%;
padding: 0;
}
.woocommerce .ywcps-wrapper #nav_prev_def_free,
.woocommerce .ywcps-wrapper #nav_next_def_free {
top: 30%;
bottom: auto;
}
.woocommerce .ywcps-wrapper #nav_prev_def_free span:before,
.woocommerce .ywcps-wrapper #nav_next_def_free span:before {
content: "";
display: block;
font-size: 3rem;
color: inherit;
}
.woocommerce .ywcps-wrapper #nav_prev_def_free span:hover,
.woocommerce .ywcps-wrapper #nav_next_def_free span:hover {
color: var(--proteo-main_color_shade, #448a85);
}
.woocommerce .ywcps-wrapper #nav_prev_def_free #default_prev,
.woocommerce .ywcps-wrapper #nav_next_def_free #default_prev {
border: none;
background: none;
}
.woocommerce .ywcps-wrapper #nav_prev_def_free #default_prev:before,
.woocommerce .ywcps-wrapper #nav_next_def_free #default_prev:before {
content: "‹";
}
.woocommerce .ywcps-wrapper #nav_prev_def_free #default_next,
.woocommerce .ywcps-wrapper #nav_next_def_free #default_next {
border: none;
background: none;
}
.woocommerce .ywcps-wrapper #nav_prev_def_free #default_next:before,
.woocommerce .ywcps-wrapper #nav_next_def_free #default_next:before {
content: "›";
}
.woocommerce .ywcps-wrapper #nav_prev_def_free {
left: -40px;
opacity: 1;
}
.woocommerce .ywcps-wrapper #nav_next_def_free {
right: -40px;
opacity: 1;
} html.yith_welrp_opened,
body.yith_welrp_opened {
overflow: hidden;
}
#yith-welrp {
display: none;
}
#yith-welrp .yith-welrp-overlay,
#yith-welrp .yith-welrp-popup-wrapper {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 80;
}
#yith-welrp .yith-welrp-popup-wrapper {
overflow-x: hidden;
overflow-y: auto;
}
#yith-welrp .yith-welrp-popup-wrapper-region {
padding: 20px;
z-index: 80;
width: 100%;
}
#yith-welrp .yith-welrp-popup {
position: relative;
margin-left: auto;
margin-right: auto;
display: none;
}
#yith-welrp .yith-welrp-popup.additional .yith-welrp-popup-header {
display: none;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-inner {
position: relative;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-inner .yith-welrp-lost-password,
#yith-welrp .yith-welrp-popup .yith-welrp-popup-inner .yith-welrp-go-back {
font-size: 0.875rem;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-header {
padding: 15px 30px;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-header h4 {
margin: 0;
color: #9d9d9d;
text-transform: uppercase;
font-size: 1rem;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-close {
position: absolute;
right: 15px;
top: 20px;
width: 12px;
height: 12px;
line-height: 1;
cursor: pointer;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-close:not(.custom) {
background-repeat: no-repeat;
background-position: bottom;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-close:not(.custom):hover {
background-position: top;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content {
padding: 15px 30px;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content h3 {
margin: 10px 0 30px;
font-size: 1.875rem;
line-height: 1.3;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content .yith-welrp-submit-button {
width: auto;
min-width: 40%;
display: block;
float: right;
margin: 0;
text-transform: uppercase;
outline: none;
clear: both;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content .yith-welrp-popup-text {
margin-bottom: 30px;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content .yith-welrp-user-info {
margin-bottom: 30px;
line-height: 20px;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content .yith-welrp-user-info .yith-welrp-user-avatar {
display: inline-block;
vertical-align: bottom;
margin-right: 10px;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content .yith-welrp-user-info .yith-welrp-user-avatar img {
display: inline-block;
vertical-align: bottom;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content .yith-welrp-user-info .yith-welrp-user-data {
display: inline-block;
vertical-align: bottom;
font-size: 0.8rem;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content .yith-welrp-user-info .yith-welrp-user-data span:first-child {
font-weight: bold;
font-size: 0.875rem;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content .yith-welrp-user-info .yith-welrp-user-data .yith-welrp-go-back {
font-size: 0.8rem;
}
#yith-welrp .yith-welrp-popup .yith-welrp-popup-content .yith-welrp-footer-link-container {
text-align: center;
}
#yith-welrp .yith-welrp-popup .yith-welrp-message {
font-size: 0.875rem;
margin: -20px 0 15px;
position: relative;
color: #8fae1b;
clear: both;
}
#yith-welrp .yith-welrp-popup .yith-welrp-message.error {
color: #da141d;
}
#yith-welrp .yith-welrp-popup form {
margin-bottom: 30px;
}
#yith-welrp .yith-welrp-popup form:after {
content: "";
display: table;
clear: both;
}
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field {
margin: 0 0 30px;
}
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field input[type=text],
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field input[type=email],
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field input[type=password] {
width: 100%;
outline: none;
font-size: 0.875rem;
}
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field label {
font-weight: bold;
display: block;
}
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field label.checkbox-label {
font-weight: normal;
font-size: 0.875rem;
cursor: pointer;
padding-left: 35px;
position: relative;
line-height: 1.3;
}
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field label.checkbox-label .checkboxbutton {
position: absolute;
left: 0;
top: 0;
}
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field.left {
float: left;
width: 48%;
}
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field.right {
float: right;
width: 48%;
text-align: right;
}
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field.wide .yith-welrp-password-container {
position: relative;
display: block;
}
#yith-welrp .yith-welrp-popup form .yith-welrp-form-field.wide .yith-welrp-password-eye {
width: 22px;
height: 40px;
display: block;
position: absolute;
top: 0;
right: 13px;
cursor: pointer;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#yith-welrp .yith-welrp-popup form .woocommerce-password-strength {
text-align: left;
font-size: 0.875rem;
font-weight: normal;
margin-top: 5px;
}
#yith-welrp .yith-welrp-popup form .woocommerce-password-hint {
font-size: 0.7rem;
font-weight: normal;
}
#yith-welrp .yith-welrp-popup form #g-recaptcha {
margin-bottom: 20px;
}
#yith-welrp .yith-welrp-popup .yith-welrp-continue-as-guest {
border-top: 1px solid #e7e7e7;
padding: 20px 0;
}
#yith-welrp .yith-welrp-popup .yith-welrp-continue-as-guest p {
margin: 10px 0 15px;
font-weight: 500;
}
#yith-welrp .yith-welrp-popup .yith-welrp-continue-as-guest .button {
width: 100%;
text-align: center;
text-transform: uppercase;
}
#yith-welrp .yith-welrp-popup .yith-welrp-social-sep {
text-align: center;
position: relative;
margin-bottom: 30px;
font-weight: 500;
}
#yith-welrp .yith-welrp-popup .yith-welrp-social-sep:after {
content: "";
width: 100%;
background-color: transparent;
display: block;
border-top: 1px solid #e7e7e7;
position: absolute;
top: 50%;
margin-top: 1px;
z-index: 1;
}
#yith-welrp .yith-welrp-popup .yith-welrp-social-sep span {
padding: 0 30px;
z-index: 2;
position: relative;
text-transform: uppercase;
}
#yith-welrp .yith-welrp-popup .yith-welrp-social-container {
margin-bottom: 30px;
}
#yith-welrp .yith-welrp-popup .yith-welrp-social-container .yith-welrp-social > div {
border-width: 1px;
border-style: solid;
border-radius: 50px;
padding: 10px 35px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
transition: all ease 0.3s;
font-weight: 600;
margin: 0 15px 15px;
position: relative;
}
#yith-welrp .yith-welrp-popup .yith-welrp-social-container .yith-welrp-social > div span {
pointer-events: none;
}
#yith-welrp .yith-welrp-popup .yith-welrp-social-container .yith-welrp-social > div .icon {
position: absolute;
left: 16px;
width: 20px;
height: 20px;
top: 50%;
margin-top: -10px;
}
#yith-welrp .yith-welrp-popup .yith-welrp-social-container.cols-2 .yith-welrp-social {
flex: 0 0 100% !important;
}
#yith-welrp .yith-welrp-email-suggestion {
position: relative;
}
#yith-welrp .yith-welrp-email-suggestion .yith-welrp-email-suggestion-list {
position: absolute;
top: 100%;
left: 0;
right: 0;
list-style: none;
padding: 5px;
margin: -1px 0 0 0;
border: 1px solid #cccccc;
border-top: 0;
background: #ffffff;
box-shadow: 0 5px 5px #f0f0f0;
z-index: 10;
}
#yith-welrp .yith-welrp-email-suggestion .yith-welrp-email-suggestion-list .yith-welrp-email-suggestion-item {
font-size: 0.9em;
font-weight: 500;
cursor: pointer;
margin-bottom: 2px;
}
.yith-similar-products {
padding-top: 50px;
}
.yith-similar-products:not(.in-page) {
overflow: visible;
}
.yith-similar-products h2 {
text-align: center;
margin-bottom: 50px;
}
.yith-similar-products h2 a {
font-size: 60%;
}
.yith-similar-products .products.slick-slider {
border-top: 0;
padding: 0;
margin: 0 auto 35px;
}
.yith-similar-products .products.slick-slider .slick-list {
margin: 0;
overflow: hidden;
}
.yith-similar-products .products.slick-slider .slick-arrow {
top: 35%;
bottom: auto;
border: none;
margin: 0;
opacity: 0.3;
}
.yith-similar-products .products.slick-slider .slick-arrow.slick-prev {
left: -30px;
}
.yith-similar-products .products.slick-slider .slick-arrow.slick-next {
right: -30px;
}
.yith-similar-products .products.slick-slider .slick-arrow:hover {
opacity: 1;
transition: all ease 0.3s;
}
.yith-similar-products .remove-product {
font-size: 0.875rem;
padding: 5px 0;
transition: all ease 0.3s;
margin: 0;
}
.yith-wrvp-filters-cat .filter-cat {
padding: 5px 10px;
}
.yith-wrvp-filters-cat .filter-cat a {
text-decoration: none;
}
@media (max-width: 480px) {
.yith-similar-products .slick-slider .slick-arrow {
display: none !important;
}
} table.shop_table tbody tr td.product-name ._view_and_pdf_row a.button {
color: #fff;
} .yith_wcevti_check_in .check_in_panel.dialog_panel {
background: #448a85;
}
.yith_wcevti_check_in form > .checked_dialog_panel {
background: #4ac4aa;
}
.yith_wcevti_check_in input.search_ticket_number {
margin-top: 20px;
}
.yith_wcevti_check_in .search_ticket_button {
margin-top: 15px;
margin-right: 0;
padding: 0.8em 1.5em 0.7em;
}
.yith_wcevti_check_in .search_ticket_button:before {
font-family: "FontAwesome";
}
.yith_wcevti_check_in .list_row_panel .status_pending_check {
background: #448a85;
}
.yith_wcevti_check_in .list_row_panel .status_checked {
background: #4ac4aa;
}
.yith_wcevti_check_in .list_row_panel .make_checkin_button,
.yith_wcevti_check_in .list_row_panel .make_checkout_button:hover {
background: var(--proteo-forms_input_border_color, #cccccc);
border-color: var(--proteo-forms_input_border_color, #cccccc);
}
.yith_wcevti_check_in .list_row_panel .make_checkin_button:hover {
background: #448a85;
border-color: #448a85;
}
.yith_wcevti_check_in .list_row_panel .make_checkout_button {
background: #f44336;
border-color: #f44336;
}
.yith-wfbt-section .yith-wfbt-form .price,
.yith-wfbt-section .yith-wfbt-form .total_price {
color: #1f1f1f;
font-weight: bold;
}
.yith-wfbt-section .yith-wfbt-form .price del,
.yith-wfbt-section .yith-wfbt-form .total_price del {
font-weight: normal;
}
.yith-wfbt-section .yith-wfbt-form .price ins,
.yith-wfbt-section .yith-wfbt-form .total_price ins {
background: none;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images {
margin-top: 0;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-button {
margin-top: 5px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-item {
margin-bottom: 10px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-item label {
padding-left: 0;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-item .price {
display: inline;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-item .yith-wfbt-open-modal {
font-size: 0.85rem;
margin: 0 15px 5px;
text-decoration: none;
font-weight: 600;
}
.single-product div.product .summary.entry-summary .yith-wfbt-item .price {
color: #1f1f1f;
font-size: 1rem;
}
#yith-wfbt-modal .yith-wfbt-single-product-right {
padding-top: 20px;
}
#yith-wfbt-modal .popup-title {
font-size: 2rem;
}
#yith-wfbt-modal .product-image {
margin-bottom: 10px;
}
#yith-wfbt-modal .product-name {
margin: 0;
text-align: center;
font-weight: 600;
font-size: 0.9rem;
}
#yith-wfbt-modal table.variations {
margin-bottom: 40px;
}
#yith-wfbt-modal table.variations tr > td {
padding-bottom: 45px;
text-transform: uppercase;
font-size: 0.9375rem;
font-weight: 500;
position: relative;
}
#yith-wfbt-modal table.variations tr > td.label {
width: 1px;
padding-right: 35px;
}
#yith-wfbt-modal table.variations tr > td a.reset_variations {
position: absolute;
bottom: 5px;
left: 0;
}
#yith-wfbt-modal table.variations .select2-container {
width: 100% !important;
}
#yith-wacp-popup .yith-wacp-content table.cart-list .item-name {
text-decoration: none;
}
#yith-wacp-popup .yith-wacp-content table.cart-list .item-name:hover {
text-decoration: underline;
}
#yith-wacp-popup .yith-wacp-content .product-info .product-title a {
color: inherit;
text-decoration: none;
}
#yith-wacp-popup .yith-wacp-content a.button {
border-radius: 50px;
}
#yith-wacp-popup .yith-wacp-content .cart-info > div,
#yith-wacp-popup .yith-wacp-content .yith-wacp-related > h3,
#yith-wacp-popup .yith-wacp-content h3.cart-list-title {
font-weight: 600;
}
#yith-wacp-popup .yith-wacp-content .yith-wacp-related {
text-align: center;
}
#yith-wacp-popup .yith-wacp-content .yith-wacp-related .product-title {
font-weight: 500;
}
#yith-wacp-popup .yith-wacp-content .yith-wacp-related .product-price {
text-align: center;
}
#yith-wacp-popup .yith-wacp-content .yith-wacp-related .add_to_cart_inline {
margin: 0;
}
#yith-wacp-popup .yith-wacp-content .yith-wacp-related .add_to_cart_inline a.button,
#yith-wacp-popup .yith-wacp-content .yith-wacp-related .add_to_cart_inline a.button:hover {
background: initial;
font-size: 0.875rem;
padding: 5px 0;
transition: all ease 0.3s;
margin: 0 auto;
color: var(--proteo-general_link_color, #448a85);
}
#yith-wacp-mini-cart .yith-wacp-mini-cart-count {
background: #448a85;
}
.yith-wacp-content .yith-wacp-related li.product.yith-wacp-related-product {
float: none;
width: 100% !important;
margin: 0;
}
.wishlist_table.modern_grid li .item-details table.item-details-table td.value input[type=number],
.wishlist_table.images_grid li .item-details table.item-details-table td.value input[type=number] {
max-width: 50px;
text-align: center;
font-size: inherit;
min-height: auto;
}
.wishlist_table.modern_grid li .item-details table.item-details-table td.value input[type=number]::-webkit-inner-spin-button,
.wishlist_table.images_grid li .item-details table.item-details-table td.value input[type=number]::-webkit-inner-spin-button {
opacity: 1;
}
.yith-wcwl-share ul {
margin-left: -10px;
}
.yith-wcwl-share ul li,
.entry-content .yith-wcwl-share ul li {
font-size: initial;
line-height: inherit;
}
.wishlistpage-title {
margin-top: 0;
text-align: center;
}
.wishlist-title {
display: inline-block;
position: relative;
}
.wishlist-title-container {
text-align: center;
}
.wishlist-title-container .wishlist-title a.show-title-form {
position: absolute;
left: calc(100% + 50px);
top: -30px;
min-width: 160px;
}
.wishlist-title-container .hidden-title-form {
margin-top: -5px;
margin-bottom: 40px;
max-width: 500px;
}
.wishlist-title-container .hidden-title-form input {
font-weight: 700;
font-size: var(--proteo-h1_font_size, 4.375rem);
color: var(--proteo-h1_font_color, #404040);
} .yith_wcwl_wishlist_footer {
clear: both;
}
.yith_wcwl_wishlist_footer .button {
text-transform: uppercase;
}
.yith_wcwl_wishlist_footer input[type=submit] {
text-transform: uppercase;
}
.yith_wcwl_wishlist_footer .ask-an-estimate-button:not(.yith-wcwl-ask-an-estimate-button):before {
content: "\e818";
display: inline-block;
color: inherit;
font-family: Linearicons-Free;
font-weight: 300;
font-size: 2rem;
line-height: 0;
margin-right: 10px;
vertical-align: sub;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share li a {
width: 2em;
height: 2em;
line-height: 2em;
border-radius: 3px;
} .with-tooltip .yith-wcwl-tooltip {
background: var(--proteo-main_color_shade, #448a85);
border-radius: 0;
text-transform: uppercase;
font-size: 0.6875rem;
font-weight: 600;
padding: 7px 10px;
line-height: normal;
}
.with-tooltip .yith-wcwl-tooltip:before {
border-bottom: 5px solid var(--proteo-main_color_shade, #448a85);
}
.with-dropdown .with-tooltip .yith-wcwl-tooltip:before {
border-top: 5px solid solid var(--proteo-main_color_shade, #448a85);
} table.wishlist_table {
font-size: 1rem;
} .wishlist_table .product-stock-status span.wishlist-in-stock {
color: inherit;
}
.wishlist_table.modern_grid,
.wishlist_table.images_grid {
list-style-type: none;
padding: 0;
}
.wishlist_table.modern_grid li .move-to-another-wishlist-button,
.wishlist_table.images_grid li .move-to-another-wishlist-button {
font-size: 0.7em;
font-weight: 600;
text-decoration: none;
}
.wishlist_table.modern_grid li .product-add-to-cart a,
.wishlist_table.images_grid li .product-add-to-cart a {
text-transform: uppercase;
font-size: 0.875rem;
font-weight: 600;
}
.wishlist_table.modern_grid li .item-details,
.wishlist_table.images_grid li .item-details {
border: none;
}
.wishlist_table.modern_grid li .item-details:before,
.wishlist_table.images_grid li .item-details:before {
border: none !important;
box-shadow: -2px 0px 30px -10px rgba(0, 0, 0, 0.2);
}
.wishlist_table.modern_grid li .item-details h3,
.wishlist_table.images_grid li .item-details h3 {
font-size: 0.875rem;
font-weight: 500;
margin-top: 0;
margin-bottom: 2em;
}
.wishlist_table.modern_grid li .item-details table.item-details-table,
.wishlist_table.images_grid li .item-details table.item-details-table {
margin-bottom: 2rem;
}
.wishlist_table.modern_grid li .item-details table.item-details-table td,
.wishlist_table.images_grid li .item-details table.item-details-table td {
padding: 0 0 10px;
}
.wishlist_table.modern_grid li .item-details table.item-details-table td .variation dt,
.wishlist_table.images_grid li .item-details table.item-details-table td .variation dt {
float: left;
clear: left;
margin: 0;
}
.wishlist_table.modern_grid li .item-details table.item-details-table td .variation dd,
.wishlist_table.images_grid li .item-details table.item-details-table td .variation dd {
float: right;
clear: right;
margin: 0;
}
.wishlist_table.modern_grid li .product-remove a,
.wishlist_table.images_grid li .product-remove a {
color: inherit;
}
.wishlist_table.modern_grid li .product-remove a:hover,
.wishlist_table.images_grid li .product-remove a:hover {
color: var(--proteo-general_link_color, #448a85);
}
.wishlist_table.modern_grid li .product-remove i:before,
.wishlist_table.images_grid li .product-remove i:before {
content: "\e811";
display: block;
font-family: Linearicons-Free;
font-size: 1rem;
}
.wishlist_table.modern_grid li .product-thumbnail .placeholder-item.empty-box,
.wishlist_table.images_grid li .product-thumbnail .placeholder-item.empty-box {
min-height: 455px;
}
.wishlist_table.modern_grid .price-variation,
.wishlist_table.images_grid .price-variation {
margin-top: 5px;
}
.wishlist_table.modern_grid .price-variation span,
.wishlist_table.images_grid .price-variation span {
margin-bottom: 5px;
display: inline-block;
}
table.wishlist_table.wishlist_view th,
table.wishlist_table.wishlist_view td {
background: #ffffff;
}
table.wishlist_table.wishlist_view td.product-arrange .fa {
font-size: 1.5rem;
transition: all ease 0.3s;
cursor: pointer;
opacity: 0.4;
}
table.wishlist_table.wishlist_view td.product-arrange .fa:hover {
opacity: 1;
}
table.wishlist_table.wishlist_view td.product-remove a {
color: inherit !important;
font-size: 0;
text-decoration: none;
}
table.wishlist_table.wishlist_view td.product-remove a:before {
content: "\e811";
display: block;
font-family: Linearicons-Free;
font-size: 1.5rem;
padding-top: 1.5rem;
opacity: 0.4;
transition: all ease 0.3s;
}
table.wishlist_table.wishlist_view td.product-remove a:hover:before {
opacity: 1;
}
table.wishlist_table.wishlist_view td.product-quantity input {
max-width: 100px;
text-align: center;
}
table.wishlist_table.wishlist_view td.product-quantity input::-webkit-inner-spin-button {
opacity: 1;
}
table.wishlist_table.wishlist_view th {
border-top: none;
}
table.wishlist_table.wishlist_view th.product-name {
text-align: left;
padding-left: 15px;
}
table.wishlist_table.wishlist_view .dateadded {
font-size: 0.8125rem;
margin-bottom: 5px;
}
table.wishlist_table.wishlist_view a.change-wishlist.selectBox-dropdown {
margin: 0 auto;
}
table.wishlist_table.wishlist_view .move-to-another-wishlist-button {
text-decoration: none;
font-weight: 600;
font-size: 0.8125rem;
}
table.wishlist_table.wishlist_view .move-to-another-wishlist-button:hover {
text-decoration: underline;
} .single-product .summary .yith-wcwl-add-to-wishlist:after {
content: "";
display: block;
width: 100px;
height: 1px;
position: absolute;
bottom: 0;
background: #cccccc;
left: 0;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist {
text-transform: uppercase;
font-weight: 500;
font-size: 0.8125rem;
margin-bottom: 40px;
padding-bottom: 40px;
position: relative;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
text-transform: uppercase;
position: relative;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:not(.button),
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:not(.button) {
color: inherit;
text-decoration: none;
margin: 0;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:not(.button):hover,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:not(.button):hover {
color: var(--proteo-general_link_color, #448a85);
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist a:not(.button),
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist a:not(.button) {
text-decoration: none;
position: relative;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist a:not(.button):hover,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist a:not(.button):hover {
color: #448a85;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist a,
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .feedback,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist a,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist .feedback {
padding-left: 40px;
position: relative;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist.no-icon a,
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist.no-icon .feedback,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist.no-icon a,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist.no-icon .feedback {
padding-left: 0;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist.with-count .yith-wcwl-icon,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist.with-count .yith-wcwl-icon {
top: 5px;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist a.view-wishlist,
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist a.move_to_another_wishlist,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist a.view-wishlist,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist a.move_to_another_wishlist {
padding-left: 0;
text-transform: none;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
position: absolute;
left: 0;
font-size: 1.5rem;
top: -5px;
color: var(--proteo-main_color_shade, #448a85);
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .feedback,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist .feedback {
text-transform: uppercase;
margin-right: 15px;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .feedback + a,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist .feedback + a {
padding-left: 0 !important;
text-transform: none;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .count-add-to-wishlist,
.single-product .woocommerce-tabs + .yith-wcwl-add-to-wishlist .count-add-to-wishlist {
color: #888888;
font-size: 0.6875rem;
padding-left: 40px;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button {
padding-left: 20px;
padding-right: 20px;
margin-bottom: 15px;
}
.single-product .single-product-layout-cols .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button i {
position: static;
color: inherit !important;
vertical-align: sub;
}
.single-product .yith-wcwl-add-button .separator {
color: #888888;
} .yith-wcwl-tooltip {
font-size: 1rem;
} .wishlist-page-links {
text-align: center;
font-size: 0;
margin-bottom: 3.125rem;
}
.wishlist-page-links a {
font-size: 1.25rem;
padding: 5px 30px;
text-decoration: none;
color: #0f0f0f;
}
.wishlist-page-links a:hover, .wishlist-page-links a.active {
color: var(--proteo-general_link_color, #448a85);
font-weight: 600;
} table.wishlist_table.wishlist_manage_table {
margin-top: 100px;
}
table.wishlist_table.wishlist_manage_table th {
border-top: none;
}
table.wishlist_table.wishlist_manage_table th.wishlist-name {
text-align: left;
}
table.wishlist_table.wishlist_manage_table td.wishlist-name {
padding-left: 0;
}
table.wishlist_table.wishlist_manage_table td.wishlist-name a.show-title-form:hover {
color: #434343;
}
table.wishlist_table.wishlist_manage_table td.wishlist-privacy {
text-align: center;
}
table.wishlist_table.wishlist_manage_table td.wishlist-privacy a {
margin: 0;
}
table.wishlist_table.wishlist_manage_table td.wishlist-download a {
text-decoration: none;
color: inherit;
}
table.wishlist_table.wishlist_manage_table td.wishlist-download a:hover {
color: var(--proteo-general_link_color, #448a85);
}
table.wishlist_table.wishlist_manage_table td.wishlist-download a:before {
content: "\e865";
display: block;
font-family: Linearicons-Free;
font-size: 1.8rem;
}
table.wishlist_table.wishlist_manage_table td.wishlist-download .fa {
display: none;
}
table.wishlist_table.wishlist_manage_table td.wishlist-delete a {
text-decoration: none;
font-size: 0;
font-weight: 400;
background: none;
border: none;
color: inherit;
margin: 0;
padding: 0;
}
table.wishlist_table.wishlist_manage_table td.wishlist-delete a:hover {
color: var(--proteo-general_link_color, #448a85);
}
table.wishlist_table.wishlist_manage_table td.wishlist-delete a:before {
content: "\e811";
display: block;
font-family: Linearicons-Free;
font-size: 1.5rem;
}
.wishlist_manage_table.modern_grid li .item-wrapper {
border: none !important;
box-shadow: -2px 0px 30px -10px rgba(0, 0, 0, 0.2);
}
.wishlist_manage_table.modern_grid li .wishlist-title {
border-bottom: 1px solid;
}
.wishlist_manage_table.modern_grid li .wishlist-title h3 {
margin-bottom: 0;
font-size: 1.125rem;
font-weight: bold;
}
.wishlist_manage_table.modern_grid li .wishlist-title h3 a {
color: inherit;
text-decoration: none;
}
.wishlist_manage_table.modern_grid li .wishlist-title h3 a:hover {
text-decoration: underline;
}
.wishlist_manage_table.modern_grid li .wishlist-title .show-title-form {
padding: 0;
border: none;
line-height: normal;
top: 10px;
}
.wishlist_manage_table.modern_grid li .wishlist-title .show-title-form .fa-pencil:before {
content: "\e802";
display: block;
font-family: Linearicons-Free;
color: inherit;
}
.wishlist_manage_table.modern_grid li .wishlist-title .show-title-form .fa-pencil:before:hover {
color: var(--proteo-main_color_shade, #448a85);
}
.wishlist_manage_table.modern_grid li .item-details table.item-details-table td {
font-size: 1em;
}
.wishlist_manage_table.modern_grid li .item-details table.item-details-table td.value a {
color: inherit;
text-decoration: none;
}
.wishlist_manage_table.modern_grid li .item-details table.item-details-table td.value a:hover {
color: var(--proteo-general_link_color, #448a85);
}
.wishlist_manage_table.modern_grid li .item-details table.item-details-table td .fa-download:before {
content: "\e865";
display: block;
font-family: Linearicons-Free;
font-size: 1.5rem;
}
.wishlist_manage_table.modern_grid li .item-details table.item-details-table td .fa-trash:before {
content: "\e811";
display: block;
font-family: Linearicons-Free;
font-size: 1.5rem;
}
.submit-wishlist-changes {
float: right;
text-transform: uppercase;
font-weight: 600;
font-size: 0.9375rem;
} form.yith-wcwl-popup-form {
padding: 0 45px;
}
.yith-wcwl-popup-content a {
text-decoration: none;
font-weight: 600;
}
.yith-wcwl-popup-footer {
text-align: center;
padding: 0 15px;
}
.yith-wcwl-popup-footer .wishlist-submit.popup_button {
display: block;
font-size: 1.0625rem;
text-transform: uppercase;
text-align: center;
font-weight: 600;
margin: 0 0 2rem;
padding: 0.875rem;
}
.yith-wcwl-popup-content .form-row label {
font-size: 0.8125rem;
}
.yith-wcwl-popup-content .tab.create p > label {
margin-bottom: 0.625rem;
cursor: pointer;
}
.yith-wcwl-popup-content .popup-description {
padding-bottom: 10px;
margin-bottom: 25px;
}
.yith-wcwl-remove-button {
text-decoration: none;
}
.yith-wcwl-remove-button i:before {
content: "\e811";
display: block;
font-family: Linearicons-Free;
font-size: 1.5rem;
}
div.yith-wcwl-popup-feedback i.fa.fa-check.heading-icon:before {
content: "\e87f";
display: block;
font-family: Linearicons-Free;
} .yith-wcwl-add-button ul.yith-wcwl-dropdown {
padding: 5px 15px;
}
.yith-wcwl-add-button ul.yith-wcwl-dropdown li {
position: relative;
padding: 15px 0 15px 20px;
}
.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before {
position: absolute;
left: 0;
}
.yith-wcwl-add-button ul.yith-wcwl-dropdown li a {
display: inline-block;
font-size: inherit !important;
line-height: normal;
}
.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:before {
display: none !important;
}
.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover {
color: #448a85 !important;
} .wishlist-ask-an-estimate-popup i.heading-icon.fa-envelope-open-o:before {
content: "\e818";
display: block;
font-family: Linearicons-Free;
}
.wishlist-ask-an-estimate-popup .popup-description {
font-weight: 600;
}
.wishlist-ask-an-estimate-popup .ask-an-estimate-button {
width: auto;
font-size: 1.0625rem;
text-align: center;
font-weight: 600;
margin: 0;
padding: 0.875rem 2rem;
}
.yith-wcwl-popup-content {
padding-top: 10px;
}
.yith-wcwl-popup-content i.heading-icon.fa-envelope-o:before {
content: "\e86d";
display: block;
font-family: Linearicons-Free;
}
.yith-wcwl-popup-content h3 {
font-weight: 400;
}
.yith-wcwl-popup-content p {
line-height: 2em;
color: inherit;
}
.yith-wcwl-popup-content p.heading-icon {
line-height: 0;
margin-top: 15px;
} .yith-wcwl-wishlist-search-form {
margin-bottom: 50px;
}
.yith-wcwl-wishlist-search-form #wishlist_search {
max-width: 600px;
width: 100%;
}
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
color: inherit;
border: none;
border-radius: 0;
background: none;
padding: 0;
}
.yith-wcwl-wishlist-search-form button.wishlist-search-button i:before {
content: "\e86f";
display: block;
font-family: Linearicons-Free;
font-size: 1.8rem;
} .widget_yith-wcwl-items .mini {
min-width: 40px;
}
.widget_yith-wcwl-items .mini .heading-icon .yith-wcwl-icon-svg,
.widget_yith-wcwl-items .mini .heading-icon img {
width: 1.9rem;
height: 1.9rem;
}
.widget_yith-wcwl-items .mini a:hover i {
color: var(--proteo-main_color_shade, #448a85);
}
.widget_yith-wcwl-items .items-counter a {
text-decoration: none;
}
.widget_yith-wcwl-items div.content.mini .list {
display: block !important;
box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
right: 0;
left: auto;
padding: 15px;
background: #ffffff;
border-radius: 5px;
top: 100%;
opacity: 0;
visibility: hidden;
transition: all ease 0.3s;
}
.widget_yith-wcwl-items div.content.mini .list:before {
content: "";
display: block;
width: 50px;
height: 15px;
top: -15px;
position: absolute;
right: 0;
}
.widget_yith-wcwl-items div.content.extended {
border: 1px solid #d8d8d8;
padding: 20px 20px 35px;
}
.widget_yith-wcwl-items div.list p.items-count {
padding: 0 0 0 30px;
font-weight: 500;
}
.widget_yith-wcwl-items div.list ul {
list-style-type: none;
padding: 0;
margin: 0 0 20px !important;
}
.widget_yith-wcwl-items div.list ul li {
position: relative;
display: table;
width: 100%;
margin-bottom: 10px;
padding-left: 30px;
}
.widget_yith-wcwl-items div.list ul li > * {
display: inline-block !important;
font-size: 0.9375rem;
color: #1f1f1f;
text-decoration: none;
}
.widget_yith-wcwl-items div.list ul li > * img {
max-width: 50px !important;
vertical-align: top;
margin-right: 10px;
margin-left: 0 !important;
}
.widget_yith-wcwl-items div.list ul li > *.remove_from_all_wishlists {
text-decoration: none;
background: transparent;
color: #9e9e9e;
display: inline-block;
font-size: 24px;
font-weight: normal;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
height: 2rem;
line-height: 2rem;
}
.widget_yith-wcwl-items div.list ul li > *.remove_from_all_wishlists:hover {
color: #000;
}
.widget_yith-wcwl-items div.list ul li > *.mini-cart-item-info a {
font-weight: bold;
color: inherit;
text-decoration: none;
}
.widget_yith-wcwl-items div.list ul li > *.mini-cart-item-info a:hover {
color: var(--proteo-main_color_shade, #448a85);
}
.widget_yith-wcwl-items div.list ul li > *.mini-cart-item-info .min-cart-subtotal {
color: #9a9a9a;
}
.widget_yith-wcwl-items div.list ul li > *.mini-cart-item-info .mini-cart-wishlist-info a {
color: var(--proteo-general_link_color, #448a85);
}
.widget_yith-wcwl-items div.list ul li > *.mini-cart-item-info .mini-cart-wishlist-info a:hover {
text-decoration: underline;
}
.widget_yith-wcwl-items div.list .woocommerce-mini-cart__total.total {
display: none;
}
.widget_yith-wcwl-items div.list a.show-wishlist {
font-weight: bold;
padding: 5px 0;
margin-bottom: 20px;
border: none;
font-size: 1em;
margin-right: 0;
background: none;
color: var(--proteo-general_link_color, #448a85);
text-decoration: none;
}
.widget_yith-wcwl-items div.list a.show-wishlist:hover {
text-decoration: underline;
}
.widget_yith-wcwl-items div.list a.add_all_to_cart {
display: block;
margin-right: 0;
text-transform: uppercase;
text-align: center;
font-size: 0.9em;
padding: 0.9375rem 2.8125rem;
}
.widget_yith-wcwl-items:hover div.content.mini .list {
top: calc(100% + 15px);
opacity: 1;
visibility: visible;
}
.widget_yith-wcwl-items .yith-wcw-items-widget.mini.content .list {
padding: 20px 30px;
border-radius: 10px;
}
.widget_yith-wcwl-items .yith-wcw-items-widget.mini.content .list p.items-count {
margin-block: 10px 20px;
}
.widget_yith-wcwl-items .yith-wcw-items-widget.mini.content .list a.add_all_to_cart {
margin-bottom: 10px;
} .wishlist_table.mobile {
padding: 0;
}
.wishlist_table.mobile li {
margin-bottom: 50px;
}
.wishlist_table.mobile li .product-checkbox {
width: 30px;
}
.wishlist_table.mobile li .item-wrapper {
width: calc(100% - 35px);
}
.wishlist_table.mobile li .item-details h3 {
margin-top: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table td {
line-height: normal;
font-size: 0.8em;
}
.wishlist_table.mobile li table.additional-info td {
vertical-align: bottom;
line-height: normal;
padding-bottom: 15px;
}
.wishlist_table.mobile li table.additional-info input[type=number] {
max-width: 120px !important;
text-align: center;
}
.wishlist_table.mobile li .product-add-to-cart a {
display: block !important;
}
.wishlist_table.mobile li .move-to-another-wishlist-button {
text-decoration: none;
font-size: 0.8em;
}
.wishlist_table.mobile li .remove_from_wishlist {
line-height: normal;
font-size: 2rem;
}
.wishlist_table.mobile li .remove_from_wishlist i {
line-height: normal;
color: inherit;
font-size: inherit;
}
.wishlist_table.mobile li .remove_from_wishlist i:before {
content: "\e811";
display: block;
font-family: Linearicons-Free;
transition: all ease 0.3s;
}
.wishlist_table.mobile.wishlist_manage_table .show-title-form {
border: none;
padding: 0;
cursor: pointer;
background: none;
}
.wishlist_table.mobile.wishlist_manage_table .show-title-form:hover {
color: inherit;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.wishlist_table.modern_grid .product-thumbnail .placeholder-item.empty-box {
min-height: 540px;
}
}
@media (max-width: 767.98px) {
body .widget_yith-wcwl-items div.content.mini .list {
display: none !important;
}
.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action .select2 {
margin: 30px 0;
}
.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
clear: both;
}
.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a {
display: block;
margin-bottom: 15px;
}
.yith_wcwl_wishlist_footer > div {
clear: both;
}
.yith_wcwl_wishlist_footer input[type=submit] {
margin-right: 0;
}
} .yith-wcwl-modal button {
margin: 0;
}
.yith-wcwl-modal .yith-wcwl-feedback-modal__browse-button {
outline: none;
}
.yith-wcwl-modal .yith-wcwl-feedback-modal__browse-button > button.yith-wcwl-modal__primary-button {
width: 100%;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist__counter {
text-transform: uppercase;
font-weight: 500;
color: #888888;
font-size: 0.6875rem;
}
.yith-wcwl-add-to-wishlist-button:is(a) {
display: flex !important;
}
.yith-wcwl-add-to-wishlist-button:is(button) {
margin: 0;
}
.yith-wcwl-modal button {
margin: 0;
}
.yith-wcwl-modal .yith-wcwl-feedback-modal__browse-button {
outline: none;
}
.yith-wcwl-modal .yith-wcwl-feedback-modal__browse-button > button.yith-wcwl-modal__primary-button {
width: 100%;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist__counter {
text-transform: uppercase;
font-weight: 500;
color: #888888;
font-size: 0.6875rem;
}
.yith-wcwl-add-to-wishlist-button:is(a) {
display: flex !important;
}
.yith-wcwl-add-to-wishlist-button:is(button) {
margin: 0;
}
.yith-wcwl-add-button {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
.yith-wcwl-add-button > .feedback {
display: flex;
align-items: center;
gap: 7px;
}
.yith-wcwl-add-button a.single_add_to_wishlist.button {
display: inline-flex !important;
flex-direction: row;
align-items: center;
white-space: nowrap;
gap: 5px;
}
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--link-style .yith-wcwl-add-button .add_to_wishlist {
padding-left: 0;
display: flex !important;
align-items: center;
width: 100%;
justify-content: center;
gap: 7px;
}
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--link-style .yith-wcwl-add-button .add_to_wishlist img {
margin: 0;
}
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--link-style .yith-wcwl-wishlistexistsbrowse {
padding-left: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 7px;
}
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--link-style .yith-wcwl-wishlistexistsbrowse .feedback {
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
}
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--single .yith-wcwl-wishlistexistsbrowse {
justify-content: flex-start;
}
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--single:not(:has(.count-add-to-wishlist)) {
padding-bottom: 10px !important;
margin-bottom: 20px !important;
}
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button {
display: inline-flex;
}
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--single.exists div.count-add-to-wishlist {
padding-left: 32px !important;
}
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--single.yith-wcwl-add-to-wishlist--button_custom-style:not(.exists) div.count-add-to-wishlist, .yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--single.yith-wcwl-add-to-wishlist--button_default-style:not(.exists) div.count-add-to-wishlist,
.yith-wcwl-add-to-wishlist.yith-wcwl-add-to-wishlist--single .feedback {
padding-left: 0 !important;
}
.yith-wcwl-add-to-wishlist img {
width: 25px !important;
}
.yith-proteo-product-loop-image:has(.yith-wcwl-add-to-wishlist-button) {
position: relative;
}
#payment ul li #yith_wcauthnet_credit_card_form .woocommerce-SavedPaymentMethods-saveNew {
padding: 0;
}
#payment ul li #yith_wcauthnet_credit_card_form .woocommerce-SavedPaymentMethods-saveNew label {
padding-left: 0;
font-weight: 400;
}
ul.products li.product .yith-wcbr-brands a,
ul.products li.product .yith-wcbr-brands-logo a {
display: inline-block;
}
ul.products li.product .yith-wcbr-brands img,
ul.products li.product .yith-wcbr-brands-logo img {
width: auto;
}
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li a {
padding: 2px 8px;
background-color: #ffffff;
font-weight: 600;
border: 1px solid #dddddd;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
border: 1px solid #9e9e9e;
background-color: #9e9e9e;
color: #fff;
}
.yit-wcan-select-open {
border: none;
}
.yith-wcan-select-wrapper {
border: none;
padding: 0;
}
.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
border: none;
box-shadow: none !important;
padding: 5px 0;
}
.widget .yit-wcan-select-open {
padding-left: 0;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a,
.woocommerce .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a {
padding-left: 15px;
}
.single-product-layout-cols .images {
position: relative;
width: 40%;
float: left;
display: inline-block;
}
a.compare.button {
background: none;
font-size: 0.875rem;
text-transform: uppercase;
padding: 7px 14px;
color: var(--proteo-general_link_color, #448a85);
}
.single-product div.product .summary.entry-summary a.compare {
margin-bottom: 40px;
position: relative;
display: inline-block;
}
.single-product div.product .summary.entry-summary a.compare:not(.button, .checkbox) {
padding-bottom: 40px;
text-transform: uppercase;
font-weight: 500;
font-size: 0.8125rem;
text-decoration: none;
color: inherit;
border-bottom: 1px solid #cccccc;
}
.single-product div.product .summary.entry-summary a.compare:not(.button, .checkbox):before {
content: "\e88e";
font-family: Linearicons-Free;
display: inline-block;
margin-right: 15px;
font-size: 2em;
vertical-align: middle;
}
.single-product div.product .summary.entry-summary a.compare:not(.button, .checkbox):hover {
text-decoration: underline;
color: var(--proteo-general_link_color, #448a85);
}
ul.products li.product a.compare,
ul.wc-block-grid__products li.wc-block-grid__product a.compare {
display: inline-block;
margin-right: 0;
}
ul.products li.product a.compare:not(.button),
ul.wc-block-grid__products li.wc-block-grid__product a.compare:not(.button) {
font-size: 0.875rem;
padding: 5px 0;
transition: all ease 0.3s;
margin: 0;
font-weight: 600;
}
#yith-woocompare h2,
.yith-woocompare-widget h2 {
line-height: 1.2;
}
#yith-woocompare .button,
#yith-woocompare a.added_to_cart,
#yith-woocompare a.compare-widget,
#yith-woocompare a.compare,
.yith-woocompare-widget .button,
.yith-woocompare-widget a.added_to_cart,
.yith-woocompare-widget a.compare-widget,
.yith-woocompare-widget a.compare {
padding: 7px 14px;
display: inline-block;
margin-right: 0;
}
#yith-woocompare .product-price,
#yith-woocompare tr.price td,
.yith-woocompare-widget .product-price,
.yith-woocompare-widget tr.price td {
color: #1f1f1f;
line-height: normal;
font-weight: bold;
margin-bottom: 5px;
}
#yith-woocompare .product-price del,
#yith-woocompare tr.price td del,
.yith-woocompare-widget .product-price del,
.yith-woocompare-widget tr.price td del {
font-size: 90%;
font-weight: normal;
margin-right: 5px;
}
#yith-woocompare .product-price ins,
#yith-woocompare tr.price td ins,
.yith-woocompare-widget .product-price ins,
.yith-woocompare-widget tr.price td ins {
background: none;
}
#yith-woocompare a.button.yith_woocompare_clear,
.yith-woocompare-widget a.button.yith_woocompare_clear {
color: #fff;
}
#yith-woocompare #yith-woocompare-cat-nav h3,
.yith-woocompare-widget #yith-woocompare-cat-nav h3 {
font-size: 22px;
margin-bottom: 35px;
color: #434343;
}
#yith-woocompare-related .related-products li {
text-align: center;
}
#yith-woocompare-related .related-products li .product-image {
margin-bottom: 0;
}
#yith-woocompare-related .related-products li h3 {
font-size: 0.875rem;
font-weight: 500;
margin-bottom: 5px;
margin-top: 5px;
color: #404040;
line-height: normal;
}
#yith-woocompare-related .related-products li span.onsale {
z-index: 2;
top: 0;
left: auto;
}
#yith-woocompare-related .related-products li > div {
margin-bottom: 5px;
}
#yith-woocompare-related .related-products li > div .button {
border: 1px solid;
}
#yith-woocompare-related .related-products li > div .button.unstyled_button {
border: none;
background: none;
text-transform: none;
padding: 0;
display: block;
color: var(--proteo-general_link_color, #448a85);
}
#yith-woocompare-preview-bar .button {
margin: 0;
text-align: center;
}
.entry-content .ywgc_enter_code {
padding: 35px 15px 30px 30px;
list-style-type: none;
margin-bottom: 15px;
border-radius: 0;
border-width: 0;
border-style: solid;
color: #000000;
font-size: 1rem;
font-weight: 500;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
background-color: #ffffff;
}
.entry-content .ywgc_enter_code p {
font-size: 1rem;
line-height: normal;
font-weight: 500;
}
.entry-content .ywgc_enter_code input[name=gift_card_code] {
outline: none;
}
.entry-content .ywgc_enter_code .ywgc_apply_gift_card_button {
display: inline-block;
width: auto;
}
.product-type-gift-card .woocommerce-product-gallery__wrapper {
background: #ffffff;
}
.theme-yith-proteo.woocommerce .products .add-request-quote-button.button,
.theme-yith-proteo.woocommerce .products .add-request-quote-button-addons.button {
background: none;
border: 1px solid var(--proteo-main_color_shade, #448a85);
font-size: 14px;
color: var(--proteo-main_color_shade, #448a85);
text-transform: uppercase;
padding: 7px 14px;
margin-right: 0;
display: inline-block;
float: none;
}
.theme-yith-proteo.woocommerce .products .add-request-quote-button.button:hover,
.theme-yith-proteo.woocommerce .products .add-request-quote-button-addons.button:hover {
background: var(--proteo-main_color_shade, #448a85);
color: #fff;
}
.theme-yith-proteo.woocommerce .products .yith-ywraq-add-to-quote,
.theme-yith-proteo.woocommerce .products .yith_ywraq_add_item_browse_message {
font-size: 14px;
}
.theme-yith-proteo.woocommerce .products .yith-ywraq-add-to-quote img {
width: auto;
}
.ywraq-quote-icon-icon_quote:hover:before {
color: var(--proteo-main_color_shade, #448a85);
}
.yith_ywraq_add_item_product_message,
.yith_ywraq_add_item_response_message {
color: #666666;
font-weight: 600;
}
.yith-ywraq-add-to-quote a,
.yith_ywraq_add_item_browse_message a {
font-weight: 600;
margin: 0 auto;
font-size: 0.875rem;
color: var(--proteo-main_color_shade, #448a85);
}
.yith_ywraq_add_item_response_message a,
.yith_ywraq_add_item_response_message {
font-weight: 400;
font-size: 0.875rem;
}
.yith-ywraq-add-button img {
width: 20px !important;
margin: 10px auto;
}
.yith_ywraq_add_item_browse_message a:after {
content: ">";
margin-left: 5px;
} .theme-yith-proteo .widget_ywraq_list_quote .yith-ywraq-list-wrapper,
.theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
right: 0;
top: 30px;
}
.theme-yith-proteo .widget_ywraq_list_quote .raq-info,
.theme-yith-proteo .widget_ywraq_mini_list_quote .raq-info {
border: 0;
}
.theme-yith-proteo .widget_ywraq_list_quote .raq-items-number,
.theme-yith-proteo .widget_ywraq_list_quote .raq_label,
.theme-yith-proteo .widget_ywraq_mini_list_quote .raq-items-number,
.theme-yith-proteo .widget_ywraq_mini_list_quote .raq_label {
font-weight: 400;
text-decoration: none;
color: #777;
font-size: 16px;
}
.theme-yith-proteo .widget_ywraq_list_quote .yith-ywraq-list-content,
.theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-content {
border: 0;
min-width: 280px;
box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
right: 0;
padding: 15px 15px 25px 15px;
background: #ffffff;
top: 100%;
transition: all ease 0.3s;
}
.theme-yith-proteo .widget_ywraq_list_quote .items-count,
.theme-yith-proteo .widget_ywraq_mini_list_quote .items-count {
font-weight: 500;
margin-left: 35px;
}
.theme-yith-proteo .widget_ywraq_list_quote ul.yith-ywraq-list li,
.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li {
position: relative;
display: table;
width: 100%;
margin-bottom: 10px;
padding-left: 30px;
border-bottom: 0;
}
.theme-yith-proteo .widget_ywraq_list_quote ul.yith-ywraq-list li a,
.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li a {
font-size: 12px;
text-decoration: none;
color: #000;
}
.theme-yith-proteo .widget_ywraq_list_quote ul.yith-ywraq-list li a.yith-ywraq-item-remove.remove,
.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li a.yith-ywraq-item-remove.remove {
text-decoration: none;
background: transparent;
color: #9e9e9e;
display: inline-block;
font-size: 1.5rem;
font-weight: normal;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
height: 2rem;
line-height: 1rem;
}
.theme-yith-proteo .widget_ywraq_list_quote ul.yith-ywraq-list li a.yith-ywraq-item-remove.remove:hover,
.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li a.yith-ywraq-item-remove.remove:hover {
color: #000000;
}
.theme-yith-proteo .widget_ywraq_list_quote ul.yith-ywraq-list li small,
.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li small {
display: block;
line-height: 1.2em;
margin-top: -1em;
font-size: 0.75em;
}
.theme-yith-proteo .widget_ywraq_list_quote ul.yith-ywraq-list li img,
.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li img {
float: left;
margin-right: 10px;
max-width: 50px;
vertical-align: top;
width: 50px;
}
.theme-yith-proteo .widget_ywraq_list_quote ul.yith-ywraq-list li .quantity,
.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li .quantity {
margin-bottom: 10px;
font-size: 14px;
color: #777;
}
.theme-yith-proteo .widget_ywraq_list_quote ul.yith-ywraq-list li.no-product,
.theme-yith-proteo .widget_ywraq_mini_list_quote ul.yith-ywraq-list li.no-product {
margin-bottom: 0;
padding-bottom: 0;
}
.theme-yith-proteo .widget_ywraq_list_quote .yith-ywraq-list-item a,
.theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-item a {
text-decoration: none;
}
.theme-yith-proteo .widget_ywraq_list_quote .yith-ywraq-list-wrapper .button,
.theme-yith-proteo .widget_ywraq_list_quote .yith-ywraq-list-content .button,
.theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper .button,
.theme-yith-proteo .widget_ywraq_mini_list_quote .yith-ywraq-list-content .button {
text-transform: uppercase;
width: 80%;
margin: 0 auto;
text-align: center;
display: block;
font-size: 12px;
}
.theme-yith-proteo .widget_ywraq_list_quote .yith-ywraq-list-wrapper .button {
width: fit-content;
float: left;
margin-bottom: 30px;
}
.summary .yith-ywraq-add-to-quote {
margin-bottom: 30px;
}
.ywraq-wrapper a.button.wc-backward {
background: none;
color: var(--proteo-main_color_shade, #448a85);
border: 0;
padding: 0;
margin: 20px 0 40px 0;
font-size: 16px;
}
.ywraq-wrapper a.button.wc-backward:hover {
color: var(--proteo-general_link_hover_color, #12b995);
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper h3 {
margin: 0 15px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper .raq-send-request-row {
text-align: right;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper input.button.raq-send-request {
text-transform: uppercase;
margin-right: 0;
display: inline-block;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
padding-bottom: 5px !important;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper .form-row label {
font-size: 14px;
font-weight: 600;
}
#yith-ywraq-form .actions .button {
float: right;
margin-right: 0;
color: var(--proteo-main_color_shade, #448a85);
background-color: transparent;
text-transform: uppercase;
border-width: 2px;
}
#yith-ywraq-form .actions .button:hover {
color: #fff;
background-color: var(--proteo-main_color_shade, #448a85);
}
#yith-ywraq-form .actions .wc-backward.button {
float: left;
}
#yith-ywraq-form td.product-name ul {
list-style: none;
padding: 10px 0;
margin-left: 0px !important;
}
#yith-ywraq-form td.product-name ul li {
margin: 0;
padding: 0;
}
#yith-ywraq-form td.product-name ul br {
display: none;
}
#yith-ywraq-default-form input[type=text],
#yith-ywraq-default-form input[type=email],
#yith-ywraq-default-form input[type=password],
#yith-ywraq-default-form select,
#yith-ywraq-default-form textarea {
background-color: #fff;
border: 1px solid #ccc;
}
header.woocommerce-products-header .woocommerce-cart-notice .button,
.yith-cart-message .content .button,
.yith-cart-message .content .button:hover {
margin-bottom: 0;
border-radius: 50px;
font-size: 12px;
padding: 8px 20px;
}
header.woocommerce-products-header .woocommerce-cart-notice,
header.woocommerce-products-header .yith-cart-message {
text-align: left;
font-size: 14px;
}
.yith-cart-message {
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
padding: 12px 15px 12px 15px;
}
body.woocommerce-checkout #payment ul.payment_methods {
list-style-type: none;
padding: 0;
}
body.woocommerce-checkout #payment ul.payment_methods .payment_method_yith-stripe li {
padding: 5px 30px;
}
#wc-yith-stripe-cc-form {
border: none;
padding: 0;
margin: 0;
}
#wc-yith-stripe-cc-form .yith-stripe-form-container {
margin: 0 -15px;
}
.woocommerce-PaymentMethod--actions {
padding: 15px 0 !important;
font-size: 0;
white-space: nowrap;
}
.woocommerce-PaymentMethod--actions a {
text-align: center;
margin: 0 7.5px 10px;
padding: 5px 15px;
font-size: 0.8rem;
}
.woocommerce-PaymentMethod--actions a:last-child {
margin-bottom: 0;
} .yith-wcaf {     }
.yith-wcaf.yith-wcaf-registration-form .col2-set.u-columns .col-1,
.yith-wcaf.yith-wcaf-registration-form .col2-set.u-columns .col-2 {
width: 50%;
float: left;
max-width: initial;
position: relative;
}
.yith-wcaf.yith-wcaf-registration-form .col2-set.u-columns form {
margin-bottom: 35px;
position: relative;
}
.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .stat-item .stat-label {
font-size: 0.9em;
white-space: nowrap;
}
.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .stat-item .stat-label .tooltip {
white-space: normal;
}
.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .stat-item .button {
margin: 0;
}
.yith-wcaf.yith-wcaf-link-generator .yith-wcaf-share ul {
margin: 0 -5px;
}
.yith-wcaf.yith-wcaf-link-generator .yith-wcaf-share ul li {
padding: 0 5px;
}
.yith-wcaf.yith-wcaf-link-generator .yith-wcaf-share ul li a {
color: inherit;
text-decoration: none;
}
.yith-wcaf.yith-wcaf-link-generator .yith-wcaf-share ul li a:hover {
color: #448a85;
}
.yith-wcaf.yith-wcaf-link-generator p.form-row, .yith-wcaf.yith-wcaf-dashboard #withdraw_modal p.form-row, .yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row {
padding-left: 0;
padding-right: 0;
}
.yith-wcaf.yith-wcaf-link-generator p.form-row-first, .yith-wcaf.yith-wcaf-dashboard #withdraw_modal p.form-row-first, .yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row-first {
padding-right: 15px;
}
.yith-wcaf.yith-wcaf-link-generator p.form-row-last, .yith-wcaf.yith-wcaf-dashboard #withdraw_modal p.form-row-last, .yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row-last {
padding-left: 15px;
}
.yith-wcaf.yith-wcaf-link-generator p.form-row.woocommerce-invalid, .yith-wcaf.yith-wcaf-dashboard #withdraw_modal p.form-row.woocommerce-invalid, .yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-settings p.form-row.woocommerce-invalid {
color: #f44336;
}
.yith-wcaf.yith-wcaf-link-generator small, .yith-wcaf.yith-wcaf-dashboard #withdraw_modal small, .yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-settings small {
line-height: 1.5;
}
.yith-wcaf.yith-wcaf-dashboard #withdraw_modal .billing-info p.form-row {
padding-inline: 0;
}
.yith-wcaf.yith-wcaf-dashboard #withdraw_modal .invoice-info p:not(.form-row) {
font-size: 0.9em;
}
.yith-wcaf.yith-wcaf-dashboard #withdraw_modal .invoice-modes .invoice-mode-content {
padding-left: 0;
}
.yith-wcaf .yith-wcaf-table-top-bar .table-filters input[type=text],
.yith-wcaf .yith-wcaf-table-top-bar .table-filters input[type=number],
.yith-wcaf .yith-wcaf-table-top-bar .table-options input[type=text],
.yith-wcaf .yith-wcaf-table-top-bar .table-options input[type=number] {
padding: 13px 10px;
}
.yith-wcaf .yith-wcaf-table-top-bar .table-filters .button,
.yith-wcaf .yith-wcaf-table-top-bar .table-options .button {
margin-block: 0;
} .yith-wcaf-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
font-size: 1.2em;
}
.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-buttonpane button {
background: none;
border: 1px solid #448a85;
color: #448a85;
border-radius: 50px;
padding: 0 10px;
margin: 0 3px;
text-transform: uppercase;
font-size: 0.7rem;
line-height: 1.5rem;
}
.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-buttonpane button:hover {
color: #fff;
background: #448a85;
}
.yith-wcaf-datepicker.ui-datepicker .ui-datepicker-buttonpane button:last-child {
margin-right: 0;
}
.woocommerce .products .yith-wcdp-loop-add-to-cart-fields {
text-align: center;
}
.woocommerce .products .yith-wcdp-loop-add-to-cart-fields .button {
background: none;
border: 1px solid #448a85;
font-size: 14px;
color: #448a85;
text-transform: uppercase;
padding: 7px 14px;
margin-right: 0;
display: inline-block;
float: none;
margin-top: 5px;
}
.woocommerce .products .yith-wcdp-loop-add-to-cart-fields .button:hover {
background: none;
color: #448a85;
}
.yith-wcdp-single-add-to-cart-fields {
margin: 15px 0;
}
.single-product div.product .yith-wcdp-product-note {
margin: 15px 0;
}
.woocommerce-order-details .woocommerce-table tbody tr td.product-name a.yith-wcdp-order-actions {
margin: 5px 2px;
padding: 8px 12px;
color: #fff;
}
.woocommerce-order-details .woocommerce-table tbody tr td.product-name a.yith-wcdp-order-actions:hover {
text-decoration: none;
}
#yith_wcdp_deposits_details {
background-color: #f7f7f7;
padding: 30px;
margin: 70px -30px;
}
#yith-sl-gmap .gm-style .gm-style-iw,
#yith-sl-gmap .gm-style .gm-style-iw p,
#yith-sl-gmap .gm-style .gm-style-iw li {
font-family: "Montserrat", sans-serif !important;
}
#yith-sl-main-filters-container label.term-label {
padding-left: 0;
}
#yith-sl-main-filters-container.layout-dropdown .wrapper-options li .checkboxbutton {
line-height: 0;
}
#yith-sl-main-filters-container .wrapper-options li .checkboxbutton:before {
margin-bottom: 0;
}
#yith-sl-search-stores .wrap-buttons {
margin-bottom: 0;
}
span.ywsbs-signup-fee,
span.ywsbs-trial-period {
display: block;
}
.summary span.ywsbs-delivery-info,
.summary span.ywsbs-synch-info {
font-size: 0.9rem;
color: var(--proteo-h1_font_color);
margin-top: 25px;
}
.summary .ywsbs-price-detail span.ywsbs-signup-fee {
font-size: 20px;
}
.summary .ywsbs-price-detail span.ywsbs-trial-period {
font-size: 18px;
margin-top: 20px;
}
.products .ywsbs-price-detail span.ywsbs-fee-price {
font-size: 12px;
}
.products .ywsbs-price-detail span.ywsbs-signup-fee {
font-size: 12px;
}
.woocommerce-cart-form .ywsbs-max-lenght,
.woocommerce-cart-form .ywsbs-trial-price,
.woocommerce-cart-form .ywsbs-fee-price {
display: block;
font-size: 11px;
}
#order_review .ywsbs-price {
font-weight: 600;
}
#order_review .ywsbs-price .ywsbs-max-lenght {
font-weight: 400;
}
#order_review .ywsbs-max-lenght,
#order_review .ywsbs-fee-price,
#order_review .ywsbs-trial-price {
display: block;
font-size: 13px;
}
.ywsbs-recurring-totals-items .ywsbs-price {
font-weight: 600;
}
.woocommerce-mini-cart-item span.ywsbs-fee-price,
.woocommerce-mini-cart-item span.ywsbs-trial-price {
display: none;
}
body.woocommerce-order-received.ywsbs-thank-you-page-two-cols .entry-content {
padding: 0;
border: 0;
}
.ywsbs-thank-you-page-box h3 {
font-weight: bold;
margin-bottom: 25px;
font-size: 16px;
color: var(--proteo-main_color_shade, #448a85);
}
body .ywcps-products .owl-dots .owl-dot.active span,
body .ywcps-products .owl-dots .owl-dot:hover span {
background: var(--proteo-main_color_shade, #869791);
} body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout .yith-wcbk-booking-field,
body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout .yith-wcbk-date-picker-wrapper,
body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout select,
body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout .yith-wcbk-date-range-picker,
body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout .yith-wcbk-people-selector__toggle-handler,
body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout .yith-wcbk-services-selector__toggle-handler,
body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout button.yith-wcbk-booking-search-form-submit {
min-height: 48px;
}
body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout button.yith-wcbk-booking-search-form-submit {
padding: 0 25px;
line-height: initial;
}
body .yith-wcbk-booking-search-form input::-webkit-input-placeholder {
font-size: inherit;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table, body .yith-wcbk-booking-search-form form {
display: block;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table tbody, body .yith-wcbk-booking-search-form form tbody {
display: block;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table tr,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table td, body .yith-wcbk-booking-search-form form tr,
body .yith-wcbk-booking-search-form form td {
display: block;
width: 100%;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table tr, body .yith-wcbk-booking-search-form form tr {
padding-bottom: 20px;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-booking-search-form__row, body .yith-wcbk-booking-search-form form .yith-wcbk-booking-search-form__row {
margin-bottom: 15px;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-booking-search-form__row .yith-wcbk-booking-search-form__row__content, body .yith-wcbk-booking-search-form form .yith-wcbk-booking-search-form__row .yith-wcbk-booking-search-form__row__content {
max-width: initial;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-booking-search-form-label,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-booking-search-form__row__label, body .yith-wcbk-booking-search-form form .yith-wcbk-booking-search-form-label,
body .yith-wcbk-booking-search-form form .yith-wcbk-booking-search-form__row__label {
width: 100%;
margin-bottom: 10px;
font-weight: initial;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-booking-field, body .yith-wcbk-booking-search-form form .yith-wcbk-booking-field {
float: none;
border: initial;
padding: 14px 10px;
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-date-range-picker,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .select2-container--default .select2-selection--multiple, body .yith-wcbk-booking-search-form form .yith-wcbk-date-range-picker,
body .yith-wcbk-booking-search-form form .select2-container--default .select2-selection--multiple {
border: none;
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .select2-container--default .select2-selection--multiple.yith-wcbk-date-range-picker--opened, body .yith-wcbk-booking-search-form form .yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened,
body .yith-wcbk-booking-search-form form .select2-container--default .select2-selection--multiple.yith-wcbk-date-range-picker--opened {
border-color: var(--proteo-main_color_shade);
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-date-range-picker .yith-wcbk-date-range-picker__arrow,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .select2-container--default .select2-selection--multiple .yith-wcbk-date-range-picker__arrow, body .yith-wcbk-booking-search-form form .yith-wcbk-date-range-picker .yith-wcbk-date-range-picker__arrow,
body .yith-wcbk-booking-search-form form .select2-container--default .select2-selection--multiple .yith-wcbk-date-range-picker__arrow {
opacity: 0.5;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table span.yith-wcbk-booking-date-icon.yith-icon.yith-icon-calendar, body .yith-wcbk-booking-search-form form span.yith-wcbk-booking-date-icon.yith-icon.yith-icon-calendar {
font-size: 1em;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-people-selector, body .yith-wcbk-booking-search-form form .yith-wcbk-people-selector {
color: inherit;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-services-selector, body .yith-wcbk-booking-search-form form .yith-wcbk-services-selector {
color: inherit;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-people-selector__toggle-handler,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-services-selector__toggle-handler, body .yith-wcbk-booking-search-form form .yith-wcbk-people-selector__toggle-handler,
body .yith-wcbk-booking-search-form form .yith-wcbk-services-selector__toggle-handler {
border: none;
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
padding-top: 3px;
padding-bottom: 3px;
min-height: 48px;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-people-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-people-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-services-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-services-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg, body .yith-wcbk-booking-search-form form .yith-wcbk-people-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
body .yith-wcbk-booking-search-form form .yith-wcbk-people-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
body .yith-wcbk-booking-search-form form .yith-wcbk-services-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
body .yith-wcbk-booking-search-form form .yith-wcbk-services-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg {
width: 12px !important;
height: 12px !important;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table .yith-wcbk-booking-search-form-submit, body .yith-wcbk-booking-search-form form .yith-wcbk-booking-search-form-submit {
display: block;
width: 100%;
text-transform: uppercase;
margin-top: 30px;
padding: 0 25px;
line-height: initial;
min-height: 48px;
}
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table input.yith-wcbk-number-minifield,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table select,
body .yith-wcbk-booking-search-form table.yith-wcbk-booking-search-form-table textarea, body .yith-wcbk-booking-search-form form input.yith-wcbk-number-minifield,
body .yith-wcbk-booking-search-form form select,
body .yith-wcbk-booking-search-form form textarea {
border: none;
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
padding-top: 3px;
padding-bottom: 3px;
min-height: 48px;
}
body .yith-wcbk-booking-search-form .select2-container--default .select2-selection--multiple {
margin-top: 0;
min-height: 48px;
} .yith_wcbk_booking_product_form_widget, .yith_wcbk_booking_form_shortcode_summary {
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
padding: 35px;
color: inherit;
background-color: #ffffff;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_head,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_head,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_head {
padding-bottom: 5px;
border-bottom: 1px solid #cccccc;
margin-bottom: 10px;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_head .price,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_head .price,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_head .price {
font-size: var(--proteo-single_product_price_font_size, 2.1875rem);
color: var(--proteo-single_product_price_color);
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form {
font-size: 1rem;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-booking-meta, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-booking-meta,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-booking-meta,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-booking-meta,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-booking-meta,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-booking-meta {
margin-bottom: 15px;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-booking-meta .yith-booking-checkin,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-booking-meta .yith-booking-checkout, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-booking-meta .yith-booking-checkin,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-booking-meta .yith-booking-checkout,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-booking-meta .yith-booking-checkin,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-booking-meta .yith-booking-checkout,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-booking-meta .yith-booking-checkin,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-booking-meta .yith-booking-checkout,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-booking-meta .yith-booking-checkin,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-booking-meta .yith-booking-checkout,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-booking-meta .yith-booking-checkin,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-booking-meta .yith-booking-checkout {
font-size: 0.813rem;
color: inherit;
text-align: initial;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary label.yith-wcbk-booking-form__label, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form label.yith-wcbk-booking-form__label,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary label.yith-wcbk-booking-form__label,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form label.yith-wcbk-booking-form__label,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary label.yith-wcbk-booking-form__label,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form label.yith-wcbk-booking-form__label {
font-weight: bold;
font-size: 1rem;
margin-bottom: 15px;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-range-picker, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-date-range-picker,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-range-picker,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-date-range-picker,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-range-picker,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-date-range-picker {
border: none;
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened {
border-color: var(--proteo-main_color_shade);
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-range-picker .yith-wcbk-date-range-picker__arrow, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-date-range-picker .yith-wcbk-date-range-picker__arrow,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-range-picker .yith-wcbk-date-range-picker__arrow,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-date-range-picker .yith-wcbk-date-range-picker__arrow,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-range-picker .yith-wcbk-date-range-picker__arrow,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-date-range-picker .yith-wcbk-date-range-picker__arrow {
opacity: 0.5;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-form-section-wrapper, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-form-section-wrapper,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-form-section-wrapper,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-form-section-wrapper,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-form-section-wrapper,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-form-section-wrapper {
margin-bottom: 15px;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-form-section-wrapper .yith-wcbk-form-section, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-form-section-wrapper .yith-wcbk-form-section,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-form-section-wrapper .yith-wcbk-form-section,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-form-section-wrapper .yith-wcbk-form-section,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-form-section-wrapper .yith-wcbk-form-section,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-form-section-wrapper .yith-wcbk-form-section {
margin-bottom: 15px;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-people-selector,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-services-selector,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-people-selector,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-services-selector,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-people-selector,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-services-selector {
color: inherit;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector__toggle-handler,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector__toggle-handler, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-people-selector__toggle-handler,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-services-selector__toggle-handler,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector__toggle-handler,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector__toggle-handler,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-people-selector__toggle-handler,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-services-selector__toggle-handler,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector__toggle-handler,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector__toggle-handler,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-people-selector__toggle-handler,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-services-selector__toggle-handler {
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
padding-top: 3px;
padding-bottom: 3px;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-people-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-people-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-services-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-services-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-people-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-people-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-services-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-services-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-people-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-services-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-people-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-people-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-services-selector__toggle-handler .yith-wcbk-people-selector__toggle-handler__icon svg,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-services-selector__toggle-handler .yith-wcbk-services-selector__toggle-handler__icon svg {
width: 12px !important;
height: 12px !important;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-form-section-services-wrapper, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-form-section-services-wrapper,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-form-section-services-wrapper,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-form-section-services-wrapper,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-form-section-services-wrapper,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-form-section-services-wrapper {
margin-top: 30px;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:disabled,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:hover, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button:disabled,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button:hover,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:disabled,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:hover,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button:disabled,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button:hover,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:disabled,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary button.button.alt.yith-wcbk-add-to-cart-button:hover,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button:disabled,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form button.button.alt.yith-wcbk-add-to-cart-button:hover {
border: none;
border-radius: var(--proteo-buttons_border_radius);
text-transform: uppercase;
font-size: var(--proteo-single_product_add_to_cart_button_font_size, 1.25rem);
font-weight: initial;
padding: 1rem;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary input.yith-wcbk-number-minifield,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary select,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary textarea,
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary input.yith-wcbk-booking-real-duration, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form input.yith-wcbk-number-minifield,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form select,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form textarea,
.product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form input.yith-wcbk-booking-real-duration,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary input.yith-wcbk-number-minifield,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary select,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary textarea,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary input.yith-wcbk-booking-real-duration,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form input.yith-wcbk-number-minifield,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form select,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form textarea,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form input.yith-wcbk-booking-real-duration,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary input.yith-wcbk-number-minifield,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary select,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary textarea,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary input.yith-wcbk-booking-real-duration,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form input.yith-wcbk-number-minifield,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form select,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form textarea,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form input.yith-wcbk-booking-real-duration {
border: none;
border-color: var(--proteo-forms_input_border_color, #cccccc);
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
padding-top: 3px;
padding-bottom: 3px;
min-height: 48px;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date {
border-width: var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width) var(--proteo-forms_input_border_width);
border-style: solid;
border-radius: var(--proteo-forms_input_borde_radius, 0);
min-height: 48px;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date.yith-wcbk-date-range-picker--opened, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date.yith-wcbk-date-range-picker--opened,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date.yith-wcbk-date-range-picker--opened,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date.yith-wcbk-date-range-picker--opened,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date.yith-wcbk-date-range-picker--opened,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date.yith-wcbk-date-range-picker--opened {
border-color: var(--proteo-main_color_shade);
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date .yith-wcbk-date-range-picker__arrow, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date .yith-wcbk-date-range-picker__arrow,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date .yith-wcbk-date-range-picker__arrow,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date .yith-wcbk-date-range-picker__arrow,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date .yith-wcbk-date-range-picker__arrow,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date .yith-wcbk-date-range-picker__arrow {
opacity: 0.5;
}
.product.yith-wcbk-widget-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-select-alt__arrow, .product.yith-wcbk-widget-booking-form .yith-wcbk-booking-form .yith-wcbk-select-alt__arrow,
.product.yith-wcbk-shortcode-booking-form .yith_wcbk_widget_booking_form_summary .yith-wcbk-select-alt__arrow,
.product.yith-wcbk-shortcode-booking-form .yith-wcbk-booking-form .yith-wcbk-select-alt__arrow,
.yith-wcbk-booking-form-block .yith_wcbk_widget_booking_form_summary .yith-wcbk-select-alt__arrow,
.yith-wcbk-booking-form-block .yith-wcbk-booking-form .yith-wcbk-select-alt__arrow {
display: none;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images {
margin-bottom: 70px;
position: relative;
margin-top: -50px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce-product-gallery__image {
display: none;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce-product-gallery__image img {
min-height: 300px;
min-width: 100%;
max-width: 100%;
height: auto !important;
transition: transform 0.3s ease-in-out;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce-product-gallery__image:hover img {
transform: scale(1.1);
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images figure {
margin-top: 0;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce-product-gallery__image {
overflow: hidden;
vertical-align: middle;
position: relative;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce-product-gallery__image img {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
min-height: 300px;
min-width: 100%;
max-width: none;
width: auto !important;
transition: transform 0.3s ease-in-out;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce-product-gallery__image:first-child {
display: block;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce-product-gallery__image:hover img {
transform: translateY(-50%) translateX(-50%) scale(1.1);
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce-product-gallery__image--placeholder {
display: none;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce div.product div.images .flex-control-thumbs li {
width: 10%;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .flex-control-nav.flex-control-thumbs {
display: none;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .open-gallery {
position: absolute;
right: 20px;
bottom: 20px;
cursor: pointer;
transition: all 0.3s;
pointer-events: none;
background: #ffffff;
color: var(--proteo-main_color_shade);
padding: 10px 20px;
line-height: 18px;
cursor: pointer;
border-radius: 40px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .open-gallery svg {
fill: var(--proteo-main_color_shade);
vertical-align: bottom;
margin: 0 8px 0 0;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-1 .woocommerce-product-gallery__image {
height: 600px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-2 .woocommerce-product-gallery__image:nth-child(-n+2) {
display: block;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-2 .woocommerce-product-gallery__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 600px;
grid-column-gap: 8px;
grid-row-gap: 8px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-2 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) {
grid-area: 1/1/2/2;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-2 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(2) {
grid-area: 1/2/2/3;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-2 .woocommerce-product-gallery__wrapper img {
min-height: 600px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-3 .woocommerce-product-gallery__image:nth-child(-n+3) {
display: block;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-3 .woocommerce-product-gallery__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 300px);
grid-column-gap: 8px;
grid-row-gap: 8px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-3 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) {
grid-area: 1/1/3/2;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-3 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) img {
min-height: 600px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-3 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(2) {
grid-area: 1/2/2/3;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-3 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3) {
grid-area: 2/2/3/3;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__image:nth-child(-n+4) {
display: block;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 300px);
grid-column-gap: 8px;
grid-row-gap: 8px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) {
grid-area: 1/1/2/2;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(2) {
grid-area: 1/2/2/3;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3) {
grid-area: 2/1/3/2;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(4) {
grid-area: 2/2/3/3;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__wrapper img {
min-height: 300px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__image:nth-child(-n+5) {
display: block;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper {
display: grid;
grid-template-columns: 2fr repeat(2, 1fr);
grid-template-rows: repeat(2, 300px);
grid-column-gap: 8px;
grid-row-gap: 8px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) {
grid-area: 1/1/3/2;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) img {
min-height: 600px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(2) {
grid-area: 1/2/2/3;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3) {
grid-area: 2/2/3/3;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(4) {
grid-area: 1/3/2/4;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(5) {
grid-area: 2/3/3/4;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__image:nth-child(-n+6) {
display: block;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 300px);
grid-column-gap: 8px;
grid-row-gap: 8px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) {
grid-area: 1/1/2/2;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(2) {
grid-area: 2/1/3/2;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3) {
grid-area: 1/2/2/3;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(4) {
grid-area: 2/2/3/3;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(5) {
grid-area: 1/3/2/4;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(6) {
grid-area: 2/3/3/4;
}
body.single-product.yith-proteo-booking-product-layout-enabled div.product.product-type-booking .summary.entry-summary {
width: 100%;
float: none;
display: block;
padding-left: 0;
font-size: 1.25rem;
line-height: 2.375rem;
}
@media screen and (max-width: 992px) {
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images {
margin-bottom: 0;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .woocommerce-product-gallery__image img {
min-height: 300px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-1 .woocommerce-product-gallery__wrapper, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-2 .woocommerce-product-gallery__wrapper, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-3 .woocommerce-product-gallery__wrapper, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__wrapper, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper {
grid-template-columns: 1fr;
grid-column-gap: 0;
grid-row-gap: 0;
grid-template-rows: 0px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-1 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-2 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-3 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
height: 300px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-1 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-2 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-3 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-4 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-5 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img, body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-6 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
min-height: 300px;
}
body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images.grid-elements-count-2 .woocommerce-product-gallery__wrapper {
grid-template-rows: 300px;
}
}
body.yith-wcan-preset-modal-open #secondary {
z-index: 1100;
} .wpcf7-form-control-wrap {
margin-bottom: 2rem;
display: block;
}
span.wpcf7-not-valid-tip {
font-size: 0.875rem;
margin-top: 5px;
}
.wpcf7-form-control {
width: 100%;
}
body .wpcf7-not-valid {
border-color: #dc3232;
}
.wpcf7-form label {
margin-bottom: 15px;
display: block;
}
.woocommerce ul.products .product.berocket_lgv_list:nth-child(n),
.woocommerce-page ul.products .product.berocket_lgv_list:nth-child(n) {
margin-right: 30px;
max-width: calc(40% - 30px);
} @media (min-width: 768px) {
.yith-proteo-desire-overlapped-column {
margin-left: -100px;
margin-top: 70px;
}
.yith-proteo-desire-top-negative-90-px {
margin-top: -90px;
}
}
.proteo-desire-glow-hover {
transition: all ease 0.3s;
position: relative;
}
.proteo-desire-glow-hover:before {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
box-shadow: 0px 0px 10px 4px var(--proteo-main_color_shade);
opacity: 0.2;
}
.proteo-desire-glow-hover:hover {
background: var(--proteo-main_color_shade);
}
.proteo-desire-glow-hover:hover * {
filter: grayscale(1) brightness(100);
color: #fff;
} .with-main-color-shadow {
box-shadow: -1px 2px 58px 0 rgba(157, 205, 220, 0.33);
}
.with-black-color-shadow {
box-shadow: -1px 2px 58px 0 rgba(0, 0, 0, 0.1);
}
.hero-text-shadow {
text-shadow: 0 2px 13px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 769px) {
.wp-block-cover.alignfull.half-background .wp-block-cover__image-background {
left: 50%;
width: -webkit-fill-available;
}
}@font-face{font-family:Linearicons-Free;src:url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Linearicons-Free.eot?w118d);src:url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'),url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Linearicons-Free.woff2?w118d) format('woff2'),url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Linearicons-Free.woff?w118d) format('woff'),url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Linearicons-Free.ttf?w118d) format('truetype'),url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');font-weight:400;font-style:normal}.lnr{font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}@font-face{font-family:simple-line-icons;src:url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Simple-Line-Icons.eot?v=2.4.0);src:url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'),url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'),url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'),url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'),url(//ds-plaisir.fr/wp-content/themes/yith-proteo/third-party/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');font-weight:400;font-style:normal}.icon-action-redo,.icon-action-undo,.icon-anchor,.icon-arrow-down,.icon-arrow-down-circle,.icon-arrow-left,.icon-arrow-left-circle,.icon-arrow-right,.icon-arrow-right-circle,.icon-arrow-up,.icon-arrow-up-circle,.icon-badge,.icon-bag,.icon-ban,.icon-basket,.icon-basket-loaded,.icon-bell,.icon-book-open,.icon-briefcase,.icon-bubble,.icon-bubbles,.icon-bulb,.icon-calculator,.icon-calendar,.icon-call-end,.icon-call-in,.icon-call-out,.icon-camera,.icon-camrecorder,.icon-chart,.icon-check,.icon-chemistry,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-compass,.icon-control-end,.icon-control-forward,.icon-control-pause,.icon-control-play,.icon-control-rewind,.icon-control-start,.icon-credit-card,.icon-crop,.icon-cup,.icon-cursor,.icon-cursor-move,.icon-diamond,.icon-direction,.icon-directions,.icon-disc,.icon-dislike,.icon-doc,.icon-docs,.icon-drawer,.icon-drop,.icon-earphones,.icon-earphones-alt,.icon-emotsmile,.icon-energy,.icon-envelope,.icon-envelope-letter,.icon-envelope-open,.icon-equalizer,.icon-event,.icon-exclamation,.icon-eye,.icon-eyeglass,.icon-feed,.icon-film,.icon-fire,.icon-flag,.icon-folder,.icon-folder-alt,.icon-frame,.icon-game-controller,.icon-ghost,.icon-globe,.icon-globe-alt,.icon-graduation,.icon-graph,.icon-grid,.icon-handbag,.icon-heart,.icon-home,.icon-hourglass,.icon-info,.icon-key,.icon-layers,.icon-like,.icon-link,.icon-list,.icon-location-pin,.icon-lock,.icon-lock-open,.icon-login,.icon-logout,.icon-loop,.icon-magic-wand,.icon-magnet,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-map,.icon-menu,.icon-microphone,.icon-minus,.icon-mouse,.icon-music-tone,.icon-music-tone-alt,.icon-mustache,.icon-note,.icon-notebook,.icon-options,.icon-options-vertical,.icon-organization,.icon-paper-clip,.icon-paper-plane,.icon-paypal,.icon-pencil,.icon-people,.icon-phone,.icon-picture,.icon-pie-chart,.icon-pin,.icon-plane,.icon-playlist,.icon-plus,.icon-power,.icon-present,.icon-printer,.icon-puzzle,.icon-question,.icon-refresh,.icon-reload,.icon-rocket,.icon-screen-desktop,.icon-screen-smartphone,.icon-screen-tablet,.icon-settings,.icon-share,.icon-share-alt,.icon-shield,.icon-shuffle,.icon-size-actual,.icon-size-fullscreen,.icon-social-behance,.icon-social-dribbble,.icon-social-dropbox,.icon-social-facebook,.icon-social-foursqare,.icon-social-github,.icon-social-google,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-reddit,.icon-social-skype,.icon-social-soundcloud,.icon-social-spotify,.icon-social-steam,.icon-social-stumbleupon,.icon-social-tumblr,.icon-social-twitter,.icon-social-vkontakte,.icon-social-youtube,.icon-speech,.icon-speedometer,.icon-star,.icon-support,.icon-symbol-female,.icon-symbol-male,.icon-tag,.icon-target,.icon-trash,.icon-trophy,.icon-umbrella,.icon-user,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-vector,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-wallet,.icon-wrench{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}