@charset "UTF-8";
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
width: 100%;
padding-right: var(--bs-gutter-x, 15px);
padding-left: var(--bs-gutter-x, 15px);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 30px;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -0.5);
margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.justify-content-evenly {
justify-content: space-evenly !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
}
@media (min-width: 576px) {
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.justify-content-sm-evenly {
justify-content: space-evenly !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
}
@media (min-width: 768px) {
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.justify-content-md-evenly {
justify-content: space-evenly !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
}
@media (min-width: 992px) {
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.justify-content-lg-evenly {
justify-content: space-evenly !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.justify-content-xl-evenly {
justify-content: space-evenly !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}
 :root {
--font-family: "Source Sans Pro";
--font-size: 16px;
--font-weight: 400;
--font-style: normal;
--line-height: 1.625;
--heading-font-family: "Montserrat";
--heading-font-size: 2.5rem;
--heading-line-height: 1.3;
--heading-font-weight: 700;
--accent-color: #186ADC;
--el-gradient-start: #1859B4;
--el-gradient-end: #0467F1;
--background-color: #ffffff;
--background-secondary-color: #F0F4F8;
--text-primary: #303036;
--text-secondary: #63636b;
--border-color: #D4D4E1;
--placeholder-color: #6F6F76;
--error-color: #ff3d0d;
--alert-primary: #0065D1;
--alert-success: #1CAB55;
--alert-danger: #E91C1C;
--alert-warning: #C79C00;
--el-border-radius: 10px;
--el-border-radius-min: 6px;
--el-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
--header-box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
}  .preloader {
position: fixed;
left: 0;
top: 0;
display: flex;
width: 100%;
height: 100%;
background-color: var(--background-color);
opacity: 0;
visibility: hidden;
z-index: 1111111111;
transition: opacity 0.2s;
}
.preloader.active {
opacity: 1;
visibility: visible;
}
.preloader-ellipsis {
position: relative;
display: block;
margin: auto;
width: 80px;
height: 80px;
}
.preloader-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: var(--text-primary);
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader-ellipsis div:nth-child(1) {
left: 8px;
animation: preloader-ellipsis1 0.6s infinite;
}
.preloader-ellipsis div:nth-child(2) {
left: 8px;
animation: preloader-ellipsis2 0.6s infinite;
}
.preloader-ellipsis div:nth-child(3) {
left: 32px;
animation: preloader-ellipsis2 0.6s infinite;
}
.preloader-ellipsis div:nth-child(4) {
left: 56px;
animation: preloader-ellipsis3 0.6s infinite;
}
@keyframes preloader-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes preloader-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes preloader-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}  @font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//to-be-technology.fr/wp-content/themes/pathsoft/assets/fonts/material-icons/material-icons.woff2) format("woff2");
}
@font-face {
font-family: "Material Icons Outlined";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//to-be-technology.fr/wp-content/themes/pathsoft/assets/fonts/material-icons/material-icons-outlined.woff2) format("woff2");
} * {
box-sizing: border-box;
}
*:before, *:after {
box-sizing: border-box;
}
html {
font-size: var(--font-size);
}
html, body {
min-height: 100%;
}
body {
font-size: 1rem;
width: 100%;
min-width: 320px;
line-height: var(--line-height);
font-family: var(--font-family);
font-weight: var(--font-weight);
font-style: var(--font-style);
overflow-x: hidden;
color: var(--text-primary);
margin: 0;
padding: 0;
opacity: 1;
background-color: var(--background-color);
}
body.overflow-hidden {
overflow: hidden;
}
.main {
position: relative;
margin: 0;
padding: 0;
min-height: 100vh;
height: 100%;
width: 100%;
max-width: 2560px;
margin: 0 auto;
display: flex;
flex-direction: column;
opacity: 1;
box-shadow: var(--el-box-shadow);
visibility: hidden;
opacity: 0;
}
.main.main-visible {
visibility: visible;
opacity: 1;
}
.main-inner {
flex: 1 0 auto;
overflow: hidden;
}
.footer {
flex: 0 0 auto;
}
header ul, header ol, footer ul, footer ol, aside ul, aside ol, nav ul, nav ol {
list-style: none;
margin: 0;
padding: 0;
}
a {
color: var(--accent-color);
text-decoration: underline;
transition: all 0.2s;
}
a:hover {
text-decoration: none;
color: var(--accent-color);
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
} table {
width: 100%;
border-bottom: 1px solid var(--border-color);
}
table.table-border {
border: 1px solid var(--border-color);
}
table.table-border td {
border-right: 1px solid var(--border-color);
}
table.table-secondary tr:nth-child(even) {
background-color: transparent;
}
table.table-secondary tbody tr {
border-bottom: 1px solid var(--border-color);
transition: all 0.2s;
}
table.table-secondary tbody tr:first-child {
border-top: 1px solid var(--border-color);
}
table.table-secondary tbody tr:hover {
background-color: var(--background-secondary-color);
}
table.table-bordered tr:nth-child(even) {
background-color: transparent;
}
table.table-bordered td {
border: 1px solid var(--border-color);
}
table.table-bordered thead tr th {
color: var(--text-primary);
border: 1px solid var(--border-color);
}
table td, table th {
padding: 1rem;
}
table tr:nth-child(even) {
background-color: var(--background-secondary-color);
}
table thead tr {
border-bottom: 1px solid var(--border-color);
}
table thead tr th {
font-weight: bold;
font-size: 1rem;
}
table tfoot {
font-weight: 600;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
.table-responsive {
position: relative;
width: 100%;
overflow-y: auto;
}
.table-responsive table {
width: 650px;
}
.table-responsive-outer {
position: relative;
}
.table-responsive-outer::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 0.625rem;
height: 100%;
background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), #fff);
}
.table-container::-webkit-scrollbar {
-webkit-appearance: none;
width: 0.875rem;
height: 0.875rem;
}
.table-container::-webkit-scrollbar-thumb {
border-radius: var(--el-border-radius);
border: 3px solid #fff;
background-color: rgba(0, 0, 0, 0.3);
}
} h1, h2, h3, h4, h5, h6 {
font-family: var(--heading-font-family);
font-weight: var(--heading-font-weight);
line-height: var(--heading-line-height);
padding: 0;
margin: 0 0 2rem 0;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1.125rem;
}
p {
margin: 0 0 2rem 0;
}
a {
color: var(--accent-color);
text-decoration: underline;
transition: all 0.2s;
}
a:hover {
text-decoration: none;
color: var(--accent-color);
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
hr {
border: none;
border-top: 1px solid var(--border-color);
}
mark {
padding: 0.2em;
background-color: var(--accent-color);
color: var(--background-color);
}
small {
font-size: 0.85rem;
}
blockquote {
padding: 0 0 0 1.25em;
font-style: italic;
color: var(--text-secondary);
border-left: 3px solid var(--accent-color);
}
blockquote p {
margin-bottom: 0 !important;
}
blockquote footer {
color: var(--accent-color);
font-style: normal;
padding-top: 0.8em;
}
.article,
.entry-content {
--margin: 2rem;
}
.article.article-md,
.entry-content.article-md {
--margin: 1.5rem;
}
.article > *,
.entry-content > * {
margin-bottom: var(--margin);
}
.article > *:last-child,
.entry-content > *:last-child {
margin-bottom: 0;
}
.article h2, .article h3, .article h4, .article h5, .article h6,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin-top: calc(var(--margin) + 0.5rem);
}
.article h2:first-child, .article h3:first-child, .article h4:first-child, .article h5:first-child, .article h6:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
margin-top: 0;
}
.article ul:not([class*=wp-block-]), .article ol:not([class*=wp-block-]),
.entry-content ul:not([class*=wp-block-]),
.entry-content ol:not([class*=wp-block-]) {
list-style: none;
margin: 0 0 var(--margin) 0;
padding: 0;
}
.article ul:not([class*=wp-block-]) li, .article ol:not([class*=wp-block-]) li,
.entry-content ul:not([class*=wp-block-]) li,
.entry-content ol:not([class*=wp-block-]) li {
position: relative;
margin-bottom: 0.625rem;
}
.article ul:not([class*=wp-block-]) li::before, .article ol:not([class*=wp-block-]) li::before,
.entry-content ul:not([class*=wp-block-]) li::before,
.entry-content ol:not([class*=wp-block-]) li::before {
color: var(--accent-color);
line-height: var(--line-height);
margin-right: 0.5rem;
}
.article ul:not([class*=wp-block-]) li::before,
.entry-content ul:not([class*=wp-block-]) li::before {
content: "•";
margin-right: 0.75rem;
}
.article ul:not([class*=wp-block-]) li > *,
.entry-content ul:not([class*=wp-block-]) li > * {
display: inline-flex;
}
.article ol:not([class*=wp-block-]),
.entry-content ol:not([class*=wp-block-]) {
counter-reset: item;
}
.article ol:not([class*=wp-block-]) li::before,
.entry-content ol:not([class*=wp-block-]) li::before {
content: counter(item) ".";
counter-increment: item;
}
.article img,
.entry-content img {
display: block;
max-width: 100%;
height: auto;
border-radius: var(--el-border-radius);
}
.article .aligncenter,
.entry-content .aligncenter {
margin-left: auto;
margin-right: auto;
}
.article .alignright,
.entry-content .alignright {
margin-left: auto;
}
.article.article-margin-min > *,
.entry-content.article-margin-min > * {
margin-bottom: 1.25rem;
}
.article.article-margin-min > *:last-child,
.entry-content.article-margin-min > *:last-child {
margin-bottom: 0;
}
.article.article-margin-min .section-subheading,
.entry-content.article-margin-min .section-subheading {
margin-bottom: 0.3125rem;
}
.article.article-margin-min h2,
.entry-content.article-margin-min h2 {
font-size: 2.5rem;
}
.article.article-margin-min h3,
.entry-content.article-margin-min h3 {
font-size: 2rem;
}
.article.article-margin-min h2, .article.article-margin-min h3, .article.article-margin-min h4, .article.article-margin-min h5, .article.article-margin-min h6,
.entry-content.article-margin-min h2,
.entry-content.article-margin-min h3,
.entry-content.article-margin-min h4,
.entry-content.article-margin-min h5,
.entry-content.article-margin-min h6 {
margin-top: 0;
}
.article.article-margin-min h2:first-child, .article.article-margin-min h3:first-child, .article.article-margin-min h4:first-child, .article.article-margin-min h5:first-child, .article.article-margin-min h6:first-child,
.entry-content.article-margin-min h2:first-child,
.entry-content.article-margin-min h3:first-child,
.entry-content.article-margin-min h4:first-child,
.entry-content.article-margin-min h5:first-child,
.entry-content.article-margin-min h6:first-child {
margin-top: 0;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.75rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1.25rem;
}
h5 {
font-size: 1.125rem;
}
.article.article-margin-min h2 {
font-size: 2rem;
}
.article.article-margin-min h3 {
font-size: 1.5rem;
}
} .litems {
margin-bottom: calc(0px - var(--bs-gutter-x) + var(--bs-gutter-x) / 2);
}
.litem {
margin-bottom: calc(var(--bs-gutter-x) + var(--bs-gutter-x) / 2);
}
.items {
margin-bottom: calc(0px - var(--bs-gutter-x));
}
.item {
margin-bottom: var(--bs-gutter-x);
}
.item-style {
position: relative;
background-color: var(--background-color);
border-radius: var(--el-border-radius);
overflow: hidden;
color: var(--text-primary);
height: 100%;
transition: box-shadow 0.2s;
}
.item-style:hover {
box-shadow: var(--el-box-shadow);
}
.item-style:hover::after {
border-color: transparent;
}
.item-style::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: var(--el-border-radius);
border: 1px solid var(--border-color);
overflow: hidden;
pointer-events: none;
transition: border-color 0.2s;
z-index: 1;
}
.item-border-radius {
border-radius: var(--el-border-radius);
overflow: hidden;
}
.item-bordered {
border: 1px solid var(--border-color);
}
.aspect-ratio {
--aspect-ratio-size: 100%;
position: relative;
display: block;
width: 100%;
overflow: hidden;
}
.aspect-ratio::after {
content: "";
float: left;
margin-top: 100%;
}
.aspect-ratio.ar-3x4::after {
margin-top: 133.33333%;
}
.aspect-ratio.ar-4x3::after {
margin-top: 75%;
}
.aspect-ratio.ar-4x5::after {
margin-top: 125%;
}
.aspect-ratio.ar-5x4::after {
margin-top: 80%;
}
.aspect-ratio.ar-16x9::after {
margin-top: 56.25%;
}
.aspect-ratio.ar-9x16::after {
margin-top: 177.7777%;
}
.aspect-ratio.ar-2x1::after {
margin-top: 50%;
}
.aspect-ratio.ar-custom::after {
margin-top: var(--aspect-ratio-size);
}
.aspect-ratio > img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.flickity-slider .item-style:hover {
box-shadow: none;
}
.flickity-slider .item-style:hover::after {
border-color: var(--accent-color);
}
.img-style {
border-radius: var(--el-border-radius);
overflow: hidden;
}
.img-style img {
margin: 0;
}
.img-style-min {
border-radius: calc(var(--el-border-radius) * 0.6);
}
.img-cover {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.item-heading,
.item-heading-middle,
.item-heading-large {
font-family: var(--heading-font-family);
font-size: 1.125rem;
font-weight: var(--heading-font-weight);
}
.item-heading a,
.item-heading-middle a,
.item-heading-large a {
text-decoration: none;
color: var(--text-primary);
}
.item-heading a:hover,
.item-heading-middle a:hover,
.item-heading-large a:hover {
color: var(--accent-color);
}
.item-heading-middle {
font-size: 1.25rem;
}
.item-heading-large {
font-size: 1.5rem;
}
.widget-heading {
margin-bottom: 1.25rem;
}
.item-border-radius {
border-radius: var(--el-border-radius);
overflow: hidden;
}
.item-text-row {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.item-text-row-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.item-text-row-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.content-items {
margin-bottom: -3.5rem;
}
.content-item {
margin-bottom: 3.5rem;
}
.el-ripple {
--ripple-width: 100%;
--ripple-time: 0.4s;
position: relative;
overflow: hidden;
transition: all var(--ripple-time);
}
.el-ripple .el-ripple-circle {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 50%;
background: var(--el-gradient-start);
transform: translate(-50%, -50%);
transition: width var(--ripple-time), padding-top var(--ripple-time);
z-index: 0;
}
.el-ripple span, .el-ripple div, .el-ripple i {
position: relative;
z-index: 1;
}
.el-ripple:hover {
color: var(--background-color);
}
.el-ripple:hover .el-ripple-circle {
width: calc(var(--ripple-width) * 3);
padding-top: calc(var(--ripple-width) * 3);
}
.list-style-none {
list-style: none;
padding: 0;
margin: 0;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-secondary {
color: var(--text-secondary);
}
.d-flex {
display: flex;
flex-wrap: wrap;
}
.gutters-default {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.gutters-default > .col,
.gutters-default > [class*=col-] {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.gutters-20 {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.gutters-20 > .col,
.gutters-20 > [class*=col-] {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.gutters-10 {
margin-right: -0.3125rem;
margin-left: -0.3125rem;
}
.gutters-10 > .col,
.gutters-10 > [class*=col-] {
padding-right: 0.3125rem;
padding-left: 0.3125rem;
}
.flex-nowrap {
flex-wrap: nowrap;
}   .bread-crumbs {
position: relative;
padding: 1.125rem 0;
background-color: var(--background-secondary-color);
}
.bread-crumbs-list {
position: relative;
display: flex;
font-size: 1rem;
overflow: hidden;
color: var(--accent-color);
}
.bread-crumbs-list li {
position: relative;
margin-right: 2rem;
white-space: nowrap;
}
.bread-crumbs-list li:last-child {
margin-right: 0;
}
.bread-crumbs-list li:last-child i {
display: none;
}
.bread-crumbs-list li a {
text-decoration: none;
color: var(--text-secondary);
}
.bread-crumbs-list li a:hover {
text-decoration: underline;
}
.bread-crumbs-list li i {
position: absolute;
top: 50%;
right: -1.5625rem;
margin-top: -0.5625rem;
} .btn-group {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
margin: 0 0 -1.25rem -1.25rem;
}
.btn-group > * {
display: block;
margin: 0 0 1.25rem 1.25rem;
}
.btn {
--ripple-width: 100%;
--ripple-time: 0.4s;
position: relative;
display: inline-block;
text-align: center;
font-size: 1rem;
font-weight: var(--font-weight);
font-family: var(--font-family);
line-height: var(--line-height);
color: var(--background-color);
fill: var(--background-color);
background: var(--el-gradient-end);
background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
text-decoration: none;
padding: 0.75em 1.75em;
border-radius: var(--el-border-radius-min);
outline: none;
border: none;
cursor: pointer;
overflow: hidden;
transition: color var(--ripple-time), fill var(--ripple-time);
}
.btn > i, .btn > span, .btn > svg, .btn > img {
position: relative;
z-index: 1;
}
.btn > img {
width: 1.375rem;
height: 1.375rem;
}
.btn .el-ripple-circle {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 50%;
background: var(--el-gradient-start);
transform: translate(-50%, -50%);
transition: width var(--ripple-time), padding-top var(--ripple-time);
z-index: 0;
}
.btn.btn-w240 {
min-width: 15rem;
}
.btn.btn-wide {
display: block;
width: 100%;
}
.btn.btn-min {
font-size: 0.875rem;
padding: 0.375em 1em;
}
.btn.btn-min.btn-with-icon > svg {
width: 0.8125rem;
min-width: 0.8125rem;
height: 0.8125rem;
}
.btn.btn-min > img {
width: 1.25rem;
height: 1.25rem;
}
.btn.btn-small {
font-size: 0.875rem;
}
.btn.btn-small.btn-with-icon > svg {
width: 0.8125rem;
min-width: 0.8125rem;
height: 0.8125rem;
}
.btn.btn-small > img {
width: 1.25rem;
height: 1.25rem;
}
.btn.btn-large {
font-size: 1.125rem;
}
.btn.btn-large.btn-with-icon > svg {
width: 1rem;
min-width: 1rem;
height: 1rem;
}
.btn.btn-large > img {
width: 1.5rem;
height: 1.5rem;
}
.btn.btn-border {
background: transparent;
color: var(--text-primary);
fill: var(--text-primary);
}
.btn.btn-border:hover {
background: none;
color: var(--background-color);
}
.btn.btn-border::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 1px solid var(--text-primary);
border-radius: var(--el-border-radius-min);
overflow: hidden;
}
.btn.btn-border .el-ripple-circle {
background: var(--text-primary);
}
.btn.btn-with-icon {
display: flex;
align-items: center;
justify-content: center;
}
.btn.btn-with-icon > svg {
width: 0.875rem;
height: 0.875rem;
}
.btn.btn-with-icon .btn-icon-right {
margin-left: 0.5rem;
}
.btn.btn-with-icon .btn-icon-left {
margin-right: 0.5rem;
}
.btn:focus {
outline: none;
}
.btn:hover {
color: var(--background-color);
fill: var(--background-color);
}
.btn:hover .el-ripple-circle {
width: calc(var(--ripple-width) * 2.5);
padding-top: calc(var(--ripple-width) * 2.5);
}
.play-video {
position: absolute;
left: 50%;
top: 50%;
width: 4rem;
height: 4rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transform: translate(-50%, -50%);
background-color: var(--background-color);
box-shadow: var(--el-box-shadow);
color: var(--accent-color);
cursor: pointer;
transition: all 0.2s;
}
.play-video.play-video-static {
position: relative;
left: inherit;
top: inherit;
transform: none;
}
.play-video.play-video-sm {
width: 3rem;
height: 3rem;
}
.play-video.play-video-sm .material-icons {
font-size: 1.75rem;
width: 1.75rem;
height: 1.75rem;
}
.play-video .material-icons {
font-size: 2.25rem;
width: 2.25rem;
height: 2.25rem;
}
.ripple {
position: relative;
overflow: hidden;
}
.ripple-effect {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 0.25rem;
height: 0.25rem;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 50%;
animation: ripple 1s ease forwards;
z-index: 3;
}
@keyframes ripple {
0% {
transform: none;
}
100% {
transform: scale(250);
}
}
.hover-link.active, .hover-link.open, .hover-link:hover {
color: var(--accent-color);
}
.wrapp-btn-circl-arrow {
display: flex;
flex-wrap: wrap;
}
.btn-circl-arrow {
position: relative;
display: flex;
width: 2rem;
height: 2rem;
color: var(--background-color);
fill: var(--background-color);
background-color: var(--accent-color);
border-radius: 50%;
text-align: center;
font-size: 1rem;
overflow: hidden; }
.btn-circl-arrow:hover {
background-color: var(--background-secondary-color);
}
.btn-circl-arrow > svg {
margin: auto;
transition: all 0.2s;
}
.btn-circl-arrow.btn-circl-arrow-white {
color: var(--accent-color);
fill: var(--accent-color);
background-color: var(--background-color);
}
.btn-circl-arrow.btn-circl-arrow-white:hover {
background-color: var(--background-secondary-color);
}
.btn-circl-arrow-text {
position: absolute;
transform: translateX(-100%);
z-index: 1;
white-space: nowrap;
margin-right: 0.625rem;
line-height: 2rem;
transition: all 0.2s;
}
.wrapp-btn-link {
display: flex;
}
.btn-link {
display: flex;
align-items: center;
font-size: 1rem;
text-decoration: none;
color: var(--accent-color);
fill: var(--accent-color);
}
.btn-link .btn-link-ico {
margin-top: -0.0625rem;
transition: all 0.2s;
}
.btn-link .btn-link-ico-right {
margin-left: 0.375rem;
}
.btn-link .btn-link-ico-left {
margin-right: 0.625rem;
}
.btn-link:hover .btn-link-ico {
transform: rotateY(180deg);
}
.btn-top {
position: fixed;
right: 15px;
bottom: -5rem;
width: 2.5rem;
height: 2.5rem;
display: flex;
border-radius: var(--el-border-radius-min);
border: 1px solid var(--border-color);
background: var(--background-color);
z-index: 100;
fill: var(--accent-color);
transition: all 0.2s;
cursor: pointer;
opacity: 0;
visibility: hidden;
}
.btn-top.active {
opacity: 1;
visibility: visible;
bottom: 15px;
}
.btn-top:hover {
border-color: var(--accent-color);
fill: var(--accent-color);
}
.btn-top > svg {
width: 0.875rem;
height: 0.625rem;
margin: auto;
transform: rotate(-90deg);
} *::-webkit-input-placeholder,
*::placeholder {
color: var(--placeholder-color);
opacity: 1;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
input[type=url],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=file],
textarea,
select,
.form-field-input-file {
display: block;
font-size: 1rem;
font-family: var(--font-family);
font-weight: var(--font-weight);
width: 100%;
padding: calc(0.75em - 1px) 1rem;
margin-bottom: 1rem;
line-height: var(--line-height);
border-radius: var(--el-border-radius-min);
border: 1px solid var(--border-color);
background-color: transparent;
outline: none;
color: var(--text-primary);
box-shadow: none;
appearance: none;
transition: all 0.2s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=file]:focus,
textarea:focus,
select:focus,
.form-field-input-file:focus {
border-color: var(--accent-color);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=url]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime-local]:disabled,
input[type=file]:disabled,
textarea:disabled,
select:disabled,
.form-field-input-file:disabled {
background-color: var(--background-secondary-color);
}
.form-field-input-file {
color: var(--placeholder-color);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 2.25rem;
}
.form-field-input-file::after {
content: "\e2bc";
font-family: "Material Icons";
font-size: 1.5rem;
color: var(--placeholder-color);
position: absolute;
right: 0.75rem;
top: 50%;
transform: translateY(-50%);
}
textarea {
height: auto;
resize: none;
}
.select {
position: relative;
}
.select select {
padding-right: 2rem;
}
.select::after {
content: "\e5d7";
font-family: "Material Icons";
font-size: 1.375rem;
position: absolute;
right: 0.625rem;
top: 50%;
transform: translateY(-50%);
color: var(--placeholder-color);
pointer-events: none;
}
.form-fields {
margin-bottom: -1.25rem;
}
.form-field {
position: relative;
margin-bottom: 1.25rem;
}
.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=tel],
.form-field input[type=password],
.form-field input[type=number],
.form-field input[type=search],
.form-field input[type=url],
.form-field input[type=date],
.form-field input[type=month],
.form-field input[type=week],
.form-field input[type=time],
.form-field input[type=datetime-local],
.form-field input[type=file],
.form-field textarea,
.form-field select,
.form-field .form-field-input-file,
.form-field .form-field-label {
margin: 0;
}
.form-field.form-field-m0 {
margin: 0;
}
.form-field.focus .form-field-label {
opacity: 0;
visibility: hidden;
transform: translateX(1rem);
}
.form-field label.error {
position: absolute;
right: 0.3125rem;
top: 0.3125rem;
color: var(--error-color);
font-size: 0.75rem;
line-height: 1;
}
.form-field input.error,
.form-field textarea.error,
.form-field select.error {
border-color: var(--error-color);
}
.form-field input[type=file] {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
opacity: 0;
visibility: hidden;
z-index: -111;
}
.form-field input[type=file].error + .error + .form-field-input-file {
border-color: var(--error-color);
}
.form-field.form-field-large input[type=text],
.form-field.form-field-large input[type=email],
.form-field.form-field-large input[type=tel],
.form-field.form-field-large input[type=password],
.form-field.form-field-large input[type=number],
.form-field.form-field-large input[type=search],
.form-field.form-field-large input[type=url],
.form-field.form-field-large input[type=date],
.form-field.form-field-large input[type=month],
.form-field.form-field-large input[type=week],
.form-field.form-field-large input[type=time],
.form-field.form-field-large input[type=datetime-local],
.form-field.form-field-large input[type=file],
.form-field.form-field-large textarea,
.form-field.form-field-large select,
.form-field.form-field-large .form-field-input-file,
.form-field.form-field-large .form-field-label {
font-size: 1.125rem;
}
.form-field.form-field-large .select::after {
font-size: 1.5rem;
}
.form-field.form-field-large .form-field-input-file {
padding-right: 2.5rem;
}
.form-field.form-field-large .form-field-input-file::after {
font-size: 1.75rem;
}
.form-field.form-field-small input[type=text],
.form-field.form-field-small input[type=email],
.form-field.form-field-small input[type=tel],
.form-field.form-field-small input[type=password],
.form-field.form-field-small input[type=number],
.form-field.form-field-small input[type=search],
.form-field.form-field-small input[type=url],
.form-field.form-field-small input[type=date],
.form-field.form-field-small input[type=month],
.form-field.form-field-small input[type=week],
.form-field.form-field-small input[type=time],
.form-field.form-field-small input[type=datetime-local],
.form-field.form-field-small input[type=file],
.form-field.form-field-small textarea,
.form-field.form-field-small select,
.form-field.form-field-small .form-field-input-file,
.form-field.form-field-small .form-field-label {
font-size: 0.875rem;
}
.form-field.form-field-small .select::after {
font-size: 1.25rem;
}
.form-field.form-field-small .form-field-input-file {
padding-right: 2rem;
}
.form-field.form-field-small .form-field-input-file::after {
font-size: 1.25rem;
}
.form-field small {
color: var(--text-secondary);
}
.input-states-labelled {
display: block;
}
.form-field-group {
position: relative;
}
.form-field-group.focus .form-field-label {
opacity: 0;
visibility: hidden;
transform: translateX(1rem);
}
.required {
color: var(--error-color);
}
.form-field-label {
font-size: 1rem;
position: absolute;
left: 0;
top: 0;
width: 100%;
pointer-events: none;
color: var(--placeholder-color);
padding: calc(0.75em - 1px) 1rem;
transition: all 0.2s;
border: 1px solid transparent;
opacity: 1;
visibility: visible;
transform: none;
}
.form-btn {
display: flex;
}
.form-btn.form-btn-wide .btn {
width: 100%;
}
.form-btn .btn {
display: block;
}
.custom-controls {
display: flex;
flex-wrap: wrap;
margin-left: -1.5rem;
margin-bottom: -1rem;
}
.custom-control {
margin-left: 1.5rem;
margin-bottom: 1rem;
} .checkbox {
position: relative;
}
.checkbox-input {
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 0;
height: 0;
visibility: hidden;
opacity: 0;
}
.checkbox-input:hover + .checkbox-label::before {
border-color: var(--accent-color);
}
.checkbox-input:checked + .checkbox-label::after {
opacity: 1;
}
.checkbox-input:checked + .checkbox-label::before {
border-color: var(--accent-color);
}
.checkbox-label {
position: relative;
font-size: 0.9375rem;
font-weight: var(--font-weight);
line-height: 1.25rem;
margin: 0;
padding: 0.0625rem 0 0 1.875rem;
cursor: pointer;
}
.checkbox-label::before {
content: "";
position: absolute;
left: 0;
top: 0;
display: flex;
width: 1.25rem;
height: 1.25rem;
min-width: 1.25rem;
border: 1px solid var(--border-color);
fill: var(--accent-color);
color: var(--accent-color);
border-radius: 0.25rem;
transition: all 0.2s;
}
.checkbox-label::after {
content: "\e5ca";
position: absolute;
left: 0;
top: 0;
font-family: "Material Icons";
text-align: center;
font-size: 1rem;
width: 1.25rem;
height: 1.25rem;
line-height: 1.25rem;
color: var(--accent-color);
opacity: 0;
transition: all 0.2s;
}  .radio {
position: relative;
}
.radio-input {
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 0;
height: 0;
visibility: hidden;
opacity: 0;
}
.radio-input:hover + .radio-label::before {
border-color: var(--accent-color);
}
.radio-input:checked + .radio-label::after {
opacity: 1;
}
.radio-input:checked + .radio-label::before {
border-color: var(--accent-color);
}
.radio-label {
position: relative;
display: flex;
font-size: 0.9375rem;
font-weight: var(--font-weight);
line-height: 1.25rem;
margin: 0;
padding: 0.0625rem 0 0 1.875rem;
cursor: pointer;
}
.radio-label::before {
content: "";
position: absolute;
left: 0;
top: 0;
display: flex;
width: 1.25rem;
height: 1.25rem;
min-width: 1.25rem;
border: 1px solid var(--border-color);
border-radius: 50%;
fill: var(--accent-color);
color: var(--accent-color);
transition: all 0.2s;
}
.radio-label::after {
content: "";
position: absolute;
left: 0.3125rem;
top: 0.3125rem;
width: 0.625rem;
height: 0.625rem;
background-color: var(--accent-color);
border-radius: 50%;
opacity: 0;
transition: all 0.2s;
}  .toggle {
position: relative;
display: inline-flex;
align-items: center;
cursor: pointer;
}
.toggle input {
position: absolute;
width: 0;
height: 0;
opacity: 0;
visibility: hidden;
z-index: -1;
}
.toggle input:checked + .toggle-text {
color: var(--text-primary);
}
.toggle input:checked + .toggle-text + .toggle-slider::after {
transform: translateX(1.25rem);
}
.toggle input:checked + .toggle-text + .toggle-slider + .toggle-text {
color: var(--accent-color);
}
.toggle-slider {
position: relative;
display: block;
height: 1.5rem;
width: 2.75rem;
border-radius: 100px;
overflow: hidden;
background-color: var(--accent-color);
}
.toggle-slider::after {
content: "";
position: absolute;
left: 0.125rem;
top: 0.125rem;
width: 1.25rem;
height: 1.25rem;
border-radius: 50%;
background-color: var(--background-color);
transition: transform 0.2s;
}
.toggle-text {
display: flex;
align-items: center;
transition: color 0.2s;
}
.toggle-text-before {
color: var(--accent-color);
margin-right: 0.625rem;
}
.toggle-text-before .badge {
margin-right: 0.5rem;
}
.toggle-text-after {
margin-left: 0.625rem;
}
.toggle-text-after .badge {
margin-left: 0.5rem;
} .form-center {
max-width: 31.25rem;
margin-left: auto;
margin-right: auto;
}
.form-or-text {
text-transform: uppercase;
text-align: center;
margin: 1.5rem 0;
font-size: 1rem;
position: relative;
overflow: hidden;
color: var(--text-secondary);
}
.form-or-text span {
position: relative;
z-index: 1;
padding: 0 0.625rem;
background-color: var(--background-color);
}
.form-or-text span::after {
content: "";
position: absolute;
right: 100%;
top: 50%;
width: 62.5rem;
height: 1px;
margin-top: -1px;
background-color: var(--border-color);
}
.form-or-text span::before {
content: "";
position: absolute;
left: 100%;
top: 50%;
width: 62.5rem;
height: 1px;
margin-top: -1px;
background-color: var(--border-color);
}
.social-login {
list-style: none;
margin: 0 0 -1rem -1rem;
padding: 0;
display: flex;
font-size: 1rem;
width: 100%;
}
.social-login.social-login-wide {
display: block;
}
.social-login li {
margin: 0 0 1rem 1rem;
width: 100%;
border-radius: var(--el-border-radius-min);
overflow: hidden;
}
.social-login li a {
display: flex;
align-items: center;
justify-content: center;
color: var(--background-color);
fill: var(--background-color);
font-size: 1rem;
padding: calc(0.95em - 1px) 1rem;
text-decoration: none;
}
.social-login li a svg {
width: 1rem;
height: 1rem;
margin-right: 0.625rem;
}
.social-login li a.link-google-plus svg {
width: 1.375rem;
height: 1.375rem;
}
.link-facebook {
background-color: #29487d;
}
.link-facebook:hover {
background-color: rgba(41, 72, 125, 0.8);
}
.link-twitter {
background-color: #1da1f2;
}
.link-twitter:hover {
background-color: rgba(29, 161, 242, 0.8);
}
.link-google-plus {
background-color: #e85858;
}
.link-google-plus:hover {
background-color: rgba(232, 88, 88, 0.8);
}
.section-subscribe-bg {
min-height: 21.875rem;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.section-subscribe-bg-header {
text-align: center;
max-width: 37.5rem;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
.form-fields-md {
margin-bottom: -1.25rem;
}
}
@media (min-width: 992px) {
.form-fields-lg {
margin-bottom: -1.25rem;
}
}
@media (min-width: 1200px) {
.form-fields-xl {
margin-bottom: -1.25rem;
}
} .material-icons {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
font-size: 1rem;
height: 1rem;
width: 1rem;
}
.material-icons.material-icons-outlined {
font-family: "Material Icons Outlined";
}
.material-icons.md-18 {
font-size: 1.125rem;
width: 1.125rem;
height: 1.125rem;
}
.material-icons.md-20 {
font-size: 1.25rem;
width: 1.25rem;
height: 1.25rem;
}
.material-icons.md-22 {
font-size: 1.375rem;
width: 1.375rem;
height: 1.375rem;
}
.material-icons.md-24 {
font-size: 1.5rem;
width: 1.5rem;
height: 1.5rem;
}
.material-icons.md-26 {
font-size: 1.625rem;
width: 1.625rem;
height: 1.625rem;
}
.material-icons.md-28 {
font-size: 1.75rem;
width: 1.75rem;
height: 1.75rem;
}
.material-icons.md-32 {
font-size: 2rem;
width: 2rem;
height: 2rem;
}
.material-icons.md-36 {
font-size: 2.25rem;
width: 2.25rem;
height: 2.25rem;
}
.material-icons.md-40 {
font-size: 2.5rem;
width: 2.5rem;
height: 2.5rem;
}
.material-icons.md-44 {
font-size: 2.75rem;
width: 2.75rem;
height: 2.75rem;
}
.material-icons.md-48 {
font-size: 3rem;
width: 3rem;
height: 3rem;
}
.material-icons.md-60 {
font-size: 3.75rem;
width: 3.875rem;
height: 3.75rem;
}
.material-icons.md-72 {
font-size: 4.5rem;
width: 4.5rem;
height: 4.5rem;
}   .alerts {
position: fixed;
right: 1rem;
bottom: 1rem;
padding-left: 15px;
z-index: 300000;
}
.alerts.alerts-static {
position: relative;
right: 0;
bottom: 0;
padding: 0;
z-index: 0;
}
.alerts.alerts-static .alert {
margin-left: 0;
}
.alert {
position: relative;
padding: 0.75rem 1rem;
display: flex;
align-items: flex-start;
border-radius: var(--el-border-radius-min);
color: var(--text-primary);
font-size: 1rem;
margin-left: 15px;
margin-bottom: 0.625rem;
overflow: hidden;
}
.alert::before, .alert::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.alert::after {
background-color: var(--alert-primary);
opacity: 0.15;
z-index: -1;
}
.alert::before {
background-color: var(--background-color);
z-index: -2;
}
.alert a {
color: var(--text-primary);
text-decoration: none;
font-weight: 600;
}
.alert a a {
color: var(--text-primary);
}
.alert a:hover {
text-decoration: underline;
}
.alert .alert-ico {
color: var(--alert-primary);
}
.alert:last-child {
margin-bottom: 0;
}
.alert.alert-success::after {
background-color: var(--alert-success);
}
.alert.alert-success .alert-ico {
color: var(--alert-success);
}
.alert.alert-danger::after {
background-color: var(--alert-danger);
}
.alert.alert-danger .alert-ico {
color: var(--alert-danger);
}
.alert.alert-warning::after {
background-color: var(--alert-warning);
}
.alert.alert-warning .alert-ico {
color: var(--alert-warning);
}
.alert-text {
line-height: 1.375rem;
}
.alert-ico {
display: flex;
align-items: center;
margin-right: 0.625rem;
}
.alert-close {
position: absolute;
right: 0.375rem;
top: 0.375rem;
padding: 0;
border: none;
background-color: transparent;
line-height: 1;
cursor: pointer;
color: var(--text-primary);
outline: none;
opacity: 0.6;
transition: all 0.2s;
}
.alert-close:focus {
outline: none;
}
.alert-close:hover {
opacity: 1;
transform: rotate(90deg);
}
.alert-title {
margin-bottom: 0.625rem;
margin-left: 1rem;
}  .badges {
display: flex;
flex-wrap: wrap;
margin-left: -0.5rem;
}
.badges > * {
margin-left: 0.5rem;
}
.badge {
position: relative;
display: inline-flex;
font-size: 0.625rem;
text-transform: uppercase;
color: var(--text-primary);
padding: 0.125rem 0.375rem;
font-weight: bold;
white-space: nowrap;
border-radius: var(--el-border-radius-min);
overflow: hidden;
z-index: 1;
}
.badge::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--background-color);
pointer-events: none;
z-index: -1;
}
.badge::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--text-primary);
border-radius: var(--el-border-radius-min);
opacity: 0.1;
}
.badge.badge-primary {
color: var(--alert-primary);
}
.badge.badge-primary::after {
background-color: var(--alert-primary);
}
.badge.badge-danger {
color: var(--alert-danger);
}
.badge.badge-danger::after {
background-color: var(--alert-danger);
}
.badge.badge-success {
color: var(--alert-success);
}
.badge.badge-success::after {
background-color: var(--alert-success);
}
.badge.badge-warning {
color: var(--alert-warning);
}
.badge.badge-warning::after {
background-color: var(--alert-warning);
}  .widget-brand-info {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
line-height: 1;
}
.widget-brand-info .logo {
display: inline-flex;
opacity: 1;
}
.widget-brand-info .logo img {
margin: 0;
width: 100%;
height: 100%;
}
.widget-brand-info .wbim-socials {
margin-top: 1.25rem;
}
.widget-brand-info.aligncenter {
text-align: center;
}
.widget-brand-info.aligncenter .widget-brand-info-main,
.widget-brand-info.aligncenter .logo {
margin-left: auto;
margin-right: auto;
}
.widget-brand-info.aligncenter .widget-socials {
justify-content: center;
}
.widget-brand-info.alignright {
text-align: right;
}
.widget-brand-info.alignright .widget-brand-info-main,
.widget-brand-info.alignright .logo {
margin-left: auto;
}
.widget-brand-info.alignright .widget-socials {
justify-content: flex-end;
}
.wbim-p p {
margin-top: 1.25rem;
}
.widget-brand-info-main {
max-width: 30rem;
}
.widget-brand-info-main > *:last-child {
margin-bottom: 0;
}
.widget-brand-info-main p {
line-height: var(--line-height);
} .widget-contacts {
list-style: 0;
margin: 0;
padding: 0;
}
.widget-contacts li {
display: flex;
margin-bottom: 1rem;
}
.widget-contacts li:last-child {
margin-bottom: 0;
}
.widget-contacts li i {
margin-right: 0.5rem;
}
.widget-contacts i {
display: flex;
align-items: center;
justify-content: center;
margin-top: 2px;
}
.widget-contacts i.footer-contact-tel {
font-size: 1.25rem;
}
.widget-contacts i.footer-contact-email {
font-size: 1.125rem;
}
.widget-contacts-info a {
opacity: 1;
}
.widget-contacts-info a:hover {
text-decoration: underline;
}
.widget-contacts-info p {
margin: 0;
}
.article .widget-contacts li {
padding: 0;
}
.article .widget-contacts li::before {
content: none;
} .widget-socials {
display: flex;
list-style: none;
margin: 0;
padding: 0;
transition: all 0.2s;
}
.widget-socials > li {
margin-right: 0.625rem;
}
.widget-socials > li:last-child {
margin-right: 0;
}
.widget-socials > li > a {
display: flex;
width: 1.5rem;
height: 1.5rem;
fill: var(--text-primary);
}
.widget-socials > li > a > svg {
display: block;
width: 1rem;
height: 1rem;
margin: auto;
}
.widget-socials.widget-socials-bordered > li > a {
width: 2.25rem;
height: 2.25rem;
border-radius: var(--el-border-radius-min);
border: 1px solid var(--border-color);
}
.widget-socials.widget-socials-bordered > li > a:hover {
border-color: var(--text-secondary);
}
.widget-socials.widget-socials-bordered-hover-bg > li > a:hover {
background-color: var(--text-primary);
border-color: var(--text-primary);
fill: var(--background-color);
}  .header {
position: relative;
width: 100%;
}
.header.fixed {
position: fixed;
z-index: 101;
}
.header.header-clear {
padding: 1rem 0;
}
.header-center {
box-shadow: var(--header-box-shadow);
}
.header-center .header-lang-list {
right: inherit;
left: 0;
}
.header-center .header-fixed {
box-shadow: none;
}
.header-center .header-fixed.fixed {
box-shadow: var(--header-box-shadow);
}
.header-center .logo img {
max-height: 6rem;
}
.header-logo-center {
padding: 1.5rem 0 0.5rem;
line-height: 1;
}
.header-fixed {
position: relative;
left: 0;
top: 0;
width: 100%;
padding: 0.75rem 0;
background-color: var(--background-color);
font-size: 1rem;
min-height: 3.5rem;
display: flex;
align-items: center;
z-index: 101;
box-shadow: var(--header-box-shadow);
}
.header-fixed.sticky {
position: sticky;
}
.header-fixed.fixed {
position: fixed;
}
.header-fixed .col-static {
position: static;
}
.header-fixed .container {
position: relative;
}
.logo-wrapper {
display: flex;
align-items: center;
}
.logo-wide {
min-width: 16rem;
}
.logo {
--logo-max-width: 133px;
--logo-max-height: 36px;
display: inline-flex;
text-decoration: none;
}
.logo img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
max-height: var(--logo-max-height);
max-width: var(--logo-max-width);
}
.logo svg {
display: block;
}
.logo-text {
font-family: var(--heading-font-family);
font-size: 1.125rem;
font-weight: var(--heading-font-weight);
line-height: var(--heading-line-height);
text-decoration: none;
color: var(--text-primary);
}
body.mmm-open {
overflow: hidden;
}
body.mmm-open .header-fixed {
box-shadow: var(--header-box-shadow);
}
body.mmm-open .mmm {
transform: none;
}
.mmm {
display: none;
position: fixed;
left: 0;
top: 0;
flex-direction: column;
justify-content: space-between;
width: 100%;
height: 100%;
max-width: 20rem;
background-color: var(--background-color);
z-index: 100;
box-shadow: var(--header-box-shadow);
transform: translateX(-150%);
overflow: hidden;
overflow-y: auto;
transition: transform 0.6s;
}
.mf-bg {
position: fixed;
left: 0;
top: 0;
width: 0;
height: 0;
z-index: 99;
opacity: 0;
cursor: pointer;
visibility: hidden;
transition: opacity 0.4s;
}
.mf-bg::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.mf-bg.visible {
opacity: 1;
visibility: visible;
width: 100%;
height: 100%;
}
.mf-bg.side-visible {
z-index: 1110;
}
.mmm-footer {
padding: 1.25rem;
font-size: 1rem;
border-bottom: 1px solid var(--background-color);
}
.mmm-lang {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-transform: capitalize;
margin: 0 -1.25rem -1.25rem 0;
}
.mmm-lang li {
margin: 0 1.25rem 1.25rem 0;
}
.mmm-lang li a {
color: var(--text-primary);
text-decoration: none;
}
.mmm-lang li.active a {
color: var(--accent-color);
}
.mmm-content {
background-color: var(--background-secondary-color);
}
.mmm-list {
list-style: none;
margin: 0;
padding: 0;
font-size: var(--font-size);
}
.mmm-list > li {
position: relative;
border-bottom: 1px solid var(--background-color);
}
.mmm-list > li > a {
display: block;
color: var(--text-primary);
text-decoration: none;
width: 100%;
padding: 0 3.75rem 0 1.25rem;
height: 3.125rem;
line-height: 3.125rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.mmm-list > li.active > a, .mmm-list > li.open > a, .mmm-list > li.current-lang > a {
background-color: var(--accent-color);
color: var(--background-color);
}
.mmm-list > li.active .mmm-btn, .mmm-list > li.open .mmm-btn, .mmm-list > li.current-lang .mmm-btn {
color: var(--background-color);
}
.mmm-list > li.open .mmm-btn {
transform: rotateX(180deg);
}
.mmm-list > li .mmm-btn {
position: absolute;
right: 0;
top: 0;
width: 3.125rem;
height: 3.125rem;
border-left: 1px solid var(--background-color);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
cursor: pointer;
}
.mmsm {
display: none;
background-color: var(--background-color);
font-size: 1rem;
list-style: none;
margin: 0;
padding: 0;
}
.mmsm li {
border-bottom: 1px solid var(--border-color);
}
.mmsm li:first-child {
border-top: 1px solid var(--border-color);
}
.mmsm li a {
display: block;
padding: 0.625rem 1.25rem 0.625rem 2rem;
text-decoration: none;
color: var(--text-primary);
}
.mmsm li.menu-item-has-children > a {
font-weight: bold;
}
.mmsm > li > ul > li:last-child {
border: none;
}
.mmsm > li > ul > li > a {
padding-left: 2.75rem;
}
.mmsm-item {
margin-bottom: 1.25rem;
}
.mmsm-item:first-child .mmsm-item-heading {
padding-top: 1.25rem;
}
.mmsm-item:last-child {
margin-bottom: 0;
}
.mmsm-item:last-child ul li:last-child {
border-bottom: none;
}
.mmsm-item-heading {
font-size: 0.8125rem;
font-weight: bold;
margin-bottom: 1rem;
padding: 0 1.25rem;
text-transform: uppercase;
}
.header-main-nav {
padding-top: 0.25rem;
padding-bottom: 0.5rem;
}
.header-main-nav .form-field {
margin-bottom: 0;
}
.main-mnu-btn {
position: relative;
display: block;
width: 24px;
height: 18px;
overflow: hidden;
}
.main-mnu-btn .bar {
position: absolute;
display: block;
width: 100%;
height: 2px;
background-color: var(--text-primary);
transition: all 0.4s ease-in-out;
}
.main-mnu-btn .bar-1 {
top: 0;
}
.main-mnu-btn .bar-2,
.main-mnu-btn .bar-3 {
top: 8px;
}
.main-mnu-btn .bar-3 {
right: 0;
}
.main-mnu-btn .bar-4 {
bottom: 0;
}
.main-mnu-btn.active .bar-1 {
transform: translateX(40px);
background-color: transparent;
}
.main-mnu-btn.active .bar-2 {
transform: rotate(45deg);
}
.main-mnu-btn.active .bar-3 {
transform: rotate(-45deg);
}
.main-mnu-btn.active .bar-4 {
transform: translateX(-40px);
background-color: transparent;
}
.header-search.open .header-search-ico-close {
transform: scale(1);
opacity: 1;
visibility: visible;
}
.header-search.open .header-search-ico-search {
visibility: hidden;
opacity: 0;
transform: scale(0.3);
}
.header-search.open .header-search-form {
visibility: visible;
opacity: 1;
}
.header-search-ico {
cursor: pointer;
position: relative;
z-index: 3;
transition: all 0.2s;
}
.header-search-ico:hover {
color: var(--accent-color);
}
.header-search-ico-search,
.header-search-ico-close {
position: absolute;
left: 0.0625rem;
top: 0.0625rem;
transition: all 0.2s;
}
.header-search-ico-close {
visibility: hidden;
opacity: 0;
transform: scale(0.3);
}
.header-search-ico-search {
visibility: visible;
opacity: 1;
transform: scale(1);
}
.header-search-form {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--background-color);
display: flex;
align-items: center;
opacity: 0;
visibility: hidden;
z-index: 2;
}
.header-search-form .container {
padding: 0 15px;
}
.header-search-form .form-field {
margin: 0;
}
.header-search-form .form-field .form-field-input {
padding-right: 2.5rem;
}
.header-search-form input {
margin: 0;
}
.header-search-form .header-search-btn,
.header-search-form .search-btn {
position: absolute;
right: 0.625rem;
top: 50%;
transform: translateY(-50%);
padding: 0;
margin: 0;
color: var(--text-primary);
border: none;
background: none;
cursor: pointer;
display: flex;
align-items: center;
transition: all 0.2s;
}
.header-search-form .header-search-btn:hover,
.header-search-form .search-btn:hover {
color: var(--accent-color);
}
.header-search-form .header-search-btn:focus,
.header-search-form .search-btn:focus {
outline: none;
}
.header-search-form .header-search-btn:active i,
.header-search-form .search-btn:active i {
transform: scale(0.8);
}
.header-search-form .header-search-btn i,
.header-search-form .search-btn i {
transition: all 0.2s;
}
.header-lang {
position: relative;
}
.header-lang.open .header-lang-list {
opacity: 1;
visibility: visible;
transform: none;
}
.header-lang.open .header-lang-current {
color: var(--accent-color);
}
.header-lang-current {
display: flex;
cursor: pointer;
width: 1.5rem;
height: 1.5rem;
color: var(--text-primary);
transition: all 0.2s;
}
.header-lang-current:hover {
color: var(--accent-color);
}
.header-lang-current .material-icons {
margin: auto;
}
.header-lang-list {
position: absolute;
right: 0;
top: 100%;
z-index: 10;
background-color: var(--background-color);
box-shadow: var(--el-box-shadow);
padding: 0.75rem 0;
margin-top: 1rem;
border-radius: calc(var(--el-border-radius) * 0.6);
transition: all 0.2s;
transform: translateY(1rem);
opacity: 0;
visibility: hidden;
}
.header-lang-list li {
padding: 0.4rem 1.5625rem;
}
.header-lang-list li a span {
padding: 0.125rem 0;
}
.header-lang-list li a::after {
padding: 0.125rem 0;
}
.header-lang-list li.active a {
pointer-events: none;
color: var(--accent-color);
}
.header-navbar {
position: relative;
z-index: 3;
}
.header-navbar.open .header-navbar-content {
opacity: 1;
visibility: visible;
transform: none;
}
.header-navbar .widget-socials li a {
opacity: 1;
}
.header-navbar-btn {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
transition: all 0.2s;
}
.header-navbar-btn:hover {
color: var(--accent-color);
}
.header-navbar-btn:active {
transform: scale(0.8);
}
.header-navbar-content {
position: absolute;
top: 100%;
right: 0;
padding: 1.5rem;
background-color: var(--background-color);
font-size: 1rem;
transition: all 0.4s;
opacity: 0;
visibility: hidden;
transform: translateX(30px);
white-space: nowrap;
margin-top: 0.625rem;
z-index: 15;
box-shadow: var(--el-box-shadow);
border-radius: calc(var(--el-border-radius) * 0.6);
}
.header-navbar-content .header-actions {
padding: 0;
}
.header-navbar-content > li {
display: flex;
align-items: center;
margin-bottom: 1rem;
}
.header-navbar-content > li:last-child {
margin-bottom: 0;
}
.header-navbar-content i {
color: var(--text-primary);
margin-right: 0.625rem;
}
.header-navbar-content b {
margin-right: 0.3125rem;
}
.header-navbar-content a {
color: var(--text-primary);
text-decoration: none;
display: flex;
align-items: center;
}
.header-navbar-content a:hover {
color: var(--text-primary);
}
.header-navbar-content .header-button span {
border-bottom: 1px dashed var(--text-primary);
transition: all 0.2s;
line-height: 1.3;
}
.header-navbar-content .header-button:hover span {
border-bottom-style: solid;
}
.header-navbar-content .widget-socials {
margin-top: 0.3125rem;
}
.header-navbar-content .widget-socials li a {
fill: var(--text-primary);
}
.header-actions {
display: flex;
align-items: center;
margin-left: -1.25rem;
padding: 1rem 0;
}
.header-actions.header-actions-width-btn {
padding: 0.25rem 0;
}
.header-actions > li {
margin-left: 1.25rem;
}
.header-actions .btn {
display: flex;
align-items: center;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.header-actions .btn i {
display: none;
}
.header-action-icon {
cursor: pointer;
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-primary);
width: 1.5rem;
height: 1.5rem;
transition: all 0.2s;
}
.header-action-icon:hover {
color: var(--accent-color);
}
.side {
position: fixed;
top: 0;
width: 20rem;
height: 100%;
background: var(--background-color);
z-index: 1111;
transition: all 0.4s;
}
.side.side-right {
right: 0;
transform: translateX(20rem);
}
.side.open {
transform: none;
}
.side-scroll {
padding: 1rem 1.5rem 1.25rem;
width: 100%;
height: 100%;
overflow: hidden;
overflow-y: auto;
}
.side-close {
position: absolute;
right: 1rem;
top: 1.25rem;
width: 1.5rem;
height: 1.5rem;
cursor: pointer;
transition: all 0.2s;
z-index: 2;
}
.side-close:hover {
transform: rotate(90deg);
color: var(--accent-color);
}
.side-login {
margin-top: 2rem;
margin-bottom: 1.25rem;
}
.side-form-title {
text-align: center;
margin-bottom: 1.5rem;
}
.side-form-nav {
margin-top: 1.25rem;
text-align: center;
}
.sfn-row {
margin-bottom: 1rem;
}
.sfn-row:last-child {
margin-bottom: 0;
}
@media only screen and (max-height: 750px) {
.side-form .input-states-labelled {
display: none;
}
} .sidebar-item-style,
.sibebar-item-bg-style {
position: relative;
padding: 1.5rem 1rem;
border-radius: var(--el-border-radius);
}
.sidebar-item-style {
border: 1px solid var(--border-color);
}
.sibebar-item-bg-style {
background-color: var(--background-secondary-color);
}
.sidebar-item-row {
margin-bottom: 1.5rem;
}
.sidebar-item-row:last-child {
margin-bottom: 0;
}
.sidebar-item-heading {
line-height: 1.2;
font-family: var(--heading-font-family);
margin-bottom: 1.25rem;
}
.sidebar-item-desc {
font-size: 1rem;
margin-bottom: 1.25rem;
color: var(--text-secondary);
}
.sidebar-tags {
display: flex;
flex-wrap: wrap;
margin-bottom: -0.625rem;
margin-left: -1rem;
font-size: 1rem;
}
.sidebar-tags li {
margin-bottom: 0.625rem;
margin-left: 1rem;
}
.sidebar-tags li a {
text-decoration: none;
}
.sidebar-tags li a:hover {
text-decoration: underline;
}
.sidebar-filter-list > li {
margin-bottom: 0.5rem;
line-height: 1.25rem;
}
.sidebar-filter-list > li:last-child {
margin-bottom: 0;
}
.sidebar-filter-list > li:hover::before {
border-color: var(--accent-color);
}
.sidebar-filter-list > li.active::before, .sidebar-filter-list > li.is-checked::before {
border-color: var(--accent-color);
}
.sidebar-filter-list > li.active::after, .sidebar-filter-list > li.is-checked::after {
opacity: 1;
}
.sidebar-posts li {
margin-bottom: 1.25rem;
}
.sidebar-posts li:last-child {
margin-bottom: 0;
}
.sidebar-post {
display: flex;
align-items: center;
text-decoration: none;
font-size: 1rem;
color: var(--text-primary);
font-weight: bold;
}
.sidebar-post:hover {
color: var(--accent-color);
}
.sidebar-post-img {
height: 4.6875rem;
min-width: 5.3125rem;
width: 5.3125rem;
}
.sidebar-post-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.sidebar-post-title {
text-decoration: none;
padding-left: 0.625rem;
line-height: var(--line-height);
}
.sidebar-cat-tree .sidebar-cat-item {
display: block;
}
.sidebar-cat-tree > li.open > a::after {
color: var(--text-primary);
}
.sidebar-cat-tree > li.open .sidebar-cat-icon {
transform: translateY(-50%) rotate(90deg);
}
.sidebar-cat-item {
margin-bottom: 0.75rem;
font-size: 1rem;
display: flex;
color: var(--text-secondary);
}
.sidebar-cat-item:last-child {
margin-bottom: 0;
}
.sidebar-cat-item a {
position: relative;
color: var(--text-secondary);
display: block;
width: 100%;
text-decoration: none;
}
.sidebar-cat-item a:hover, .sidebar-cat-item a.active {
color: var(--accent-color);
}
.sidebar-cat-item ul {
padding-left: 0.625rem;
margin-top: 0.5rem;
}
.sidebar-cat-item ul > li {
margin-bottom: 0.5rem;
}
.sidebar-cat-item ul > li:last-child {
margin-bottom: 0;
}
.sidebar-cat-item .sidebar-cat-icon {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
color: var(--accent-color);
transition: all 0.2s;
}
.sidebar-cat-count {
margin-left: 0.625rem;
min-width: 1.125rem;
text-align: right;
} .section {
position: relative;
padding: 4.5rem 0;
background-color: var(--background-color);
color: var(--text-primary);
}
.section.section-without-padding {
padding: 0;
}
.section.section-without-padding-top {
padding-top: 0;
}
.section.section-without-padding-bottom {
padding-bottom: 0;
}
.section.section-minimal-padding {
padding: 30px 0;
}
.section.section-container-fluid-without-padding .container-fluid {
padding: 0;
}
.section-bg-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: var(--section-bg-overlay);
}
.page-sections {
padding-top: 3.5rem;
}
.page-sections .section {
padding: 0;
margin-bottom: 3.5rem;
}
.page-sections .section:last-child {
margin-bottom: 0;
}
.section-overflow-hidden {
overflow: hidden;
}
.section-bg,
.section-background-image {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.section-bg,
.section-bgc {
background-color: var(--background-secondary-color);
}
.section-dark {
background-color: #000;
color: #fff;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.section-dark a {
color: #fff;
}
.section-header-margin-none .section-heading {
margin: 0;
}
.section-heading {
margin-bottom: 3.25rem;
max-width: 850px;
}
.section-heading h1, .section-heading h2, .section-heading h3 {
position: relative;
font-size: 2.5rem;
margin: 0;
}
.section-heading.shm-none {
margin-bottom: 0;
}
.section-heading .btn-group {
margin-top: 2rem;
}
.heading-center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.heading-center .section-desc {
margin-left: auto;
margin-right: auto;
}
.heading-right {
text-align: right;
margin-left: auto;
}
.heading-right .section-desc {
margin-left: auto;
}
.section-subheading {
margin-bottom: 0.3125rem;
text-transform: uppercase;
color: var(--accent-color);
}
.section-desc {
margin: 1.25rem 0;
max-width: 30rem;
color: var(--text-secondary);
}
.section-footer {
margin-top: 1rem;
}
.section-footer .article {
margin-bottom: 1.25rem;
max-width: 30rem;
}
.section-footer .article.text-center {
margin-left: auto;
margin-right: auto;
}
.section-footer .article.text-right {
margin-left: auto;
}
.section-footer.section-footer-mt-1 {
margin-top: -0.75rem;
}
.section-nav {
position: relative;
margin-bottom: 2rem;
margin-top: -0.3125rem;
}
.section-nav-list {
list-style: none;
margin: 0;
padding: 0.3125rem 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
font-size: 1rem;
text-transform: uppercase;
margin: -0.5rem -1.5rem 0 0;
overflow-x: auto;
}
.section-nav-list li {
cursor: pointer;
margin: 0.5rem 1.5rem 0 0;
white-space: nowrap;
transition: all 0.2s;
}
.section-nav-list li:last-child {
margin-right: 0;
}
.section-nav-list li:hover, .section-nav-list li.active {
color: var(--accent-color);
}
.section-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.section-path {
width: 100%;
padding: 0 var(--bs-gutter-x, 15px);
}
.main-content .container .container {
padding: 0;
}
@media (min-width: 576px) {
.section-path {
max-width: 540px;
}
}
@media (min-width: 768px) {
.section-path {
max-width: 720px;
}
}
@media (min-width: 992px) {
.section-row {
justify-content: flex-start;
}
.section-item {
width: 50%;
max-height: 100%;
}
.section-path {
max-width: 480px;
}
.section-path-left {
margin-left: auto;
}
.section-path-right {
margin-right: auto;
}
.section-right-picture {
display: block;
width: 100%;
height: 100%;
padding-left: 2rem;
}
.section-right-picture img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-top-left-radius: var(--el-border-radius);
border-bottom-left-radius: var(--el-border-radius);
}
}
@media (min-width: 1200px) {
.section-path {
max-width: 570px;
}
}
@media (min-width: 1400px) {
.section-path {
max-width: 660px;
}
} .grid-item p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.p-title {
font-size: 1.125rem;
font-weight: bold;
margin-bottom: 0.625rem;
}
.page-404-title {
font-size: 5rem;
}
.search-page-container {
max-width: 50rem;
margin-left: auto;
margin-right: auto;
}
.search-page-list {
list-style: none;
margin: 0;
padding: 0;
margin-top: 3.5rem;
counter-reset: item;
}
.search-page-list li {
margin-bottom: 1.5rem;
display: flex;
align-items: flex-start;
}
.search-page-list li:last-child {
margin-bottom: 0;
}
.search-page-list li a {
font-weight: var(--heading-font-weight);
font-family: var(--heading-font-family);
text-decoration: none;
}
.search-page-list li a:hover {
text-decoration: underline;
}
.search-page-list li::before {
content: counter(item) ".";
counter-increment: item;
display: block;
min-width: 2rem;
top: 0;
}
.search-page-list li p {
margin-top: 0.3125rem;
margin-bottom: 0;
color: var(--text-secondary);
font-size: 1rem;
}
.search-page-results-text {
margin-bottom: 0;
margin-top: 2rem;
}
.search-page-results-text b, .search-page-results-text strong {
font-weight: 600;
font-family: var(--heading-font-family);
}
.lg-outer .lg-video-cont .lg-object {
object-fit: cover;
} .footer {
position: relative;
background-color: var(--text-primary);
width: 100%;
color: var(--background-color);
font-size: 1rem;
}
.footer p, .footer i {
opacity: 0.8;
}
.footer a {
opacity: 0.8;
color: var(--background-color);
text-decoration: none;
}
.footer a:hover {
color: var(--background-color);
opacity: 1;
}
.footer a::after {
color: var(--background-color);
}
.footer form input {
color: var(--background-color);
}
.footer form .wpcf7-checkbox .wpcf7-list-item-label,
.footer form .form-field-label {
color: var(--background-color);
opacity: 0.8;
}
.footer form .wpcf7-spinner::before, .footer form .wpcf7-spinner::after {
background-color: var(--background-color);
}
.footer form *::-webkit-input-placeholder,
.footer form *::placeholder {
color: var(--background-color);
}
.footer .menu > li.active > a {
opacity: 1;
}
.footer .menu > li.active > a span {
transform: translateY(100%);
}
.footer .menu > li.active > a::after {
transform: translateY(0);
}
.footer .widget-socials > li > a {
fill: var(--background-color);
}
.footer .widget-socials.widget-socials-bordered-hover-bg > li > a {
fill: var(--background-color);
border-color: var(--background-color);
}
.footer .widget-socials.widget-socials-bordered-hover-bg > li > a:hover {
background-color: var(--background-color);
border-color: var(--background-color);
fill: var(--text-primary);
}
.mobile .footer, .tablet .footer {
z-index: 1 !important;
position: relative !important;
}
.mobile .main-inner, .tablet .main-inner {
margin-bottom: 0 !important;
}
.footer-minimal .footer-main {
padding: 2.5rem 0;
}
.footer-minimal .footer-company-info .logo {
margin-bottom: 0;
}
.footer-center {
text-align: center;
}
.footer-center .widget-socials {
justify-content: center;
}
.footer-center .widget-brand-info-main {
max-width: 400px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.footer-main {
position: relative;
padding: 4rem 0;
}
.footer-main::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
background-color: var(--background-color);
opacity: 0.1;
}
.footer-main > .container > .items {
margin-bottom: -2.5rem;
}
.footer-main .footer-widget {
margin-bottom: 2.5rem;
}
.footer-item {
margin-bottom: 2rem;
}
.footer-item:last-child {
margin-bottom: 0;
}
.footer-mnu li {
margin-bottom: 1rem;
}
.footer-mnu li:last-child {
margin-bottom: 0;
}
.footer-mnu-line {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
margin-left: -2rem;
margin-bottom: -1rem;
}
.footer-mnu-line li {
margin-left: 2rem;
margin-bottom: 1rem;
}
.footer-subscribe {
display: flex;
}
.footer-subscribe .form-field {
margin-right: 1rem;
margin-bottom: 0;
width: 100%;
}
.footer-subscribe .form-field input {
background-color: transparent;
color: var(--background-color);
}
.footer-subscribe .form-field input::-webkit-input-placeholder, .footer-subscribe .form-field input::placeholder {
color: var(--background-color);
opacity: 1;
}
.footer-subscribe .form-field .form-field-label {
color: var(--background-color);
}
.footer-bottom {
position: relative;
padding: 1.625rem 0 1.5rem;
font-size: 0.875rem;
}
.footer-bottom::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
background-color: var(--background-color);
opacity: 0.1;
}
.footer-bottom .copyright {
opacity: 0.8;
}
.footer-bottom .items {
margin-bottom: -1.5rem;
}
.footer-bottom .item {
margin-bottom: 1.5rem;
}
.footer-links ul {
display: flex;
margin-bottom: -1rem;
margin-left: -1.25rem;
}
.footer-links ul li {
margin-bottom: 1rem;
margin-left: 1.25rem;
}
.footer-links ul li a {
display: block;
text-decoration: none;
border-bottom: 1px dashed var(--background-color);
}
.footer-links ul li a:hover {
border-bottom-style: solid;
}   @media (max-width: 1399.98px) {
.main-mnu-list > li.mega-menu > ul > li {
padding: 2rem 0.5rem;
}
}
@media (max-width: 1199.98px) {
.mmm {
display: flex;
}
.header-fixed .container {
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.header-fixed .row {
margin-left: -0.625rem;
margin-right: -0.625rem;
}
.header-fixed .row .header-fixed-col {
padding: 0 0.625rem;
}
.item-wide {
height: 28.125rem;
}
}
@media (max-width: 991.98px) {
.header-top {
display: none;
}
.header-fixed {
z-index: 101;
}
.sidebar.section {
padding: 0;
}
.section-nav-list li {
margin-right: 1rem;
}
.item-wide {
height: 20.625rem;
}
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
.header-fixed {
padding: 0.625rem 0 0.625rem 0.25rem;
}
.logo img {
max-height: 2.25rem;
}
.header-center .logo img {
max-height: 2.25rem;
}
.header-actions {
padding: 0.5rem 0;
}
.section-heading {
margin-bottom: 3rem;
}
.section-heading h1, .section-heading h2, .section-heading h3 {
font-size: 2rem;
}
.item-heading-large {
font-size: 1.25rem;
}
.section-nav {
margin-bottom: 1.5rem;
}
.section-nav-list {
justify-content: start;
white-space: nowrap;
overflow-x: auto;
flex-wrap: nowrap;
margin: 0;
}
.footer-main {
padding: 3rem 0;
}
.footer-mnu-line {
justify-content: center;
}
.footer-minimal .footer-company-top {
display: flex;
justify-content: center;
}
.footer-minimal .footer-bottom {
text-align: center;
}
.footer-minimal .footer-links ul {
justify-content: center;
}
.footer-contacts li {
margin-bottom: 1.25rem;
}
.item-wide {
height: 15rem;
}
}
@media (max-width: 575.98px) {
.popup {
padding: 2rem 1.5rem;
}
.item-wide {
height: 12rem;
}
.item-heading-middle {
font-size: 1.125rem;
}
}
@media (max-width: 480px) {
.social-login {
flex-wrap: wrap;
}
.social-login li {
width: 100%;
}
.item-wide {
height: 10rem;
}
.el.el-16x9::after {
margin-top: 65%;
}
.el.el-2x1::after {
margin-top: 60%;
}
.header-minimal .btn-link .btn-link-ico {
display: none;
}
}
@media (max-width: 767.98px) {
.header-actions .btn {
padding: 0.5em;
}
.header-actions .btn i {
display: block;
font-size: 1.125rem;
height: 1.125rem;
width: 1.125rem;
}
.header-actions .btn span {
display: none;
}
}
@media (min-width: 992px) {
.header-top {
position: relative;
background-color: var(--text-primary);
color: var(--background-color);
padding: 0.625rem 0;
font-size: 0.9375rem;
z-index: 1001;
}
.header-top i {
color: var(--background-color);
}
.header-top a {
color: var(--background-color);
opacity: 0.8;
text-decoration: none;
}
.header-top a:hover {
color: var(--background-color);
opacity: 1;
}
.header-top .widget-socials > li > a {
fill: var(--background-color);
}
.header-top.header-top-border-bottom::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: var(--background-color);
opacity: 0.1;
}
.header-top-links {
display: flex;
align-items: center;
margin-left: -2rem;
}
.header-top-links > * {
margin-left: 2rem;
}
.header-top-links .header-button {
display: flex;
align-items: center;
color: var(--background-color);
opacity: 0.8;
}
.header-top-links .header-button i {
margin-right: 5px;
}
.header-top-links .header-button span {
border-bottom: 1px dashed var(--background-color);
transition: all 0.2s;
line-height: 1.1;
}
.header-top-links .header-button:hover {
opacity: 1;
}
.header-top-links .header-button:hover span {
border-bottom-style: solid;
}
.header-top-info {
display: flex;
align-items: center;
margin-left: -1rem;
}
.header-top-info b, .header-top-info strong {
font-weight: 600;
color: var(--background-color);
}
.header-top-info li {
display: flex;
align-items: center;
margin-left: 1rem;
}
.header-top-info li > a {
opacity: 1;
display: flex;
align-items: center;
}
.header-top-info li > a:hover span {
opacity: 1;
}
.header-top-info li b, .header-top-info li strong {
margin-right: 0.375rem;
}
.header-top-info li i {
margin-right: 0.625rem;
}
.header-top-info li span {
opacity: 0.8;
transition: all 0.25s;
}
.play-video.play-video-lg {
width: 5rem;
height: 5rem;
}
.play-video.play-video-lg .material-icons {
font-size: 2.75rem;
width: 2.75rem;
height: 2.75rem;
}
}
@media (min-width: 1200px) {
.main-mnu:not(.justify-content-center) {
padding-left: 1.25rem;
}
.header-fixed .col-xl {
flex: 1 0 0%;
}
.tablet .main-mnu-list > li.menu-item-has-children > a, .mobile .main-mnu-list > li.menu-item-has-children > a {
pointer-events: none;
}
.main-mnu {
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
}
.main-mnu:not(.main-mnu-js-init) {
overflow-y: auto;
scrollbar-width: none;
}
.main-mnu:not(.main-mnu-js-init)::-webkit-scrollbar {
width: 0;
height: 0;
}
.main-mnu-list {
display: inline-flex;
margin-left: -1.5rem;
}
.main-mnu-list.hide {
display: none;
}
.main-mnu-list .badge {
margin-left: 0.5rem;
}
.main-mnu-list > li {
position: relative;
margin-left: 1.5rem;
padding: 1rem 0;
}
.main-mnu-list > li.current-lang > a {
font-weight: bold;
}
.main-mnu-list > li:hover > ul,
.main-mnu-list > li:hover .main-sub-mnu {
transform: none;
opacity: 1;
visibility: visible;
z-index: 11;
}
.main-mnu-list > li:hover > a i {
transform: rotateX(180deg);
}
.main-mnu-list > li.main-mnu-item-mega-mnu {
position: static;
}
.main-mnu-list > li > a {
font-size: 0.9375rem;
}
.main-mnu-list > li a {
color: var(--text-primary);
position: relative;
display: flex;
align-items: center;
text-decoration: none;
font-size: 1rem;
}
.main-mnu-list > li.menu-item-has-children {
padding-right: 0;
}
.main-mnu-list > li.menu-item-has-children > a {
display: flex;
align-items: center;
}
.main-mnu-list > li.menu-item-has-children > a i {
margin-left: 0.25rem;
font-size: 1.125rem;
width: 1.125rem;
height: 1.125rem;
color: var(--accent-color);
transition: all 0.4s;
}
.main-mnu-list > li.menu-item-has-children > a .badge {
margin-left: 0.25rem;
}
.main-mnu-list > li > ul {
position: absolute;
top: 100%;
background-color: var(--background-color);
box-shadow: var(--el-box-shadow);
min-width: 12.5rem;
z-index: 10;
transform: translateY(1rem);
border-radius: calc(var(--el-border-radius) * 0.6);
font-weight: normal;
opacity: 0;
visibility: hidden;
padding: 0.75rem 0;
transition: all 0.2s;
cursor: default;
}
.main-mnu-list > li > ul > li {
position: relative;
}
.main-mnu-list > li > ul > li > a {
display: flex;
align-items: center;
justify-content: space-between;
}
.main-mnu-list > li > ul > li > a i {
margin-left: 0.25rem;
font-size: 1.125rem;
width: 1.125rem;
height: 1.125rem;
color: var(--accent-color);
transition: all 0.4s;
}
.main-mnu-list > li > ul > li > ul {
position: absolute;
left: 100%;
top: 0;
min-width: 12.5rem;
background-color: var(--background-color);
border-radius: calc(var(--el-border-radius) * 0.6);
border-top-left-radius: 0;
padding: 0.75rem 0;
opacity: 0;
box-shadow: var(--el-box-shadow);
transform: translateY(15px);
visibility: hidden;
transition: all 0.2s;
}
.main-mnu-list > li > ul > li:hover > a {
color: var(--accent-color);
}
.main-mnu-list > li > ul > li:hover > ul {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.main-mnu-list > li > ul li {
padding: 0.25rem 0;
}
.main-mnu-list > li > ul li a {
padding: 0.125rem 1rem 0.125rem 1.5rem;
transition: all 0.2s 0s;
overflow: hidden;
}
.main-mnu-list > li > ul li a::after {
padding: 0.25rem 1rem 0.25rem 1.5rem;
}
.main-mnu-list > li.mega-menu {
position: static;
}
.main-mnu-list > li.mega-menu > ul {
left: calc(var(--bs-gutter-x) * 0.5);
width: calc(100% - var(--bs-gutter-x));
display: flex;
padding: 0 1.5rem;
z-index: -1;
}
.main-mnu-list > li.mega-menu > ul > li {
width: 100%;
max-width: 100%;
flex: 1 0 0%;
padding: 2.5rem 1rem;
}
.main-mnu-list > li.mega-menu > ul > li > a {
font-family: var(--heading-font-family);
font-weight: var(--heading-font-weight);
line-height: var(--heading-line-height);
margin-bottom: 1.25rem;
}
.main-mnu-list > li.mega-menu > ul > li > a::after {
content: none;
}
.main-mnu-list > li.mega-menu > ul > li > a > span {
display: block;
transform: translateY(0) !important;
transition: all 0.4s;
}
.main-mnu-list > li.mega-menu > ul > li > a i {
display: none;
}
.main-mnu-list > li.mega-menu > ul > li > ul {
position: relative;
left: inherit;
top: inherit;
transform: none;
opacity: 1;
visibility: inherit;
box-shadow: none;
padding: 0;
border-radius: 0;
background-color: transparent;
}
.main-mnu-list > li.mega-menu > ul > li > ul li {
padding: 0;
}
.main-mnu-list > li.mega-menu > ul > li:hover > a {
color: var(--text-primary);
}
.main-mnu-list > li.mega-menu > ul > li:hover > ul {
transform: none;
}
.main-mnu-list > li.mega-menu > ul li a {
display: flex;
align-items: center;
padding: 0.25rem 0;
}
.main-mnu-list > li.mega-menu > ul li a::after {
padding: 0.25rem 0;
}
.main-mnu-list > li.menu-item-more > div {
display: block;
padding: 0;
width: 1.5rem;
height: 1.5rem;
cursor: pointer;
transition: color 0.2s;
}
.main-mnu-list > li.menu-item-more > div:hover {
color: var(--accent-color);
}
.main-mnu-list > li.menu-item-more > ul {
right: 0;
}
.main-mnu-list li.active > a {
color: var(--accent-color);
}
.main-mnu-list li > a > div {
display: flex;
align-items: center;
}
.mega-mnu-item {
padding: 2.5rem 1.25rem 2.5rem 3.125rem;
}
.mega-mnu-item::after {
content: "";
position: absolute;
right: 0;
top: 0;
width: 1px;
height: 100%;
background-color: var(--border-color);
opacity: 0.5;
}
.mega-mnu-item:last-child::after {
content: none;
}
.main-sub-mnu {
position: absolute;
left: 1rem;
top: 100%;
background-color: var(--background-color);
box-shadow: var(--el-box-shadow);
width: 100%;
width: calc(100% - 2rem);
z-index: 10;
transform: translateY(1rem);
font-weight: normal;
opacity: 0;
border-radius: calc(var(--el-border-radius) * 0.6);
visibility: hidden;
min-height: 18.75rem;
transition: all 0.2s 0.1s;
z-index: -1;
cursor: default;
overflow: hidden;
}
.main-sub-mnu .mega-mnu-heading {
font-size: 1rem;
font-weight: bold;
margin-bottom: 1.5rem;
}
.main-sub-mnu .container, .main-sub-mnu .row {
min-height: 18.75rem;
}
.main-sub-mnu-banner {
padding: 0;
}
.main-sub-mnu-list {
display: flex;
flex-wrap: wrap;
margin-bottom: -1.25rem;
}
.main-sub-mnu-list.main-sub-mnu-listh {
display: block;
}
.main-sub-mnu-list.main-sub-mnu-listh > li {
width: 100%;
}
.main-sub-mnu-list > li {
width: 50%;
position: relative;
padding-right: 1rem;
margin-bottom: 0.5rem;
}
.main-sub-mnu-list > li:hover > a > span {
transform: translateY(100%);
}
.main-sub-mnu-list > li:hover > a::after {
transform: translateY(0);
}
.main-sub-mnu-list > li > a {
position: relative;
display: block;
overflow: hidden;
}
.main-sub-mnu-list > li > a::after {
content: attr(data-title);
position: absolute;
left: 0;
top: 0;
transform: translateY(-100%);
transition: all 0.4s;
color: var(--accent-color);
width: 100%;
padding: 0.125rem 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.main-sub-mnu-list > li > a > span {
display: block;
transform: translateY(0);
transition: all 0.4s;
padding: 0.125rem 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.main-sub-mnu-banner {
position: relative;
background-color: var(--background-secondary-color);
color: var(--background-color);
}
.main-sub-mnu-slider {
height: 100%;
}
.main-sub-mnu-slider .owl-stage-outer,
.main-sub-mnu-slider .owl-stage,
.main-sub-mnu-slider .owl-item {
height: 100%;
}
.main-mnu-list > li a.mnu-slider-item {
color: var(--background-color);
}
.mnu-slider-item {
padding: 2.5rem 3.75rem 2.5rem 1.875rem;
display: flex;
flex-wrap: wrap;
height: 100%;
width: 100%;
color: var(--background-color);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.mnu-slider-item-subtitle {
font-size: 0.75rem;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 0.625rem;
}
.mnu-slider-item-title {
margin-bottom: 0;
font-size: 1.125rem;
font-weight: 500;
}
.main-sub-mnu-slider .flickity-prev-next-button {
position: absolute;
padding: 0.3125rem;
background: transparent;
width: 1.25rem;
height: 1.25rem;
fill: var(--background-color);
padding: 0;
border: none;
line-height: 1;
}
.main-sub-mnu-slider .flickity-button-icon {
fill: var(--background-color);
}
body:not(.site-default-links) .hover-link {
position: relative;
display: inline-flex;
overflow: hidden;
text-decoration: none;
color: var(--text-primary);
}
body:not(.site-default-links) .hover-link::after {
content: attr(data-title);
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
transform: translateY(-100%);
transition: all 0.4s;
color: var(--accent-color);
}
body:not(.site-default-links) .hover-link > span {
display: block;
transform: translateY(0);
transition: all 0.4s;
}
body:not(.site-default-links) .hover-link:hover > span, body:not(.site-default-links) .hover-link.active > span {
transform: translateY(100%);
}
body:not(.site-default-links) .hover-link:hover::after, body:not(.site-default-links) .hover-link.active::after {
transform: translateY(0);
}
body:not(.site-default-links) .main-mnu-list > li:hover > a > span, body:not(.site-default-links) .main-mnu-list > li.active > a > span, body:not(.site-default-links) .main-mnu-list > li.current-lang > a > span {
transform: translateY(100%);
}
body:not(.site-default-links) .main-mnu-list > li:hover > a::after, body:not(.site-default-links) .main-mnu-list > li.active > a::after, body:not(.site-default-links) .main-mnu-list > li.current-lang > a::after {
transform: none;
}
body:not(.site-default-links) .main-mnu-list > ul li:hover > a > span, body:not(.site-default-links) .main-mnu-list > ul li.active > a > span, body:not(.site-default-links) .main-mnu-list > ul li.current-lang > a > span {
transform: translateY(100%);
}
body:not(.site-default-links) .main-mnu-list > ul li:hover > a::after, body:not(.site-default-links) .main-mnu-list > ul li.active > a::after, body:not(.site-default-links) .main-mnu-list > ul li.current-lang > a::after {
transform: translateY(0);
}
body:not(.site-default-links) .hl-list li.active > .hover-link {
pointer-events: none;
}
body:not(.site-default-links) .hl-list li.active > .hover-link > span, body:not(.site-default-links) .hl-list li.open > .hover-link > span {
transform: translateY(100%);
}
body:not(.site-default-links) .hl-list li.active > .hover-link::after, body:not(.site-default-links) .hl-list li.open > .hover-link::after {
transform: translateY(0);
}
body:not(.site-default-links) .footer a {
color: var(--background-color);
}
body:not(.site-default-links) .footer a::after {
color: var(--background-color);
}
}
@media (min-width: 1400px) {
.main-mnu:not(.justify-content-center) {
padding-left: 1.5rem;
}
}
@media (min-width: 1600px) {
.container-fluid {
padding: 0 2rem;
}
}
@media (min-width: 1800px) {
.container-fluid {
padding: 0 3rem;
}
}
@media (min-width: 1700px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
max-width: 1410px;
}
html {
font-size: calc(var(--font-size) + 1px);
}
}
@media (min-width: 1921px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
max-width: 1500px;
}
html {
font-size: calc(var(--font-size) + 2px);
}
}.ha-count {
position: absolute;
top: -0.5rem;
left: 0.875rem;
width: 1.25rem;
min-width: 1.25rem;
height: 1.25rem;
line-height: 1.25rem;
text-align: center;
background-color: var(--accent-color);
color: var(--background-color);
font-size: 0.75rem;
border-radius: 50%;
}
.header-cart {
margin-right: 0.25rem;
}
.side-cart-scroll {
display: flex;
flex-direction: column;
}
.mini-cart-item {
position: relative;
display: flex;
width: 100%;
min-height: 6rem;
padding: 0.75rem 0 1rem;
border-top: 1px solid var(--border-color);
}
.mini-cart-item .card-image {
position: absolute;
left: 0;
top: 1rem;
min-width: 3.75rem;
width: 3.75rem;
border-radius: calc(var(--el-border-radius) * 0.6);
}
.mini-cart-item .card-heading {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 1rem;
margin-bottom: 0.5rem;
}
.mini-cart-info {
padding-left: 4.75rem;
width: 100%;
line-height: 1;
}
.mini-cart-vendor,
.mini-cart-price {
margin-bottom: 0.5rem;
}
.mini-cart-del {
color: var(--alert-danger);
}
.mini-cart-del:hover {
color: var(--alert-danger);
}
.mini-cart-container {
display: flex;
flex: 1 1 auto;
flex-direction: column;
}
.mini-cart-header {
display: flex;
flex: 0 0 auto;
margin-bottom: 1rem;
}
.mini-cart-footer {
position: relative;
border-top: 1px solid var(--border-color);
padding-top: 1.25rem;
}
.mini-cart-scroll {
position: relative;
flex: 1 1 auto;
overflow-y: auto;
}
.mini-cart-total {
display: flex;
justify-content: space-between;
font-weight: var(--heading-font-weight);
font-family: var(--heading-font-family);
margin-bottom: 0.875rem;
}
.mini-cart-btns .btn {
margin-bottom: 0.875rem;
}
.mini-cart-btns .btn:last-child {
margin-bottom: 0;
}
.mini-cart-empty {
margin: auto;
}
.products-empty {
text-align: center;
}
.products-empty-icon {
display: flex;
width: 4.5rem;
height: 4.5rem;
margin: 0 auto 1.25rem;
background-color: var(--accent-color);
background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
border-radius: 50%;
color: var(--background-color);
}
.products-empty-icon i {
margin: auto;
}
.products-empty-message {
font-weight: bold;
} .shop-sorting {
margin-bottom: 1.5rem;
}
.shop-sorting-items {
display: flex;
align-items: center;
margin-left: -1.25rem;
}
.shop-sorting-item {
margin-left: 1.25rem;
}
.shop-result-count {
line-height: 1.3;
}
.orderby-list {
display: flex;
margin-left: -0.5rem;
}
.orderby-list > li {
margin-left: 0.5rem;
}
.orderby-list > li > a {
display: block;
line-height: 2rem;
padding: 0 0.25rem;
text-decoration: none;
color: var(--text-primary);
}
.shop-gridlist-toggle {
display: flex;
align-items: center;
}
.shop-gridlist-toggle > li {
margin-left: 0.75rem;
}
.shop-gridlist-toggle > li:first-child {
margin-left: 0;
}
.shop-gridlist-toggle > li > a {
display: flex;
width: 2.25rem;
height: 2.25rem;
text-decoration: none;
border: 1px solid var(--border-color);
border-radius: var(--el-border-radius-min);
color: var(--text-primary);
}
.shop-gridlist-toggle > li > a i {
margin: auto;
}
.shop-gridlist-toggle > li.active > a, .shop-gridlist-toggle > li:hover > a {
color: var(--accent-color);
}
.shop-gridlist-toggle > li.active > a {
pointer-events: none;
}
@media (max-width: 991.98px) {
.shop-sorting {
margin-bottom: 2rem;
}
}
@media (max-width: 575.98px) {
.shop-filter-toggle .btn {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
} .filter-by-color {
display: flex;
flex-wrap: wrap;
margin-left: -0.625rem;
margin-bottom: -0.875rem;
}
.filter-by-color > li {
margin-left: 0.625rem;
margin-bottom: 0.875rem;
}
.filter-by-color > li.active > a .fbc-label, .filter-by-color > li:hover > a .fbc-label {
width: 70%;
height: 70%;
}
.filter-by-color > li.active > a.fbc-link-border::after, .filter-by-color > li:hover > a.fbc-link-border::after {
border-width: 2px;
}
.filter-by-color > li.active > a::after, .filter-by-color > li:hover > a::after {
opacity: 1;
border-color: var(--accent-color);
}
.filter-by-color > li > a {
position: relative;
display: block;
width: 1.5rem;
height: 1.5rem;
text-decoration: none;
border-radius: 50%;
overflow: hidden;
}
.filter-by-color > li > a::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 50%;
border: 2px solid var(--border-color);
opacity: 0;
z-index: 1;
transition: all 0.2s;
}
.filter-by-color > li > a.fbc-link-border::after {
opacity: 1;
border-width: 1px;
}
.fbc-label {
display: block;
position: absolute;
left: 50%;
top: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
border-radius: 50%;
transition: all 0.2s;
}
.filter-by-checkbox {
display: flex;
flex-wrap: wrap;
margin-left: -0.625rem;
margin-bottom: -0.875rem;
font-size: 0.75rem;
}
.filter-by-checkbox > li {
margin-left: 0.625rem;
margin-bottom: 0.875rem;
}
.filter-by-checkbox > li:hover > a, .filter-by-checkbox > li.active > a {
color: var(--accent-color);
}
.filter-by-checkbox > li:hover > a::after, .filter-by-checkbox > li.active > a::after {
border-color: var(--accent-color);
}
.filter-by-checkbox > li > a {
position: relative;
display: block;
text-decoration: none;
color: var(--text-secondary);
min-width: 2.25rem;
height: 2.25rem;
line-height: 2.25rem;
padding: 0 0.5rem;
text-align: center;
}
.filter-by-checkbox > li > a::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: var(--el-border-radius-min);
border: 2px solid var(--border-color);
transition: all 0.2s;
}
.sidebar-filters .side-close {
display: none;
}
.sidebar-filters-desktop {
position: fixed;
top: 0;
left: 0;
transform: translateX(-20rem);
width: 20rem;
height: 100%;
background: var(--background-color);
overflow: hidden;
overflow-y: auto;
z-index: 1111;
padding-top: 1.5rem;
padding-bottom: 1rem;
transition: all 0.4s;
}
.sidebar-filters-desktop.open {
transform: none;
}
.sidebar-filters-desktop .sidebar-item-style {
border: none;
}
.sidebar-filters-desktop .side-close {
display: block;
}
.sidebar-filters-desktop .sidebar-item-style,
.sidebar-filters-desktop .sibebar-item-bg-style {
padding-top: 0;
padding-bottom: 1rem;
}
.sidebar-filters-desktop .sidebar-item-style:first-child,
.sidebar-filters-desktop .sibebar-item-bg-style:first-child {
padding-top: 1.5rem;
}
.sidebar-filters-desktop .sidebar-item-style:last-child,
.sidebar-filters-desktop .sibebar-item-bg-style:last-child {
padding-bottom: 0;
}
@media (max-width: 991.98px) {
.sidebar-filters-mob {
position: fixed;
top: 0;
left: 0;
transform: translateX(-20rem);
width: 20rem;
height: 100%;
background: var(--background-color);
overflow: hidden;
overflow-y: auto;
z-index: 1111;
padding-top: 1.5rem;
padding-bottom: 1rem;
transition: all 0.4s;
}
.sidebar-filters-mob.open {
transform: none;
}
.sidebar-filters-mob .sidebar-item-style {
border: none;
}
.sidebar-filters-mob .side-close {
display: block;
}
} .shop-table {
border: none;
}
.shop-table thead tr th {
border-bottom: 1px solid var(--border-color);
}
.shop-table thead tr th:last-child {
text-align: right;
padding-right: 0;
}
.shop-table tr {
border-bottom: 1px solid var(--border-color);
}
.shop-table tr:last-child {
border: none;
}
.shop-table tr.st-cart-item {
border-bottom: 1px dashed var(--border-color);
}
.shop-table tr.st-cart-item.stci-last-child {
border-bottom: 1px solid var(--border-color);
}
.shop-table .card-prices {
justify-content: flex-end;
}
.shop-table .card-price {
font-size: 1rem;
}
.shop-table td {
padding-right: 0;
}
.shop-table td:first-child {
padding-left: 0;
}
.shop-table th {
padding-left: 0;
}
.stt {
display: block;
margin-bottom: 1rem;
}
.shop-table-radios-outer {
display: flex;
justify-content: flex-end;
}
.shop-table-radios > li {
margin-bottom: 1rem;
}
.shop-table-radios > li:last-child {
margin-bottom: 0;
}
.shop-table-price {
color: var(--accent-color);
font-weight: var(--heading-font-weight);
text-align: right;
font-family: var(--heading-font-family);
}
.stp-large {
font-size: 1.125rem;
}
.btn-proceed-to-checkout {
margin-top: 0.5rem;
}
.shop-table-shipping-methods {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-left: -1rem;
margin-top: 1rem;
}
.stsm-item {
display: block;
margin: 0 0 0 1rem;
}
.st-cart-item .shop-table-price {
color: var(--text-primary);
font-weight: 400;
}
.stc-product-quantity {
color: var(--text-secondary);
}  .card-item {
margin-bottom: 2.5rem;
}
.card-item-min {
margin-bottom: 1.25rem;
}
.card-item-wide {
margin-bottom: 2rem;
}
.card-item-wide .card {
display: flex;
overflow: hidden;
}
.card-item-wide .card-info {
text-align: left;
width: 100%;
padding: 1.5rem;
}
.card-item-wide .card-image {
min-width: 16.875rem;
width: 16.875rem;
height: 100%;
border-radius: 0;
}
.card-item-wide .card-image::after {
content: none;
}
.card-item-wide .card-actions {
bottom: 1.5rem;
}
.card-item-wide .card-rating,
.card-item-wide .card-prices {
justify-content: flex-start;
}
.card-item-wide .card-wide-item {
margin-bottom: 1rem;
}
.card {
overflow: inherit;
}
.card:hover .card-actions {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0);
}
.card4:hover .card-actions {
transform: translateX(-50%);
}
.card4 .card-actions {
bottom: -1.5rem;
opacity: 1;
transform: translateX(-50%);
visibility: visible;
}
.card4 .card-header {
margin-bottom: 1.5rem;
}
.card4 .card-footer {
margin-top: 0;
}
.card4.card4-clear .card-header {
margin-bottom: 0;
}
.card-fhide {
background-color: var(--background-color);
}
.card-fhide .card-info {
position: relative;
z-index: 2;
}
.card-fhide:hover {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
z-index: 2;
}
.card-fhide:hover .card-footer-hide {
opacity: 1;
visibility: visible;
}
.card-header {
position: relative;
}
.card-image {
position: relative;
display: block;
width: 100%;
background-color: var(--background-secondary-color);
border-top-left-radius: 0.625rem;
border-top-right-radius: 0.625rem;
text-decoration: none;
color: var(--text-secondary);
overflow: hidden;
}
.card-image.img-style-min {
border-radius: calc(var(--el-border-radius) * 0.6);
}
.card-image:hover {
color: var(--text-secondary);
}
.card-image i {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.card-image img {
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.card-image::after {
content: "";
margin-top: 100%;
float: left;
}
.card-actions {
position: absolute;
left: 50%;
bottom: 1.25rem;
transform: translateX(-50%) translateY(-10px);
display: flex;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: all 0.2s;
}
.card-action-btn {
position: relative;
display: flex;
width: 3rem;
height: 3rem;
margin-right: 0.25rem;
color: var(--text-secondary);
border: none;
background-color: var(--background-color);
border-radius: var(--el-border-radius-min);
transition: all 0.2s;
}
.card-action-btn:focus {
outline: none;
}
.card-action-btn::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: var(--el-border-radius-min);
border: 1px solid var(--border-color);
transition: all 0.4s;
}
.card-action-btn:hover::after, .card-action-btn.active::after {
border-color: transparent;
}
.card-action-btn.active {
background-color: var(--accent-color);
color: var(--background-color);
}
.card-action-btn:last-child {
margin-right: 0;
}
.card-action-btn i {
margin: auto;
}
.card-badges {
position: absolute;
left: 0.75rem;
top: 0.75rem;
z-index: 1;
}
.card-info {
padding: 1.25rem 1rem;
text-align: center;
}
.card-info-left {
display: flex;
align-items: flex-end;
}
.card-info-left .card-info {
text-align: left;
width: calc(100% - 3rem);
padding-bottom: 0;
padding-left: 0;
padding-top: 1rem;
}
.card-info-left .card-rating, .card-info-left .card-prices {
justify-content: flex-start;
}
.card-info-wide {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card-info-btn {
display: flex;
align-items: flex-end;
}
.card-rating {
display: flex;
justify-content: center;
color: var(--alert-warning);
margin-bottom: 0.625rem;
line-height: 1;
height: 1.125rem;
}
.card-rating-middle {
height: 1.5rem;
}
.card-posted-in {
text-transform: uppercase;
font-size: 0.75rem;
line-height: 1;
margin-bottom: 0.625rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.card-posted-in a {
color: var(--text-primary);
text-decoration: none;
}
.card-posted-in a:hover {
color: var(--accent-color);
}
.card-heading {
margin-bottom: 0.625rem;
}
.card-heading a {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.card-desc {
margin-bottom: 0.625rem;
}
.card-desc p {
margin: 0;
}
.card-prices {
display: flex;
align-items: center;
justify-content: center;
font-family: var(--heading-font-family);
line-height: 1.4;
}
.card-price {
font-weight: 600;
font-size: 1.125rem;
color: var(--accent-color);
}
.card-old-price {
margin-right: 0.5rem;
color: var(--text-secondary);
text-decoration: line-through;
}
.card-quantity {
position: relative;
width: 4.5rem;
}
.card-quantity input {
width: 100%;
margin-bottom: 0;
-moz-appearance: textfield;
}
.card-quantity input::-webkit-outer-spin-button, .card-quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.card-btn-icon {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
min-width: 3rem;
width: 3rem;
height: 3rem;
border-radius: var(--el-border-radius-min);
background: var(--el-gradient-end);
background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
color: var(--background-color);
}
.card-footer {
margin-top: 0.25rem;
display: flex;
justify-content: center;
}
.card-footer-abs {
position: relative;
left: 0;
top: 1.55em;
margin-top: -1.25rem;
font-size: 0.875rem;
z-index: 2;
}
.card-footer-abs .btn {
display: block;
font-size: 0.875rem;
}
.card-footer-hide {
position: absolute;
left: 0;
top: 100%;
width: 100%;
margin-top: 0;
background-color: var(--background-color);
border-bottom-left-radius: var(--el-border-radius);
border-bottom-right-radius: var(--el-border-radius);
box-shadow: var(--el-box-shadow);
opacity: 0;
padding-bottom: 1.5rem;
visibility: hidden;
transition: all 0.2s;
z-index: 1;
}
.card-footer-hide::after {
content: "";
position: absolute;
left: 0;
bottom: 100%;
width: 100%;
height: 2.5rem;
background-color: var(--background-color);
}
.card-preview-info .card-heading {
font-size: 1.75rem;
margin-bottom: 1rem;
}
.card-preview-info .card-heading a {
text-decoration: none;
color: var(--text-primary);
}
.card-preview-info .card-heading a:hover {
color: var(--accent-color);
}
.card-preview-info .card-prices {
justify-content: flex-start;
}
.card-preview-info .card-prices .card-price {
font-size: 1.625rem;
}
.card-preview-info .card-prices .card-old-price {
margin-left: 1.25rem;
margin-right: 0;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
.card-item-wide .card {
display: block;
}
.card-item-wide .card-image {
height: auto;
width: 100%;
min-width: 100%;
}
.card-item-wide .card-image::after {
content: "";
}
.card-item-wide .card-info {
padding: 1.25rem 1rem 1.5rem;
text-align: center;
}
.card-item-wide .card-rating,
.card-item-wide .card-prices {
justify-content: center;
}
.card-item-wide .card-info-btn {
justify-content: center;
}
}
@media (max-width: 575.98px) {
.card {
max-width: 290px;
margin-left: auto;
margin-right: auto;
}
} .product-carusel {
margin-bottom: 3rem;
}
.cp-item {
margin-bottom: 1.5rem;
}
.cp-item p {
margin-bottom: 0;
}
.pcth-item {
width: 6.875rem;
height: 6.875rem;
margin: 1rem 0 0 1rem;
}
.pcth-item:first-child {
margin-left: 0;
}
.pcth-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pcth-item.is-nav-selected, .pcth-item:hover {
border-color: var(--accent-color);
}
.product-info {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 3rem;
min-height: 33.625rem;
}
.inventory-status {
color: var(--alert-success);
text-transform: uppercase;
font-size: 0.875rem;
}
.inventory-status.out-stock {
color: var(--alert-danger);
}
.inventory-status.available-backorder {
color: var(--alert-success);
}
.card-page-heading {
margin-bottom: 1.25rem;
}
.card-page-heading2 {
margin-bottom: 0.5rem;
}
.card-page-rating {
display: flex;
align-items: center;
line-height: 1;
margin-bottom: 1.5rem;
}
.card-page-rating .card-rating {
margin-bottom: 0;
}
.card-page-reviews {
color: var(--text-secondary);
margin-left: 1rem;
text-decoration: none;
padding-top: 0.125rem;
}
.card-page-reviews a {
color: var(--text-secondary);
text-decoration: none;
}
.card-page-reviews a:hover {
color: var(--accent-color);
}
.card-page-prices {
justify-content: flex-start;
margin-bottom: 1.5rem;
}
.card-page-prices .card-price {
font-size: 1.625rem;
}
.card-page-prices .card-old-price {
margin-left: 1rem;
font-size: 1.125rem;
}
.card-page-quantity {
width: 5rem;
}
table.card-page-grouped {
margin-bottom: 0.75rem;
border-bottom: none;
}
table.card-page-grouped tbody tr {
background-color: transparent;
}
table.card-page-grouped tbody tr td {
padding: 0.75rem 0.625rem;
}
table.card-page-grouped tbody tr td:last-child {
text-align: right;
padding-right: 0;
}
table.card-page-grouped tbody tr td:first-child {
padding-left: 0;
}
table.card-page-grouped tbody tr td.cpgrop-first {
min-width: 8.125rem;
max-width: 8.125rem;
}
table.card-page-grouped tbody tr td.cpgrop-first .btn {
padding-left: 1rem;
padding-right: 1rem;
}
table.card-page-grouped tbody tr td.cpgrop-card {
display: flex;
align-items: center;
}
table.card-page-grouped tbody tr td.cpgrop-card .card-image {
width: 3rem;
margin-right: 1rem;
border-radius: var(--el-border-radius-min);
}
table.card-page-grouped tbody tr td.cpgrop-card a {
text-decoration: none;
color: var(--text-primary);
line-height: 1.3;
}
table.card-page-grouped tbody tr td.cpgrop-card a:hover {
color: var(--accent-color);
}
table.card-page-grouped .card-page-quantity {
width: 100%;
}
.cpq-btn {
position: absolute;
right: 0;
display: flex;
align-items: center;
justify-content: center;
border: none;
height: 50%;
width: 2rem;
background-color: transparent;
padding: 0;
color: var(--text-secondary);
overflow: hidden;
transition: all 0.2s;
}
.cpq-btn:hover {
color: var(--accent-color);
}
.cpq-btn:focus {
outline: none;
}
.cpq-minus {
bottom: 0;
padding-bottom: 0.625rem;
}
.cpq-plus {
top: 0;
padding-top: 0.625rem;
}
.card-page-actions {
border-bottom: 1px solid var(--border-color);
}
.cpa-row {
display: flex;
flex-wrap: wrap;
margin-left: -2rem;
}
.cpa-btn {
display: flex;
align-items: center;
margin-left: 2rem;
margin-bottom: 1.5rem;
padding: 0;
border: none;
background-color: transparent;
transition: all 0.2s;
}
.cpa-btn:focus {
outline: none;
}
.cpa-btn:hover {
color: var(--accent-color);
}
.cpa-btn:hover .cpa-btn-icon {
border-color: var(--accent-color);
color: var(--accent-color);
}
.cpa-btn.active {
color: var(--accent-color);
}
.cpa-btn.active .cpa-btn-icon {
background-color: var(--accent-color);
border-color: var(--accent-color);
color: var(--background-color);
}
.cpa-btn-icon {
display: flex;
align-items: center;
justify-content: center;
width: 2.25rem;
height: 2.25rem;
margin-right: 0.5rem;
border-radius: var(--el-border-radius-min);
border: 1px solid var(--border-color);
transition: all 0.2s;
}
.card-page-meta > li {
display: flex;
align-items: center;
margin-bottom: 0.75rem;
}
.card-page-meta > li:last-child {
margin-bottom: 0;
}
.card-page-meta > li > b, .card-page-meta > li > strong {
margin-right: 0.5rem;
}
.card-page-meta > li a {
color: var(--text-primary);
text-decoration: none;
}
.card-page-meta > li a:hover {
color: var(--accent-color);
}
.related-products-row {
margin-top: 3rem;
}
.product-info-is {
display: block;
margin-bottom: 1rem;
}
.card-page-variations > li {
display: flex;
align-items: center;
}
.cpvar-label {
min-width: 5rem;
margin-right: 1.25rem;
font-weight: bold;
}
.cpvar-res {
justify-content: space-between;
align-items: center;
}
.cpvar-res .card-page-prices {
margin-bottom: 0;
}
.cpvar-res a {
display: flex;
align-items: center;
color: var(--alert-danger);
text-decoration: none;
}
.cpvar-res a i {
margin-right: 0.25rem;
}
.cpvar-res a:hover span {
text-decoration: underline;
}
@media (max-width: 1199.98px) {
.product-info {
display: block;
min-height: auto;
}
.card-page-heading h1 {
font-size: 2rem;
}
}
@media (max-width: 991.98px) {
.section-single-product {
padding-top: 2.5rem;
}
.product-carusel {
margin-bottom: 2rem;
}
.product-info .btn.btn-w240 {
width: 100%;
}
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
.card-page-heading h1,
.card-page-heading2 h1 {
font-size: 1.75rem;
}
.card-page-meta > li {
margin-bottom: 1rem;
}
}
@media (max-width: 575.98px) {
.pcth-item {
width: 6.25rem;
height: 6.25rem;
}
}
@media only screen and (max-width: 480px) {
table.card-page-grouped {
display: block;
margin-bottom: 1.5rem;
}
table.card-page-grouped tbody, table.card-page-grouped tr, table.card-page-grouped td {
display: block;
}
table.card-page-grouped tbody tr {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid var(--border-color);
}
table.card-page-grouped tbody tr:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
table.card-page-grouped tbody tr td {
padding: 0;
}
table.card-page-grouped tbody tr td.cpgrop-first {
width: 100%;
min-width: 100%;
max-width: 100%;
margin-bottom: 1rem;
}
table.card-page-grouped tbody tr td.cpgrop-card {
width: 75%;
}
table.card-page-grouped tr {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
}  .card_preview_popup {
max-width: 62rem;
}
.card_preview_popup .popup {
padding: 1.75rem;
}
.card-preview-container {
display: flex;
}
.card-preview-container .card-page-rating .card-rating {
height: 1.25rem;
}
.card-preview-img {
min-width: 28.125rem;
width: 28.125rem;
}
.card-preview-info {
padding-left: 1.5rem;
}
.card-preview-info .btn {
white-space: nowrap;
padding-left: 1rem;
padding-right: 1rem;
}
.wishlist_popup {
max-width: 41.25rem;
}
.wishlist_popup .popup {
padding: 2.25rem 2rem;
}
.wishlist_popup .card-heading,
.wishlist_popup .card-price {
font-size: 1rem;
}
.wishlist_popup .cart-product .card-heading {
margin-bottom: 0.25rem;
}
.wishlist_popup .cart-product .card-image {
margin-right: 1rem;
}
.wishlist_popup .card-prices {
justify-content: flex-start;
margin-bottom: 0.375rem;
}
.wishlist_popup .inventory-status {
font-size: 0.75rem;
margin-bottom: 0;
}
.wishlist_popup .cart-table td.cart-btn {
padding: 1rem 0.5rem;
width: 4rem;
}
.wishlist_popup .cart-table td.cart-product {
width: 100%;
}
.wishlist_popup .cart-table td.cart-remove {
width: 3.5rem;
}
@media (max-width: 991.98px) {
.card-preview-container {
display: block;
}
.card-preview-img {
width: auto;
min-width: 100%;
margin-top: 1.25rem;
}
.card-preview-info {
padding-left: 0;
margin-top: 1.5rem;
}
.card_preview_popup {
max-width: 34.375rem;
}
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
.card_preview_popup {
max-width: 30rem;
}
}
@media (max-width: 575.98px) {
.card_preview_popup .popup {
padding: 1.75rem 1rem;
}
}
@media only screen and (max-width: 360px) {
.card-preview-info .btn i {
display: none;
}
}  .cat-margin-outer {
margin-bottom: -1.25rem;
}
.cat-margin {
margin-bottom: 1.25rem;
}
.cat-item {
display: block;
color: var(--text-primary);
text-decoration: none;
text-align: center;
}
.cat-item:hover {
color: var(--text-primary);
}
.cat-item-img {
display: flex;
justify-content: center;
border-bottom: 1px dashed var(--border-color);
}
.cat-item-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.cat-item-info {
padding: 1.5rem 1rem;
}
.cat-item-heading {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.cat-item-total {
font-size: 0.75rem;
text-transform: uppercase;
color: var(--accent-color);
margin-top: 0.25rem;
}
.cat-full-mt {
margin-top: 3rem;
}
.cat-bg {
position: relative;
display: flex;
height: 18.75rem;
color: var(--text-primary);
text-decoration: none;
padding: 1.5rem 1.25rem;
}
.cat-bg.cat-bg-bottom-right {
align-items: flex-end;
justify-content: flex-end;
text-align: right;
}
.cat-bg:hover {
color: var(--text-primary);
}
.cat-bg:hover .cat-bg-img img {
transform: scale(1.1);
}
.cat-bg-h2 {
height: 38.75rem;
}
.cat-bg-h2 .cat-bg-heading {
font-size: 2rem;
}
.cat-bg-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.cat-bg-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.01);
transition: all 1s;
}
.cat-bg-info {
position: relative;
z-index: 1;
}
.cat-bg-heading {
font-size: 1.375rem;
}
.cat-bg-subtitle {
font-size: 0.875rem;
text-transform: uppercase;
color: var(--accent-color);
}
.catt-item {
display: flex;
align-items: center;
}
.catt-item-img {
width: 15rem;
min-width: 15rem;
height: 15rem;
padding: 1rem;
}
.catt-item-img img {
border-radius: var(--el-border-radius-min);
}
.catt-item-info {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 1.5rem 1rem 1.5rem 0.5rem;
width: 100%;
height: 100%;
}
.catt-item-links {
margin: 1rem 0;
}
.catt-item-links li {
display: flex;
margin-bottom: 0.125rem;
}
.catt-item-links li:last-child {
margin-bottom: 0;
}
.catt-item-links li a {
text-decoration: none;
color: var(--text-primary);
}
@media (max-width: 575.98px) {
.cat-item {
display: flex;
align-items: center;
text-align: left;
}
.cat-item-img {
min-width: 11.875rem;
width: 11.875rem;
height: 9.375rem;
border-bottom: none;
}
.cat-item-info {
padding: 1.25rem;
}
.cat-item-heading {
white-space: inherit;
}
}
@media only screen and (max-width: 420px) {
.cat-item-img {
min-width: 9.375rem;
width: 9.375rem;
}
.catt-item-img {
width: 10rem;
min-width: 10rem;
height: 10rem;
}
}
@media only screen and (max-width: 360px) {
.catt-item {
display: block;
text-align: center;
}
.catt-item .wrapp-btn-link {
justify-content: center;
}
.catt-item-img {
width: 12rem;
min-width: 12rem;
height: 12rem;
margin: 0 auto;
padding: 1.5rem;
}
.catt-item-info {
padding-top: 0;
}
.catt-item-links li {
width: 100%;
justify-content: center;
}
}
@media only screen and (max-width: 320px) {
.cat-item {
display: block;
text-align: center;
}
.cat-item-img {
margin: 0 auto;
}
} .cart-table th {
text-align: center;
}
.cart-table th:first-child {
text-align: left;
}
.cart-product {
display: flex;
align-items: center;
}
.cart-product .card-image {
min-width: 4.5rem;
width: 4.5rem;
height: 4.5rem;
margin-right: 1.5rem;
}
.cart-product .item-heading {
margin-bottom: 0;
}
.cart-product .card-heading a {
white-space: inherit;
}
.cart-quantity .card-quantity {
margin: 0 auto;
}
.cart-inventory-status .inventory-status {
margin: 0;
}
.cart-inventory-status .product-info-is {
white-space: nowrap;
}
.cart-btn .btn {
white-space: nowrap;
}
.cart-remove a {
display: block;
width: 1.5rem;
height: 1.5rem;
margin: 0 auto;
color: var(--text-primary);
}
.cart-remove a:hover {
color: var(--alert-danger);
transform: rotate(90deg);
}
.cart-footer {
margin-top: 2rem;
}
.cart-coupon {
display: flex;
}
.cart-coupon .form-field {
margin-right: 1.25rem;
margin-bottom: 0;
width: 100%;
}
.checkout-heading {
display: flex;
justify-content: space-between;
margin-bottom: 1.5rem;
}
.checkout-heading .item-heading {
margin-bottom: 0;
}
.checkout-heading .checkbox-label {
width: 1.25rem;
height: 1.25rem;
padding: 0;
}
.checkout-heading .checkbox {
margin-top: 0.375rem;
margin-left: 1rem;
}
.ch-different-address {
margin-top: 1rem;
}
.shipping_address {
display: none;
}
.payment-method-desc {
display: none;
padding-left: 1.875rem;
color: var(--text-secondary);
font-size: 0.75rem;
margin-top: 0.25rem;
}
.wishlist-link {
display: flex;
align-items: center;
}
.wishlist-link .form-field {
width: 100%;
margin: 0 1.25rem;
}
.wishlist-link-text {
white-space: nowrap;
}
.wishlist-footer-links {
display: flex;
flex-wrap: wrap;
margin: 1.25rem 0 -1rem -1rem;
}
.wishlist-footer-links > a {
display: block;
margin-left: 1rem;
margin-bottom: 1rem;
}
.wishlist-empty {
margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
table.cart-table {
display: block;
border: none;
}
table.cart-table thead {
display: none;
}
table.cart-table tbody, table.cart-table tr, table.cart-table td {
display: block;
}
table.cart-table tbody tr {
padding: 1.5rem 0;
}
table.cart-table tbody tr:first-child {
border-top: 1px solid var(--border-color);
}
table.cart-table tbody tr td {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.75rem 0;
margin-left: 6rem;
border-bottom: 1px dashed var(--border-color);
}
table.cart-table tbody tr td:first-child {
padding-top: 0;
}
table.cart-table tbody tr td:first-child::before {
content: none;
}
table.cart-table tbody tr td.cart-btn::before {
content: none;
}
table.cart-table tbody tr td.cart-btn .btn {
width: 100%;
padding-left: 1rem;
padding-right: 1rem;
}
table.cart-table tbody tr td:last-child {
padding-bottom: 0;
border-bottom: none;
}
table.cart-table tbody tr td::before {
content: attr(data-title) ":";
}
table.cart-table tbody tr:hover {
background-color: transparent;
}
table.cart-table tr {
position: relative;
}
table.cart-table .cart-product .card-image {
position: absolute;
left: 0;
top: 1.5rem;
}
table.cart-table .card-prices {
justify-content: flex-start;
}
table.cart-table .card-quantity {
margin: 0;
}
table.cart-table .cart-remove a {
margin: 0;
}
table.cart-table .card-heading {
margin-bottom: 0.5rem;
}
.wishlist-link {
display: block;
border: 1px dashed var(--border-color);
border-radius: var(--el-border-radius-min);
padding: 1.5rem;
}
.wishlist-link .form-field {
margin: 0.5rem 0 1rem;
}
.wishlist-link .btn {
width: 100%;
}
.wishlist_popup .cart-table td.cart-product {
width: auto;
}
.wishlist_popup .cart-table td.cart-btn, .wishlist_popup .cart-table td.cart-product, .wishlist_popup .cart-table td.cart-remove {
width: auto;
}
.wishlist_popup .cart-table td.cart-btn {
padding: 0.75rem 0;
}
.wishlist_popup .cart-table td.cart-btn .d-md-none {
width: 100%;
}
}
@media only screen and (max-width: 480px) {
.cart-coupon {
display: block;
border: 1px dashed var(--border-color);
border-radius: var(--el-border-radius-min);
padding: 1.5rem;
}
.cart-coupon .form-field {
margin-right: 0;
margin-bottom: 1rem;
}
.cart-coupon .btn {
width: 100%;
}
.wishlist_popup .popup {
padding-left: 1rem;
padding-right: 1rem;
}
.wishlist-footer-links {
display: block;
}
}.woocommerce .col-1, .woocommerce .col-2 {
display: block;
max-width: 100%;
}
.woocommerce-account h2, .woocommerce-account h3,
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
margin-bottom: 1.25rem;
}
.woocommerce-account h2,
.woocommerce-checkout h2 {
font-size: 1.5rem;
}
.woocommerce-account h3,
.woocommerce-checkout h3 {
font-size: 1.25rem;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
margin: 0 -15px;
width: auto;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
width: 50%;
padding: 0 15px;
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
clear: none;
}
.article .woocommerce ul li {
padding-left: 0;
}
.article .woocommerce ul li::before {
content: none;
}
.article .woocommerce ul li.woocommerce-notice {
padding-left: 1rem;
}
.woocommerce-page .table-responsive-outer::after {
content: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
content: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
padding-left: 0;
}
.woocommerce-cart .woocommerce table.shop_table tr:last-child {
background: none;
font-size: 1.125rem;
}
.woocommerce table.shop_table {
border-collapse: collapse;
border: 1px solid var(--border-color);
overflow: hidden;
}
.woocommerce table.shop_table tr {
border-collapse: collapse;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
padding: 1rem;
}
.woocommerce table.shop_table td {
border-top: 1px solid var(--border-color);
}
.woocommerce-Price-amount {
font-family: var(--heading-font-family);
font-weight: 600;
}
.shop_table .woocommerce-Price-amount {
color: var(--accent-color);
font-size: 1.125rem;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
padding-left: 0;
padding-right: 0;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
border-radius: calc(var(--el-border-radius) * 0.6);
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
padding: calc(0.75em - 1px) 1rem;
border: 1px solid var(--border-color);
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: auto;
min-width: 10rem;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
margin: 0 1rem 0 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
border-top: 1px solid var(--border-color);
}
.woocommerce span.onsale {
position: relative;
top: inherit;
left: inherit;
min-width: inherit;
min-height: inherit;
line-height: inherit;
font-size: 0.625rem;
text-transform: uppercase;
padding: 0.125rem 0.375rem;
margin: 0 0 0.5rem 0.5rem;
color: var(--alert-danger);
font-weight: bold;
white-space: nowrap;
border-radius: var(--el-border-radius-min);
background-color: transparent;
overflow: hidden;
z-index: 1;
}
.woocommerce span.onsale::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--background-color);
pointer-events: none;
z-index: -1;
}
.woocommerce span.onsale::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--alert-danger);
border-radius: var(--el-border-radius-min);
opacity: 0.1;
}
.single-product.woocommerce .product > span.onsale {
position: absolute;
left: 0.5rem;
top: 1rem;
font-size: 0.8125rem;
}
.woocommerce ul.products li.product .onsale {
margin: 0 0 0 0.5rem;
}
.woocommerce ul.products li.product a img {
height: 100%;
width: 100%;
margin: 0;
}
.woocommerce ul.products li.product:hover {
z-index: 2;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 100%;
}
}
.woocommerce-product-search {
position: relative;
}
.header-search-form .wp-element-button {
position: absolute;
right: 0.625rem;
top: 50%;
transform: translateY(-50%);
padding: 0;
margin: 0;
color: var(--text-primary);
border: none;
background: none;
cursor: pointer;
display: flex;
align-items: center;
height: 1.375rem;
width: 1.375rem;
overflow: hidden;
text-indent: 2rem;
transition: all 0.2s;
}
.header-search-form .wp-element-button::after {
content: "\e8b6";
position: absolute;
left: 0;
top: 0;
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
line-height: 1;
font-size: 1.375rem;
height: 1.375rem;
width: 1.375rem;
text-indent: 0;
transition: all 0.2s;
}
.header-search-form .wp-element-button:hover {
color: var(--accent-color);
}
.header-search-form .wp-element-button:focus {
outline: none;
}
.header-search-form .wp-element-button:active::after {
transform: scale(0.8);
} .header-actions > li > a {
text-decoration: none;
}  .woocommerce .woocommerce-customer-details address {
border: 1px solid var(--border-color);
border-radius: var(--el-border-radius);
text-align: left;
width: 100%;
padding: 0.75rem 1rem;
}  .btn:disabled {
pointer-events: none;
opacity: 0.5;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
position: relative;
display: inline-block;
text-align: center;
font-size: 1rem;
font-weight: var(--font-weight);
font-family: var(--font-family);
color: var(--background-color);
fill: var(--background-color);
background: var(--el-gradient-end);
text-decoration: none;
padding: 0.75em 1.75em;
line-height: var(--line-height);
border-radius: var(--el-border-radius-min);
outline: none;
border: none;
cursor: pointer;
overflow: hidden;
transition: all 0.2s;
}
.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce a.button.alt:disabled,
.woocommerce button.button.alt:disabled,
.woocommerce input.button.alt:disabled {
pointer-events: none;
opacity: 0.5;
}
.woocommerce .coupon button.button,
.woocommerce .woocommerce-form-coupon button.button {
background: transparent;
color: var(--text-primary);
fill: var(--text-primary);
}
.woocommerce .coupon button.button:hover,
.woocommerce .woocommerce-form-coupon button.button:hover {
background: var(--text-primary);
color: var(--background-color);
}
.woocommerce .coupon button.button::before,
.woocommerce .woocommerce-form-coupon button.button::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 1px solid var(--text-primary);
border-radius: var(--el-border-radius-min);
overflow: hidden;
}
.woocommerce .coupon button.button .el-ripple-circle,
.woocommerce .woocommerce-form-coupon button.button .el-ripple-circle {
background: var(--text-primary);
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
color: var(--background-color);
fill: var(--background-color);
background: var(--el-gradient-start);
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 1.125rem;
padding: 0.75em 1.75em;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
padding: 0.75em 1.75em;
color: var(--background-color);
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
background: var(--el-gradient-start);
color: var(--background-color);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
padding: 0.75em 1.75em;
}
aside .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
font-size: 0.875rem;
}  .select select {
margin: 0;
}
select {
font-size: 1rem;
line-height: var(--line-height);
}
.woocommerce form .form-row label {
line-height: 1;
margin-bottom: 0.375rem;
}
.woocommerce form .form-row {
padding: 0;
margin: 0 0 1.5rem;
}
.woocommerce form .form-row .select2-container {
width: 100% !important;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: calc(50% - 10px);
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
display: flex;
align-items: center;
justify-content: center;
top: 50%;
right: 0.5rem;
transform: translateY(-50%);
height: 1.5rem;
width: 1.5rem;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
content: "\e8f4";
color: var(--text-secondary);
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
content: "\e8f5";
font-family: "Material Icons Outlined";
margin: 0;
font-size: 1rem;
color: var(--text-secondary);
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border-color: var(--border-color);
padding: 2rem 1.5rem;
border-radius: var(--el-border-radius);
}
.woocommerce form.checkout_coupon .form-row {
margin-bottom: 0;
}
.woocommerce form.checkout_coupon p {
margin-bottom: 1rem;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
line-height: var(--line-height);
}
.woocommerce form .form-row em, .woocommerce-page form .form-row em {
font-size: 0.875rem;
color: var(--text-secondary);
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
position: relative;
display: block;
}
.woocommerce form .form-row label.checkbox input[type=checkbox], .woocommerce-page form .form-row label.checkbox input[type=checkbox] {
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 0;
height: 0;
visibility: hidden;
opacity: 0;
}
.woocommerce form .form-row label.checkbox input[type=checkbox]:hover + .woocommerce-terms-and-conditions-checkbox-text::before, .woocommerce-page form .form-row label.checkbox input[type=checkbox]:hover + .woocommerce-terms-and-conditions-checkbox-text::before {
border-color: var(--accent-color);
}
.woocommerce form .form-row label.checkbox input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text::after, .woocommerce-page form .form-row label.checkbox input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text::after {
opacity: 1;
}
.woocommerce form .form-row label.checkbox input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text::before, .woocommerce-page form .form-row label.checkbox input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text::before {
border-color: var(--accent-color);
}
.woocommerce form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text, .woocommerce-page form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text {
position: relative;
font-size: 0.9375rem;
font-weight: var(--font-weight);
color: var(--text-primary);
line-height: 1.25rem;
margin: 0;
padding: 0.0625rem 0 0 1.875rem;
cursor: pointer;
}
.woocommerce form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text::before, .woocommerce-page form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text::before {
content: "";
position: absolute;
left: 0;
top: 0;
display: flex;
width: 1.25rem;
height: 1.25rem;
min-width: 1.25rem;
border: 1px solid var(--border-color);
fill: var(--accent-color);
color: var(--accent-color);
border-radius: 0.25rem;
transition: all 0.2s;
}
.woocommerce form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text::after, .woocommerce-page form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text::after {
content: "\e5ca";
position: absolute;
left: 0;
top: 0;
font-family: "Material Icons";
text-align: center;
font-size: 1rem;
width: 1.25rem;
height: 1.25rem;
line-height: 1.25rem;
color: var(--accent-color);
opacity: 0;
transition: all 0.2s;
}
.woocommerce form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text a, .woocommerce-page form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text a {
display: inline-block;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select, .woocommerce-page form .form-row.woocommerce-validated .select2-container,
.woocommerce-page form .form-row.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.woocommerce-validated select {
border-color: var(--alert-success);
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select, .woocommerce-page form .form-row.woocommerce-invalid .select2-container,
.woocommerce-page form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.woocommerce-invalid select {
border-color: var(--error-color);
}
.woocommerce form .form-row.woocommerce-invalid label, .woocommerce-page form .form-row.woocommerce-invalid label {
color: var(--error-color);
}
.woocommerce form .form-row.woocommerce-invalid label.checkbox .woocommerce-terms-and-conditions-checkbox-text, .woocommerce-page form .form-row.woocommerce-invalid label.checkbox .woocommerce-terms-and-conditions-checkbox-text {
color: var(--error-color);
}
.woocommerce form .form-row.woocommerce-invalid label.checkbox .woocommerce-terms-and-conditions-checkbox-text::before, .woocommerce-page form .form-row.woocommerce-invalid label.checkbox .woocommerce-terms-and-conditions-checkbox-text::before {
border-color: var(--error-color);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
float: none;
width: 100%;
margin-top: 1rem;
}
.woocommerce-LostPassword {
margin: 0;
}  .woocommerce-form-coupon-toggle .woocommerce-info {
margin-bottom: 2rem;
}
.woocommerce-notices-wrapper {
margin-bottom: 0;
}
.woocommerce-notices-wrapper .woocommerce-info:last-child,
.woocommerce-notices-wrapper .woocommerce-error:last-child,
.woocommerce-notices-wrapper .woocommerce-message:last-child {
margin-bottom: 2rem;
}
.woocommerce .woocommerce-error {
padding: 1rem 1rem 0.875rem 3rem;
margin: 0 0 1rem;
}
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
position: relative;
padding: 1rem 1rem 0.875rem 3rem !important;
display: flex;
justify-content: space-between;
border: none;
border-radius: var(--el-border-radius);
color: var(--text-primary);
font-size: 1rem;
line-height: 1.33;
margin: 0 0 1rem;
background: transparent;
overflow: hidden;
}
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-message::before {
font-family: "Material Icons Outlined";
font-size: 1.25rem;
left: 1rem;
top: 0.75rem;
color: var(--alert-primary);
}
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-message::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--alert-primary);
opacity: 0.1;
pointer-events: none;
}
.woocommerce-info a.button, .woocommerce-info .btn,
.woocommerce-error a.button,
.woocommerce-error .btn,
.woocommerce-message a.button,
.woocommerce-message .btn {
padding: 0;
background: transparent;
color: var(--accent-color);
order: 2;
margin-left: 0.75rem;
white-space: nowrap;
flex-shrink: 0;
}
.woocommerce-info a.button:hover, .woocommerce-info .btn:hover,
.woocommerce-error a.button:hover,
.woocommerce-error .btn:hover,
.woocommerce-message a.button:hover,
.woocommerce-message .btn:hover {
background: transparent;
text-decoration: underline;
}
.woocommerce-info a.button .el-ripple-circle, .woocommerce-info .btn .el-ripple-circle,
.woocommerce-error a.button .el-ripple-circle,
.woocommerce-error .btn .el-ripple-circle,
.woocommerce-message a.button .el-ripple-circle,
.woocommerce-message .btn .el-ripple-circle {
display: none;
}
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-message li {
margin: 0;
}
.article .woocommerce ul.woocommerce-error li {
margin: 0;
}
.article .woocommerce .woocommerce-NoticeGroup ul li {
margin-bottom: 0.375rem;
}
.article .woocommerce .woocommerce-NoticeGroup ul li:last-child {
margin-bottom: 0;
}
ul.woocommerce-info,
ul.woocommerce-error,
ul.woocommerce-message {
display: block;
}
.woocommerce-info::before {
content: "\e88e";
}
.woocommerce-info.cart-empty::before {
content: "\e928";
}
.woocommerce-error::before {
content: "\e000";
color: var(--alert-danger);
}
.woocommerce-error::after {
background-color: var(--alert-danger);
}
.woocommerce-message::before {
content: "\e5ca";
font-family: "Material Icons Outlined";
color: var(--alert-success);
font-size: 1.25rem;
}
.woocommerce-message::after {
background-color: var(--alert-success);
}
.woocommerce .woocommerce-message a.button {
font-size: 0.875rem;
}  .woocommerce-MyAccount-navigation ul,
.account-navigation ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.woocommerce-MyAccount-navigation ul li,
.account-navigation ul li {
margin-bottom: 0.75rem;
}
.woocommerce-MyAccount-navigation ul li:last-child,
.account-navigation ul li:last-child {
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a,
.account-navigation ul li:hover a,
.account-navigation ul li.is-active a {
color: var(--accent-color);
}
.woocommerce-MyAccount-navigation ul li a,
.account-navigation ul li a {
display: flex;
align-items: center;
color: var(--text-primary);
text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a::before,
.account-navigation ul li a::before {
font-family: "Material Icons Outlined";
font-size: 1.25rem;
height: 1.25rem;
width: 1.25rem;
min-width: 1.25rem;
margin: -0.125rem 0.5rem 0 0;
line-height: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before, .woocommerce-MyAccount-navigation ul li.account-navigation-item-dashboard a::before,
.account-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before,
.account-navigation ul li.account-navigation-item-dashboard a::before {
content: "\e871";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before, .woocommerce-MyAccount-navigation ul li.account-navigation-item-orders a::before,
.account-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before,
.account-navigation ul li.account-navigation-item-orders a::before {
content: "\e179";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before, .woocommerce-MyAccount-navigation ul li.account-navigation-item-subscriptions a::before,
.account-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before,
.account-navigation ul li.account-navigation-item-subscriptions a::before {
content: "\e064";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before, .woocommerce-MyAccount-navigation ul li.account-navigation-item-downloads a::before,
.account-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before,
.account-navigation ul li.account-navigation-item-downloads a::before {
content: "\e2c4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before, .woocommerce-MyAccount-navigation ul li.account-navigation-item-edit-address a::before,
.account-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before,
.account-navigation ul li.account-navigation-item-edit-address a::before {
content: "\e55f";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before, .woocommerce-MyAccount-navigation ul li.account-navigation-item-edit-account a::before,
.account-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before,
.account-navigation ul li.account-navigation-item-edit-account a::before {
content: "\f02e";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before, .woocommerce-MyAccount-navigation ul li.account-navigation-item-logout a::before,
.account-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before,
.account-navigation ul li.account-navigation-item-logout a::before {
content: "\e9ba";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens a::before,
.account-navigation ul li.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens a::before {
content: "\f041";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a::before,
.account-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a::before {
content: "\ea4f";
}
.article .woocommerce .woocommerce-MyAccount-navigation ul li {
margin-bottom: 0.75rem;
}
.article .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
margin-bottom: 0;
}
.woocommerce-account .btn, .woocommerce-account .woocommerce a.button, .woocommerce-account .woocommerce button.button {
font-size: 0.875rem;
}
.woocommerce-account .woocommerce table.shop_table tr {
font-size: 1rem;
}
.woocommerce-account .woocommerce table.shop_table tr:last-child {
font-size: 1rem;
}
.woocommerce-account mark {
padding: 0;
background: transparent;
color: var(--accent-color);
}
.woocommerce-account legend {
font-size: 1.125rem;
display: block;
font-weight: bold;
margin-bottom: 1rem;
}
.woocommerce-MyAccount-navigation {
background-color: var(--background-secondary-color);
border-radius: var(--el-border-radius);
padding: 1.5rem 1rem;
}
.woocommerce-MyAccount-content fieldset {
margin-bottom: 1.5rem;
padding: 0 1.5rem 1.5rem;
border: 1px solid var(--border-color);
border-radius: var(--el-border-radius-min);
}
.woocommerce-MyAccount-content fieldset .form-row:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 26%;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 74%;
padding-left: 30px;
}
}
@media only screen and (min-width: 1200px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 22%;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 78%;
}
}
@media only screen and (max-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
margin-bottom: 2rem;
}
.woocommerce-account .woocommerce-customer-details {
margin-top: 1rem;
}
.woocommerce-page.woocommerce-account .col2-set {
margin: 0;
width: 100%;
}
.woocommerce-page.woocommerce-account .col2-set .col-1, .woocommerce-page.woocommerce-account .col2-set .col-2 {
width: 100%;
padding: 0;
}
.woocommerce-page.woocommerce-account .col2-set .col-1 {
margin-bottom: 2rem;
}
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
margin-bottom: 0;
}
} .woocommerce div.product .stock {
color: var(--alert-success);
text-transform: uppercase;
font-size: 0.875rem;
margin-bottom: 1.5rem;
}
.woocommerce div.product .stock.out-of-stock {
color: var(--alert-danger);
} .woocommerce div.product .product_title {
margin-bottom: 1.25rem;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
font-size: 1.625rem;
color: var(--accent-color);
font-weight: 600;
font-family: var(--heading-font-family);
line-height: var(--heading-line-height);
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
opacity: 1;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
font-weight: 600;
}
.summary .price {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0 0 1.5rem 0;
}
.summary .price ins, .summary .price bdi {
text-decoration: none;
}
.summary .price del {
font-size: 1.125rem;
color: var(--text-secondary);
order: 2;
margin-left: 1rem;
}
.woocommerce-product-details__short-description {
margin-bottom: 1.5rem;
}
.woocommerce-product-details__short-description p {
margin: 0;
}
.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
display: block;
font-weight: bold;
margin: 0.75rem 0;
}
.product_meta .sku_wrapper .sku {
font-weight: normal;
}
.product_meta .posted_in a,
.product_meta .tagged_as a {
font-weight: normal;
color: var(--text-primary);
text-decoration: none;
}
.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
color: var(--accent-color);
}
.woocommerce .woocommerce-product-rating {
display: flex;
align-items: center;
line-height: 1;
margin-bottom: 1.5rem;
}
.woocommerce .woocommerce-product-rating .star-rating {
float: none;
margin: 0 1rem 0 0;
font-size: 1.375rem;
height: 1.375rem;
width: 6.75rem;
}
.woocommerce-review-link {
padding-top: 0.125rem;
color: var(--text-secondary);
text-decoration: none;
}
@media (min-width: 1200px) {
.woocommerce div.product form.cart .single_variation_wrap div.quantity {
width: 8rem;
min-width: 8rem;
}
}
.woocommerce div.product form.cart {
margin-bottom: 1.5rem;
display: flex;
align-items: center;
}
.woocommerce div.product form.cart div.quantity {
position: relative;
width: 6rem;
min-width: 6rem;
margin-right: 1rem;
}
.woocommerce div.product form.cart div.quantity input {
margin: 0;
width: 100%;
text-align: left;
-moz-appearance: textfield;
}
.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button, .woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce div.product form.cart .btn, .woocommerce div.product form.cart .button {
width: 100%;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 2rem;
}
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
padding: 0 0 1.5rem 0;
text-align: left;
}
.woocommerce div.product form.cart .variations tr:last-child th, .woocommerce div.product form.cart .variations tr:last-child td {
padding-bottom: 0;
}
.woocommerce div.product form.cart .variations .select::after {
border-width: 0.25rem;
border-top-width: 0.3125rem;
margin-top: -0.125rem;
}
.woocommerce div.product form.cart .variations select {
font-size: 0.875rem;
margin: 0;
}
.woocommerce div.product form.cart .variations th.label {
padding-right: 1rem;
text-transform: capitalize;
}
.woocommerce div.product form.cart .variations td {
display: table-cell;
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 1rem;
width: 7rem !important;
vertical-align: middle;
}
.woocommerce div.product form.cart.variations_form, .woocommerce div.product form.cart.grouped_form {
display: block;
}
.woocommerce div.product form.cart table {
border: none;
}
.woocommerce div.product form.cart .group_table {
margin-bottom: 1.5rem;
}
.woocommerce div.product form.cart .group_table tr:last-child td {
padding-bottom: 0;
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle;
padding-bottom: 1rem;
}
.woocommerce div.product form.cart .group_table td:first-child {
min-width: 6rem;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .quantity {
width: 100%;
min-width: 100%;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
width: 100%;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label {
margin: 0;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
font-family: var(--heading-font-family);
line-height: var(--heading-line-height);
font-weight: 600;
color: var(--text-primary);
text-decoration: none;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
color: var(--accent-color);
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price {
font-family: var(--heading-font-family);
line-height: var(--heading-line-height);
color: var(--accent-color);
font-weight: 600;
text-align: right;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price ins, .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price bdi {
text-decoration: none;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del {
font-size: 0.875rem;
color: var(--text-secondary);
}
.woocommerce div.product form.cart .group_table td .btn, .woocommerce div.product form.cart .group_table td .button {
position: relative;
display: block;
padding-left: 0.625rem;
padding-right: 0.625rem;
background: transparent;
color: var(--text-primary);
}
.woocommerce div.product form.cart .group_table td .btn::before, .woocommerce div.product form.cart .group_table td .button::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 1px solid var(--text-primary);
border-radius: var(--el-border-radius-min);
overflow: hidden;
}
.woocommerce div.product form.cart .group_table td .btn .el-ripple-circle, .woocommerce div.product form.cart .group_table td .button .el-ripple-circle {
background: var(--text-primary);
}
.woocommerce div.product form.cart .group_table td .btn span, .woocommerce div.product form.cart .group_table td .button span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.woocommerce div.product form.cart .group_table td .btn:hover, .woocommerce div.product form.cart .group_table td .button:hover {
color: var(--background-color);
}
.woocommerce div.product form.cart .group_table td .stock {
display: none;
}
.single_variation_wrap .variations_button {
display: flex;
align-items: center;
}
.woocommerce .entry-summary table tr:nth-child(even) {
background: transparent;
}
.woocommerce .entry-summary table tr td {
padding: 0;
}
body.woo-variation-swatches.wvs-show-label .variations td {
position: relative;
vertical-align: middle;
}
body.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
body.woo-variation-swatches.wvs-show-label .variations td label {
display: block;
margin: 0;
line-height: 1;
}
body.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
display: none;
}
body .color-variable-wrapper .variable-item:not(.radio-variable-item) {
width: 1.5rem;
height: 1.5rem;
}
@media (min-width: 1200px) {
.woocommerce div.product form.cart .variations th {
width: 9rem !important;
padding-right: 1rem;
}
.woocommerce div.product form.cart .variations td {
width: 100% !important;
}
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents,
body.woo-variation-swatches.wvs-style-squared .variable-items-wrapper.color-variable-wrapper .variable-item {
border-radius: 50%;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
margin-left: 0.625rem;
margin-bottom: 0.875rem;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
overflow: hidden;
}
body.woo-variation-swatches .variable-items-wrapper {
margin: 0 0 -0.875rem -0.625rem !important;
}
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
position: relative;
box-shadow: none;
margin: 0;
padding: 0;
background: transparent;
margin-left: 0.625rem;
margin-bottom: 0.875rem;
}
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
box-shadow: 0 0 0 1px var(--accent-color);
}
body.woo-variation-swatches .variable-items-wrapper.color-variable-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents,
body.woo-variation-swatches .color-variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents {
position: absolute;
left: 50%;
top: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
border-radius: 50%;
overflow: hidden;
transition: all 0.2s;
}
body.woo-variation-swatches .variable-items-wrapper.color-variable-wrapper .variable-item:not(.radio-variable-item):hover, body.woo-variation-swatches .variable-items-wrapper.color-variable-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches .color-variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
body.woo-variation-swatches .color-variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
box-shadow: 0 0 0 1px var(--accent-color);
}
body.woo-variation-swatches .variable-items-wrapper.color-variable-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-contents, body.woo-variation-swatches .variable-items-wrapper.color-variable-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents,
body.woo-variation-swatches .color-variable-items-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-contents,
body.woo-variation-swatches .color-variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents {
transform: translate(-50%, -50%) scale(0.8);
}
body.woo-variation-swatches .variable-items-wrapper.color-variable-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-contents::after, body.woo-variation-swatches .variable-items-wrapper.color-variable-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::after,
body.woo-variation-swatches .color-variable-items-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-contents::after,
body.woo-variation-swatches .color-variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::after {
opacity: 1;
}
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
display: none;
}
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
box-shadow: 0 0 0 1px var(--accent-color);
}
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-contents::after, body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::after {
opacity: 1;
}
body.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
display: block;
}
body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
padding: 0 0.75rem;
height: 2rem;
min-width: 2rem;
text-align: center;
border-radius: var(--el-border-radius-min);
box-shadow: 0 0 0 1px var(--border-color);
margin-left: 0.625rem;
margin-bottom: 0.875rem;
}
body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-contents {
display: flex;
align-items: center;
justify-content: center;
}
body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .variable-item:not(.radio-variable-item) .variable-item-contents .variable-item-span,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-contents .variable-item-span {
display: block;
font-size: 0.875rem;
padding: 0;
line-height: 1;
}
body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .variable-item:not(.radio-variable-item):hover, body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
box-shadow: 0 0 0 1px var(--accent-color);
}
body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-contents .variable-item-span, body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents .variable-item-span,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover .variable-item-contents .variable-item-span,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected .variable-item-contents .variable-item-span {
color: var(--accent-color);
}
body .wvs-has-image-tooltip::before, body [data-wvstooltip]::before {
background-color: var(--text-primary);
color: var(--background-color);
font-size: 0.875rem;
border-radius: var(--el-border-radius-min);
padding: 0.5rem;
transition: opacity 0.2s, bottom 0.2s;
}
body .wvs-has-image-tooltip::after, body [data-wvstooltip]::after {
border-top-color: var(--text-primary);
transition: opacity 0.2s, bottom 0.2s;
}
.woocommerce div.product form.cart .reset_variations {
position: absolute;
left: -2rem;
top: 50%;
transform: translateY(-50%);
display: block;
width: 1rem;
height: 1rem;
color: transparent;
overflow: hidden;
}
.woocommerce div.product form.cart .reset_variations::after {
content: "\e5cd";
font-family: "Material Icons";
position: absolute;
left: 0;
top: 0;
display: block;
width: 1rem;
height: 1rem;
line-height: 1rem;
font-size: 1rem;
color: var(--error-color);
}
.woocommerce-variation-description {
margin-bottom: 1.5rem;
}
.single-product .entry-summary button.single_add_to_cart_button {
display: flex;
align-items: center;
justify-content: center;
}
.single-product .entry-summary button.single_add_to_cart_button::before {
position: relative;
content: "\e8cc";
font-family: "Material Icons Outlined";
display: block;
font-size: 1.375rem;
height: 1.375rem;
width: 1.375rem;
line-height: 1;
margin: 0 0.5rem 0 0;
z-index: 1;
}
.single-product .entry-summary .woosc-btn,
.single-product .entry-summary .woosw-btn {
display: inline-flex;
align-items: center;
background: transparent;
outline: none;
border: none;
padding: 0;
color: var(--text-primary);
line-height: 1;
cursor: pointer;
text-decoration: none;
margin: 0 1.5rem 1rem 0;
}
.single-product .entry-summary .woosc-btn::before,
.single-product .entry-summary .woosw-btn::before {
font-family: "Material Icons Outlined";
display: inline-block;
font-size: 1.25rem;
width: 2.25rem;
height: 2.25rem;
line-height: calc(2.25rem - 2px);
text-align: center;
margin-right: 0.5rem;
border-radius: var(--el-border-radius-min);
border: 1px solid var(--border-color);
transition: all 0.2s;
}
.single-product .entry-summary .woosc-btn:hover::before,
.single-product .entry-summary .woosw-btn:hover::before {
border-color: var(--accent-color);
color: var(--accent-color);
}
.single-product .entry-summary .woosw-btn.woosw-added::before,
.single-product .entry-summary .woosc-btn.woosc-added::before {
background-color: var(--accent-color);
color: var(--background-color);
border-color: var(--accent-color);
}
.single-product .entry-summary .woosc-btn::before {
content: "\e915";
}
.single-product .entry-summary .woosw-btn::before {
content: "\e87e";
}
#woosq-popup {
border-radius: var(--el-border-radius);
overflow: hidden;
}
#woosq-popup .woocommerce div.product .product_title {
font-size: 1.75rem;
margin-bottom: 1rem;
}
#woosq-popup .woocommerce div.product p.price, #woosq-popup .woocommerce div.product span.price {
font-size: 1.5rem;
}
#woosq-popup .woocommerce div.product p.price del, #woosq-popup .woocommerce div.product span.price del {
font-size: 1rem;
}
.mfp-close {
opacity: 1;
}
.mfp-woosq .mfp-close {
display: flex;
width: 2rem;
height: 2rem;
line-height: 2rem;
top: 0.25rem;
right: 0.25rem;
}
.mfp-woosq .mfp-close::before {
content: "\e5cd";
font-family: "Material Icons";
font-size: 1.5rem;
width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
margin: auto;
font-weight: normal;
font-style: normal;
color: var(--text-primary);
transition: all 0.2s;
}
.mfp-woosq .mfp-close:hover::before {
color: var(--error-color);
}
.mfp-woosq .mfp-close:active {
top: 0.25rem;
}
#woosq-popup .thumbnails .slick-dots {
display: none !important;
}
#woosq-popup .thumbnails .slick-arrow {
width: 2.25rem;
height: 2.25rem;
background-color: var(--background-color);
color: var(--text-primary);
overflow: hidden;
border: 1px solid var(--border-color);
border-radius: var(--el-border-radius-min);
outline: none;
z-index: 1;
transition: all 0.25s;
}
#woosq-popup .thumbnails .slick-arrow::before {
line-height: 2.125rem;
}
#woosq-popup .thumbnails .slick-arrow:hover {
background-color: var(--background-color);
border-color: var(--accent-color);
color: var(--text-primary);
}
#woosq-popup .thumbnails .slick-arrow.slick-prev {
left: 0.625rem;
}
#woosq-popup .thumbnails .slick-arrow.slick-next {
right: 0.625rem;
}
.woocommerce table.shop_attributes {
text-align: left;
}
.woosc-table,
.woosc-bar {
background-color: var(--text-primary) !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
background-color: var(--background-color);
border-radius: var(--el-border-radius);
overflow: hidden;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
background-color: var(--background-secondary-color) !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr {
border-top: 1px solid var(--border-color);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
background-color: var(--background-color) !important;
transition: all 0.2s;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
font-weight: bold;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
background-color: var(--background-secondary-color) !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr table {
border: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr table tr {
background-color: transparent;
border: none;
border-bottom: 1px solid var(--border-color);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr table tr:last-child {
border: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr table tr td p {
padding: 0;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr table tr th, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr table tr td {
background-color: transparent !important;
border: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td a {
border: 1px solid var(--border-color);
border-radius: var(--el-border-radius);
overflow: hidden;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image:hover td {
background-color: var(--background-color) !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-price .woocommerce-Price-amount {
color: var(--accent-color);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-price del .woocommerce-Price-amount {
color: var(--text-secondary);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-price ins {
color: var(--accent-color);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close {
text-decoration: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
background: none;
display: flex;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon::before {
content: "\e5cd";
font-family: "Material Icons";
font-size: 1.5rem;
width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
margin: auto;
font-weight: normal;
font-style: normal;
color: var(--text-primary);
transition: all 0.2s;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close:hover .woosc-table-close-icon::before {
color: var(--error-color);
transform: rotate(90deg);
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
background-color: var(--el-gradient-start) !important;
border-radius: var(--el-border-radius-min);
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item img,
.woosc-area .woosc-inner .woosc-bar .woosc-bar-search,
.woosc-area .woosc-inner .woosc-bar .woosc-bar-settings {
border-radius: var(--el-border-radius-min);
}
[class*=hint--]:after {
background: var(--text-secondary);
color: var(--background-color);
box-shadow: none;
}
.hint--left:before {
border-left-color: var(--text-secondary);
}
.hint--right:before {
border-right-color: var(--text-secondary);
}
.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
border-top-color: var(--text-secondary);
}
.single-product .woocommerce-tabs .panel h2:first-of-type {
font-size: 1.25rem;
margin-bottom: 2rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: flex;
padding: 0;
border-bottom: 1px solid var(--border-color);
overflow: initial;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0 2.5rem 0 0;
padding: 0;
border-radius: 0;
cursor: pointer;
position: relative;
border: none;
background: none;
transition: all 0.2s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
content: "";
position: absolute;
left: 50%;
bottom: -1px;
width: 0;
height: 2px;
background-color: var(--accent-color);
box-shadow: none;
border: none;
transform: translateX(-50%);
transition: all 0.2s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
color: var(--accent-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover::after {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: var(--accent-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 0.625rem 0;
font-weight: normal;
color: var(--text-primary);
}
body.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
position: absolute;
top: 1rem;
right: 1rem;
width: 2.25rem;
height: 2.25rem;
font-size: 1rem;
border-radius: var(--el-border-radius-min);
text-indent: initial;
color: transparent;
background: var(--background-color);
overflow: hidden;
}
body.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
content: "\e8ff";
font-family: "Material Icons Outlined";
font-size: 1.5rem;
width: 1.5rem;
height: 1.5rem;
position: absolute;
top: 50%;
left: 50%;
line-height: 1;
transform: translate(-50%, -50%);
color: var(--text-primary);
border: none;
}
body.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
content: none;
}
body.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
display: none !important;
}
body.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: initial;
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
border-radius: var(--el-border-radius);
border: 1px solid var(--border-color);
overflow: hidden;
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
border: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
border-radius: var(--el-border-radius);
border: 1px solid var(--border-color);
overflow: hidden;
}
body.woocommerce div.product div.images img {
width: 100%;
height: 100%;
object-fit: cover;
}
body.woocommerce div.product div.images .flex-control-thumbs {
margin: 1rem 0 1rem -1rem;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
width: 6.25rem;
height: 6.25rem;
margin: 0 0 1rem 1rem;
background-color: var(--background-secondary-color);
border-radius: var(--el-border-radius);
}
body.woocommerce div.product div.images .flex-control-thumbs li img {
border-radius: var(--el-border-radius);
border: 1px solid var(--border-color);
transition: all 0.25s;
}
body.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
border-color: var(--accent-color);
}
body.woocommerce div.product div.images .flex-control-thumbs.slick-slider {
padding: 0 1.125rem;
margin: 1rem 0 0 0;
}
body.woocommerce div.product div.images .flex-control-thumbs.slick-slider li {
width: 6.25rem !important;
margin: 0 1rem 0 0;
margin-left: 0;
}
body.woocommerce div.product div.images .slick-arrow {
position: absolute;
top: 50%;
width: 2.25rem;
height: 2.25rem;
margin-top: -1.125rem;
background-color: var(--background-color);
overflow: hidden;
color: transparent;
border: 1px solid var(--border-color);
border-radius: var(--el-border-radius-min);
outline: none;
z-index: 1;
transition: all 0.25s;
}
body.woocommerce div.product div.images .slick-arrow:hover {
border-color: var(--accent-color);
}
body.woocommerce div.product div.images .slick-arrow::before {
font-family: "Material Icons Outlined";
font-size: 1rem;
width: 1rem;
height: 1rem;
position: absolute;
top: 50%;
left: 50%;
line-height: 1;
transform: translate(-50%, -50%);
color: var(--text-primary);
border: none;
}
body.woocommerce div.product div.images .slick-arrow.slick-prev {
left: 0;
}
body.woocommerce div.product div.images .slick-arrow.slick-prev::before {
content: "\e5e0";
}
body.woocommerce div.product div.images .slick-arrow.slick-next {
right: 0;
}
body.woocommerce div.product div.images .slick-arrow.slick-next::before {
content: "\e5e1";
}
.single-product section.related {
margin-top: 4rem;
}
.single-product section.related .products {
margin: 0 0 -1rem 0;
}  .main .sidebar-item .select2-container {
font-size: 0.875rem;
}
.main .select2-container .select2-selection--single {
overflow: hidden;
height: auto;
padding: calc(0.75em - 1px) 1rem;
}
.main .select2-container .select2-selection--single .select2-selection__rendered {
padding: 0;
overflow: initial;
}
.main .select2-container--default .select2-selection--single {
border-radius: var(--el-border-radius-min);
background: transparent;
border: 1px solid var(--border-color);
}
.main .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
right: 0.5rem;
width: 1.25rem;
height: 1.25rem;
transform: translateY(-50%);
}
.main .select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
.main .select2-container--default .select2-selection--single .select2-selection__arrow::after {
content: "\e5d7";
font-family: "Material Icons";
font-size: 1.375rem;
position: absolute;
left: 50%;
top: 50%;
margin-top: 2px;
transform: translate(-50%, -50%);
color: var(--placeholder-color);
pointer-events: none;
}
.main .select2-container--default .select2-selection--single .select2-selection__clear {
float: none;
left: -0.375rem;
}
.main .select2-container--default .select2-selection--single .select2-selection__clear:hover {
color: var(--error-color);
}
.main .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: var(--placeholder-color);
}
.main .select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--text-primary);
line-height: var(--line-height);
}
.select2-dropdown {
border-color: var(--border-color);
background-color: var(--background-color);
border-radius: var(--el-border-radius-min);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: var(--border-color);
}
.select2-search--dropdown .select2-search__field {
border-radius: var(--el-border-radius-min);
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
background-color: var(--background-secondary-color);
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: var(--accent-color);
color: var(--background-color);
} .social-links-heading {
margin-right: 0.5rem;
}
.shop-sorting .woocommerce-notices-wrapper {
flex: 0 0 100%;
max-width: 100%;
padding-right: 0.625rem;
padding-left: 0.625rem;
margin-bottom: 1.25rem;
}
.card-fhalf {
padding-bottom: 1.25rem;
}
.card-fhalf .card-footer {
position: absolute;
left: 0;
top: 100%;
width: 100%;
margin-top: -1.25rem;
z-index: 3;
}
.card-actions .woosw-btn, .card-actions .woosc-btn, .card-actions .woosq-btn {
position: relative;
display: flex;
width: 3rem;
height: 3rem;
margin-right: 0.25rem;
padding: 0;
border: none;
color: transparent;
background-color: var(--background-color);
border: 1px solid var(--border-color);
border-radius: var(--el-border-radius-min);
overflow: hidden;
cursor: pointer;
transition: all 0.2s;
}
.card-actions .woosw-btn:focus, .card-actions .woosc-btn:focus, .card-actions .woosq-btn:focus {
outline: none;
}
.card-actions .woosw-btn::before, .card-actions .woosc-btn::before, .card-actions .woosq-btn::before {
content: "none";
}
.card-actions .woosw-btn::after, .card-actions .woosc-btn::after, .card-actions .woosq-btn::after {
content: "";
position: absolute;
font-family: "Material Icons Outlined";
font-size: 1.375rem;
line-height: 2.875rem;
text-align: center;
color: var(--text-secondary);
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: var(--el-border-radius-min);
transition: all 0.2s;
}
.card-actions .woosw-btn:hover, .card-actions .woosw-btn.woosw-added, .card-actions .woosw-btn.woosc-added, .card-actions .woosc-btn:hover, .card-actions .woosc-btn.woosw-added, .card-actions .woosc-btn.woosc-added, .card-actions .woosq-btn:hover, .card-actions .woosq-btn.woosw-added, .card-actions .woosq-btn.woosc-added {
background-color: var(--accent-color);
border-color: var(--accent-color);
}
.card-actions .woosw-btn:hover::after, .card-actions .woosw-btn.woosw-added::after, .card-actions .woosw-btn.woosc-added::after, .card-actions .woosc-btn:hover::after, .card-actions .woosc-btn.woosw-added::after, .card-actions .woosc-btn.woosc-added::after, .card-actions .woosq-btn:hover::after, .card-actions .woosq-btn.woosw-added::after, .card-actions .woosq-btn.woosc-added::after {
color: var(--background-color);
}
.card-actions .woosw-btn::after {
content: "\e87e";
}
.card-actions .woosc-btn::after {
content: "\e915";
}
.card-actions .woosq-btn::after {
content: "\e417";
}
.card-footer .woosw-btn, .card-footer .woosc-btn, .card-footer .woosq-btn {
display: none;
}
.card-footer .btn {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.card-footer .btn::after {
position: absolute;
left: 50%;
top: 50%;
border: 2px solid transparent;
border-radius: 50%;
border-top: 2px solid var(--background-color);
width: 1.5rem;
height: 1.5rem;
margin-top: -0.75rem;
margin-left: -0.75rem;
opacity: 0;
animation: spin 2s linear infinite;
transition: all 0.1s;
}
.card-footer .btn.loading span {
opacity: 0;
}
.card-footer .btn.loading::after {
content: "";
opacity: 1;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.section-product-categories .woocommerce ul.products {
margin: 0 0 -1.25rem 0;
}
.section-product-categories .woocommerce ul.products li.product {
margin: 0 0 1.25rem 0;
}
.section-product-categories .section-footer {
margin-top: 1rem;
}
.section-products .woocommerce ul.products {
margin: 0 0 -2rem 0;
}
.section-products .section-footer {
margin-top: 1.5rem;
}
@media (max-width: 1199.98px) {
.section-product-categories .woocommerce ul.products.columns-4 li.product {
width: 50%;
}
.section-products-4 .woocommerce ul.products.columns-4 li.product {
width: 25%;
}
}
@media (max-width: 991.98px) {
.section-products-4 .woocommerce ul.products.columns-4 li.product {
width: 50%;
}
}
@media (max-width: 575.98px) {
.woocommerce ul.products li.product-category a {
max-width: 290px;
margin: 0 auto;
}
}
@media only screen and (max-width: 420px) {
.section-product-categories .woocommerce ul.products.columns-4 li.product {
width: 100%;
}
.section-products-4 .woocommerce ul.products.columns-4 li.product {
width: 100%;
}
}
.woocommerce ul.products li.product .price,
.card-item-wide .price {
display: flex;
align-items: center;
justify-content: center;
color: var(--accent-color);
font-size: 1.125rem;
font-weight: 600;
margin: 0;
}
.woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price bdi,
.card-item-wide .price ins,
.card-item-wide .price bdi {
text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.card-item-wide .price del {
display: block;
font-size: 1rem;
margin-right: 0.5rem;
color: var(--text-secondary);
opacity: 1;
}
.card-item-wide .price {
justify-content: flex-start;
margin-bottom: 1rem;
}
.card-prices {
color: var(--accent-color);
font-size: 1.125rem;
font-weight: 600;
}
.card-prices ins, .card-prices bdi {
text-decoration: none;
}
.card-prices del {
font-size: 1rem;
margin-right: 0.5rem;
color: var(--text-secondary);
}
.woocommerce .card-header img {
width: 100%;
height: 100%;
}
.woocommerce .star-rating {
float: none;
position: relative;
width: 5.625rem;
font-size: 1.125rem;
color: var(--alert-warning);
height: 1.125rem;
line-height: 1;
overflow: hidden;
}
.woocommerce .star-rating::before {
content: "\e83a\e83a\e83a\e83a\e83a";
font-family: "Material Icons";
color: var(--alert-warning);
}
.woocommerce .star-rating span {
display: block;
padding-top: 1.125rem;
}
.woocommerce .star-rating span::before {
content: "\e838\e838\e838\e838\e838";
font-family: "Material Icons";
position: absolute;
left: 0;
top: 0;
}
.woocommerce .products ul {
display: flex;
flex-wrap: wrap;
}
.woocommerce .products .star-rating {
float: none;
}
.woocommerce .products .card .star-rating {
margin: 0 auto 0.625rem;
}
.woocommerce ul.products {
display: flex;
flex-wrap: wrap;
width: calc(100% + var(--bs-gutter-x));
}
.woocommerce ul.products li.product {
margin: 0 0 calc(var(--bs-gutter-x) + 10px) 0;
padding-right: var(--bs-gutter-x);
}
.woocommerce ul.products li.product .star-rating {
font-size: 1.125rem;
}
.woocommerce ul.products.columns-2 li.product {
width: 50%;
}
.woocommerce ul.products.columns-3 li.product {
width: 33.3%;
}
.woocommerce ul.products.columns-4 li.product {
width: 25%;
}
.woocommerce ul.products.columns-5 li.product {
width: 20%;
}
.woocommerce ul.products.columns-6 li.product {
width: 16.6666666667%;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
margin: 0 0 0 1.25rem;
}
.woocommerce ul.product_list_widget li {
padding: 0;
margin-bottom: 0.625rem;
min-height: 2.5rem;
}
.woocommerce ul.product_list_widget li:last-child {
margin-bottom: 0;
}
.woocommerce ul.product_list_widget li .star-rating {
display: none;
}
.woocommerce ul.product_list_widget li > .woocommerce-Price-amount {
color: var(--text-primary);
}
.woocommerce ul.product_list_widget li del .woocommerce-Price-amount {
color: var(--text-secondary);
}
.woocommerce ul.product_list_widget li ins .woocommerce-Price-amount {
color: var(--text-primary);
}
.woocommerce ul.product_list_widget li a {
text-decoration: none;
color: var(--text-primary);
}
.woocommerce ul.product_list_widget li a .product-title {
font-family: var(--heading-font-family);
font-weight: var(--heading-font-weight);
line-height: var(--heading-line-height);
}
.woocommerce ul.product_list_widget li a img {
margin: 0 0 0 0.25rem;
width: 2.5rem;
min-width: 2.5rem;
border-radius: var(--el-border-radius-min);
}
.woocommerce ul.product_list_widget li a:hover {
color: var(--accent-color);
}
.products .card-heading {
margin-top: 0;
text-align: center;
}
.woocommerce-page .card-header img {
width: 100%;
height: 100%;
}
.woocommerce-page ul.products {
width: calc(100% + var(--bs-gutter-x));
}
.woocommerce-page ul.products li.product {
margin: 0 0 calc(var(--bs-gutter-x) + 10px) 0;
padding-right: var(--bs-gutter-x);
}
.woocommerce-page ul.products.columns-2 li.product {
width: 50%;
}
.woocommerce-page ul.products.columns-3 li.product {
width: 33.3%;
}
.woocommerce-page ul.products.columns-4 li.product {
width: 25%;
}
.woocommerce-page ul.products.columns-5 li.product {
width: 20%;
}
.woocommerce-page ul.products.columns-6 li.product {
width: 16.6666666667%;
}
.product .card-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: column;
width: 100%;
height: 100%;
}
.product .card-grid .card-header,
.product .card-grid .card-info {
width: 100%;
}
.product .card-grid .card-info-left .card-info {
width: calc(100% - 3rem);
}
.product .card-info {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
.product .card-info-inner {
width: 100%;
}
.card-info .woosw-btn,
.card-info .woosc-btn,
.card-info .woosq-btn {
display: block;
text-align: center;
width: 100%;
margin: 0.5rem 0;
border: none;
background: none;
padding: 0;
color: var(--accent-color);
}
.card-info .woosw-btn:last-child,
.card-info .woosc-btn:last-child,
.card-info .woosq-btn:last-child {
margin: 0.25rem 0 0;
}
.card-info .star-rating + .woosw-btn, .card-info .star-rating + .woosc-btn, .card-info .star-rating + .woosq-btn {
margin-top: 0;
}
.woocommerce .products .card.card3 .star-rating {
margin: 0 0 0.625rem;
}
.card3 .card-header .card-image,
.card4 .card-header .card-image {
border-radius: var(--el-border-radius);
border: 1px solid var(--border-color);
}
.woocommerce ul.products li.product .card-info-left .price {
justify-content: flex-start;
}
.card3 .card-info-left {
width: 100%;
}
.card3 .card-info-left .card-heading {
text-align: left;
}
.card3 .card-footer {
margin: 0;
}
.card3 .card-footer .btn {
position: relative;
display: block;
text-decoration: none;
min-width: 3rem;
width: 3rem;
height: 3rem;
overflow: hidden;
padding: 0;
white-space: nowrap;
text-overflow: initial;
}
.card3 .card-footer .btn::before {
content: "\e8cc";
font-family: "Material Icons Outlined";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: block;
font-size: 1.5rem;
height: 1.5rem;
width: 1.5rem;
color: var(--background-color);
line-height: 1;
z-index: 2;
}
.card3 .card-footer .btn span:first-child {
opacity: 0;
}
.card3 .card-footer .btn.product_type_grouped::before {
content: "\e5d3";
}
.slider-range-btn {
margin-top: 0.5rem;
}
.woocommerce a.added_to_cart {
display: none;
}
.card-info-btn .woosc-btn {
display: none;
}
.card-info-btn .btn {
white-space: nowrap;
}
.products-list .card-info-main,
.products-list .card-info-btn {
width: 100%;
}
.products-list .card-prices,
.products-list .star-rating,
.products-list .card-heading,
.products-list .card-desc {
margin-bottom: 1rem;
}
.woocommerce ul.products li.product-category a {
position: relative;
background-color: var(--background-color);
border-radius: var(--el-border-radius);
overflow: hidden;
display: block;
transition: box-shadow 0.2s;
}
.woocommerce ul.products li.product-category a:hover {
box-shadow: var(--el-box-shadow);
}
.woocommerce ul.products li.product-category a:hover::after {
border-color: transparent;
}
.woocommerce ul.products li.product-category a::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: var(--el-border-radius);
border: 1px solid var(--border-color);
overflow: hidden;
pointer-events: none;
transition: border-color 0.2s;
z-index: 1;
}
.woocommerce ul.products li.product-category a img {
margin: 0;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
font-size: 1.125rem;
color: var(--text-primary);
padding: 0;
border-top: 1px dashed var(--border-color);
padding: 1.5rem 1rem;
text-align: center;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title mark {
padding: 0;
margin: 0;
background: transparent;
color: var(--accent-color);
vertical-align: super;
font-size: 0.75rem;
} .wc-block-components-sort-select {
display: flex;
align-items: center;
justify-content: flex-end;
margin-bottom: 2rem;
}
aside .wc-block-components-sort-select {
font-size: 0.875rem;
}
.wc-block-components-sort-select__select {
margin: 0;
text-align: center;
}
.woocommerce .widget_price_filter .ui-slider {
margin: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 100%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: var(--background-secondary-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: transparent;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: var(--accent-color);
width: 1.2em;
height: 1.2em;
top: -0.5em;
}
.ui-slider-outer {
margin-bottom: 0.5rem;
padding: 0 0.6em;
}
.ui-slider {
left: 0;
width: 100%;
} @media (max-width: 1199.98px) {
.woocommerce-page ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce ul.products.columns-6 li.product {
width: 33.3%;
}
}
@media (max-width: 991.98px) {
.sidebar-filters-mob .sidebar-item-style {
padding: 0.25rem 1rem;
}
.sidebar-filters-mob .sidebar-item-style:first-child {
padding-top: 0.5rem;
}
.sidebar-filters-mob .sidebar-item-style:last-child {
padding-bottom: 0;
}
}
@media only screen and (max-width: 767.98px) {
.woocommerce-page ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce ul.products.columns-6 li.product {
width: 50%;
}
}
@media only screen and (max-width: 420px) {
.woocommerce-page ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce ul.products.columns-6 li.product {
width: 100%;
}
} .sidebar-item .mini-cart-btns a {
width: 100%;
}
.sidebar-item table {
text-align: center;
}
.sidebar-item table tr td, .sidebar-item table tr th {
padding: 0.25rem 0;
vertical-align: middle;
}
.sidebar-item ul li {
margin-bottom: 0.5rem;
}
.sidebar-item ul li a:not(.wp-block-button__link) {
color: var(--text-primary);
text-decoration: none;
}
.sidebar-item ul li a:not(.wp-block-button__link):hover {
color: var(--accent-color);
}
.sidebar-item ul li a.wc-block-components-review-list-item__text__read_more {
color: var(--text-secondary);
}
.sidebar-item ul li a.wc-block-components-review-list-item__text__read_more:hover {
color: var(--accent-color);
}
.sidebar-item ul li:last-child {
margin-bottom: 0;
}
.sidebar-item ul .cat-item {
text-align: left;
max-width: 100%;
}
.sidebar-item h2, .sidebar-item h3, .sidebar-item h4, .sidebar-item h5, .sidebar-item h6 {
font-size: 1.125rem;
margin-bottom: 1.25rem;
line-height: 1.2;
}
.wc-block-product-categories {
margin: 0;
}
.product-categories,
.woocommerce-widget-layered-nav-list,
.wc-block-product-categories-list--depth-0 {
line-height: var(--line-height);
}
.product-categories li,
.woocommerce-widget-layered-nav-list li,
.wc-block-product-categories-list--depth-0 li {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
max-width: 100%;
text-align: left;
}
.product-categories li .count,
.product-categories li .wc-block-product-categories-list-item-count,
.woocommerce-widget-layered-nav-list li .count,
.woocommerce-widget-layered-nav-list li .wc-block-product-categories-list-item-count,
.wc-block-product-categories-list--depth-0 li .count,
.wc-block-product-categories-list--depth-0 li .wc-block-product-categories-list-item-count {
font-size: 0.75rem;
margin-left: 0.75rem;
}
.product-categories li ul,
.woocommerce-widget-layered-nav-list li ul,
.wc-block-product-categories-list--depth-0 li ul {
width: 100%;
padding-left: 0.625rem;
margin-top: 0.5rem;
}
.product-categories li ul li,
.woocommerce-widget-layered-nav-list li ul li,
.wc-block-product-categories-list--depth-0 li ul li {
margin-bottom: 0.5rem;
}
.product-categories li ul li:last-child,
.woocommerce-widget-layered-nav-list li ul li:last-child,
.wc-block-product-categories-list--depth-0 li ul li:last-child {
margin-bottom: 0;
}
.product-categories li.current-cat > a,
.woocommerce-widget-layered-nav-list li.current-cat > a,
.wc-block-product-categories-list--depth-0 li.current-cat > a {
color: var(--accent-color);
}
.product-categories > li,
.woocommerce-widget-layered-nav-list > li,
.wc-block-product-categories-list--depth-0 > li {
font-size: 1rem;
margin-bottom: 0.625rem;
color: var(--text-secondary);
}
.product-categories > li:last-child,
.woocommerce-widget-layered-nav-list > li:last-child,
.wc-block-product-categories-list--depth-0 > li:last-child {
margin-bottom: 0;
}
.product-categories > li a,
.woocommerce-widget-layered-nav-list > li a,
.wc-block-product-categories-list--depth-0 > li a {
display: block;
color: var(--text-secondary);
text-decoration: none;
}
.product-categories > li a:hover,
.woocommerce-widget-layered-nav-list > li a:hover,
.wc-block-product-categories-list--depth-0 > li a:hover {
color: var(--accent-color);
}
.product-categories > li > a,
.woocommerce-widget-layered-nav-list > li > a,
.wc-block-product-categories-list--depth-0 > li > a {
color: var(--text-primary);
}
.woocommerce-widget-layered-nav-list li {
flex-wrap: nowrap;
margin-bottom: 0.5rem;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
content: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
padding: 0;
}
.wc-layered-nav-rating {
margin-bottom: 0.625rem;
padding: 0.125rem 0;
}
.wc-layered-nav-rating:last-child {
margin-bottom: 0;
}
.wc-layered-nav-rating a {
display: block;
height: 1.125rem;
overflow: hidden;
color: transparent;
}
.wc-layered-nav-rating .star-rating {
display: block;
}
.filter-by-attribute {
display: flex;
flex-wrap: wrap;
margin-left: -0.5rem;
margin-bottom: -0.5rem;
font-size: 0.875rem;
}
.filter-by-attribute > li {
margin-left: 0.5rem;
margin-bottom: 0.5rem;
}
.fbc-link {
position: relative;
display: block;
width: 1.5rem;
height: 1.5rem;
text-decoration: none;
border-radius: 50%;
overflow: hidden;
}
.fbc-link::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 50%;
border: 1px solid var(--border-color);
opacity: 0;
z-index: 1;
transition: all 0.2s;
}
.fbc-link:hover::after {
opacity: 1;
border-color: var(--accent-color);
}
.fbc-link:hover .fbc-label {
transform: translate(-50%, -50%) scale(0.75);
}
.wc-layered-nav-term.chosen .wc_nav_link {
color: var(--accent-color);
}
.wc-layered-nav-term.chosen .wc_nav_link::after {
border-color: var(--accent-color);
}
.wc_nav_link {
position: relative;
display: block;
text-decoration: none;
color: var(--text-secondary);
min-width: 2rem;
height: 2rem;
line-height: 2rem;
padding: 0 0.75rem;
text-align: center;
}
.wc_nav_link::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: var(--el-border-radius-min);
border: 1px solid var(--border-color);
transition: all 0.2s;
}
.wc_nav_link:hover {
color: var(--accent-color);
}
.wc_nav_link:hover::after {
border-color: var(--accent-color);
}
.wc-block-components-price-slider__range-input-wrapper {
background-color: var(--background-secondary-color);
box-shadow: none;
border-radius: var(--el-border-radius-min);
}
.wc-block-components-price-slider__range-input-progress {
--range-color: var(--accent-color);
border-radius: 4px;
}
.wc-block-components-price-slider {
margin: 0;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
font-size: 0.875rem;
padding-left: 0.625rem;
padding-right: 0.625rem;
border-radius: var(--el-border-radius-min) !important;
border-color: var(--border-color) !important;
}
.wc-block-components-filter-submit-button {
position: relative;
display: inline-block;
text-align: center;
font-size: 0.875rem;
font-weight: var(--font-weight);
font-family: var(--font-family);
color: var(--background-color);
fill: var(--background-color);
background: var(--el-gradient-end);
text-decoration: none;
padding: calc(0.75em - 1px) 0.75rem;
line-height: var(--line-height);
border-radius: var(--el-border-radius-min);
outline: none;
border: none;
cursor: pointer;
overflow: hidden;
transition: all 0.2s;
}
.wc-block-components-filter-submit-button:disabled {
pointer-events: none;
opacity: 0.5;
}
.wc-block-attribute-filter__button,
.wc-block-stock-filter .wc-block-stock-filter__button {
display: block;
margin: 0.75rem 0 0 auto;
}
.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
align-items: center;
}
.wc-block-attribute-filter:last-child,
.wc-block-stock-filter:last-child {
margin-bottom: 0;
}
.sidebar-item .wc-block-stock-filter,
.sidebar-item .wc-block-attribute-filter {
margin: 0;
}
.sidebar-item .wc-block-components-price-slider__range-text {
margin: 1.25rem 0 0;
}
.sidebar-item .wc-block-components-price-slider__actions,
.sidebar-item .wc-block-attribute-filter__actions,
.sidebar-item .wc-block-stock-filter__actions {
margin: 0;
}
.sidebar-item .wc-block-components-price-slider__actions > *,
.sidebar-item .wc-block-attribute-filter__actions > *,
.sidebar-item .wc-block-stock-filter__actions > * {
margin-top: 1rem;
}
.sidebar-item .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button,
.sidebar-item .wc-block-attribute-filter__actions .wc-block-components-filter-reset-button,
.sidebar-item .wc-block-stock-filter__actions .wc-block-components-filter-reset-button {
margin: 0;
}
.sidebar-item .wc-block-attribute-filter__actions {
margin-top: 1rem;
}
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
background-color: var(--background-color);
border-color: var(--border-color);
}
.wc-block-attribute-filter.style-dropdown > svg {
fill: var(--placeholder-color);
}
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading),
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
border: 1px solid var(--border-color) !important;
border-radius: var(--el-border-radius-min);
}
.components-form-token-field__token {
color: var(--text-primary);
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text,
.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
background-color: var(--background-color);
border-color: var(--border-color);
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
background-color: var(--background-secondary-color);
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
fill: var(--text-primary);
}
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list li:hover, .wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list li.is-selected {
background-color: var(--background-secondary-color);
border-color: var(--border-color);
} .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
border: 1px solid var(--border-color);
border-radius: 0.25rem;
width: 1.25rem;
height: 1.25rem;
min-width: 1.25rem;
min-height: 1.25rem;
margin-right: 0.75rem;
transition: border-color 0.2s;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:hover {
border-color: var(--accent-color);
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
background: transparent;
border-color: var(--accent-color);
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
fill: var(--accent-color);
pointer-events: none;
position: absolute;
width: 1rem;
height: 1rem;
margin-left: 0.125rem;
margin-top: 0;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
line-height: 1.25rem;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label {
display: flex;
justify-content: space-between;
width: 100%;
}
.wc-block-components-filter-reset-button {
color: var(--accent-color);
text-decoration: none;
transition: all 0.2s;
}
.wc-block-components-filter-reset-button:hover {
color: var(--accent-color);
text-decoration: underline;
}
.wc-filter-element-label-list-count {
font-size: 0.75rem;
color: var(--text-secondary);
margin-left: 0.75rem;
}
.wc-block-components-dropdown-selector__input-wrapper {
position: relative;
background-color: transparent;
box-shadow: none;
}
.wc-block-components-dropdown-selector__input-wrapper input {
font-family: var(--font-family);
font-weight: var(--font-weight);
line-height: var(--line-height);
color: var(--text-primary);
}
.wc-block-attribute-filter .wc-block-components-dropdown-selector__input-wrapper {
border-radius: var(--el-border-radius-min);
border: 1px solid var(--border-color);
}
.style-dropdown .wc-block-components-filter-submit-button {
margin-top: 0;
}
.wc-block-components-dropdown-selector__list:not(:empty) {
border: 1px solid var(--border-color);
}
.wc-block-dropdown-selector.is-open .wc-block-components-dropdown-selector__input-wrapper {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.wc-block-components-chip, .wc-block-components-chip:active,
.wc-block-components-chip:focus, .wc-block-components-chip:hover {
background-color: var(--background-secondary-color);
color: var(--text-primary);
}
.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus > .wc-block-components-chip__remove,
button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
color: var(--error-color);
}
.sidebar-item ul li.wc-block-components-dropdown-selector__list-item {
margin: 0;
}
.wc-block-components-dropdown-selector__list-item {
padding: 0.25rem 0.5rem;
}
.wc-block-components-dropdown-selector__list-item.is-selected {
background-color: var(--background-secondary-color);
}
.wc-block-components-dropdown-selector__list-item.is-highlighted,
.wc-block-components-dropdown-selector__list-item:active,
.wc-block-components-dropdown-selector__list-item:focus,
.wc-block-components-dropdown-selector__list-item:hover {
background-color: var(--alert-primary);
color: var(--background-color);
}  .side-cart .mini-cart-container .mini-cart-btns a {
display: block;
margin-bottom: 0.875rem;
}
.side-cart .mini-cart-container .mini-cart-btns a:last-child {
margin-bottom: 0;
}
.mini-cart-container {
display: block;
height: 100%;
}
.mini-cart-container .widget_shopping_cart_content {
display: flex;
flex: 1 1 auto;
flex-direction: column;
}
.mini-cart-container .widget_shopping_cart,
.mini-cart-container .widget_shopping_cart_content {
height: 100%;
}
.mini-cart-price .woocommerce-Price-amount {
font-weight: bold;
}
.mini-cart-info p {
margin: 0;
}
.mini-cart-info .variation {
display: none;
margin-bottom: 0.5rem;
}
.mini-cart-info .variation dt, .mini-cart-info .variation dd {
display: inline;
margin: 0;
}
.mini-cart-footer .woocommerce-Price-amount {
color: var(--accent-color);
}
.woocommerce .widget_shopping_cart .total {
border: none;
padding: 0;
}
.woocommerce.widget_shopping_cart .total {
border: none;
padding: 0;
}
.woocommerce .mini-cart-btns .checkout {
background: transparent;
color: var(--text-primary);
fill: var(--text-primary);
border: 1px solid var(--text-primary);
}
.woocommerce .mini-cart-btns .checkout:hover {
color: var(--background-color);
background: var(--text-primary);
}
.woocommerce-shipping-calculator {
text-align: left;
}
.woocommerce-shipping-calculator .form-row span {
display: block;
}  .woosw-list table.woosw-content-items,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
border-collapse: collapse;
width: 100%;
}
.woosw-list table.woosw-content-items .woosw-content-item--stock,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--stock {
display: none;
}
.woosw-list table.woosw-content-items tr,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr {
background: transparent;
border-top: 1px solid var(--border-color);
transition: all 0.2s;
}
.woosw-list table.woosw-content-items tr:nth-child(2n) td, .woosw-list table.woosw-content-items tr:hover td,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:nth-child(2n) td,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:hover td {
background: none;
}
.woosw-list table.woosw-content-items tr:hover,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:hover {
background-color: var(--background-secondary-color);
}
.woosw-list table.woosw-content-items tr td,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td {
padding: 1rem;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image,
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
width: auto;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
display: block;
font-size: 1.5rem;
width: 1.5rem;
height: 1.5rem;
overflow: hidden;
transition: all 0.2s;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span::before,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span::before {
content: "\e5cd";
font-family: "Material Icons";
font-size: 1.5rem;
width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
font-weight: normal;
font-style: normal;
color: var(--text-primary);
transition: all 0.2s;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover {
transform: rotate(90deg);
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover::before,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover::before {
color: var(--error-color);
}
.woosw-list table.woosw-content-items .woosw-content-item--remove,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--remove {
padding-right: 0;
}
.woosw-list table.woosw-content-items .woosw-content-item--image a,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--image a {
display: block;
min-width: 4.5rem;
width: 4.5rem;
height: 4.5rem;
border-radius: var(--el-border-radius);
border: 1px solid var(--border-color);
overflow: hidden;
}
.woosw-list table.woosw-content-items .woosw-content-item--image a img,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--image a img {
width: 100%;
height: 100%;
object-fit: cover;
}
.woosw-list table.woosw-content-items .woosw-content-item--info,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--info {
width: 100%;
}
.woosw-list table.woosw-content-items .woosw-content-item--name a,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--name a {
font-size: 1.125rem;
font-family: var(--heading-font-family);
font-weight: var(--heading-font-weight);
line-height: var(--heading-line-height);
text-decoration: none;
color: var(--text-primary);
}
.woosw-list table.woosw-content-items .woosw-content-item--name a:hover,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--name a:hover {
color: var(--accent-color);
}
.woosw-list table.woosw-content-items .woosw-content-item--price,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price {
color: var(--accent-color);
}
.woosw-list table.woosw-content-items .woosw-content-item--price del,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del {
color: var(--text-secondary);
}
.woosw-list table.woosw-content-items .woosw-content-item--time,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--time {
display: none;
}
.woosw-list table.woosw-content-items .woosw-content-item--actions .btn,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--actions .btn {
white-space: nowrap;
}
.woosw-list table.woosw-content-items .woosw-content-item--actions .add_to_cart_inline,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--actions .add_to_cart_inline {
display: flex;
justify-content: flex-end;
}
.woosw-list .woosw-copy,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-copy {
width: 100%;
}
.woosw-list .woosw-copy .woosw-copy-url,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-copy .woosw-copy-url {
width: 100%;
margin: 0 1.25rem;
}
.woosw-list .woosw-copy .woosw-copy-url input,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-copy .woosw-copy-url input {
margin: 0;
}
.woosw-list .woosw-copy .woosw-copy-label,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-copy .woosw-copy-label {
white-space: nowrap;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
border-bottom: none;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td.woosw-content-item--info {
padding-left: 0;
padding-right: 0;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--name a {
font-size: 1rem;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--actions .btn {
display: flex;
align-items: center;
justify-content: center;
min-width: 3rem;
width: 3rem;
height: 3rem;
padding: 0;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--actions .btn span {
display: none;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--actions .btn::before {
content: "\e8cc";
font-family: "Material Icons Outlined";
display: block;
font-size: 1.375rem;
height: 1.375rem;
width: 1.375rem;
line-height: 1;
z-index: 1;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
width: 100%;
}
.woosw-copy-btn input[type=button] {
display: block;
position: relative;
display: inline-block;
text-align: center;
font-size: 1rem;
font-weight: var(--font-weight);
font-family: var(--font-family);
color: var(--text-primary);
background: transparent;
text-decoration: none;
padding: 0.75em 1.75em;
border-radius: var(--el-border-radius-min);
outline: none;
border: none;
cursor: pointer;
overflow: hidden;
border: 1px solid var(--text-primary);
transition: all 0.2s;
}
.woosw-copy-btn input[type=button]:hover {
background: var(--text-primary);
color: var(--background-color);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top,
.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
background-color: var(--background-color);
color: var(--text-primary);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top {
font-size: 1.125rem;
font-family: var(--heading-font-family);
font-weight: var(--heading-font-weight);
line-height: var(--heading-line-height);
height: auto;
padding: 0.75rem 4rem 0.75rem 1.25rem;
text-transform: none;
min-height: 3rem;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
display: flex;
width: 3rem;
height: 3rem;
color: var(--text-primary);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close::after {
content: "\e5cd";
font-family: "Material Icons";
font-size: 1.5rem;
width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
margin: auto;
font-weight: normal;
font-style: normal;
color: var(--text-primary);
transition: all 0.2s;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:hover::after {
color: var(--error-color);
transform: rotate(90deg);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
border-top: 1px solid var(--border-color);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue,
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a {
font-weight: bold;
color: var(--text-primary);
text-decoration: none;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover,
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
color: var(--accent-color);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner a {
color: var(--background-color);
text-decoration: none;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner a.woosw-page {
color: var(--text-primary);
font-weight: bold;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner a.woosw-page:hover {
color: var(--accent-color);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice {
background-color: var(--alert-success) !important;
color: var(--background-color);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid {
background-color: var(--background-color);
color: var(--text-primary);
}
@media only screen and (max-width: 767.98px) {
.woosw-list table.woosw-content-items {
display: block;
}
.woosw-list table.woosw-content-items tbody, .woosw-list table.woosw-content-items tr, .woosw-list table.woosw-content-items td, .woosw-list table.woosw-content-items th {
display: block;
}
.woosw-list table.woosw-content-items tr td {
text-align: center;
padding: 1rem 0 0;
}
.woosw-list table.woosw-content-items tr td:last-child {
padding-bottom: 1.5rem;
}
.woosw-list table.woosw-content-items tr td:first-child {
padding-top: 1.5rem;
}
.woosw-list table.woosw-content-items .woosw-content-item--image a {
margin: 0 auto;
min-width: 10rem;
width: 10rem;
height: 10rem;
}
.woosw-list table.woosw-content-items .woosw-content-item--remove span {
margin: 0 auto;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add .add_to_cart_inline {
display: flex;
justify-content: center;
}
}
@media only screen and (max-width: 480px) {
.woosw-list .woosw-copy {
flex-wrap: wrap;
}
.woosw-list .woosw-copy .woosw-copy-url {
margin: 0.5rem 0 1rem;
}
.woosw-list .woosw-copy .woosw-copy-btn {
width: 100%;
}
.woosw-list .woosw-copy .woosw-copy-btn input[type=button] {
width: 100%;
}
} @media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
.woocommerce div.product .product_title {
font-size: 1.75rem;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
font-size: 1.375rem;
}
}
@media only screen and (max-width: 767.98px) {
.woocommerce .woocommerce-error {
margin: 0 0 2rem;
}
}
@media only screen and (max-width: 480px) {
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 100%;
}
.woocommerce form.checkout_coupon .form-row.form-row-first {
margin-bottom: 1rem;
}
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
padding: 1rem 1rem 0.875rem 1rem;
}
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-message::before {
content: none;
}
.woocommerce .woocommerce-error {
padding-left: 1rem;
}
}.bread-crumbs-yoast,
.aioseo-breadcrumbs,
.rank-math-breadcrumb {
color: var(--accent-color);
}
.bread-crumbs-yoast a,
.aioseo-breadcrumbs a,
.rank-math-breadcrumb a {
text-decoration: none;
color: var(--text-secondary);
}
.bread-crumbs-yoast a:hover,
.aioseo-breadcrumbs a:hover,
.rank-math-breadcrumb a:hover {
text-decoration: underline;
}
.bread-crumbs-yoast p,
.aioseo-breadcrumbs p,
.rank-math-breadcrumb p {
margin: 0;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
margin: 0;
}
.otgs-development-site-front-end {
display: none;
}
.wp-block-button__link {
position: relative;
display: inline-block;
text-align: center;
font-size: 1rem;
font-weight: var(--font-weight);
font-family: var(--font-family);
color: var(--background-color);
fill: var(--background-color);
background: var(--el-gradient-end);
text-decoration: none;
padding: 0.75em 1.75em;
line-height: var(--line-height);
border-radius: var(--el-border-radius-min);
outline: none;
border: none;
cursor: pointer;
overflow: hidden;
transition: all 0.2s;
}
.wp-block-button__link:hover {
background: var(--el-gradient-start);
}
.wp-block-button__link:disabled {
pointer-events: none;
opacity: 0.5;
}
aside .wp-block-button__link {
font-size: 0.875rem;
}
.page-blocks .section {
padding: 3rem 0;
}
.page-blocks .section:first-child {
padding-top: 0;
}
.page-blocks .section:last-child {
padding-bottom: 0;
}
.page-blocks .container {
padding: 0;
}
.edit-link {
display: block;
margin-top: 2rem;
}
.comments-area {
padding-top: 3.5rem;
}
.comments-title,
.comment-reply-title {
font-size: 1.5rem;
margin-bottom: 2rem;
}
.comment-list {
list-style: none;
margin: 0 0 2.5rem 0;
padding: 0;
}
.comment-list > li {
position: relative;
margin-bottom: 2rem;
padding: 1.5rem 1.25rem;
background-color: var(--background-color);
border-radius: var(--el-border-radius);
overflow: hidden;
color: var(--text-primary);
height: 100%;
transition: all 0.2s;
}
.comment-list > li:hover {
box-shadow: var(--el-box-shadow);
}
.comment-list > li:hover::after {
border-color: transparent;
}
.comment-list > li::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: var(--el-border-radius);
border: 1px solid var(--border-color);
overflow: hidden;
pointer-events: none;
transition: all 0.2s;
}
.comment-list > li .children {
list-style: none;
margin: 0;
padding: 0;
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 1px solid var(--border-color);
padding-left: 1.5rem;
}
.comment-list > li .children > li {
margin-bottom: 1.25rem;
padding-bottom: 1.25rem;
border-bottom: 1px solid var(--border-color);
}
.comment-list > li .children > li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
.comment-body {
position: relative;
}
.comment-reply-link {
position: absolute;
right: 0;
top: 0;
line-height: 32px;
font-size: 0.875rem;
}
.comment-meta {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
padding-right: 5.5rem;
margin-bottom: 1.5rem;
}
.comment-author {
display: flex;
align-items: center;
}
.comment-author img {
overflow: hidden;
min-width: 32px;
border-radius: 50%;
margin-right: 0.625rem;
}
.comment-author .fn {
margin-right: 0.5rem;
}
.comment-metadata {
line-height: 32px;
font-size: 0.875rem;
}
.comment-metadata .edit-link {
margin-top: 0;
position: absolute;
right: 0;
top: 2rem;
}
.comment-content {
color: var(--text-secondary);
}
.comment-content p {
margin: 0;
}
.comment-respond {
margin-top: 3rem;
}
.comment-respond:first-child {
margin-top: 0;
}
.comments-pagination {
margin-bottom: 2rem;
}
.comments-pagination .nav-links {
display: flex;
justify-content: center;
}
.comments-pagination .nav-links > a, .comments-pagination .nav-links span {
display: flex;
align-items: center;
justify-content: center;
width: 2.1875rem;
height: 2.1875rem;
color: var(--text-secondary);
text-decoration: none;
border: 1px solid var(--border-color);
border-radius: var(--el-border-radius-min);
margin-left: 0.625rem;
}
.comments-pagination .nav-links > a:first-child, .comments-pagination .nav-links span:first-child {
margin-left: 0;
}
.comments-pagination .nav-links > a.dots, .comments-pagination .nav-links span.dots {
border-color: transparent;
width: auto;
}
.comments-pagination .nav-links > a:hover {
color: var(--accent-color);
border-color: var(--accent-color);
}
.form-submit {
margin-bottom: 0;
}
.sidebar-item.widget_categories, .sidebar-item.widget_meta, .sidebar-item.widget_archive, .sidebar-item.widget_pages, .sidebar-item.widget_nav_menu, .sidebar-item.widget_recent_entries {
position: relative;
}
.sidebar-item.widget_categories ul, .sidebar-item.widget_meta ul, .sidebar-item.widget_archive ul, .sidebar-item.widget_pages ul, .sidebar-item.widget_nav_menu ul, .sidebar-item.widget_recent_entries ul {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar-item.widget_categories ul li.current_page_item a, .sidebar-item.widget_meta ul li.current_page_item a, .sidebar-item.widget_archive ul li.current_page_item a, .sidebar-item.widget_pages ul li.current_page_item a, .sidebar-item.widget_nav_menu ul li.current_page_item a, .sidebar-item.widget_recent_entries ul li.current_page_item a {
color: var(--accent-color);
}
.sidebar-item.widget_categories > ul li, .sidebar-item.widget_meta > ul li, .sidebar-item.widget_archive > ul li, .sidebar-item.widget_pages > ul li, .sidebar-item.widget_nav_menu > ul li, .sidebar-item.widget_recent_entries > ul li {
margin-bottom: 0.75rem;
font-size: 1rem;
color: var(--text-secondary);
}
.sidebar-item.widget_categories > ul li:last-child, .sidebar-item.widget_meta > ul li:last-child, .sidebar-item.widget_archive > ul li:last-child, .sidebar-item.widget_pages > ul li:last-child, .sidebar-item.widget_nav_menu > ul li:last-child, .sidebar-item.widget_recent_entries > ul li:last-child {
margin-bottom: 0;
}
.sidebar-item.widget_categories > ul li a, .sidebar-item.widget_meta > ul li a, .sidebar-item.widget_archive > ul li a, .sidebar-item.widget_pages > ul li a, .sidebar-item.widget_nav_menu > ul li a, .sidebar-item.widget_recent_entries > ul li a {
color: var(--text-secondary);
width: 100%;
text-decoration: none;
}
.sidebar-item.widget_categories > ul li a:hover, .sidebar-item.widget_meta > ul li a:hover, .sidebar-item.widget_archive > ul li a:hover, .sidebar-item.widget_pages > ul li a:hover, .sidebar-item.widget_nav_menu > ul li a:hover, .sidebar-item.widget_recent_entries > ul li a:hover {
color: var(--accent-color);
}
.sidebar-item.widget_categories > ul li ul, .sidebar-item.widget_meta > ul li ul, .sidebar-item.widget_archive > ul li ul, .sidebar-item.widget_pages > ul li ul, .sidebar-item.widget_nav_menu > ul li ul, .sidebar-item.widget_recent_entries > ul li ul {
padding-left: 1rem;
padding-top: 0.75rem;
}
.sidebar-item .wp-block-latest-posts.has-dates.has-author .wp-block-latest-posts__featured-image {
grid-row-end: 4;
}
.sidebar-item .wp-block-latest-posts > li {
display: grid;
grid-template-columns: auto 1fr;
font-size: 0.875rem;
margin-bottom: 1rem;
}
.sidebar-item .wp-block-latest-posts > li:last-child {
margin-bottom: 0;
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__featured-image {
grid-row-start: 1;
grid-row-end: 3;
margin-right: 0.75rem;
margin-left: 0;
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__featured-image img {
width: 5rem;
height: 3.5rem;
object-fit: cover;
border-radius: calc(var(--el-border-radius) * 0.6);
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__featured-image a {
display: block;
line-height: 0;
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft {
float: none;
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft a {
position: relative;
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
color: var(--text-secondary);
grid-column-start: 1;
grid-column-end: 3;
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__post-title {
display: -webkit-box;
font-family: var(--heading-font-family);
line-height: var(--heading-line-height);
font-weight: var(--heading-font-weight);
text-decoration: none;
color: var(--text-primary);
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__post-title:hover {
color: var(--accent-color);
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__post-date {
color: var(--text-secondary);
}
.sidebar-item .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
margin: 0.125rem 0 0 0;
line-height: 1.4;
}
.wp-block-categories > li {
margin-bottom: 0.625rem;
font-size: 1rem;
color: var(--text-secondary);
}
.wp-block-categories > li:last-child {
margin-bottom: 0;
}
.wp-block-categories > li a {
position: relative;
color: var(--text-primary);
width: 100%;
text-decoration: none;
}
.wp-block-categories > li a:hover, .wp-block-categories > li a.active {
color: var(--accent-color);
}
.wp-block-categories > li ul {
padding-left: 1rem;
margin-top: 0.5rem;
}
.wp-block-categories > li ul > li {
margin-bottom: 0.5rem;
}
.wp-block-categories > li ul > li:last-child {
margin-bottom: 0;
}
.wp-block-categories-dropdown {
position: relative;
}
.wp-block-categories-dropdown::after {
content: "\e5d7";
font-family: "Material Icons";
font-size: 1.375rem;
position: absolute;
right: 0.625rem;
top: 50%;
transform: translateY(-50%);
color: var(--placeholder-color);
pointer-events: none;
}
.menu-main-container > ul li {
margin-bottom: 0.75rem;
font-size: 1rem;
color: var(--text-secondary);
}
.menu-main-container > ul li:last-child {
margin-bottom: 0;
}
.menu-main-container > ul li a {
color: var(--text-secondary);
width: 100%;
text-decoration: none;
}
.menu-main-container > ul li a:hover {
color: var(--accent-color);
}
.menu-main-container > ul li ul {
padding-left: 1rem;
padding-top: 0.75rem;
}
.tagcloud,
.wp-block-tag-cloud {
display: flex;
flex-wrap: wrap;
margin: 0 0 -0.5rem -0.5rem;
}
.tagcloud a,
.wp-block-tag-cloud a {
text-decoration: none;
background-color: var(--background-secondary-color);
font-size: 0.875rem !important;
border-radius: var(--el-border-radius-min);
padding: 0.25rem 0.75rem;
margin: 0 0 0.5rem 0.5rem;
color: var(--text-primary);
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
color: var(--accent-color);
}
.widget_media_gallery .gallery {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.widget_media_gallery .gallery-caption {
display: none;
}
.widget_media_gallery .gallery-item {
width: 50%;
height: auto;
background: transparent;
}
.widget_media_gallery .gallery-item .gallery-icon {
display: block;
width: 100%;
height: 100px;
}
.widget_media_gallery .gallery-item .gallery-icon img {
width: 100%;
height: 100%;
object-fit: cover;
}
.widget_media_image .wp-caption {
width: 100% !important;
}
.widget_media_image .wp-caption img {
max-width: 100%;
}
.widget_media_image .wp-caption-text {
display: none;
}
.widget_recent_comments ul li {
margin-bottom: 0.625rem;
}
.widget_recent_comments ul li:last-child {
margin-bottom: 0;
}
.widget_recent_comments ul li a {
display: block !important;
}
.widget_search {
padding: 0;
border-radius: 0;
border: none;
}
.widget_search input {
margin: 0;
width: auto;
flex: 0 0 auto;
width: 100%;
flex: 1 0 0%;
}
.wc-block-product-search .wc-block-product-search__field {
padding: calc(0.75em - 1px) 2.25rem calc(0.75em - 1px) 1rem;
line-height: var(--line-height);
margin: 0;
flex: 0 0 auto;
width: 100%;
flex: 1 0 0%;
}
.wp-block-search__button {
position: relative;
display: flex;
align-items: center;
text-align: center;
font-size: 1rem;
font-weight: var(--font-weight);
font-family: var(--font-family);
color: var(--background-color);
fill: var(--background-color);
background: var(--el-gradient-end);
text-decoration: none;
padding: 0.75em 1em;
line-height: var(--line-height);
border-radius: var(--el-border-radius-min);
outline: none;
border: none;
cursor: pointer;
overflow: hidden;
margin-left: 0.625rem;
transition: all 0.2s;
}
.wp-block-search__button.has-icon {
padding: 0.75rem 0.875rem;
}
.wp-block-search__button.has-icon svg {
display: none;
visibility: hidden;
}
.wp-block-search__button.has-icon::after {
content: "\e8b6";
font-family: "Material Icons Outlined";
font-size: 1.375rem;
text-align: center;
}
.wp-block-search__button:hover {
background: var(--el-gradient-start);
}
.wc-block-product-search .wc-block-product-search__button {
position: absolute;
right: 0.5rem;
top: 50%;
transform: translateY(-50%);
padding: 0;
margin: 0;
background-color: transparent;
border: none;
color: var(--text-primary);
transition: all 0.2s;
}
.wc-block-product-search .wc-block-product-search__button:hover {
color: var(--accent-color);
}
.wc-block-product-search .wc-block-product-search__button svg {
display: none;
visibility: hidden;
}
.wc-block-product-search .wc-block-product-search__button::after {
content: "\e8b6";
font-family: "Material Icons Outlined";
font-size: 1.375rem;
line-height: 1.375rem;
text-align: center;
}
.wc-block-product-search__fields {
position: relative;
}
.wp-block-search__inside-wrapper .wp-block-search__button.has-icon::after {
font-size: 1.25rem;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border-radius: var(--el-border-radius-min);
border: 1px solid var(--border-color);
padding: 0.25rem 0.25rem 0.25rem 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
padding: calc(0.75em - 5px) 0 calc(0.75em - 5px) 1rem;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
font-size: 0.875rem;
padding: 0.125rem 0.625rem;
}
.wp-block-search input {
margin: 0;
}
.wc-block-review-list-item__text p {
margin: 0;
}
.wc-block-review-list-item__text > a {
margin-top: 0.5rem;
font-size: 0.875rem;
color: var(--text-secondary);
}
.wc-block-components-review-list.wc-block-components-review-list li {
margin-bottom: 1.5rem;
}
.wc-block-components-review-list.wc-block-components-review-list li:last-child {
margin: 0;
}
.wc-block-components-review-list-item__info {
margin-bottom: 1rem;
}
aside .wc-block-components-review-list-item__meta {
font-size: 0.875rem;
}
.wc-block-components-load-more {
margin-top: 1.5rem;
}
.footer-widget {
margin-bottom: 45px;
}
.footer-widget.widget_categories ul li, .footer-widget.widget_meta ul li, .footer-widget.widget_archive ul li, .footer-widget.widget_pages ul li, .footer-widget.widget_nav_menu ul li, .footer-widget.widget_recent_entries ul li {
margin-bottom: 1rem;
}
.footer-widget.widget_categories ul li:last-child, .footer-widget.widget_meta ul li:last-child, .footer-widget.widget_archive ul li:last-child, .footer-widget.widget_pages ul li:last-child, .footer-widget.widget_nav_menu ul li:last-child, .footer-widget.widget_recent_entries ul li:last-child {
margin-bottom: 0;
}
.content-item > .col-12 {
padding: 0;
}
.wpcf7-form br {
display: none;
}
.wpcf7-form p {
margin: 0;
}
.wpcf7-form > p {
margin-bottom: 1rem;
}
.wpcf7-form .form-field br {
display: none;
}
.wpcf7-form .form-field .wpcf7-not-valid-tip {
color: var(--error-color);
font-size: 0.67rem;
line-height: 1;
position: absolute;
right: 5px;
top: 5px;
white-space: nowrap;
}
.wpcf7-form .form-field.form-field-checkbox .wpcf7-not-valid-tip {
top: -0.75rem;
right: initial;
left: 0;
}
.wpcf7-form .form-field .wpcf7-form-control-wrap {
position: static;
}
.wpcf7-form .form-field input.wpcf7-not-valid,
.wpcf7-form .form-field textarea.wpcf7-not-valid,
.wpcf7-form .form-field select.wpcf7-not-valid {
border-color: var(--error-color);
}
.wpcf7-form .form-btn {
align-items: center;
}
.wpcf7-form .form-btn + p {
display: none;
}
.wpcf7-form .form-btn > p {
display: flex;
align-items: center;
margin: 0;
}
.wpcf7-form .form-btn .btn {
margin-bottom: 0;
}
.wpcf7-form .radio {
position: relative;
}
.wpcf7 form .wpcf7-response-output {
position: relative;
padding: 0.75rem 1rem;
margin: 1.25rem 0 0 0;
border-radius: calc(var(--el-border-radius) * 0.6);
color: var(--text-primary);
font-size: 1rem;
line-height: 1.375rem;
border: none;
overflow: hidden;
z-index: 1;
}
.wpcf7 form .wpcf7-response-output::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--background-color);
pointer-events: none;
z-index: -1;
}
.wpcf7 form .wpcf7-response-output::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--alert-danger);
opacity: 0.1;
pointer-events: none;
}
.wpcf7 form.sent .wpcf7-response-output::after {
background-color: var(--alert-success);
}
.wpcf7 .ajax-loader {
min-width: 24px;
margin-right: 0;
margin-left: 20px;
}
.wpcf7 .form-field label {
margin-bottom: 0;
}
.wpcf7-checkbox {
position: relative;
}
.wpcf7-checkbox .wpcf7-list-item {
display: flex;
margin: 0;
}
.wpcf7-checkbox:hover .wpcf7-list-item-label::before {
border-color: var(--accent-color);
}
.wpcf7-checkbox input[type=checkbox] {
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 0;
height: 0;
visibility: hidden;
opacity: 0;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
opacity: 1;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
border-color: var(--accent-color);
}
.wpcf7-checkbox .wpcf7-list-item-label {
position: relative;
display: block;
line-height: 1.25rem;
font-weight: var(--font-weight);
margin: 0;
font-size: 0.875rem;
color: var(--text-secondary);
cursor: pointer;
padding-left: 1.875rem;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
content: "";
position: absolute;
left: 0;
top: 0;
display: flex;
width: 1.25rem;
height: 1.25rem;
min-width: 1.25rem;
border: 1px solid var(--border-color);
fill: var(--accent-color);
color: var(--accent-color);
border-radius: 0.25rem;
transition: all 0.2s;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
content: "\e5ca";
position: absolute;
left: 0;
top: 0;
font-family: "Material Icons";
text-align: center;
font-size: 1rem;
width: 1.25rem;
height: 1.25rem;
line-height: 1.25rem;
color: var(--accent-color);
opacity: 0;
transition: all 0.2s;
}
.wpcf7-spinner {
min-width: 1.5rem;
width: 1.5rem;
height: 1.5rem;
margin: 0 0 0 1rem;
background-color: transparent;
}
.wpcf7-spinner::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: var(--text-primary);
opacity: 0.15;
}
.wpcf7-spinner::before {
background-color: var(--text-primary);
}
.wrapp-author {
display: flex;
align-items: center;
}
.author {
display: flex;
align-items: center;
text-align: left;
margin-right: 1rem;
}
.author > img {
position: relative;
width: 4.6875rem;
height: 4.6875rem;
border-radius: 50%;
overflow: hidden;
}
.author-name {
margin-bottom: 0;
}
@media (max-width: 575.98px) {
.comment-list > li .children {
padding-left: 0.625rem;
}
}
@media (max-width: 600px) {
#wpadminbar {
position: fixed;
}
}.popup_style {
display: none;
width: 100%;
max-width: 28.125rem;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 0;
padding: 0 1rem;
overflow: hidden;
}
.popup_style.popup_style_wide {
max-width: 43.75rem;
}
.popup {
position: relative;
width: 100%;
background-color: var(--background-color);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 2.5rem 2.85rem;
margin: 0 auto;
border-radius: var(--el-border-radius);
overflow: hidden;
}
.open_popup {
display: block;
}
.popup_close {
position: absolute;
right: 0.25rem;
top: 0.25rem;
width: 2.5rem;
height: 2.5rem;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 1;
transition: all 0.2s;
}
.popup_close:hover {
transform: rotate(90deg);
color: var(--accent-color);
}
.popup_heading {
margin-bottom: 2rem;
text-align: center;
}
.header_modal_form .btn {
width: 100%;
}
.popup_style_sally {
transform: scale3d(0.5, 0.5, 1);
}
.popup_style_sandra {
transform: scale3d(1.1, 1.1, 1);
}
.popup_style_slide_right {
transform: translateX(300px);
}
.popup_style_slide_Left {
transform: translateX(-300px);
}
.popup_style_slide_top {
transform: translateY(-200px);
}
.popup_style_slide_bottom {
transform: translateY(200px);
}
.popup_style_slide_fall {
transform: translate(30%) translateZ(600px) rotate(10deg);
}
.popup_style_slide_3dflip_horizontal {
transform: translateZ(-250px) rotateY(89deg);
opacity: 1;
}
.popup_style_slide_3dflip_vertical {
transform: translateZ(-250px) rotateX(89deg);
opacity: 1;
}
.popup_visible .popup_style_sally {
transform: scale3d(1, 1, 1);
}
.popup_visible .popup_style_sandra {
transform: scale3d(1, 1, 1);
}
.popup_visible .popup_style_slide_right,
.popup_visible .popup_style_slide_Left {
transform: translateX(0);
}
.popup_visible .popup_style_slide_top,
.popup_visible .popup_style_slide_bottom {
transform: translateY(0);
}
.popup_visible .popup_style_slide_fall {
transform: translate(0) translateZ(0) rotate(0);
}
.popup_visible .popup_style_slide_3dflip_horizontal {
transform: translateZ(0) rotateY(0deg);
opacity: 1;
}
.popup_visible .popup_style_slide_3dflip_vertical {
transform: translateZ(0) rotateX(0deg);
opacity: 1;
}.news-item {
position: relative;
}
.news-item-img {
position: relative;
display: block;
background-color: var(--background-secondary-color);
}
.news-item-img img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.news-item-info {
position: relative;
padding: 2.1875rem 1.25rem 1.25rem;
}
.news-item-date {
position: absolute;
left: 50%;
top: -1.125rem;
height: 2.25rem;
line-height: 2.25rem;
padding: 0 0.625rem;
background-color: var(--accent-color);
color: var(--background-color);
font-size: 0.8125rem;
border-radius: var(--el-border-radius-min);
transform: translateX(-50%);
}
.news-item-heading {
margin-bottom: 0.625rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 1.125rem;
}
.news-item-heading.news-item-heading-center {
text-align: center;
}
.news-item-desc {
color: var(--text-secondary);
}
.news-item-desc p {
margin-bottom: 0;
}
.news-item-min .news-item-info {
padding: 1.25rem;
}
.news-item-min .news-item-heading {
margin-bottom: 0;
}
.news-item-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1.25rem;
font-size: 1rem;
line-height: 1.2;
}
.news-item-header.news-item-header-center {
justify-content: center;
}
.news-item-header.news-item-header-center .news-item-date2 {
margin: 0;
}
.news-item-auth {
display: flex;
align-items: center;
text-decoration: none;
}
.news-item-auth:hover {
color: var(--text-primary);
}
.news-item-auth-img {
width: 2.25rem;
min-width: 2.25rem;
height: 2.25rem;
border-radius: 50%;
overflow: hidden;
margin-right: 0.625rem;
background-color: var(--background-secondary-color);
}
.news-item-date2 {
color: var(--text-secondary);
margin-left: 1rem;
white-space: nowrap;
} .news-wide-item {
position: relative;
display: flex;
}
.news-wide-item-img {
display: block;
height: 12.5rem;
min-width: 15.625rem;
width: 15.625rem;
}
.news-wide-item-info {
padding-left: 1.5625rem;
width: 100%;
}
.news-wide-item-heading {
margin-bottom: 1rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.news-wide-item-row {
display: flex;
font-size: 1rem;
color: var(--text-secondary);
}
.news-wide-item-date {
padding-right: 0.625rem;
}
.news-wide-item-author a {
text-decoration: none;
}
.news-wide-item-author a:hover {
text-decoration: underline;
}
.news-wide-item-desc {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
color: var(--text-secondary);
}
.news-wide-item-desc p {
margin: 0;
}
.news-nav {
display: flex;
flex-wrap: wrap;
padding-top: 0.625rem;
} .news-post-header {
margin-bottom: 2rem;
}
.news-post-title {
margin-bottom: 1rem;
}
.news-post-meta {
display: flex;
align-items: center;
flex-wrap: wrap;
font-size: 1rem;
color: var(--text-secondary);
margin-bottom: -1rem;
margin-left: -1.25rem;
}
.news-post-meta-item {
display: flex;
align-items: center;
margin-left: 1.25rem;
margin-bottom: 1rem;
}
.news-post-meta-item i {
margin-right: 0.625rem;
color: var(--accent-color);
}
.news-post-meta-item a {
text-decoration: none;
}
.news-post-meta-item a:hover {
text-decoration: underline;
}
.news-post-img {
margin-top: 1.25rem;
height: 31.25rem;
}
.news-post-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.news-post-footer {
margin-top: 2rem;
padding-top: 0.625rem;
border-top: 1px solid var(--border-color);
}
.news-post-cat {
display: flex;
flex-wrap: wrap;
margin-bottom: -0.625rem;
margin-left: -1rem;
font-size: 1rem;
}
.news-post-cat li {
margin-bottom: 0.625rem;
margin-left: 1rem;
}
.news-post-cat li a {
display: block;
text-decoration: none;
}
.news-post-cat li a:hover {
text-decoration: underline;
}
.news-post-share {
display: flex;
align-items: center;
}
.news-post-share-title {
margin-right: 1.25rem;
color: var(--text-secondary);
margin-bottom: 0;
}
.news-timeline {
position: relative;
}
.news-timeline::after {
content: "";
position: absolute;
left: 50%;
top: 0;
width: 2px;
margin-left: -1px;
height: 100%;
background-color: var(--border-color);
}
.news-timeline-item-left .news-item,
.news-timeline-item-right .news-item {
height: auto;
}
.news-timeline-item-left:hover::after, .news-timeline-item-left:hover::before,
.news-timeline-item-right:hover::after,
.news-timeline-item-right:hover::before {
background-color: var(--accent-color);
}
.news-timeline-item-right::after {
content: "";
position: absolute;
right: 100%;
top: 6.25rem;
width: 6.875rem;
margin-right: -1rem;
height: 2px;
background-color: var(--border-color);
transition: all 0.2s;
}
.news-timeline-item-right::before {
content: "";
position: absolute;
right: 100%;
top: 5.875rem;
width: 1rem;
height: 1rem;
background-color: var(--border-color);
border-radius: 50%;
margin-right: 5.375rem;
z-index: 2;
transition: all 0.2s;
}
.news-timeline-item-right .news-item {
margin-top: 3.1875rem;
}
.news-timeline-item-left::after {
content: "";
position: absolute;
left: 100%;
top: 3.1875rem;
width: 7rem;
margin-left: -1rem;
height: 2px;
background-color: var(--border-color);
transition: all 0.2s;
}
.news-timeline-item-left::before {
content: "";
position: absolute;
left: 100%;
top: 2.75rem;
width: 1rem;
height: 1rem;
background-color: var(--border-color);
border-radius: 50%;
margin-left: 5.5rem;
z-index: 2;
transition: all 0.2s;
}
.news-timeline-title {
position: relative;
background-color: var(--background-color);
text-align: center;
z-index: 2;
padding: 0.625rem 0;
}
.news-timeline-title-mt {
margin-top: 3.1875rem;
}
.author {
display: flex;
align-items: center;
text-align: left;
}
.author-info .author-name {
margin-bottom: 0.25rem;
}
.author-info .author-date {
color: var(--text-secondary);
}
.author-img {
position: relative;
width: 4.6875rem;
height: 4.6875rem;
margin-right: 1.25rem;
}
.author-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 1199.98px) {
.news-item-info {
padding-left: 1rem;
padding-right: 1rem;
}
.news-timeline-item-left::after,
.news-timeline-item-right::after {
width: 6rem;
}
.news-timeline-item-left::before {
margin-left: 4.5rem;
}
.news-timeline-item-right::before {
margin-right: 4.5rem;
}
}
@media (max-width: 991.98px) {
.news-timeline {
max-width: 31.25rem;
margin-left: auto;
margin-right: auto;
}
.news-timeline::after {
left: 1rem;
margin-left: 0;
}
.news-timeline-title {
text-align: left;
}
.news-timeline-item-left,
.news-timeline-item-right {
margin-top: 0;
}
.news-timeline-item-left .news-item,
.news-timeline-item-right .news-item {
margin-left: 3rem;
margin-top: 0;
margin-bottom: 45px;
}
.news-timeline-item-left:last-child .news-item,
.news-timeline-item-right:last-child .news-item {
margin-bottom: 0;
}
.news-timeline-item-left::after,
.news-timeline-item-right::after {
margin-right: -4rem;
width: 3rem;
margin-left: inherit;
left: inherit;
right: 100%;
}
.news-timeline-item-left::before,
.news-timeline-item-right::before {
margin-right: -1.5rem;
margin-left: inherit;
left: inherit;
right: 100%;
}
.news-timeline-title-mt {
margin-top: 0;
}
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
.news-item {
max-width: 21.875rem;
margin: 0 auto;
}
.news-wide-item {
flex-wrap: wrap;
max-width: 20rem;
margin: 0 auto;
}
.news-wide-item-img {
margin-bottom: 1.25rem;
width: 100%;
}
.news-wide-item-info {
padding-left: 0;
}
.news-wide-item-desc {
margin-top: 1rem;
margin-bottom: 1rem;
}
.news-nav {
padding-top: 0;
}
.news-wide-item-desc {
height: auto;
}
.news-item-desc {
height: auto;
}
.news-post-img {
height: 18.75rem;
}
.news-post-footer {
padding-top: 1.25rem;
}
.news-timeline {
margin-left: -1rem;
margin-right: -1rem;
}
}
@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
.news-timeline {
margin: 0 auto;
}
}