@charset "UTF-8";
@charset "UTF-8";

 .elementor-headline {
font-size: 120px;
display: block;
font-family: var(--e-global-typography-secondary-font-family) !important;
font-weight: var(--e-global-typography-secondary-font-weight) !important;
text-transform: unset;
letter-spacing: -2px;
line-height: 1.05;
}
.yaglo-elementor-headline-dynamic-text {
color: var(--dynamic-text-color, #aebcb9);
font-family: var(--e-global-typography-secondary-font-family) !important;
font-weight: var(--e-global-typography-secondary-font-weight) !important;
}
.yaglo-elementor-headline--style-rotate .yaglo-elementor-headline-dynamic-wrapper {
text-align: left;
}
.yaglo-elementor-headline--style-highlight .yaglo-elementor-headline-dynamic-wrapper {
overflow: visible;
text-align: inherit;
}
.yaglo-elementor-headline--style-highlight .yaglo-elementor-headline-dynamic-text {
z-index: 1;
}
.yaglo-elementor-headline--style-highlight .yaglo-elementor-headline-plain-text {
z-index: 1;
position: relative;
}
.yaglo-elementor-headline--style-highlight svg {
position: absolute;
top: 50%;
left: 50%;
width: calc(100% + 20px);
height: calc(100% + 20px);
transform: translate(-50%, -50%);
overflow: visible;
}
.yaglo-elementor-headline--style-highlight svg path {
stroke: red;
stroke-width: 9;
fill: none;
opacity: 0;
stroke-dasharray: 0 1500;
transition: 0.3s;
}
.elementor-headline.e-animated svg path {
animation: yaglo-elementor-headline-dash forwards;
animation-duration: var(--animation-duration, 1.2s);
animation-iteration-count: 1;
}
.elementor-headline.e-animated svg path:nth-of-type(2) {
animation-delay: calc(var(--animation-duration, 1.2s) / 2);
}
.elementor-headline.e-hide-highlight svg path {
opacity: 1;
stroke-dasharray: 1500 1500;
animation: hide-highlight 0.4s forwards;
animation-iteration-count: 1;
}
@keyframes yaglo-elementor-headline-dash {
from {
stroke-dasharray: 0 1500;
opacity: 1;
}
to {
stroke-dasharray: 1500 1500;
opacity: 1;
}
}
@keyframes hide-highlight {
from {
opacity: 1;
stroke-dasharray: 1500 1500;
}
to {
opacity: 0;
filter: blur(10px);
}
}
.yaglo-elementor-headline-text-wrapper {
vertical-align: bottom;
}
.yaglo-elementor-headline-dynamic-wrapper {
display: inline-block;
position: relative;
}
.yaglo-elementor-headline-dynamic-wrapper .yaglo-elementor-headline-dynamic-text {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.yaglo-elementor-headline-dynamic-wrapper .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
position: relative;
}
.yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-text {
opacity: 0;
transform-origin: 50% 100%;
transform: rotateX(180deg);
}
.yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
opacity: 1;
transform: rotateX(0deg);
animation: yaglo-elementor-headline-flip-in 1.2s;
}
.yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-inactive {
transform: rotateX(180deg);
animation: yaglo-elementor-headline-flip-out 1.2s;
}
@keyframes yaglo-elementor-headline-flip-in {
0% {
transform: rotateX(180deg);
opacity: 0;
}
35% {
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes yaglo-elementor-headline-flip-out {
0% {
transform: rotateX(0deg);
opacity: 1;
}
35% {
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(180deg);
opacity: 0;
}
}
.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper {
vertical-align: top;
overflow: hidden;
}
.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper::after { content: "";
position: absolute;
left: auto;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #0d0d0d;
}
.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper:not(.yaglo-elementor-headline-typing-selected):after {
animation: yaglo-elementor-headline-pulse 1s infinite;
}
.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper.yaglo-elementor-headline-typing-selected {
background-color: var(--typing-selected-bg-color, #0d0d0d);
}
.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper.yaglo-elementor-headline-typing-selected::after {
visibility: hidden;
}
.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper.yaglo-elementor-headline-typing-selected .yaglo-elementor-headline-dynamic-text {
color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9);
}
.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-text:not(.yaglo-elementor-headline-text-active) {
visibility: hidden;
}
.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-letter:not(.yaglo-elementor-headline-animation-in) {
position: absolute;
visibility: hidden;
}
@keyframes yaglo-elementor-headline-pulse {
0% {
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
transform: translateY(-50%) scale(0);
opacity: 0;
}
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter {
display: inline-block;
backface-visibility: hidden;
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-text {
transform: scaleX(1.0005);
opacity: 0;
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter {
transform-style: preserve-3d;
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.yaglo-elementor-headline-text-active .yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter {
opacity: 1;
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter.yaglo-elementor-headline-animation-in {
animation: yaglo-elementor-headline-swirl-in 0.4s forwards;
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter:not(.yaglo-elementor-headline-animation-in) {
animation: yaglo-elementor-headline-swirl-out 0.4s forwards;
}
@keyframes yaglo-elementor-headline-swirl-in {
0% {
opacity: 0;
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes yaglo-elementor-headline-swirl-out {
0% {
opacity: 1;
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
transform: translateZ(-20px) rotateX(-90deg);
}
}
.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-text-wrapper {
display: inline-block;
padding: 0.2em 0;
}
.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-wrapper {
overflow: hidden;
vertical-align: top;
}
.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-text {
opacity: 0;
top: 0.2em;
}
.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
top: 0;
opacity: 1;
animation: yaglo-elementor-headline-slide-down-in 0.6s;
}
.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-inactive {
animation: yaglo-elementor-headline-slide-down-out 0.6s;
}
@keyframes yaglo-elementor-headline-slide-down-in {
0% {
opacity: 0;
transform: translateY(-100%);
}
60% {
opacity: 1;
transform: translateY(20%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes yaglo-elementor-headline-slide-down-out {
0% {
opacity: 1;
transform: translateY(0);
}
60% {
opacity: 0;
transform: translateY(120%);
}
100% {
opacity: 0;
transform: translateY(100%);
}
}
.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-text-wrapper {
display: inline-block;
padding: 0.2em 0;
}
.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-dynamic-wrapper {
overflow: hidden;
vertical-align: top;
}
.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-dynamic-wrapper::after { content: "";
position: absolute;
top: 0;
left: auto;
right: 0;
width: 2px;
height: 100%;
background-color: #0d0d0d;
}
.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-dynamic-text {
opacity: 0;
}
.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
opacity: 1;
}
.yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-text {
opacity: 0;
}
.yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
opacity: 1;
animation: yaglo-elementor-headline-drop-in-in 0.8s;
}
.yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-inactive {
animation: yaglo-elementor-headline-drop-in-out 0.8s;
}
@keyframes yaglo-elementor-headline-drop-in-in {
0% {
opacity: 0;
transform: translateZ(100px);
}
100% {
opacity: 1;
transform: translateZ(0);
}
}
@keyframes yaglo-elementor-headline-drop-in-out {
0% {
opacity: 1;
transform: translateZ(0);
}
100% {
opacity: 0;
transform: translateZ(-100px);
}
}
.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-text {
opacity: 0;
}
.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-letter {
display: inline-block;
transform: rotateY(180deg);
backface-visibility: hidden;
}
.yaglo-elementor-headline-text-active .yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-letter {
transform: rotateY(0deg);
}
.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-letter.yaglo-elementor-headline-animation-in {
animation: yaglo-elementor-headline-blinds-in 0.6s forwards;
}
.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-letter:not(.yaglo-elementor-headline-animation-in) {
animation: yaglo-elementor-headline-blinds-out 0.6s forwards;
}
@keyframes yaglo-elementor-headline-blinds-in {
0% {
transform: rotateY(180deg);
}
100% {
transform: rotateY(0deg);
}
}
@keyframes yaglo-elementor-headline-blinds-out {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(-180deg);
}
}
.yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-text {
opacity: 0;
}
.yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-letter {
display: inline-block;
opacity: 0;
transform: scale(0);
}
.yaglo-elementor-headline-text-active .yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-letter {
opacity: 1;
}
.yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-letter.yaglo-elementor-headline-animation-in {
animation: yaglo-elementor-headline-wave-up 0.6s forwards;
}
.yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-letter:not(.yaglo-elementor-headline-animation-in) {
animation: yaglo-elementor-headline-wave-down 0.6s forwards;
}
@keyframes yaglo-elementor-headline-wave-up {
0% {
transform: scale(0);
opacity: 0;
}
60% {
transform: scale(1.2);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes yaglo-elementor-headline-wave-down {
0% {
transform: scale(1);
opacity: 1;
}
60% {
transform: scale(0);
opacity: 0;
}
}
.yaglo-elementor-headline-animation-type-slide .yaglo-elementor-headline-dynamic-text {
opacity: 0;
}
.yaglo-elementor-headline-animation-type-slide .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
opacity: 1;
animation: yaglo-elementor-headline-slide-in 0.6s;
}
.yaglo-elementor-headline-animation-type-slide .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-inactive {
animation: yaglo-elementor-headline-slide-out 0.6s;
}
@keyframes yaglo-elementor-headline-slide-in {
0% {
opacity: 0;
transform: translateX(-100%);
}
60% {
opacity: 1;
transform: translateX(10%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes yaglo-elementor-headline-slide-out {
0% {
opacity: 1;
transform: translateX(0);
}
60% {
opacity: 0;
transform: translateX(110%);
}
100% {
opacity: 0;
transform: translateX(100%);
}
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-slide .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-wrapper {
transition: width 0.5s;
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-wrapper {
overflow: hidden;
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-text, .yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-text, .yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-text {
white-space: nowrap;
}
.elementor-msie .yaglo-elementor-headline--style-highlight svg {
top: auto;
left: auto;
transform: translate(-100%);
}
.elementor-brand-item {
text-align: center;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
align-items: flex-end;
}
.elementor-brand-wrapper .elementor-brand-image {
display: flex;
width: 100%;
font-size: 0px;
font-size: 0rem;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: var(--e-global-color-secondary);
}
@media (max-width: 425px) {
.elementor-brand-wrapper .elementor-brand-image {
margin: 0 auto;
width: 50%;
}
}
.elementor-brand-wrapper .elementor-brand-image svg {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: var(--e-global-color-lighter);
}
.elementor-brand-wrapper .elementor-brand-image img {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
height: auto;
float: left;
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
opacity: 0.7;
}
.elementor-brand-wrapper .elementor-brand-image:hover {
color: var(--e-global-color-primary);
}
.elementor-brand-wrapper .elementor-brand-image:hover img {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}
.elementor-brand-wrapper .elementor-brand-image:hover svg {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: var(--e-global-color-secondary);
}
.elementor-brand-wrapper a {
display: block;
}
.elementor-brand-wrapper .column-item {
margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
top: 0;
right: 0;
width: 1px;
height: 100%;
background: #ebebeb;
position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
content: none !important;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper {
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:before {
content: "";
display: inline-block;
top: 0;
right: 0;
width: 1px;
height: 100%;
background-color: var(--e-global-color-border);
position: absolute;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:last-child:before {
content: none !important;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .slick-slide {
position: relative;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .slick-slide:before {
content: "";
display: inline-block;
top: 0;
right: 0;
width: 1px;
height: 100%;
background-color: var(--e-global-color-border);
position: absolute;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .slick-slide:last-child:before {
content: none !important;
}
.elementor-brand-wrapper .elementor-widget-yaglo-brand .yaglo-carousel .column-item {
margin-bottom: 0 !important;
}
.elementor-brand-wrapper .elementor-widget-yaglo-brand .yaglo-carousel .slick-track {
display: flex !important;
align-items: center;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.3;
color: #ffffff;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb .home:before {
font-size: 14px;
font-size: 0.875rem;
transform: translateY(-4px);
margin-right: 5px;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb a {
color: #fff;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb a:hover {
color: var(--e-global-color-primary);
text-decoration: underline;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb .current-item {
color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-breadcrumb .breadcrumb span {
margin: 0 5px;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb span:first-child {
margin-left: 0;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb span:last-child {
margin-right: 0;
}
.elementor-widget-yaglo-breadcrumb .yaglo-title {
font-size: 30px;
font-size: 1.875rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
line-height: 1.12;
margin-bottom: 10px;
}
@media (min-width: 568px) {
.elementor-widget-yaglo-breadcrumb .yaglo-title {
font-size: 48px;
font-size: 3rem;
}
}
.hidden-yaglo-list-item-yes .breadcrumb-listItem {
display: none;
}
.hidden-yaglo-title-yes .yaglo-title {
display: none;
}
.single-post .hidden-yaglo-title-single-yes .yaglo-title, .single-give_forms .hidden-yaglo-title-single-yes .yaglo-title {
display: none;
}
.single-post .hidden-breadcrumb-title-single, .single-give_forms .hidden-breadcrumb-title-single {
display: none;
}
.breadcrumb-wrap {
display: var(--page-title-display);
}
.home .main-breadcrumb {
display: none;
}
.elementor-widget-yaglo-banner .elementor-cta__heading2,
.elementor-widget-yaglo-banner .elementor-cta__title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 34px;
font-size: 2.125rem;
line-height: 1.18;
color: #fff;
position: relative;
z-index: 1;
letter-spacing: -1px;
}
.elementor-widget-yaglo-banner .banner-number {
position: absolute;
top: 0;
right: 0;
left: unset;
}
.elementor-widget-yaglo-banner .elementor-cta__number {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 34px;
font-size: 2.125rem;
line-height: 1.18;
color: #fff;
z-index: 1;
letter-spacing: -1px;
padding: 20px 25px 20px 25px;
background-color: var(--e-global-color-primary);
border-radius: 0 30px;
}
.elementor-widget-yaglo-banner .elementor-cta__title {
margin-bottom: 0;
}
.elementor-widget-yaglo-banner .elementor-cta__heading2 {
margin-bottom: 15px;
}
.elementor-widget-yaglo-banner .elementor-cta__subtitle {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
font-size: 13px;
font-size: 0.8125rem;
color: var(--e-global-color-secondary);
margin-bottom: 15px;
letter-spacing: 1.8px;
}
.elementor-widget-yaglo-banner .elementor-cta__subtitle div {
position: relative;
background-repeat: no-repeat;
background-position: top left;
display: flex;
}
.elementor-widget-yaglo-banner .elementor-cta__subtitle div span {
font-size: 20px;
font-size: 1.25rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
max-width: 50px;
margin-left: 5px;
}
.elementor-widget-yaglo-banner .elementor-cta__description {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-text);
margin-bottom: 15px;
}
.elementor-widget-yaglo-banner .elementor-cta__bg-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;
left: 0;
}
.elementor-widget-yaglo-banner.content-effects-yes {
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
}
.elementor-widget-yaglo-banner.content-effects-yes .elementor-cta__content_inner {
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
}
.elementor-widget-yaglo-banner.content-effects-yes .icon {
position: absolute;
top: 60px;
width: 145px;
}
.elementor-widget-yaglo-banner.content-effects-yes .des-button {
max-height: 0;
margin-bottom: 0;
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
-moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
}
.elementor-widget-yaglo-banner.content-effects-yes:hover .elementor-cta__content_inner {
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
-ms-transform: translateY(-1px);
-o-transform: translateY(-1px);
-moz-transform: translateY(-1px);
-webkit-transform: translateY(-1px);
transform: translateY(-1px);
}
.elementor-widget-yaglo-banner.content-effects-yes:hover .des-button {
max-height: 120px;
opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
}
.elementor-widget-yaglo-banner.content-stretch-yes {
height: 100%;
}
.elementor-widget-yaglo-banner.content-stretch-yes .elementor-widget-container,
.elementor-widget-yaglo-banner.content-stretch-yes .elementor-yaglo-banner {
height: 100%;
}
.elementor-widget-yaglo-banner.button-position-bottom-yes .elementor-cta__content_inner {
height: 100%;
}
.elementor-widget-yaglo-banner.button-position-bottom-yes .elementor-cta__content_inner .elementor-cta__button-wrapper {
margin-top: auto;
}
.elementor-widget-yaglo-banner:hover .elementor-cta__bg-overlay {
opacity: 1;
}
.elementor-widget-yaglo-banner:hover .elementor-cta__bg {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-yaglo-banner.box-align-left .elementor-cta__content {
text-align: left;
}
.elementor-widget-yaglo-banner.box-align-left .elementor-cta__content .elementor-cta__subtitle div {
justify-content: flex-start;
}
.elementor-widget-yaglo-banner.box-align-left .elementor-cta__content .elementor-cta__description {
background-position: top left;
}
.elementor-widget-yaglo-banner.box-align-center .elementor-cta__content {
text-align: center;
}
.elementor-widget-yaglo-banner.box-align-center .elementor-cta__content .elementor-cta__subtitle div {
justify-content: center;
background-position: top center;
}
.elementor-widget-yaglo-banner.box-align-center .elementor-cta__content .elementor-cta__description {
background-position: top center;
}
.elementor-widget-yaglo-banner.box-align-right .elementor-cta__content {
text-align: right;
}
.elementor-widget-yaglo-banner.box-align-right .elementor-cta__content .elementor-cta__subtitle div {
justify-content: flex-end;
background-position: top right;
}
.elementor-widget-yaglo-banner.box-align-right .elementor-cta__content .elementor-cta__description {
background-position: top right;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-top .elementor-cta__content {
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-top .icon {
bottom: 0;
top: unset;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-middle .elementor-cta__content {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-middle .icon {
display: none;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-bottom .elementor-cta__content {
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.elementor-widget-yaglo-banner.elementor-position-below .elementor-cta__content_inner {
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.elementor-widget-yaglo-banner.elementor-position-below .elementor-cta__content-item {
order: 1;
}
.elementor-widget-yaglo-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__title, .elementor-widget-yaglo-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__heading2 {
order: 0;
}
.elementor-widget-yaglo-banner.elementor-position-above .elementor-cta__content-item {
order: 1;
margin-bottom: 1.2em;
}
.elementor-widget-yaglo-banner.elementor-position-above .elementor-cta__content-item.elementor-cta__subtitle {
margin-bottom: 1.8rem;
order: 0;
}
.banner-style-1 .elementor-cta__bg-wrapper {
position: relative;
}
.banner-style-1 .elementor-cta__bg-wrapper:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 30%);
z-index: 2;
}
.banner-style-1 .elementor-cta__content {
flex-direction: column-reverse;
}
.banner-style-1 .elementor-cta__content_inner {
position: absolute;
bottom: 0;
transform: translateY(62px);
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
}
.banner-style-1 .des-button {
overflow: hidden;
opacity: 0;
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
}
.banner-style-1 .icon {
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
position: unset;
width: unset;
overflow: hidden;
opacity: 0;
}
.banner-style-1 .icon svg {
width: 77.776px;
height: 63.937px;
}
.banner-style-1:hover .elementor-cta__content_inner {
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
transform: translateY(-304px);
}
@media (max-width: 1200px) {
.banner-style-1:hover .elementor-cta__content_inner {
transform: translateY(-235px);
}
}
@media (max-width: 768px) {
.banner-style-1:hover .elementor-cta__content_inner {
transform: translateY(-200px);
}
}
@media (max-width: 320px) {
.banner-style-1:hover .elementor-cta__content_inner {
transform: translateY(-150px);
}
}
.banner-style-1:hover .des-button {
overflow: visible;
opacity: 1;
-ms-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
}
.banner-style-1:hover .icon {
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
transition: all 1s ease;
overflow: visible;
opacity: 1;
}
.button-banner-style-yaglo-default .elementor-button {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #FFFFFF;
text-align: center;
justify-content: center;
}
.button-banner-style-yaglo-default .elementor-button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
}
.button-banner-style-yaglo-default .elementor-button .elementor-button-icon {
position: relative;
}
.button-banner-style-yaglo-default .elementor-button .elementor-button-icon i {
margin: -1px 0px 0 5px;
}
.button-banner-style-yaglo-default .elementor-button:hover .elementor-button-icon {
color: var(--e-global-color-primary);
}
.button-banner-style-yaglo-outline .elementor-button {
color: var(--e-global-color-accent);
background-color: transparent;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
border: 1px solid var(--e-global-color-accent);
}
.button-banner-style-yaglo-outline .elementor-button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #fff;
border-radius: 0;
}
.button-banner-style-yaglo-link .elementor-button {
font-size: 12px;
font-size: 0.75rem;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
background-color: transparent;
padding: 0;
border: none;
border-radius: 0;
color: var(--e-global-color-primary);
position: relative;
position: relative;
text-transform: uppercase;
}
.button-banner-style-yaglo-link .elementor-button:hover {
color: var(--e-global-color-secondary);
}
.button-banner-style-yaglo-link .elementor-button:before {
content: "";
position: absolute;
width: 0;
height: 1px;
background-color: var(--e-global-color-primary);
bottom: 0;
right: 0;
transition: width 0.7s;
}
.button-banner-style-yaglo-link .elementor-button .elementor-button-icon i {
margin: -3px 0px 0 0px;
}
.button-banner-style-yaglo-link .elementor-button .elementor-button-icon i:before {
font-size: 10px;
}
.button-banner-style-yaglo-link .elementor-button:hover {
background-color: transparent;
}
.button-banner-style-yaglo-link .elementor-button:hover:before {
width: 100%;
left: 0;
}
.elementor-bg-transform-move-down-custom .elementor-bg {
height: calc(100% + 30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.elementor-bg-transform-move-down-custom:hover .elementor-bg {
-ms-transform: translateY(0);
-o-transform: translateY(0);
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
.elementor-bg-transform-move-up-custom .elementor-bg {
height: calc(100% + 30px);
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.elementor-bg-transform-move-up-custom:hover .elementor-bg {
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
.elementor-bg-transform-move-left-custom .elementor-bg {
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
transform: scale(1.03);
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
transform: scale(1.03) translateX(1.5%);
}
.elementor-bg-transform-move-right-custom .elementor-bg {
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
width: calc(100% + 30px);
-ms-transform: translateX(0);
-o-transform: translateX(0);
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
-ms-transform: translateX(-30px);
-o-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
.elementor-bg-transform-zoom-in:hover .elementor-bg {
-ms-transform: scale(1.025);
-o-transform: scale(1.025);
-moz-transform: scale(1.025);
-webkit-transform: scale(1.025);
transform: scale(1.025);
}
.elementor-bg-transform-zoom-out .elementor-bg {
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
width: calc(100% + 40px);
-ms-transform: scale(1.025);
-o-transform: scale(1.025);
-moz-transform: scale(1.025);
-webkit-transform: scale(1.025);
transform: scale(1.025);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
-ms-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.elementor-cta {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.elementor-cta--skin-classic .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
position: relative;
min-height: 200px;
width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%;
}
.elementor-cta--skin-cover .elementor-cta {
display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
min-height: 300px;
}
.elementor-cta--layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.elementor-cta--layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-cta--layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-cta__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
transition: all 0.2s ease;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
}
.elementor-cta__bg-wrapper {
z-index: 1;
overflow: hidden;
}
.elementor-cta__bg-overlay {
z-index: 2;
}
.elementor-cta__content {
z-index: 1;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 40px;
width: 100%;
}
.elementor-cta__content-item {
width: 100%;
}
.elementor-cta__content,
.elementor-cta__content-item {
position: relative;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
@media (max-device-width: 1024px) {
.elementor-cta {
cursor: pointer;
}
}
.archive-class-wrapper {
--grid-row-gap: 60px;
}
.classes-default .classes-post-thumbnail {
border-radius: 0 30px 0 0;
overflow: hidden;
position: relative;
z-index: 2;
}
.classes-default .classes-content {
border: 1px solid var(--e-global-color-border);
border-top-width: 0;
border-radius: 0 0 0 30px;
z-index: 1;
position: relative;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.classes-default .classes-content-inner {
background: #fff;
padding: 20px 30px 30px;
border-radius: inherit;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.classes-default .entry-title {
font-size: 22px;
font-size: 1.375rem;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.classes-default .entry-classes-instructor {
display: flex;
margin-bottom: 14px;
align-items: center;
}
.classes-default .classes-instructor-thumbnail {
margin-right: 12px;
position: relative;
z-index: 2;
}
.classes-default .classes-instructor-thumbnail img {
width: 44px;
height: 44px;
border-radius: 50%;
}
.classes-default .excerpt-content {
margin-bottom: 1.2rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.classes-default .classes-instructor-label {
font-size: 14px;
font-size: 0.875rem;
}
.classes-default .classes-instructor-title {
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.classes-default .classes-cat {
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-lighter);
margin-bottom: 8px;
}
.classes-default .class-price {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-tertiary-font-family);
font-weight: var(--e-global-typography-tertiary-font-weight);
text-transform: var(--e-global-typography-tertiary-text-transform);
font-style: var(--e-global-typography-tertiary-font-style);
text-decoration: var(--e-global-typography-tertiary-text-decoration);
line-height: var(--e-global-typography-tertiary-line-height);
letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
color: var(--e-global-color-primary);
margin-bottom: 1rem;
}
.classes-default .class-meta {
display: flex;
padding-top: 20px;
border-top: 1px solid var(--e-global-color-border);
font-size: 14px;
font-size: 0.875rem;
text-align: center;
justify-content: space-between;
}
.classes-default .class-meta .yaglo-meta-value {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.class-item-gird-v1 .classes-post-thumbnail {
padding-top: 85.366%;
position: relative;
}
.class-item-gird-v1 .classes-post-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.class-item-gird-v1 .classes-content {
z-index: 3;
background-color: #fff;
}
.class-item-gird-v1 .classes-inner:hover .more-link-wrap {
visibility: visible;
opacity: 1;
}
.class-item-gird-v1 .classes-inner:hover .classes-content-inner {
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
.class-item-gird-v1 .classes-inner:hover .classes-content {
z-index: 3;
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
.class-item-gird-v1 .classes-content {
margin-top: -20px;
padding-top: 20px;
}
.class-item-gird-v1 .more-link-wrap {
visibility: hidden;
opacity: 0;
position: absolute;
margin: 0;
bottom: 0;
left: 30px;
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
-moz-transform: translateY(50%);
-webkit-transform: translateY(50%);
transform: translateY(50%);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.class-item-gird-v1 .more-link-wrap .more-link {
color: #FFFFFF;
}
.class-item-gird-v1 .more-link-wrap .more-link:after {
color: #FFFFFF;
}
.class-item-gird-v1 .more-link-wrap .more-link:not(:hover) {
background: var(--e-global-color-primary);
}
.class-item-gird-v2 .classes-post-thumbnail {
padding-top: 85.366%;
position: relative;
}
.class-item-gird-v2 .classes-post-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.class-item-gird-v2 .more-link-wrap {
margin-top: 30px;
}
.class-item-gird-v2 .more-link-wrap .more-link {
font-size: 12px;
font-size: 0.75rem;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
background-color: transparent;
padding: 0;
border: none;
border-radius: 0;
color: var(--e-global-color-primary);
position: relative;
}
.class-item-gird-v2 .more-link-wrap .more-link:hover {
color: var(--e-global-color-secondary);
}
.class-item-gird-v2 .more-link-wrap .more-link:after {
transition: all 0.4s ease;
}
.class-item-gird-v2 .more-link-wrap .more-link:before {
content: "";
position: absolute;
width: 0;
height: 1px;
background-color: var(--e-global-color-primary);
bottom: 0;
right: 0;
transition: width 0.7s;
}
.class-item-gird-v2 .more-link-wrap .more-link:hover:after {
transition: all 0.4s ease;
color: var(--e-global-color-secondary);
}
.class-item-gird-v2 .more-link-wrap .more-link:hover:before {
width: 100%;
left: 0;
background-color: var(--e-global-color-secondary);
}
.class-item-gird-v2 .more-link-wrap .more-link:not(:hover) {
background: #fff;
}
.class-item-gird-v2 .entry-title {
margin-bottom: 12px;
}
.class-item-list-v1 .classes-inner {
display: block;
overflow: hidden;
border-radius: 0 30px 0 30px;
border: 1px solid var(--e-global-color-border);
}
@media (min-width: 768px) {
.class-item-list-v1 .classes-inner {
display: flex;
}
}
.class-item-list-v1 .classes-post-thumbnail {
flex: none;
border-radius: 0;
}
.class-item-list-v1 .classes-post-thumbnail img {
width: 100%;
}
@media (min-width: 768px) {
.class-item-list-v1 .classes-post-thumbnail {
margin: -1px;
margin-right: 0;
}
}
.class-item-list-v1 .classes-content {
border-radius: 0;
border: none;
}
.class-item-list-v1 .classes-content-inner {
padding: 30px 15px;
}
@media (min-width: 768px) {
.class-item-list-v1 .classes-content-inner {
padding: 30px;
}
}
.class-item-list-v1 .excerpt-content {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 1.8rem;
}
.class-item-list-v1 .entry-title {
font-size: 34px;
font-size: 2.125rem;
margin-bottom: 5px;
}
.class-item-list-v1 .class-price {
font-size: 22px;
font-size: 1.375rem;
}
.class-item-list-v1 .class-meta {
border: none;
border-top: 1px solid var(--e-global-color-border);
padding: 15px;
text-align: left;
}
@media (min-width: 768px) {
.class-item-list-v1 .class-meta {
border-top: 0;
border-left: 1px solid var(--e-global-color-border);
width: 270px;
flex-direction: column;
margin: 30px 0;
padding: 40px;
}
}
.class-item-list-v1 .class-meta .yaglo-class-label {
margin-bottom: 7px;
}
.class-item-list-v1 .class-meta .yaglo-meta-value {
font-size: 16px;
font-size: 1rem;
}
.class-item-list-v1 .entry-classes-instructor {
margin-bottom: 0;
}
.class-item-list-v1 .classes-instructor-thumbnail img {
width: 60px;
height: 60px;
}
.wpcf7-form ::placeholder {
color: var(--e-global-color-text);
}
.wpcf7-form {
margin: 0;
}
.wpcf7-form p {
margin: 0;
}
.wpcf7-form p label {
font-size: 16px;
font-size: 1rem;
line-height: 1.375;
color: var(--e-global-color-secondary);
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
text-transform: capitalize;
}
.wpcf7-form .wpcf7-not-valid-tip {
font-size: 14px;
font-size: 0.875rem;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap input[type=date], .wpcf7-form .wpcf7-form-control-wrap .input-text, .wpcf7-form .wpcf7-form-control-wrap select {
width: 100%;
border-width: 1px;
color: var(--e-global-color-secondary);
font-size: 16px;
font-size: 1rem;
line-height: 1.375;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
padding: 10px 10px 10px 0;
border-radius: 0;
background-color: transparent;
margin-top: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=date] {
color: var(--e-global-color-text);
border: 1px solid var(--e-global-color-border);
text-transform: uppercase;
display: flex;
flex-direction: row-reverse;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
margin: auto;
width: 100%;
height: 100%;
color: var(--e-global-color-text);
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
border-width: 1px;
resize: none;
padding: 10px 10px 10px 0;
overflow: hidden;
text-transform: capitalize;
background-color: transparent;
margin-top: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=button] {
padding: 15px 36px;
border-radius: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-text);
border-radius: 30px;
}
.wpcf7-form .row {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.wpcf7-form .row [class*=" column-"], .wpcf7-form .row [class^=column-] {
padding: 0 15px 0 15px;
}
.wpcf7-form .row p {
margin-bottom: 29px;
}
.wpcf7-form .row p label {
font-size: 16px;
font-size: 1rem;
line-height: 1.375;
color: var(--e-global-color-secondary);
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.wpcf7-form button, .wpcf7-form input[type=button], .wpcf7-form input[type=reset], .wpcf7-form input[type=submit], .wpcf7-form .button {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #FFFFFF;
text-align: center;
justify-content: center;
position: relative;
display: inline-flex;
align-items: center;
grid-column-gap: 6px;
margin-top: 40px;
}
.wpcf7-form button:hover, .wpcf7-form input[type=button]:hover, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form .button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
}
.wpcf7-form button i, .wpcf7-form input[type=button] i, .wpcf7-form input[type=reset] i, .wpcf7-form input[type=submit] i, .wpcf7-form .button i {
font-size: 14px;
font-size: 0.875rem;
}
.wpcf7-form button:hover, .wpcf7-form input[type=button]:hover, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form .button:hover {
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.wpcf7-form .wpcf7-spinner {
position: absolute;
}
.wpcf7-form .wpcf7-list-item {
display: block;
margin: 0;
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-list-item input[type=checkbox],
.wpcf7-form .wpcf7-list-item input[type=radio] {
margin-right: 10px;
}
.contact-form-special-yes .wpcf7-form input[type=text], .contact-form-special-yes .wpcf7-form input[type=number], .contact-form-special-yes .wpcf7-form input[type=email], .contact-form-special-yes .wpcf7-form input[type=tel], .contact-form-special-yes .wpcf7-form input[type=url],
.contact-form-special-yes .wpcf7-form input[type=password], .contact-form-special-yes .wpcf7-form input[type=search], .contact-form-special-yes .wpcf7-form input[type=date], .contact-form-special-yes .wpcf7-form .input-text, .contact-form-special-yes .wpcf7-form select,
.contact-form-special-yes .wpcf7-form textarea {
border-color: rgba(255, 255, 255, 0.1);
}
.contact-form-special-yes .wpcf7-form input[type=text]::placeholder, .contact-form-special-yes .wpcf7-form input[type=number]::placeholder, .contact-form-special-yes .wpcf7-form input[type=email]::placeholder, .contact-form-special-yes .wpcf7-form input[type=tel]::placeholder, .contact-form-special-yes .wpcf7-form input[type=url]::placeholder,
.contact-form-special-yes .wpcf7-form input[type=password]::placeholder, .contact-form-special-yes .wpcf7-form input[type=search]::placeholder, .contact-form-special-yes .wpcf7-form input[type=date]::placeholder, .contact-form-special-yes .wpcf7-form .input-text::placeholder, .contact-form-special-yes .wpcf7-form select::placeholder,
.contact-form-special-yes .wpcf7-form textarea::placeholder {
color: #ffffff;
}
.contact-form-special-yes .wpcf7-form .row p {
margin-bottom: 18px;
}
.contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=text], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=number], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=email], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=url],
.contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=password], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=search], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=date], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap .input-text, .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap select {
margin-top: 0;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
.contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap textarea {
margin-top: 3px;
}
.contact-form-special-yes .wpcf7-form button, .contact-form-special-yes .wpcf7-form input[type=button], .contact-form-special-yes .wpcf7-form input[type=reset], .contact-form-special-yes .wpcf7-form input[type=submit], .contact-form-special-yes .wpcf7-form .button {
margin-top: 23px;
}
.contact-form-special-yes label {
color: var(--e-global-color-secondary);
}
.elementor-counter {
position: relative;
display: flex;
}
.elementor-counter .elementor-counter-wrapper {
margin-bottom: 10px;
}
.elementor-counter .elementor-icon-counter {
justify-content: center;
align-items: center;
font-size: 52px;
font-size: 3.25rem;
}
.elementor-counter .elementor-icon-counter i {
display: inline-block;
}
.elementor-counter .elementor-icon-counter i:before {
display: block;
}
.elementor-counter .elementor-counter-number {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 80px;
font-size: 5rem;
line-height: 0.875;
color: var(--e-global-color-primary);
letter-spacing: -1px;
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
flex-grow: 0;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 80px;
font-size: 5rem;
line-height: 0.875;
color: var(--e-global-color-primary);
letter-spacing: -1px;
}
.elementor-counter .elementor-counter-title {
text-align: inherit;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 28px;
font-size: 1.75rem;
color: var(--e-global-color-secondary);
line-height: 1.214;
letter-spacing: -1px;
margin-top: 40px;
}
.elementor-counter .elementor-counter-sub-title {
font-size: 16px;
font-size: 1rem;
}
.elementor-counter .elementor-counter-description {
font-size: 15px;
font-size: 0.9375rem;
}
.elementor-alignment-left .elementor-counter {
justify-content: flex-start;
}
.elementor-alignment-left .elementor-counter .elementor-icon-counter {
display: inline-flex;
flex: 0 0 auto;
}
.elementor-alignment-left .elementor-counter .elementor-counter-wrapper {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.elementor-alignment-center .elementor-counter {
justify-content: center;
flex-direction: column;
}
.elementor-alignment-center .elementor-counter .elementor-icon-counter {
display: inline-flex;
flex: 0 0 auto;
margin: 0 auto;
}
.elementor-alignment-center .elementor-counter .elementor-counter-wrapper {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.elementor-alignment-right .elementor-counter {
flex-direction: row-reverse;
justify-content: flex-end;
}
.elementor-alignment-right .elementor-counter .elementor-icon-counter {
display: inline-flex;
flex: 0 0 auto;
}
.elementor-alignment-right .elementor-counter .elementor-counter-number-wrapper {
justify-content: flex-end;
}
.elementor-alignment-right .elementor-counter .elementor-counter-wrapper {
flex-grow: 1;
display: flex;
justify-content: flex-end;
flex-direction: column;
}
.elementor-alignment-right .elementor-counter .elementor-counter-title,
.elementor-alignment-right .elementor-counter .elementor-counter-sub-title,
.elementor-alignment-right .elementor-counter .elementor-counter-description {
text-align: right;
}
.elementor-vertical-align-top .elementor-counter {
align-items: center;
}
.elementor-vertical-align-middle .elementor-counter {
align-items: center;
}
.elementor-vertical-align-bottom .elementor-counter {
align-items: flex-end;
}
.elementor-counter .elementor-counter-number-wrapper {
align-items: center;
}
.elementor-position-left .elementor-counter {
display: flex;
}
.elementor-position-left .elementor-counter .elementor-counter-wrapper {
flex-direction: row;
align-items: center;
}
.elementor-position-top .elementor-counter {
display: block;
text-align: center;
}
.elementor-position-top .elementor-counter .elementor-counter-number-wrapper {
display: block;
}
.elementor-position-right .elementor-counter {
display: flex;
}
.elementor-position-right .elementor-counter .elementor-counter-wrapper {
flex-direction: row-reverse;
}
.enable-effects-yes .elementor-counter {
position: relative;
Width: 294px;
Height: 264px;
}
.enable-effects-yes .elementor-counter:before {
content: "";
position: absolute;
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDcgMTg2Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMTQzLjI0MyAwSDYzLjc1N0M1NS4xOTYgMCA0Ny4yNTEgNC41OTcgNDIuOTcgMTIuMDA3TDMuMjEgODAuOTkzYTI0LjEyIDI0LjEyIDAgMCAwIDAgMjQuMDQ4bDM5Ljc2IDY4Ljk1MkM0Ny4yNSAxODEuNDM3IDU1LjE5NiAxODYgNjMuNzU4IDE4Nmg3OS40ODVjOC41NjEgMCAxNi41MDYtNC41OTcgMjAuNzg3LTEyLjAwN2wzOS43NTktNjguOTUyYTI0LjEyIDI0LjEyIDAgMCAwIDAtMjQuMDQ4TDE2NC4wMyAxMi4wMDdDMTU5Ljc0OSA0LjU5NyAxNTEuODA0IDAgMTQzLjI0MyAweiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9nPjwvc3ZnPg==);
-webkit-mask-size: 100%;
-webkit-mask-position: center center;
-webkit-mask-repeat: no-repeat;
width: 100%;
height: 100%;
background-color: #F0FAFD;
}
.enable-effects-yes .elementor-counter-wrapper {
align-items: center;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.elementor-header-group-wrapper .header-group-action {
display: flex;
align-items: flex-end;
justify-content: flex-end;
padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
display: inline-flex;
position: relative;
margin-right: 9px;
margin-left: 10px;
text-align: center;
}
.elementor-header-group-wrapper .header-group-action > div:first-child {
margin-left: 0;
}
.elementor-header-group-wrapper .header-group-action > div:last-child {
margin-right: 0;
margin-top: 3px;
}
.elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
display: none;
}
@media (min-width: 1025px) {
.elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
display: block;
}
}
.elementor-header-group-wrapper .site-header-account a .account-content {
display: none;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
pointer-events: auto;
opacity: 1;
visibility: visible;
z-index: 9999;
}
.elementor-widget-heading .elementor-heading-wrapper-inner {
display: flex;
flex-direction: column;
}
.elementor-widget-heading .elementor-heading-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-secondary);
text-transform: capitalize;
line-height: 1.15;
letter-spacing: -1px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
font-size: 14px;
font-size: 0.875rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
font-size: 16px;
font-size: 1rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
font-size: 20px;
font-size: 1.25rem;
}
@media (min-width: 768px) {
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
font-size: 24px;
font-size: 1.5rem;
}
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
font-size: 24px;
font-size: 1.5rem;
}
@media (min-width: 768px) {
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
font-size: 34px;
font-size: 2.125rem;
}
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
font-size: 30px;
font-size: 1.875rem;
}
@media (min-width: 768px) {
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
font-size: 40px;
font-size: 2.5rem;
text-transform: unset;
}
}
.elementor-widget-heading .elementor-sub-title {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-primary);
font-size: 14px;
font-size: 0.875rem;
line-height: 1.57;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
.elementor-widget-heading.heading-icon-effects-yes {
display: flex;
}
.elementor-widget-heading.heading-icon-effects-yes .elementor-sub-title {
background-color: #EBE3FF;
border-radius: 30px;
padding: 8px 16px 7px 16px;
margin: 0 auto 0 0;
}
.elementor-widget-heading.heading-icon-effects-yes .elementor-sub-title:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
color: transparent;
margin-right: 8px;
margin-top: -3px;
width: 4px;
height: 4px;
border-radius: 50%;
background-color: var(--e-global-color-accent);
}
.elementor-widget-heading.heading-icon-effects-yes .elementor-sub-title:after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
color: transparent;
margin-left: 8px;
margin-top: -3px;
width: 4px;
height: 4px;
border-radius: 50%;
background-color: var(--e-global-color-accent);
}
.elementor-widget-heading.elementor-align-left .elementor-heading-title {
justify-content: flex-start;
}
.elementor-widget-heading.elementor-align-center .elementor-heading-title {
justify-content: center;
}
.elementor-widget-heading.elementor-align-right .elementor-heading-title {
justify-content: flex-end;
}
.elementor-widget-heading.elementor-align-justify .elementor-heading-title {
justify-content: space-between;
}
.elementor-widget-heading.elementor-heading-align-flex-start .elementor-sub-title {
margin: 0 auto 0 0;
}
.elementor-widget-heading.elementor-heading-align-center .elementor-sub-title {
margin: 0 auto;
}
.elementor-widget-heading.elementor-heading-align-flex-end .elementor-sub-title {
margin: 0 0 0 auto;
}
.subtitle-position-below .elementor-sub-title {
margin-top: 1rem;
}
@media (min-width: 768px) {
.subtitle-position-below .elementor-sub-title {
margin-top: 1.4rem;
}
}
.subtitle-position-above .elementor-sub-title {
order: -1;
margin-bottom: 1rem;
}
@media (min-width: 768px) {
.subtitle-position-above .elementor-sub-title {
margin-bottom: 1.4rem;
}
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-icon .elementor-icon {
display: flex;
font-size: 80px;
font-size: 5rem;
color: var(--e-global-color-secondary);
width: 100%;
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-title {
font-size: 28px;
font-size: 1.75rem;
color: var(--e-global-color-secondary);
line-height: 1.22;
letter-spacing: -1px;
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-title a {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-description {
color: var(--e-global-color-text);
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
margin: 0;
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-yaglo-icon-box .elementor-icon-box-description span {
color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-icon-box:hover {
cursor: pointer;
}
.elementor-widget-yaglo-icon-box:hover .elementor-icon-box-title {
color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-wrapper {
display: block;
text-align: center;
}
.elementor-widget-yaglo-icon-box.elementor-view-default .elementor-icon {
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-icon-box.elementor-view-stacked .elementor-icon {
color: #fff;
background-color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
border: 1px dashed;
border-color: #DDDADA;
}
.elementor-widget-yaglo-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
border: 1px solid var(--e-global-color-secondary);
}
.elementor-widget-yaglo-icon-box.elementor-position-top .elementor-icon-box-wrapper {
display: block;
text-align: center;
}
.elementor-widget-yaglo-icon-box.elementor-position-top .elementor-icon-box-wrapper.elementor-icon-box-icon.elementor-icon {
display: flex;
justify-content: center;
}
.elementor-widget-yaglo-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-yaglo-icon-box.elementor-position-right .elementor-icon-box-wrapper {
display: flex;
}
.elementor-widget-yaglo-icon-box.elementor-position-top .elementor-icon-box-wrapper {
flex-direction: column;
}
.elementor-widget-yaglo-icon-box.elementor-position-left .elementor-icon-box-wrapper {
text-align: left;
flex-direction: row;
}
.elementor-widget-yaglo-icon-box.elementor-position-right .elementor-icon-box-wrapper {
text-align: right;
flex-direction: row-reverse;
}
.elementor-widget-yaglo-icon-box.elementor-position-left .elementor-icon-box-icon {
margin-right: var(--icon-box-icon-margin, 15px);
margin-left: 0;
margin-bottom: unset;
}
.elementor-widget-yaglo-icon-box.elementor-position-top .elementor-icon-box-icon {
margin-bottom: var(--icon-box-icon-margin, 15px);
margin-right: auto;
margin-left: auto;
}
.elementor-widget-yaglo-icon-box.elementor-position-right .elementor-icon-box-icon {
margin-left: var(--icon-box-icon-margin, 15px);
margin-right: 0;
margin-bottom: unset;
}
@media (min-width: 768px) {
.elementor-widget-yaglo-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
align-items: flex-start;
}
}
@media (min-width: 768px) {
.elementor-widget-yaglo-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
align-items: center;
}
}
@media (min-width: 768px) {
.elementor-widget-yaglo-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
align-items: flex-end;
}
}
.icon-box-style-1 {
padding: 40px;
border-radius: 0 30px;
background: #FFF;
transition: all 0.4s ease;
}
@media (max-width: 1440px) {
.icon-box-style-1 {
padding: 40px 26px 40px 26px;
}
.icon-box-style-1 .elementor-icon-box-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media (max-width: 1024px) {
.icon-box-style-1 {
padding: 40px 20px 40px 20px;
}
.icon-box-style-1 .elementor-icon-box-title {
font-size: 22px;
font-size: 1.375rem;
}
}
.icon-box-style-1:hover {
transition: all 0.4s ease;
background-color: var(--e-global-color-secondary);
}
.icon-box-style-1:hover .elementor-icon-box-title {
color: #FFFFFF !important;
}
.icon-box-style-1:hover .elementor-icon-box-description {
color: #FFFFFF !important;
}
.icon-box-style-1 .elementor-icon svg {
transition: all 0.4s ease;
}
.icon-box-style-1 .elementor-icon:hover svg {
transform: scale(1.1);
transition: all 0.4s ease;
}
.icon-box-style-2 .elementor-icon-box-icon {
display: flex;
}
.icon-box-style-2 .elementor-icon-box-icon .elementor-icon {
position: relative;
width: 100px;
height: 100px;
background-color: #FFF;
border-radius: 50%;
}
.icon-box-style-2 .elementor-icon-box-icon .elementor-icon svg {
position: absolute;
width: 52px;
height: 52px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor-widget-yaglo-image-carousel .elementor-image-carousel-item-wrapper .yaglo-con-inner a i {
display: none;
}
.elementor-widget-yaglo-image-carousel .yaglo-swiper {
clip-path: inset(-15px);
overflow: visible;
}
.elementor-widget-yaglo-image-carousel .swiper-slide-active ~ .swiper-slide-visible a .image,
.elementor-widget-yaglo-image-carousel .swiper-slide-active a .image {
margin-left: auto;
margin-right: auto;
}
.elementor-widget-yaglo-image-carousel a {
text-align: center;
display: block;
}
.elementor-widget-yaglo-image-carousel a .image {
margin-bottom: 20px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-yaglo-image-carousel a .image:hover {
border-radius: 0;
}
.elementor-widget-yaglo-image-carousel a .title {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-yaglo-image-carousel a .title span {
color: var(--e-global-color-primary);
}
@media (max-width: 1200px) {
.image-carousel-style-1 .yaglo-swiper {
height: 550px !important;
}
}
@media (max-width: 1024px) {
.image-carousel-style-1 .yaglo-swiper {
height: 450px !important;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .yaglo-swiper {
height: 300px !important;
}
}
@media (max-width: 425px) {
.image-carousel-style-1 .yaglo-swiper {
height: 350px !important;
}
}
@media (max-width: 375px) {
.image-carousel-style-1 .yaglo-swiper {
height: 330px !important;
}
}
@media (max-width: 320px) {
.image-carousel-style-1 .yaglo-swiper {
height: 290px !important;
}
}
.image-carousel-style-1 .swiper-slide-active ~ .swiper-slide-visible a .image,
.image-carousel-style-1 .swiper-slide-active a .image {
margin-left: auto;
margin-right: auto;
object-fit: cover;
}
.image-carousel-style-1 .swiper-slide-active {
width: 880px !important;
height: 751px !important;
transition: width 1s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 1440px) {
.image-carousel-style-1 .swiper-slide-active {
width: 660px !important;
height: 751px !important;
}
}
@media (max-width: 1200px) {
.image-carousel-style-1 .swiper-slide-active {
width: 500px !important;
height: 550px !important;
}
}
@media (max-width: 1024px) {
.image-carousel-style-1 .swiper-slide-active {
width: 494px !important;
height: 450px !important;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-active {
width: 344px !important;
height: auto !important;
}
}
@media (max-width: 425px) {
.image-carousel-style-1 .swiper-slide-active {
width: 395px !important;
height: auto !important;
}
}
@media (max-width: 375px) {
.image-carousel-style-1 .swiper-slide-active {
width: 345px !important;
height: auto !important;
}
}
@media (max-width: 360px) {
.image-carousel-style-1 .swiper-slide-active {
width: 330px !important;
height: auto !important;
}
}
@media (max-width: 320px) {
.image-carousel-style-1 .swiper-slide-active {
width: 290px !important;
height: auto !important;
}
}
.image-carousel-style-1 .swiper-slide-active a .image {
width: 880px;
height: 751px;
object-fit: cover;
}
@media (max-width: 1440px) {
.image-carousel-style-1 .swiper-slide-active a .image {
width: 660px;
height: 751px;
}
}
@media (max-width: 1200px) {
.image-carousel-style-1 .swiper-slide-active a .image {
width: 500px;
height: 550px;
}
}
@media (max-width: 1024px) {
.image-carousel-style-1 .swiper-slide-active a .image {
width: 494px;
height: 450px;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-active a .image {
width: 344px;
height: auto;
border-radius: 0;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-active a .image {
width: 395px;
}
}
@media (max-width: 375px) {
.image-carousel-style-1 .swiper-slide-active a .image {
width: 345px;
}
}
@media (max-width: 360px) {
.image-carousel-style-1 .swiper-slide-active a .image {
width: 330px;
}
}
@media (max-width: 320px) {
.image-carousel-style-1 .swiper-slide-active a .image {
width: 290px;
}
}
@media (max-width: 1440px) {
.image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
width: 440px;
height: 751px;
object-fit: cover;
border-radius: 0px 30px;
}
}
@media (max-width: 1200px) {
.image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
width: 300px;
height: 550px;
object-fit: cover;
border-radius: 0px 30px;
}
}
@media (max-width: 1024px) {
.image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
width: 215px;
height: 450px;
object-fit: cover;
border-radius: 0px 30px;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
width: 344px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
@media (max-width: 425px) {
.image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
width: 395px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
@media (max-width: 375px) {
.image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
width: 345px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
@media (max-width: 360px) {
.image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
width: 330px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
@media (max-width: 320px) {
.image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
width: 290px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
.image-carousel-style-1 .swiper-slide-prev {
width: 440px !important;
height: 751px !important;
transition: width 1s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 1440px) {
.image-carousel-style-1 .swiper-slide-prev {
width: 340px !important;
height: 751px !important;
}
}
@media (max-width: 1200px) {
.image-carousel-style-1 .swiper-slide-prev {
width: 300px !important;
height: 550px !important;
}
}
@media (max-width: 1024px) {
.image-carousel-style-1 .swiper-slide-prev {
width: 215px !important;
height: 450px !important;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-prev {
width: 344px !important;
height: auto !important;
}
}
@media (max-width: 425px) {
.image-carousel-style-1 .swiper-slide-prev {
width: 395px !important;
height: auto !important;
}
}
@media (max-width: 375px) {
.image-carousel-style-1 .swiper-slide-prev {
width: 345px !important;
height: auto !important;
}
}
@media (max-width: 360px) {
.image-carousel-style-1 .swiper-slide-prev {
width: 330px !important;
height: auto !important;
}
}
@media (max-width: 320px) {
.image-carousel-style-1 .swiper-slide-prev {
width: 290px !important;
height: auto !important;
}
}
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 440px;
height: 751px;
object-fit: cover;
border-radius: 0px 30px;
}
@media (max-width: 1200px) {
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 300px;
height: 550px;
}
}
@media (max-width: 1024px) {
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 215px;
height: 450px;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 344px;
height: auto;
border-radius: 0;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 395px;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 344px;
}
}
@media (max-width: 425px) {
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 395px;
}
}
@media (max-width: 375px) {
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 345px;
}
}
@media (max-width: 360px) {
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 330px;
}
}
@media (max-width: 320px) {
.image-carousel-style-1 .swiper-slide-prev a .image {
width: 290px;
}
}
@media (max-width: 1440px) {
.image-carousel-style-1 .swiper-slide-duplicate-next a .image {
width: 440px;
height: 751px;
object-fit: cover;
border-radius: 0px 30px;
}
}
@media (max-width: 1200px) {
.image-carousel-style-1 .swiper-slide-duplicate-next a .image {
width: 300px;
height: 550px;
object-fit: cover;
border-radius: 0px 30px;
}
}
@media (max-width: 1024px) {
.image-carousel-style-1 .swiper-slide-duplicate-next a .image {
width: 215px;
height: 450px;
object-fit: cover;
border-radius: 0px 30px;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-duplicate-next a .image {
width: 344px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
@media (max-width: 425px) {
.image-carousel-style-1 .swiper-slide-duplicate-next a .image {
width: 395px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
@media (max-width: 375px) {
.image-carousel-style-1 .swiper-slide-duplicate-next a .image {
width: 345px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
@media (max-width: 360px) {
.image-carousel-style-1 .swiper-slide-duplicate-next a .image {
width: 330px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
@media (max-width: 320px) {
.image-carousel-style-1 .swiper-slide-duplicate-next a .image {
width: 290px;
height: auto;
object-fit: cover;
border-radius: 0;
}
}
.image-carousel-style-1 .swiper-slide-next {
width: 440px !important;
height: 751px !important;
transition: width 1s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 1440px) {
.image-carousel-style-1 .swiper-slide-next {
width: 340px !important;
height: 751px !important;
}
}
@media (max-width: 1200px) {
.image-carousel-style-1 .swiper-slide-next {
width: 300px !important;
height: 550px !important;
}
}
@media (max-width: 1024px) {
.image-carousel-style-1 .swiper-slide-next {
width: 215px !important;
height: 450px !important;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-next {
width: 344px !important;
height: auto !important;
}
}
@media (max-width: 425px) {
.image-carousel-style-1 .swiper-slide-next {
width: 395px !important;
height: auto !important;
}
}
@media (max-width: 375px) {
.image-carousel-style-1 .swiper-slide-next {
width: 345px !important;
height: auto !important;
}
}
@media (max-width: 360px) {
.image-carousel-style-1 .swiper-slide-next {
width: 330px !important;
height: auto !important;
}
}
@media (max-width: 320px) {
.image-carousel-style-1 .swiper-slide-next {
width: 290px !important;
height: auto !important;
}
}
.image-carousel-style-1 .swiper-slide-next a .image {
width: 440px;
height: 751px;
object-fit: cover;
border-radius: 0px 30px;
}
@media (max-width: 1200px) {
.image-carousel-style-1 .swiper-slide-next a .image {
width: 300px;
height: 550px;
}
}
@media (max-width: 1024px) {
.image-carousel-style-1 .swiper-slide-next a .image {
width: 215px;
height: 450px;
}
}
@media (max-width: 768px) {
.image-carousel-style-1 .swiper-slide-next a .image {
width: 344px;
height: auto;
border-radius: 0;
}
}
@media (max-width: 425px) {
.image-carousel-style-1 .swiper-slide-next a .image {
width: 395px;
}
}
@media (max-width: 375px) {
.image-carousel-style-1 .swiper-slide-next a .image {
width: 345px;
}
}
@media (max-width: 360px) {
.image-carousel-style-1 .swiper-slide-next a .image {
width: 330px;
}
}
@media (max-width: 320px) {
.image-carousel-style-1 .swiper-slide-next a .image {
width: 290px;
}
}
.image-carousel-style-1 a {
text-align: center;
display: block;
}
.image-carousel-style-1 a .image {
margin-bottom: 20px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 880px;
height: 751px;
}
@media (max-width: 1440px) {
.image-carousel-style-1 a .image {
width: unset;
height: unset;
}
}
.image-carousel-style-1 a .title {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.image-carousel-style-1 a .title span {
color: var(--e-global-color-primary);
}
.image-carousel-effects-yes .elementor-image-carousel-item-wrapper .yaglo-con-inner a {
overflow: hidden;
display: block;
position: relative;
}
.image-carousel-effects-yes .elementor-image-carousel-item-wrapper .yaglo-con-inner a i {
top: 50%;
left: 50%;
opacity: 0;
visibility: visible;
transform: translate(-50%, 0px);
transition: all 0.35s;
color: var(--e-global-color-primary);
z-index: 2;
font-size: 20px;
font-size: 1.25rem;
line-height: 20px;
font-weight: 400;
position: absolute;
width: 60px;
height: 60px;
background-color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.image-carousel-effects-yes .elementor-image-carousel-item-wrapper .yaglo-con-inner a:hover:before {
opacity: 1;
visibility: visible;
}
.image-carousel-effects-yes .elementor-image-carousel-item-wrapper .yaglo-con-inner a:hover i {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%);
}
.elementor-widget-pavo-image-gallery .grid__item a {
display: block;
}
.elementor-widget-pavo-image-gallery .grid__item a img {
display: block;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item {
width: 294px !important;
height: 264px !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item .gallery-image img {
width: 294px !important;
height: 264px !important;
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDcgMTg2Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMTQzLjI0MyAwSDYzLjc1N0M1NS4xOTYgMCA0Ny4yNTEgNC41OTcgNDIuOTcgMTIuMDA3TDMuMjEgODAuOTkzYTI0LjEyIDI0LjEyIDAgMCAwIDAgMjQuMDQ4bDM5Ljc2IDY4Ljk1MkM0Ny4yNSAxODEuNDM3IDU1LjE5NiAxODYgNjMuNzU4IDE4Nmg3OS40ODVjOC41NjEgMCAxNi41MDYtNC41OTcgMjAuNzg3LTEyLjAwN2wzOS43NTktNjguOTUyYTI0LjEyIDI0LjEyIDAgMCAwIDAtMjQuMDQ4TDE2NC4wMyAxMi4wMDdDMTU5Ljc0OSA0LjU5NyAxNTEuODA0IDAgMTQzLjI0MyAweiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9nPjwvc3ZnPg==);
-webkit-mask-size: 100%;
-webkit-mask-position: center center;
-webkit-mask-repeat: no-repeat;
object-fit: cover;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item .gallery-image a:before {
display: none;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(1) {
top: 30% !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(even) {
top: 5% !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(2) {
left: 249px !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(3) {
left: 498px !important;
top: 30% !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(4) {
left: 747px !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(5) {
right: 0 !important;
left: unset !important;
top: 30% !important;
}
.yaglo-image-gallery-masonry .isotope-grid {
height: 1120px !important;
}
@media (max-width: 1200px) {
.yaglo-image-gallery-masonry .isotope-grid {
height: 902px !important;
}
}
@media (max-width: 1024px) {
.yaglo-image-gallery-masonry .isotope-grid {
height: 2243px !important;
}
}
.yaglo-image-gallery-masonry .grid__item:nth-child(4) {
top: 290px !important;
left: 480px !important;
position: absolute;
}
@media (max-width: 1440px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(4) {
left: 473px !important;
}
}
@media (max-width: 1200px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(4) {
top: 238px !important;
left: 390px !important;
}
}
@media (max-width: 1024px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(4) {
left: 0 !important;
top: 36.5% !important;
}
}
.yaglo-image-gallery-masonry .grid__item:nth-child(4) .gallery-image {
width: 450px !important;
height: 340px !important;
}
@media (max-width: 1440px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(4) .gallery-image {
width: 435px !important;
}
}
@media (max-width: 1200px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(4) .gallery-image {
width: 360px !important;
}
}
.yaglo-image-gallery-masonry .grid__item:nth-child(6) {
top: 660px !important;
left: 480px !important;
position: absolute;
}
@media (max-width: 1440px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(6) {
left: 473px !important;
top: 651px !important;
}
}
@media (max-width: 1200px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(6) {
top: 534px !important;
left: 390px !important;
}
.yaglo-image-gallery-masonry .grid__item:nth-child(6) .gallery-image {
width: 360px !important;
}
}
@media (max-width: 1024px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(6) {
left: 0 !important;
top: 122.5% !important;
}
}
@media (max-width: 1440px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(6) {
width: 435px !important;
}
}
.yaglo-image-gallery-masonry .grid__item:nth-child(7) {
top: 603px !important;
left: 960px !important;
position: absolute;
}
@media (max-width: 1440px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(7) {
top: 590px !important;
left: 940px !important;
}
}
@media (max-width: 1200px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(7) {
top: 488px !important;
left: 780px !important;
}
}
.yaglo-image-gallery-masonry img {
width: 100% !important;
object-fit: cover;
}
@media (min-width: 1024px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(10n+4), .yaglo-image-gallery-masonry .grid__item:nth-child(10n+9) {
width: 66% !important;
}
}
.isotope-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.isotope-grid .grid__item {
margin-bottom: var(--grid-column-gap);
}
.elementor-widget-yaglo-image-gallery {
width: 100%;
}
.elementor-widget-yaglo-image-gallery ul {
margin: 0 0 55px 0;
}
.elementor-widget-yaglo-image-gallery .gallery-image {
position: relative;
}
.elementor-widget-yaglo-image-gallery .gallery-image a i {
display: none;
}
.elementor-widget-yaglo-image-gallery img {
display: block;
transition: all 0.3s ease;
}
.elementor-widget-yaglo-image-gallery:nth-child(even) {
margin-top: 30px;
}
.elementor-galerry__filter {
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
line-height: 1.3;
position: relative;
cursor: pointer;
outline: 0;
border: none;
color: var(--e-global-color-text);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-galerry__filter .count {
display: none;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-secondary);
position: absolute;
top: -10px;
}
.elementor-galerry__filter.elementor-active, .elementor-galerry__filter:hover {
color: var(--e-global-color-primary);
}
.image-gallery-effects-yes .gallery-image {
position: relative;
}
.image-gallery-effects-yes .gallery-image a {
overflow: hidden;
display: block;
}
.image-gallery-effects-yes .gallery-image a i {
top: 50%;
left: 50%;
opacity: 0;
visibility: visible;
transform: translate(-50%, 0px);
transition: all 0.35s;
color: var(--e-global-color-primary);
z-index: 2;
font-size: 20px;
font-size: 1.25rem;
line-height: 20px;
font-weight: 400;
position: absolute;
width: 60px;
height: 60px;
background-color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.image-gallery-effects-yes .gallery-image a:hover:before {
opacity: 1;
visibility: visible;
}
.image-gallery-effects-yes .gallery-image a:hover i {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%);
}
.elementor-image-gallery {
position: relative;
}
.elementor-editor-active .isotope-grid {
height: auto !important;
}
.elementor-editor-active .isotope-grid .grid__item > a {
pointer-events: none;
}
.elementor-galerry__filters {
list-style: none;
justify-content: center;
display: flex;
flex-wrap: wrap;
grid-column-gap: 30px;
grid-row-gap: 15px;
}
.elementor-filter-left .elementor-galerry__filters {
justify-content: flex-start;
}
.elementor-filter-right .elementor-galerry__filters {
justify-content: flex-end;
}
.elementor-widget-yaglo-image-gallery .yaglo-carousel .slick-list {
overflow: visible;
}
@media only screen and (max-width: 650px) {
.yaglo-image-gallery-masonry .grid__item:nth-child(5), .yaglo-image-gallery-masonry .grid__item:nth-child(5n+6) {
width: 100% !important;
}
}
.elementor-canvas-info-wrapper {
display: flex;
}
.elementor-canvas-info-wrapper:hover a {
color: var(--e-global-color-secondary);
}
.elementor-canvas-info-wrapper .yaglo-info-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.elementor-canvas-info-wrapper .yaglo-info-button:hover .screen-reader-text {
color: var(--e-global-color-primary);
}
.elementor-canvas-info-wrapper .yaglo-info-button .content {
font-size: 12px;
font-size: 0.75rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
line-height: 18px;
text-transform: uppercase;
}
.yaglo-info-canvas-layout-2 .elementor-canvas-info-wrapper .yaglo-info-button {
display: flex;
flex-direction: column-reverse;
}
.info-canvas-active .yaglo-icon > span {
background-color: var(--e-global-color-secondary);
margin-bottom: 0;
}
.info-canvas-active .yaglo-icon > span:hover {
animation: qode-draw 0.9s cubic-bezier(0.6, 0.87, 0.43, 0.99) forwards;
}
.info-canvas-active .yaglo-icon .icon-1 {
top: 50%;
transform: translateY(50%) rotate(19deg);
}
.info-canvas-active .yaglo-icon .icon-2 {
top: 50%;
transform: translateY(-50%) rotate(-18deg);
}
.info-canvas-active .yaglo-info-canvas-layout-2 .elementor-canvas-info-wrapper .yaglo-info-button .content {
font-size: 0px;
font-size: 0rem;
}
@keyframes qode-draw {
0%, 100% {
-webkit-clip-path: inset(-1px 0);
clip-path: inset(-1px 0);
}
42% {
-webkit-clip-path: inset(-1px 0 -1px 100%);
clip-path: inset(-1px 0 -1px 100%);
}
43% {
-webkit-clip-path: inset(-1px 100% -1px 0);
clip-path: inset(-1px 100% -1px 0);
}
}
.yaglo-canvas-info {
--e-global-info-spacing: 0;
background-color: #fff;
--e-global-info-width: 480px;
display: flex;
flex-direction: column;
justify-content: space-between;
position: fixed;
width: var(--e-global-info-width);
top: 0;
right: 0;
bottom: 0;
z-index: 99999;
overflow: hidden;
overflow-y: auto;
transition: transform 0.55s ease;
-webkit-transform: translate3d(var(--e-global-info-width), 0, 0);
transform: translate3d(var(--e-global-info-width), 0, 0);
}
.yaglo-canvas-info-right {
right: 0;
left: unset;
-webkit-transform: translate3d(var(--e-global-info-width), 0, 0);
transform: translate3d(var(--e-global-info-width), 0, 0);
}
.yaglo-canvas-info-left {
right: unset;
left: 0;
-webkit-transform: translate3d(calc(var(--e-global-info-width) - 1), 0, 0);
transform: translate3d(calc(var(--e-global-info-width) / -1), 0, 0);
}
.info-canvas-active .yaglo-canvas-info {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.info-canvas-active .yaglo-canvas-info-left {
-webkit-transform: translate3d(var(--e-global-info-spacing), 0, 0);
transform: translate3d(var(--e-global-info-spacing), 0, 0);
}
.info-canvas-active .yaglo-canvas-info-right {
-webkit-transform: translate3d(calc(var(--e-global-info-spacing) - 1), 0, 0);
transform: translate3d(calc(var(--e-global-info-spacing) * -1), 0, 0);
}
.admin-bar .yaglo-canvas-info {
top: 46px;
}
@media (min-width: 783px) {
.admin-bar .yaglo-canvas-info {
top: 32px;
}
}
@media (min-width: 601px) and (max-width: 782px) {
.admin-bar .yaglo-canvas-info {
top: 46px;
}
}
.yaglo-canvas-info-close {
font-size: 24px;
font-size: 1.5rem;
float: right;
clear: both;
position: absolute;
line-height: 1;
top: 47px;
right: 45px;
padding: 0;
width: 20px;
height: 20px;
text-align: center;
z-index: 999;
color: var(--e-global-color-text);
}
@media (min-width: 1024px) {
.yaglo-canvas-info-close {
opacity: 0;
}
}
.yaglo-canvas-info-close:hover, .yaglo-canvas-info-close:focus {
color: var(--e-global-color-primary);
}
.yaglo-info-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.6);
visibility: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}
.info-canvas-active .yaglo-info-overlay {
visibility: visible;
opacity: 1;
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social {
display: flex;
align-items: center;
}
@media (max-width: 425px) {
.elementor-widget-yaglo-instructors-in-classes .instructor-social {
display: block;
}
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social img {
width: 300px;
height: 365.854px;
border-radius: 0 30px;
object-fit: cover;
}
@media (max-width: 425px) {
.elementor-widget-yaglo-instructors-in-classes .instructor-social img {
width: 100%;
height: 100%;
}
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content {
padding-left: 40px;
}
@media (max-width: 425px) {
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content {
padding-left: 0;
padding-top: 20px;
}
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .entry-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 28px;
font-size: 1.75rem;
line-height: 1.21429;
letter-spacing: -1px;
margin-bottom: 10px;
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .instructor-experience {
margin-bottom: 30px;
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .instructor-social-wrap {
visibility: visible;
opacity: 1;
margin: 0;
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .instructor-social-wrap a {
border: 1px solid #E5E5E5;
border-radius: 50%;
padding: 0;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-lighter);
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .instructor-social-wrap a:hover {
background-color: var(--e-global-color-primary);
color: #FFFFFF;
border-color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .excerpt-content {
margin-bottom: 40px;
}
.elementor-widget-yaglo-instructors-info .teacher-social-wrap {
visibility: visible;
opacity: 1;
}
.elementor-widget-yaglo-instructors-info .teacher-social-wrap a {
color: #000;
}
.elementor-widget-yaglo-instructors-info .entry-title {
margin-bottom: 4px;
}
.elementor-widget-yaglo-instructors-info .instructor-experience {
margin-bottom: 1rem;
color: var(--e-global-color-lighter);
}
.elementor-widget-yaglo-instructors-info .instructor-social {
display: flex;
grid-column-gap: 24px;
}
.elementor-widget-yaglo-instructors-info a[class*=social-link] {
font-size: 14px;
font-size: 0.875rem;
}
.archive-class-wrapper {
--grid-row-gap: 60px;
}
.instructor-default .instructor-inner {
position: relative;
transition: all 0.4s ease;
}
.instructor-default .instructor-inner:hover {
transition: all 0.4s ease;
}
.instructor-default .instructor-inner:hover .instructor-post-thumbnail {
transition: all 0.4s ease;
border-radius: 0;
}
.instructor-default .instructor-inner:hover .instructor-post-thumbnail img {
transition: all 0.4s ease;
border-radius: 0;
}
.instructor-default .instructor-inner:hover .instructor-content {
border-radius: 0;
}
.instructor-default .instructor-inner:hover .instructor-social-wrap {
visibility: visible;
opacity: 1;
margin-bottom: 44px;
margin-top: 40px;
}
.instructor-default .instructor-post-thumbnail {
border-radius: 0 30px 0 0;
overflow: hidden;
padding-top: 122%;
position: relative;
transition: all 0.4s ease;
}
.instructor-default .instructor-post-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0 30px 0 30px;
transition: all 0.4s ease;
}
.instructor-default .instructor-content {
position: absolute;
border-top-width: 0;
padding: 60px 40px 17px;
bottom: 0;
left: 0;
width: 100%;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background: #22c1c3;
background: linear-gradient(0deg, black 0%, rgba(251, 251, 251, 0) 100%);
color: #fff;
border-radius: 0 0 0 30px;
max-height: 100%;
}
.instructor-default .instructor-content-inner {
background: #fff;
padding: 20px 30px 30px;
border-radius: inherit;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.instructor-default .entry-title {
font-size: 28px;
font-size: 1.75rem;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 0.5rem;
color: #fff;
}
.instructor-social-wrap {
list-style: none;
padding-left: 0;
display: inline-flex;
z-index: 3;
transition: all ease-in-out 0.3s;
grid-column-gap: 14px;
margin-bottom: 44px;
margin-top: 40px;
}
@media (min-width: 1024px) {
.instructor-social-wrap {
margin-bottom: 0;
margin-top: 0;
}
}
@media (min-width: 768px) {
.instructor-social-wrap {
visibility: hidden;
opacity: 0;
}
}
.instructor-social-wrap a {
padding-left: 10px;
padding-right: 10px;
width: 44px;
height: 44px;
border-radius: 44px;
border: 1px solid var(--e-global-color-border);
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 13px;
font-size: 0.8125rem;
}
.instructor-social-wrap a:hover {
color: var(--e-global-color-primary);
border-color: #fff;
background-color: #fff;
}
a[class*=social-link][href*=twitter]:before {
content: "";
}
a[class*=social-link][href*=instagram]:before {
content: "";
}
a[class*=social-link][href*=yelp]:before {
content: "";
}
a[class*=social-link][href*=flickr]:before {
content: "";
}
a[class*=social-link][href*=github]:before {
content: "";
}
a[class*=social-link][href*=dribbble]:before {
content: "";
}
a[class*=social-link][href*=wordpress]:before {
content: "";
}
a[class*=social-link][href*=tumblr]:before {
content: "";
}
a[class*=social-link][href*=vine]:before {
content: "";
}
a[class*=social-link][href*=snapchat]:before {
content: "";
}
a[class*=social-link][href*=codepen]:before {
content: "";
}
a[class*=social-link][href*=skype]:before {
content: "";
}
a[class*=social-link][href*=reddit]:before {
content: "";
}
a[class*=social-link][href*=stumbleupon]:before {
content: "";
}
a[class*=social-link][href*=pocket]:before {
content: "";
}
a[class*=social-link][href*=foursquare]:before {
content: "";
}
a[class*=social-link][href*=medium]:before {
content: "";
}
a[class*=social-link][href*=gotinder]:before {
content: "";
}
a[class*=social-link][href*=stackoverflow]:before {
content: "";
}
a[class*=social-link][href*=adn]:before {
content: "";
}
a[class*=social-link][href*=amazon]:before {
content: "";
}
a[class*=social-link][href*=android]:before {
content: "";
}
a[class*=social-link][href*="500px"]:before {
content: "";
}
a[class*=social-link][href*=angel]:before {
content: "";
}
a[class*=social-link][href*=behance]:before {
content: "";
}
a[class*=social-link][href*=blacktieguide]:before {
content: "";
}
a[class*=social-link][href*=buysellads]:before {
content: "";
}
a[class*=social-link][href*=jcbusa]:before {
content: "";
}
a[class*=social-link][href*=visa]:before {
content: "";
}
a[class*=social-link][href*=connectdevelop]:before {
content: "";
}
a[class*=social-link][href*="del.icio.us"]:before {
content: "";
}
a[class*=social-link][href*=dropbox]:before {
content: "";
}
a[class*=social-link][href*=empire]:before {
content: "";
}
a[class*=social-link][href*=awesome]:before {
content: "";
}
a[class*=social-link][href*=facebook]:before {
content: "";
}
a[class*=social-link][href*=gratipay]:before {
content: "";
}
a[class*=social-link][href*="plus.google"]:before {
content: "";
}
a[class*=social-link][href*="wallet.google/"]:before {
content: "";
}
a[class*=social-link][href*=houzz]:before {
content: "";
}
a[class*=social-link][href*=modx]:before {
content: "";
}
a[class*=social-link][href*=openid]:before {
content: "";
}
a[class*=social-link][href*=qqchat]:before {
content: "";
}
a[class*=social-link][href*=rebel]:before {
content: "";
}
a[class*=social-link][href*=renren-inc]:before {
content: "";
}
a[class*=social-link][href*=sellsy]:before {
content: "";
}
a[class*=social-link][href*=simplybuilt]:before {
content: "";
}
a[class*=social-link][href*=slideshare]:before {
content: "";
}
a[class*=social-link][href*=soundcloud]:before {
content: "";
}
a[class*=social-link][href*=steamcommunity]:before {
content: "";
}
a[class*=social-link][href*=superpower-inc]:before {
content: "";
}
a[class*=social-link][href*=trello]:before {
content: "";
}
a[class*=social-link][href*="twitch.tv"]:before {
content: "";
}
a[class*=social-link][href*=viacoin]:before {
content: "";
}
a[class*=social-link][href*=vimeo]:before {
content: "";
}
a[class*=social-link][href*=weibo]:before {
content: "";
}
a[class*=social-link][href*=microsoft]:before {
content: "";
}
a[class*=social-link][href*=wpforms]:before {
content: "";
}
a[class*=social-link][href*=youtube]:before {
content: "";
}
a[class*=social-link][href*=apple]:before {
content: "";
}
a[class*=social-link][href*=bitbucket]:before {
content: "";
}
a[class*=social-link][href*=americanexpress]:before {
content: "";
}
a[class*=social-link][href*="mastercard.us"]:before {
content: "";
}
a[class*=social-link][href*="google/chrome"]:before {
content: "";
}
a[class*=social-link][href*=contao]:before {
content: "";
}
a[class*=social-link][href*=deviantart]:before {
content: "";
}
a[class*=social-link][href*=drupal]:before {
content: "";
}
a[class*=social-link][href*="envira.uk"]:before {
content: "";
}
a[class*=social-link][href*="https://mozilla/"]:before {
content: "";
}
a[class*=social-link][href*=fonticons]:before {
content: "";
}
a[class*=social-link][href*=codecamp]:before {
content: "";
}
a[class*=social-link][href*="glide.me"]:before {
content: "";
}
a[class*=social-link][href*=gratipay]:before {
content: "";
}
a[class*=social-link][href*=iox]:before {
content: "";
}
a[class*=social-link][href*="last.fm"]:before {
content: "";
}
a[class*=social-link][href*=linode]:before {
content: "";
}
a[class*=social-link][href*=odnoklassniki]:before {
content: "";
}
a[class*=social-link][href*=opera]:before {
content: "";
}
a[class*=social-link][href*=piedpiper]:before {
content: "";
}
a[class*=social-link][href*=quora]:before {
content: "";
}
a[class*=social-link][href*=sharesc]:before {
content: "";
}
a[class*=social-link][href*=skyatlas]:before {
content: "";
}
a[class*=social-link][href*=spotify]:before {
content: "";
}
a[class*=social-link][href*=steampowered]:before {
content: "";
}
a[class*=social-link][href*=telegram]:before {
content: "";
}
a[class*=social-link][href*=tripadvisor]:before {
content: "";
}
a[class*=social-link][href*="us.viadeo"]:before {
content: "";
}
a[class*=social-link][href*=weixin]:before {
content: "";
}
a[class*=social-link][href*=xing]:before {
content: "";
}
a[class*=social-link][href*=yoast]:before {
content: "";
}
a[class*=social-link][href*=amazon]:before {
content: "";
}
a[class*=social-link][href*=android]:before {
content: "";
}
a[class*=social-link][href*=bandcamp]:before {
content: "";
}
a[class*=social-link][href*=behance]:before {
content: "";
}
a[class*=social-link][href*=bitbucket]:before {
content: "";
}
a[class*=social-link][href*=btc-e]:before {
content: "";
}
a[class*=social-link][href*=dinersclub]:before {
content: "";
}
a[class*=social-link][href*=discover]:before {
content: "";
}
a[class*=social-link][href*=paypal]:before {
content: "";
}
a[class*=social-link][href*=stripe]:before {
content: "";
}
a[class*=social-link][href*=codiepie]:before {
content: "";
}
a[class*=social-link][href*=dashcube]:before {
content: "";
}
a[class*=social-link][href*=digg]:before {
content: "";
}
a[class*=social-link][href*=edge]:before {
content: "";
}
a[class*=social-link][href*=etsy]:before {
content: "";
}
a[class*=social-link][href*=expeditedssl]:before {
content: "";
}
a[class*=social-link][href*=fontawesome]:before {
content: "";
}
a[class*=social-link][href*=forumbee]:before {
content: "";
}
a[class*=social-link][href*=getpocket]:before {
content: "";
}
a[class*=social-link][href*=gitlab]:before {
content: "";
}
a[class*=social-link][href*=google]:before {
content: "";
}
a[class*=social-link][href*="news.ycombinator"]:before {
content: "";
}
a[class*=social-link][href*=imdb]:before {
content: "";
}
a[class*=social-link][href*=joomla]:before {
content: "";
}
a[class*=social-link][href*=jsfiddle]:before {
content: "";
}
a[class*=social-link][href*=leanpub]:before {
content: "";
}
a[class*=social-link][href*=linkedin]:before {
content: "";
}
a[class*=social-link][href*=linux]:before {
content: "";
}
a[class*=social-link][href*=maxcdn]:before {
content: "";
}
a[class*=social-link][href*=meetup]:before {
content: "";
}
a[class*=social-link][href*=mixcloud]:before {
content: "";
}
a[class*=social-link][href*=opencart]:before {
content: "";
}
a[class*=social-link][href*=optinmonster]:before {
content: "";
}
a[class*=social-link][href*=pagelines]:before {
content: "";
}
a[class*=social-link][href*=piedpiper]:before {
content: "";
}
a[class*=social-link][href*=pinterest]:before {
content: "";
}
a[class*=social-link][href*=producthunt]:before {
content: "";
}
a[class*=social-link][href*=rebel]:before {
content: "";
}
a[class*=social-link][href*=ravelry]:before {
content: "";
}
a[class*=social-link][href*=scribd]:before {
content: "";
}
a[class*=social-link][href*=shirtsinbulk]:before {
content: "";
}
a[class*=social-link][href*=slack]:before {
content: "";
}
a[class*=social-link][href*=stackexchange]:before {
content: "";
}
a[class*=social-link][href*=stackoverflow]:before {
content: "";
}
a[class*=social-link][href*=tencent]:before {
content: "";
}
a[class*=social-link][href*=themeisle]:before {
content: "";
}
a[class*=social-link][href*=viadeo]:before {
content: "";
}
a[class*=social-link][href*=vimeo]:before {
content: "";
}
a[class*=social-link][href*=vk]:before {
content: "";
}
a[class*=social-link][href*=weixin]:before {
content: "";
}
a[class*=social-link][href*=whatsapp]:before {
content: "";
}
a[class*=social-link][href*=wikipedia]:before {
content: "";
}
a[class*=social-link][href*=wpbeginner]:before {
content: "";
}
a[class*=social-link][href*=wpexplorer]:before {
content: "";
}
a[class*=social-link][href*=xing]:before {
content: "";
}
a[class*=social-link][href*=ycombinator]:before {
content: "";
}
a[class*=social-link]:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.yaglo-language-switcher ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 12px;
font-size: 0.75rem;
}
.yaglo-language-switcher span {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.1428571429;
font-weight: var(--e-global-typography-text-font-weight);
text-transform: uppercase;
color: var(--e-global-color-text);
}
.yaglo-language-switcher .language-switcher-head .title {
margin-right: 8px;
}
.yaglo-language-switcher .language-switcher-head img {
margin-right: 8px;
}
.yaglo-language-switcher .language-switcher-head:after {
position: relative;
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 0.5em;
line-height: 12px;
}
.yaglo-language-switcher a {
display: block;
}
.yaglo-language-switcher img {
display: inline-block;
margin-right: 5px;
height: 12px;
object-fit: cover;
}
.yaglo-language-switcher .item > div {
display: flex;
cursor: pointer;
align-items: center;
}
.yaglo-language-switcher .item > div i {
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-secondary);
}
.yaglo-language-switcher .sub-item {
display: none;
position: absolute;
left: 0;
z-index: 999;
text-align: left;
top: calc(100% + 5px);
padding: 10px 0;
background-color: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.yaglo-language-switcher .sub-item:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 10px;
top: -10px;
}
.yaglo-language-switcher .sub-item a {
display: flex;
align-items: center;
padding: 7px 15px;
min-width: 126px;
white-space: nowrap;
}
.yaglo-language-switcher .sub-item a:hover, .yaglo-language-switcher .sub-item a:focus {
background-color: rgba(0, 0, 0, 0.05);
}
.yaglo-language-switcher .sub-item a > span {
text-transform: unset;
}
.yaglo-language-switcher li.item {
position: relative;
}
.yaglo-language-switcher li.item:hover .sub-item {
display: block;
}
.language-switcher-style-hover-right-yes .yaglo-language-switcher .sub-item {
right: 0;
left: unset;
}
.form-style .mc4wp-form {
margin: 0;
}
.form-style .mc4wp-form .form {
display: flex;
border-bottom: 2px solid #e3e3e3;
}
.form-style .mc4wp-form .form:hover {
border-color: var(--e-global-color-primary);
}
.form-style .mc4wp-form .form-input {
flex: 1;
margin-right: 12px;
}
.form-style .mc4wp-form .mc4wp-form-fields {
display: flex;
border-bottom: 1px solid var(--e-global-color-secondary);
}
.form-style .mc4wp-form .mc4wp-form-fields p {
margin: 0;
}
.form-style .mc4wp-form .mailchimp input[type=email] {
position: relative;
}
.form-style .mc4wp-form .mailchimp i {
position: absolute;
font-size: 24px;
z-index: 1;
right: 0;
padding: 12px 20px 12px 0;
}
.form-style .mc4wp-form .form-button {
display: flex;
margin: 0;
padding-top: 6px;
}
.form-style .mc4wp-form .form-button i {
display: flex;
align-items: center;
color: var(--e-global-color-primary);
font-size: 14px;
font-size: 0.875rem;
}
.form-style .mc4wp-form button[type=submit] {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #FFFFFF;
text-align: center;
justify-content: center;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
font-size: 12px;
font-size: 0.75rem;
width: 100%;
padding: 0;
margin-right: 6px;
border: none;
border-radius: 10px;
background-color: transparent;
text-transform: uppercase;
color: var(--e-global-color-primary);
}
.form-style .mc4wp-form button[type=submit]:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
}
.form-style .mc4wp-form button[type=submit]:hover {
background-color: transparent;
color: var(--e-global-color-primary);
}
.form-style .mc4wp-form input[type=email] {
width: 100%;
padding: 15px 0 9px 2px;
font-size: 16px;
font-size: 1rem;
line-height: 24px;
border: none;
background-color: transparent;
border-radius: 10px;
}
@media (max-width: 320px) {
.form-style .mc4wp-form input[type=email] {
padding: 9px 0 9px 0;
}
}
.form-mailchimp-style-1 .mc4wp-form {
margin: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields {
display: flex;
border-radius: 30px;
justify-content: space-between;
background-color: #ffffff;
}
.form-mailchimp-style-1 .mc4wp-form-fields p:first-child {
width: 80%;
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=email] {
margin-bottom: 0;
padding: 11px 21px 11px 28px;
font-weight: 400;
border: none;
width: 100%;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 14px;
font-size: 0.875rem;
line-height: 28px;
color: var(--e-global-color-text);
border-radius: 30px;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #FFFFFF;
text-align: center;
justify-content: center;
width: 100%;
padding: 11px 21px 11px 21px;
background-color: transparent;
border: none;
line-height: 28px;
letter-spacing: 0;
display: flex;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover {
background-color: transparent;
color: var(--e-global-color-primary);
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] i {
margin-left: 10px;
line-height: 28px;
}
.form-checkbox {
display: flex;
justify-content: center;
margin-top: 30px;
}
.form-checkbox input [type=checkbox] {
background-color: var(--e-global-color-primary);
}
.hidden-yaglo-form-checkbox-yes .form-checkbox {
display: none;
}
.elementor-canvas-menu-wrapper {
display: flex;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
display: inline-flex;
align-items: center;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
position: unset !important;
word-wrap: unset !important;
margin: 0;
height: unset;
width: unset;
clip: unset;
overflow: unset;
clip-path: unset;
order: 1;
font-size: 14px;
text-transform: uppercase;
color: var(--e-global-color-secondary);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
color: var(--e-global-color-primary);
}
.yaglo-canvas-menu-layout-1.elementor-widget-yaglo-menu-canvas .yaglo-icon {
margin-right: 13px;
}
.yaglo-canvas-menu-layout-2.elementor-widget-yaglo-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
display: none;
}
.yaglo-canvas-menu-layout-2.elementor-widget-yaglo-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .yaglo-icon {
margin-right: 0;
}
.yaglo-canvas-menu-layout-3.elementor-widget-yaglo-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button {
display: flex;
flex-direction: column-reverse;
align-items: center;
gap: 10px;
}
.yaglo-canvas-menu-layout-3.elementor-widget-yaglo-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .yaglo-icon {
margin-right: 0;
}
.nav-vertical-navigation {
position: relative;
display: inline-block;
}
.nav-vertical-navigation ul.menu {
display: inline-block;
list-style: none;
margin: 0;
position: relative;
padding: 18px 0 0 0;
}
.nav-vertical-navigation ul.menu a:hover {
color: var(--e-global-color-primary);
}
.nav-vertical-navigation ul.menu li {
position: relative;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu, .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu {
opacity: 1;
visibility: visible;
left: 100%;
top: 0;
z-index: 99;
transform: translateZ(0);
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li, .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li {
opacity: 1;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(1), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(1) {
animation: qode-menu-item 0s both;
animation-delay: 0s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(2), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(2) {
animation: qode-menu-item 0.1s both;
animation-delay: 0.1s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(3), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(3) {
animation: qode-menu-item 0.2s both;
animation-delay: 0.2s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(4), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(4) {
animation: qode-menu-item 0.3s both;
animation-delay: 0.3s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(5), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(5) {
animation: qode-menu-item 0.4s both;
animation-delay: 0.4s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(6), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(6) {
animation: qode-menu-item 0.8s both;
animation-delay: 0.5s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(7), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(7) {
animation: qode-menu-item 0.8s both;
animation-delay: 0.6s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(8), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(8) {
animation: qode-menu-item 0.8s both;
animation-delay: 0.7s;
}
.nav-vertical-navigation ul.menu li.current-menu-item > a {
color: var(--e-global-color-secondary);
}
.nav-vertical-navigation ul.menu > li {
padding: 0 20px;
}
.nav-vertical-navigation ul.menu > li > a {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 20px;
font-size: 1.25rem;
padding: 0.73rem 0;
color: var(--e-global-color-text);
}
@media (min-width: 768px) {
.nav-vertical-navigation ul.menu > li > a {
font-size: 34px;
font-size: 2.125rem;
}
}
.nav-vertical-navigation ul.menu > li li a {
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.4;
padding: 10px 0;
color: var(--e-global-color-text);
}
.nav-vertical-navigation ul.menu .sub-menu {
position: absolute;
display: none;
left: 100%;
width: 240px;
list-style: none;
transform: translateZ(0);
opacity: 0;
}
@keyframes qode-menu-item {
0% {
opacity: 0;
transform: translateX(30px);
}
35% {
opacity: 0.5;
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.elementor-widget-yaglo-nav-menu.yaglo-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item.has-mega-menu > a:before, .elementor-widget-yaglo-nav-menu.yaglo-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
right: -13px;
font-size: 13px;
position: absolute;
top: 46%;
transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
.elementor-widget-yaglo-nav-menu.yaglo-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item > a:before {
right: 8px;
}
}
.elementor-widget-number-list .elementor-number-list-items {
list-style: none;
padding: 0;
margin: 0;
}
.elementor-widget-number-list .elementor-number-list-item {
margin-bottom: 60px;
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}
.elementor-widget-number-list .elementor-number-list-item a {
align-items: center;
-ms-transition: none;
-o-transition: none;
-moz-transition: none;
-webkit-transition: none;
transition: none;
}
.elementor-widget-number-list .elementor-icon-number-icon {
margin-right: 24px;
}
.elementor-widget-number-list .elementor-icon-number-icon svg {
width: 64px;
height: 64px;
}
.elementor-widget-number-list .elementor-number-list-number {
margin-bottom: 18px;
}
.elementor-widget-number-list .elementor-number-list-number .number {
font-size: 24px;
font-size: 1.5rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-number-list .elementor-number-content {
display: flex;
flex-direction: column;
}
.elementor-widget-number-list .elementor-number-list-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 20px;
font-size: 1.25rem;
line-height: 1.3;
letter-spacing: -0.2px;
margin-bottom: 16px;
color: var(--e-global-color-secondary);
}
.elementor-widget-number-list a {
margin-bottom: 9px;
}
.elementor-widget-number-list .elementor-number-list-text {
font-family: var(--e-global-typography-tertiary-font-family);
font-weight: var(--e-global-typography-tertiary-font-weight);
text-transform: var(--e-global-typography-tertiary-text-transform);
font-style: var(--e-global-typography-tertiary-font-style);
text-decoration: var(--e-global-typography-tertiary-text-decoration);
line-height: var(--e-global-typography-tertiary-line-height);
letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-text);
line-height: 1.375;
font-weight: 500;
}
.elementor-widget-number-list.elementor-view-default:hover .elementor-number-list-number {
color: var(--e-global-color-primary);
}
.elementor-widget-number-list.elementor-view-default:not(:hover) .elementor-number-list-number {
color: var(--e-global-color-primary);
}
.elementor-widget-number-list.elementor-view-default .elementor-number-list-number {
transition: all 0.4s ease;
}
.elementor-widget-number-list.elementor-view-stacked .elementor-number-list-number {
border-radius: 100%;
color: #FFFFFF;
background-color: var(--e-global-color-primary);
transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-view-stacked .elementor-number-list-number .number {
border-radius: 100%;
width: 28px;
height: 28px;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 16px;
font-size: 1rem;
display: flex;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 767px) {
.elementor-widget-number-list.elementor-view-stacked .elementor-number-list-item {
flex-direction: column;
}
}
.elementor-widget-number-list.elementor-view-framed .elementor-number-list-number {
transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-view-framed .elementor-number-list-number .number {
border: 1px dashed var(--e-global-color-border);
border-radius: 100%;
width: 28px;
height: 28px;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 16px;
font-size: 1rem;
display: flex;
align-items: center;
justify-content: center;
}
.elementor-widget-number-list.elementor-view-framed:hover .elementor-number-list-number {
color: var(--e-global-color-primary);
transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-view-framed:not(:hover) .elementor-number-list-number {
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-position-right .elementor-number-list-item {
justify-content: flex-end;
flex-direction: row-reverse;
}
.elementor-widget-number-list.elementor-position-right .elementor-number-content {
text-align: right;
}
.elementor-widget-number-list.elementor-position-top .elementor-number-list-item {
flex-direction: column;
}
.elementor-widget-number-list.elementor-align-left .elementor-number-list-item {
align-items: start;
}
.elementor-widget-number-list.elementor-align-right .elementor-number-list-item {
align-items: end;
}
.yaglo-number-list-divider-yes .elementor-icon-number-icon {
position: relative;
}
.yaglo-number-list-divider-yes .elementor-icon-number-icon:before {
content: "";
position: absolute;
top: 122%;
left: 48%;
width: 1px;
height: 88px;
background-color: var(--e-global-color-border);
}
.yaglo-number-list-divider-yes .elementor-number-list-item:last-child .elementor-icon-number-icon:before {
display: none;
}
@media only screen and (max-width: 767px) {
.yaglo-number-list-divider-yes .elementor-number-list-item .elementor-icon-number-icon {
display: none;
}
.yaglo-number-list-divider-yes .elementor-number-list-item .elementor-icon-number-icon:before {
display: none;
}
.yaglo-number-list-divider-yes .elementor-number-list-item .elementor-number-list-number {
margin: 0 auto;
}
.yaglo-number-list-divider-yes .elementor-number-list-item .elementor-number-list-title {
margin-top: 15px;
}
}
.elementor-widget-yaglo-post-grid .slick-list {
overflow: visible;
clip-path: inset(-30px -14px);
}
.elementor-widget-yaglo-post-grid .slick-slide:not(.slick-active) .post-inner {
box-shadow: unset;
}
[class*=post-style-] .post-inner {
display: block;
margin-bottom: 28px;
}
[class*=post-style-] .post-thumbnail {
padding-top: 61.8%;
}
[class*=post-style-] .excerpt-content {
-webkit-line-clamp: 2;
margin-bottom: 30px;
}
[class*=post-style-] .post-content {
padding: 0 30px 6px;
}
[class*=post-style-] .entry-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin: 0 0 7px;
font-size: 28px;
font-size: 1.75rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
line-height: 1.3;
}
[class*=post-style-] .categories-link a {
display: inline-block;
font-size: 12px;
font-size: 0.75rem;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.layout-post-style-2 .post-inner {
margin: 0;
overflow: hidden;
border-radius: 0 30px;
position: relative;
}
.layout-post-style-2 .post-thumbnail {
padding-top: 59%;
overflow: visible;
}
.layout-post-style-2 .post-thumbnail:before {
content: "";
width: 100%;
height: 100%;
z-index: 1;
top: 0;
position: absolute;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, black 100%);
}
@media (min-width: 1366px) {
.layout-post-style-2 .post-thumbnail {
padding-top: 67.5%;
}
}
.layout-post-style-2 .post-thumbnail .posted-on {
bottom: -28px;
top: auto;
}
.layout-post-style-2 .post-thumbnail .posted-on a {
padding: 11px 16px;
}
.layout-post-style-2 .post-content {
position: absolute;
border: none;
border-radius: 0;
padding: 0;
}
@media (min-width: 568px) {
.layout-post-style-2 .post-content {
bottom: 29px;
left: 40px;
right: 190px;
padding: 0;
}
}
.layout-post-style-2 .entry-title {
font-size: 34px;
font-size: 2.125rem;
margin: 0 0 20px;
}
.layout-post-style-2 .entry-meta {
margin: 0 0 30px;
}
.layout-post-style-2 .excerpt-content {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
margin-bottom: 20px;
}
.layout-post-style-2 .entry-title, .layout-post-style-2 .excerpt-content, .layout-post-style-2 .post-author, .layout-post-style-2 .post-author a, .layout-post-style-2 .posted-on a, .layout-post-style-2 .meta-reply a, .layout-post-style-2 .categories-link, .layout-post-style-2 .entry-meta {
color: #ffffff;
z-index: 2;
position: relative;
}
.layout-post-style-3 {
margin-top: 10px;
}
.layout-post-style-3 .post-inner {
display: flex;
margin: -10px 0 0 0;
padding-bottom: 18px;
border-bottom: 1px solid var(--e-global-color-border);
grid-column-gap: 20px;
}
.layout-post-style-3 .post-thumbnail {
width: 38.5%;
padding-top: 26.3%;
border-radius: 0 30px;
}
.layout-post-style-3 .post-thumbnail .posted-on {
bottom: -23px;
left: 23px;
top: auto;
}
.layout-post-style-3 .post-thumbnail .posted-on a {
padding: 8px 16px;
}
.layout-post-style-3 .post-content {
border: none;
width: 57%;
padding: 0;
}
.layout-post-style-3 .entry-title {
font-size: 22px;
font-size: 1.375rem;
margin: 0 0 20px;
line-height: 1.27;
}
.elementor-grid .elementor-posts-item:last-child .post-style-3 .post-inner {
border-bottom: none;
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title {
font-size: 20px;
font-size: 1.25rem;
line-height: 26px;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
text-transform: capitalize;
color: var(--e-global-color-secondary);
letter-spacing: 0;
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title a {
color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title a:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-description {
font-size: 14px;
font-size: 0.875rem;
line-height: 22px;
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-text);
letter-spacing: 0.1px;
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
margin: 0 auto;
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-price {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.3;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-secondary);
letter-spacing: 0;
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-sub-title {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.7;
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-primary);
margin-bottom: 19px;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-item {
display: flex;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-image {
width: 110px;
margin-right: 30px;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-text {
flex: 1;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-title {
margin-bottom: 10px;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-description {
margin-bottom: 10px;
}
.elementor-widget-yaglo-menu-list .menu-style-2 {
grid-row-gap: 21px;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-item {
display: flex;
align-items: center;
padding: 0;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-image {
width: 90px;
margin-right: 30px;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-text {
flex: 1;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-title {
font-size: 22px;
font-size: 1.375rem;
line-height: 1.18;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-header {
display: flex;
align-items: center;
flex-basis: 100%;
margin-bottom: 6px;
justify-content: space-between;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-title {
max-width: 80%;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-separator {
flex-grow: 1;
margin-left: 18px;
margin-right: 25px;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: var(--e-global-color-lighter);
height: 3px;
}
.elementor-widget-yaglo-menu-list .menu-style-3 .elementor-menu-list-item {
text-align: center;
}
.elementor-widget-yaglo-menu-list .menu-style-3 .elementor-menu-list-image {
margin-bottom: 20px;
}
.elementor-widget-yaglo-menu-list .menu-style-3 .elementor-menu-list-title {
margin-bottom: 15px;
}
.elementor-widget-yaglo-menu-list .menu-style-3 .elementor-menu-list-description {
margin-bottom: 15px;
color: var(--e-global-color-lighter);
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-item {
text-align: center;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-item:nth-child(2n+1) {
padding-top: 40px;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .slick-slide .elementor-menu-list-item {
padding-top: 0;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .slick-slide:nth-child(2n+1) .elementor-menu-list-item {
padding-top: 40px;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-image {
margin-bottom: 20px;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-title {
margin-bottom: 15px;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-description {
margin-bottom: 15px;
color: var(--e-global-color-lighter);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-image {
position: relative;
overflow: hidden;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-image:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0.8;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 47.94%);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-item-content {
position: relative;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-image + .elementor-menu-list-text {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-text {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 40px 40px 40px;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-header {
flex: 1;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-title {
font-size: 30px;
font-size: 1.875rem;
line-height: 32px;
margin-bottom: 10px;
color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-title a {
color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-title a:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-description {
color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-price {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-size: 1rem;
line-height: 1;
width: 100px;
height: 100px;
color: var(--e-global-color-secondary);
background-color: var(--e-global-color-primary);
}
.menulist-align-right .menu-style-1 .elementor-menu-list-item {
flex-direction: row-reverse;
}
.menulist-align-right .menu-style-1 .elementor-menu-list-text {
text-align: right;
}
.menulist-align-right .menu-style-1 .elementor-menu-list-image {
margin-left: 30px;
margin-right: 0;
}
@media (max-width: 767px) {
.menulist-align-right .menu-style-1 .elementor-menu-list-item {
flex-direction: row;
}
.menulist-align-right .menu-style-1 .elementor-menu-list-text {
text-align: left;
}
.menulist-align-right .menu-style-1 .elementor-menu-list-image {
margin-right: 30px;
margin-left: 0;
}
}
.hover-reveal {
position: fixed;
width: 200px;
height: 150px;
top: 0;
left: 0;
pointer-events: none;
opacity: 0;
}
.hover-reveal__inner,
.hover-reveal__img {
width: 100%;
height: 100%;
position: relative;
}
.hover-reveal__img {
background-size: cover;
background-position: 50% 50%;
}
.elementor-widget-price-table .elementor-widget-container {
background-color: transparent;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__integer-part,
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__currency {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__period {
margin-top: 10px;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__features-list {
border-top: 1px solid;
border-bottom: 1px solid;
border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__features-list {
border: none;
}
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer {
padding: 45px 0 0;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button {
color: var(--e-global-color-accent);
background-color: transparent;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
border: 1px solid var(--e-global-color-accent);
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #fff;
border-radius: 0;
}
.elementor-widget-yaglo-pricing {
border-radius: 0 30px;
padding: 41px 40px;
background-color: #F4ECE4;
transition: all 0.6s ease;
}
@media (max-width: 1200px) {
.elementor-widget-yaglo-pricing {
padding: 41px 20px;
}
}
.elementor-widget-yaglo-pricing:hover {
transition: all 0.6s ease;
}
.elementor-widget-yaglo-pricing:hover .elementor-price-table .elementor-price-table__popular .popular-title {
background: var(--e-global-color-primary);
}
.elementor-price-table .elementor-price-table__header {
background-color: transparent !important;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-price-table .elementor-price-table__heading {
font-size: 34px;
font-size: 2.125rem;
color: var(--e-global-color-secondary);
line-height: 1.17;
margin: 0;
letter-spacing: -1px;
display: flex;
justify-content: space-between;
padding-bottom: 19px;
}
.elementor-price-table .elementor-price-table__popular .popular-title {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 12px;
font-size: 0.75rem;
line-height: 1.33;
text-transform: uppercase;
padding: 6px 12px 5px 12px;
display: flex;
align-items: center;
border-radius: 10px;
background-color: rgba(103, 34, 181, 0.2);
}
.elementor-price-table .elementor-price-table__subheading {
margin: 8px 0 22px;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 16px;
font-size: 1rem;
font-weight: 400;
display: block;
}
.elementor-price-table .elementor-price-table__original-price {
margin-right: 15px;
text-decoration: line-through;
font-size: 0.5em;
line-height: 1;
align-self: center;
}
.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
font-size: 1em;
margin: 0;
}
.elementor-price-table .elementor-price-table__price {
display: flex;
align-items: flex-end;
flex-direction: row;
color: var(--e-global-color-secondary);
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 64px;
font-size: 4rem;
line-height: 1.09;
letter-spacing: -1px;
}
.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
font-size: 64px;
font-size: 4rem;
line-height: 1.09;
}
.elementor-price-table .elementor-price-table__after-price:before {
content: ".";
}
.elementor-price-table .price-group {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-weight: 600;
padding-bottom: 5px;
}
.elementor-price-table .price-person {
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-tertiary-font-family);
font-weight: var(--e-global-typography-tertiary-font-weight);
text-transform: var(--e-global-typography-tertiary-text-transform);
font-style: var(--e-global-typography-tertiary-font-style);
text-decoration: var(--e-global-typography-tertiary-text-decoration);
line-height: var(--e-global-typography-tertiary-line-height);
letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
color: var(--e-global-color-lighter);
letter-spacing: 0.2px;
padding-bottom: 34px;
}
.elementor-price-table .price-person .dolar_person,
.elementor-price-table .price-person .elementor-price-table__currency {
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-primary) !important;
margin-right: -2px;
}
.elementor-price-table .elementor-price-table__period {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
color: var(--e-global-color-secondary);
margin: 0 11px 5px;
}
.elementor-price-table .elementor-price-table__period:before {
content: "/";
margin-right: -1px;
}
.elementor-price-table .features_title_list .features-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 18px;
font-size: 1.125rem;
line-height: 1.33;
letter-spacing: -0.18px;
margin: 31px 0 21px;
}
.elementor-price-table .elementor-price-table__features-list {
padding: 37px 0 18px;
margin: 0;
list-style-type: none;
color: var(--e-global-color-text);
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 16px;
font-size: 1rem;
}
.elementor-price-table .elementor-price-table__feature-inner {
display: flex !important;
}
.elementor-price-table .elementor-price-table__features-list li {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 16px;
margin: 0 0 18px;
padding: 0;
}
.elementor-price-table .elementor-price-table__features-list i {
margin: 8px 12px 0 0;
font-size: 10px;
}
.elementor-price-table .elementor-price-table__features-list svg {
margin-right: 10px;
fill: var(--e-price-table-features-list-color);
height: 1.3em;
width: 1.3em;
}
.elementor-price-table .elementor-price-table__features-list svg ~ * {
vertical-align: text-top;
}
.elementor-price-table .elementor-price-table__footer .elementor-price-table__button {
display: flex;
border-radius: 0 30px;
}
.elementor-price-table .elementor-price-table__footer .elementor-price-table__button:after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
color: #FFFFFF;
line-height: 1.618;
text-indent: 0;
text-align: center;
margin: 0 0 0 10px;
font-size: 11px;
}
.elementor-price-table .elementor-price-table__footer .elementor-price-table__button:hover {
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.elementor-price-table .elementor-price-table__additional_info {
margin: 0;
font-size: 13px;
line-height: 1.4;
}
.elementor-price-table .elementor-price-table__ribbon {
position: absolute;
top: 0;
left: auto;
right: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
width: 150px;
overflow: hidden;
height: 150px;
}
.elementor-price-table .elementor-price-table__ribbon-inner {
text-align: center;
left: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
line-height: 2;
font-weight: 800;
text-transform: uppercase;
background: #000;
}
.elementor-price-table .elementor-widget-price-table .elementor-widget-container {
overflow: hidden;
background-color: #f7f7f7;
}
.elementor-process-carousel-item-wrapper .swiper-vertical {
height: 560px !important;
}
@media (max-width: 768px) {
.elementor-process-carousel-item-wrapper .swiper-vertical {
height: 400px !important;
}
}
@media (max-width: 425px) {
.elementor-process-carousel-item-wrapper .swiper-vertical {
height: 560px !important;
}
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item {
display: flex;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left {
width: 35.6%;
}
@media (max-width: 768px) {
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left {
width: 100%;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .process-content {
width: unset;
}
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .process-content {
width: 340px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .heading-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 40px;
font-size: 2.5rem;
color: var(--e-global-color-secondary);
line-height: 1.15;
letter-spacing: -1px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .heading-subtitle {
font-family: var(--e-global-typography-tertiary-font-family);
font-weight: var(--e-global-typography-tertiary-font-weight);
text-transform: var(--e-global-typography-tertiary-text-transform);
font-style: var(--e-global-typography-tertiary-font-style);
text-decoration: var(--e-global-typography-tertiary-text-decoration);
line-height: var(--e-global-typography-tertiary-line-height);
letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-primary);
line-height: 1.57143;
text-transform: uppercase;
letter-spacing: 2px;
padding-bottom: 10px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .heading-description {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
color: var(--e-global-color-text);
padding: 30px 0 31px 0;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process {
margin-bottom: 56px;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-secondary);
}
@media (max-width: 425px) {
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process {
padding-bottom: 35px;
}
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process .practice-videos {
margin-bottom: 16px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process .pranayama-teacher {
margin-bottom: 16px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process i {
color: var(--e-global-color-primary);
font-size: 11px;
font-size: 0.6875rem;
padding-right: 8px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-right {
width: 64.4%;
}
@media (max-width: 768px) {
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-right {
display: none;
}
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-right .process-carousel-image {
width: 830px;
height: 560px;
border-radius: 0 30px 0 30px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-right .process-carousel-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0 30px 0 30px;
}
.button-process-carousel-style-yaglo-default .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #FFFFFF;
text-align: center;
justify-content: center;
}
.button-process-carousel-style-yaglo-default .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
}
.button-process-carousel-style-yaglo-default .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button i {
margin: -3px 0px 0 0px;
}
.button-process-carousel-style-yaglo-outline .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button {
color: var(--e-global-color-accent);
background-color: transparent;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
border: 1px solid var(--e-global-color-accent);
position: relative;
}
.button-process-carousel-style-yaglo-outline .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #fff;
border-radius: 0;
}
.button-process-carousel-style-yaglo-outline .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button .elementor-button-icon i {
margin: -2px 0px 0 0px;
}
.button-process-carousel-style-yaglo-link .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button {
font-size: 12px;
font-size: 0.75rem;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
background-color: transparent;
padding: 0;
border: none;
border-radius: 0;
color: var(--e-global-color-primary);
position: relative;
position: relative;
}
.button-process-carousel-style-yaglo-link .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button:hover {
color: var(--e-global-color-secondary);
}
.button-process-carousel-style-yaglo-link .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button .elementor-button-icon i {
margin: -3px 0px 0 0px;
}
.button-process-carousel-style-yaglo-link .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button .elementor-button-icon i:before {
font-size: 11px;
}
.elementor-widget-yaglo-product-categories .category-product-img {
display: inline-flex;
width: 100%;
align-items: center;
justify-content: center;
}
.elementor-widget-yaglo-product-categories .category-product-img img {
margin-left: auto;
margin-right: auto;
object-fit: cover;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-yaglo-product-categories .category-product-img a {
overflow: hidden;
}
.elementor-widget-yaglo-product-categories .category-title {
position: relative;
font-size: 24px;
font-size: 1.5rem;
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-secondary-font-weight);
margin-bottom: 6px;
}
.elementor-widget-yaglo-product-categories .category-title a {
color: inherit;
}
.elementor-widget-yaglo-product-categories .category-title a:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-product-categories .category-count-wrapper {
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
color: var(--e-global-color-lighter);
transition: all 0.3s ease;
}
.elementor-widget-yaglo-product-categories .category-count-wrapper .category-count {
color: var(--e-global-color-primary);
}
.category-product-style-1 .category-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 16px;
font-size: 1rem;
line-height: 1.625;
margin-top: 20px;
}
.category-product-style-1 .category-title a {
color: var(--e-global-color-secondary);
}
.category-product-style-1 .category-title:hover a {
color: var(--e-global-color-primary);
}
.category-product-style-1 .product-cat .category-product-img {
overflow: hidden;
transition: all 0.8s ease;
}
.category-product-style-1 .product-cat .category-product-img img {
margin: 0 auto;
}
.category-product-style-1 .product-cat:hover .category-title {
color: var(--e-global-color-primary);
}
.category-product-style-2 .elementor-categories-item {
position: relative;
}
.category-product-style-2 .elementor-categories-item:hover img {
transform: scale(1.05);
}
.category-product-style-2 .elementor-categories-item:hover .category-title {
color: var(--e-global-color-primary);
}
.category-product-style-2 .elementor-categories-item:hover .category-count-wrapper {
transform: translateY(-8px);
opacity: 1;
visibility: visible;
}
.category-product-style-2 .elementor-categories-item:hover .title-count {
background: #ffffff;
}
.category-product-style-2 .elementor-categories-item:hover .category-title:before {
width: 84%;
}
.category-product-style-2 .category-product-img {
overflow: hidden;
margin-bottom: 0;
display: block;
border-radius: 4px;
}
.category-product-style-2 img {
transition: all 0.3s ease;
}
.category-product-style-2 .category-product-caption {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.category-product-style-2 .title-count {
transform: translateY(5%);
margin-bottom: 0;
padding: 6px 30px 31px 59px;
transition: all 0.8s ease;
}
.category-product-style-2 .category-title {
transform: translateY(23px);
transition: all 0.3s ease;
max-width: max-content;
margin-bottom: 33px;
}
.category-product-style-2 .category-count-wrapper {
z-index: 99;
transform: translateY(23px);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.category-product-style-3 .category-product-img {
position: relative;
transition: all 0.3s ease;
margin: 0 auto;
}
.category-product-style-3 .category-product-img i, .category-product-style-3 .category-product-img svg {
font-size: 64px;
font-size: 4rem;
z-index: 9;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 68px;
height: 81px;
color: var(--e-global-color-primary);
transition: all 0.3s ease;
}
.category-product-style-3 .category-product-img img {
transition: all 0.5s ease;
}
.category-product-style-3 .category-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 16px;
font-size: 1rem;
line-height: 1.625;
margin: 20px 0 1px 0;
}
.category-product-style-3 .category-title a {
color: var(--e-global-color-secondary);
}
.category-product-style-3 .category-title:hover a {
color: var(--e-global-color-primary);
}
.category-product-style-3 .category-count-wrapper {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.86;
color: var(--e-global-color-primary);
text-transform: lowercase;
}
.category-product-style-3 .product-cat .category-product-img {
background-color: #F7F3ED;
transition: background-color 0.5s ease;
border-radius: 100%;
width: 190px;
height: 190px;
}
.category-product-style-3 .product-cat .category-product-img a {
transition: all 0.8s ease;
}
.category-product-style-3 .product-cat img {
opacity: 0;
visibility: hidden;
transition: opacity 0.8s;
}
.category-product-style-3 .product-cat:hover .category-product-img {
background-color: #000;
transition: background-color 0.5s ease;
}
.category-product-style-3 .product-cat:hover .category-product-img a {
color: #ffffff;
}
.category-product-style-3 .product-cat:hover img {
opacity: 0.6;
visibility: visible;
}
.category-product-style-3 .product-cat:hover i, .category-product-style-3 .product-cat:hover svg {
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.category-product-style-4 .category-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 16px;
font-size: 1rem;
line-height: 1.625;
margin: 14px 0 -3px 0;
}
.category-product-style-4 .category-title a {
color: var(--e-global-color-secondary);
}
.category-product-style-4 .category-title:hover a {
color: var(--e-global-color-primary);
}
.category-product-style-4 .category-count-wrapper {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.86;
color: var(--e-global-color-primary);
text-transform: lowercase;
}
.category-product-style-4 .elementor-categories-item {
position: relative;
}
.category-product-style-4 .elementor-categories-item .category-product-img {
position: relative;
transition: background-color 0.8s ease;
}
.category-product-style-4 .elementor-categories-item .category-product-img:before {
content: "";
position: absolute;
width: 120px;
height: 120px;
background-color: #F2EFE9;
top: 7%;
left: 19%;
border-radius: 100%;
transition: background-color 0.8s ease;
z-index: 0;
}
@media (max-width: 375px) {
.category-product-style-4 .elementor-categories-item .category-product-img:before {
top: 7%;
left: 16%;
}
}
@media (max-width: 320px) {
.category-product-style-4 .elementor-categories-item .category-product-img:before {
top: 7%;
left: 10%;
}
}
.category-product-style-4 .elementor-categories-item .category-product-img a {
position: relative;
}
.category-product-style-4 .elementor-categories-item .category-product-img a img {
transition: all 0.3s ease;
margin: 0 auto;
z-index: 1;
width: 140px;
height: 140px;
}
.category-product-style-4 .elementor-categories-item:hover .category-product-img:before {
background-color: var(--e-global-color-primary);
transition: background-color 0.8s ease;
}
@keyframes spin {
100% {
transform: rotateZ(360deg);
}
}
@keyframes nospin {
100% {
transform: rotateZ(0deg);
}
}
.elementor-html .site-content-contain {
z-index: 100;
}
.elementor-html .product-image.no-gallery {
display: none !important;
}
.woocommerce-carousel {
position: relative;
}
.woocommerce-carousel ul.products {
display: none;
position: static !important;
}
.woocommerce-carousel ul.products.slick-initialized {
display: block;
}
.woocommerce-carousel ul.products li.product {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.woocommerce-carousel .yaglo-products-spacing {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.woocommerce-carousel .slick-slide > div {
display: flex;
height: 100%;
}
.woocommerce-carousel .slick-next.slick-disabled,
.woocommerce-carousel .slick-prev.slick-disabled {
opacity: 0.8;
cursor: not-allowed;
}
@media (min-width: 500px) and (max-width: 768px) {
.mobile-switcher-style-product-yes.elementor-widget-yaglo-products ul.products li.product {
flex: 0 0 50% !important;
max-width: 50% !important;
}
}
@media (min-width: 500px) and (max-width: 768px) {
.mobile-switcher-style-product-yes.elementor-widget-yaglo-products .woocommerce-carousel ul.products li.product {
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
.elementor-widget-yaglo-products .yaglo-products-spacing {
padding: 0;
border: none;
border-radius: 0;
}
.elementor-widget-yaglo-products .product-block-list {
display: flex;
height: 100%;
background-color: #fff;
}
.elementor-widget-yaglo-products .product-block-list .right {
flex: 1;
}
.elementor-widget-yaglo-products .product-block-list .left {
margin-right: 20px;
}
.elementor-widget-yaglo-products .product-block-list .count-review {
justify-content: left;
}
.elementor-widget-yaglo-products .product-block-list .count-review > span {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
.elementor-widget-yaglo-products .product-block-list .count-review > span:focus {
background-color: #f1f1f1;
color: #21759b;
border-radius: 30px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.elementor-widget-yaglo-products .label-wrapper > span {
font-size: 10px;
font-size: 0.625rem;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 ul.products .woocommerce-loop-product__title,
.elementor-widget-yaglo-products .woocommerce-product-list-2 ul.products .wc-block-grid__product-title,
.elementor-widget-yaglo-products .woocommerce-product-list-1 ul.products .woocommerce-loop-product__title,
.elementor-widget-yaglo-products .woocommerce-product-list-1 ul.products .wc-block-grid__product-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.5;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 .elementor-grid,
.elementor-widget-yaglo-products .woocommerce-product-list-1 .elementor-grid {
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 .left,
.elementor-widget-yaglo-products .woocommerce-product-list-1 .left {
max-width: 120px;
margin-right: 30px;
position: relative;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .label-wrapper,
.elementor-widget-yaglo-products .woocommerce-product-list-1 li.product .label-wrapper {
top: 0;
left: 0;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .count-review,
.elementor-widget-yaglo-products .woocommerce-product-list-1 li.product .count-review {
margin-bottom: 15px;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .price,
.elementor-widget-yaglo-products .woocommerce-product-list-1 li.product .price {
margin-bottom: 5px;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .inventory_status,
.elementor-widget-yaglo-products .woocommerce-product-list-1 li.product .inventory_status {
display: none;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 .left {
max-width: 100px;
margin-right: 18px;
position: relative;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product {
margin-bottom: 0;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .label-wrapper {
top: 0;
left: 0;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .count-review {
margin-bottom: 15px;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .price {
margin-bottom: 5px;
}
.elementor-widget-yaglo-search {
z-index: 99;
}
.elementor-widget-yaglo-search .widget {
padding: 0;
margin-bottom: 0;
border: none;
}
.elementor-widget-yaglo-search .widget form:before {
display: none;
}
.elementor-widget-yaglo-search .widget form .search-field {
background-color: transparent;
padding: 9px 48px 9px 20px;
height: 48px;
}
.elementor-widget-yaglo-search .widget form .search-field::placeholder {
color: var(--e-global-color-lighter);
font-size: 14px;
font-size: 0.875rem;
}
.elementor-widget-yaglo-search .widget form .search-field:hover {
background-color: transparent;
}
.elementor-widget-yaglo-search .widget form button[type=submit] {
font-size: 0;
line-height: 0;
width: 60px;
height: 48px;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
border: none;
padding: 0;
border-radius: 0 4px 4px 0;
}
.elementor-widget-yaglo-search .widget form button[type=submit]:before {
font-size: 22px;
z-index: 9;
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-search .woocommerce-product-search {
display: flex;
background-color: #F5F5F5;
border-radius: 4px;
}
.elementor-widget-yaglo-search .woocommerce-product-search .search-by-category {
order: -1;
}
.elementor-widget-yaglo-search .site-header-search {
display: block;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup {
text-align: center;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup .yaglo-icon-search-01 {
margin-bottom: 5px;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup .content {
display: block;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-text);
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup:hover {
color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup:hover .yaglo-icon-search-01 {
color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup.layout-3 {
display: flex;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup.layout-3 i {
margin-right: 15px;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup:hover .content {
color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup:hover .yaglo-icon-search-01 {
color: var(--e-global-color-primary);
}
@media screen and (max-width: 767px) {
.elementor-widget-yaglo-search .site-header-search .button-search-popup .content {
display: none;
}
}
.yaglo-search-layout-2 i:before {
font-size: 22px;
font-size: 1.375rem;
}
@media (max-width: 568px) {
.yaglo-search-layout-2 i {
margin: 0;
}
}
.yaglo-search-layout-2 .site-header-search .button-search-popup .content {
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-secondary);
}
@media (max-width: 568px) {
.yaglo-search-layout-2 .site-header-search .button-search-popup .content {
display: none;
}
}
.yaglo-search-layout-2 .site-header-search .button-search-popup:hover .content {
color: var(--e-global-color-secondary);
}
.team-style-1 .elementor-teambox-item {
position: relative;
}
.team-style-1 .elementor-teambox-item:hover .team-image {
border-radius: 0;
}
.team-style-1 .elementor-teambox-item:hover .team-image img {
transition: all 0.4s ease;
border-radius: 0;
}
.team-style-1 .elementor-teambox-item:hover .team-caption {
transform: translateY(-84px);
}
.team-style-1 .elementor-teambox-item:hover .team-caption .team-icon-socials {
visibility: visible;
opacity: 1;
}
.team-style-1 .elementor-teambox-item .team-image {
overflow: hidden;
margin: 0 auto;
position: relative;
transition: all 0.4s ease;
width: 410px;
height: 500px;
border-radius: 0 30px;
}
.team-style-1 .elementor-teambox-item .team-image:before {
content: "";
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 44.8%);
z-index: 1;
}
.team-style-1 .elementor-teambox-item .team-image img {
width: 100%;
height: 100%;
border-radius: 0 30px;
margin: 0 auto;
object-fit: cover;
transition: all 0.4s ease;
position: relative;
}
.team-style-1 .elementor-teambox-item .team-caption {
width: 100%;
transition: all 0.5s ease;
position: absolute;
bottom: -24px;
left: 40px;
z-index: 2;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
border-radius: 50px;
transition: all 0.5s ease;
visibility: hidden;
opacity: 0;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul {
display: flex;
align-items: center;
list-style: none;
margin: 0;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li {
line-height: 1;
margin-right: 14px;
text-align: center;
border: 1px solid #FFF;
border-radius: 50%;
padding: 14px 14px 13px 14px;
transition: all 0.4s ease;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:first-child {
padding: 15px 17px 14px 17px;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:first-child a {
font-size: 13.5px;
font-size: 0.84375rem;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:hover {
background-color: #FFF;
transition: all 0.4s ease;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:hover a {
color: var(--e-global-color-primary);
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
color: #FFF;
text-align: center;
font-size: 15px;
font-size: 0.9375rem;
display: flex;
align-content: center;
justify-content: center;
align-items: center;
}
.team-style-1 .elementor-teambox-item .team-name {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.214;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: #FFF;
text-transform: capitalize;
margin-bottom: 7px;
letter-spacing: -1px;
}
.team-style-1 .elementor-teambox-item .team-job {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
color: #FFF;
line-height: 1.5;
padding-bottom: 40px;
}
.team-style-2 .elementor-teambox-item {
position: relative;
}
.team-style-2 .elementor-teambox-item .team-top {
padding-top: 30px;
}
.team-style-2 .elementor-teambox-item:hover .team-image img {
transition: all 0.4s ease;
transform: scale(1.05);
}
.team-style-2 .elementor-teambox-item .team-image {
overflow: hidden;
margin: 0 auto;
position: relative;
transition: all 0.4s ease;
width: 330px;
height: 360px;
border-radius: 10px;
}
.team-style-2 .elementor-teambox-item .team-image img {
width: 100%;
height: 100%;
margin: 0 auto;
object-fit: cover;
transition: all 0.4s ease;
position: relative;
border-radius: 10px;
}
.team-style-2 .elementor-teambox-item .team-caption {
width: 100%;
transition: all 0.5s ease;
text-align: center;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials {
display: none;
position: absolute;
top: 73.2%;
left: 50%;
-ms-transform: translate(-50%, -73.2%);
-o-transform: translate(-50%, -73.2%);
-moz-transform: translate(-50%, -73.2%);
-webkit-transform: translate(-50%, -73.2%);
transform: translate(-50%, -73.2%);
background-color: #FFFFFF;
padding: 15px 13px;
border-radius: 50px;
visibility: hidden;
opacity: 0;
transition: all 0.4s ease;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul {
display: flex;
align-items: center;
list-style: none;
justify-content: center;
margin-left: 27px;
margin-bottom: 0;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li {
line-height: 1;
margin-right: 22px;
text-align: center;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li:last-child a {
font-size: 12px;
font-size: 0.75rem;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li:hover a {
color: var(--e-global-color-primary);
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
color: var(--e-global-color-accent);
text-align: center;
font-size: 16px;
font-size: 1rem;
display: flex;
align-content: center;
justify-content: center;
align-items: center;
}
.team-style-2 .elementor-teambox-item .team-name {
padding-top: 31px;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.25;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-secondary);
text-transform: capitalize;
margin-bottom: 10px;
}
.team-style-2 .elementor-teambox-item .team-job {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
color: var(--e-global-color-text);
line-height: 1.375;
text-transform: capitalize;
}
.elementor-testimonial-item-wrapper .swiper-vertical {
height: 332px !important;
}
.elementor-testimonial-item-wrapper .swiper-vertical {
overflow: visible;
}
.elementor-testimonial-item-wrapper .swiper-vertical .swiper-slide {
opacity: 0;
}
.elementor-testimonial-item-wrapper .swiper-vertical .swiper-slide .swiper-slide-next {
opacity: 0.5;
visibility: visible;
position: relative;
}
.elementor-testimonial-item-wrapper .swiper-vertical .swiper-slide.swiper-slide-active {
opacity: 1;
}
.elementor-testimonial-item-wrapper .swiper-vertical .swiper-slide.swiper-slide-next {
opacity: 0.5;
visibility: visible;
position: relative;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-item {
display: flex;
justify-content: stretch;
}
.elementor-testimonial-item-wrapper .layout-1 .inner {
height: 100%;
position: relative;
display: flex;
flex-direction: column;
flex-grow: 1;
background-color: transparent;
}
.elementor-testimonial-item-wrapper .layout-1 .icon {
left: 0;
right: 0;
top: -30px;
display: block;
margin-bottom: 10px;
font-size: 40px;
font-size: 2.5rem;
line-height: 1;
color: var(--e-global-color-primary);
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating {
color: #FFC107;
font-size: 18px;
line-height: 1;
letter-spacing: 8px;
margin: 15px 0 0 0;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating i {
margin-right: 0;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-content-text {
z-index: 1;
position: relative;
padding: 15px 40px 40px 41px;
margin-bottom: 30px;
border-radius: 0 30px;
background-color: #FFF;
}
@media (max-width: 1024px) {
.elementor-testimonial-item-wrapper .layout-1 .testimonial-content-text {
padding: 15px 45px 40px 45px;
}
}
@media (max-width: 768px) {
.elementor-testimonial-item-wrapper .layout-1 .testimonial-content-text {
padding: 15px 35px 40px 35px;
}
}
.elementor-testimonial-item-wrapper .layout-1 .content {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 22px;
font-size: 1.375rem;
line-height: 1.28;
color: var(--e-global-color-text);
}
.elementor-testimonial-item-wrapper .layout-1 .title {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 14px;
font-size: 0.875rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--e-global-color-lighter);
margin-bottom: 31px;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption {
flex-direction: row;
align-items: center;
display: flex;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .details {
text-align: left;
}
.elementor-testimonial-item-wrapper .layout-1 .name {
display: flex;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-secondary);
font-size: 16px;
font-size: 1rem;
text-transform: capitalize;
line-height: 1.375;
margin: 5px 0 5px 0;
letter-spacing: -0.2px;
}
.elementor-testimonial-item-wrapper .layout-1 .job {
display: flex;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.57;
color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image {
line-height: 0;
margin-right: 21px;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image img {
display: inline;
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-item .testimonial-content-text {
padding-bottom: 0px;
margin-bottom: 0;
text-align: center;
margin-top: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .icon {
display: block;
text-align: center;
font-size: 14px;
font-size: 0.875rem;
line-height: 1;
color: var(--e-global-color-primary);
margin-bottom: 112px;
}
.elementor-testimonial-item-wrapper .layout-2 .icon svg {
width: 45.53px;
height: 24px;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonail-image-rating {
display: flex;
justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption {
display: flex;
flex-direction: column;
margin-top: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .details {
text-align: center;
}
.elementor-testimonial-item-wrapper .layout-2 .name {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-secondary);
font-size: 16px;
font-size: 1rem;
text-transform: capitalize;
line-height: 1.375;
}
.elementor-testimonial-item-wrapper .layout-2 .job {
font-family: var(--e-global-typography-tertiary-font-family);
font-weight: var(--e-global-typography-tertiary-font-weight);
text-transform: var(--e-global-typography-tertiary-text-transform);
font-style: var(--e-global-typography-tertiary-font-style);
text-decoration: var(--e-global-typography-tertiary-text-decoration);
line-height: var(--e-global-typography-tertiary-line-height);
letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
display: flex;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-primary);
margin-top: 3px;
justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-2 .content {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 34px;
font-size: 2.125rem;
color: var(--e-global-color-text);
line-height: 1.18;
margin-bottom: 60px;
letter-spacing: -1px;
}
.elementor-testimonial-item-wrapper .layout-2 .caption-top {
display: flex;
justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image {
margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
.elementor-testimonial-item-wrapper .layout-2 .content {
text-align: center;
}
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner {
position: relative;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:after {
content: "";
height: 8px;
width: 0;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--e-global-color-primary);
display: inline-block;
transition: all 0.3s ease;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:hover:after {
width: 100%;
transition: all 0.3s ease;
}
@media (max-device-width: 767px) {
.elementor-testimonial-item-wrapper .inner {
display: block;
}
.elementor-testimonial-item-wrapper .content {
font-size: 16px;
font-size: 1rem;
}
}
.elementor-view-stacked .icon i {
background-color: var(--e-global-color-primary);
color: #FFFFFF;
padding: 8px 5px 8px 5px;
}
.elementor-view-framed .icon i {
background-color: #FFFFFF;
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
border: 3px solid;
padding: 0.5em;
}
.elementor-shape-circle .icon i {
border-radius: 50%;
}
.elementor-custom-swiper-pagination {
width: 354px;
overflow: hidden;
margin: 0 auto;
}
@media (max-width: 375px) {
.elementor-custom-swiper-pagination {
width: 335px;
}
}
@media (max-width: 320px) {
.elementor-custom-swiper-pagination {
width: 100%;
}
}
.elementor-custom-swiper-pagination .swiper-custom .caption-bottom {
display: none;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image {
position: relative;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image img {
width: 80px;
height: 80px;
border-radius: 50%;
}
@media (max-width: 320px) {
.elementor-custom-swiper-pagination .swiper-slide-active {
margin-right: 18px !important;
}
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom {
display: block;
margin-top: 18px;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom .name {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-secondary);
font-size: 16px;
font-size: 1rem;
text-transform: capitalize;
line-height: 1.625;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom .job {
font-family: var(--e-global-typography-tertiary-font-family);
font-weight: var(--e-global-typography-tertiary-font-weight);
text-transform: var(--e-global-typography-tertiary-text-transform);
font-style: var(--e-global-typography-tertiary-font-style);
text-decoration: var(--e-global-typography-tertiary-text-decoration);
line-height: var(--e-global-typography-tertiary-line-height);
letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
display: flex;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-primary);
margin-top: 3px;
justify-content: center;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top {
width: 100px;
height: 100px;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image {
position: relative;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-color: rgba(217, 217, 217, 0.4);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image img {
width: 100px;
height: 100px;
border-radius: 50%;
}
@media (max-width: 320px) {
.elementor-custom-swiper-pagination .swiper-slide-prev {
margin-right: 8px !important;
}
}
.elementor-custom-swiper-pagination .swiper-slide-prev .elementor-testimonial-image {
padding-top: 20px;
}
@media (max-width: 320px) {
.elementor-custom-swiper-pagination .swiper-slide-next {
margin-right: 8px !important;
}
}
.elementor-custom-swiper-pagination .swiper-slide-next .elementor-testimonial-image {
padding-top: 20px;
}
.elementor-custom-swiper-pagination .caption-top {
display: flex;
justify-content: center;
align-items: center;
width: 80px;
height: 80px;
margin: 0 auto;
}
.elementor-custom-swiper-pagination .caption-bottom {
display: flex;
justify-content: center;
text-align: center;
}
.elementor-widget-yaglo-thumbnail .elementor-widget-container img {
width: 100%;
max-width: 100%;
object-fit: cover;
border-radius: 0 30px 0 30px;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-image {
position: relative;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-image img {
margin: 0 auto;
border-radius: 0 30px;
width: 410px;
height: 350px;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-image:before {
content: "";
position: absolute;
background-color: #000000;
opacity: 0.2;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 0 30px;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-image .elementor-video-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
font-size: 1.875rem;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-content .elementor-video-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 22px;
font-size: 1.375rem;
color: var(--e-global-color-secondary);
line-height: 1.27273;
letter-spacing: -1px;
padding: 14px 0 4px 0;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-content .elementor-video-description {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-lighter);
line-height: 1.57143;
}
.elementor-video-popup {
display: inline-flex;
align-items: center;
}
.elementor-video-popup {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
justify-content: center;
position: relative;
}
.elementor-video-popup .elementor-video-icon {
transform: translateX(2px);
transition: transform 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
display: flex;
justify-content: center;
align-items: center;
color: #FFFFFF;
}
.elementor-video-popup .elementor-video-icon svg {
width: 24px;
height: 24px;
}
.yaglo-video-popup .elementor-video-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 16px;
font-size: 1rem;
line-height: 1.375;
color: var(--e-global-color-secondary);
text-transform: capitalize;
}
.video-icon-effectsyes .elementor-video-popup {
display: inline-flex;
align-items: center;
justify-content: center;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon {
position: relative;
height: 120px;
width: 120px;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon .animation {
border: 2px solid #ffffff;
border-right: 2px solid rgba(255, 255, 255, 0.3);
border-bottom: 2px solid rgba(255, 255, 255, 0.3);
height: 100%;
width: 100%;
border-radius: 50%;
animation: loading 1.8s infinite linear;
}
.video-icon-effectsyes .elementor-video-popup i.yaglo-icon-play-fill {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:hover {
animation: pulse 0.5s;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:hover .animation {
border: 2px solid var(--e-global-color-primary);
border-right: 2px solid rgba(255, 255, 255, 0.3);
border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.elementor-video-popup .video-content {
-webkit-box-flex: 1;
flex-grow: 1;
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
display: inline-flex;
flex-direction: column;
}
.elementor-video-popup .video-icon-align-before {
margin-right: 5px;
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.elementor-video-popup .video-icon-align-after {
-webkit-box-ordinal-group: 16;
-ms-flex-order: 15;
order: 15;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
font-size: 24px;
border: none;
}
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
color: var(--e-global-color-primary);
background-color: transparent;
border: none;
}
@keyframes loading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes pulse {
from {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
to {
box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}
}
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
position: relative;
display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
position: absolute;
content: attr(data-hover);
color: var(--e-global-color-secondary);
clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
transition: clip-path 0.5s ease;
}
.animated-slide-column > .elementor-column-wrap {
transition: opacity 0s 0.6s, transform 1s 0.6s;
opacity: 0;
transform: translateX(-20px) translateZ(0);
}
.animated-slide-column:after {
content: "";
margin: 0 -5px 0 0;
position: absolute;
top: 0;
right: 100%;
bottom: 100%;
left: 0;
background-color: var(--e-global-color-primary);
z-index: 3;
transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.animated-slide-column.col-loaded {
overflow: hidden;
position: relative;
}
.animated-slide-column.col-loaded .elementor-column-wrap {
transform: translateX(0);
opacity: 1;
}
.animated-slide-column.col-loaded:after {
margin-right: 0;
right: -3px;
bottom: 0;
left: 100%;
}
.animated-bg-parallax {
overflow: hidden;
}
.animated-bg-parallax > .elementor-column-wrap {
overflow: hidden;
}
.animated-bg-parallax .img-banner-parallax {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.animated-bg-parallax .img-banner-parallax:not(.hover) {
transform: none !important;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
position: relative;
overflow: hidden;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
position: relative;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before {
content: "";
position: absolute;
width: 2px;
height: 0;
background-color: var(--e-global-color-primary);
top: -60px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
left: 0;
right: 0;
margin: 0 auto;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before {
height: 50px;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a {
color: var(--e-global-color-primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes:hover img {
transform: scale(1.1);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.text-rotate {
-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.text-shadow {
-webkit-text-stroke: 3px #fff;
-webkit-text-fill-color: #FF782B;
}
.hover-style .elementor-cta__button-wrapper {
opacity: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
transform: translateY(10px);
height: 0;
}
.hover-style .elementor-cta__title {
transform: translateY(0);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hover-style .elementor-cta__content {
overflow: hidden;
}
.hover-style:hover .elementor-cta__title {
transform: translateY(-20px);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hover-style:hover .elementor-cta__button-wrapper {
opacity: 1;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
transform: translateY(-10px);
}
.mask-text .elementor-counter > * {
color: transparent;
text-align: center;
font-size: 10em;
font-weight: 900;
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/ldp_mask.jpg);
background-size: contain;
background-clip: text;
-webkit-background-clip: text;
-ms-background-clip: text;
-moz-background-clip: text;
}
.e--ua-safari .mask-text .elementor-counter {
text-align: center;
}
.e--ua-safari .mask-text .elementor-counter > * {
display: inline;
}
.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
display: flex;
font-size: 50px;
font-size: 3.125rem;
color: var(--e-global-color-secondary);
width: 100%;
}
.elementor-widget-icon-box .elementor-icon-box-title {
font-size: 32px;
font-size: 2rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
text-transform: capitalize;
color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box .elementor-icon-box-description {
color: var(--e-global-color-text);
}
.elementor-widget-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-icon-box .elementor-icon-box-description span {
color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box:hover {
cursor: pointer;
}
.elementor-widget-icon-box:hover .elementor-icon-box-title {
color: var(--e-global-color-primary);
}
.elementor-view-default .elementor-icon {
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.elementor-view-stacked .elementor-icon {
background-color: #fff;
color: var(--e-global-color-primary);
}
.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
border: 1px dashed;
border-color: #DDDADA;
}
.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
border: 1px solid var(--e-global-color-secondary);
}
.enable-effects-yes .elementor-icon-box-icon .elementor-icon {
content: "";
border-radius: 50%;
width: 30px;
height: 30px;
background-color: var(--e-global-color-tertiary);
z-index: 0;
}
.enable-effects-yes .elementor-icon-box-icon .elementor-icon i {
top: 7px;
left: 13px;
}
.enable-effects-yes .elementor-icon-box-icon .icon-box-number_efect {
position: absolute;
background-color: var(--e-global-color-primary);
top: 0;
right: 0;
width: 40px;
height: 40px;
border-radius: 50%;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 20px;
color: #ffffff;
line-height: 24px;
padding: 8px 0;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon {
position: relative;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon svg {
width: 46.2px;
height: 44px;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon:before {
content: "";
position: absolute;
background-color: var(--e-global-color-secondary);
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjEgMTYyIj48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMS44NDQgNjIuNjdsLjQ2NC0xLjU4IDYuNTg1LTEuNDcuMDE5LS4wNjEtNC43LTQuOTQ4LjI0My0uODI5IDUuNDMgNS42OTYgNC4yMDcgMS4yMzQtLjQxIDEuMzk3LTQuMDY4LTEuMTk0LTcuNzcgMS43NTV6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMjAuNjA5IDM5Ljg2N2wtMi45ODYgNC42NDMgMi4wMTIgMi45NjUtLjM5OC42Mi02Ljg2Mi0xMC4wMzcuNDMyLS42NzMgMTIuMjQ1IDEuNjY2LS44NCAxLjMwNS0zLjYwMy0uNDl6bS0uNzg4LS4xMDdsLTUuODk1LS44LS4wMzUuMDUzIDMuMjkgNC44NTIgMi42NC00LjEwNXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0zNS43NiAyMS42MTNsMy4yNyAzLjc3Mi0xLjA0LjkwMS0uNDMtLjQ5NmMtLjE2Ny40MjctLjQyNS45MTEtLjc3NCAxLjQ1My0uMzU1LjUzNC0uODM2IDEuMDYzLTEuNDQgMS41ODctLjgwNy42OTgtMS42MDggMS4xNzQtMi40MDYgMS40MjctLjgwNC4yNDQtMS41NzcuMzIxLTIuMzIuMjNhNS43ODcgNS43ODcgMCAwIDEtMi4wODEtLjcxNSA3LjAzNCA3LjAzNCAwIDAgMS0xLjcxMy0xLjQzOGMtLjU4LS42Ny0uOTgtMS4zNjctMS4yLTIuMDkzYTQuOTM4IDQuOTM4IDAgMCAxLS4xODQtMi4xOWMuMTA1LS43MjYuMzYtMS40MzQuNzY1LTIuMTIzYTcuOSA3LjkgMCAwIDEgMS42NDctMS45MzVjLjU5Ny0uNTE2IDEuMTcyLS44OTUgMS43MjYtMS4xMzUuNTU2LS4yNTUgMS4wNjYtLjQxNSAxLjUzMi0uNDguNDY2LS4wNjUuODgyLS4wNTggMS4yNDcuMDIxLjM2Ni4wNjQuNjYyLjE1My44ODguMjY4bC0uODcuNzU0Yy0uMTk2LS4xMjctLjQ0OC0uMTk4LS43NTctLjIxM2EyLjk3IDIuOTcgMCAwIDAtMS4wMTYuMDk4IDUuNTUgNS41NSAwIDAgMC0xLjE1Ni40NWMtLjQuMjA2LS43OS40NzMtMS4xNjkuOC0uNTczLjQ5Ni0uOTk2IDEuMDI2LTEuMjcgMS41ODhhNC4wMjYgNC4wMjYgMCAwIDAtLjQwOCAxLjcyOSA0LjUxIDQuNTEgMCAwIDAgLjM3IDEuNzk1IDYuODMgNi44MyAwIDAgMCAxLjExNCAxLjcyNCA2LjcwNiA2LjcwNiAwIDAgMCAxLjU4MiAxLjM2IDQuNjE1IDQuNjE1IDAgMCAwIDEuNzcyLjYwNCA0LjMzMyA0LjMzMyAwIDAgMCAxLjg3Ny0uMjNjLjY0NC0uMjE4IDEuMjg0LS42MDMgMS45Mi0xLjE1NWE2LjAwMyA2LjAwMyAwIDAgMCAxLjE0OC0xLjI5IDUuNzQgNS43NCAwIDAgMCAuNjYyLTEuNDgzTDM1LjE1IDIzLjAxbC0xLjM1NSAxLjE3My0uNDMtLjQ5NiAyLjM5Ni0yLjA3NHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik00OC43MDcgMTkuNjI1TDQ0LjA1MiA5LjQzOGwxLjMyNS0uNjA0IDQuMjg5IDkuMzg2IDUuMjU0LTIuMzk4LjM2Ni44LTYuNTggMy4wMDN6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNNjMuMzI0IDguMjIyYy0uMDg3LS42MDEtLjA2OC0xLjI1Ni4wNTctMS45NjQuMTM1LS43MDkuNDA1LTEuMzc4LjgxLTIuMDA3LjQwNC0uNjQuOTU0LTEuMTk5IDEuNjUtMS42NzYuNjk3LS40NzcgMS41NjgtLjc5MSAyLjYxMy0uOTQxIDEuMDU2LS4xNTIgMS45OTYtLjA5MyAyLjgyMi4xNzYuODM0LjI1NyAxLjU0Ni42MzUgMi4xMzUgMS4xMzJhNS43NjMgNS43NjMgMCAwIDEgMS4zOTMgMS43MDdjLjMzOC42My41NSAxLjI0MS42MzUgMS44MzIuMDU3LjM5MS4wNTguODExLjAwNCAxLjI2YTUuOTk0IDUuOTk0IDAgMCAxLS4zMDQgMS4zN2MtLjE1LjQ1My0uMzY3Ljg5OC0uNjQ4IDEuMzM4YTUuNzI3IDUuNzI3IDAgMCAxLTEuMDU4IDEuMTg2IDYuMjIgNi4yMiAwIDAgMS0xLjQ1LjkzNiA2LjgwNiA2LjgwNiAwIDAgMS0xLjg4LjUyOWMtMS4wNDUuMTUtMS45NjkuMDk0LTIuNzcyLS4xNjgtLjgwNC0uMjcyLTEuNDktLjY1OC0yLjA1OC0xLjE1OWE1Ljg0OCA1Ljg0OCAwIDAgMS0xLjM0My0xLjY5OGMtLjMyLS42NDQtLjUyMS0xLjI2MS0uNjA2LTEuODUzek02NC44NzYgOGMuMTA2Ljc0LjMxNSAxLjQwNS42MjYgMS45OTYuMzIuNTc5LjcwOCAxLjA2MiAxLjE2MyAxLjQ0OS40NjQuMzg2Ljk4NC42NjcgMS41Ni44NDNhNC4yNzIgNC4yNzIgMCAwIDAgMS44MS4xMTEgNC4zNCA0LjM0IDAgMCAwIDEuNzA1LS42MTcgNC41NDYgNC41NDYgMCAwIDAgMS4zMDctMS4yNTQgNC45MiA0LjkyIDAgMCAwIC43Ny0xLjcyNyA1LjYzNiA1LjYzNiAwIDAgMCAuMDctMi4wOTYgNS41MSA1LjUxIDAgMCAwLS42NTYtMS45NzQgNC44ODUgNC44ODUgMCAwIDAtMS4yMjctMS40NTcgNC4zNSA0LjM1IDAgMCAwLTEuNjA2LS44MiA0LjE4NyA0LjE4NyAwIDAgMC0xLjgxMi0uMTI3IDQuMTE3IDQuMTE3IDAgMCAwLTEuNzAzLjYzM2MtLjUwNC4zMi0uOTI0LjczLTEuMjYyIDEuMjMyYTUuMTI0IDUuMTI0IDAgMCAwLS43MDQgMS43MzNBNS45NzggNS45NzggMCAwIDAgNjQuODc2IDh6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTA1LjgyOCAxNC4wMThsLjk5LjQ1MmMtLjA2NS4xNjktLjEyLjM5LS4xNjMuNjY0LS4wMzguMjY0LS4wMTEuNTUyLjA4MS44NjMuMDkyLjMxMi4yODUuNjM0LjU3OC45NjguMjk4LjMyMy43NTIuNjI1IDEuMzY0LjkwNC43NjYuMzUgMS40NDQuNDgzIDIuMDMzLjQuNTk5LS4wNzggMS4wNDItLjQzMyAxLjMzMS0xLjA2My4yMy0uNTA1LjI2OS0uOTc0LjExNS0xLjQwOGEzLjk0NCAzLjk0NCAwIDAgMC0uNzYxLTEuMjYxIDExLjY4MiAxMS42ODIgMCAwIDAtMS4xNjctMS4yMTljLS40MzktLjQtLjgyOC0uODE4LTEuMTY4LTEuMjU0YTMuOTg1IDMuOTg1IDAgMCAxLS42OTMtMS4zNzJjLS4xMzEtLjQ4Mi0uMDY2LTEuMDEuMTk1LTEuNTgyLjItLjQzNi40NjQtLjc4NC43OTQtMS4wNDQuMzQtLjI1Ni43MTEtLjQyNiAxLjExNC0uNTEyLjQxMi0uMDgyLjg0NC0uMDkgMS4yOTUtLjAyNS40NjEuMDcuOTE0LjIwNyAxLjM2MS40MS40MjcuMTk1LjgxLjQzNSAxLjE0OS43MTkuMzU0LjI3OC42MzkuNTkuODU3LjkzNi4yMjEuMzM2LjM2OC42OTYuNDM5IDEuMDguMDc1LjM3NC4wNTkuNzU0LS4wNDYgMS4xNGwtLjk5LS40NTJjLjE4NC0uNjA4LjExMi0xLjE0NS0uMjE0LTEuNjEtLjMxMy0uNDcyLS43ODQtLjg1MS0xLjQxNS0xLjEzOWEzLjQ5OCAzLjQ5OCAwIDAgMC0xLjA3MS0uMzEzIDIuNTM4IDIuNTM4IDAgMCAwLS45MDkuMDI1Yy0uMjYuMDU3LS40OS4xNjMtLjY5LjMxOC0uMTkuMTYtLjMzOS4zNTYtLjQ0NS41ODktLjE5MS40MTctLjE5My44Mi0uMDA4IDEuMjEuMTg2LjM5LjQ1OC43ODMuODE1IDEuMTguMzY4LjQwMy43NzQuODEgMS4yMTggMS4yMjUuNDU0LjQxOC44NDQuODYgMS4xNzEgMS4zMjUuMzQuNDYuNTczLjk1NC42OTYgMS40OC4xMjguNTE1LjA1NSAxLjA3NC0uMjIgMS42NzUtLjIuNDM3LS40NjkuNzk0LS44MDggMS4wNzQtLjMzOC4yNzktLjcyNS40NzItMS4xNjEuNTc4YTMuNzk0IDMuNzk0IDAgMCAxLTEuNDMuMDUgNS43MTIgNS43MTIgMCAwIDEtMS42MDctLjQ4NyA2LjQxMSA2LjQxMSAwIDAgMS0xLjQ0Mi0uODg3IDQuODUzIDQuODUzIDAgMCAxLS45Ny0xLjExIDMuMTk0IDMuMTk0IDAgMCAxLS40MTYtMS4yNDYgMi43MzQgMi43MzQgMCAwIDEgLjE5OC0xLjI4MXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xMjYuMDAxIDI5Ljc0M2wtMS4xMDEtLjk1MyA2Ljc2MS03Ljc5OC0zLjI0Mi0yLjgwNy41NzctLjY2NSA3LjU4MyA2LjU2Ny0uNTc2LjY2NS0zLjI0Mi0yLjgwNy02Ljc2IDcuNzk4eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTE0NS4wNDcgMzQuMDQ4bC43ODcgMS4yMjQtNi4xNTIgMy45NTJjLS4xNzkuMTE1LS4zNTYuMjM1LS41My4zNmEyLjcyIDIuNzIgMCAwIDAtLjQ3OC40NCAyLjkyIDIuOTIgMCAwIDAtLjM2OS41OGMtLjExLjIyMi0uMTg5LjQ5NC0uMjM2LjgxNi0uMDY2LjQxLS4wNjUuNzk2LjAwMyAxLjE1OC4wNzQuMzcxLjIzMi43NDUuNDc0IDEuMTIyLjI4My40NC42MTcuODIgMS4wMDIgMS4xNDQuMzg1LjMyMy44NTcuNTMzIDEuNDE1LjYzMi4zMTIuMDUyLjU5Ni4wNi44NTIuMDIzLjI2LS4wMjguNTA0LS4wODMuNzMtLjE2NS4yMzYtLjA4OC40NTUtLjE5LjY1OC0uMzA5LjIxMi0uMTIzLjQxNy0uMjQ4LjYxNS0uMzc1bDUuNjk0LTMuNjU4LjM4MS41OTItNi4xMzkgMy45NDNhNC42NyA0LjY3IDAgMCAxLTEuNDkzLjYzNiAzLjY2MyAzLjY2MyAwIDAgMS0xLjUzMi4wMTQgMy42NjMgMy42NjMgMCAwIDEtMS40NTktLjY0MWMtLjQ2Mi0uMzI1LS44NzgtLjc3NC0xLjI0Ny0xLjM0OC0uNTg4LS45MTUtLjkyNy0xLjcxOC0xLjAxNi0yLjQwOS0uMDgtLjY5Ni0uMDE4LTEuMy4xODYtMS44MTIuMjEyLS41MTcuNTE2LS45NTIuOTA5LTEuMzA2YTkuMzEgOS4zMSAwIDAgMSAxLjE1Ni0uODk1bDUuNzg5LTMuNzE4eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTE0NS4xNjcgNTguMTg3bDEwLjc0Ni0zLjE1NCAxLjAzOCAzLjUzMWMuMjQ5Ljg1LjM0IDEuNjY4LjI3MSAyLjQ1NWE1LjQ4MSA1LjQ4MSAwIDAgMS0uNTg5IDIuMTQgNS4wMDYgNS4wMDYgMCAwIDEtMS4zNDEgMS42NzggNS40NDYgNS40NDYgMCAwIDEtMS45OTMgMS4wNTIgNS41MTIgNS41MTIgMCAwIDEtNC4zNjctLjUwMyA1LjU5NCA1LjU5NCAwIDAgMS0xLjYzOS0xLjQzNiA2LjExOSA2LjExOSAwIDAgMS0xLjAzNS0yLjA0OGwtMS4wOTEtMy43MTV6bTEuMDg2IDEuMmwuNDk2IDEuNjg4Yy4yNDYuODM5LjU5MyAxLjUxIDEuMDQxIDIuMDEyLjQ2MS41MS45NzIuODg3IDEuNTM0IDEuMTM0YTQuNTI0IDQuNTI0IDAgMCAwIDEuNzQ4LjM4NyA1Ljg4MyA1Ljg4MyAwIDAgMCAxLjc1LS4yMyA1LjMzMSA1LjMzMSAwIDAgMCAxLjY3NS0uODI1IDQuNTA3IDQuNTA3IDAgMCAwIDEuMjM5LTEuMzQ3IDQuMjg3IDQuMjg3IDAgMCAwIC42MTUtMS43NjVjLjA4NS0uNjU5LjAxNi0xLjM2Ni0uMjA3LTIuMTI0bC0uNDk2LTEuNjg4LTkuMzk1IDIuNzU3eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTE2MC4yIDgwLjQyMnYxLjQ1NkgxNDl2LTEuNDU2aDExLjJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTUzLjMwMyA5Ni4yODNjLjU4NC4xNyAxLjE3MS40NiAxLjc2My44NjdhNS42MjMgNS42MjMgMCAwIDEgMS40OSAxLjU3MWMuNDE0LjYzMy42OTQgMS4zNjYuODM5IDIuMTk3LjE0NC44MzIuMDY4IDEuNzU1LS4yMyAyLjc2OC0uMyAxLjAyMy0uNzQ1IDEuODU0LTEuMzMzIDIuNDkzLS41OC42NTMtMS4yMTkgMS4xNDMtMS45MTYgMS40NzJhNS43ODMgNS43ODMgMCAwIDEtMi4xMzIuNTU5Yy0uNzE0LjA0Ni0xLjM1Ny0uMDE1LTEuOTMxLS4xODRhNC44MjEgNC44MjEgMCAwIDEtMS4xNDgtLjUyIDYuMDA1IDYuMDA1IDAgMCAxLTEuMTE5LS44NDUgNS45NzIgNS45NzIgMCAwIDEtLjk0Ny0xLjE0NSA1LjcwMSA1LjcwMSAwIDAgMS0uNjQtMS40NTUgNi4yNiA2LjI2IDAgMCAxLS4yNDktMS43MDhjLS4wMDEtLjYuMDk5LTEuMjQ0LjMtMS45MjkuMjk4LTEuMDEzLjczMi0xLjgzIDEuMzA0LTIuNDUyLjU4Mi0uNjE5IDEuMjE5LTEuMDgyIDEuOTA5LTEuMzlhNS44NSA1Ljg1IDAgMCAxIDIuMTAzLS41MThjLjcxOS0uMDIyIDEuMzY0LjA1IDEuOTM3LjIxOXptLS40NDIgMS41MDRhNi4xMTUgNi4xMTUgMCAwIDAtMi4wNzUtLjI1OSA1LjE2IDUuMTYgMCAwIDAtMS44MDEuNDU2IDQuNDcyIDQuNDcyIDAgMCAwLTEuNDE1IDEuMDY4IDQuMjc1IDQuMjc1IDAgMCAwLS44NTMgMS42MDEgNC4zMyA0LjMzIDAgMCAwLS4xNDggMS44MDdjLjA4Ni42MTUuMjg2IDEuMTg1LjU5OCAxLjcxLjMxLjUzNi43MjcgMS4wMDggMS4yNTIgMS40MTguNTM0LjQxMiAxLjE2LjcyNCAxLjg3Ni45MzQuNzE3LjIxIDEuNDA2LjI4NSAyLjA2OS4yMjRhNC45MDYgNC45MDYgMCAwIDAgMS44MzUtLjUxMiA0LjM2MiA0LjM2MiAwIDAgMCAxLjQxMy0xLjEyYy40MDItLjQ2LjY5MS0uOTkyLjg2OS0xLjU5Ni4xOC0uNjE0LjIyNC0xLjIxOC4xMzItMS44MTJhNC4yNiA0LjI2IDAgMCAwLS41OTctMS42NTkgNS4xMDUgNS4xMDUgMCAwIDAtMS4yODQtMS4zNiA1Ljk4MSA1Ljk4MSAwIDAgMC0xLjg3MS0uOXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xMzguNTQxIDEzNi41MTZsLTEuMTEzLjk2My04LjU4LTQuODY2LS4wNDkuMDQyIDMuNjgzIDkuMTA4LS41Mi40NTEtOC40OC01LjAxOC0uMDQ4LjA0MiAzLjYxNyA5LjIyOC0uNTU2LjQ4Mi00LjMzNy0xMS4wNi43MTMtLjYxOCA3Ljk3MSA0LjY3NS4wNi0uMDUyLTMuNDIzLTguNjE0LjcyNi0uNjI4IDEwLjMzNiA1Ljg2NXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xMTEuOTk1IDE0Ny40OTJsLTEuOTQxLTQuMjUgMS4zMjQtLjYwNCA0LjY1NSAxMC4xODctMy40MDYgMS41NTRjLS41NjMuMjU3LTEuMDkuMzk4LTEuNTgzLjQyNGEzLjE1NSAzLjE1NSAwIDAgMS0xLjMzOS0uMTk4IDIuNzcxIDIuNzcxIDAgMCAxLTEuMDcyLS42ODkgMy43MDYgMy43MDYgMCAwIDEtLjczNi0xLjA3MSAzLjQ3MiAzLjQ3MiAwIDAgMS0uMzE5LTEuMzE0Yy0uMDEzLS40NC4wNjktLjg3Ni4yNDctMS4zMDkuMTcyLS40MTkuNDQ5LS44MTUuODI5LTEuMTg4LjM4MS0uMzczLjg2Ny0uNjk0IDEuNDU5LS45NjUuMzUtLjE1OS42NzktLjI4Ni45ODgtLjM4YTkuNDEgOS40MSAwIDAgMSAuODk0LS4xOTd6bTIuNDIxIDUuMjk3bC0yLjE0OC00LjcwMWEzLjE0IDMuMTQgMCAwIDAtLjc1Ny4xNTNjLS4yNjEuMDk1LS41NDIuMjEyLS44NDMuMzQ5LS40MzcuMi0uNzc3LjQ0My0xLjAyMS43M2EyLjUzMyAyLjUzMyAwIDAgMC0uNTEyLjkyIDIuMjk4IDIuMjk4IDAgMCAwLS4wODQuOTdjLjAzNi4zMzYuMTE4LjY0NC4yNDYuOTI1LjEzMy4yOTEuMzIuNTU4LjU1OS44LjIzNS4yNTcuNTA3LjQ1NS44MTcuNTk1YTIuNDYgMi40NiAwIDAgMCAxLjAzOC4yMyAyLjc2IDIuNzYgMCAwIDAgMS4xNzctLjI3M2wxLjUyOC0uNjk4eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTY5LjExIDE0OS4yNTNsMS40NDEuMjA3LTEuNDcgMTAuMjE1IDQuMjQ1LjYxLS4xMjUuODcxLTkuOTMtMS40MjcuMTI1LS44NzEgNC4yNDUuNjEgMS40NjktMTAuMjE1eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTUxLjc1IDE1MC4xODZsMi4zMTUtNS4wNjQgMS4zMjQuNjA1LTQuNjU0IDEwLjE4Ny0xLjMyNS0uNjA1IDIuMDM1LTQuNDUzLTYuMDk5LTIuNzg0LTIuMDM1IDQuNDUzLTEuMzI0LS42MDQgNC42NTQtMTAuMTg3IDEuMzI1LjYwNC0yLjMxNCA1LjA2NSA2LjA5OSAyLjc4M3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0yOS42NjcgMTQzLjYyM2wtNS40NjctNC43MzQuNTc2LS42NjUgNC4zNjYgMy43ODEgMi42MzEtMy4wMzQtMy43NS0zLjI0Ny40ODMtLjU1NiAzLjc1IDMuMjQ3IDMuMDctMy41NDItNC4zNjYtMy43ODIuNTc2LS42NjUgNS40NjcgNC43MzUtNy4zMzYgOC40NjJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTUuMTU0IDEyOC41NjZsNS4zMTMtOS41MTctLjAzNC0uMDU0LTEwLjg5NS44MzYtLjU5Ny0uOTI4IDkuNDIzLTYuMDUzLjc4OCAxLjIyNS03LjYzMyA0LjkwMi4wMzQuMDU0IDEwLjUzLS43NTQuMTU1LjI0My01LjE3NCA5LjE5OS4wMzUuMDU0IDcuNjg2LTQuOTM3LjM4MS41OTItOS40MjMgNi4wNTMtLjU4OS0uOTE1eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTMuODY0IDEwNi41MWwtMi4wMzktNi45NC44NDUtLjI0NyAxLjYyOCA1LjU0MiAzLjg1My0xLjEzMS0xLjM5OC00Ljc1OS43MDctLjIwNyAxLjM5OCA0Ljc1OSA0LjQ5OC0xLjMyLTEuNjI4LTUuNTQyLjg0NC0uMjQ4IDIuMDM5IDYuOTM5LTEwLjc0NyAzLjE1NHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=);
-webkit-mask-size: 100%;
-webkit-mask-position: center center;
-webkit-mask-repeat: no-repeat;
width: 160px;
height: 160px;
top: -130%;
z-index: 0;
animation: qodef-element-rotate 20s linear infinite;
}
@keyframes qodef-element-rotate {
0% {
transform: rotate(-360deg);
}
}
.elementor-image-box-wrapper .elementor-image-box-img img {
display: inline-block;
border-radius: 0 30px;
border: 1px solid #EAEAEA;
}
.elementor-image-box-wrapper:hover img {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
border-radius: 0;
border: 1px solid var(--e-global-color-border);
}
.elementor-image-box-wrapper:hover a {
color: var(--e-global-color-primary);
}
.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
text-decoration: underline;
}
.image-style-yaglo-yes .elementor-image-box-wrapper:hover .elementor-image-box-img {
border-color: var(--e-global-color-primary);
}
.image-style-yaglo-yes .elementor-image-box-wrapper:hover .elementor-image-box-img-inner:after {
visibility: visible;
opacity: 1;
}
.image-style-yaglo-yes .elementor-image-box-wrapper:hover .elementor-button-wrapper {
visibility: visible;
opacity: 1;
}
.image-style-yaglo-yes .elementor-image-box-img {
border: 1px dashed var(--e-global-color-border);
padding: 20px;
border-radius: 4px;
}
.image-style-yaglo-yes .elementor-image-box-img img {
border-radius: 4px;
}
.image-style-yaglo-yes .elementor-image-box-img-inner {
position: relative;
}
.image-style-yaglo-yes .elementor-image-box-img-inner:after {
content: "";
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.image-style-yaglo-yes .elementor-button-wrapper {
position: absolute;
top: 50%;
left: 0;
right: 0;
z-index: 9;
visibility: hidden;
opacity: 0;
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.image-style-yaglo-yes .elementor-image-box-title {
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-secondary);
}
.image-style-yaglo-yes .elementor-image-box-title a {
color: var(--e-global-color-secondary);
}
.image-style-yaglo-yes .elementor-image-box-title a:hover {
color: var(--e-global-color-primary);
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
font-size: 24px;
font-size: 1.5rem;
line-height: 30px;
font-family: var(--e-global-typography-secondary-font-family);
color: var(--e-global-color-secondary);
text-transform: capitalize;
font-weight: 400;
letter-spacing: 0;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:hover {
color: var(--e-global-color-primary);
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
font-size: 16px;
font-size: 1rem;
line-height: 24px;
color: var(--e-global-color-lighter);
font-family: var(--e-global-typography-text-font-family);
font-weight: 400;
}
.elementor-image-box-wrapper .elementor-image-box-content img {
object-fit: cover;
}
.enable-effects-yes .elementor-image-box-content {
position: relative;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-button-wrapper {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
margin: 0 auto;
right: 0;
left: 0;
transition: all 0.5s ease;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-button-wrapper .elementor-image-box-button-text {
font-size: 24px;
font-size: 1.5rem;
line-height: 30px;
text-transform: capitalize;
font-family: var(--e-global-typography-secondary-font-family);
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-title {
font-size: 24px;
font-size: 1.5rem;
line-height: 30px;
font-family: var(--e-global-typography-secondary-font-family);
color: var(--e-global-color-secondary);
text-transform: capitalize;
font-weight: 400;
transition: all 0.5s ease;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-title:hover {
color: var(--e-global-color-primary);
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-description {
font-size: 16px;
font-size: 1rem;
line-height: 24px;
color: var(--e-global-color-text);
font-family: var(--e-global-typography-text-font-family);
font-weight: 400;
}
.enable-effects-yes:hover .elementor-image-box-title {
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
}
.enable-effects-yes:hover .elementor-image-box-button-wrapper {
opacity: 1;
visibility: visible;
color: var(--e-global-color-primary);
transition: all 0.5s ease;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel a {
position: relative;
overflow: hidden;
display: block;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel a:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 14px;
top: 50%;
left: 50%;
opacity: 0;
visibility: visible;
transform: translate(-50%, 0px);
transition: all 0.35s;
color: var(--e-global-color-primary);
z-index: 2;
font-size: 20px;
font-size: 1.25rem;
line-height: 20px;
font-weight: 400;
position: absolute;
width: 60px;
height: 60px;
background-color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel a:hover:before {
opacity: 1;
transform: translate(-50%, -50%);
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion {
text-align: left;
display: flex;
flex-direction: column;
grid-row-gap: 10px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
margin-bottom: 0;
padding: 30px 30px 35px;
background-color: #ffffff;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion {
display: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title {
line-height: 1.25;
letter-spacing: -0.24px;
margin-bottom: -1px;
padding: 0;
cursor: pointer;
max-height: 5.9rem;
overflow: hidden;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 24px;
font-size: 1.5rem;
color: #30373E;
width: 85%;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media (min-width: 768px) {
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title {
align-items: center;
}
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-content {
font-size: 16px;
font-size: 1rem;
line-height: 24px;
font-weight: 400;
border: none;
color: #666666;
padding: 31px 0 0;
margin-top: -5px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
border: none;
border-radius: 30px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
color: var(--e-global-color-primary);
}
@media (max-width: 568px) {
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
display: none;
}
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item {
border-top: none;
border-left: none;
border-right: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion .elementor-accordion-icon-acc svg {
width: 48px;
height: 48px;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item i {
font-size: 17px;
font-size: 1.0625rem;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
font-size: 14px;
font-size: 0.875rem;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
border-top: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item:last-child {
border-bottom: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-content {
border-bottom: 1px solid #D5D8DC;
}
.style-theme-yes .e-n-accordion .e-n-accordion-item {
border-width: 0;
border-bottom: 1px solid var(--e-global-color-border);
}
.style-theme-yes .e-n-accordion .e-n-accordion-item:last-child {
border: none;
}
.image-style-yaglo-yes.elementor-widget-image .elementor-widget-container a {
position: relative;
border-radius: 0 30px 0 30px;
}
.image-style-yaglo-yes.elementor-widget-image .elementor-widget-container a img {
transition: all 0.4s ease;
object-fit: cover;
border-radius: 0 30px 0 30px;
}
.image-style-yaglo-yes.elementor-widget-image .elementor-widget-container a:hover {
border-radius: 0;
}
.image-style-yaglo-yes.elementor-widget-image .elementor-widget-container a:hover img {
border-radius: 0;
transition: all 0.4s ease;
}
.icon-list-style-yaglo-yes .elementor-icon-list-item .elementor-icon-list-text {
position: relative;
}
.icon-list-style-yaglo-yes .elementor-icon-list-item .elementor-icon-list-text:before {
content: "";
position: absolute;
width: 2px;
height: 4px;
left: auto;
right: 0;
bottom: 0;
background-color: #000000;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.icon-list-style-yaglo-yes .elementor-icon-list-item a:hover .elementor-icon-list-text:before {
width: 100%;
left: 0;
right: auto;
}
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-text {
padding-left: 0;
}
.elementor-button {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #FFFFFF;
text-align: center;
justify-content: center;
}
.elementor-button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
}
.elementor-button.elementor-size-xs {
padding: 0.75rem 1.5rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
}
.elementor-button.elementor-size-sm {
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
}
.elementor-button.elementor-size-md {
padding: 1rem 2.25rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
}
.elementor-button.elementor-size-lg {
padding: 1.25rem 3rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
}
.elementor-button.elementor-size-xl {
padding: 1.5rem 3.5rem;
font-size: 14px;
font-size: 0.875rem;
border-radius: 0 30px;
}
.elementor-element.elementor-button-info .elementor-button {
background-color: #3d9cd2;
border-color: #3d9cd2;
}
.elementor-element.elementor-button-success .elementor-button {
background-color: #0f834d;
border-color: #0f834d;
}
.elementor-element.elementor-button-warning .elementor-button {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
background-color: #d9534f;
border-color: #d9534f;
}
.elementor-button .elementor-button-icon {
line-height: 1;
}
.elementor-button-content-wrapper {
align-items: center;
}
.elementor-button-default .elementor-button {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #FFFFFF;
text-align: center;
justify-content: center;
}
.elementor-button-default .elementor-button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
}
.elementor-button-default .elementor-button .elementor-button-icon {
margin-bottom: 1px;
}
.elementor-button-default .elementor-button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
}
.elementor-button-outline .elementor-button {
color: var(--e-global-color-accent);
background-color: transparent;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
border: 1px solid var(--e-global-color-accent);
}
.elementor-button-outline .elementor-button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #fff;
border-radius: 0;
}
.elementor-button-outline .elementor-button .elementor-button-icon {
margin-bottom: 1px;
}
.elementor-button-link .elementor-button {
font-size: 12px;
font-size: 0.75rem;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
background-color: transparent;
padding: 0;
border: none;
border-radius: 0;
color: var(--e-global-color-primary);
position: relative;
position: relative;
}
.elementor-button-link .elementor-button:hover {
color: var(--e-global-color-secondary);
}
.elementor-button-link .elementor-button:before {
content: "";
position: absolute;
width: 0;
height: 1px;
background-color: var(--e-global-color-primary);
bottom: 0;
right: 0;
transition: width 0.7s;
}
.elementor-button-link .elementor-button:hover:before {
width: 100%;
left: 0;
}
.elementor-button-link .elementor-button:hover .elementor-button-text {
color: var(--e-global-color-primary);
}
.elementor-button-link .elementor-button:hover i {
color: var(--e-global-color-primary);
}
.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
display: none;
}
.header-absolute {
position: absolute !important;
width: 100%;
z-index: 99;
background-color: transparent !important;
}
:root {
--scroll-bar: 8px;
}
body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
left: 0 !important;
}
body.has-scrollbar .elementor-section.elementor-section-stretched {
width: calc(100vw - 20px) !important;
margin-left: calc(-50vw + 50% + 10px) !important;
margin-right: calc(-50vw + 50% + 10px);
left: 0 !important;
}
@supports (color: var(--scroll-bar)) {
body.has-scrollbar .elementor-section.elementor-section-stretched {
width: calc(100vw - var(--scroll-bar)) !important;
margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
left: 0 !important;
}
}
.elementor-social-icons-wrapper .elementor-social-icon {
display: flex;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
opacity: 1;
}
.enable-effects-yes .elementor-social-icons-wrapper .elementor-social-icon {
display: flex;
}
.c-primary {
color: var(--e-global-color-primary);
}
.elementor-widget-tabs .elementor-tab-title a {
display: flex;
align-items: center;
}
.underline-primary {
position: relative;
}
.underline-primary:before {
content: "";
position: absolute;
width: 100%;
height: 10px;
bottom: 10px;
left: 0;
background-color: #FFD8D2;
z-index: -1;
}
.sublink .elementor-column:hover img {
opacity: 0.8;
border-color: var(--e-global-color-primary) !important;
}
.sublink .elementor-column img {
transition: all 0.3s ease;
}
.btn-slider {
display: inline-flex;
align-items: center;
}
.btn-slider i {
margin-bottom: 2px;
}
.btn-slider i.left {
font-size: 10px;
font-size: 0.625rem;
margin-right: 7px;
width: 12px;
transition: all 0.15s ease;
}
.btn-slider i.right {
font-size: 10px;
font-size: 0.625rem;
margin-left: 0;
order: 15;
width: 0;
opacity: 0;
transition: all 0.15s ease;
}
.btn-slider:hover i.left {
width: 0;
opacity: 0;
margin-right: 0;
}
.btn-slider:hover i.right {
width: 12px;
opacity: 1;
margin-left: 7px;
}
.icon-shape-yes .elementor-icon {
position: relative;
}
.icon-shape-yes .elementor-icon i, .icon-shape-yes .elementor-icon svg {
z-index: 1;
}
.icon-shape-yes .elementor-icon i:after, .icon-shape-yes .elementor-icon svg:after {
content: "";
position: absolute;
top: 0;
right: -5px;
width: 24px;
height: 24px;
border-radius: 100%;
z-index: -1;
background-color: var(--e-global-color-primary);
transition: all 0.15s ease;
}
.icon-shape-yes:hover .elementor-icon i:after,
.icon-shape-yes:hover .elementor-icon svg:after {
background-color: var(--e-global-color-secondary);
transition: all 0.15s ease;
}
.elementor-widget-progress .progress-title {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}
.progress-title .elementor-progress-percentage {
padding-right: 0px;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape,
.custom_shape_divider-yes > .elementor-shape {
display: block;
position: absolute;
z-index: 1;
left: 0;
right: 0;
height: 62px;
width: unset;
background-size: 1440px 62px;
animation: wave 10s linear infinite;
background-position: 0 0;
background-repeat: repeat-x;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape svg,
.custom_shape_divider-yes > .elementor-shape svg {
display: none;
visibility: hidden;
opacity: 0;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape[data-negative=false].elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape[data-negative=false].elementor-shape-bottom {
transform: unset;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-top,
.custom_shape_divider-yes > .elementor-shape-top {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE1OSkiPjxwYXRoIGQ9Ik0xNDM5Ljk2IDIyLjE3MUMxMTQxLjg5IDIyLjE3MSA5OTkuNzkxIDYyIDcyMS4wMiA2MS45OTk5QzQ0Mi4yNDkgNjEuOTk5OSAyOTcuMjQyIDIyLjEzOCAzLjQ4NDg0ZS0wNiAyMi4xMzhMNS40MjAyMWUtMDYgLTAuMDAwMTI5NzAzTDE0NDAgLTMuODE0N2UtMDZMMTQzOS45NiAyMi4xNzFaIiBmaWxsPSIjZmZmZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNzQ3XzE0MTU5Ij48cmVjdCB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI2MiIgZmlsbD0iI2ZmZmZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ0MCA2Mikgcm90YXRlWigtMTgwKSByb3RhdGVZKC0xODApIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape-bottom {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE0MykiPjxwYXRoIGQ9Ik0wLjA0MzQ1MTIgMzkuODI5QzI5OC4xMSAzOS44MjkgNDQwLjIwOSAwIDcxOC45OCAwQzk5Ny43NTEgMCAxMTQyLjc2IDM5Ljg2MTkgMTQ0MCAzOS44NjE5VjYySDBMMC4wNDM0NTEyIDM5LjgyOVoiIGZpbGw9IiNmZmZmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF83NDdfMTQxNDMiPjxyZWN0IHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiBmaWxsPSIjZmZmZmZmIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}@font-face{font-family:eicons;src:url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0);src:url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0#iefix) format("embedded-opentype"),url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.43.0) format("woff2"),url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.43.0) format("woff"),url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.43.0) format("truetype"),url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.43.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-threads:before {
content: '\e9cb'; }
.fa-threads-square:before {
content: '\e9cc'; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-x-twitter:before {
content: "\e9ca"; }
.fa-x-twitter-square:before {
content: "\e9c9"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//www.neusmartinezfisioterapia.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }
   @font-face {
font-family: "star";
src: url(//www.neusmartinezfisioterapia.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//www.neusmartinezfisioterapia.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//www.neusmartinezfisioterapia.com/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//www.neusmartinezfisioterapia.com/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//www.neusmartinezfisioterapia.com/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: normal;
font-style: normal;
}
@keyframes slideInDown1 {
from {
transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 100%, 0);
visibility: hidden;
}
to {
transform: translate3d(0, 0, 0);
}
}
.price {
font-size: 16px;
font-size: 1rem;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: start;
margin: 0;
line-height: 1;
font-family: var(--e-global-typography-tertiary-font-family);
font-weight: var(--e-global-typography-tertiary-font-weight);
text-transform: var(--e-global-typography-tertiary-text-transform);
font-style: var(--e-global-typography-tertiary-font-style);
text-decoration: var(--e-global-typography-tertiary-text-decoration);
line-height: var(--e-global-typography-tertiary-line-height);
letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
}
.price ins {
order: -1;
color: var(--e-global-color-primary);
font-weight: inherit;
}
.price del {
color: var(--e-global-color-lighter);
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 87.5%;
margin-left: 10px;
text-decoration-line: line-through;
} .home .header-absolute {
position: absolute;
top: 0;
left: 0;
right: 0;
} .site-header-cart {
list-style-type: none;
margin-left: 0;
padding: 0;
margin-bottom: 0;
}
.site-header-cart .cart-contents {
position: relative;
display: block;
text-align: center;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.site-header-cart .cart-contents::before {
color: var(--e-global-color-primary);
}
.site-header-cart .widget_shopping_cart {
display: none;
background-color: var(--background);
padding: 2.290779772em 1.41577975em 1.41577975em;
}
.site-header-cart .widget_shopping_cart .buttons {
padding: 0;
}
.site-header-cart .widget_shopping_cart .buttons .button {
margin: 0;
}
.site-search {
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-text);
clear: both;
display: none;
}
.site-search .widget_product_search #searchsubmit {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
.site-search .widget_product_search #searchsubmit:focus {
background-color: #f1f1f1;
color: #21759b;
border-radius: 30px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .yaglo-handheld-footer-bar {
position: fixed !important;
bottom: 0;
left: 0;
right: 0;
z-index: 996;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.yaglo-handheld-footer-bar::before, .yaglo-handheld-footer-bar::after {
content: "";
display: table;
}
.yaglo-handheld-footer-bar::after {
clear: both;
}
@media (min-width: 1025px) {
.yaglo-handheld-footer-bar {
display: none;
}
}
.yaglo-handheld-footer-bar ul {
margin: 0;
}
.yaglo-handheld-footer-bar ul li {
display: inline-block;
float: left;
text-align: center;
}
.yaglo-handheld-footer-bar ul li:last-child > a {
border-right: 0;
}
.yaglo-handheld-footer-bar ul li > a {
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
padding-bottom: 5px;
background-color: var(--background);
height: 4.2360680659em;
position: relative;
z-index: 999;
border-right: 1px solid;
border-right-color: var(--e-global-color-border);
}
.yaglo-handheld-footer-bar ul li > a:before {
color: var(--e-global-color-secondary);
}
.yaglo-handheld-footer-bar ul li > a .title {
font-weight: var(--e-global-typography-primary-font-weight);
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-secondary);
}
.yaglo-handheld-footer-bar ul li.search .site-search {
background-color: var(--background);
position: absolute;
bottom: -5em;
left: 0;
right: 0;
transition: all, ease, 0.2s;
padding: 1em;
z-index: 1;
display: block;
}
.yaglo-handheld-footer-bar ul li.search.active .site-search {
bottom: calc(100% + 1px);
}
.yaglo-handheld-footer-bar ul li.search .site-search,
.yaglo-handheld-footer-bar ul li.search .widget,
.yaglo-handheld-footer-bar ul li.search form {
margin-bottom: 0;
}
.yaglo-handheld-footer-bar ul li.search .widget_product_search {
padding-bottom: 0;
}
.yaglo-handheld-footer-bar ul li.search .ajax-search-result {
display: none;
}
.yaglo-handheld-footer-bar ul li.cart .count, .yaglo-handheld-footer-bar ul li.wishlist .count {
display: inline-block;
min-width: 16px;
text-indent: 0;
line-height: 12px;
font-size: 12px;
font-size: 0.75rem;
padding: 2px 0;
box-sizing: content-box;
position: absolute;
top: 0.5em;
left: 50%;
border-radius: 100%;
color: #fff;
background-color: var(--e-global-color-primary);
}
.yaglo-handheld-footer-bar ul.columns-1 li {
width: 100%;
display: block;
float: none;
}
.yaglo-handheld-footer-bar ul.columns-2 li {
width: 50%;
}
.yaglo-handheld-footer-bar ul.columns-3 li {
width: 33.33333%;
}
.yaglo-handheld-footer-bar ul.columns-4 li {
width: 25%;
}
.yaglo-handheld-footer-bar ul.scsscolumns-5 li {
width: 20%;
}
.sf-input-focused .yaglo-handheld-footer-bar {
display: none;
} table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody th {
display: none;
}
table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both;
}
table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
content: "";
display: table;
}
table.shop_table_responsive tr td::after {
clear: both;
}
table.shop_table_responsive tr td[data-title]::before {
content: attr(data-title) ": ";
font-weight: var(--e-global-typography-primary-font-weight);
float: left;
}
table.shop_table_responsive tr td.product-remove a {
text-align: left;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
display: none;
}
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center;
line-height: 50px;
}
table.shop_table_responsive.my_account_orders .order-actions {
text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions::before {
display: none;
}   .rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
direction: ltr;
unicode-bidi: embed;
}  .woocommerce-form__label-for-checkbox {
cursor: pointer;
display: block;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
margin-right: 0.3342202552em;
}
.form-row label {
color: var(--e-global-color-secondary);
display: block;
margin-bottom: 0.5em;
}
.form-row .select2-container--default .select2-selection--single {
border: 1px solid;
border-color: var(--e-global-color-secondary);
border-radius: 0;
min-height: 50px;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 50px;
color: var(--e-global-color-text);
}
.form-row .select2-container--default .select2-search--dropdown .select2-search__field {
background: #fff !important;
}
.form-row input,
.form-row textarea,
.form-row select {
width: 100%;
}
.form-row input[type=checkbox],
.form-row input[type=radio] {
width: auto;
}
.form-row .button {
width: auto;
}
.form-row.create-account label {
display: inline-block;
}
.form-row.woocommerce-validated input.input-text {
box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
box-shadow: inset 2px 0 0 #e2401c;
}
.form-row.woocommerce-invalid input.input-checkbox {
outline: 2px solid #e2401c;
outline-offset: 1px;
}
.form-row.woocommerce-invalid .select2-selection {
border-color: #e2401c;
border-width: 2px;
}
.form-row-last {
margin-right: 0 !important;
}
.form-row-wide {
clear: both;
width: 100%;
}
.required {
border-bottom: 0 !important;
color: #e2401c;
}
.demo_store {
position: fixed;
left: 0;
bottom: 69px;
right: 0;
margin: 0;
padding: 1em 1.41577975em;
background-color: #3d9cd2;
color: #fff;
z-index: 9998;
}
.demo_store a {
color: #fff;
font-weight: var(--e-global-typography-text-font-weight);
text-decoration: underline;
}
.demo_store a:hover {
text-decoration: none;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
display: block;
}
.posted-in {
color: var(--e-global-color-lighter);
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 13px;
font-size: 0.8125rem;
}
.posted-in a {
color: var(--e-global-color-lighter);
}
.posted-in a:hover {
text-decoration: underline;
}
.star-rating {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
width: 5.355em;
letter-spacing: 0;
}
.star-rating::before {
content: "" "" "" "" "" "" "" "" "";
float: left;
top: 0;
left: 0;
position: absolute;
color: #CCCCCC;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "" "" "" "" "" "" "" "" "";
top: 0;
position: absolute;
left: 0;
color: #F9BF00;
}
p.stars {
display: inline-block;
margin: 0;
}
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: var(--e-global-typography-text-font-weight);
}
p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "star";
content: "S";
color: var(--e-global-color-text);
text-indent: 0;
opacity: 0.25;
}
p.stars a:hover ~ a::before {
content: "S";
color: var(--e-global-color-text);
opacity: 0.25;
}
p.stars:hover a::before {
content: "S";
color: #F99E31;
opacity: 1;
}
p.stars.selected a.active::before {
content: "S";
color: #F99E31;
opacity: 1;
}
p.stars.selected a.active ~ a::before {
content: "S";
color: var(--e-global-color-text);
opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
content: "S";
color: #F99E31;
opacity: 1;
}
.label-wrapper {
position: absolute;
top: 20px;
left: 20px;
display: flex;
z-index: 1;
}
.label-wrapper > span {
background-color: var(--e-global-color-secondary);
font-size: 12px;
font-size: 0.75rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
letter-spacing: 0;
padding: 4px 8px;
line-height: 1;
color: #fff;
border-radius: 0 11px 0 11px;
}
.label-wrapper > span:not(:last-child) {
margin-right: 5px;
}
.label-wrapper > span.new-label {
background-color: #8CB861;
}
.label-wrapper > span.onsale {
background-color: var(--e-global-color-primary);
}
.wc-block-grid__product-onsale,
.onsale {
display: inline-block;
position: absolute;
text-align: center;
font-size: 14px;
font-size: 0.875rem;
text-transform: capitalize;
font-weight: var(--e-global-typography-primary-font-weight);
top: 10px;
left: 10px;
padding: 2px 13px;
border-radius: 30px;
background-color: var(--e-global-color-primary);
color: #fff;
}
.label-wrapper .wc-block-grid__product-onsale,
.label-wrapper .onsale {
position: static;
}
.onsale + .stock-label {
top: 30px;
left: 0;
}
.stock-label {
line-height: 28px;
display: inline-block;
position: absolute;
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--e-global-typography-primary-font-weight);
top: 0;
left: 0;
z-index: 3;
padding: 2px 13px;
background-color: var(--e-global-color-primary);
border-radius: 30px;
color: #fff;
}
.yaglo-sorting-wrapper {
margin-bottom: 1.5em;
position: relative;
z-index: 9;
}
.yaglo-sorting {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 0;
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-text);
}
.yaglo-sorting > * {
margin-top: 0;
margin-bottom: 0;
}
.yaglo-sorting .woocommerce-result-count {
display: none;
}
@media (min-width: 768px) {
.yaglo-sorting .woocommerce-result-count {
display: block;
}
}
.yaglo-sorting .woocommerce-ordering {
position: relative;
margin-left: auto;
margin-right: 0;
background-color: transparent;
padding: 0;
order: 2;
}
@media (min-width: 768px) {
.yaglo-sorting .woocommerce-ordering {
order: unset;
}
}
.yaglo-sorting .woocommerce-ordering select {
height: 35px;
width: auto;
border: none;
border-radius: 0;
padding: 0 18px 0 0;
}
.yaglo-sorting .woocommerce-ordering select:not([size]):not([multiple]) {
padding: 0 16px 0 0;
}
.yaglo-sorting select:not([size]):not([multiple]) {
padding: 0 14px 0 0;
border: none;
width: auto;
background-position: 100% center;
background-size: 8px 8px;
background-color: var(--background);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDUiPjxnIGZpbGw9Im5vbmUiIGNsYXNzPSJuYy1pY29uLXdyYXBwZXIiPjxwYXRoIGQ9Ik0yLjYxIDQuNTQ4TC4xMyAxLjgwOGMtLjI5My0uMzIzLS4wNTUtLjgzLjM5LS44M2g0Ljk2M2MuMSAwIC4xOTcuMDI4LjI4LjA4LjA4NC4wNTIuMTUuMTI2LjE5Mi4yMTRhLjQ4NS40ODUgMCAwIDEtLjA4Mi41MzZMMy4zOSA0LjU0OGEuNTE3LjUxNyAwIDAgMS0uMzkuMTcuNTMzLjUzMyAwIDAgMS0uMzktLjE3eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9nPjwvc3ZnPg==);
}
.yaglo-products-per-page {
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-secondary);
position: relative;
display: flex;
align-items: center;
padding: 0 1rem;
border-right: 1px solid var(--e-global-color-border);
}
.yaglo-products-per-page select {
height: 50px;
}
.yaglo-products-per-page .per-page-title {
color: var(--e-global-color-text);
}
.gridlist-toggle {
display: none;
align-items: center;
}
@media (min-width: 768px) {
.gridlist-toggle {
display: inline-flex;
}
}
.gridlist-toggle a {
display: inline-block;
color: var(--e-global-color-lighter);
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 16px;
font-size: 1rem;
border-right: 1px solid var(--e-global-color-border);
}
.gridlist-toggle a:first-child {
border-left: 1px solid var(--e-global-color-border);
}
.gridlist-toggle a:hover, .gridlist-toggle a.active {
color: var(--e-global-color-secondary);
}
.upsells {
border-bottom: 1px dashed var(--e-global-color-border);
}
.related,
.upsells {
position: relative;
padding: 75px 0 0;
}
.related > h2:first-child,
.upsells > h2:first-child {
position: relative;
display: block;
font-size: 34px;
font-size: 2.125rem;
margin-bottom: 2.7rem;
color: var(--e-global-color-secondary);
}
.related .slick-track,
.upsells .slick-track {
margin: 0;
}
.hentry .woocommerce-message strong,
.hentry .woocommerce-info strong,
.hentry .woocommerce-error strong,
.hentry .woocommerce-noreviews strong,
.hentry p.no-comments strong {
color: #fff;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
margin-top: 0;
margin-left: 0;
margin-bottom: 30px;
padding: 1.3em 1.618034em 1em;
background-color: #0f834d;
border-radius: 2px;
color: #fff;
clear: both;
border-left: 0.6180339845em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
content: "";
display: table;
}
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
clear: both;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
color: #fff;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
color: #fff;
opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
opacity: 1;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
float: right;
padding: 0;
background: none;
color: #fff;
box-shadow: none;
line-height: 1.618;
margin-left: 1em;
padding-left: 1em;
border-width: 0;
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgba(255, 255, 255, 0.25) !important;
border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
background: none;
color: #fff;
opacity: 0.7;
}
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
color: #fff;
}
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
background-color: rgba(0, 0, 0, 0.1);
}
.home .woocommerce-message,
.home .woocommerce-info,
.home .woocommerce-error,
.home .woocommerce-noreviews,
.home p.no-comments {
display: none;
}
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
margin-top: 2.6180340252em;
}
.woocommerce-error {
list-style: none;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
background-color: #3d9cd2;
}
.woocommerce-error {
background-color: #e2401c;
}
dl.variation {
font-size: 0.875em;
}
dl.variation dd {
margin: 0 0 1em;
}
.wc-item-meta {
font-size: 0.875em;
margin-left: 0;
list-style: none;
}
.wc-item-meta li::before, .wc-item-meta li::after {
content: "";
display: table;
}
.wc-item-meta li::after {
clear: both;
}
.wc-item-meta li strong,
.wc-item-meta li p {
display: inline-block;
} .yaglo-product-section {
margin-bottom: 1.618034em;
}
.yaglo-product-section .section-title {
text-align: center;
margin-bottom: 1em;
}
.yaglo-product-section:last-child {
margin-bottom: 0;
} .yaglo-product-pagination-wrap {
margin-left: auto;
}
.yaglo-product-pagination {
position: relative;
display: flex;
align-items: center;
}
@media (max-width: 768px) {
.yaglo-product-pagination {
display: none;
}
}
.yaglo-product-pagination a > span {
display: flex;
align-items: center;
justify-content: center;
color: var(--e-global-color-lighter);
font-size: 14px;
font-size: 0.875rem;
line-height: 22px;
text-transform: capitalize;
font-weight: var(--e-global-typography-primary-font-weight);
grid-column-gap: 5px;
}
.yaglo-product-pagination a > span i {
font-size: 12px;
font-size: 0.75rem;
}
.yaglo-product-pagination a > span:hover {
color: var(--e-global-color-secondary);
}
.yaglo-product-pagination a:last-child {
margin-left: 25px;
}
.yaglo-product-pagination a:hover .product-item {
opacity: 1;
visibility: visible;
pointer-events: auto;
top: 100%;
}
.yaglo-product-pagination a span.shop-tooltip {
display: inline-flex;
align-items: center;
margin: 0 3px;
vertical-align: text-bottom;
line-height: 22px;
}
.yaglo-product-pagination a:nth-child(2):hover {
color: var(--e-global-color-secondary);
}
.yaglo-product-pagination .product-item {
position: absolute;
right: 0;
top: calc(100% + 10px);
opacity: 0;
visibility: visible;
pointer-events: none;
width: 250px;
background: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
text-align: left;
transition: all ease-in-out 0.3s;
overflow: hidden;
z-index: 99;
}
.yaglo-product-pagination .product-item img {
max-width: 80px;
}
.yaglo-product-pagination .product-item .yaglo-product-pagination-content {
padding: 0 15px;
}
.yaglo-product-pagination .product-item .yaglo-product-pagination__title {
color: var(--e-global-color-secondary);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 2.4em;
font-weight: var(--e-global-typography-primary-font-weight);
line-height: 1.2;
margin-bottom: 5px;
} .yaglo-sticky-add-to-cart {
display: none;
}
@media (max-width: 1023px) {
.yaglo-archive-product #secondary {
display: none;
}
}
.quantity .qty {
width: 3.7065595576em;
text-align: center;
}
.quantity_wrap .quantity_label {
font-size: 16px;
font-size: 1rem;
display: block;
color: var(--e-global-color-text);
margin-bottom: 9px;
}
.quantity_wrap .quantity {
position: relative;
display: flex;
overflow: hidden;
justify-content: center;
align-items: center;
text-align: center;
padding: 11px 16px;
width: 115px;
border-radius: 4px;
border: 1px solid var(--e-global-color-border);
}
.quantity_wrap .quantity.hidden {
display: none;
}
.quantity_wrap .quantity button {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
z-index: 9;
top: 0;
bottom: 0;
border: none;
border-radius: 50px;
color: var(--e-global-color-secondary);
background-color: transparent;
font-size: 16px;
font-size: 1rem;
height: 50%;
width: 44px;
padding: 0;
}
.quantity_wrap .quantity button.minus {
bottom: 0;
top: 50%;
align-items: start;
}
.quantity_wrap .quantity button.plus {
top: 0;
bottom: 50%;
align-items: end;
}
.quantity_wrap .quantity button i {
display: none;
}
.quantity_wrap .quantity button:hover {
color: var(--e-global-color-primary);
outline: none;
}
.quantity_wrap .quantity .qty {
padding: 0;
-moz-appearance: textfield;
text-align: center;
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-secondary);
flex: 1;
border: unset;
background-color: transparent;
}
.quantity_wrap .quantity .qty::-webkit-outer-spin-button, .quantity_wrap .quantity .qty::-webkit-inner-spin-button {
opacity: 0;
display: none;
}
.quantity_wrap .quantity .qty:focus {
border-color: var(--e-global-color-accent);
}
.woosb-products {
border-width: 0 0 1px;
border-style: solid;
border-color: var(--e-global-color-border);
padding-bottom: 10px;
}
.woosb-products .woosb-product {
display: flex;
align-items: center;
flex-wrap: nowrap;
padding: 10px 0;
border-bottom: none;
}
.woosb-products .woosb-product .woosb-thumb {
width: 60px;
padding: 0;
margin-right: 15px;
flex: 0 0 60px;
}
.woosb-products .woosb-product .woosb-thumb img {
width: 60px;
height: 60px;
max-width: 60px;
object-fit: cover;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner {
font-size: 14px;
line-height: 22px;
}
.woosb-products .woosb-product .woosb-price {
width: auto;
margin-left: auto;
flex: unset;
font-weight: 800;
font-size: 16px;
line-height: 22px;
}
.woosb-products .woosb-product .woosb-quantity {
width: unset;
flex: unset;
margin-right: 10px;
padding: 0;
}
.woosb-products .woosb-product .woosb-quantity button {
background-color: transparent;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
text-align: center;
z-index: 9;
top: 0;
bottom: 0;
border: none;
width: 30px;
height: 36px;
border-radius: 0;
font-size: 10px;
color: #000000;
}
.woosb-bundles .woosb-products,
.woosb-wrap .woosb-products {
margin-bottom: 20px;
}
.woosb-bundles .woosb-text,
.woosb-wrap .woosb-text {
font-weight: 600;
font-size: 16px;
line-height: 22px;
margin-bottom: 43px;
color: var(--e-global-color-secondary);
}
.woosb-bundles .amount,
.woosb-wrap .amount {
font-weight: 800;
font-size: 20px;
line-height: 22px;
color: var(--e-global-color-secondary);
}
#reviews .commentlist li p.meta .verified {
display: inline-block;
height: 1.41577975em;
width: 1.41577975em;
position: relative;
text-indent: -9999px;
}
#reviews .commentlist li p.meta .verified::before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
color: #0f834d;
position: absolute;
top: 0;
left: 0;
width: 1.41577975em;
height: 1.41577975em;
text-indent: 0;
text-align: center;
line-height: 1.618034em;
}
.woocommerce-MyAccount-downloads .button::after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 0.5407797364em;
}
.my_account_orders .button.view::after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 0.5407797364em;
}
p.order-again .button::after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 0.5407797364em;
}
#shipping_method li > label {
cursor: pointer;
padding-right: 20px;
position: relative;
}
#shipping_method li > label::after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#shipping_method li > input[type=radio]:first-child {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
#shipping_method li > input[type=radio]:first-child:focus {
background-color: #f1f1f1;
color: #21759b;
border-radius: 30px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
#shipping_method li > input[type=radio]:first-child:checked + label::after {
content: "";
}
#shipping_method li > input[type=hidden]:first-child + label {
padding-right: 0;
}
#shipping_method li > input[type=hidden]:first-child + label::after {
content: none;
}
#payment .payment_methods li > label {
cursor: pointer;
}
#payment .payment_methods li > label::before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-right: 0.5407797364em;
transition: color, ease, 0.2s;
}
#payment .payment_methods li > input[type=radio]:first-child {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
#payment .payment_methods li > input[type=radio]:first-child:focus {
background-color: #f1f1f1;
color: #21759b;
border-radius: 30px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
#payment .payment_methods li > input[type=radio]:first-child:checked + label::before {
content: "";
}
.woocommerce-password-strength::after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-left: 0.5407797364em;
}
.woocommerce-password-strength.strong::after {
content: "";
}
.woocommerce-password-strength.good::after {
content: "";
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a::before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
line-height: 1.618;
margin-left: 0.5407797364em;
width: 1.41577975em;
text-align: right;
float: right;
opacity: 0.25;
}
.woocommerce-MyAccount-navigation ul li a:hover::before {
opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
content: "";
}
.woocommerce-shipping-calculator > p:first-child a::before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-right: 0.3342202552em;
}
.blockUI::before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
animation: fa-spin 0.75s linear infinite;
height: 30px;
width: 30px;
line-height: 30px;
font-size: 30px;
font-size: 1.875rem;
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -15px;
}
.stock::before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
margin-right: 0.5407797364em;
margin-top: -4px;
}
.stock.in-stock::before {
content: "";
}
.products-load-more-btn-wrap {
text-align: center;
}
.products-load-more-btn {
position: relative;
z-index: 3;
display: block;
text-align: center;
margin-top: 1.5rem;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #FFFFFF;
text-align: center;
justify-content: center;
}
.products-load-more-btn:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
} .products-no-gutter ul.products {
margin-left: 0;
margin-right: 0;
}
ul.products li {
z-index: 1;
}
.products-no-gutter .products-list ul.products {
margin-left: -15px;
margin-right: -15px;
}
ul.products,
.wc-block-grid__products {
clear: both;
margin: 0;
padding: 0;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
list-style: none;
position: relative;
transition: all 0.3s ease;
}
ul.products li.product .added_to_cart.wc-forward,
ul.products .wc-block-grid__product .added_to_cart.wc-forward,
.wc-block-grid__products li.product .added_to_cart.wc-forward,
.wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward {
display: none;
}
ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
display: block;
}
ul.products li.product .product-unit,
ul.products .wc-block-grid__product .product-unit,
.wc-block-grid__products li.product .product-unit,
.wc-block-grid__products .wc-block-grid__product .product-unit {
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-lighter);
margin-bottom: 0;
}
ul.products li.product .product-unit .value,
ul.products .wc-block-grid__product .product-unit .value,
.wc-block-grid__products li.product .product-unit .value,
.wc-block-grid__products .wc-block-grid__product .product-unit .value {
color: var(--e-global-color-secondary);
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
font-size: 22px;
font-size: 1.375rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 0.65em;
}
ul.products li.product h2 a,
ul.products li.product h3 a,
ul.products li.product .woocommerce-loop-product__title a,
ul.products li.product .wc-block-grid__product-title a,
ul.products .wc-block-grid__product h2 a,
ul.products .wc-block-grid__product h3 a,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a,
ul.products .wc-block-grid__product .wc-block-grid__product-title a,
.wc-block-grid__products li.product h2 a,
.wc-block-grid__products li.product h3 a,
.wc-block-grid__products li.product .woocommerce-loop-product__title a,
.wc-block-grid__products li.product .wc-block-grid__product-title a,
.wc-block-grid__products .wc-block-grid__product h2 a,
.wc-block-grid__products .wc-block-grid__product h3 a,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
color: var(--e-global-color-secondary);
}
ul.products li.product h2 a:hover,
ul.products li.product h3 a:hover,
ul.products li.product .woocommerce-loop-product__title a:hover,
ul.products li.product .wc-block-grid__product-title a:hover,
ul.products .wc-block-grid__product h2 a:hover,
ul.products .wc-block-grid__product h3 a:hover,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover,
.wc-block-grid__products li.product h2 a:hover,
.wc-block-grid__products li.product h3 a:hover,
.wc-block-grid__products li.product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products li.product .wc-block-grid__product-title a:hover,
.wc-block-grid__products .wc-block-grid__product h2 a:hover,
.wc-block-grid__products .wc-block-grid__product h3 a:hover,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
color: var(--e-global-color-primary);
}
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
display: block;
margin: 0 auto;
width: 100%;
}
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
font-size: 1.1em;
}
ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
margin-bottom: 1.618034em;
}
.product-block {
position: relative;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 9;
display: flex;
flex-direction: column;
width: 100%;
outline: none;
border-radius: 0 40px 0 40px;
}
.product-block .label-wrapper {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.product-block:hover {
z-index: 999;
}
@media (min-width: 1024px) {
.product-block:hover .add_to_cart,
.product-block:hover .group-action {
opacity: 1;
visibility: visible;
}
}
@media (min-width: 1024px) {
.product-block:hover .content-product-imagin {
visibility: visible;
opacity: 1;
}
}
@media (min-width: 1024px) {
.product-block:hover .product-img-wrap .inner {
-ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-block:hover .product-img-wrap.bottom-to-top .inner {
-ms-transform: translate3d(0, -100%, 0);
-o-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.product-block:hover .product-img-wrap.top-to-bottom .inner {
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.product-block:hover .product-img-wrap.left-to-right .inner {
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.product-block:hover .product-img-wrap.right-to-left .inner {
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.product-block:hover .product-img-wrap.swap .product-image {
opacity: 0;
}
.product-block:hover .product-img-wrap.swap .product-image img {
transform: rotateY(180deg);
}
.product-block:hover .product-img-wrap.swap .product-image.second-image {
opacity: 1;
}
.product-block:hover .product-img-wrap.swap .product-image.second-image img {
transform: rotateY(0deg);
}
.product-block:hover .product-img-wrap.fade .product-image {
opacity: 0;
}
.product-block:hover .product-img-wrap.fade .product-image.second-image {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.product-block:hover .product-img-wrap.zoom-in .product-image.second-image {
transform: scale(1);
}
.product-block:hover .product-img-wrap.zoom-out .product-image {
transform: scale(0);
}
.product-block:hover .product-img-wrap.zoom-out .product-image.second-image {
transform: scale(1);
}
}
.product-block:hover .product-transition .woocommerce-loop-product__link {
background-color: rgba(255, 255, 255, 0.8);
}
.product-transition {
position: relative;
overflow: hidden;
margin-bottom: 0;
border-radius: 0 40px 0 0;
}
.product-transition .woocommerce-loop-product__link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
transition: all 0.4s ease-in-out;
}
.product-transition .time-sale {
border: 1px solid var(--e-global-color-border);
position: absolute;
bottom: 0;
left: 20px;
right: 20px;
}
.product-transition .add_to_cart {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin: 10px 0 0;
text-align: center;
position: absolute;
bottom: 50%;
left: 0;
right: 0;
z-index: 99;
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
-moz-transform: translateY(50%);
-webkit-transform: translateY(50%);
transform: translateY(50%);
}
@media (min-width: 1024px) {
.product-transition .add_to_cart {
opacity: 0;
visibility: hidden;
}
}
.product-transition a[class*=product_type_] {
display: inline-flex;
align-items: center;
position: relative;
}
.product-transition a[class*=product_type_] span {
order: -1;
}
.product-transition a[class*=product_type_]:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 16px;
font-size: 1rem;
margin-left: 5px;
}
.product-transition a[class*=product_type_].loading:after {
line-height: 12px;
content: "";
animation: fa-spin 0.75s linear infinite;
}
.product-transition a[class*=product_type_]:hover {
border-radius: 0;
}
.product-caption {
display: flex;
flex-direction: column;
position: relative;
flex-grow: 1;
border-radius: 0 0 0 40px;
border: 1px solid var(--e-global-color-border);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 20px 30px;
border-top-width: 0;
}
.product-caption .price {
margin-bottom: 12px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: var(--e-global-color-secondary) !important;
}
.product-caption .inventory_status {
margin-bottom: 15px;
justify-content: center;
}
.product-caption .count-review {
margin-top: auto;
margin-bottom: 0.5rem;
}
.product-caption .cart {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
}
.product-caption .quantity_wrap {
margin-right: 5px;
}
.product-caption .quantity_wrap input[type=number]::-webkit-inner-spin-button {
opacity: 1;
}
.product-caption .minus,
.product-caption .plus {
display: none;
visibility: hidden;
opacity: 0;
}
.product-caption .qty {
padding: 0.391rem;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
font-size: 14px;
font-size: 0.875rem;
border-radius: 30px;
}
.group-action {
bottom: 25px;
position: absolute;
right: 15px;
left: 15px;
z-index: 3;
-ms-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
}
@media (min-width: 1024px) {
.group-action {
opacity: 0;
visibility: hidden;
}
}
.group-action .shop-action {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 0;
}
.group-action .shop-action .add_to_cart {
margin-right: auto;
flex: 0 0 100%;
margin-bottom: 1.25rem;
}
.group-action .shop-action .woosc-btn,
.group-action .shop-action .woosq-btn,
.group-action .shop-action .woosw-btn {
display: flex;
padding: 0;
width: 40px;
height: 40px;
background-color: transparent;
border-radius: 0;
transition: all ease 0.3s;
color: var(--e-global-color-lighter);
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 12px;
font-size: 0.75rem;
border: none;
margin: 5px;
position: relative;
align-items: center;
justify-content: center;
font-size: 0px;
font-size: 0rem;
}
.group-action .shop-action .woosc-btn:before,
.group-action .shop-action .woosq-btn:before,
.group-action .shop-action .woosw-btn:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
font-size: 20px;
font-size: 1.25rem;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0;
}
.group-action .shop-action .woosc-btn:hover, .group-action .shop-action .woosc-btn:focus, .group-action .shop-action .woosc-btn:active,
.group-action .shop-action .woosq-btn:hover,
.group-action .shop-action .woosq-btn:focus,
.group-action .shop-action .woosq-btn:active,
.group-action .shop-action .woosw-btn:hover,
.group-action .shop-action .woosw-btn:focus,
.group-action .shop-action .woosw-btn:active {
background-color: var(--e-global-color-accent);
background-color: transparent;
color: var(--e-global-color-secondary);
}
.group-action .shop-action .woosw-btn:before {
content: "";
font-weight: bold;
}
.group-action .shop-action .woosw-btn.woosw-adding::after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "" !important;
animation: fa-spin 0.75s linear infinite;
height: 20px;
width: 20px;
line-height: 20px;
font-size: 16px;
font-size: 1rem;
position: absolute;
top: 50%;
left: 50%;
margin-left: -10px;
margin-top: -10px;
display: block;
transform: translate(0);
}
.group-action .shop-action .woosw-btn.woosw-adding:before {
opacity: 0;
}
.group-action .shop-action .woosc-btn:before {
content: "";
}
.group-action .shop-action .woosq-btn:before {
content: "";
}
li.product.swiper-slide:not(.swiper-slide-visible) .product-block:hover:before {
opacity: 0;
}
li.product.swiper-slide:not(.swiper-slide-visible) .product-block:hover .second-image {
opacity: 0;
}
.content-product-imagin {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin-bottom: -73px;
background-color: #fff;
box-shadow: 0 3px 36px rgba(0, 0, 0, 0.09);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
visibility: hidden;
opacity: 0;
}
.product-img-wrap {
overflow: hidden;
position: relative;
}
.product-img-wrap .inner {
width: 100%;
height: 100%;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-img-wrap .product-image {
opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
-o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
-moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.product-img-wrap .product-image.second-image {
position: absolute;
width: 100%;
height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
bottom: 100%;
}
.product-img-wrap.left-to-right .product-image {
top: 0;
right: 100%;
}
.product-img-wrap.right-to-left .product-image {
top: 0;
left: 100%;
}
.product-img-wrap.swap .product-image {
top: 0;
left: 0;
transition: all 0.7s ease;
}
.product-img-wrap.swap .product-image img {
transition: all 0.7s ease;
transform: rotateY(0deg);
}
.product-img-wrap.swap .product-image.second-image {
z-index: 2;
opacity: 0;
}
.product-img-wrap.swap .product-image.second-image img {
transform: rotateY(-180deg);
}
.product-img-wrap.fade .product-image {
top: 0;
left: 0;
transition: all 0.5s ease;
}
.product-img-wrap.fade .product-image.second-image {
opacity: 0;
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-img-wrap.zoom-in .product-image {
top: 0;
left: 0;
transition: all 0.5s ease;
}
.product-img-wrap.zoom-in .product-image.second-image {
transform: scale(0);
z-index: 2;
}
.product-img-wrap.zoom-out .product-image {
top: 0;
left: 0;
transition: all 0.5s ease;
}
.product-img-wrap.zoom-out .product-image.second-image {
z-index: -1;
}
.yaglo-single-product-extra-label {
margin-bottom: 0.5rem;
order: -1;
}
.yaglo-single-product-extra-label p {
margin-bottom: 0;
}
.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a,
.hentry .entry-content ul.products li.product > a {
text-decoration: none;
}
.opal-product-tooltipster {
display: block !important;
}
.opal-product-tooltipster .tooltipster-content {
background-color: #000;
border-radius: 0;
color: #fff;
padding: 8px 16px;
line-height: 1;
font-size: 14px;
font-size: 0.875rem;
}
.opal-product-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
margin-top: -8px;
right: 0px;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
border-top-color: #000;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
transform: translateY(-5px);
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
border-left-color: #000;
}
.deal-progress .progress-bar {
width: 100%;
height: 3px;
background-color: #E6E6E6;
position: relative;
overflow: hidden;
margin-bottom: 13px;
}
.deal-progress .progress-value {
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-color: var(--e-global-color-primary);
}
.deal-sold {
width: 100%;
max-width: 350px;
margin-top: 30px;
}
.deal-sold-text {
color: var(--e-global-color-lighter);
text-align: left;
}
.deal-sold-text .value {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-secondary);
}
.product-color {
position: absolute;
right: 0;
bottom: -5px;
display: inline-flex;
margin-bottom: 12px;
}
.product-color .item {
cursor: pointer;
margin: 0 5px;
}
.product-color .color-item {
position: relative;
width: 10px;
height: 10px;
display: inline-block;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product-color .color-item:before {
content: "";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
opacity: 0;
border: 1px solid #000000;
background-color: transparent;
transition: all 0.3s ease;
}
.product-color .color-item:hover:before {
opacity: 1;
}
.product-color .color-item.active-swatch:before {
opacity: 1;
}
.product-color .image-item img {
border: 1px solid #fff;
width: 20px !important;
height: 20px !important;
object-fit: cover;
border-radius: 50%;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.time-sale {
padding: 12px;
}
.time-sale .deal-text {
font-size: 14px;
font-size: 0.875rem;
margin-top: 5px;
color: var(--e-global-color-lighter);
}
.time-sale .yaglo-countdown {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.time-sale .yaglo-countdown .countdown-item {
position: relative;
text-align: center;
margin-top: 5px;
}
.time-sale .yaglo-countdown .countdown-digits {
font-size: 24px;
font-size: 1.5rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-primary);
padding: 13px 7px 3px;
line-height: 1;
}
.time-sale .yaglo-countdown .countdown-label {
display: block;
color: var(--e-global-color-lighter);
padding: 0 0 8px;
}
.woocommerce-cart .cross-sells {
margin-bottom: 40px;
--e-global-column-to-show: 3;
}
.count-review {
display: inline-flex;
justify-content: flex-start;
align-items: center;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-lighter);
}
.count-review > span {
margin-left: 5px;
}
.preloader .product-transition,
.preloader .woocommerce-loop-product__title > a,
.preloader .short-description,
.preloader .star-rating,
.preloader .button-group,
.preloader .posted-in,
.preloader .price,
.preloader .product-attributes .item,
.preloader .shop-action,
.preloader .product-caption-bottom,
.preloader .product-label,
.preloader .product-image {
position: relative;
}
.preloader .product-transition:after,
.preloader .woocommerce-loop-product__title > a:after,
.preloader .short-description:after,
.preloader .star-rating:after,
.preloader .button-group:after,
.preloader .posted-in:after,
.preloader .price:after,
.preloader .product-attributes .item:after,
.preloader .shop-action:after,
.preloader .product-caption-bottom:after,
.preloader .product-label:after,
.preloader .product-image:after {
content: "";
position: absolute;
z-index: 996;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-name: placeHolderShimmer;
animation-timing-function: linear;
background: #f6f7f8;
background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
background-size: 800px 104px;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@keyframes placeHolderShimmer {
0% {
background-position: -468px 0;
}
100% {
background-position: 468px 0;
}
}
.yaglo-products-popular ul.products {
margin-right: 0;
margin-left: 0;
}
.yaglo-products-popular ul.products li.product {
margin-top: 0;
margin-bottom: 0;
padding-right: 0;
padding-left: 0;
border-right: none;
flex: 0 0 100% !important;
max-width: 100% !important;
}
.yaglo-products-popular ul.products li.product:before {
content: none;
}
.yaglo-products-popular ul.products li.product:last-child .product-block-list {
padding-bottom: 0;
border-bottom: none;
}
.yaglo-products-popular ul.products li.product:first-child .product-block-list {
padding-top: 0;
}
.yaglo-products-popular .product-block-list {
display: flex;
align-items: center;
padding: 20px 0;
border-bottom: 1px solid var(--e-global-color-border);
}
.yaglo-products-popular .product-block-list .left {
width: 80px;
margin-right: 15px;
}
.yaglo-products-popular .product-block-list .right {
flex: 1;
}
.product-gallery {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1.5rem;
padding-top: 5px;
}
.product-gallery .gallery_item {
width: 58px;
flex: 0 0 58px;
max-width: 58Px;
cursor: pointer;
display: block;
margin-top: 10px;
}
.product-gallery .gallery_item:not(:first-child) {
margin-left: 10px;
}
.product-gallery .gallery_item.active img {
border-color: var(--e-global-color-primary);
}
.product-gallery .gallery_item img {
width: 58px;
height: 58px;
border: 1px dashed var(--e-global-color-border);
border-radius: 4px;
object-fit: cover;
}
.grid-layout-2 .group-action {
visibility: hidden;
opacity: 0;
display: none;
} .single-product .pswp__button {
background-color: transparent;
border: none;
}
.single-product .component_selections .clear_component_options::before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-right: 0.5407797364em;
}
.single-product .entry-summary-top {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.single-product .summary {
width: 100%;
float: right;
}
@media (min-width: 768px) {
.single-product .summary {
width: calc(49% - 80px);
}
}
.single-product .summary .yith-wcwl-add-to-wishlist {
display: none;
}
.single-product .summary .single_add_to_cart_button {
.            display: flex;
justify-content: center;
align-items: center;
margin: 0 0 16px;
white-space: nowrap;
border: none;
flex-grow: 1;
max-width: 360px;
letter-spacing: 0.12rem;
}
@media (min-width: 1024px) {
.single-product .summary .single_add_to_cart_button {
min-width: 250px;
}
}
.single-product .summary .single_add_to_cart_button:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 16px;
font-size: 1rem;
margin-left: 10px;
order: 3;
}
.single-product .summary .product_button {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 10px;
}
.single-product .summary .woosc-btn {
margin-right: 5px;
}
.single-product .summary .woosc-btn:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
line-height: inherit;
}
.single-product .summary .woosw-btn {
margin-right: 1.5rem;
}
.single-product .summary .woosw-btn:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
line-height: inherit;
}
.single-product .summary .woosw-btn,
.single-product .summary .woosc-btn {
display: inline-flex;
background-color: transparent;
color: var(--e-global-color-text);
align-items: center;
justify-content: center;
letter-spacing: 0;
text-transform: inherit;
border: none;
padding: 0;
margin-bottom: 15px;
font-weight: normal;
font-size: 14px;
font-size: 0.875rem;
}
.single-product .summary .woosw-btn:before,
.single-product .summary .woosc-btn:before {
font-size: 20px;
font-size: 1.25rem;
margin-right: 6px;
}
.single-product .summary .woosw-btn:hover,
.single-product .summary .woosc-btn:hover {
color: var(--e-global-color-primary);
}
.single-product .content-single-wrapper:after {
content: "";
display: table;
clear: both;
}
.single-product div.product {
position: relative;
}
.single-product div.product::before, .single-product div.product::after {
content: "";
display: table;
}
.single-product div.product::after {
clear: both;
}
.single-product div.product.single-product-type-sticky .woocommerce-tabs:before {
content: none;
}
.single-product div.product .images,
.single-product div.product .summary {
margin-bottom: 10px;
margin-top: 0;
}
@media (max-width: 767px) {
.single-product div.product .images {
margin-bottom: 30px;
}
}
.single-product div.product .product-video-360 {
position: absolute;
top: 20px;
z-index: 111;
right: 60px;
display: inline-flex;
align-items: flex-end;
}
.single-product div.product .product-video-360 .product-video-360__btn {
cursor: pointer;
color: var(--e-global-color-lighter);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 12px;
font-size: 0.75rem;
text-align: center;
}
.single-product div.product .product-video-360 .product-video-360__btn:hover {
color: var(--e-global-color-primary);
}
.single-product div.product .product-video-360 .product-video-360__btn i {
font-size: 30px;
font-size: 1.875rem;
}
.single-product div.product .product-video-360 .product-video-360__btn span {
display: block;
line-height: 30px;
}
.single-product div.product .product-video-360 .product-video-360__btn.btn-video span {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
.single-product div.product .product-video-360 .product-video-360__btn.btn-video span:focus {
background-color: #f1f1f1;
color: #21759b;
border-radius: 30px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.single-product div.product .product-video-360 .product-video-360__btn.btn-video i {
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 3px;
}
.single-product div.product .woocommerce-product-gallery {
opacity: 0;
overflow: hidden;
transition: opacity 0.25s ease-in-out;
position: relative;
width: 100%;
margin-right: 0;
float: left;
--swiper-navigation-size: 16px;
}
.single-product div.product .woocommerce-product-gallery .swiper-button-disabled {
display: none;
}
@media (min-width: 768px) {
.single-product div.product .woocommerce-product-gallery {
width: calc(51%);
}
}
.single-product div.product .woocommerce-product-gallery .onsale {
top: 20px;
left: 20px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 20px;
right: 20px;
display: block;
width: 30px;
z-index: 80;
text-align: center;
font-size: 0;
color: var(--e-global-color-lighter);
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
display: none;
opacity: 0;
visibility: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 20px;
font-size: 1.25rem;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
color: var(--e-global-color-primary);
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
position: relative;
display: block;
height: 100%;
border-radius: 30px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
width: 100%;
border-radius: 0 30px 0 30px;
}
@media only screen and (max-width: 425px) {
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
width: 395px;
}
}
@media only screen and (max-width: 375px) {
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
width: 345px;
}
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 20px;
border-radius: 0 30px 0 30px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
padding: 0;
border: none;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport img {
border-radius: 0 30px 0 30px;
border: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
margin: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
display: block !important;
position: relative;
width: 100px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
object-fit: cover;
border: 1px solid transparent;
border-radius: 0 30px 0 30px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
opacity: 1;
border-color: var(--e-global-color-secondary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.active img {
opacity: 1;
border-color: var(--e-global-color-primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image:hover a img {
opacity: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
max-width: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .woocommerce-product-gallery__image:hover a img {
opacity: 0;
}
@media (min-width: 426px) {
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .label-wrapper {
left: 125px;
}
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs {
margin: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li {
margin-bottom: 20px;
margin-right: 8px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li:last-child {
margin-bottom: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical {
width: 100%;
}
@media (min-width: 426px) {
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical {
margin-top: 0;
order: -1;
width: 100px;
margin-right: 10px;
display: block;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
}
@media (min-width: 426px) {
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
width: calc(100% - 115px);
margin-bottom: 0;
margin-left: auto;
}
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
flex-basis: 50%;
width: 50%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
width: 100%;
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper {
display: flex;
flex-wrap: wrap;
border: none;
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
flex-basis: 100%;
min-width: 630px;
min-height: 630px;
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
display: block;
margin-bottom: 30px;
border-radius: 0;
}
@media (max-width: 375px) {
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
min-width: 0;
min-height: 0;
}
}
.single-product div.product .woocommerce-product-gallery-vertical + .onsale {
left: 145px;
}
.single-product div.product .stock.in-stock {
margin-bottom: 30px;
display: none;
}
.single-product div.product p.price + form.cart {
margin-top: 30px;
}
.single-product div.product .single_add_to_cart_button + a.added_to_cart {
display: none;
}
.single-product div.product .product_title {
font-size: 40px;
font-size: 2.5rem;
margin-bottom: 0.2rem;
clear: none;
line-height: 1.5;
}
.single-product div.product .product-unit {
font-size: 15px;
font-size: 0.9375rem;
line-height: 24px;
margin-bottom: 15px;
color: var(--e-global-color-lighter);
}
.single-product div.product .product-unit .value {
color: var(--e-global-color-secondary);
}
.single-product div.product .sold-by-meta {
font-weight: var(--e-global-typography-text-font-weight);
font-size: 14px;
font-size: 0.875rem;
line-height: 22px;
margin-bottom: 12px;
color: var(--e-global-color-lighter);
}
.single-product div.product .sold-by-meta a {
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-primary);
}
.single-product div.product .sold-by-meta a:hover {
text-decoration: underline;
}
.single-product div.product .woocommerce-product-details__short-description {
margin: 0 0 1.75em;
}
.single-product div.product .woocommerce-product-details__short-description + .stock {
display: none;
}
.single-product div.product table.variations {
table-layout: fixed;
position: relative;
margin: 0;
width: 82%;
}
.single-product div.product table.variations tr {
border: 0;
}
.single-product div.product table.variations tr td {
margin-bottom: 1.3rem;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
padding: 0;
list-style: none;
background-color: transparent;
}
.single-product div.product table.variations th.label {
margin-bottom: 9px;
}
.single-product div.product table.variations th.label .woo-selected-variation-item-name {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-secondary);
text-transform: capitalize;
}
.single-product div.product table.variations td.value {
position: relative;
}
.single-product div.product table.variations label {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.single-product div.product table.variations select {
max-width: 100%;
vertical-align: middle;
padding: 12px 35px 12px 20px;
color: transparent;
margin-top: 12px;
border-radius: 30px;
}
.single-product div.product table.variations select + label {
display: block;
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
position: absolute;
padding: 0 5px;
background-color: #fff;
left: 10px;
top: 50%;
transform: translateY(-50%);
line-height: 1;
transition: all ease-in-out 0.2s;
color: var(--e-global-color-lighter);
}
.single-product div.product table.variations select:valid, .single-product div.product table.variations select:focus {
color: var(--e-global-color-text);
}
.single-product div.product table.variations select:valid ~ label, .single-product div.product table.variations select:focus ~ label {
top: 0;
}
.single-product div.product table.variations a.reset_variations {
margin-top: 0px;
display: inline-block;
margin-left: 0;
color: var(--e-global-color-secondary);
border-bottom: 1px solid;
line-height: 1;
}
.single-product div.product table.variations a.reset_variations:hover {
color: var(--e-global-color-primary);
}
.single-product div.product table.variations td.label label {
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: uppercase;
}
.single-product div.product table.variations td.value ul.variable-items-wrapper {
display: inline-flex;
}
.single-product div.product table.variations td.value ul li.variable-item {
box-shadow: none;
margin: 0 12px 12px 0;
width: auto;
height: auto;
min-width: 24px;
min-height: 24px;
padding: 0;
border-radius: 0;
border: 1px solid var(--e-global-color-border);
}
.single-product div.product table.variations td.value ul li.variable-item:hover, .single-product div.product table.variations td.value ul li.variable-item.selected {
outline: none;
box-shadow: none;
border-color: var(--e-global-color-secondary);
}
.single-product div.product table.variations td.value ul li.variable-item:hover .variable-item-span, .single-product div.product table.variations td.value ul li.variable-item.selected .variable-item-span {
color: var(--e-global-color-secondary);
}
.single-product div.product table.variations td.value ul li.variable-item .variable-item-span {
font-size: 14px;
font-size: 0.875rem;
line-height: 1;
padding: 14px 25px;
color: var(--e-global-color-lighter);
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item {
min-width: 24px;
min-height: 24px;
width: 24px;
height: 24px;
border-radius: 50%;
padding: 3px;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
padding: 2px;
opacity: 0.5;
border-radius: 50%;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after {
content: none;
}
.single-product div.product table.variations td.value ul li.variable-item.button-variable-item:hover, .single-product div.product table.variations td.value ul li.variable-item.button-variable-item.selected {
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.single-product div.product table.variations td.value ul li.variable-item.button-variable-item:hover .variable-item-span, .single-product div.product table.variations td.value ul li.variable-item.button-variable-item.selected .variable-item-span {
color: #fff;
}
.single-product div.product table.variations td.value ul li.variable-item.disabled:before {
display: none;
}
.single-product div.product table.variations td.value ul li.variable-item.disabled:after {
transform: rotate(-30deg);
height: 2px;
background-color: var(--e-global-color-border);
width: calc(100% + 12px);
left: -7px;
box-shadow: none;
}
.single-product div.product table.variations td.value ul li.variable-item.disabled .variable-item-span {
color: var(--e-global-color-text);
}
.single-product div.product .single_variation .price {
display: block;
font-size: 24px;
font-size: 1.5rem;
line-height: 1;
align-items: center;
color: var(--e-global-color-primary);
margin-bottom: 20px;
}
.single-product div.product .single_variation .price ins {
margin-right: 0;
color: var(--e-global-color-primary);
}
.single-product div.product .single_variation .price del {
margin-right: 10px;
font-size: 16px;
font-size: 1rem;
}
.single-product div.product .woocommerce-variation-add-to-cart {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1.4rem;
border-bottom: 1px solid var(--e-global-color-border);
padding: 0;
}
.single-product div.product .single_variation_wrap {
width: 100%;
}
.single-product div.product .variations_button {
flex: 0 0 100%;
display: flex;
flex-wrap: wrap;
align-items: end;
}
.single-product div.product .variations_button::before, .single-product div.product .variations_button::after {
content: "";
display: table;
}
.single-product div.product .variations_button::after {
clear: both;
}
.single-product div.product .woocommerce-grouped-add-to-cart {
flex: 0 0 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1.4rem;
border-bottom: 1px solid var(--e-global-color-border);
padding: 18px 0 0;
}
.single-product div.product tr.woocommerce-grouped-product-list-item {
border: 0 !important;
}
.single-product div.product .product_after_title {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 1rem;
font-size: 14px;
font-size: 0.875rem;
position: relative;
}
.single-product div.product .product_after_title > * {
margin-bottom: 0;
}
.single-product div.product .product_after_title > *:not(:last-child) {
margin-right: 15px;
padding-right: 15px;
position: relative;
}
.single-product div.product .product_after_title > *:not(:last-child):after {
content: "";
height: 11px;
width: 1px;
background-color: var(--e-global-color-border);
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.single-product div.product .product_after_title .sku_wrapper {
text-transform: uppercase;
color: var(--e-global-color-lighter);
}
.single-product div.product .product_after_title .sku_wrapper .sku {
color: var(--e-global-color-secondary);
}
.single-product div.product .rating_brands {
display: flex;
flex-wrap: wrap;
margin-bottom: 14px;
padding-bottom: 10px;
font-size: 14px;
font-size: 0.875rem;
position: relative;
border-bottom: 1px solid var(--e-global-color-border);
}
.single-product div.product .rating_brands > * {
margin-bottom: 0;
}
.single-product div.product .rating_brands > *:not(:last-child) {
margin-right: 15px;
padding-right: 15px;
padding-left: 5px;
position: relative;
}
.single-product div.product .rating_brands > *:not(:last-child):after {
content: "";
height: 11px;
width: 1px;
background-color: var(--e-global-color-border);
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.single-product div.product .woocommerce-product-rating {
display: flex;
align-items: center;
margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-rating::before, .single-product div.product .woocommerce-product-rating::after {
content: "";
display: table;
}
.single-product div.product .woocommerce-product-rating::after {
clear: both;
}
.single-product div.product .woocommerce-product-rating a {
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-lighter);
margin-left: 8px;
}
.single-product div.product .woocommerce-product-rating a:hover {
color: var(--e-global-color-primary);
}
.single-product div.product .woocommerce-product-rating .star-rating {
font-size: 14px;
font-size: 0.875rem;
}
.single-product div.product .product_meta > span {
display: block;
margin-bottom: 0.4rem;
color: var(--e-global-color-lighter);
}
.single-product div.product .product_meta > span:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.single-product div.product .product_meta > span a,
.single-product div.product .product_meta > span .sku {
color: var(--e-global-color-text);
}
.single-product div.product .product_meta > span a:hover {
color: var(--e-global-color-primary);
}
.single-product .yaglo-single-product-extra {
font-size: 16px;
font-size: 1rem;
margin-bottom: 2rem;
color: var(--e-global-color-secondary);
}
.single-product .yaglo-single-product-extra ul {
list-style: none;
margin: 0;
}
.single-product .yaglo-single-product-extra ul li {
padding-bottom: 2px;
}
.single-product .yaglo-single-product-extra ul li i {
color: var(--e-global-color-primary);
padding: 0 5px 6px 0;
font-size: 20px;
font-size: 1.25rem;
}
.single-product .time-sale {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 0;
}
.single-product .time-sale .deal-text {
font-size: 16px;
font-size: 1rem;
max-width: 130px;
line-height: 1.2;
margin-right: 16px;
margin-bottom: 19px;
color: var(--e-global-color-secondary);
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.single-product .time-sale .yaglo-countdown {
margin-bottom: 19px;
}
.single-product .time-sale .yaglo-countdown .countdown-item {
margin-top: 0;
border-radius: 5px;
border: 1px solid var(--e-global-color-border);
min-width: 60px;
text-align: center;
}
.single-product .time-sale .yaglo-countdown .countdown-item:not(:last-child) {
margin-right: 5px;
}
.single-product .time-sale .yaglo-countdown .countdown-item:after {
content: none;
}
.single-product .time-sale .yaglo-countdown .countdown-item .countdown-digits {
font-size: 24px;
font-size: 1.5rem;
display: block;
color: var(--e-global-color-primary);
}
.single-product .time-sale .yaglo-countdown .countdown-item .countdown-label {
display: block;
font-size: 13px;
font-size: 0.8125rem;
color: var(--e-global-color-lighter);
}
.single-product .deal-sold {
display: flex;
flex-direction: column;
margin: 0 0 1.5em;
}
.single-product .deal-sold > div {
width: 100%;
}
.single-product .deal-sold .deal-sold-text {
margin-top: 0;
margin-bottom: 10px;
order: -1;
}
.single-product .deal-sold .deal-sold-text span:last-child {
color: var(--e-global-color-secondary);
}
.single-product .deal-sold .progress-bar {
border-radius: 5px;
height: 8px;
}
.single-product .deal-sold .progress-bar .progress-value {
background-color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs {
display: block;
position: relative;
padding: 40px 0 0;
}
@media (min-width: 768px) {
.single-product .woocommerce-tabs {
padding: 72px 0 0;
}
}
.single-product .woocommerce-tabs ul.tabs {
margin: 0;
list-style: none;
position: relative;
margin-bottom: 10px;
border-bottom: 1px solid var(--e-global-color-border);
}
@media (max-width: 767px) {
.single-product .woocommerce-tabs ul.tabs {
display: none;
}
}
.single-product .woocommerce-tabs ul.tabs li {
display: inline-block;
margin: 0 20px;
}
@media (min-width: 768px) {
.single-product .woocommerce-tabs ul.tabs li {
margin: 0 40px;
}
}
.single-product .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0;
}
.single-product .woocommerce-tabs ul.tabs li:last-child {
margin-right: 0;
}
.single-product .woocommerce-tabs ul.tabs li a {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-text);
display: block;
position: relative;
font-size: 22px;
font-size: 1.375rem;
padding: 0 0 12px;
text-transform: capitalize;
}
.single-product .woocommerce-tabs ul.tabs li a:before {
content: "";
position: absolute;
height: 1px;
width: 0;
left: 0;
bottom: -1px;
transition: all 0.4s ease;
background-color: var(--e-global-color-secondary);
}
.single-product .woocommerce-tabs ul.tabs li:hover a, .single-product .woocommerce-tabs ul.tabs li.active a {
color: var(--e-global-color-secondary);
}
.single-product .woocommerce-tabs ul.tabs li:hover a:before, .single-product .woocommerce-tabs ul.tabs li.active a:before {
width: 100%;
transition: all 0.4s ease;
}
.single-product .woocommerce-tabs.product-accordions {
padding: 0;
margin-top: 1.5rem;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item:not(:last-child) {
border-bottom: 1px solid var(--e-global-color-border);
}
.single-product .woocommerce-tabs.product-accordions:after, .single-product .woocommerce-tabs.product-accordions:before {
content: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head {
padding: 20px 0;
position: relative;
cursor: pointer;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title {
color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active .accordion-title {
color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active:before {
content: "";
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
position: absolute;
top: 50%;
padding: 6px 8px;
border-radius: 50%;
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: var(--e-global-color-secondary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
right: -1px;
font-size: 16px;
font-size: 1rem;
}
.single-product .woocommerce-tabs.product-accordions .accordion-title {
display: inline-block;
position: relative;
font-size: 20px;
font-size: 1.25rem;
margin-bottom: 0;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-secondary);
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body {
padding: 0;
display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body h2:first-of-type {
display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
width: 100%;
float: none;
padding-right: 0;
padding-left: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body .list-unstyled {
margin-left: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled {
margin: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li {
margin-bottom: 5px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-address > span:not(.details) {
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-secondary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating {
vertical-align: middle;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text {
vertical-align: text-bottom;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating {
display: inline-block;
}
.single-product .woocommerce-tabs.product-accordions table td, .single-product .woocommerce-tabs.product-accordions table th {
word-break: unset;
}
@media (min-width: 768px) {
.single-product .woocommerce-tabs.product-accordions ul.products li.product {
flex: 0 0 50%;
max-width: 50%;
}
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
padding: 15px 0;
}
@media (min-width: 768px) {
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
padding: 30px 0 35px;
}
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled {
margin: 0;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li {
margin-bottom: 5px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address > span:not(.details) {
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-secondary);
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating {
vertical-align: middle;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating .text {
vertical-align: text-bottom;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating {
display: inline-block;
}
.single-product .woocommerce-tabs .comment-form-cookies-consent {
display: inline-block;
}
.single-product .woocommerce-tabs .panel h2:first-of-type {
display: none;
}
.single-product .woocommerce-tabs .review_form label {
margin-bottom: 0.5em;
display: block;
}
.single-product .woocommerce-tabs h2.resp-accordion {
display: flex;
align-items: center;
font-size: 22px;
font-size: 1.375rem;
line-height: 18px;
padding: 1rem 0;
margin: 0;
}
@media (min-width: 768px) {
.single-product .woocommerce-tabs h2.resp-accordion {
display: none;
}
}
.single-product .woocommerce-tabs h2.resp-accordion:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-right: 10px;
}
.single-product .woocommerce-tabs h2.resp-accordion.active:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.single-product .product-extra-info ul {
margin: 0;
list-style: none;
}
.single-product .product-extra-info ul li {
display: flex;
align-items: center;
font-size: 16px;
font-size: 1rem;
line-height: 16px;
margin-bottom: 20px;
color: var(--e-global-color-text);
}
.single-product .product-extra-info ul li:last-child {
margin-bottom: 0;
}
.single-product .product-extra-info ul li i {
margin-right: 10px;
}
.single-product .product-extra-info .brand-content {
padding-bottom: 20px;
}
.single-product .product-extra-info .brand-wrap {
padding-top: 20px;
border-top: 1px solid var(--e-global-color-border);
}
.single-product .product-extra-info .title-brand {
display: block;
font-size: 16px;
font-size: 1rem;
font-weight: var(--e-global-typography-primary-font-weight);
line-height: 22px;
color: var(--e-global-color-primary);
}
.single-product .product-brand {
display: inline-block;
color: var(--e-global-color-lighter);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 425px) {
.single-product .product-brand {
width: 50%;
}
}
.single-product.yaglo-sidebar-left div.product form.cart .quantity, .single-product.yaglo-sidebar-right div.product form.cart .quantity {
width: 110px;
}
.entry-summary p.price {
font-size: 22px;
font-size: 1.375rem;
margin: 0 0 2rem;
}
.entry-summary form.cart {
display: flex;
flex-wrap: wrap;
align-items: end;
margin-bottom: 2rem;
border-bottom: 1px solid var(--e-global-color-border);
}
.entry-summary form.cart::before, .entry-summary form.cart::after {
content: "";
display: table;
}
.entry-summary form.cart::after {
clear: both;
}
.entry-summary form.cart .clear {
position: relative;
flex: 0 0 calc(100% + 3.6rem);
width: calc(100% + 2rem);
margin-left: -1.8rem;
margin-top: 20px;
border-top: 1px solid var(--e-global-color-border);
}
.entry-summary form.cart.grouped_form, .entry-summary form.cart.variations_form {
padding: 0;
border: none;
margin-top: 0;
}
.entry-summary form.cart .quantity_wrap {
margin: 0 0 16px;
padding-right: 10px;
}
.entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
float: none;
margin-right: 0;
text-align: right;
}
.entry-summary form.cart table.woocommerce-grouped-product-list .quantity_wrap {
display: inline-block;
margin: 0;
padding: 0;
}
.entry-summary form.cart table.woocommerce-grouped-product-list .quantity {
padding: 8px 16px;
}
.entry-summary form.cart table.woocommerce-grouped-product-list .button {
padding: 13px 26px;
}
.entry-summary form.cart table.group_table {
margin-bottom: 20px;
margin-top: 8px;
}
.entry-summary form.cart table.group_table tr {
border-bottom: 1px solid;
border-color: var(--e-global-color-border);
}
.entry-summary form.cart table.group_table td {
padding: 0 0 12px 0;
vertical-align: middle;
}
.entry-summary form.cart table.group_table td.woocommerce-grouped-product-list-item__price {
text-align: end;
}
.entry-summary form.cart table.group_table .quantity_label {
display: none;
}
@media (max-width: 500px) {
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image,
.entry-summary form.cart table.group_table .woocommerce-grouped-product-image {
display: none;
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label {
padding-left: 0;
}
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image,
.entry-summary form.cart table.group_table .woocommerce-grouped-product-image {
padding-right: 30px;
width: 80px;
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image img,
.entry-summary form.cart table.group_table .woocommerce-grouped-product-image img {
max-width: 80px;
height: 106px;
object-fit: cover;
margin: auto;
border-radius: 0;
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label {
padding-right: 10px;
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label .yaglo-single-product-extra-label p {
margin-bottom: 0.4rem;
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
color: var(--e-global-color-secondary);
word-break: break-word;
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover {
color: var(--e-global-color-primary);
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
color: var(--e-global-color-lighter);
font-weight: var(--e-global-typography-primary-font-weight);
font-size: 12px;
font-size: 0.75rem;
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount {
color: var(--e-global-color-text);
font-weight: var(--e-global-typography-primary-font-weight);
}
.entry-summary form.cart table.group_table p.price {
font-size: 20px;
font-size: 1.25rem;
margin: 12px 0 0;
}
.entry-summary form.cart table.group_table .stock.in-stock {
margin: 0;
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
.entry-summary form.cart table.group_table .stock.in-stock:focus {
background-color: #f1f1f1;
color: #21759b;
border-radius: 30px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.entry-summary form.cart table.group_table .woocommerce-Price-amount {
word-break: normal;
display: block;
}
.entry-summary form.cart table.group_table .stock.out-of-stock {
display: none;
}
.inventory_status {
color: #58B03A;
font-size: 12px;
font-size: 0.75rem;
align-items: center;
margin-bottom: 0;
display: block;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
text-transform: uppercase;
line-height: 1.2;
letter-spacing: 0.125rem;
}
.inventory_status:before {
content: "";
width: 8px;
height: 8px;
border-radius: 8px;
background-color: var(--e-global-color-tertiary);
display: none;
}
.inventory_status.out-stock {
color: #000;
}
.inventory_status.out-stock:before {
background-color: var(--e-global-color-lighter);
}
.stock:empty::before {
display: none;
}
.stock.in-stock {
color: #0f834d;
}
.stock.out-of-stock {
color: #e2401c;
}
a.reset_variations {
display: inline-block;
margin-left: 1em;
}
.yaglo-woocommerce-tabs {
margin-top: 50px;
}
.yaglo-woocommerce-tabs .umimi-woocommerce-tabs-panel {
padding: 50px 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.yaglo-woocommerce-tabs .umimi-woocommerce-tabs-panel h2:first-of-type {
font-size: 16px;
font-size: 1rem;
margin-bottom: 40px;
color: var(--e-global-color-secondary);
}
.yaglo-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes th {
padding: 4px 10px 4px 0;
}
.yaglo-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes td {
padding: 4px 0 4px 10px;
text-align: right;
}
.single-product-reviews-wrap {
max-width: 850px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
.single-product-reviews-wrap .woocommerce-Reviews-title {
display: none;
}
.single-product-reviews-wrap .review-title {
font-size: 36px;
font-size: 2.25rem;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
margin-bottom: 50px;
}
.single-product-reviews-wrap .review-title .count {
width: 20px;
height: 20px;
line-height: 20px;
color: #fff;
background-color: #000;
border-radius: 20px;
text-align: center;
font-size: 14px;
font-size: 0.875rem;
display: inline-block;
margin-left: 5px;
} #reviews {
outline: none;
margin-left: auto;
margin-right: auto;
}
.accordion-body #reviews {
max-width: 1400px;
}
#reviews #comments {
margin-bottom: 3.7065595576em;
padding-top: 0;
margin-top: 0;
}
#reviews .comment-reply-title {
display: none;
}
#reviews .commentlist {
list-style: none;
margin: 0;
}
#reviews .commentlist li {
margin-bottom: 2.6180340252em;
list-style: none;
clear: both;
}
#reviews .commentlist li::before, #reviews .commentlist li::after {
content: "";
display: table;
}
#reviews .commentlist li::after {
clear: both;
}
#reviews .commentlist li .comment_container {
border-radius: 30px;
}
#reviews .commentlist li .comment_container::before, #reviews .commentlist li .comment_container::after {
content: "";
display: table;
}
#reviews .commentlist li .comment_container::after {
clear: both;
}
#reviews .commentlist li .comment_container .comment-text {
width: calc(100% - 60px);
float: right;
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
font-size: 0.875em;
line-height: 1;
height: 1em;
}
#reviews .commentlist li:last-child {
border-bottom: 0;
margin-bottom: 0;
}
#reviews .commentlist li time {
color: var(--e-global-color-lighter);
}
#reviews .commentlist li .avatar {
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
border-radius: 50%;
object-fit: cover;
}
#reviews .commentlist li p.meta strong {
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-secondary);
}
#reviews .commentlist li p.meta time {
margin-left: 10px;
}
#reviews .commentlist li p.meta time:before {
margin-right: 5px;
line-height: 1;
margin-top: -3px;
}
#reviews .commentlist li p.meta .verified {
font-style: normal;
font-size: 0.875em;
}
#reviews .commentlist li p.meta .woocommerce-review__dash {
display: none;
}
#reviews .commentlist li ul.children {
margin: 0;
width: 82.2222222222%;
float: right;
margin-right: 0;
padding-top: 1.618034em;
}
#reviews .commentlist li ul.children .avatar {
width: 13.5135135135%;
float: left;
margin-right: 8.1081081081%;
}
#reviews .commentlist li ul.children .comment-text {
width: 78.3783783784%;
float: right;
margin-right: 0;
}
#reviews .commentlist li ul.children li {
margin-bottom: 1.618034em;
}
#reviews .commentlist li ul.children li:last-child {
margin-bottom: 0;
}
#reviews .comment-form-rating {
clear: both;
margin-bottom: 1em;
}
#reviews .comment-form-rating label {
margin-right: 20px;
}
#reviews .comment-form-rating p.stars {
line-height: 1;
}
#reviews .comment-form-comment input,
#reviews .comment-form-author input,
#reviews .comment-form-email input {
width: 100%;
}
#reviews .comment-form-comment textarea {
color: var(--e-global-color-secondary);
}
#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
margin-bottom: 1.41577975em;
}
#reviews .comment-form-cookies-consent:before {
content: "";
display: block;
clear: left;
}
table.shop_attributes th {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 18px;
font-size: 1.125rem;
text-transform: capitalize;
}
.yaglo-sticky-add-to-cart {
background-color: var(--background);
}
.yaglo-sticky-add-to-cart__content {
font-size: 16px;
font-size: 1rem;
}
.yaglo-sticky-add-to-cart__content-title strong {
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-text-font-weight);
}
.yaglo-sticky-add-to-cart__content-button {
border: none;
letter-spacing: 0;
padding: 13px 25px;
background-color: var(--e-global-color-accent);
}
.yaglo-sticky-add-to-cart__content-button:hover {
background-color: var(--e-global-color-primary);
}
.yaglo-sticky-add-to-cart__content-price {
display: inline-flex;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-primary);
margin-bottom: 4px;
align-items: center;
font-weight: var(--e-global-typography-primary-font-weight);
}
.yaglo-sticky-add-to-cart__content-price ins {
order: -1;
margin-left: 0;
margin-right: 0.6180469716em;
background-color: transparent;
color: var(--e-global-color-text);
}
.yaglo-sticky-add-to-cart__content-price del {
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-lighter);
}
.sizechart-popup {
width: 630px;
max-width: 100vw;
overflow-y: auto;
position: fixed;
left: 50%;
padding: 60px;
background: #fff;
top: 50%;
transform: translate(-50%, -50%);
z-index: 998;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: all ease-in-out 0.3s;
}
.sizechart-popup.active {
opacity: 1;
pointer-events: auto;
visibility: visible;
}
.sizechart-popup.active + .sizechart-overlay {
opacity: 1;
visibility: visible;
}
.sizechart-popup .sizechart-close {
position: absolute;
right: 20px;
top: 20px;
font-size: 24px;
font-size: 1.5rem;
line-height: 1;
}
.sizechart-popup .sizechart-close i {
color: var(--e-global-color-secondary);
}
.sizechart-popup .sizechart-close:hover i {
color: var(--e-global-color-primary);
}
.sizechart-button {
font-size: 12px;
font-size: 0.75rem;
text-decoration: underline;
text-transform: uppercase;
line-height: 2;
margin-bottom: 1em;
display: inline-block;
color: var(--e-global-color-secondary);
}
.sizechart-button:hover {
color: var(--e-global-color-primary);
}
.sizechart-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}
.yaglo-frequently-bought {
margin-top: 5px;
padding-top: 20px;
margin-bottom: 10px;
border-top: 1px solid;
border-color: var(--e-global-color-border);
}
.yaglo-frequently-bought .frequently-bought-title {
margin-bottom: 10px;
font-size: 13px;
font-size: 0.8125rem;
text-transform: uppercase;
color: var(--e-global-color-secondary);
}
.yaglo-frequently-bought ul {
list-style: none;
margin: 0;
}
.yaglo-frequently-bought .product-item {
display: flex;
align-items: center;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid;
position: relative;
border-color: var(--e-global-color-border);
cursor: pointer;
}
.yaglo-frequently-bought .product-item:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.yaglo-frequently-bought .product-item img {
width: 80px;
margin-right: 20px;
border: 4px solid #fff;
box-shadow: 0 0 0 1px;
color: var(--e-global-color-border);
background-color: #f7f4ef;
border-radius: 18px;
}
.yaglo-frequently-bought .product-item.uncheck * {
opacity: 0.8;
}
.yaglo-frequently-bought .content-product-item {
height: 100%;
flex: 1;
}
.yaglo-frequently-bought .content-product-item .product-title {
position: relative;
z-index: 2;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-secondary);
}
.yaglo-frequently-bought .content-product-item .posted-in a {
font-size: 13px;
font-size: 0.8125rem;
color: var(--e-global-color-text);
}
.yaglo-frequently-bought .product-price {
font-size: 16px;
font-size: 1rem;
margin: 0 30px;
color: var(--e-global-color-primary);
}
.yaglo-frequently-bought .product-price del {
font-size: 0.95em;
}
.yaglo-frequently-bought .product-price ins {
background: transparent;
}
.yaglo-frequently-bought .price-box .label {
color: var(--e-global-color-secondary);
}
.yaglo-frequently-bought .price-box .yaglo-total-price {
font-size: 30px;
font-size: 1.875rem;
color: var(--e-global-color-primary);
}
.yaglo-frequently-bought input[type=checkbox] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0 !important;
z-index: 1;
cursor: pointer;
}
.yaglo-frequently-bought input[type=checkbox] + span {
opacity: 1 !important;
}
.yaglo-frequently-bought input[type=checkbox] + span:before {
content: "+";
width: 30px;
height: 30px;
display: inline-block;
font-size: 18px;
font-size: 1.125rem;
line-height: 30px;
text-align: center;
background-color: #f7f4ef;
border-radius: 50%;
color: #000;
}
.yaglo-frequently-bought input[type=checkbox]:checked + span:before {
content: "-";
}
.yaglo-frequently-bought .yaglo_add_to_wishlist_button {
color: #000;
}
.yaglo-frequently-bought .product-buttons {
display: flex;
justify-content: space-between;
}
.yaglo-frequently-bought .product-buttons form {
margin-bottom: 0;
}
.yaglo-frequently-bought .product-buttons .yaglo-add-to-cart {
font-size: 12px;
font-size: 0.75rem;
}
#rotateimages {
cursor: ew-resize;
}
.view-360-group {
margin-top: 30px;
margin-bottom: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.view-360-group .view-360-svg {
margin-left: 20px;
margin-right: 20px;
font-size: 30px;
font-size: 1.875rem;
color: var(--e-global-color-secondary);
}
.view-360-group .view-360-button i {
font-size: 16px;
font-size: 1rem;
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
border: 1px solid;
border-color: var(--e-global-color-border);
border-radius: 50%;
color: var(--e-global-color-secondary);
cursor: pointer;
}
.view-360-group .view-360-button i:hover {
color: var(--e-global-color-primary);
}
.single-product .view-360-group + .mfp-close {
border: none;
color: #000;
font-size: 25px;
font-size: 1.5625rem;
font-weight: var(--e-global-typography-text-font-weight);
width: 30px;
height: 30px;
line-height: 1;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
display: none;
}
.single-product .yaglo-woobt-wrap {
margin-top: 50px;
}
@media (min-width: 768px) {
.single-product .yaglo-woobt-wrap {
margin-top: 85px;
}
}
.single-product .yaglo_product_woobt_title {
position: relative;
text-align: center;
display: block;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 30px;
font-size: 1.875rem;
margin-bottom: 20px;
color: var(--e-global-color-secondary);
}
@media (min-width: 768px) {
.single-product .yaglo_product_woobt_title {
font-size: 40px;
font-size: 2.5rem;
margin-bottom: 28px;
}
}
.single-product .woobt-wrap[class*=woobt-layout-grid] {
display: flex;
border: 1px dashed var(--e-global-color-border);
border-radius: 4px;
padding: 15px;
align-items: center;
flex-wrap: wrap;
}
@media (min-width: 1024px) {
.single-product .woobt-wrap[class*=woobt-layout-grid] {
padding: 40px;
}
}
.single-product .woobt-wrap .product-woobt-bottom {
width: 100%;
flex: 0 0 100%;
padding-left: 0;
margin-top: 40px;
}
@media (min-width: 1024px) {
.single-product .woobt-wrap .product-woobt-bottom {
flex: 0 0 30%;
padding-left: 30px;
margin-top: 0;
}
}
.single-product .woobt-wrap .product-woobt-bottom .woocommerce-Price-amount {
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.single-product .woobt-wrap .single_add_to_cart_button {
width: 100%;
}
.single-product .woobt-wrap .single_add_to_cart_button:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 15px;
padding-right: 5px;
}
@media (min-width: 1024px) {
.single-product .woobt-wrap .single_add_to_cart_button:before {
font-size: 20px;
font-size: 1.25rem;
padding-right: 10px;
}
}
.single-product .woobt-products[class*=woobt-products-layout-grid] {
flex-grow: 1;
justify-content: space-between;
padding-right: 0;
margin: 0;
flex-wrap: wrap;
}
@media (min-width: 1024px) {
.single-product .woobt-products[class*=woobt-products-layout-grid] {
padding-right: 70px;
}
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product {
border: none;
margin: 0;
padding: 0;
width: 100%;
max-width: 160px;
position: relative;
font-size: 16px;
font-size: 1rem;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product > div {
text-align: left;
margin-bottom: 12px;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price {
max-width: 100%;
margin-bottom: 0;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price .woobt-price-ori {
display: flex;
align-items: center;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price .woocommerce-Price-amount {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-secondary);
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price del {
order: 2;
margin-left: 10px;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price del .woocommerce-Price-amount {
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
text-decoration: line-through;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price ins .woocommerce-Price-amount {
color: var(--e-global-color-primary);
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title {
order: 2;
margin-bottom: 30px;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose {
order: 3;
position: relative;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose .checkmark {
display: block;
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
border-radius: 5px;
background-color: #eee;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose .checkmark:after {
content: "";
position: absolute;
left: 7px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose input {
position: absolute;
opacity: 0;
cursor: pointer;
width: 20px;
height: 20px;
z-index: 9;
}
.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose input:checked ~ .checkmark {
background-color: #84C8BB;
}
.woosc-quick-table {
margin-top: 0;
position: relative;
padding: 50px 0 0;
}
@media (min-width: 768px) {
.woosc-quick-table {
padding: 95px 0 0;
}
}
.woosc-quick-table > h2 {
position: relative;
text-align: center;
display: block;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 30px;
font-size: 1.875rem;
margin-bottom: 20px;
color: var(--e-global-color-secondary);
}
@media (min-width: 768px) {
.woosc-quick-table > h2 {
font-size: 40px;
font-size: 2.5rem;
margin-bottom: 46px;
}
} .woocommerce-page .widget-area .woocommerce:first-child .widget-title {
padding-top: 0;
}
.product_list_widget {
margin-top: 22px;
list-style: none;
margin-left: 0;
margin-bottom: 0;
}
.product_list_widget li {
display: flex;
padding: 10px 0;
margin-bottom: 0 !important;
}
.product_list_widget li::before, .product_list_widget li::after {
content: "";
display: table;
}
.product_list_widget li::after {
clear: both;
}
.product_list_widget li img {
max-width: 90px;
object-fit: cover;
border-radius: 0 30px 0 30px;
}
.product_list_widget li:last-child {
padding-bottom: 0;
border: none;
}
.product_list_widget li:first-child {
padding-top: 0;
}
.product_list_widget .product-list-inner {
display: flex;
}
.product_list_widget .reviewer {
font-size: 0.875em;
}
.product_list_widget .product-image {
position: relative;
}
.product_list_widget .product-content {
margin-left: 1rem;
flex: 1;
}
.product_list_widget .woocommerce-loop-product__title {
font-size: 22px;
font-size: 1.375rem;
margin-bottom: 0.55rem;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.product_list_widget .count-review {
margin-bottom: 0.5rem;
}
.product_list_widget .price {
margin-bottom: 0;
}
.product_list_widget a {
display: block;
}
.product_list_widget .label-wrapper > span {
font-size: 12px;
font-size: 0.75rem;
}
.widget ul.products li.product a {
text-decoration: none;
}
.widget_rating_filter ul {
margin-bottom: 0;
}
.widget_rating_filter .wc-layered-nav-rating {
margin-bottom: 22px;
}
.widget_rating_filter .wc-layered-nav-rating a {
display: flex;
align-items: center;
text-decoration: none !important;
font-size: 14px;
font-size: 0.875rem;
line-height: 1;
color: var(--e-global-color-lighter);
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
display: inline-block;
height: 1em;
line-height: 1;
margin-right: 5px;
}
.widget_rating_filter .wc-layered-nav-rating:last-child {
margin-bottom: 0;
}
.widget_products a {
display: block;
}
.widget_shopping_cart .product_list_widget {
margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
position: relative;
padding-left: 27px;
}
.widget_shopping_cart .product_list_widget li a.remove {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
opacity: 1;
}
.widget_shopping_cart .product_list_widget li a.remove:hover:before {
color: #e2401c;
}
.widget_shopping_cart .product_list_widget li:first-child {
padding-top: 1em;
}
.widget_shopping_cart .woocommerce-mini-cart-scroll {
position: relative;
flex: 1 1 auto;
overflow-y: auto;
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
margin: 1.41577975em;
}
.widget_shopping_cart .product_list_widget {
position: absolute;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-x: hidden;
}
.widget_shopping_cart .product_list_widget img {
margin-right: 1em;
float: left;
max-width: 85px;
}
.widget_shopping_cart .mini_cart_item {
display: block;
border-bottom: 1px dashed;
border-bottom-color: var(--e-global-color-border);
}
.widget_shopping_cart .mini_cart_item a {
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-primary-font-weight);
margin-bottom: 3px;
}
.widget_shopping_cart .mini_cart_item a:hover {
color: var(--e-global-color-primary);
}
.widget_shopping_cart .mini_cart_item .quantity {
color: var(--e-global-color-secondary);
}
.widget_shopping_cart .mini_cart_item .quantity .amount {
color: var(--e-global-color-lighter);
font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_shopping_cart p.total {
padding: 12px 15px 12px 15px;
margin: 0;
margin-bottom: 5px;
border-top: 1px dashed;
border-top-color: var(--e-global-color-border);
}
.widget_shopping_cart p.total::before, .widget_shopping_cart p.total::after {
content: "";
display: table;
}
.widget_shopping_cart p.total::after {
clear: both;
}
.widget_shopping_cart p.total strong {
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-text-font-weight);
font-size: 18px;
font-size: 1.125rem;
}
.widget_shopping_cart p.total .amount {
font-size: 1.41577975em;
font-weight: var(--e-global-typography-primary-font-weight);
float: right;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 18px;
font-size: 1.125rem;
color: var(--e-global-color-primary);
}
.widget_shopping_cart .buttons {
padding: 0 0 1em;
margin: 0;
text-align: center;
display: flex;
flex-direction: column;
}
.widget_shopping_cart .buttons a {
display: block;
margin-bottom: 0.6180339845em;
margin-right: 15px;
margin-left: 15px;
}
.widget_shopping_cart .buttons a:last-child {
margin-bottom: 0;
}
.widget_shopping_cart .buttons a img {
margin-left: auto;
margin-right: auto;
}
.widget_layered_nav li {
margin-bottom: 0.6180339845em;
}
.widget_product_brands ul li,
.widget_product_categories ul li {
display: block;
}
.widget_product_brands ul li:last-child,
.widget_product_categories ul li:last-child {
margin-bottom: 0;
}
.widget_product_brands ul li:hover .count, .widget_product_brands ul li.current-cat .count,
.widget_product_categories ul li:hover .count,
.widget_product_categories ul li.current-cat .count {
color: var(--e-global-color-primary);
}
.widget_product_brands a:before,
.widget_product_categories a:before {
margin-right: 14px;
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 5px;
font-size: 0.3125rem;
color: var(--e-global-color-lighter);
}
.widget_product_brands .count,
.widget_product_categories .count {
color: var(--e-global-color-lighter);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget_product_categories ul.children {
display: none;
}
.widget_product_categories li.current-cat > a {
color: var(--e-global-color-primary);
}
.widget_product_categories .icon-minus, .widget_product_categories .icon-plus {
width: 20px;
text-align: center;
cursor: pointer;
float: right;
}
.widget_product_categories .icon-minus:before, .widget_product_categories .icon-plus:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
font-size: 12px;
font-size: 0.75rem;
}
.widget_product_categories .icon-minus:before {
content: "";
}
.widget_product_categories .icon-plus:before {
content: "";
}
.widget_price_filter form {
margin-bottom: 0;
margin-top: 25px;
}
.widget_price_filter .price_slider {
margin-bottom: 1.1rem;
}
.widget_price_filter .price_slider_amount {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.widget_price_filter .price_slider_amount .button {
position: relative;
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-secondary);
text-transform: uppercase;
padding: 0;
background-color: transparent;
order: 3;
letter-spacing: 0;
margin-left: auto;
border: 0;
}
.widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .button:focus {
color: var(--e-global-color-primary);
}
.widget_price_filter .price_slider_amount .price_label {
color: var(--e-global-color-text);
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.widget_price_filter .price_slider_amount .price_label span {
color: var(--e-global-color-secondary);
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
top: auto;
z-index: 2;
width: 12px;
height: 12px;
border-radius: 50%;
cursor: ew-resize;
background-color: #fff;
box-sizing: border-box;
margin-top: -5px;
margin-left: auto;
opacity: 1;
border: 2px solid var(--e-global-color-primary);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -12px;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
border-radius: 1em;
background-color: var(--e-global-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 30px;
background: #EDEEF1;
background-color: var(--e-global-color-border);
border: 0;
}
.widget_price_filter .ui-slider-horizontal {
height: 2px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
margin: -3px;
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
padding: 3px;
margin-bottom: 0;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-button-type {
color: var(--e-global-color-accent);
background-color: transparent;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
border: 1px solid var(--e-global-color-accent);
display: block;
padding: 0.5407797364em 0.875em;
font-size: 0.875em;
min-width: 58px;
text-align: center;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-button-type:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #fff;
border-radius: 0;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-button-type:hover {
border-color: var(--e-global-color-primary);
color: var(--e-global-color-accent);
background-color: transparent;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-color-type {
display: block;
position: relative;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-color-type .color-label {
width: 26px;
height: 26px;
margin: 4px;
border-radius: 50%;
display: block;
position: relative;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-color-type .color-label:before {
content: "";
width: 34px;
height: 34px;
position: absolute;
top: -4px;
left: -4px;
background-color: #fff;
border-radius: 50%;
border: 2px solid var(--e-global-color-border);
z-index: -1;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-color-type .color-name {
display: none;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-color-type:hover .color-label:before {
border-color: var(--e-global-color-secondary);
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-image-type {
display: block;
min-width: 90px;
margin-top: 5px;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-image-type img {
margin: auto;
opacity: 0.2;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-image-type .image-count {
display: block;
text-align: center;
color: var(--e-global-color-lighter);
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-image-type .image-name {
display: block;
text-align: center;
margin-top: 10px;
color: var(--e-global-color-secondary);
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yaglo-image-type:hover img {
opacity: 1;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .yaglo-color-type {
padding: 2px;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .yaglo-image-type img {
opacity: 1;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .yaglo-image-type .image-name {
color: var(--e-global-color-primary);
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical {
flex-direction: column;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical li .yaglo-color-type {
display: flex;
align-items: center;
}
.yaglo_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical li .yaglo-color-type .color-name {
margin-left: 10px;
display: inline-flex;
}
.ajax-search .site-header-search .button-search-popup {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
border: none;
width: 100%;
height: unset;
}
.ajax-search .site-header-search i {
font-size: 20px;
font-size: 1.25rem;
line-height: 1;
margin-bottom: 10px;
color: var(--e-global-color-secondary);
}
.ajax-search .site-header-search .content {
font-size: 12px;
font-size: 0.75rem;
line-height: 14px;
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-secondary);
}
.ajax-search .site-header-search:hover i {
color: var(--e-global-color-secondary);
}
.search-by-category {
display: none;
}
.enable-category-yes .search-by-category {
display: block;
}
@media (max-width: 567px) {
.search-by-category {
display: none;
}
}
.search-by-category .input-dropdown-inner {
height: 44px;
line-height: 44px;
width: 215px;
position: relative;
}
.search-by-category .input-dropdown-inner:after {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
background-color: var(--e-global-color-border);
width: 1px;
height: 23px;
}
.search-by-category .input-dropdown-inner > a {
display: block;
padding-right: 25px;
padding-left: 30px;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-secondary);
position: relative;
}
.search-by-category .input-dropdown-inner > a span {
width: 135px;
display: block;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
}
.search-by-category .input-dropdown-inner > a:after {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
font-size: 1.25rem;
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.search-by-category .input-dropdown-inner select.dropdown_product_cat_ajax {
line-height: 44px;
height: 44px;
padding: 0 15px;
font-size: 13px;
font-size: 0.8125rem;
display: none;
border: none;
background-color: transparent;
}
.search-by-category .list-wrapper {
position: absolute;
top: 100%;
left: 1px;
z-index: 300;
display: none;
margin-top: 1px;
height: auto;
background-color: #FFF;
text-align: left;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
}
.search-by-category .list-wrapper .yaglo-scroll-content {
position: relative;
max-height: 255px;
max-width: 215px;
overflow-y: auto;
margin-bottom: 0;
}
.search-by-category ul li {
margin-bottom: 0;
}
.search-by-category ul li a {
display: block;
padding: 5px 25px;
color: var(--e-global-color-secondary);
font-size: 14px;
font-size: 0.875rem;
line-height: 20px;
white-space: nowrap;
}
.search-by-category ul li a:focus, .search-by-category ul li a:hover {
background-color: #F9F9F9;
color: var(--e-global-color-primary);
}
.search-by-category ul li.current-item > a {
background-color: #F4F4F4;
color: var(--e-global-color-secondary);
}
.search-by-category ul .children {
margin-top: 0;
display: none;
}
.search-by-category ul .children > li > a {
padding-left: 15px;
color: var(--e-global-color-lighter);
}
.search-by-category ul .children > li > a:focus, .search-by-category ul .children > li > a:hover {
background-color: #F9F9F9;
color: var(--e-global-color-primary);
}
.search-by-category ul .children .cat-item a span {
color: var(--e-global-color-accent);
}
.search-by-category ul .children .cat-item a:focus, .search-by-category ul .children .cat-item a:hover {
background-color: #F9F9F9;
color: var(--e-global-color-secondary);
} @media (min-width: 768px) {
table.cart {
margin-bottom: 3.7065595576em;
}
}
table.cart .quantity_label {
display: none;
}
table.cart thead {
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
table.cart th {
text-transform: uppercase;
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-primary-font-weight);
}
table.cart td,
table.cart th {
padding: 2em 0 0;
}
table.cart tr td {
text-align: left;
border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
table.cart tr td {
text-align: right;
padding-bottom: 10px;
padding-top: 10px;
}
table.cart tr td:not(:last-child) {
border-style: solid;
border-width: 0 0 1px 0;
}
}
table.cart tr td[data-title]::before {
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-text-font-weight);
}
table.cart tr:first-child td.product-remove {
border-top-width: 0;
}
table.cart td.product-thumbnail img {
margin: auto;
max-width: 90px;
}
table.cart td.product-thumbnail::before {
display: none;
}
@media (max-width: 767px) {
table.cart td.product-thumbnail {
position: absolute;
left: 10px;
top: 15px;
padding: 0;
border: none !important;
}
}
table.cart td.product-remove {
padding: 0;
position: relative;
}
@media (max-width: 767px) {
table.cart td.product-remove {
position: absolute;
top: 18px;
right: 20px;
z-index: 1;
margin-bottom: 0;
padding-bottom: 0;
border: none;
font-size: 11px;
font-size: 0.6875rem;
}
}
table.cart td.product-remove a.remove {
position: absolute;
font-size: 1.41577975em;
top: -8px;
left: -6px;
}
table.cart td.product-remove a.remove::before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-indent: 0;
text-align: center;
}
table.cart td.product-remove a.remove:hover:before, table.cart td.product-remove a.remove:active:before {
color: red;
}
table.cart td.product-name:before {
margin-right: 1em;
}
table.cart td.product-name a {
text-decoration: none !important;
color: var(--e-global-color-secondary);
}
table.cart td.product-name a:hover {
color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
table.cart td.product-name {
text-align: left;
border-width: 0;
padding-right: 30px;
}
table.cart td.product-name:before {
display: none;
}
}
table.cart td.product-price .amount {
color: var(--e-global-color-secondary);
}
table.cart td.product-quantity .qty {
border-width: 1px;
padding: 0.326em;
width: 3.7065595576em;
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-secondary);
}
table.cart td.product-subtotal {
padding-bottom: 1.41577975em;
}
@media (min-width: 768px) {
table.cart td.product-subtotal {
padding-bottom: 2.290779772em;
}
}
table.cart td.product-subtotal .amount {
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-primary-font-weight);
}
table.cart .cart_item {
margin-bottom: 1em;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
table.cart .cart_item {
padding-left: 120px;
position: relative;
display: block;
}
}
table.cart td.actions {
background-color: transparent;
padding-top: 10px;
padding-right: 0;
padding-bottom: 0;
}
@media (min-width: 768px) {
table.cart td.actions {
padding-top: 30px;
padding-bottom: 30px;
}
}
@media (max-width: 767px) {
table.cart td.actions {
display: flex;
flex-direction: column-reverse;
}
}
table.cart td.actions label {
display: none;
}
table.cart td.actions .coupon {
position: relative;
margin-bottom: 1.5em;
text-align: left;
border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
table.cart td.actions .coupon {
padding: 25px 30px 30px;
border-style: solid;
border-width: 2px;
margin-bottom: 0;
margin-top: 1.5em;
}
}
table.cart td.actions .coupon .input-text {
min-width: 220px;
margin-right: 10px;
}
table.cart td.actions .coupon .input-text:focus {
border-color: var(--e-global-color-accent);
}
table.cart td.actions .coupon button[type=submit] {
padding: 17px 35px 18px 34px;
}
@media (max-width: 767px) {
table.cart td.actions .coupon button[type=submit] {
width: 100%;
}
}
@media (max-width: 1024px) {
table.cart td.actions .coupon button[type=submit] {
padding: 15px 25px;
}
}
table.cart td.actions input {
display: block;
width: 100%;
margin: 0.5407797364em 0;
}
table.cart td.actions button[name=update_cart] {
padding: 17px 35px 18px 34px;
}
@media (max-width: 767px) {
table.cart td.actions button[name=update_cart] {
width: 100%;
}
}
@media (max-width: 1024px) {
table.cart td.actions button[name=update_cart] {
padding: 15px 25px;
}
}
.woocommerce-cart-form {
margin-bottom: 0;
}
.woocommerce-cart-form table td {
vertical-align: middle;
}
.cart_totals {
padding: 30px 30px 40px;
position: relative;
border: 6px solid var(--e-global-color-border);
border-radius: 30px;
}
.cart_totals > h2 {
font-size: 28px;
font-size: 1.75rem;
margin-bottom: 15px;
}
.cart_totals table th {
color: var(--e-global-color-secondary);
font-size: 18px;
font-size: 1.125rem;
}
.cart_totals table th, .cart_totals table td {
padding: 1em 0;
}
.cart_totals .cart-subtotal {
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
color: var(--e-global-color-secondary);
font-size: 18px;
font-size: 1.125rem;
}
.cart_totals .cart-subtotal .amount {
color: var(--e-global-color-secondary);
font-size: 18px;
font-size: 1.125rem;
}
.cart_totals .order-total {
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
color: var(--e-global-color-secondary);
}
.cart_totals .order-total th {
vertical-align: middle;
}
.cart_totals .order-total td {
font-size: 18px;
font-size: 1.125rem;
padding: 0.5em 0;
}
.cart_totals .order-total .amount {
color: var(--e-global-color-primary);
font-size: 24px;
font-size: 1.5rem;
}
.cart_totals .checkout-button {
display: flex;
}
.woocommerce-shipping-calculator {
margin: 0;
}
.woocommerce-shipping-calculator > p:first-child {
margin: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
padding-top: 1.41577975em;
}
.woocommerce-shipping-destination {
margin-bottom: 0;
}
ul#shipping_method {
list-style: none;
margin-left: 0;
margin-bottom: 0;
}
ul#shipping_method li {
margin-bottom: 0.2360679726em;
}
ul#shipping_method li:last-child {
margin-bottom: 0;
}
ul#shipping_method input {
margin-right: 0.3342202552em;
}
ul#shipping_method input[type=radio] + label {
margin-left: 0;
color: var(--e-global-color-secondary);
}
ul#shipping_method input[type=radio]:first-child:checked + label:after {
color: var(--e-global-color-primary);
}
.cart-collaterals {
margin-bottom: 30px;
}
.woocommerce-checkout ul#shipping_method {
margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart {
border-color: var(--e-global-color-border);
}
.site-header-cart .widget.widget_shopping_cart {
border-top-color: var(--e-global-color-primary);
}
.woocommerce-cart .site-content {
margin-bottom: 6.8541021569em;
}
.woocommerce-cart .cart-empty {
background-color: transparent;
border: none;
text-align: center;
font-size: 18px;
font-size: 1.125rem;
color: var(--e-global-color-secondary);
}
.woocommerce-cart .cart-empty:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 164px;
color: var(--e-global-color-lighter);
display: block;
margin-bottom: 50px;
}
.woocommerce-cart .return-to-shop {
text-align: center;
}
.woocommerce-cart .return-to-shop a {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 0.875rem 1.875rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0 30px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #FFFFFF;
text-align: center;
justify-content: center;
}
.woocommerce-cart .return-to-shop a:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
color: #FFFFFF;
border-radius: 0;
}
.cross-sells h2 {
margin-bottom: 30px;
font-size: 28px;
font-size: 1.75rem;
}
.cross-sells .slick-list li.product {
max-width: 100% !important;
flex: 0 0 100% !important;
}
.cross-sells .slick-slider .slick-dots {
bottom: -30px;
} .checkout_coupon {
margin-bottom: 2.6180340252em;
display: grid;
max-width: 622px;
}
.checkout_coupon p:first-child {
grid-column: 1/span 2;
}
.checkout_coupon .form-row-first {
margin-right: 0;
width: 100%;
}
.checkout_coupon .form-row-last {
width: unset;
float: left;
}
.checkout_coupon .input-text {
width: 100%;
}
.checkout_coupon .input-text:focus {
border-color: var(--e-global-color-accent);
}
.checkout_coupon button[type=submit] {
margin-left: 20px;
}
form.checkout {
position: static !important; }
form.checkout::before, form.checkout::after {
content: "";
display: table;
}
form.checkout::after {
clear: both;
}
form.checkout > .blockUI {
position: fixed !important; }
form.checkout h3 {
font-size: 28px;
font-size: 1.75rem;
}
#order_review {
padding: 30px 30px 40px;
position: relative;
border-radius: 5px;
border: 6px solid var(--e-global-color-border);
}
#order_review #order_review_heading {
font-size: 28px;
font-size: 1.75rem;
}
#order_review table {
margin-bottom: 0;
}
#order_review table td, #order_review table th {
padding: 1em 0;
}
#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td {
border: none;
}
#order_review .woocommerce-checkout-review-order-table th {
color: var(--e-global-color-secondary);
font-size: 18px;
font-size: 1.125rem;
font-weight: var(--e-global-typography-primary-font-weight);
}
#order_review .woocommerce-checkout-review-order-table th.product-total {
text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td {
text-align: right;
vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table td.product-name {
text-align: left;
}
#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
#order_review .woocommerce-checkout-review-order-table .cart-subtotal .amount {
color: var(--e-global-color-secondary);
}
#order_review .woocommerce-checkout-review-order-table .order-total th {
vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table .order-total .amount {
font-size: 24px;
font-size: 1.5rem;
color: var(--e-global-color-primary);
font-weight: var(--e-global-typography-primary-font-weight);
}
#payment::before, #payment::after {
content: "";
display: table;
}
#payment::after {
clear: both;
}
#payment .create-account {
clear: both;
}
#payment .payment_methods {
margin: 0;
padding: 0;
}
#payment .payment_methods > .woocommerce-PaymentMethod,
#payment .payment_methods > .wc_payment_method {
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
display: block;
padding: 1em 0;
cursor: pointer;
font-size: 16px;
font-size: 1rem;
margin-left: 0;
}
#payment .payment_methods li {
list-style: none !important;
margin-left: 0;
position: relative;
}
#payment .payment_methods li img {
float: right;
border: 0;
padding: 0;
max-height: 1.618034em;
}
#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
color: var(--e-global-color-primary);
}
#payment .payment_methods li > label {
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-secondary);
}
#payment .payment_methods li p {
margin: 0;
}
#payment .payment_methods li .payment_box {
padding: 1em 1.618034em 2em;
font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset {
border: 0;
margin: 0;
padding: 1em 0 0;
font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
width: auto;
margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
width: 75%;
float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
padding-top: 1em;
margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
margin-top: 0.6180339845em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
margin-right: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
font-size: 1.41577975em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
background-repeat: no-repeat;
background-position: right 0.6180339845em center;
background-size: 31px 20px;
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/credit-cards/unknown.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/credit-cards/visa.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/credit-cards/mastercard.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/credit-cards/laser.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/credit-cards/diners.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/credit-cards/maestro.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/credit-cards/jcb.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/credit-cards/amex.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//www.neusmartinezfisioterapia.com/wp-content/themes/assets/images/credit-cards/discover.svg);
}
#payment .terms {
width: 100%;
clear: both;
float: none;
margin-bottom: 1em;
}
#payment .terms label {
display: block;
cursor: pointer;
}
#payment .woocommerce-terms-and-conditions {
padding: 1em;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
margin-bottom: 16px;
background-color: rgba(0, 0, 0, 0.05);
}
#payment .place-order {
margin-top: 1.618034em;
margin-bottom: 0;
float: none;
width: 100%;
}
#payment .place-order .button {
width: 100%;
white-space: pre-wrap;
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
#payment .place-order .button:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
}
table.woocommerce-checkout-review-order-table .product-name {
width: 45%;
word-wrap: break-word;
}
table.woocommerce-checkout-review-order-table .product-quantity {
font-weight: var(--e-global-typography-text-font-weight);
}
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
color: var(--e-global-color-text);
}
table.woocommerce-checkout-review-order-table .variation dt {
font-weight: var(--e-global-typography-text-font-weight);
}
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
display: none;
}
.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=number], .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=url], .woocommerce-checkout input[type=password], .woocommerce-checkout input[type=search], .woocommerce-checkout textarea, .woocommerce-checkout .input-text {
border-color: var(--e-global-color-border);
}
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single {
border-color: var(--e-global-color-border);
}
.woocommerce-checkout .woocommerce form.woocommerce-form-login {
margin-left: 0;
margin-top: 30px;
max-width: 505px;
}
.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-last,
.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-first {
width: 100%;
margin-right: 0;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid var(--e-global-color-border);
}
.woocommerce-checkout .select2-dropdown {
border: 1px solid var(--e-global-color-border);
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
padding: 0;
border: 0;
background-color: transparent;
color: var(--e-global-color-text);
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
color: var(--e-global-color-primary);
}
.woocommerce-form-login-toggle .woocommerce-info {
margin-bottom: 10px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
color: #0f834d;
background-color: #f8f8f8;
font-size: 24px;
font-size: 1.5rem;
font-weight: var(--e-global-typography-primary-font-weight);
text-align: center;
padding: 2.290779772em 1.41577975em;
}
.woocommerce-order .woocommerce-order-details__title {
text-align: center;
text-transform: uppercase;
font-size: 1.618034em;
}
.woocommerce-order .woocommerce-customer-details h2 {
font-size: 1.618034em;
}
@media (min-width: 768px) {
.woocommerce-order ul.order_details {
display: flex;
justify-content: center;
max-width: 100%;
}
.woocommerce-order ul.order_details li {
padding-top: 0;
padding-bottom: 0;
}
.woocommerce-order ul.order_details li:first-child {
padding-top: 0;
}
.woocommerce-order ul.order_details li:last-child {
padding-bottom: 0;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li {
width: 20%;
margin: 0 !important;
}
}
.woocommerce-order .woocommerce-table--order-details {
max-width: 900px;
margin: 1.41577975em auto 5.9973393873em;
}
.woocommerce-order .woocommerce-table--order-details th {
color: var(--e-global-color-secondary);
}
.woocommerce-order .woocommerce-table--order-details tr td:last-child,
.woocommerce-order .woocommerce-table--order-details tr th:last-child {
text-align: right;
}
.woocommerce-order .woocommerce-table--order-details td,
.woocommerce-order .woocommerce-table--order-details th {
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
padding-left: 0;
padding-right: 0;
}
.woocommerce-order .woocommerce-table--order-details thead td,
.woocommerce-order .woocommerce-table--order-details thead th {
border-top: 0;
border-bottom: 2px solid;
border-bottom-color: var(--e-global-color-border);
}
.woocommerce-order .woocommerce-table--order-details .product-name a {
color: var(--e-global-color-text);
}
.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
color: var(--e-global-color-primary);
}
.woocommerce-order .woocommerce-table--order-details tfoot {
color: var(--e-global-color-secondary);
}
.woocommerce-order .woocommerce-table--order-details tfoot .amount {
font-weight: var(--e-global-typography-primary-font-weight);
}
.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount {
font-weight: var(--e-global-typography-primary-font-weight);
font-size: 1.618034em;
color: var(--e-global-color-primary);
}
form.woocommerce-form-track-order label {
font-size: 20px;
font-size: 1.25rem;
display: block;
color: var(--e-global-color-secondary);
margin-bottom: 10px;
}
form.woocommerce-form-track-order input, form.woocommerce-form-track-order button {
width: 100%;
margin-bottom: 30px;
}
@media (min-width: 1024px) {
form.woocommerce-form-track-order button {
margin-top: 42px;
}
} #woosq-popup .product .summary {
background-color: #fff;
}
#woosq-popup .product .summary .summary-content form.cart .woosw-btn.woosw-added:before {
color: red;
}
#woosq-popup .product .summary .summary-content form.cart .woosc-btn {
margin-right: 0;
}
#woosq-popup .product .slick-track {
max-height: unset;
}
#woosq-popup .product .slick-slider {
overflow: unset !important;
}
#woosq-popup .product .slick-slider .slick-arrow {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid;
box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
border-color: var(--e-global-color-border);
border-radius: 50%;
background-color: #ffffff;
visibility: hidden;
opacity: 0;
letter-spacing: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#woosq-popup .product .slick-slider .slick-arrow:hover {
background-color: #ffffff;
border-color: var(--e-global-color-primary);
}
#woosq-popup .product .slick-slider .slick-arrow:hover:before {
color: var(--e-global-color-primary);
}
#woosq-popup .product .slick-slider .slick-arrow:before {
line-height: 1;
color: var(--e-global-color-secondary);
background-color: transparent;
}
#woosq-popup .product .slick-slider .slick-arrow.slick-next {
right: 10px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
#woosq-popup .product .slick-slider .slick-arrow.slick-prev {
left: 10px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#woosq-popup .product .slick-slider:hover .slick-arrow.slick-prev, #woosq-popup .product .slick-slider:hover .slick-arrow.slick-next {
opacity: 1;
visibility: visible;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
#woosq-popup .product .slick-slider .slick-dots {
display: none !important;
}
#woosq-popup .single-product div.product .woocommerce-product-rating {
margin-bottom: 10px;
}
#woosq-popup .single-product div.product .product_meta {
border-top: none;
padding-top: 0;
margin-top: 0;
}
#woosq-popup .single-product div.product form.cart .quantity {
width: auto;
}
.mfp-woosq .mfp-close:hover {
border: none;
} .woocommerce-password-strength {
font-weight: var(--e-global-typography-primary-font-weight);
padding: 0.5407797364em 0;
text-align: right;
font-size: 0.875em;
}
.woocommerce-password-strength.strong {
color: #0f834d;
}
.woocommerce-password-strength.short {
color: #e2401c;
}
.woocommerce-password-strength.bad {
color: #e2401c;
}
.woocommerce-password-strength.good {
color: #3d9cd2;
} label.inline {
display: inline !important;
margin-left: 1em;
}
.woocommerce-MyAccount-navigation ul {
margin-left: 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.woocommerce-MyAccount-navigation ul li {
list-style: none;
border-bottom: 1px dashed;
border-bottom-color: var(--e-global-color-border);
position: relative;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
text-decoration: none;
padding: 0.875em 0;
display: block;
color: var(--e-global-color-secondary);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
color: var(--e-global-color-primary);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
color: var(--e-global-color-primary);
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a::before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
ul.order_details {
list-style: none;
position: relative;
max-width: 900px;
margin: 0 auto 1.618034em;
}
ul.order_details::before, ul.order_details::after {
content: "";
display: table;
}
ul.order_details::after {
clear: both;
}
ul.order_details li {
padding: 1em 1.618034em;
text-align: center;
border-color: var(--e-global-color-border);
}
ul.order_details li:first-child {
padding-top: 1.618034em;
border: 0;
}
ul.order_details li:last-child {
padding-bottom: 1.618034em;
}
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
content: "";
display: table;
}
ul.order_details li:last-child::after {
clear: both;
}
ul.order_details li strong {
display: block;
text-transform: none;
color: var(--e-global-color-secondary);
}
.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
padding: 0.6180339845em 0.875em;
font-size: 0.875em;
margin-right: 0.236em;
}
.woocommerce-MyAccount-content h2 {
font-size: 2em;
font-weight: var(--e-global-typography-primary-font-weight);
}
.woocommerce-MyAccount-content #payment .payment_methods {
margin-bottom: 1.618034em !important;
} .woocommerce-MyAccount-content .woocommerce-Pagination {
text-align: center;
}
.woocommerce-MyAccount-content table th {
color: var(--e-global-color-secondary);
}
.woocommerce-MyAccount-content table thead th {
background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-content table tr:nth-of-type(even) {
background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-content .order_details a:not(.button) {
color: var(--e-global-color-secondary);
}
.woocommerce-MyAccount-content .order_details a:not(.button):hover {
text-decoration: underline;
}
.woocommerce-MyAccount-content .order_details .product-quantity {
color: var(--e-global-color-lighter);
}
.woocommerce-MyAccount-content .order_details .product-total .amount {
font-weight: var(--e-global-typography-primary-font-weight);
}
.woocommerce-MyAccount-content .order_details tfoot .amount {
font-weight: var(--e-global-typography-primary-font-weight);
font-size: 1.41577975em;
color: var(--e-global-color-secondary);
}
.woocommerce-MyAccount-content .order-again {
margin-bottom: 3.7065595576em;
}
.register-from-title,
.login-form-title {
font-size: 28px;
font-size: 1.75rem;
margin-bottom: 40px;
}
.login-form-col {
border: none;
}
form.woocommerce-form-register {
max-width: 440px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
form.woocommerce-form-register {
margin-right: 0;
margin-left: 0;
}
}
form.woocommerce-form-register button[type=submit] {
display: block;
width: 100%;
}
form.woocommerce-form-register .form-row-wide {
margin-bottom: 32px;
}
form.woocommerce-form-register .form-row label {
line-height: 28px;
margin-bottom: 5px;
}
form.woocommerce-form-register .woocommerce-privacy-policy-text {
margin-bottom: 30px;
}
form.woocommerce-form-login {
max-width: 440px;
}
@media (min-width: 768px) {
.col2-set#customer_login form.woocommerce-form-login {
margin-right: 0;
}
}
form.woocommerce-form-login .woocommerce-form-login-wrap {
margin-bottom: 30px;
}
form.woocommerce-form-login button[type=submit] {
display: block;
width: 100%;
}
form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
float: left;
}
form.woocommerce-form-login .woocommerce-LostPassword {
float: right;
margin-bottom: 35px;
}
form.woocommerce-form-login .woocommerce-LostPassword a {
color: var(--e-global-color-text);
text-decoration: underline;
text-decoration-style: dotted;
}
form.woocommerce-form-login .woocommerce-LostPassword a:hover {
color: var(--e-global-color-primary);
}
form.woocommerce-form-login .form-row label {
line-height: 28px;
margin-bottom: 5px;
}
.woocommerce,
.woocommerce-page { }
.woocommerce form .password-input,
.woocommerce-page form .password-input {
display: flex;
flex-direction: column;
justify-content: center;
position: relative; }
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
display: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
background-color: transparent;
border-radius: 0;
border: 0;
color: var(--e-global-color-text, #000);
cursor: pointer;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
position: absolute;
right: 0.7em;
text-decoration: none;
top: 50%;
transform: translateY(-50%);
-moz-osx-font-smoothing: inherit;
-webkit-appearance: none;
-webkit-font-smoothing: inherit;
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
}
.woocommerce form .show-password-input:before,
.woocommerce-page form .show-password-input:before {
content: "";
}
.woocommerce form .show-password-input:before,
.woocommerce-page form .show-password-input:before {
margin-left: 0; margin-top: -2px; vertical-align: middle;
display: inline-block;
}
.woocommerce form .show-password-input.display-password:before,
.woocommerce-page form .show-password-input.display-password:before {
color: var(--e-global-color-lighter, #000);
}
@media (min-width: 768px) {
ul.order_details {
margin: 3.7065595576em auto;
}
ul.order_details li {
width: 22.5806451613%;
float: left;
margin-right: 3.2258064516%;
border-left-style: solid;
border-left-width: 1px;
}
ul.order_details li:first-child {
border: 0;
}
ul.order_details li:last-child {
float: right;
margin-right: 0;
}
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
content: "";
display: table;
}
ul.order_details li:last-child::after {
clear: both;
}
.demo_store {
bottom: 0;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
background: rgba(0, 0, 0, 0.1);
float: right;
display: inline-block;
margin: -1em -1.41575em -1em 0;
padding: 1em 1.41577975em;
} table.shop_table_responsive thead {
display: table-header-group;
}
table.shop_table_responsive tbody th {
display: table-cell;
}
table.shop_table_responsive tr td {
display: table-cell;
}
table.shop_table_responsive tr td::before {
display: none;
}
table.shop_table_responsive tr.woocommerce-shipping-totals td {
width: 60%;
} .site-header-cart {
position: relative;
}
.site-header-cart .cart-contents {
display: flex;
position: relative;
text-indent: 0;
}
.site-header-cart .widget_shopping_cart {
position: absolute;
margin-top: 20px;
top: 100%;
width: 320px;
z-index: 999999;
right: -999em;
display: block;
border-width: 2px;
border-style: solid;
}
.site-header-cart .widget_shopping_cart:before {
content: "";
display: block;
position: absolute;
top: -20px;
left: 0;
right: 0;
height: 20px;
}
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
display: none;
left: 0;
}
.site-header-cart .widget_shopping_cart h2.widgettitle {
display: none;
}
.site-header-cart .widget_shopping_cart .product_list_widget {
height: 0;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
text-align: left;
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
right: 0;
display: block;
}
.site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
height: auto;
}
.site-search {
display: block;
}
.site-search form {
margin: 0;
}
.checkout_coupon {
grid-template-columns: 53.6231884058% auto;
} ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
clear: none;
} .single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after {
content: "";
display: table;
}
.single-product div.product .images .thumbnails::after {
clear: both;
}
.single-product div.product .images .thumbnails a.zoom {
width: 22.5806451613%;
float: left;
margin-right: 3.2258064516%;
}
.single-product div.product .images .thumbnails a.zoom.last {
float: right;
margin-right: 0;
}
.single-product div.product .woocommerce-tabs {
clear: both;
}
.single-product.yaglo-sidebar-left div.product .woocommerce-product-gallery, .single-product.yaglo-sidebar-right div.product .woocommerce-product-gallery {
width: calc(52% - 30px);
}
.single-product.yaglo-sidebar-left div.product .summary, .single-product.yaglo-sidebar-right div.product .summary {
float: right;
width: 48%;
}
.single-product #reviews .comment-form-author,
.single-product #reviews .comment-form-email {
flex: 50%;
max-width: 50%;
}
.single-product #reviews .comment-form-email {
margin-right: 0;
}
#reviews .comment-form-email {
margin-right: 0;
} .yaglo-full-width-content.woocommerce-cart .entry-header, .yaglo-full-width-content.woocommerce-checkout .entry-header, .yaglo-full-width-content.woocommerce-account .entry-header {
text-align: center;
padding: 0 0 5.9973393873em;
}
.yaglo-full-width-content.woocommerce-cart .entry-header h1:last-child, .yaglo-full-width-content.woocommerce-checkout .entry-header h1:last-child, .yaglo-full-width-content.woocommerce-account .entry-header h1:last-child {
margin-bottom: 0;
}
.yaglo-full-width-content .woocommerce-products-header {
text-align: center;
}
.woocommerce .page-description {
margin-bottom: 1.618034em;
}
.yaglo-sorting select {
width: auto;
}
.yaglo-sorting .woocommerce-pagination + .woocommerce-result-count {
margin-right: auto;
margin-left: 0;
} .woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
width: 100%;
float: right;
margin-right: 0;
}
.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
border-bottom: 0;
padding-bottom: 0;
}
table.cart th,
table.cart td {
padding: 1.618034em 1.618034em 1.618034em 0;
}
table.cart .qty {
padding: 0.875em;
max-width: 3.632em;
}
table.cart td.product-remove {
display: table-cell;
padding: 1.618034em 1.618034em 1.618034em 0;
border: 0;
width: 5%;
}
table.cart td.product-remove a.remove {
float: none;
position: relative;
top: auto;
right: auto;
font-size: 1em;
}
table.cart td.product-thumbnail {
width: 17%;
}
table.cart td.product-name {
width: 30%;
}
table.cart td.product-price {
width: 16%;
}
table.cart td.product-subtotal {
padding: 1.618034em 1.618034em 1.618034em 0;
width: 16%;
}
table.cart .quantity .qty {
padding: 0.6180339845em;
}
table.cart td.actions {
text-align: right;
}
table.cart td.actions label {
display: none;
}
table.cart td.actions .coupon {
display: flex;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
float: left;
width: 60%;
}
table.cart td.actions input {
display: inline-block;
width: auto;
margin: 0;
}
.cart-collaterals::before, .cart-collaterals::after {
content: "";
display: table;
}
.cart-collaterals::after {
clear: both;
}
.cart-collaterals .cross-sells {
width: 42.0289855072%;
float: left;
margin-right: 4.347826087%;
}
.cart-collaterals .shipping_calculator {
width: 53.6231884058%;
float: right;
margin-right: 0;
margin: 0;
clear: right;
}
.cart-collaterals .cart_totals small.includes_tax {
display: block;
}
.cart-collaterals .shipping_calculator {
clear: right;
} table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button {
display: none;
} #ship-to-different-address {
position: relative;
}
#ship-to-different-address .woocommerce-form__input-checkbox {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
margin-right: 0;
}
.col2-set {
width: 53.6231884058%;
float: left;
margin-right: 4.347826087%;
}
.col2-set .form-row-first {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%;
}
.col2-set .form-row-last {
width: 48.3870967742%;
float: right;
margin-right: 0;
}
.col2-set .col-1,
.col2-set .col-2 {
margin-bottom: 1.618034em;
}
.col2-set + #customer_details {
display: none;
}
.col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after {
content: "";
display: table;
}
.col2-set .woocommerce-billing-fields::after {
clear: both;
}
.col2-set.addresses {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
}
.col2-set.addresses .col-1 {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%;
}
.col2-set.addresses .col-2 {
width: 47.8260869565%;
float: right;
margin-right: 0;
}
#customer_details + #wc_checkout_add_ons {
width: 42.0289855072%;
float: right;
margin-right: 0;
}
#wc_checkout_add_ons input[type=radio] {
float: left;
margin-right: 0.5407797364em;
clear: left;
margin-top: 0.35em;
}
#order_review {
width: 42.0289855072%;
float: right;
margin-right: 0;
clear: right;
}
#order_review {
transition: box-shadow ease 0.4s;
}
.woocommerce-order-pay #order_review {
width: 100%;
float: none;
}
.woocommerce-order-pay #order_review #payment h3 {
padding-left: 1em;
padding-top: 1em;
}
.woocommerce-order-pay #order_review #payment .form-row {
padding: 1em;
}
.woocommerce-order-pay #order_review .payment_methods + .form-row {
padding: 1em;
}
.woocommerce-order-pay #order_review .button#place_order {
display: block;
width: 100%;
font-size: 1.41577975em;
} table + .addresses {
margin-top: 1.618034em;
}
.col2-set#customer_login {
width: 100%;
margin: 0;
}
.col2-set#customer_login .col-1 {
width: 50%;
float: left;
padding-right: 5%;
}
.col2-set#customer_login .col-2 {
width: 50%;
float: right;
padding-left: 5%;
}
.col2-set.addresses {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
}
.col2-set.addresses .col-1 {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%;
}
.col2-set.addresses .col-2 {
width: 48.3870967742%;
float: right;
margin-right: 0;
}
.woocommerce-MyAccount-navigation {
width: 27.2727272727%;
float: left;
margin-right: 3.8961038961%;
}
.woocommerce-MyAccount-content {
width: 68.8311688312%;
float: right;
margin-right: 0;
}
.addresses header.title::before, .addresses header.title::after {
content: "";
display: table;
}
.addresses header.title::after {
clear: both;
}
.addresses header.title a {
float: right;
}
.addresses header.title h3 {
float: left;
} .form-row-first {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%;
clear: both;
}
.form-row-last {
width: 48.3870967742%;
float: right;
margin-right: 0;
}  .yaglo-sticky-add-to-cart {
display: block;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 99998;
transform: translate3d(0, 100%, 0);
padding: 10px 1em;
overflow: hidden;
zoom: 1;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
animation-duration: 0.5s;
animation-fill-mode: both;
background-color: #fff;
}
.yaglo-sticky-add-to-cart--slideInDown {
animation-name: slideInDown1;
}
.yaglo-sticky-add-to-cart--slideOutUp {
animation-name: slideOutUp;
}
.yaglo-sticky-add-to-cart__content {
display: flex;
align-items: center;
justify-content: center;
}
.yaglo-sticky-add-to-cart__content-title {
display: block;
}
.yaglo-sticky-add-to-cart__content-price {
margin-right: 0.875em;
}
.yaglo-sticky-add-to-cart__content-button {
margin-left: auto;
}
.yaglo-sticky-add-to-cart img {
max-width: 60px;
margin: 0 1em 0 0;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.yaglo-sticky-add-to-cart .star-rating {
display: inline-block;
margin: 0;
vertical-align: sub;
}
#yith-quick-view-modal.open .product-title {
margin-top: -0.2333em;
font-size: 30px;
font-size: 1.875rem;
}
#yith-quick-view-close {
top: 10px;
right: 10px;
text-indent: -9999px;
}
}
@media (min-width: 768px) and (max-width: 900px) {
body:not(.page-template-template-fullwidth-php) table.cart td,
body:not(.page-template-template-fullwidth-php) table.cart th {
padding: 1em;
}
}
@media (min-width: 911px) {
.woocommerce-cart-form,
.woocommerce-cart .cross-sells {
width: 65.5913978495%;
float: left;
margin-right: 3.2258064516%;
}
.cart-collaterals {
width: 31.1827956989%;
float: right;
margin-right: 0;
}
}
.elementor-element.elementor-products-grid .woocommerce ul.products li.product {
width: 100%;
max-width: 100%;
flex: 0 0 100%;
}
@media (max-width: 1366px) {
.yaglo-product-laptop-1 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.yaglo-product-laptop-2 ul.products li.product {
flex: 0 0 50%;
max-width: 50%;
}
.yaglo-product-laptop-3 ul.products li.product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.yaglo-product-laptop-4 ul.products li.product {
flex: 0 0 25%;
max-width: 25%;
}
.yaglo-product-laptop-5 ul.products li.product {
flex: 0 0 20%;
max-width: 20%;
}
.yaglo-product-laptop-6 ul.products li.product {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
}
@media (max-width: 1024px) {
.yaglo-product-tablet-1 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.yaglo-product-tablet-2 ul.products li.product {
flex: 0 0 50%;
max-width: 50%;
}
.yaglo-product-tablet-3 ul.products li.product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.yaglo-product-tablet-4 ul.products li.product {
flex: 0 0 25%;
max-width: 25%;
}
.yaglo-product-tablet-5 ul.products li.product {
flex: 0 0 20%;
max-width: 20%;
}
.yaglo-product-tablet-6 ul.products li.product {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
}
@media (max-width: 768px) {
.yaglo-product-mobile-1 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.yaglo-product-mobile-2 ul.products li.product {
flex: 0 0 50%;
max-width: 50%;
}
.yaglo-product-mobile-3 ul.products li.product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.yaglo-product-mobile-4 ul.products li.product {
flex: 0 0 25%;
max-width: 25%;
}
.yaglo-product-mobile-5 ul.products li.product {
flex: 0 0 20%;
max-width: 20%;
}
.yaglo-product-mobile-6 ul.products li.product {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
}
@media (max-width: 300px) {
.yaglo-product-mobile-1 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.yaglo-product-mobile-2 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.yaglo-product-mobile-3 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.yaglo-product-mobile-4 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.yaglo-product-mobile-5 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.yaglo-product-mobile-6 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
padding: 15px;
border: 1px solid var(--e-global-color-border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
color: #43454b;
text-transform: none;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 16px;
font-size: 1rem;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover {
color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
min-width: 150px;
width: auto;
}
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .tr-additional td {
vertical-align: top;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
max-width: 150px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
padding: 15px;
border: 1px solid var(--e-global-color-border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
font-weight: var(--e-global-typography-primary-font-weight);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes {
table-layout: auto !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
border: none !important;
background: none !important;
padding: 10px !important;
}
@media (max-width: 768px) {
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td {
padding-top: 0 !important;
display: block;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
display: block;
padding-bottom: 0 !important;
}
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del {
text-decoration: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .amount {
text-decoration: line-through;
color: var(--e-global-color-lighter);
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--e-global-typography-primary-font-weight);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .amount {
color: var(--e-global-color-primary);
font-size: 16px;
font-size: 1rem;
font-weight: var(--e-global-typography-primary-font-weight);
}
.woosc-area-open-table table.woosc_table tbody tr td a.button {
background-color: var(--e-global-color-accent);
padding: 10px 20px;
}
.woosc-area-open-table table.woosc_table tbody tr td a.button:before {
font-size: 16px;
font-size: 1rem;
margin: -5px 8px 0 0;
}
.woosc-area-open-table table.woosc_table tbody tr td a.button:hover {
background-color: var(--e-global-color-primary);
}
ul.products-list {
margin-left: 0;
list-style: none;
--grid-row-gap: 0;
}
ul.products-list li.product-list {
position: relative;
padding: 0;
margin-bottom: 30px;
}
ul.products-list li.product-list:first-child {
padding-top: 0;
}
ul.products-list li.product-list:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: unset;
}
.product-block-list {
border-radius: 0 30px 0 30px;
overflow: hidden;
flex-wrap: wrap;
display: flex;
}
@media (min-width: 768px) {
.product-block-list {
flex-wrap: nowrap;
}
}
.product-block-list .woocommerce-loop-product__title,
.product-block-list .wc-block-grid__product-title {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 1.15em;
}
.product-block-list .product-transition {
width: 100%;
position: relative;
overflow: hidden;
border-radius: 0;
}
@media (min-width: 768px) {
.product-block-list .product-transition {
max-width: calc(100% - 360px);
margin: 0;
width: 300px;
}
}
.product-block-list .product-transition img {
position: relative;
z-index: 2;
width: 100%;
object-fit: cover;
}
.has-mega-menu .product-block-list .product-transition {
width: 100%;
margin-bottom: 10px;
}
.product-block-list .group-action {
top: 20px;
bottom: auto;
right: 20px;
left: auto;
}
.product-block-list .product-caption {
padding: 30px 15px;
flex: 1;
position: relative;
border-radius: 0 0 0 30px;
border: 1px solid var(--e-global-color-border);
border-top-width: 0;
align-items: self-start;
margin-bottom: 0;
}
@media (min-width: 768px) {
.product-block-list .product-caption {
border-left-width: 0;
border-top-width: 1px;
border-radius: 0 30px 0 0;
padding: 30px;
max-width: calc(100% - 300px);
}
}
.product-block-list .product-caption .count-review {
margin-top: 0;
}
.has-mega-menu .product-block-list .product-caption {
max-width: 100%;
}
.product-block-list .product-caption .cart {
display: flex;
align-items: center;
margin-bottom: 0;
}
.product-block-list .product-caption .add_to_cart {
display: inline-flex;
visibility: visible;
opacity: 1;
position: relative;
}
.product-block-list .product-caption button[class*=product_type_],
.product-block-list .product-caption a[class*=product_type_] {
display: inline-flex;
align-items: center;
position: relative;
}
.product-block-list .product-caption button[class*=product_type_] span,
.product-block-list .product-caption a[class*=product_type_] span {
order: -1;
}
.product-block-list .product-caption button[class*=product_type_]:before,
.product-block-list .product-caption a[class*=product_type_]:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 16px;
font-size: 1rem;
margin-left: 5px;
}
.product-block-list .product-caption button[class*=product_type_].loading:after,
.product-block-list .product-caption a[class*=product_type_].loading:after {
line-height: 12px;
content: "";
animation: fa-spin 0.75s linear infinite;
}
.product-block-list .product-caption button[class*=product_type_]:hover,
.product-block-list .product-caption a[class*=product_type_]:hover {
border-radius: 0;
}
.product-block-list .product-caption .woosq-btn,
.product-block-list .product-caption .woosc-btn,
.product-block-list .product-caption .woosw-btn {
padding: 0;
transition: all ease 0.3s;
width: 45px;
height: 45px;
color: var(--e-global-color-secondary);
background-color: #E8FAF9;
border-radius: 8px;
margin: 0 3px;
position: relative;
font-size: 0px;
font-size: 0rem;
vertical-align: middle;
border: none;
}
.product-block-list .product-caption .woosq-btn:before,
.product-block-list .product-caption .woosc-btn:before,
.product-block-list .product-caption .woosw-btn:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
font-size: 16px;
font-size: 1rem;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
border-radius: 50%;
top: 0;
left: 0;
margin: 0;
}
.product-block-list .product-caption .woosq-btn:hover, .product-block-list .product-caption .woosq-btn:focus, .product-block-list .product-caption .woosq-btn:active,
.product-block-list .product-caption .woosc-btn:hover,
.product-block-list .product-caption .woosc-btn:focus,
.product-block-list .product-caption .woosc-btn:active,
.product-block-list .product-caption .woosw-btn:hover,
.product-block-list .product-caption .woosw-btn:focus,
.product-block-list .product-caption .woosw-btn:active {
color: #ffffff;
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.product-block-list .product-caption .woosw-btn:before {
content: "";
}
.product-block-list .product-caption .woosw-btn.woosw-adding::after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "" !important;
animation: fa-spin 0.75s linear infinite;
height: 20px;
width: 20px;
line-height: 20px;
font-size: 16px;
font-size: 1rem;
position: absolute;
top: 50%;
left: 50%;
margin-left: -10px;
margin-top: -10px;
display: block;
transform: translate(0);
}
.product-block-list .product-caption .woosw-btn.woosw-adding:before {
opacity: 0;
}
.product-block-list .product-caption .woosw-btn.woosw-added:hover {
color: #fff;
}
.product-block-list .product-caption .woosc-btn:before {
content: "";
}
.product-block-list .product-caption .woosq-btn:before {
content: "";
}
.product-block-list .count-review {
margin-bottom: 0.6em;
}
.product-block-list .short-description {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 1.9em;
}
.has-mega-menu .product-block-list .short-description {
display: none;
}
.product-block-list .short-description p {
margin-bottom: 0;
}
.product-block-list .woocommerce-loop-product__title {
font-size: 22px;
font-size: 1.375rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 0.6em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.product-block-list .woocommerce-loop-product__title a {
color: var(--e-global-color-secondary);
}
.product-block-list .woocommerce-loop-product__title a:hover {
color: var(--e-global-color-primary);
}
.product-block-list .posted-in {
margin-bottom: 0.75rem;
}
.product-block-list .price {
margin-bottom: 0.4em;
font-size: 16px;
font-size: 1rem;
}
.product-block-list .product-input-quantity {
display: flex;
align-items: center;
margin-right: 20px;
}
.product-block-list .product-unit {
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-lighter);
margin-left: 15px;
}
.product-block-list .product-unit .value {
color: var(--e-global-color-secondary);
}
.product-block-list .added_to_cart {
display: none;
}
.product-block-list .add_to_cart_tooltips {
display: inline-block;
}
.product-block-list .product-caption-bottom {
display: flex;
flex-wrap: wrap;
align-items: center;
position: static;
}
.product-block-list .product-caption-bottom > * {
margin-bottom: 5px;
}
.product-block-list .label-wrapper {
z-index: 9;
}
.product-block-list .inventory_status {
margin-bottom: 26px;
}
.product-block-list:hover .group-action {
opacity: 1;
visibility: visible;
}
.wcml-dropdown {
width: 100%;
}
.wcml-dropdown li,
.wcml-dropdown .wcml-cs-submenu li {
border-color: var(--e-global-color-border);
}
.wcml-dropdown .wcml-cs-submenu {
border-top: 0;
}
.wcml-dropdown a {
padding: 1em 1.41577975em;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
right: 1em;
}
.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
font-weight: bold;
color: var(--e-global-color-secondary);
cursor: default;
} .woosw-area .woosw-inner .woosw-content {
max-width: 570px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
min-width: 400px;
}
@media (max-width: 640px) {
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td {
padding: 5px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td.woosw-content-item--image {
width: 80px;
}
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a {
text-transform: capitalize;
font-size: 12px;
font-size: 0.75rem;
text-align: center;
padding: 10px;
border-radius: 5px;
border: none;
background-color: var(--e-global-color-primary);
color: #ffffff;
white-space: nowrap;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a:hover {
color: #ffffff;
background-color: var(--e-global-color-primary);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--title a {
font-weight: 400 !important;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-lighter);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del {
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-lighter);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price ins {
order: -1;
color: var(--e-global-color-text);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del + ins {
margin-right: 0.327em;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
text-decoration: underline;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
text-decoration: underline;
}
.woosw-list .woosw-content-item--price {
display: flex;
flex-wrap: wrap;
align-items: center;
color: var(--e-global-color-secondary);
font-size: 14px;
font-size: 0.875rem;
}
.woosw-list .woosw-content-item--price del {
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-lighter);
}
.woosw-list .woosw-content-item--price ins {
order: -1;
}
.woosw-list .woosw-content-item--price del + ins {
margin-right: 0.327em;
}
.woosw-list .woosw-content-item--title a {
font-size: 16px;
font-size: 1rem;
font-weight: 400 !important;
}
.woosw-list .woosw-content-item .woosw-content-item--actions .woosw-content-item--add p > a.button {
font-size: 11px;
font-size: 0.6875rem;
text-align: center;
display: inline-block;
}
@media (max-width: 568px) {
.woosw-list .woosw-content-item .woosw-content-item--image {
display: none;
}
}
.woosw-list .woosw-content-item--actions .woosw-content-item--stock {
margin-bottom: 5px;
}
.woosw-list .woosw-content-item .woosw-content-item--remove span:hover:before {
color: red !important;
}
.woosw-list .woosw-actions .woosw-copy-btn input {
margin-left: 5px;
}
.woosw-list .woosw-content-mid-notice {
text-align: center;
font-size: 18px;
font-size: 1.125rem;
color: var(--e-global-color-secondary);
margin-bottom: 30px;
}
.woosw-list .woosw-content-mid-notice:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 164px;
color: var(--e-global-color-lighter);
display: block;
margin-bottom: 50px;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--name a {
font-weight: var(--e-global-typography-text-font-weight);
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
max-width: 630px;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot,
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
background-color: #fff;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot-inner a {
border-color: var(--e-global-color-border);
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot-inner a:hover {
background-color: var(--e-global-color-primary);
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--actions {
text-align: end;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--actions .woosw-item--add {
margin-top: 15px;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button {
min-width: 150px;
text-align: center;
background-color: var(--e-global-color-accent);
padding: 10px 16px;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button:before {
font-size: 16px;
font-size: 1rem;
margin: -5px 8px 0 0;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button:hover {
background-color: var(--e-global-color-primary);
}
.woosw-popup.woosw-show .woosw-items .woosw-item .woosw-item-inner {
border-color: var(--e-global-color-border);
}
.widget_product_search {
position: relative;
}
.ajax-search-result {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: white;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
padding: 0 20px;
z-index: 999;
max-height: 500px;
overflow-y: scroll;
}
.product-item-search {
padding: 10px 0;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
.product-item-search .product-link {
display: flex;
align-items: center;
color: var(--e-global-color-lighter);
}
.product-item-search .product-link img {
width: 60px;
margin-right: 15px;
}
.product-item-search .product-title {
font-size: 14px;
font-size: 0.875rem;
font-weight: normal;
margin-bottom: 5px;
}
.product-item-search:last-child {
border-bottom: none;
}
.product-item-search .amount {
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-lighter);
}
.product-item-search del + ins .amount {
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-text);
}
.yaglo-canvas-filter {
position: fixed;
padding: 30px;
top: 0;
left: 0;
z-index: 10002;
visibility: hidden;
overflow-y: auto;
overflow-x: hidden;
width: 320px;
height: 100vh;
background-color: #fff;
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
@media (min-width: 768px) {
.yaglo-canvas-filter {
padding: 54px 40px;
width: 410px;
}
}
.yaglo-canvas-filter::-webkit-scrollbar {
width: 3px;
}
.yaglo-canvas-filter::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5;
}
.yaglo-canvas-filter::-webkit-scrollbar-thumb {
background-color: #999;
}
.yaglo-overlay-filter {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}
.off-canvas-active .yaglo-overlay-filter {
visibility: visible;
opacity: 1;
}
.off-canvas-active .yaglo-canvas-filter {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.filter-toggle {
align-items: center;
justify-content: flex-start;
background: transparent;
outline: none;
text-align: center;
margin-right: 1.5rem;
padding: 0;
}
@media (min-width: 768px) {
.filter-toggle {
margin-right: 1.5rem;
}
}
.filter-toggle i {
font-size: 18px;
font-size: 1.125rem;
line-height: inherit;
margin-right: 6px;
display: inline-block;
}
@media (min-width: 1024px) {
.filter-toggle {
display: none;
}
}
.yaglo-full-width-content .filter-toggle {
display: inline-flex;
}
.filter-toggle:focus, .filter-toggle:hover {
color: var(--e-global-color-primary);
}
.filter-toggle:focus span:before, .filter-toggle:hover span:before {
background-color: var(--e-global-color-primary);
}
.filter-toggle:after {
content: "";
border-left: 1px solid;
height: 20px;
margin-left: 30px;
margin-right: 30px;
display: none;
vertical-align: middle;
}
.filter-close {
display: flex;
position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
color: var(--e-global-color-secondary);
font-size: 9px;
font-size: 0.5625rem;
}
@media (min-width: 768px) {
.filter-close {
right: 20px;
top: 22px;
}
}
.filter-close:hover {
color: var(--e-global-color-primary);
}
@media (min-width: 783px) {
.admin-bar .yaglo-canvas-filter {
top: 32px;
}
}
@media (min-width: 600px) and (max-width: 782px) {
.admin-bar .yaglo-canvas-filter {
top: 46px;
}
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
border-radius: 0px;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
padding-top: 7px;
padding-bottom: 7px;
height: auto;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
min-width: 57px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
padding: 0.34rem 0.65rem;
}
.site-header-cart-side {
position: fixed;
top: 0;
bottom: 0;
overflow: hidden;
overflow-y: auto;
width: 300px;
background-color: #ffffff;
transition: transform 0.25s ease;
display: flex;
flex-direction: column;
right: 0;
z-index: 999999999;
transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
.site-header-cart-side {
width: 340px;
transform: translate3d(340px, 0, 0);
}
}
.site-header-cart-side .cart-side-heading {
display: flex;
flex: 0 0 auto;
align-items: center;
flex-direction: row;
justify-content: flex-end;
padding: 15px;
border-bottom: 1px dashed;
border-bottom-color: var(--e-global-color-border);
}
.site-header-cart-side .cart-side-title {
flex: 1 1 auto;
font-size: 18px;
font-size: 1.125rem;
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-primary-font-weight);
}
.site-header-cart-side .close-cart-side {
color: var(--e-global-color-secondary);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.3px;
font-weight: var(--e-global-typography-primary-font-weight);
font-size: 13px;
font-size: 0.8125rem;
padding-right: 18px;
position: relative;
}
.site-header-cart-side .close-cart-side:before, .site-header-cart-side .close-cart-side:after {
content: " ";
position: absolute;
top: 50%;
display: inline-block;
margin-top: -1px;
width: 12px;
height: 2px;
background-color: var(--e-global-color-secondary);
transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
right: 0;
transform: rotate(-45deg);
}
.site-header-cart-side .close-cart-side:before {
transform: rotate(45deg);
}
.site-header-cart-side .close-cart-side:hover:before, .site-header-cart-side .close-cart-side:hover:after {
transform: rotate(0);
}
.site-header-cart-side .widget_shopping_cart {
margin-bottom: 0;
position: relative;
flex: 1 1 auto;
display: flex;
border: none;
padding: 0;
border-radius: 0;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message {
text-align: center;
font-size: 18px;
font-size: 1.125rem;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item {
padding: 15px 30px 15px 15px;
margin-bottom: 0;
transition: background-color 0.3s ease;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item:hover {
background-color: #F9F9F9;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a {
color: var(--e-global-color-secondary);
margin-bottom: 3px;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a:hover {
color: var(--e-global-color-primary);
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove {
position: absolute;
top: 15px;
margin-bottom: 0;
transform: translateY(-50%);
left: unset;
opacity: 1;
right: 8px;
}
.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
margin-top: auto;
}
.site-header-cart-side.active {
transform: none;
}
.site-header-cart-side.active + .cart-side-overlay {
visibility: visible;
opacity: 1;
}
.cart-side-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}
.yaglo-dropdown-filter {
display: none;
width: 100%;
padding-top: 30px;
position: relative;
border-top: 1px solid var(--e-global-color-border);
}
.yaglo-dropdown-filter::-webkit-scrollbar {
height: 10px;
}
.yaglo-dropdown-filter::-webkit-scrollbar-track {
border-radius: 0;
}
.yaglo-dropdown-filter::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: #ffffff;
border-bottom: 1px solid #000000;
}
.yaglo-dropdown-filter:before {
content: "";
display: block;
position: absolute;
top: -1px;
width: 100vw;
border-top: 1px solid var(--e-global-color-border);
left: 50%;
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (max-width: 1023px) {
.yaglo-dropdown-filter {
display: none !important;
}
}
.yaglo-dropdown-filter .widget .wp-block-group__inner-container > h2,
.yaglo-dropdown-filter .widget .widget-title,
.yaglo-dropdown-filter .widget .widgettitle {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.2857142857;
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: uppercase;
margin-bottom: 20px;
color: var(--e-global-color-secondary);
}
.yaglo-dropdown-filter .widget .wp-block-group__inner-container > h2:before,
.yaglo-dropdown-filter .widget .widget-title:before,
.yaglo-dropdown-filter .widget .widgettitle:before {
content: none;
}
.yaglo-dropdown-filter .widget_block {
display: none;
visibility: hidden;
opacity: 0;
}
.yaglo-dropdown-filter-wrap {
display: flex;
grid-column-gap: 50px;
overflow-x: auto;
}
.yaglo-dropdown-filter-wrap .widget {
width: 300px;
min-width: 300px;
flex: 1;
border: 0;
margin-bottom: 20px;
}
.yaglo-dropdown-filter-wrap .widget .widget-content {
max-height: 300px;
height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
.yaglo-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar {
width: 2px;
border-radius: 5px;
}
.yaglo-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-track {
border-radius: 5px;
background-color: #E4E4E4;
}
.yaglo-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-thumb {
background-color: #999999;
border-radius: 5px;
}
.yaglo-dropdown-filter-wrap .price_slider_wrapper {
padding-top: 15px;
}
.filter-toggle-dropdown {
display: none;
align-items: center;
justify-content: flex-start;
font-size: 14px;
font-size: 0.875rem;
background: transparent;
margin-right: 20px;
outline: none;
text-align: center;
line-height: 18px;
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: uppercase;
color: #000000;
}
.filter-toggle-dropdown i {
line-height: inherit;
margin-right: 6px;
display: inline-block;
color: var(--e-global-color-primary);
}
.filter-toggle-dropdown:focus, .filter-toggle-dropdown:hover {
color: var(--e-global-color-primary);
}
.filter-toggle-dropdown:focus span:before, .filter-toggle-dropdown:hover span:before {
background-color: var(--e-global-color-primary);
}
.yaglo-archive-product-width-wide .col-full {
max-width: 1680px;
}
@media (min-width: 1024px) {
.yaglo-full-width-content.shop_filter_dropdown .filter-toggle-dropdown {
display: inline-flex;
}
}
.yaglo-menu-filter {
display: none;
align-items: center;
margin-right: auto;
padding: 0;
}
@media (min-width: 1024px) {
.yaglo-menu-filter {
display: flex;
}
}
.yaglo-menu-filter .widget {
position: relative;
}
.yaglo-menu-filter .widget .widget-content {
display: none;
position: absolute;
top: calc(100% + 0);
left: 0px;
width: 310px;
padding: 30px 28px;
border: 1px solid var(--e-global-color-border);
background-color: #ffffff;
z-index: 99;
}
.yaglo-menu-filter .widget .wp-block-group__inner-container > h2,
.yaglo-menu-filter .widget .widget-title,
.yaglo-menu-filter .widget .widgettitle {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
padding: 12px 20px;
margin-bottom: 0;
border: none;
text-transform: unset;
border-left: 1px solid var(--e-global-color-border);
color: var(--e-global-color-text);
}
.yaglo-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on:after,
.yaglo-menu-filter .widget .widget-title.toggled-on:after,
.yaglo-menu-filter .widget .widgettitle.toggled-on:after {
transform: rotate(180deg);
}
.yaglo-menu-filter .widget .wp-block-group__inner-container > h2:after,
.yaglo-menu-filter .widget .widget-title:after,
.yaglo-menu-filter .widget .widgettitle:after {
margin-left: 11px;
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
transition: all ease 0.2s;
font-size: 16px;
font-size: 1rem;
transform: rotate(0deg);
}
.yaglo-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on,
.yaglo-menu-filter .widget .widget-title.toggled-on,
.yaglo-menu-filter .widget .widgettitle.toggled-on {
color: var(--accent);
}
.yaglo-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on:after,
.yaglo-menu-filter .widget .widget-title.toggled-on:after,
.yaglo-menu-filter .widget .widgettitle.toggled-on:after {
transform: rotate(180deg);
}
.yaglo-menu-filter .widget.widget_block {
display: none;
}
.yaglo-menu-filter .widget .dropdown-sidebar {
top: 15px;
right: 18px;
}
.yaglo-menu-filter .yaglo-menu-filter-wrap {
display: flex;
flex-wrap: wrap;
border-right: 1px solid var(--e-global-color-border);
}
.yaglo-menu-filter .yaglo-menu-filter-wrap > * {
margin-bottom: 0;
}
.yaglo-menu-filter .yaglo-menu-filter-wrap > *:last-child {
margin-right: 0;
}
.yaglo-menu-filter .yaglo-menu-filter-wrap .widget_price_filter form {
margin-top: 8px;
}
@media (min-width: 1024px) {
.shop_filter_menu .filter-toggle {
display: none;
}
}
.shop_filter_menu .woocommerce-ordering {
border-left: 1px solid var(--e-global-color-border);
}
.shop_filter_menu .active-filter-toggle .filter-toggle {
display: inline-flex;
}
.shop_filter_menu .active-filter-toggle .yaglo-menu-filter {
display: none;
}
.quick-shop-wrapper {
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.95);
transition: transform 0.3s ease;
transform: translate3d(0, 103%, 0);
}
.quick-shop-wrapper .quick-shop-form {
display: flex;
align-items: stretch;
flex-direction: column;
width: 100%;
height: 100%;
text-align: center;
}
.quick-shop-wrapper .quick-shop-form .woosc-btn, .quick-shop-wrapper .quick-shop-form .woosw-btn {
display: none;
}
.quick-shop-wrapper .quick-shop-form .variations td {
text-align: center;
padding: 5px;
}
.quick-shop-wrapper .quick-shop-form .variations td.label label {
font-size: 13px;
font-size: 0.8125rem;
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-secondary);
}
.quick-shop-wrapper .quick-shop-form .variable-items-wrapper {
justify-content: center;
}
.quick-shop-wrapper .quick-shop-form table.variations {
table-layout: fixed;
margin-top: 10px;
margin-bottom: 0;
position: relative;
}
.quick-shop-wrapper .quick-shop-form table.variations th,
.quick-shop-wrapper .quick-shop-form table.variations td {
display: list-item;
padding: 0;
list-style: none;
background-color: transparent;
}
.quick-shop-wrapper .quick-shop-form table.variations select {
max-width: 100%;
vertical-align: middle;
}
.quick-shop-wrapper .quick-shop-form table.variations label {
display: block;
}
.quick-shop-wrapper .quick-shop-form table.variations a.reset_variations {
margin-top: 0;
margin-bottom: 15px;
display: block;
margin-left: 0;
color: #f37070;
}
.quick-shop-wrapper .quick-shop-form table.variations td.label label {
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-text);
font-weight: var(--e-global-typography-primary-font-weight);
margin-bottom: 8px;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item {
box-shadow: none;
border: 1px solid;
margin: 0 5px 5px 0;
width: auto;
height: auto;
min-width: 30px;
min-height: 30px;
padding: 0;
border-color: var(--e-global-color-border);
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item:hover, .quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.selected {
border-color: var(--e-global-color-primary);
outline: none;
box-shadow: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item .variable-item-span {
font-size: 14px;
font-size: 0.875rem;
padding: 0px 10px;
color: var(--e-global-color-secondary);
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item {
border-radius: 50%;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
border-radius: 50%;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after {
content: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:before {
display: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:after {
transform: rotate(-30deg);
height: 2px;
background-color: var(--e-global-color-border);
width: calc(100% + 12px);
left: -7px;
box-shadow: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled .variable-item-span {
color: var(--e-global-color-text);
}
.quick-shop-wrapper .variations_form {
display: flex;
flex: 1 1 auto;
flex-direction: column;
justify-content: space-between;
margin-bottom: 0;
padding-bottom: 15px;
}
.quick-shop-wrapper .variations_form:before {
content: "";
}
.quick-shop-wrapper .variations_form .woocommerce-variation {
-webkit-animation: none;
animation: none;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
margin-bottom: 10px;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
margin-right: 5px;
margin-bottom: 10px !important;
margin-left: 5px;
display: block;
padding-bottom: 0 !important;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
display: none !important;
}
.quick-shop-wrapper div.quantity {
display: none !important;
}
.quick-shop-wrapper button.single_add_to_cart_button {
background-color: transparent;
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-secondary);
border: 1px solid;
border-color: var(--e-global-color-secondary);
padding: 3px 15px;
}
.quick-shop-wrapper button.single_add_to_cart_button:hover {
color: #ffffff;
background-color: var(--e-global-color-secondary);
}
.quick-shop-wrapper table.variations {
margin-bottom: 0;
}
.quick-shop-wrapper table.variations .reset_variations {
bottom: -30px;
margin-left: 0;
text-decoration: underline;
font-size: 13px;
font-size: 0.8125rem;
color: var(--e-global-color-lighter);
}
.quick-shop-wrapper table.variations .reset_variations:before {
content: none;
}
.quick-shop-wrapper .variation-swatch-selected .variations {
margin-bottom: 40px;
}
.quick-shop-wrapper .quick-shop-close {
position: absolute;
top: 5px;
right: 5px;
z-index: 5;
height: 30px;
opacity: 0;
transition: opacity 0.2s ease 0s;
}
.quick-shop-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
width: 24px;
height: 24px;
box-shadow: 0 0 0 1px var(--e-global-color-border);
}
.quick-shop-shown .quick-shop-wrapper {
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transform: translate3d(0, 0, 0);
}
.quick-shop-shown .quick-shop-close {
opacity: 1;
transition: all 0.25s ease 0.35s;
padding-right: 16px;
}
.loading-quick-shop .product-transition::after {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
animation: fa-spin 0.75s linear infinite;
height: 20px;
width: 20px;
line-height: 20px;
font-size: 20px;
font-size: 1.25rem;
position: absolute;
top: 50%;
left: 50%;
margin-left: -10px;
margin-top: -10px;
display: block;
color: var(--e-global-color-secondary);
z-index: 10;
}
.loading-quick-shop .product-transition .woocommerce-loop-product__link {
background-color: rgba(255, 255, 255, 0.95);
}
.cross-button {
position: relative;
display: inline-block;
cursor: pointer;
line-height: 30px;
}
.cross-button:after, .cross-button:before {
content: " ";
position: absolute;
top: 50%;
right: 0;
display: inline-block;
margin-top: -1px;
width: 12px;
height: 2px;
background-color: #000;
transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.cross-button:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.cross-button:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.cross-button:hover:after, .cross-button:hover:before {
-webkit-transform: rotate(0);
transform: rotate(0);
}
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.woocommerce-breadcrumb {
margin-bottom: 20px;
}
.woocommerce-breadcrumb > a:first-of-type:before {
font-family: "yaglo-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
margin-right: 5px;
top: -2px;
position: relative;
font-size: 16px;
opacity: 0.85;
display: none;
}
.breadcrumb-wrap {
display: var(--page-title-display);
}
.home .main-breadcrumb {
display: none;
}@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qifqpfe.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4syfqpfe.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qofqpfe.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qifqpfe.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4syfqpfe.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qofqpfe.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qifqpfe.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4syfqpfe.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qofqpfe.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qifqpfe.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4syfqpfe.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qofqpfe.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qifqpfe.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4syfqpfe.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qofqpfe.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qifqpfe.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4syfqpfe.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qofqpfe.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qifqpfe.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4syfqpfe.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qofqpfe.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qifqpfe.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4syfqpfe.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qofqpfe.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qifqpfe.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4syfqpfe.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4qofqpfe.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycait5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyckit5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyciit5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycait5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyckit5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyciit5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycait5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyckit5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyciit5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycait5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyckit5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyciit5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycait5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyckit5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyciit5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycait5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyckit5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyciit5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycait5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyckit5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyciit5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycait5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyckit5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyciit5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycait5lu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyckit5lu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyciit5lu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Tenor Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/tenorsans-bx6anxqunekx06ukixisn3f4cl2i.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Tenor Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/tenorsans-bx6anxqunekx06ukixisn3t4cl2i.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Tenor Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/tenorsans-bx6anxqunekx06ukixisn3v4cg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.neusmartinezfisioterapia.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}