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

 .elementor-headline {
font-size: 34px;
display: block;
text-transform: uppercase;
letter-spacing: 0;
line-height: 1.1176;
}
.corino-elementor-headline-dynamic-text {
color: var(--dynamic-text-color, #aebcb9);
}
.corino-elementor-headline--style-rotate .corino-elementor-headline-dynamic-wrapper {
text-align: left;
}
.corino-elementor-headline--style-highlight .corino-elementor-headline-dynamic-wrapper {
overflow: visible;
text-align: inherit;
}
.corino-elementor-headline--style-highlight .corino-elementor-headline-dynamic-text {
z-index: 1;
}
.corino-elementor-headline--style-highlight .corino-elementor-headline-plain-text {
z-index: 1;
position: relative;
}
.corino-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;
}
.corino-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: corino-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 corino-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);
}
}
.corino-elementor-headline-text-wrapper {
vertical-align: bottom;
}
.corino-elementor-headline-dynamic-wrapper {
display: inline-block;
position: relative;
}
.corino-elementor-headline-dynamic-wrapper .corino-elementor-headline-dynamic-text {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.corino-elementor-headline-dynamic-wrapper .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-active {
position: relative;
}
.corino-elementor-headline-animation-type-flip .corino-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.corino-elementor-headline-animation-type-flip .corino-elementor-headline-dynamic-text {
opacity: 0;
transform-origin: 50% 100%;
transform: rotateX(180deg);
}
.corino-elementor-headline-animation-type-flip .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-active {
opacity: 1;
transform: rotateX(0deg);
animation: corino-elementor-headline-flip-in 1.2s;
}
.corino-elementor-headline-animation-type-flip .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-inactive {
transform: rotateX(180deg);
animation: corino-elementor-headline-flip-out 1.2s;
}
@keyframes corino-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 corino-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;
}
}
.corino-elementor-headline-animation-type-typing .corino-elementor-headline-dynamic-wrapper {
vertical-align: top;
overflow: hidden;
}
.corino-elementor-headline-animation-type-typing .corino-elementor-headline-dynamic-wrapper::after { content: "";
position: absolute;
left: auto;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #0d0d0d;
}
.corino-elementor-headline-animation-type-typing .corino-elementor-headline-dynamic-wrapper:not(.corino-elementor-headline-typing-selected):after {
animation: corino-elementor-headline-pulse 1s infinite;
}
.corino-elementor-headline-animation-type-typing .corino-elementor-headline-dynamic-wrapper.corino-elementor-headline-typing-selected {
background-color: var(--typing-selected-bg-color, #0d0d0d);
}
.corino-elementor-headline-animation-type-typing .corino-elementor-headline-dynamic-wrapper.corino-elementor-headline-typing-selected::after {
visibility: hidden;
}
.corino-elementor-headline-animation-type-typing .corino-elementor-headline-dynamic-wrapper.corino-elementor-headline-typing-selected .corino-elementor-headline-dynamic-text {
color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9);
}
.corino-elementor-headline-animation-type-typing .corino-elementor-headline-dynamic-text:not(.corino-elementor-headline-text-active) {
visibility: hidden;
}
.corino-elementor-headline-animation-type-typing .corino-elementor-headline-dynamic-letter:not(.corino-elementor-headline-animation-in) {
position: absolute;
visibility: hidden;
}
@keyframes corino-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;
}
}
.corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-letter {
display: inline-block;
backface-visibility: hidden;
}
.corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-text {
transform: scaleX(1.0005);
opacity: 0;
}
.corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-letter {
transform-style: preserve-3d;
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.corino-elementor-headline-text-active .corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-letter {
opacity: 1;
}
.corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-letter.corino-elementor-headline-animation-in {
animation: corino-elementor-headline-swirl-in 0.4s forwards;
}
.corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-letter:not(.corino-elementor-headline-animation-in) {
animation: corino-elementor-headline-swirl-out 0.4s forwards;
}
@keyframes corino-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 corino-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);
}
}
.corino-elementor-headline-animation-type-slide-down .corino-elementor-headline-text-wrapper {
display: inline-block;
padding: 0.2em 0;
}
.corino-elementor-headline-animation-type-slide-down .corino-elementor-headline-dynamic-wrapper {
overflow: hidden;
vertical-align: top;
}
.corino-elementor-headline-animation-type-slide-down .corino-elementor-headline-dynamic-text {
opacity: 0;
top: 0.2em;
}
.corino-elementor-headline-animation-type-slide-down .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-active {
top: 0;
opacity: 1;
animation: corino-elementor-headline-slide-down-in 0.6s;
}
.corino-elementor-headline-animation-type-slide-down .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-inactive {
animation: corino-elementor-headline-slide-down-out 0.6s;
}
@keyframes corino-elementor-headline-slide-down-in {
0% {
opacity: 0;
transform: translateY(-100%);
}
60% {
opacity: 1;
transform: translateY(20%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes corino-elementor-headline-slide-down-out {
0% {
opacity: 1;
transform: translateY(0);
}
60% {
opacity: 0;
transform: translateY(120%);
}
100% {
opacity: 0;
transform: translateY(100%);
}
}
.corino-elementor-headline-animation-type-clip .corino-elementor-headline-text-wrapper {
display: inline-block;
padding: 0.2em 0;
}
.corino-elementor-headline-animation-type-clip .corino-elementor-headline-dynamic-wrapper {
overflow: hidden;
vertical-align: top;
}
.corino-elementor-headline-animation-type-clip .corino-elementor-headline-dynamic-wrapper::after { content: "";
position: absolute;
top: 0;
left: auto;
right: 0;
width: 2px;
height: 100%;
background-color: #0d0d0d;
}
.corino-elementor-headline-animation-type-clip .corino-elementor-headline-dynamic-text {
opacity: 0;
}
.corino-elementor-headline-animation-type-clip .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-active {
opacity: 1;
}
.corino-elementor-headline-animation-type-drop-in .corino-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.corino-elementor-headline-animation-type-drop-in .corino-elementor-headline-dynamic-text {
opacity: 0;
}
.corino-elementor-headline-animation-type-drop-in .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-active {
opacity: 1;
animation: corino-elementor-headline-drop-in-in 0.8s;
}
.corino-elementor-headline-animation-type-drop-in .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-inactive {
animation: corino-elementor-headline-drop-in-out 0.8s;
}
@keyframes corino-elementor-headline-drop-in-in {
0% {
opacity: 0;
transform: translateZ(100px);
}
100% {
opacity: 1;
transform: translateZ(0);
}
}
@keyframes corino-elementor-headline-drop-in-out {
0% {
opacity: 1;
transform: translateZ(0);
}
100% {
opacity: 0;
transform: translateZ(-100px);
}
}
.corino-elementor-headline-animation-type-blinds .corino-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.corino-elementor-headline-animation-type-blinds .corino-elementor-headline-dynamic-text {
opacity: 0;
}
.corino-elementor-headline-animation-type-blinds .corino-elementor-headline-dynamic-letter {
display: inline-block;
transform: rotateY(180deg);
backface-visibility: hidden;
}
.corino-elementor-headline-text-active .corino-elementor-headline-animation-type-blinds .corino-elementor-headline-dynamic-letter {
transform: rotateY(0deg);
}
.corino-elementor-headline-animation-type-blinds .corino-elementor-headline-dynamic-letter.corino-elementor-headline-animation-in {
animation: corino-elementor-headline-blinds-in 0.6s forwards;
}
.corino-elementor-headline-animation-type-blinds .corino-elementor-headline-dynamic-letter:not(.corino-elementor-headline-animation-in) {
animation: corino-elementor-headline-blinds-out 0.6s forwards;
}
@keyframes corino-elementor-headline-blinds-in {
0% {
transform: rotateY(180deg);
}
100% {
transform: rotateY(0deg);
}
}
@keyframes corino-elementor-headline-blinds-out {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(-180deg);
}
}
.corino-elementor-headline-animation-type-wave .corino-elementor-headline-dynamic-text {
opacity: 0;
}
.corino-elementor-headline-animation-type-wave .corino-elementor-headline-dynamic-letter {
display: inline-block;
opacity: 0;
transform: scale(0);
}
.corino-elementor-headline-text-active .corino-elementor-headline-animation-type-wave .corino-elementor-headline-dynamic-letter {
opacity: 1;
}
.corino-elementor-headline-animation-type-wave .corino-elementor-headline-dynamic-letter.corino-elementor-headline-animation-in {
animation: corino-elementor-headline-wave-up 0.6s forwards;
}
.corino-elementor-headline-animation-type-wave .corino-elementor-headline-dynamic-letter:not(.corino-elementor-headline-animation-in) {
animation: corino-elementor-headline-wave-down 0.6s forwards;
}
@keyframes corino-elementor-headline-wave-up {
0% {
transform: scale(0);
opacity: 0;
}
60% {
transform: scale(1.2);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes corino-elementor-headline-wave-down {
0% {
transform: scale(1);
opacity: 1;
}
60% {
transform: scale(0);
opacity: 0;
}
}
.corino-elementor-headline-animation-type-slide .corino-elementor-headline-dynamic-text {
opacity: 0;
}
.corino-elementor-headline-animation-type-slide .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-active {
opacity: 1;
animation: corino-elementor-headline-slide-in 0.6s;
}
.corino-elementor-headline-animation-type-slide .corino-elementor-headline-dynamic-text.corino-elementor-headline-text-inactive {
animation: corino-elementor-headline-slide-out 0.6s;
}
@keyframes corino-elementor-headline-slide-in {
0% {
opacity: 0;
transform: translateX(-100%);
}
60% {
opacity: 1;
transform: translateX(10%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes corino-elementor-headline-slide-out {
0% {
opacity: 1;
transform: translateX(0);
}
60% {
opacity: 0;
transform: translateX(110%);
}
100% {
opacity: 0;
transform: translateX(100%);
}
}
.corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-wrapper, .corino-elementor-headline-animation-type-blinds .corino-elementor-headline-dynamic-wrapper, .corino-elementor-headline-animation-type-wave .corino-elementor-headline-dynamic-wrapper, .corino-elementor-headline-animation-type-slide .corino-elementor-headline-dynamic-wrapper, .corino-elementor-headline-animation-type-drop-in .corino-elementor-headline-dynamic-wrapper, .corino-elementor-headline-animation-type-slide-down .corino-elementor-headline-dynamic-wrapper, .corino-elementor-headline-animation-type-flip .corino-elementor-headline-dynamic-wrapper {
transition: width 0.5s;
}
.corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-wrapper, .corino-elementor-headline-animation-type-blinds .corino-elementor-headline-dynamic-wrapper, .corino-elementor-headline-animation-type-wave .corino-elementor-headline-dynamic-wrapper {
overflow: hidden;
}
.corino-elementor-headline-animation-type-swirl .corino-elementor-headline-dynamic-text, .corino-elementor-headline-animation-type-blinds .corino-elementor-headline-dynamic-text, .corino-elementor-headline-animation-type-wave .corino-elementor-headline-dynamic-text {
white-space: nowrap;
}
.elementor-msie .corino-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;
}
.elementor-brand-wrapper .swiper-wrapper {
transition-timing-function: linear !important;
align-items: center;
}
.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-secondary);
}
.elementor-brand-wrapper .elementor-brand-image:hover {
color: var(--e-global-color-primary);
}
.elementor-brand-wrapper .elementor-brand-image:hover img, .elementor-brand-wrapper .elementor-brand-image:hover svg {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
opacity: 0.4 !important;
}
.elementor-brand-wrapper a {
display: block;
}
.elementor-brand-wrapper a svg,
.elementor-brand-wrapper a 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;
float: left;
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
}
.elementor-brand-wrapper a:hover {
color: var(--e-global-color-primary);
}
.elementor-brand-wrapper a:hover img, .elementor-brand-wrapper a:hover svg {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
opacity: 0.4 !important;
}
.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 .elementor-widget-corino-brand .corino-carousel .column-item {
margin-bottom: 0 !important;
}
.elementor-brand-wrapper .elementor-widget-corino-brand .corino-carousel .slick-track {
display: flex !important;
align-items: center;
}
.elementor-widget-corino-breadcrumb .breadcrumb {
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);
letter-spacing: 0;
line-height: 1.5px;
}
.elementor-widget-corino-breadcrumb .breadcrumb .home:before {
font-size: 14px;
font-size: 0.875rem;
transform: translateY(-4px);
margin-right: 5px;
}
.elementor-widget-corino-breadcrumb .breadcrumb a {
color: var(--e-global-color-lighter);
}
.elementor-widget-corino-breadcrumb .breadcrumb a:hover {
color: var(--e-global-color-text);
text-decoration: underline;
}
.elementor-widget-corino-breadcrumb .breadcrumb span {
margin: 0 7px;
}
.elementor-widget-corino-breadcrumb .breadcrumb span:first-child {
margin-left: 0;
}
.elementor-widget-corino-breadcrumb .breadcrumb span:last-child {
margin-right: 0;
}
.elementor-widget-corino-breadcrumb .breadcrumb .breadcrumb-listItem {
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: 12px;
font-size: 0.75rem;
color: var(--e-global-color-lighter);
}
.elementor-widget-corino-breadcrumb .breadcrumb .breadcrumb-listItem > span:first-child:before {
content: unset;
}
.elementor-widget-corino-breadcrumb .corino-title {
font-size: 30px;
font-size: 1.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);
letter-spacing: 0;
line-height: 1;
margin-bottom: 14px;
}
@media (min-width: 568px) {
.elementor-widget-corino-breadcrumb .corino-title {
font-size: 60px;
font-size: 3.75rem;
}
}
.hidden-corino-list-item-yes .breadcrumb-listItem {
display: none;
}
.corino-position-title-yes .breadcrumb {
display: flex;
flex-direction: column-reverse;
gap: 35px;
}
.corino-position-title-yes .breadcrumb .corino-title {
margin-bottom: 0;
}
@media (max-width: 880px) {
.corino-position-title-yes .breadcrumb {
gap: 20px;
}
}
.hidden-corino-title-yes .corino-title {
display: none;
}
.single-post .hidden-corino-title-single-yes .corino-title, .single-give_forms .hidden-corino-title-single-yes .corino-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-corino-banner .elementor-cta__heading2,
.elementor-widget-corino-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: 40px;
font-size: 2.5rem;
line-height: 1;
color: #fff;
position: relative;
z-index: 1;
text-transform: uppercase;
}
.elementor-widget-corino-banner .elementor-cta__title {
margin-bottom: 0;
}
.elementor-widget-corino-banner .elementor-cta__heading2 {
margin-bottom: 15px;
}
.elementor-widget-corino-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: 12px;
font-size: 0.75rem;
line-height: 1.666667;
color: var(--e-global-color-secondary);
margin-bottom: 15px;
letter-spacing: 0;
width: fit-content;
}
.elementor-widget-corino-banner .elementor-cta__subtitle div {
position: relative;
background-repeat: no-repeat;
background-position: top left;
display: flex;
}
.elementor-widget-corino-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-corino-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: 14px;
font-size: 0.875rem;
color: var(--e-global-color-text);
margin-bottom: 15px;
}
.elementor-widget-corino-banner .elementor-cta__price {
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;
color: #4AD295;
}
.elementor-widget-corino-banner .elementor-cta__bg-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;
left: 0;
}
.elementor-widget-corino-banner.description-effects-yes .des-price {
display: flex;
align-items: center;
}
.elementor-widget-corino-banner.description-effects-yes .des-price .elementor-cta__description {
width: fit-content;
}
.elementor-widget-corino-banner.description-effects-yes .des-price .elementor-cta__price {
width: fit-content;
}
.elementor-widget-corino-banner.content-stretch-yes {
height: 100%;
}
.elementor-widget-corino-banner.content-stretch-yes .elementor-widget-container,
.elementor-widget-corino-banner.content-stretch-yes .elementor-corino-banner {
height: 100%;
}
.elementor-widget-corino-banner.button-position-bottom-yes .elementor-cta__content_inner {
height: 100%;
}
.elementor-widget-corino-banner.button-position-bottom-yes .elementor-cta__content_inner .elementor-cta__button-wrapper {
margin-top: auto;
}
.elementor-widget-corino-banner:hover .elementor-cta__bg-overlay {
opacity: 1;
}
.elementor-widget-corino-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-corino-banner.box-align-left .elementor-cta__content {
text-align: left;
}
.elementor-widget-corino-banner.box-align-left .elementor-cta__content .des-price {
justify-content: flex-start;
}
.elementor-widget-corino-banner.box-align-left .elementor-cta__content .elementor-cta__subtitle div {
justify-content: flex-start;
}
.elementor-widget-corino-banner.box-align-left .elementor-cta__content .elementor-cta__subtitle {
margin-right: auto;
}
.elementor-widget-corino-banner.box-align-left .elementor-cta__content .elementor-cta__description {
background-position: top left;
}
.elementor-widget-corino-banner.box-align-center .elementor-cta__content {
text-align: center;
}
.elementor-widget-corino-banner.box-align-center .elementor-cta__content .des-price {
justify-content: center;
}
.elementor-widget-corino-banner.box-align-center .elementor-cta__content .elementor-cta__subtitle div {
justify-content: center;
background-position: top center;
}
.elementor-widget-corino-banner.box-align-center .elementor-cta__content .elementor-cta__subtitle {
margin: 0 auto;
}
.elementor-widget-corino-banner.box-align-center .elementor-cta__content .elementor-cta__description {
background-position: top center;
}
.elementor-widget-corino-banner.box-align-right .elementor-cta__content {
text-align: right;
}
.elementor-widget-corino-banner.box-align-right .elementor-cta__content .des-price {
justify-content: flex-end;
}
.elementor-widget-corino-banner.box-align-right .elementor-cta__content .elementor-cta__subtitle div {
justify-content: flex-end;
background-position: top right;
}
.elementor-widget-corino-banner.box-align-right .elementor-cta__content .elementor-cta__subtitle {
margin-left: auto;
}
.elementor-widget-corino-banner.box-align-right .elementor-cta__content .elementor-cta__description {
background-position: top right;
}
.elementor-widget-corino-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-corino-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-corino-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-corino-banner.elementor-position-below .elementor-cta__content_inner {
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.elementor-widget-corino-banner.elementor-position-below .elementor-cta__content-item {
order: 1;
}
.elementor-widget-corino-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__title, .elementor-widget-corino-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__heading2 {
order: 0;
}
.elementor-widget-corino-banner.elementor-position-above .elementor-cta__content-item {
order: 1;
}
.elementor-widget-corino-banner.elementor-position-above .elementor-cta__content-item.elementor-cta__subtitle {
margin-bottom: 1.8rem;
order: 0;
}
.button-banner-style-corino-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.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;
padding: 0.9375rem 2.375rem;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #ffffff;
justify-content: center;
position: relative;
overflow: hidden;
text-transform: uppercase;
display: inline-block;
}
.button-banner-style-corino-default .elementor-button span {
position: relative;
z-index: 2;
}
.button-banner-style-corino-default .elementor-button:hover {
border: 1px solid var(--e-global-color-secondary);
color: white;
background-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;
}
.button-banner-style-corino-default .elementor-button:hover .elementor-button-icon {
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;
}
.button-banner-style-corino-default .elementor-button i {
margin: -1px 0px 0 5px;
}
.button-banner-style-corino-default .elementor-button:hover i {
-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;
}
.button-banner-style-corino-outline .elementor-button {
color: var(--e-global-color-text);
background-color: transparent;
-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;
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);
border: 1px solid var(--e-global-color-secondary);
letter-spacing: 0;
text-transform: capitalize;
}
.button-banner-style-corino-outline .elementor-button:hover {
border: 1px solid var(--e-global-color-secondary);
color: #FFFFFF;
background-color: var(--e-global-color-secondary);
-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;
}
.button-banner-style-corino-outline .elementor-button:hover .elementor-button-icon {
color: #FFFFFF;
-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;
}
.button-banner-style-corino-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;
overflow: hidden;
border: none;
border-bottom: 1px solid var(--e-global-color-secondary);
color: var(--e-global-color-secondary);
position: relative;
letter-spacing: 2px;
-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;
text-transform: uppercase;
}
.button-banner-style-corino-link .elementor-button:hover {
color: var(--e-global-color-primary);
box-shadow: none;
-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;
border-color: var(--e-global-color-primary);
}
.button-banner-style-corino-link .elementor-button:hover .elementor-button-text {
color: var(--e-global-color-primary);
}
.button-banner-style-corino-link .elementor-button:hover i {
color: var(--e-global-color-primary);
}
.enable-effects-yes .elementor-button {
position: relative;
padding: 18px 57px 18px 25px;
}
.enable-effects-yes .elementor-button .elementor-button-text:before {
content: "";
position: absolute;
-ms-transition: all 0.22s ease;
-o-transition: all 0.22s ease;
-moz-transition: all 0.22s ease;
-webkit-transition: all 0.22s ease;
transition: all 0.22s ease;
right: 45px;
top: 50%;
width: 13px;
height: 2px;
background: none;
transform: translate(0px, -50%);
}
.enable-effects-yes .elementor-button .elementor-button-text:after {
content: "";
position: absolute;
-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;
bottom: 0;
margin: auto;
top: 0;
right: 40px;
width: 8px;
height: 8px;
border-top: 0.125rem solid;
border-right: 0.125rem solid;
transform: rotate(45deg) translate(0px, 0px);
}
.enable-effects-yes .elementor-button .elementor-button-icon i {
display: none;
}
.enable-effects-yes .elementor-button:hover {
-ms-transition: all, 0.45s, cubic-bezier(1, 0, 0.076, 1);
-o-transition: all, 0.45s, cubic-bezier(1, 0, 0.076, 1);
-moz-transition: all, 0.45s, cubic-bezier(1, 0, 0.076, 1);
-webkit-transition: all, 0.45s, cubic-bezier(1, 0, 0.076, 1);
transition: all, 0.45s, cubic-bezier(1, 0, 0.076, 1);
}
.enable-effects-yes .elementor-button:hover .elementor-button-text:before {
background: currentColor;
transform: translate(8px, -50%);
}
.enable-effects-yes .elementor-button:hover .elementor-button-text:after {
transform: rotate(45deg) translate(3px, -3px);
}
.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);
}
.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);
}
.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 {
width: calc(100% + 30px);
-ms-transform: translateX(-30px);
-o-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.elementor-bg-transform-move-right-custom .elementor-bg {
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 {
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 40px 93px 70px;
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;
}
}
.wpcf7-form ::placeholder {
color: var(--e-global-color-text);
}
.wpcf7-form {
margin: 0;
max-width: 100%;
}
.wpcf7-form .contact-form-wrapper {
gap: 30px;
display: flex;
flex-direction: column;
}
.wpcf7-form .contact-form-wrapper.contact-form-wrapper-sm {
gap: 20px;
}
.wpcf7-form .contact-form-wrapper.contact-form-wrapper-sm .form-horizontal p {
gap: 20px;
}
.wpcf7-form .form-horizontal p {
display: flex;
justify-content: space-between;
gap: 30px;
}
@media (max-width: 767px) {
.wpcf7-form .form-horizontal p {
flex-direction: column;
}
}
.wpcf7-form .form-horizontal .wpcf7-form-control-wrap {
width: 100%;
}
.wpcf7-form p {
margin: 0;
}
.wpcf7-form p label {
width: 100%;
position: relative;
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.5rem;
font-weight: 500;
color: var(--e-global-color-secondary);
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, .wpcf7-form .wpcf7-form-control-wrap textarea {
position: relative;
width: 100%;
border: none;
border-bottom: 1px solid var(--e-global-color-border);
color: var(--e-global-color-secondary);
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;
line-height: 1.5;
padding: 13px 0;
background-color: transparent;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=number]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=email]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=url]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=search]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=date]::placeholder, .wpcf7-form .wpcf7-form-control-wrap .input-text::placeholder, .wpcf7-form .wpcf7-form-control-wrap select::placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
color: var(--e-global-color-secondary);
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=number]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=url]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=search]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=date]:focus, .wpcf7-form .wpcf7-form-control-wrap .input-text:focus, .wpcf7-form .wpcf7-form-control-wrap select:focus, .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
border-bottom: 1px solid var(--e-global-color-secondary);
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
margin: auto;
height: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=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.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;
padding: 0.9375rem 2.375rem;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #ffffff;
justify-content: center;
position: relative;
overflow: hidden;
text-transform: uppercase;
display: inline-block;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=button] span {
position: relative;
z-index: 2;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=button]:hover {
border: 1px solid var(--e-global-color-secondary);
color: white;
background-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;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=button]:hover .elementor-button-icon {
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;
}
.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: 0px;
}
.wpcf7-form .wpcf7-form-control-wrap select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M15 4.5l-8.25 8.25L3 9' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: calc(100% - 20px) center;
background-repeat: no-repeat;
background-size: 18px 18px;
}
.wpcf7-form .wpcf7-form-control-wrap .form-date {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M6 1.5v2.25' stroke='%238f8f8f' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12 1.5v2.25' stroke='%238f8f8f' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12 2.625c2.498.135 3.75 1.087 3.75 4.612v4.636c0 3.09-.75 4.635-4.5 4.635h-4.5c-3.75 0-4.5-1.545-4.5-4.635V7.238c0-3.526 1.252-4.47 3.75-4.613h6z' stroke='%238f8f8f' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M15.563 13.2H2.437' stroke='%238f8f8f' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M9 6.188c-.922 0-1.702.502-1.702 1.477 0 .465.217.817.547 1.042-.457.27-.72.705-.72 1.215 0 .93.713 1.508 1.875 1.508 1.155 0 1.875-.578 1.875-1.508 0-.51-.262-.952-.727-1.215.337-.232.547-.577.547-1.042 0-.975-.773-1.478-1.695-1.478zm0 2.13c-.39 0-.675-.233-.675-.6 0-.375.285-.593.675-.593.39 0 .675.218.675.593 0 .367-.285.6-.675.6zM9 10.5c-.495 0-.855-.248-.855-.697 0-.45.36-.69.855-.69s.855.247.855.69c0 .45-.36.697-.855.697z' fill='%238f8f8f'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: calc(100% - 20px) center;
background-repeat: no-repeat;
background-size: 18px 18px;
}
.wpcf7-form .wpcf7-form-control-wrap .form-date::-webkit-calendar-picker-indicator {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
}
.wpcf7-form .button-submit-align {
display: flex;
justify-content: center;
}
.wpcf7-form .button-submit-full {
display: block;
margin-top: 18px;
}
.wpcf7-form .button-submit-full input[type=button], .wpcf7-form .button-submit-full input[type=submit], .wpcf7-form .button-submit-full button {
display: block;
width: 100%;
}
.wpcf7-form .row {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.wpcf7-form .row [class*=" column-"], .wpcf7-form .row [class^=column-] {
padding: 0 10px;
}
.wpcf7-form .row p {
margin-bottom: 20px;
}
.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 .row .button-submit p {
margin: 0;
}
.wpcf7-form .contact-form-dark .wpcf7-form-control-wrap input[type=text], .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap input[type=number], .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap input[type=email], .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .contact-form-dark .wpcf7-form-control-wrap input[type=password], .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap input[type=search], .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap input[type=date], .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap .input-text, .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap select, .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap textarea {
border: 1px solid rgba(224, 224, 224, 0.15);
color: #FFFFFF;
background-color: transparent;
}
.wpcf7-form .contact-form-dark .wpcf7-form-control-wrap input::placeholder, .wpcf7-form .contact-form-dark .wpcf7-form-control-wrap textarea::placeholder {
color: #ffffff;
}
.wpcf7-form .contact-form-dark .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
color: #FFFFFF;
}
.wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap input[type=text], .wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap input[type=number], .wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap input[type=email], .wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap input[type=password], .wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap input[type=search], .wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap input[type=date], .wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap .input-text, .wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap textarea {
padding: 16px 20px 16px 46px;
}
.wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap select {
padding: 16px 40px 16px 46px;
}
.wpcf7-form .contact-form-style-icon .wpcf7-form-control-wrap input[type=date]::-webkit-calendar-picker-indicator {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
}
.wpcf7-form .contact-form-style-icon .icon-check .wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-form .contact-form-style-icon .icon-check .wpcf7-form-control-wrap:after {
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M15 4.5l-8.25 8.25L3 9' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: calc(100% - 20px) center;
background-size: 20px 20px;
display: block;
width: 20px;
height: 20px;
position: absolute;
right: 20px;
top: 50%;
transform: translate(0, -50%);
margin-top: 3px;
}
.wpcf7-form .contact-form-style-icon .form-name {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M9.12 8.152a1.363 1.363 0 0 0-.248 0A3.315 3.315 0 0 1 5.67 4.83 3.327 3.327 0 0 1 9 1.5a3.327 3.327 0 1 1 .12 6.652z' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M5.37 10.92c-1.815 1.215-1.815 3.195 0 4.402 2.063 1.38 5.445 1.38 7.507 0 1.816-1.214 1.816-3.194 0-4.402-2.055-1.373-5.437-1.373-7.507 0z' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: 20px center;
background-repeat: no-repeat;
background-size: 18px 18px;
}
.wpcf7-form .contact-form-style-icon .form-phone-number {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M16.477 13.748c0 .27-.06.547-.187.817-.127.27-.292.525-.51.765a3.381 3.381 0 0 1-1.23.885c-.45.188-.938.285-1.463.285-.764 0-1.582-.18-2.444-.547a13.173 13.173 0 0 1-2.58-1.486 21.563 21.563 0 0 1-2.46-2.1A21.31 21.31 0 0 1 3.51 9.915c-.615-.855-1.11-1.71-1.47-2.557-.36-.855-.54-1.673-.54-2.453 0-.51.09-.998.27-1.448.18-.457.465-.877.862-1.252.48-.473 1.006-.705 1.56-.705.21 0 .42.045.608.135.195.09.368.225.503.42l1.74 2.453c.135.187.232.36.3.524.067.158.104.316.104.458 0 .18-.052.36-.157.532-.098.173-.24.353-.42.533l-.57.593a.401.401 0 0 0-.12.3c0 .06.008.112.022.172.023.06.045.105.06.15.136.248.368.57.698.96.338.39.697.787 1.087 1.185.405.398.795.765 1.193 1.103.39.33.713.554.967.69.038.014.083.037.135.06.06.022.12.03.188.03a.413.413 0 0 0 .308-.128l.57-.563c.187-.187.367-.33.54-.42a.999.999 0 0 1 .532-.157c.143 0 .293.03.457.098a2.9 2.9 0 0 1 .526.292l2.482 1.762c.195.136.33.293.413.48.075.188.12.375.12.585z' stroke='%238f8f8f' stroke-miterlimit='10'%3E%3C/path%3E%3Cpath d='M13.875 6.75c0-.45-.352-1.14-.877-1.702-.48-.518-1.118-.923-1.748-.923' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M16.5 6.75a5.246 5.246 0 0 0-5.25-5.25' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: 20px center;
background-repeat: no-repeat;
background-size: 18px 18px;
}
.wpcf7-form .contact-form-style-icon .form-date {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M6 1.5v2.25' stroke='%238f8f8f' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12 1.5v2.25' stroke='%238f8f8f' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12 2.625c2.498.135 3.75 1.087 3.75 4.612v4.636c0 3.09-.75 4.635-4.5 4.635h-4.5c-3.75 0-4.5-1.545-4.5-4.635V7.238c0-3.526 1.252-4.47 3.75-4.613h6z' stroke='%238f8f8f' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M15.563 13.2H2.437' stroke='%238f8f8f' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M9 6.188c-.922 0-1.702.502-1.702 1.477 0 .465.217.817.547 1.042-.457.27-.72.705-.72 1.215 0 .93.713 1.508 1.875 1.508 1.155 0 1.875-.578 1.875-1.508 0-.51-.262-.952-.727-1.215.337-.232.547-.577.547-1.042 0-.975-.773-1.478-1.695-1.478zm0 2.13c-.39 0-.675-.233-.675-.6 0-.375.285-.593.675-.593.39 0 .675.218.675.593 0 .367-.285.6-.675.6zM9 10.5c-.495 0-.855-.248-.855-.697 0-.45.36-.69.855-.69s.855.247.855.69c0 .45-.36.697-.855.697z' fill='%238f8f8f'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: 20px center;
background-repeat: no-repeat;
background-size: 18px 18px;
}
.wpcf7-form .contact-form-style-icon .form-person {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M6.87 8.152a1.363 1.363 0 0 0-.248 0A3.315 3.315 0 0 1 3.42 4.83 3.327 3.327 0 0 1 6.75 1.5a3.327 3.327 0 1 1 .12 6.652z' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12.307 3a2.623 2.623 0 0 1 2.625 2.625 2.629 2.629 0 0 1-2.527 2.625.847.847 0 0 0-.195 0' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M3.12 10.92c-1.815 1.215-1.815 3.195 0 4.402 2.063 1.38 5.445 1.38 7.508 0 1.815-1.214 1.815-3.194 0-4.402-2.055-1.373-5.438-1.373-7.508 0z' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M13.755 15c.54-.113 1.05-.33 1.47-.652 1.17-.878 1.17-2.325 0-3.203-.413-.315-.915-.525-1.448-.645' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: 20px center;
background-repeat: no-repeat;
background-size: 18px 18px;
}
.wpcf7-form .contact-form-style-icon .form-time {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M15.563 9.938A6.565 6.565 0 0 1 9 16.5a6.565 6.565 0 0 1-6.563-6.563A6.565 6.565 0 0 1 9 3.375a6.565 6.565 0 0 1 6.563 6.563z' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M9 6v3.75' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M6.75 1.5h4.5' stroke='%238f8f8f' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: 20px center;
background-repeat: no-repeat;
background-size: 18px 18px;
}
.wpcf7-form .contact-form-style-icon .form-note {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M16.667 6.875V15c0 2.5-1.492 3.333-3.334 3.333H6.668c-1.842 0-3.333-.833-3.333-3.333V6.875c0-2.708 1.491-3.333 3.333-3.333 0 .516.208.983.55 1.325.342.341.808.55 1.325.55h2.917a1.878 1.878 0 0 0 1.875-1.875c1.841 0 3.333.625 3.333 3.333z' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M6.667 10.833H10m-3.333 3.334h6.666m0-10.625a1.878 1.878 0 0 1-1.875 1.875H8.541c-.516 0-.983-.209-1.325-.55a1.864 1.864 0 0 1-.55-1.325c0-1.034.842-1.875 1.875-1.875h2.917c.517 0 .983.208 1.325.55.342.341.55.808.55 1.325z' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: 20px 16px;
background-repeat: no-repeat;
background-size: 20px 20px;
}
.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.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;
padding: 0.9375rem 2.375rem;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #ffffff;
justify-content: center;
position: relative;
overflow: hidden;
text-transform: uppercase;
display: inline-block;
}
.wpcf7-form button span, .wpcf7-form input[type=button] span, .wpcf7-form input[type=reset] span, .wpcf7-form input[type=submit] span, .wpcf7-form .button span {
position: relative;
z-index: 2;
}
.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 {
border: 1px solid var(--e-global-color-secondary);
color: white;
background-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;
}
.wpcf7-form button:hover .elementor-button-icon, .wpcf7-form input[type=button]:hover .elementor-button-icon, .wpcf7-form input[type=reset]:hover .elementor-button-icon, .wpcf7-form input[type=submit]:hover .elementor-button-icon, .wpcf7-form .button:hover .elementor-button-icon {
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;
}
.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 {
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-family: "corino-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: 9px;
font-size: 0.5625rem;
content: "";
margin-left: 6px;
color: white;
line-height: 1;
text-indent: 0;
text-align: center;
}
.wpcf7-form button i:before, .wpcf7-form input[type=button] i:before, .wpcf7-form input[type=reset] i:before, .wpcf7-form input[type=submit] i:before, .wpcf7-form .button i:before {
color: #FFFFFF;
-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;
}
.wpcf7-form button:hover i:before, .wpcf7-form input[type=button]:hover i:before, .wpcf7-form input[type=reset]:hover i:before, .wpcf7-form input[type=submit]:hover i:before, .wpcf7-form .button:hover i:before {
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;
}
.elementor-widget-corino-countdown .elementor-corino-countdown {
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: row;
}
.elementor-widget-corino-countdown .elementor-countdown-item {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
margin-right: 5px;
}
.elementor-widget-corino-countdown .elementor-countdown-item:before {
content: ":";
display: inline-block;
position: absolute;
right: -11px;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1;
top: 50%;
transform: translateY(-50%);
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-countdown .elementor-countdown-item:last-child {
margin-right: 0;
}
.elementor-widget-corino-countdown .elementor-countdown-item:last-child:before {
display: none;
}
.elementor-widget-corino-countdown .elementor-countdown-label {
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: 10px;
font-size: 0.625rem;
line-height: 14px;
text-transform: uppercase;
text-align: center;
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-countdown .elementor-countdown-digits {
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: 44px;
font-size: 2.75rem;
line-height: 1.0458;
text-align: center;
color: var(--e-global-color-primary);
}
.elementor-widget-corino-countdown .countdown-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: 15px;
font-size: 0.9375rem;
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-countdown.countdown-style-1 .countdown-inner {
display: flex;
flex-direction: row;
align-items: center;
}
.elementor-widget-corino-countdown.countdown-style-1 .elementor-countdown-item {
padding: 0 32px 0 32px;
}
.elementor-widget-corino-countdown.countdown-style-1 .elementor-countdown-item:before {
display: none;
}
.elementor-widget-corino-countdown.countdown-style-1 .elementor-countdown-item .elementor-countdown-digits {
text-align: center;
margin-bottom: -1px; color: var(--e-global-color-secondary);
}
.elementor-widget-corino-countdown.countdown-style-1 .elementor-countdown-item .elementor-countdown-digits:before {
content: ":";
display: inline-block;
position: absolute;
right: -20px;
font-size: 44px;
font-size: 2.75rem;
line-height: 1;
top: 38%;
transform: translate(-50%, -50%);
color: var(--e-global-color-primary);
}
.elementor-widget-corino-countdown.countdown-style-1 .elementor-countdown-item:last-child .elementor-countdown-digits:before {
display: none;
}
.elementor-widget-corino-countdown.countdown-style-1 .countdown-title {
margin-right: 15px;
}
.elementor-widget-corino-countdown.countdown-style-1 .elementor-countdown-label {
color: var(--e-global-color-text);
}
.elementor-widget-corino-countdown.countdown-style-2 .elementor-countdown-item {
padding: 9px 5px 8px 5px;
border-radius: 4px;
margin-right: 19px;
}
.elementor-widget-corino-countdown.countdown-style-2 .elementor-countdown-item .elementor-countdown-digits {
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);
}
.elementor-counter {
position: relative;
display: flex;
}
.elementor-counter .elementor-counter-wrapper {
margin-bottom: 5px;
}
.elementor-counter .elementor-icon-counter {
justify-content: center;
align-items: center;
font-size: 54px;
font-size: 3.375rem;
}
.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: 1;
color: var(--e-global-color-primary);
}
.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: 32px;
font-size: 2rem;
line-height: 1.25;
color: var(--e-global-color-primary);
}
.elementor-counter .elementor-counter-title {
text-align: inherit;
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;
line-height: 1.5;
color: var(--e-global-color-secondary);
}
.elementor-counter .elementor-counter-sub-title {
font-size: 16px;
font-size: 1rem;
}
.elementor-counter .elementor-counter-description {
font-size: 16px;
font-size: 1rem;
}
.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-center .elementor-counter .elementor-counter-number-wrapper {
justify-content: 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: flex-start;
}
.elementor-vertical-align-middle .elementor-counter {
align-items: center;
}
.elementor-vertical-align-bottom .elementor-counter {
align-items: flex-end;
}
.counter-style-1 .elementor-counter .elementor-counter-number-wrapper {
align-items: center;
background: linear-gradient(148.2deg, #FF1C6A 19.14%, #FF1C6A 38.09%, #FF8103 100%);
-webkit-background-clip: text;
color: transparent;
}
.counter-style-1 .elementor-counter:hover {
box-shadow: 0 0 0 0;
}
.counter-style-1 .elementor-counter .elementor-counter-number, .counter-style-1 .elementor-counter .elementor-counter-number-prefix, .counter-style-1 .elementor-counter .elementor-counter-number-suffix {
color: transparent;
font-size: 120px;
font-size: 7.5rem;
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);
}
.elementor-header-group-wrapper .header-group-action {
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
display: inline-flex;
position: relative;
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-corino-icon-box {
transition: all 0.4s ease;
}
.elementor-widget-corino-icon-box .elementor-icon-box-icon {
display: flex;
}
.elementor-widget-corino-icon-box .elementor-icon-box-icon .elementor-icon {
font-size: 36px;
font-size: 2.25rem;
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-icon-box .elementor-icon-box-title {
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-secondary);
line-height: 1.375;
text-transform: capitalize;
transition: all 0.4s ease;
}
.elementor-widget-corino-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-corino-icon-box .elementor-icon-box-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;
line-height: 1.7142;
margin: 0;
transition: all 0.4s ease;
}
.elementor-widget-corino-icon-box:hover {
cursor: pointer;
}
.elementor-widget-corino-icon-box:hover .elementor-icon-box-title {
color: var(--e-global-color-primary);
}
.elementor-widget-corino-icon-box:hover {
transition: all 0.4s ease;
background-color: #FFFFFF;
}
.elementor-widget-corino-icon-box .elementor-icon-box-wrapper {
display: block;
text-align: center;
}
.elementor-widget-corino-icon-box.elementor-view-default .elementor-icon {
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.elementor-widget-corino-icon-box.elementor-view-stacked .elementor-icon {
color: #fff;
background-color: var(--e-global-color-primary);
}
.elementor-widget-corino-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
border: 1px dashed;
border-color: #DDDADA;
}
.elementor-widget-corino-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
border: 1px solid var(--e-global-color-secondary);
}
.elementor-widget-corino-icon-box.elementor-position-top .elementor-icon-box-wrapper {
display: block;
text-align: center;
}
.elementor-widget-corino-icon-box.elementor-position-top .elementor-icon-box-wrapper.elementor-icon-box-icon.elementor-icon {
display: flex;
justify-content: center;
}
.elementor-widget-corino-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-corino-icon-box.elementor-position-right .elementor-icon-box-wrapper {
display: flex;
}
.elementor-widget-corino-icon-box.elementor-position-top .elementor-icon-box-wrapper {
flex-direction: column;
}
.elementor-widget-corino-icon-box.elementor-position-left .elementor-icon-box-wrapper {
text-align: left;
flex-direction: row;
}
.elementor-widget-corino-icon-box.elementor-position-right .elementor-icon-box-wrapper {
text-align: right;
flex-direction: row-reverse;
}
.elementor-widget-corino-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-corino-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-corino-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-corino-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
align-items: flex-start;
}
}
@media (min-width: 768px) {
.elementor-widget-corino-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
align-items: center;
}
}
@media (min-width: 768px) {
.elementor-widget-corino-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
align-items: flex-end;
}
}
.icon-effects-yes .elementor-icon-box-icon .elementor-icon {
position: relative;
}
.icon-effects-yes .elementor-icon-box-icon .elementor-icon:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 28px;
height: 28px;
border-radius: 50%;
background-color: var(--e-global-color-primary);
}
.icon-box-style-1 .elementor-icon-box-icon {
display: flex;
}
.icon-box-style-1 .elementor-icon {
position: relative;
width: 60px !important;
height: 60px;
border-radius: 50%;
}
.icon-box-style-1 .elementor-icon svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.icon-box-style-2 {
position: relative;
-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-box-style-2:hover {
border-color: var(--e-global-color-secondary);
-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;
box-shadow: 8px 8px 0px 0px rgba(34, 34, 34, 0.1);
}
.swiper-wrapper {
transition-timing-function: linear !important;
}
.elementor-slider-image-item-wrapper .elementor-slider-image-item .item-inner img {
width: 100%;
height: fit-content;
object-fit: cover;
}
.elementor-slider-image-item-wrapper .elementor-slider-image-item .item-inner .slider-image_item {
position: relative;
overflow: hidden;
display: block;
}
.elementor-slider-image-item-wrapper .elementor-slider-image-item .item-inner .slider-image_item:after {
content: "";
position: absolute;
top: 0;
left: 0;
background-color: #00000099;
opacity: 0;
width: 100%;
height: 100%;
transition: all 0.35s;
visibility: visible;
}
.elementor-slider-image-item-wrapper .elementor-slider-image-item .item-inner .slider-image_item i {
top: 0;
left: 0;
opacity: 0;
visibility: visible;
transition: all 0.35s;
color: white;
z-index: 2;
font-size: 50px;
font-size: 3.125rem;
line-height: 1;
letter-spacing: 0;
font-weight: 400;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.elementor-slider-image-item-wrapper .elementor-slider-image-item .item-inner .slider-image_item:hover:after {
opacity: 1;
}
.elementor-slider-image-item-wrapper .elementor-slider-image-item .item-inner .slider-image_item:hover i {
opacity: 1;
visibility: visible;
}
.elementor-slider-image-item-wrapper .elementor-slider-image-swiper .swiper-slide {
height: 100%;
}
.elementor-slider-image-item-wrapper .elementor-slider-image-swiper .swiper-slide .item-inner {
display: flex;
flex-direction: column;
height: 100%;
}
.elementor-widget-pavo-image-gallery .grid__item a {
display: block;
}
.elementor-widget-pavo-image-gallery .grid__item a img {
display: block;
}
.elementor-widget-pavo-image-gallery .grid__item .gallery-image {
height: 400px;
}
.elementor-widget-pavo-image-gallery .grid__item .gallery-image a img {
height: 100%;
width: 100%;
}
.elementor-widget-corino-image-gallery .grid__item:nth-child(4n+4) {
transform: translateY(calc(20% - 5px));
}
.elementor-widget-corino-image-gallery .grid__item:nth-child(4n+2) {
transform: translateY(calc(20% - 5px));
}
@media (max-width: 768px) {
.elementor-widget-corino-image-gallery .grid__item:nth-child(n) {
transform: translateY(calc(0% - 5px));
}
}
.elementor-widget-corino-image-gallery .gallery-image {
height: 400px;
}
.elementor-widget-corino-image-gallery .gallery-image a img {
height: 100%;
width: 100%;
object-fit: cover;
}
.elementor-widget-corino-image-gallery .gallery-image a:before {
content: "";
}
.corino-image-gallery-sweet .isotope-grid .grid__item {
width: 294px !important;
height: 264px !important;
}
.corino-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;
}
.corino-image-gallery-sweet .isotope-grid .grid__item .gallery-image a:before {
display: none;
}
.corino-image-gallery-sweet .isotope-grid .grid__item:nth-child(1) {
top: 30% !important;
}
.corino-image-gallery-sweet .isotope-grid .grid__item:nth-child(even) {
top: 5% !important;
}
.corino-image-gallery-sweet .isotope-grid .grid__item:nth-child(2) {
left: 249px !important;
}
.corino-image-gallery-sweet .isotope-grid .grid__item:nth-child(3) {
left: 498px !important;
top: 30% !important;
}
.corino-image-gallery-sweet .isotope-grid .grid__item:nth-child(4) {
left: 747px !important;
}
.corino-image-gallery-sweet .isotope-grid .grid__item:nth-child(5) {
right: 0 !important;
left: unset !important;
top: 30% !important;
}
.corino-image-gallery-masonry .isotope-grid {
height: 1120px !important;
}
@media (max-width: 1200px) {
.corino-image-gallery-masonry .isotope-grid {
height: 902px !important;
}
}
@media (max-width: 1024px) {
.corino-image-gallery-masonry .isotope-grid {
height: 2243px !important;
}
}
.corino-image-gallery-masonry .grid__item:nth-child(4) {
top: 290px !important;
left: 480px !important;
position: absolute;
}
@media (max-width: 1440px) {
.corino-image-gallery-masonry .grid__item:nth-child(4) {
left: 473px !important;
}
}
@media (max-width: 1200px) {
.corino-image-gallery-masonry .grid__item:nth-child(4) {
top: 238px !important;
left: 390px !important;
}
}
@media (max-width: 1024px) {
.corino-image-gallery-masonry .grid__item:nth-child(4) {
left: 0 !important;
top: 36.5% !important;
}
}
.corino-image-gallery-masonry .grid__item:nth-child(4) .gallery-image {
width: 450px !important;
height: 340px !important;
}
@media (max-width: 1440px) {
.corino-image-gallery-masonry .grid__item:nth-child(4) .gallery-image {
width: 435px !important;
}
}
@media (max-width: 1200px) {
.corino-image-gallery-masonry .grid__item:nth-child(4) .gallery-image {
width: 360px !important;
}
}
.corino-image-gallery-masonry .grid__item:nth-child(6) {
top: 660px !important;
left: 480px !important;
position: absolute;
}
@media (max-width: 1440px) {
.corino-image-gallery-masonry .grid__item:nth-child(6) {
left: 473px !important;
top: 651px !important;
}
}
@media (max-width: 1200px) {
.corino-image-gallery-masonry .grid__item:nth-child(6) {
top: 534px !important;
left: 390px !important;
}
.corino-image-gallery-masonry .grid__item:nth-child(6) .gallery-image {
width: 360px !important;
}
}
@media (max-width: 1024px) {
.corino-image-gallery-masonry .grid__item:nth-child(6) {
left: 0 !important;
top: 122.5% !important;
}
}
@media (max-width: 1440px) {
.corino-image-gallery-masonry .grid__item:nth-child(6) {
width: 435px !important;
}
}
.corino-image-gallery-masonry .grid__item:nth-child(7) {
top: 603px !important;
left: 960px !important;
position: absolute;
}
@media (max-width: 1440px) {
.corino-image-gallery-masonry .grid__item:nth-child(7) {
top: 590px !important;
left: 940px !important;
}
}
@media (max-width: 1200px) {
.corino-image-gallery-masonry .grid__item:nth-child(7) {
top: 488px !important;
left: 780px !important;
}
}
.corino-image-gallery-masonry img {
width: 100% !important;
object-fit: cover;
}
@media (min-width: 1024px) {
.corino-image-gallery-masonry .grid__item:nth-child(10n+4), .corino-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-corino-image-gallery {
width: 100%;
}
.elementor-widget-corino-image-gallery ul {
margin: 0 0 55px 0;
}
.elementor-widget-corino-image-gallery .gallery-image {
position: relative;
}
.elementor-widget-corino-image-gallery .gallery-image a i {
display: none;
}
.elementor-widget-corino-image-gallery .gallery-image img {
display: block;
transition: all 0.3s ease;
}
.elementor-widget-corino-image-gallery .gallery-image:nth-child(even) {
margin-top: 30px;
}
.elementor-widget-corino-image-gallery .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-widget-corino-image-gallery .elementor-galerry__filter .count {
display: none;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-secondary);
position: absolute;
top: -10px;
}
.elementor-widget-corino-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-corino-image-gallery .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-secondary);
z-index: 2;
font-size: 13px;
font-size: 0.8125rem;
line-height: 20px;
font-weight: 400;
position: absolute;
width: 50px;
height: 50px;
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-corino-image-gallery .corino-carousel .slick-list {
overflow: visible;
}
@media only screen and (max-width: 650px) {
.corino-image-gallery-masonry .grid__item:nth-child(5), .corino-image-gallery-masonry .grid__item:nth-child(5n+6) {
width: 100% !important;
}
}
.corino-language-switcher .item > div {
display: flex;
cursor: pointer;
align-items: center;
}
.corino-language-switcher ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 12px;
font-size: 0.75rem;
}
.corino-language-switcher span {
font-size: 10px;
font-size: 0.625rem;
line-height: 15px;
font-weight: var(--e-global-typography-tertiary-font-weight);
text-transform: uppercase;
color: var(--e-global-color-text);
}
.corino-language-switcher img {
display: inline-block;
height: 20px;
object-fit: cover;
width: 20px;
border-radius: 100%;
margin-right: 7px;
}
.corino-language-switcher .language-switcher-head .title {
margin-right: 5px;
}
.corino-language-switcher .language-switcher-head img {
margin-right: 7px;
}
.corino-language-switcher a {
display: block;
}
.corino-language-switcher .item > div {
display: flex;
cursor: pointer;
align-items: center;
}
.corino-language-switcher .item > div i {
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-secondary);
}
.corino-language-switcher .sub-item {
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
z-index: 999;
text-align: left;
top: calc(100% + 5px);
padding: 10px 0;
background-color: #fff;
pointer-events: none;
box-shadow: 0 0 30px 0 #0000001A;
-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(20px);
}
.corino-language-switcher .sub-item:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 10px;
top: -10px;
}
.corino-language-switcher .sub-item a {
display: flex;
align-items: center;
padding: 7px 15px;
min-width: 126px;
white-space: nowrap;
}
.corino-language-switcher .sub-item a:hover, .corino-language-switcher .sub-item a:focus {
background-color: rgba(0, 0, 0, 0.05);
}
.corino-language-switcher .sub-item a > span {
text-transform: unset;
}
.corino-language-switcher li.item {
position: relative;
}
.corino-language-switcher li.item:hover .sub-item {
transform: translateY(0);
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.corino-language-switcher-divider-yes .corino-language-switcher .language-switcher-head {
border: 1px solid var(--e-global-color-border);
padding: 4px 11px;
}
.corino-language-switcher-divider-yes .corino-language-switcher .language-switcher-head img {
display: none;
}
.corino-language-switcher-divider-yes .corino-language-switcher .language-switcher-head span {
color: var(--e-global-color-lighter);
font-size: 12px;
font-size: 0.75rem;
line-height: 24px;
text-transform: initial;
}
.corino-language-switcher-divider-yes .corino-language-switcher .language-switcher-head i {
-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;
}
.corino-language-switcher-divider-yes .corino-language-switcher .language-switcher-head i:before {
color: var(--e-global-color-lighter);
}
.corino-language-switcher-divider-yes .corino-language-switcher .sub-item {
bottom: calc(100% + 5px);
top: auto;
}
.corino-language-switcher-divider-yes .corino-language-switcher:hover li.item .language-switcher-head i {
-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;
rotate: -180deg;
}
.language-switcher-style-hover-right-yes .corino-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;
}
.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 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.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;
padding: 0.9375rem 2.375rem;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #ffffff;
justify-content: center;
position: relative;
overflow: hidden;
text-transform: uppercase;
display: inline-block;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.6666667;
width: 100%;
Padding: 14px 36px 14px 36px;
}
.form-style .mc4wp-form button[type=submit] span {
position: relative;
z-index: 2;
}
.form-style .mc4wp-form button[type=submit]:hover {
border: 1px solid var(--e-global-color-secondary);
color: white;
background-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;
}
.form-style .mc4wp-form button[type=submit]:hover .elementor-button-icon {
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;
}
.form-style .mc4wp-form input[type=email] {
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);
margin-bottom: 20px;
width: 100%;
padding: 0 0 18px 0;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.166667;
border-top: none;
border-left: none;
border-right: none;
text-transform: capitalize;
}
.form-style .mc4wp-form input[type=email]::placeholder {
color: var(--e-global-color-lighter);
}
.form-mailchimp-style-1 .mc4wp-form {
margin: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields {
display: flex;
background-color: transparent;
justify-content: space-between;
width: 100%;
gap: 11px;
}
@media (max-width: 425px) {
.form-mailchimp-style-1 .mc4wp-form-fields {
display: block;
}
}
.form-mailchimp-style-1 .mc4wp-form-fields p:first-child {
width: 80%;
}
@media (max-width: 425px) {
.form-mailchimp-style-1 .mc4wp-form-fields p:first-child {
width: 100%;
padding-bottom: 10px;
}
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=email] {
margin-bottom: 0;
padding: 15px 0 15px 0;
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: 20px;
background-color: transparent;
color: var(--e-global-color-text);
border-bottom: 1px solid var(--e-global-color-border);
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] {
width: 100%;
padding: 14px 70px 14px 70px;
letter-spacing: 2px;
font-size: 12px;
font-size: 0.75rem;
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=submit] {
background-color: transparent;
border: none;
color: #221D1A;
padding-right: 0;
padding-left: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=submit]:hover {
color: #BD7655;
}
.form-checkbox {
display: flex;
justify-content: center;
margin-top: 30px;
}
.form-checkbox input [type=checkbox] {
background-color: var(--e-global-color-primary);
}
.hidden-corino-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);
}
.corino-canvas-menu-layout-1.elementor-widget-corino-menu-canvas .corino-icon {
margin-right: 13px;
}
.corino-canvas-menu-layout-2.elementor-widget-corino-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
display: none;
}
.corino-canvas-menu-layout-2.elementor-widget-corino-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .corino-icon {
margin-right: 0;
}
.corino-canvas-menu-layout-3.elementor-widget-corino-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button {
display: flex;
flex-direction: column-reverse;
align-items: center;
gap: 10px;
}
.corino-canvas-menu-layout-3.elementor-widget-corino-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .corino-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 {
text-transform: uppercase;
}
.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.corino-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.corino-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.corino-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.corino-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.corino-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.corino-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.corino-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.corino-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.corino-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.corino-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, .nav-vertical-navigation ul.menu li.current-menu-ancestor > a, .nav-vertical-navigation ul.menu li.current-menu-parent > a {
color: var(--e-global-color-primary);
}
.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-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
line-height: 100px;
font-size: 80px;
font-size: 5rem;
color: #9A9A9A;
}
.nav-vertical-navigation ul.menu > li li a {
display: block;
padding: 10px 0;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
line-height: 100px;
font-size: 80px;
font-size: 5rem;
}
.nav-vertical-navigation ul.menu .sub-menu {
position: absolute;
left: 100%;
width: 1200px;
list-style: none;
transform: translateZ(0);
opacity: 0;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.nav-vertical-navigation ul.menu .sub-menu li.menu-item {
padding: 0 30px;
}
.nav-vertical-navigation ul.menu .sub-menu li.menu-item a {
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}
.nav-vertical-navigation ul.menu .sub-menu li.menu-item a:after {
content: "/";
position: relative;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
left: 34px;
}
.nav-vertical-navigation ul.menu .sub-menu li.menu-item:hover a {
color: transparent;
-webkit-text-stroke: 1px var(--e-global-color-primary);
}
.nav-vertical-navigation ul.menu .sub-menu li.menu-item:hover a:after {
-webkit-text-stroke: 1px var(--e-global-color-primary);
}
.nav-vertical-navigation ul.menu .sub-menu li.menu-item:last-child a:after {
display: none;
}
.nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-item > a, .nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-ancestor > a, .nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-parent > a {
color: transparent;
-webkit-text-stroke: 1px var(--e-global-color-primary);
}
.nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-item > a:after, .nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-ancestor > a:after, .nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-parent > a:after {
-webkit-text-stroke: 1px var(--e-global-color-primary);
}
@keyframes qode-menu-item {
0% {
opacity: 0;
transform: translateX(30px);
}
35% {
opacity: 0.5;
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.elementor-widget-corino-nav-menu.corino-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item:not(:last-child) > a:before {
content: "";
position: absolute;
display: inline-block;
height: 24px;
width: 1px;
right: -40px;
top: 50%;
transform: translateY(-50%);
background-color: #D9D9D9;
}
@media only screen and (max-width: 1200px) {
.elementor-widget-corino-nav-menu.corino-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item > a:before {
right: 8px;
}
}
.icon-hot-deal:before {
content: url(https://i.imgur.com/B65gvMe.png);
}
.icon-gift-box:before {
content: url(https://i.imgur.com/2Mithgk.png);
}
.menu-sale .main-navigation ul.menu > li.menu-item:last-child > a {
color: var(--e-global-color-primary) !important;
}
.menu-usd .main-navigation ul.menu li.menu-item ul {
transform: translate(0, 20px);
left: 20px;
z-index: 999;
}
.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item {
padding: 0;
}
.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item a {
padding: 7px 15px !important;
border: none !important;
color: var(--e-global-color-text);
}
.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item a:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.menu-usd .main-navigation ul.menu li.menu-item:hover ul {
transform: translate(0, 0);
}
.elementor-widget-corino-post-grid .slick-list {
overflow: visible;
clip-path: inset(-30px -14px);
}
.elementor-widget-corino-post-grid .slick-slide:not(.slick-active) .post-inner {
box-shadow: unset;
}
[class*=post-style-] .post-inner {
display: block;
}
[class*=post-style-] .post-inner .post-content {
padding-top: 25px;
}
[class*=post-style-] .post-inner .post-content .entry-content {
padding: 13px 0;
}
[class*=post-style-] .post-inner .post-image .post-thumbnail {
margin-bottom: 0;
padding-top: 67.3%;
}
[class*=post-style-] .excerpt-content {
-webkit-line-clamp: 2;
padding-top: 13px;
}
[class*=post-style-] .entry-title {
margin: 0;
}
.layout-post-style-1 .post-image .post-thumbnail img {
height: 410px;
}
.layout-post-style-1 .post-content .entry-content {
padding-bottom: 24px;
padding-top: 10px;
}
.layout-post-style-1 .post-content .entry-content .entry-title {
font-size: 24px;
font-size: 1.5rem;
line-height: 33px;
}
.layout-post-style-1 .post-content .entry-content .excerpt-content {
padding-top: 6px;
}
.layout-post-style-1 .post-content .post-more {
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 880px) {
.layout-post-style-1 .post-content .entry-content .entry-title {
font-size: 20px;
font-size: 1.25rem;
line-height: 28px;
}
}
.layout-post-style-2 .post-inner, .layout-post-style-3 .post-inner {
display: flex;
}
.layout-post-style-2 .post-inner .post-image .post-thumbnail img, .layout-post-style-3 .post-inner .post-image .post-thumbnail img {
width: 100%;
height: 100%;
}
.layout-post-style-2 .post-inner .excerpt-content, .layout-post-style-3 .post-inner .excerpt-content {
-webkit-line-clamp: 3;
}
@media (max-width: 568px) {
.layout-post-style-2 .post-inner, .layout-post-style-3 .post-inner {
flex-direction: column;
}
}
@media (max-width: 880px) {
.layout-post-style-2 .post-inner .post-image .post-thumbnail, .layout-post-style-3 .post-inner .post-image .post-thumbnail {
width: 100%;
}
.layout-post-style-2 .post-inner .post-image .post-thumbnail img, .layout-post-style-3 .post-inner .post-image .post-thumbnail img {
height: 100%;
}
.layout-post-style-2 .post-inner .post-content, .layout-post-style-3 .post-inner .post-content {
padding: 20px 0 0;
}
}
.layout-post-style-2 .post-inner {
grid-column-gap: 50px;
align-items: center;
}
@media (max-width: 1366px) {
.layout-post-style-2 .post-inner {
grid-column-gap: 30px;
}
}
.layout-post-style-2 .post-inner .post-content {
width: 42.23%;
padding-top: 0;
}
.layout-post-style-2 .post-inner .post-content .entry-content .entry-title {
-webkit-line-clamp: 3;
}
@media (max-width: 1366px) {
.layout-post-style-2 .post-inner .post-content .entry-content .entry-title {
-webkit-line-clamp: 2;
font-size: 20px;
font-size: 1.25rem;
}
}
@media (max-width: 1024px) {
.layout-post-style-2 .post-inner .post-content .entry-content .excerpt-content {
-webkit-line-clamp: 2;
}
}
@media (max-width: 568px) {
.layout-post-style-2 .post-inner .post-content {
width: 100%;
padding-top: 20px;
}
}
.layout-post-style-2 .post-inner .post-image {
width: 48.9%;
}
.layout-post-style-2 .post-inner .post-image .post-thumbnail {
padding-top: 87.4%;
}
@media (max-width: 1366px) {
.layout-post-style-2 .post-inner .post-image .post-thumbnail {
padding-top: 110%;
}
}
@media (max-width: 568px) {
.layout-post-style-2 .post-inner .post-image {
width: 100%;
}
}
.layout-post-style-3 .post-inner {
background-color: #FBF8F2;
}
.layout-post-style-3 .post-inner .post-content {
width: 49.4%;
padding: 40px;
}
.layout-post-style-3 .post-inner .post-content .entry-content .entry-title {
-webkit-line-clamp: 3;
}
@media (min-width: 1366px) {
.layout-post-style-3 .post-inner .post-content {
padding: 80px 80px 0 90px;
}
}
@media (max-width: 568px) {
.layout-post-style-3 .post-inner .post-content {
width: 100%;
padding: 20px;
}
}
.layout-post-style-3 .post-inner .post-image {
width: 50.6%;
}
.layout-post-style-3 .post-inner .post-image .post-thumbnail {
padding-top: 64.51%;
}
@media (max-width: 880px) {
.layout-post-style-3 .post-inner .post-image .post-thumbnail {
padding-top: 85%;
}
}
@media (max-width: 568px) {
.layout-post-style-3 .post-inner .post-image {
width: 100%;
}
}
.layout-post-style-3 .post-inner .entry-meta {
background-color: white;
}
.post-style-1 .post-thumbnail {
width: 100%;
}
.post-style-1 .entry-content {
margin: 0;
}
.elementor-grid-title {
font-size: 26px;
font-size: 1.625rem;
text-align: center;
margin-bottom: 30px;
padding-top: 60px;
border-top: 1px solid var(--e-global-color-border);
}
.blog-style-grid {
margin: 0;
}
.blog-style-grid .elementor-grid {
grid-row-gap: 20px;
}
@media (min-width: 568px) {
.blog-style-grid .elementor-grid {
grid-row-gap: 50px;
grid-column-gap: 50px;
}
}
.elementor-widget-corino-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-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-weight: var(--e-global-typography-text-font-weight);
text-transform: capitalize;
color: var(--e-global-color-secondary);
letter-spacing: 0;
}
.elementor-widget-corino-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title a {
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title a:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-corino-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-description {
font-size: 16px;
font-size: 1rem;
line-height: 24px;
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-lighter);
}
.elementor-widget-corino-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
margin: 0 auto;
}
.elementor-widget-corino-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-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-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-secondary);
display: flex;
justify-content: center;
gap: 7px;
}
.elementor-widget-corino-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-old-price {
display: inline-block;
text-decoration: line-through;
color: var(--e-global-color-lighter);
}
.elementor-widget-corino-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-corino-menu-list .menu-style-1 .elementor-menu-list-item {
display: flex;
}
.elementor-widget-corino-menu-list .menu-style-1 .elementor-menu-list-image {
width: 110px;
margin-right: 30px;
}
.elementor-widget-corino-menu-list .menu-style-1 .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
}
.elementor-widget-corino-menu-list .menu-style-1 .elementor-menu-list-text {
flex: 1;
}
.elementor-widget-corino-menu-list .menu-style-1 .elementor-menu-list-title {
margin-bottom: 10px;
}
.elementor-widget-corino-menu-list .menu-style-1 .elementor-menu-list-description {
margin-bottom: 10px;
}
.elementor-widget-corino-menu-list .menu-style-2 {
grid-row-gap: 22px;
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-item {
display: flex;
align-items: center;
padding: 0;
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-image {
width: 100px;
margin-right: 25px;
}
@media (max-width: 576px) {
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-image {
width: 80px;
margin-right: 16px;
}
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-text {
flex: 1;
}
@media (max-width: 576px) {
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-text .elementor-menu-list-header {
flex-direction: row;
}
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-sub-title {
font-size: 12px;
font-size: 0.75rem;
line-height: 1rem;
padding: 4px 12px;
background: var(--e-global-color-primary);
color: var(--body-color);
text-transform: uppercase;
margin: 0;
margin-left: 9px;
font-weight: var(--e-global-typography-accent-font-weight);
letter-spacing: 0.4px;
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-title {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.4em;
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-header {
display: flex;
align-items: baseline;
flex-basis: 100%;
margin-bottom: 5px;
justify-content: space-between;
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-separator {
flex-grow: 1;
margin-left: 10px;
margin-right: 10px;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: var(--e-global-color-lighter);
height: 3px;
}
.elementor-widget-corino-menu-list .menu-style-3 .elementor-menu-list-item {
text-align: center;
}
.elementor-widget-corino-menu-list .menu-style-3 .elementor-menu-list-image {
width: 100%;
margin-bottom: 20px;
position: relative;
}
.elementor-widget-corino-menu-list .menu-style-3 .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
}
.elementor-widget-corino-menu-list .menu-style-3 .elementor-menu-list-sub-title {
position: absolute;
top: 0;
left: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1rem;
padding: 10px 20px;
background: var(--e-global-color-primary);
color: var(--body-color);
text-transform: uppercase;
margin: 0;
font-weight: var(--e-global-typography-accent-font-weight);
letter-spacing: 0.4px;
}
.elementor-widget-corino-menu-list .menu-style-3 .elementor-menu-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;
color: var(--e-global-color-text);
line-height: 1.4em;
margin-bottom: 6px;
}
.elementor-widget-corino-menu-list .menu-style-3 .elementor-menu-list-description {
font-size: 16px;
font-size: 1rem;
line-height: 1.4em;
margin-bottom: 12px;
}
.elementor-widget-corino-menu-list .menu-style-3 .elementor-menu-list-header {
display: flex;
align-items: baseline;
flex-basis: 100%;
margin-bottom: 5px;
justify-content: space-between;
}
.elementor-widget-corino-menu-list .menu-style-3 .elementor-menu-list-separator {
flex-grow: 1;
margin-left: 10px;
margin-right: 10px;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: var(--e-global-color-lighter);
height: 3px;
}
.elementor-widget-corino-menu-list .menu-style-4 .elementor-menu-list-item {
text-align: center;
}
.elementor-widget-corino-menu-list .menu-style-4 .elementor-menu-list-item:nth-child(2n+1) {
padding-top: 40px;
}
.elementor-widget-corino-menu-list .menu-style-4 .slick-slide .elementor-menu-list-item {
padding-top: 0;
}
.elementor-widget-corino-menu-list .menu-style-4 .slick-slide:nth-child(2n+1) .elementor-menu-list-item {
padding-top: 40px;
}
.elementor-widget-corino-menu-list .menu-style-4 .elementor-menu-list-image {
margin-bottom: 20px;
}
.elementor-widget-corino-menu-list .menu-style-4 .elementor-menu-list-title {
margin-bottom: 15px;
}
.elementor-widget-corino-menu-list .menu-style-4 .elementor-menu-list-description {
margin-bottom: 15px;
color: var(--e-global-color-lighter);
}
.elementor-widget-corino-menu-list .menu-style-5 .elementor-menu-list-image {
position: relative;
overflow: hidden;
}
.elementor-widget-corino-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-corino-menu-list .menu-style-5 .elementor-menu-list-item-content {
position: relative;
}
.elementor-widget-corino-menu-list .menu-style-5 .elementor-menu-list-image + .elementor-menu-list-text {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.elementor-widget-corino-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-corino-menu-list .menu-style-5 .elementor-menu-list-header {
flex: 1;
}
.elementor-widget-corino-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-corino-menu-list .menu-style-5 .elementor-menu-list-title a {
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-menu-list .menu-style-5 .elementor-menu-list-title a:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-corino-menu-list .menu-style-5 .elementor-menu-list-description {
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-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);
}
@media screen and (max-width: 576px) {
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-item .elementor-menu-list-sub-title {
margin-left: 0;
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-item .elementor-menu-list-header {
flex-direction: column;
}
.elementor-widget-corino-menu-list .menu-style-2 .elementor-menu-list-item .elementor-menu-list-separator {
margin: 0;
}
}
.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-corino-product-categories .corino-swiper {
clip-path: inset(-20px);
overflow: visible;
}
.elementor-widget-corino-product-categories .category-product-img {
display: inline-flex;
width: 100%;
align-items: center;
justify-content: center;
}
.elementor-widget-corino-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-corino-product-categories .category-product-img a {
overflow: hidden;
}
.elementor-widget-corino-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);
}
.elementor-widget-corino-product-categories .category-title a {
color: inherit;
}
.elementor-widget-corino-product-categories .category-count-wrapper {
font-size: 12px;
font-size: 0.75rem;
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);
line-height: 1;
color: var(--e-global-color-lighter);
transition: all 0.3s ease;
}
.elementor-widget-corino-product-categories .category-count-wrapper .category-count {
color: var(--e-global-color-lighter);
}
.category-product-style-1 .elementor-categories-item {
padding: 40px 37px 44px 40px;
}
.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.375;
margin: 16px 0 0 0;
text-transform: capitalize;
}
.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;
border-radius: 50%;
}
.category-product-style-1 .product-cat .category-product-img a {
overflow: hidden;
border-radius: 50%;
}
.category-product-style-1 .product-cat .category-product-img img {
width: 180px;
height: 180px;
border-radius: 50%;
object-fit: cover;
margin: 0 auto;
overflow: hidden;
}
.category-product-style-1 .product-cat:hover {
transition: all 0.4s ease;
}
.category-product-style-1 .product-cat:hover .category-product-img img {
transform: scale(1.05);
}
.category-product-style-1 .product-cat:hover .category-title {
color: var(--e-global-color-primary);
}
.category-product-style-1 .category-product-caption {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
position: relative;
}
.category-product-style-1 .category-product-caption .category-product-button-wrapper .category-product-button {
position: relative;
}
.category-product-style-1 .category-product-caption .category-product-button-wrapper .category-product-button .button-text {
color: var(--e-global-color-secondary);
letter-spacing: 0.1em;
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;
text-transform: uppercase;
}
.category-product-style-1 .category-product-caption .category-product-button-wrapper .category-product-button .button-text:hover {
color: var(--e-global-color-primary);
}
.category-product-style-1 .category-count-wrapper {
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);
line-height: 1.625;
color: var(--e-global-color-lighter);
transition: all 0.4s ease;
text-transform: lowercase;
}
.category-product-style-1 .category-count-wrapper .category-count {
color: var(--e-global-color-lighter);
}
.category-product-style-2 .category-product-img {
position: relative;
transition: all 0.3s ease;
}
.category-product-style-2 .category-product-img i, .category-product-style-2 .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: 64px;
height: 64px;
}
.category-product-style-2 .category-product-img img {
transition: all 0.4s ease;
}
.category-product-style-2 .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.375;
}
.category-product-style-2 .category-count-wrapper {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
font-size: 0.75rem;
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);
line-height: 1.5;
color: var(--e-global-color-lighter);
transition: all 0.4s ease;
background-color: #FFFFFF;
border: 1px solid var(--e-global-color-border);
padding: 7px 8px 6px 12px;
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.category-product-style-2 .category-count-wrapper .category-count {
color: var(--e-global-color-lighter);
}
.category-product-style-2 .category-count-wrapper .category-count-text {
font-size: 0px;
font-size: 0rem;
}
.category-product-style-2 .elementor-categories-item {
width: fit-content;
margin: 0 auto;
}
.category-product-style-2 .product-cat {
position: relative;
width: fit-content;
margin: 0 auto;
}
.category-product-style-2 .product-cat .category-product-img {
background-color: #FBF8F2;
transition: background-color 0.4s ease;
width: 120px;
height: 120px;
border-radius: 50%;
margin-bottom: 24px;
}
.category-product-style-2 .product-cat .category-product-img a {
transition: all 0.4s ease;
}
.category-product-style-2 .product-cat img {
opacity: 0;
visibility: hidden;
}
.category-product-style-2 .product-cat:hover .category-product-img {
background-color: var(--e-global-color-primary);
}
.category-product-style-2 .product-cat:hover .category-product-img a {
color: #ffffff;
}
.category-product-style-2 .product-cat:hover .category-title {
color: var(--e-global-color-primary);
}
.category-product-style-2 .product-cat:hover .category-count-wrapper {
opacity: 1;
visibility: visible;
}
.category-product-style-3 .title-count {
margin-bottom: 0;
transition: all 0.8s ease;
margin-top: 16px;
display: flex;
justify-content: center;
}
.category-product-style-3 .title-count .category-title {
letter-spacing: 0;
}
.category-product-style-3 .title-count .category-count-wrapper .category-count {
margin-left: 5px;
}
.category-product-style-3 .title-count .category-count-wrapper .category-count-text {
display: none;
}
.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.375;
}
.category-product-style-3 .category-title a {
color: var(--e-global-color-secondary);
}
.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 .elementor-categories-item {
position: relative;
}
.category-product-style-3 .elementor-categories-item .category-product-img {
position: relative;
width: 180px;
height: 180px;
border-radius: 50%;
overflow: hidden;
}
.category-product-style-3 .elementor-categories-item .category-product-img a {
position: relative;
}
.category-product-style-3 .elementor-categories-item .category-product-img a img {
z-index: 1;
width: 180px;
height: 180px;
border-radius: 50%;
object-fit: cover;
overflow: hidden;
}
.category-product-style-3 .elementor-categories-item:hover .category-title a {
color: var(--e-global-color-primary);
}
.category-product-style-3 .elementor-categories-item:hover .category-product-img img {
transform: scale(1.05);
}
.category-product-style-4 .title-count {
margin-bottom: 0;
transition: all 0.8s ease;
margin-top: 16px;
display: flex;
justify-content: center;
flex-direction: column;
}
.category-product-style-4 .title-count .category-title {
letter-spacing: 0;
margin: 0;
}
.category-product-style-4 .title-count .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);
text-transform: lowercase;
}
.category-product-style-4 .category-title a {
color: var(--e-global-color-secondary);
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: 20px;
font-size: 1.25rem;
text-transform: uppercase;
line-height: 1.15;
}
.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;
height: 290px;
background: white;
display: flex;
justify-content: center;
align-items: center;
}
@media (min-width: 1367px) {
.category-product-style-4 .elementor-categories-item {
width: 190px;
}
}
.category-product-style-4 .elementor-categories-item .category-product-img {
position: relative;
}
.category-product-style-4 .elementor-categories-item .category-product-img img {
height: 150px;
}
.category-product-style-4 .elementor-categories-item .category-product-img:before {
content: "";
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
background-color: #FBF8F2;
-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;
}
.category-product-style-4 .elementor-categories-item .category-product-img a {
position: relative;
}
.category-product-style-4 .elementor-categories-item .category-product-caption {
display: flex;
}
.category-product-style-4 .elementor-categories-item:hover .category-product-img img {
transform: scale(1);
}
.category-product-style-4 .elementor-categories-item:hover .category-product-img:before {
background-color: var(--product-category-color);
-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;
}
.category-product-style-4.corino-highlight_cat-yes .elementor-categories-item {
transition: all 0.3s ease;
}
.category-product-style-4.corino-highlight_cat-yes .elementor-categories-item .product-cat {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.category-product-style-4.corino-highlight_cat-yes .elementor-categories-item .product-cat img {
height: 150px;
}
@media (min-width: 1441px) {
.category-product-style-4.corino-highlight_cat-yes .corino-swiper-wrapper .swiper-slide-active {
width: 400px !important;
}
.category-product-style-4.corino-highlight_cat-yes .corino-swiper-wrapper .swiper-slide-active .product-cat {
width: 100%;
position: relative;
flex-direction: row;
gap: 29px;
}
.category-product-style-4.corino-highlight_cat-yes .corino-swiper-wrapper .swiper-slide-active .product-cat .category-product-img {
width: 150px;
}
.category-product-style-4.corino-highlight_cat-yes .corino-swiper-wrapper .swiper-slide-active .product-cat .category-product-img img {
height: 190px;
}
.category-product-style-4.corino-highlight_cat-yes .corino-swiper-wrapper .swiper-slide-active .product-cat .category-product-img:before {
content: "";
width: 150px;
height: 150px;
}
.category-product-style-4.corino-highlight_cat-yes .corino-swiper-wrapper .swiper-slide-active .product-cat .category-product-caption {
width: calc(100% - 230px);
}
.category-product-style-4.corino-highlight_cat-yes .corino-swiper-wrapper .swiper-slide-active .product-cat .category-product-caption .title-count {
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: 26px;
font-size: 1.625rem;
line-height: 1.15;
margin: 0;
}
.category-product-style-4.corino-highlight_cat-yes .corino-swiper-wrapper .swiper-slide-active .product-cat .category-product-caption .category-title a {
font-size: 26px;
font-size: 1.625rem;
}
}
.category-product-style-5 .title-count {
margin-bottom: 0;
transition: all 0.8s ease;
margin-top: 12px;
display: flex;
justify-content: center;
}
.category-product-style-5 .title-count .category-title {
letter-spacing: 0;
}
.category-product-style-5 .title-count .category-count-wrapper .category-count {
margin-left: 5px;
}
.category-product-style-5 .title-count .category-count-wrapper .category-count-text {
display: none;
}
.category-product-style-5 .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;
}
.category-product-style-5 .category-title a {
color: var(--e-global-color-secondary);
}
.category-product-style-5 .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-5 .elementor-categories-item {
position: relative;
}
.category-product-style-5 .elementor-categories-item .category-product-img {
position: relative;
width: 160px;
height: 160px;
}
.category-product-style-5 .elementor-categories-item .category-product-img a {
position: relative;
}
.category-product-style-5 .elementor-categories-item .category-product-img a img {
transition: all 0.3s ease;
z-index: 1;
width: 160px;
height: 160px;
}
.category-product-style-5 .elementor-categories-item:hover .category-title a {
color: #5C42FF;
}
@keyframes spin {
100% {
transform: rotateZ(360deg);
}
}
@keyframes nospin {
100% {
transform: rotateZ(0deg);
}
}
.elementor-widget-corino-product-currency {
font-size: 12px;
font-size: 0.75rem;
line-height: 1.6;
}
.elementor-widget-corino-product-currency .corino-woocs-dropdown {
position: relative;
cursor: pointer;
}
.elementor-widget-corino-product-currency .corino-woocs-dropdown:hover .corino-woocs-dropdown-menu {
transform: translateY(0);
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.elementor-widget-corino-product-currency .corino-woocs-menu {
display: flex;
justify-content: space-between;
align-items: center;
grid-column-gap: 6px;
}
.elementor-widget-corino-product-currency .corino-woocs-menu i {
font-size: 12px;
font-size: 0.75rem;
}
.elementor-widget-corino-product-currency .corino-woocs-menu-contents {
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-secondary);
font-size: 10px;
font-size: 0.625rem;
text-transform: uppercase;
line-height: 1.6;
}
.elementor-widget-corino-product-currency .corino-woocs-name {
display: block;
white-space: nowrap;
}
.elementor-widget-corino-product-currency .corino-woocs-name img {
float: left;
margin-right: 7px;
width: 16px;
height: 14px;
object-fit: cover;
}
.elementor-widget-corino-product-currency .corino-woocs-dropdown-menu {
list-style: none;
margin: 0;
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
z-index: 999;
text-align: left;
top: calc(100% + 5px);
width: calc(100% + 30px);
padding: 10px 0;
background-color: #fff;
pointer-events: none;
box-shadow: 0 0 30px 0 #0000001A;
-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(20px);
}
.elementor-widget-corino-product-currency .corino-woocs-dropdown-menu:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 25px;
top: -25px;
}
.elementor-widget-corino-product-currency .corino-woocs-dropdown-menu li {
padding: 7px 15px;
cursor: pointer;
line-height: 1.2;
}
.elementor-widget-corino-product-currency .corino-woocs-dropdown-menu li:hover {
background-color: rgba(0, 0, 0, 0.05);
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-product-currency.corino-woocs-dropdown-position-bottom_right .corino-woocs-dropdown-menu {
right: 0;
left: unset;
}
.elementor-widget-corino-product-currency.corino-woocs-dropdown-position-bottom_center .corino-woocs-dropdown-menu {
left: 50%;
transform: translateX(-50%);
}
.elementor-widget-corino-product-currency.corino-woocs-dropdown-position-top_left .corino-woocs-dropdown-menu {
top: unset;
bottom: calc(100% + 5px);
transform: translateY(30px);
-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-corino-product-currency.corino-woocs-dropdown-position-top_left .corino-woocs-dropdown-menu:before {
top: unset;
bottom: -25px;
}
.elementor-widget-corino-product-currency.corino-woocs-dropdown-position-top_right .corino-woocs-dropdown-menu {
right: 0;
left: unset;
top: unset;
bottom: calc(100% + 5px);
}
.elementor-widget-corino-product-currency.corino-woocs-dropdown-position-top_right .corino-woocs-dropdown-menu:before {
top: unset;
bottom: -25px;
}
.elementor-widget-corino-product-currency.corino-woocs-dropdown-position-top_center .corino-woocs-dropdown-menu {
top: unset;
bottom: calc(100% + 5px);
left: 50%;
transform: translateX(-50%);
}
.elementor-widget-corino-product-currency.corino-woocs-dropdown-position-top_center .corino-woocs-dropdown-menu:before {
top: unset;
bottom: -25px;
}
.elementor-widget-corino-product-currency.corino-woocs-action-click .corino-woocs-dropdown-menu.active {
display: block;
transform: translateY(0);
visibility: visible;
}
.elementor-widget-corino-product-currency:hover.corino-woocs-dropdown-position-top_center .corino-woocs-select i, .elementor-widget-corino-product-currency:hover.corino-woocs-dropdown-position-top_left .corino-woocs-select i, .elementor-widget-corino-product-currency:hover.corino-woocs-dropdown-position-top_right .corino-woocs-select i {
transition: all 0.3s ease;
rotate: -180deg;
}
.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 .corino-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-corino-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-corino-products .woocommerce-carousel ul.products li.product {
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
.elementor-widget-corino-products .corino-products-spacing {
padding: 0;
border: none;
border-radius: 0;
}
@media (min-width: 1440px) {
.elementor-widget-corino-products .product-block .product-transition {
width: 100%;
}
}
.elementor-widget-corino-products .count-review {
margin-bottom: 8px;
}
.elementor-widget-corino-products .count-review .star-rating {
margin-right: 5px;
}
.elementor-widget-corino-products .product-block-list {
display: flex;
height: 100%;
overflow: unset;
padding: 19px 30px 19px 20px;
}
@media (max-width: 768px) {
.elementor-widget-corino-products .product-block-list {
padding: 19px 20px 19px 20px;
}
}
@media (max-width: 425px) {
.elementor-widget-corino-products .product-block-list {
padding: 19px 20px 19px 20px;
flex-direction: column;
}
}
.elementor-widget-corino-products .product-block-list .right {
flex: 1;
padding: 11px 0 0 20px;
}
@media (max-width: 600px) {
.elementor-widget-corino-products .product-block-list .right {
margin-top: 20px;
}
}
@media (max-width: 425px) {
.elementor-widget-corino-products .product-block-list .right {
padding: 20px 0 20px 0;
align-items: unset;
}
}
.elementor-widget-corino-products .product-block-list .right .woocommerce-loop-product__title {
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;
line-height: 1.5714;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-align: left;
color: var(--e-global-color-text);
margin: 0;
}
.elementor-widget-corino-products .product-block-list .right .woocommerce-product-rating {
font-size: 12px;
font-size: 0.75rem;
padding-bottom: 10px;
line-height: 1;
}
.elementor-widget-corino-products .product-block-list .right .woocommerce-product-rating .woocommerce-review-link {
font-size: 0px;
font-size: 0rem;
}
.elementor-widget-corino-products .product-block-list .right .product-attribute {
gap: 55px;
width: 100%;
}
.elementor-widget-corino-products .product-block-list .right .add_to_cart {
width: 100%;
}
.elementor-widget-corino-products .product-block-list .right .add_to_cart a {
padding: 15px 0;
width: 100%;
}
.elementor-widget-corino-products .product-block-list .left {
margin-right: 0;
}
.elementor-widget-corino-products .product-block-list .count-review .star-rating {
margin-right: 5px;
}
.elementor-widget-corino-products ul.products .woocommerce-loop-product__title,
.elementor-widget-corino-products ul.products .wc-block-grid__product-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;
line-height: 1;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-align: left;
}
.elementor-widget-corino-products .left {
max-width: 270px;
flex: 1;
margin-right: 30px;
position: relative;
}
@media (max-width: 600px) {
.elementor-widget-corino-products .left {
flex: unset;
max-width: 100%;
width: 100%;
margin: 0;
}
}
.elementor-widget-corino-products li.product:last-child, .elementor-widget-corino-products li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: unset;
}
.elementor-widget-corino-products li.product .product-category, .elementor-widget-corino-products li .product-category {
margin-bottom: 2px;
line-height: 1rem;
padding: 0;
}
.elementor-widget-corino-products li.product .woocommerce-loop-product__title, .elementor-widget-corino-products li .woocommerce-loop-product__title {
margin-bottom: 14px;
}
.elementor-widget-corino-products li.product .price, .elementor-widget-corino-products li .price {
font-size: 16px;
font-size: 1rem;
line-height: 1.375;
}
.elementor-widget-corino-products li.product .product-button, .elementor-widget-corino-products li .product-button {
margin-top: 9px;
}
.elementor-widget-corino-products li.product .time-sale, .elementor-widget-corino-products li .time-sale {
margin-bottom: 19px;
}
.elementor-widget-corino-products li.product .corino-gift-label, .elementor-widget-corino-products li .corino-gift-label {
position: absolute;
left: 0;
bottom: 0;
background-color: #2D81FF;
color: #ffffff;
padding: 5px 9px 4px 9px;
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: 14px;
font-size: 0.875rem;
line-height: 1.1;
text-transform: uppercase;
border-radius: 5px;
}
.elementor-widget-corino-products li.product .corino-gift-label:before, .elementor-widget-corino-products li .corino-gift-label:before {
font-family: "corino-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;
font-size: 0.875rem;
margin-right: 6px;
}
.elementor-widget-corino-products.prroduct-layout-list .corino-swiper {
padding-bottom: 30px;
}
.elementor-widget-corino-products.content-effects-yes .product-block-list {
padding: 19px 74px 19px 20px;
}
@media (max-width: 1200px) {
.elementor-widget-corino-products.content-effects-yes .product-block-list {
padding: 19px 55px 19px 20px;
}
}
@media (max-width: 768px) {
.elementor-widget-corino-products.content-effects-yes .product-block-list {
padding: 19px 20px 19px 20px;
}
}
.elementor-widget-corino-products.content-effects-yes .right {
flex-direction: unset;
justify-content: space-between;
gap: 50px;
margin: 0;
}
@media (max-width: 1440px) {
.elementor-widget-corino-products.content-effects-yes .right {
gap: 30px;
}
}
@media (max-width: 1200px) {
.elementor-widget-corino-products.content-effects-yes .right {
gap: 30px;
}
}
@media (max-width: 425px) {
.elementor-widget-corino-products.content-effects-yes .right {
flex-direction: column;
gap: 5px;
}
}
.elementor-widget-corino-products.content-effects-yes .right .categories_title {
width: 60%;
}
@media (max-width: 425px) {
.elementor-widget-corino-products.content-effects-yes .right .categories_title {
width: unset;
}
}
.elementor-widget-corino-products.content-effects-yes .right .rating_price {
position: relative;
width: 40%;
}
@media (max-width: 425px) {
.elementor-widget-corino-products.content-effects-yes .right .rating_price {
width: unset;
}
}
.elementor-widget-corino-products.content-effects-yes .right .rating_price .price {
position: absolute;
left: 0;
}
.price-column-yes .product-caption .product-caption-footer .price {
max-width: 100%;
width: 100%;
}
.price-column-yes .product-caption .product-price-stock {
justify-content: flex-start;
}
.elementor-widget-corino-search {
z-index: 99;
}
.elementor-widget-corino-search .widget {
padding: 0;
margin-bottom: 0;
border: none;
}
.elementor-widget-corino-search .widget form:before {
display: none;
}
.elementor-widget-corino-search .widget form .search-field {
background-color: transparent;
}
.elementor-widget-corino-search .widget form .search-field::placeholder {
color: var(--e-global-color-lighter);
font-size: 12px;
font-size: 0.75rem;
line-height: 24px;
font-weight: var(--e-global-typography-tertiary-font-weight);
font-family: var(--e-global-typography-tertiary-font-family);
}
.elementor-widget-corino-search .widget form .search-field:hover {
background-color: transparent;
}
.elementor-widget-corino-search .widget form input[type=search] {
padding: 7px 26px 7px 0px;
border-width: 0px 1px 0px 0px;
border-color: var(--e-global-color-border);
}
.elementor-widget-corino-search .widget form button[type=submit] {
font-size: 0;
right: 0;
left: auto;
top: 50%;
transform: translateY(-50%);
z-index: 3;
border: none;
width: 48px;
color: var(--e-global-color-lighter);
display: flex;
align-items: center;
}
.elementor-widget-corino-search .widget form button[type=submit]:before {
font-size: 20px;
z-index: 9;
font-family: "corino-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: var(--e-global-color-accent);
display: flex;
}
.elementor-widget-corino-search .widget form button[type=submit]:hover {
box-shadow: none;
}
.elementor-widget-corino-search .widget form button[type=submit]:hover:before {
color: var(--e-global-color-primary);
}
.elementor-widget-corino-search .woocommerce-product-search {
display: flex;
border-radius: 4px;
gap: 19px;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category {
order: -1;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category .input-dropdown-inner {
display: flex;
width: 100%;
transition: all 0.3s ease;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category .input-dropdown-inner > a {
border: 1px solid var(--e-global-color-primary);
padding-right: 20px;
padding-left: 20px;
display: flex;
align-items: center;
gap: 11px;
color: #000;
font-size: 12px;
font-size: 0.75rem;
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);
transition: all 0.3s ease;
width: 200px;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category .input-dropdown-inner > a:before {
font-family: "corino-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: "";
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category .input-dropdown-inner > a:after {
display: none;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category .input-dropdown-inner:after {
display: none;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category .input-dropdown-inner.dd-shown .list-wrapper {
display: block;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category .list-wrapper {
background-color: transparent;
box-shadow: none;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category .list-wrapper .corino-scroll-content {
width: 100%;
background-color: #ffffff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
border: 1px solid var(--e-global-color-primary);
margin: 0;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category ul {
list-style: none;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category ul li a {
padding: 5px 15px;
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category .dd-shown > a {
color: var(--e-global-color-primary);
}
.elementor-widget-corino-search .woocommerce-product-search .search-by-category img {
width: 30px;
height: 30px;
object-fit: cover;
}
.elementor-widget-corino-search .site-header-search {
display: block;
}
.elementor-widget-corino-search .site-header-search .button-search-popup {
text-align: center;
}
.elementor-widget-corino-search .site-header-search .button-search-popup .corino-icon-search {
margin-bottom: 5px;
}
.elementor-widget-corino-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-corino-search .site-header-search .button-search-popup:hover {
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-search .site-header-search .button-search-popup:hover .corino-icon-search {
color: var(--e-global-color-secondary);
}
.elementor-widget-corino-search .site-header-search .button-search-popup.layout-3 {
display: flex;
}
.elementor-widget-corino-search .site-header-search .button-search-popup.layout-3 i {
margin-right: 15px;
}
.elementor-widget-corino-search .site-header-search .button-search-popup:hover .content {
color: var(--e-global-color-primary);
}
.elementor-widget-corino-search .site-header-search .button-search-popup:hover .corino-icon-search {
color: var(--e-global-color-primary);
}
@media screen and (max-width: 767px) {
.elementor-widget-corino-search .site-header-search .button-search-popup .content {
display: none;
}
}
.corino-search-layout-2 .widget form:before, .corino-search-layout-3 .widget form:before {
display: none;
}
.corino-search-layout-2 .widget form input[type=search], .corino-search-layout-3 .widget form input[type=search] {
padding: 11px 0 11px 20px;
border-width: 1px 0px 1px 1px;
border-color: #E2E2E2;
color: var(--e-global-color-secondary);
border-radius: 0;
}
.corino-search-layout-2 .widget form button[type=submit], .corino-search-layout-3 .widget form button[type=submit] {
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase !important;
letter-spacing: 2px !important;
color: #fff;
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);
padding: 0;
background-color: var(--e-global-color-primary);
width: 117px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 0;
}
.corino-search-layout-2 .widget form button[type=submit]:before, .corino-search-layout-3 .widget form button[type=submit]:before {
display: none;
}
.corino-search-layout-2 .widget form button[type=submit]:hover, .corino-search-layout-3 .widget form button[type=submit]:hover {
background-color: var(--e-global-color-accent);
}
.corino-search-layout-2 .woocommerce-product-search {
gap: 0;
}
.corino-search-layout-2 .widget form {
background-color: #fff;
border-radius: 0;
}
.corino-search-layout-2 .widget form input[type=search] {
border-width: 0px 0px 0px 1px;
}
.corino-search-layout-2 .widget form .search-by-category .input-dropdown-inner > a {
border: none;
flex-direction: row-reverse;
justify-content: space-between;
padding-right: 20px;
padding-left: 15px;
}
.corino-search-layout-2 .widget form .search-by-category .input-dropdown-inner > a:before {
font-family: "corino-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: 6px;
font-size: 0.375rem;
}
.corino-search-layout-2 .widget form .search-by-category .input-dropdown-inner > a span {
width: initial;
}
.corino-search-layout-2 .widget form .search-by-category .input-dropdown-inner:hover > a {
color: #ffffff;
background-color: var(--e-global-color-primary);
}
.elementor-slider-scrolling-item-wrapper {
display: flex;
white-space: nowrap;
gap: 60px;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
display: inline-flex;
position: relative;
align-items: center;
gap: 60px;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item {
display: flex;
align-items: center;
justify-content: center;
transition: all ease 0.3s;
width: fit-content;
gap: 60px;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner {
display: flex;
position: relative;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .slider-scrolling-title {
display: flex;
align-items: center;
line-height: 1;
}
@media (max-width: 568px) {
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .slider-scrolling-title {
margin: 0 30px;
}
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title, .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .after-scrolling-title {
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;
text-transform: uppercase;
letter-spacing: 0;
position: relative;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title span, .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .after-scrolling-title span {
position: absolute;
left: 0;
color: transparent;
z-index: -1;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-scrolling-icon svg {
display: flex;
align-items: center;
width: 40px;
height: 40px;
}
.scroll-style-2 .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title {
position: relative;
-webkit-text-stroke: 4px #EED186;
color: unset;
}
.scroll-style-2 .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title span {
position: absolute;
left: 0;
-webkit-text-stroke: 2px;
pointer-events: none;
color: unset;
z-index: unset;
}
.scroll-style-2 .elementor-slider-scrolling-inner .elementor-slider-scrolling-item:nth-child(4n-1) .elementor-scrolling-item-inner .scrolling-title {
color: #EED186;
-webkit-text-stroke: 0 #EED186 !important;
}
.scroll-style-2 .elementor-slider-scrolling-inner .elementor-slider-scrolling-item:nth-child(4n-1) .elementor-scrolling-item-inner .scrolling-title span {
position: absolute;
left: 0;
-webkit-text-stroke: 0;
pointer-events: none;
color: unset !important;
}
.scroll-style-2 .elementor-slider-scrolling-inner .elementor-slider-scrolling-item:nth-child(4n+4) .elementor-scrolling-item-inner .scrolling-title {
color: #EED186;
-webkit-text-stroke: 0 #EED186 !important;
}
.scroll-style-2 .elementor-slider-scrolling-inner .elementor-slider-scrolling-item:nth-child(4n+4) .elementor-scrolling-item-inner .scrolling-title span {
position: absolute;
left: 0;
-webkit-text-stroke: 0;
pointer-events: none;
color: unset !important;
}
.scroll-style-2 .elementor-slider-scrolling-inner .elementor-slider-scrolling-item:nth-child(3n) .elementor-scrolling-item-inner .scrolling-title {
color: #EED186;
-webkit-text-stroke: 0 #EED186 !important;
}
.scroll-style-2 .elementor-slider-scrolling-inner .elementor-slider-scrolling-item:nth-child(3n) .elementor-scrolling-item-inner .scrolling-title span {
position: absolute;
left: 0;
-webkit-text-stroke: 0;
pointer-events: none;
color: unset !important;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper {
display: flex;
white-space: nowrap;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
display: inline-flex;
position: relative;
animation-name: scrolling;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 20s;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item {
display: flex;
align-items: center;
transition: all ease 0.3s;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner {
display: flex;
position: relative;
}
@keyframes scrolling {
100% {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.elementor-teambox-item .team-items {
position: relative;
}
.elementor-teambox-item .team-image {
overflow: hidden;
margin: 0 auto;
position: relative;
transition: all 0.4s ease;
max-width: 100%;
height: 340px;
}
.elementor-teambox-item .team-image img {
width: 100%;
height: 100%;
margin: 0 auto;
object-fit: cover;
transition: all 0.4s ease;
position: relative;
}
.elementor-teambox-item:hover .team-icon-socials {
transition: all 0.5s ease;
}
.elementor-teambox-item:hover .team-icon-socials ul {
visibility: visible;
opacity: 1;
}
.elementor-teambox-item .team-top {
position: relative;
}
.elementor-teambox-item .team-icon-socials {
transition: all 0.5s ease;
position: relative;
}
.elementor-teambox-item .team-icon-socials ul {
transition: all 0.5s ease;
display: flex;
align-items: center;
list-style: none;
margin: 0;
justify-content: center;
gap: 19px;
position: absolute;
right: 0;
top: 24px;
visibility: hidden;
opacity: 0;
}
.elementor-teambox-item .team-icon-socials ul li {
line-height: 1;
text-align: center;
transition: all 0.4s ease;
display: flex;
}
.elementor-teambox-item .team-icon-socials ul li:last-child {
margin-right: 0;
}
.elementor-teambox-item .team-icon-socials ul li:hover {
transition: all 0.4s ease;
}
.elementor-teambox-item .team-icon-socials ul li:hover a {
color: var(--e-global-color-secondary);
}
.elementor-teambox-item .team-icon-socials ul li a {
color: var(--e-global-color-border);
text-align: center;
font-size: 16px;
font-size: 1rem;
display: flex;
align-content: center;
justify-content: center;
align-items: center;
}
.elementor-teambox-item .team-caption {
width: 100%;
display: flex;
flex-direction: column;
margin-top: 18px;
gap: 5px;
}
.elementor-teambox-item .team-name {
font-size: 16px;
font-size: 1rem;
line-height: 1.375;
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;
}
.elementor-teambox-item .team-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);
font-size: 10px;
font-size: 0.625rem;
color: var(--e-global-color-primary);
line-height: 1.4;
text-transform: uppercase;
}
.elementor-teambox-item .team-button {
display: none;
flex-direction: column;
align-items: flex-end;
margin-top: -20px;
margin-right: -1px;
}
.elementor-teambox-item .team-button .team-sub {
width: fit-content;
clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
background: #F3F5FA;
color: #000;
padding: 10px 0 0 43px;
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;
font-weight: 700;
line-height: 20px;
}
.elementor-teambox-item .team-button .team-sub i {
margin-left: 9px;
font-size: 8px;
font-size: 0.5rem;
color: #DE3431;
}
.elementor-testimonial-item-wrapper .layout-1 .swiper-slide {
opacity: 0.25;
}
.elementor-testimonial-item-wrapper .layout-1 .swiper-slide-visible {
opacity: 1;
}
.elementor-testimonial-item-wrapper .layout-1 .item-inner {
text-align: center;
padding: 0;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating {
color: #EED186;
font-size: 16px;
font-size: 1rem;
line-height: 1;
margin: 20px 0 29px 0;
letter-spacing: 2.9px;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating i:last-child {
margin-right: 0;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .caption-top {
position: relative;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .details {
margin-top: 4px;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-content-text {
position: relative;
}
.elementor-testimonial-item-wrapper .layout-1 .name {
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);
color: var(--e-global-color-secondary);
font-size: 16px;
font-size: 1rem;
text-transform: capitalize;
line-height: 1.375;
margin-bottom: -4px;
}
.elementor-testimonial-item-wrapper .layout-1 .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);
font-size: 10px;
font-size: 0.625rem;
line-height: 1.4;
color: var(--e-global-color-text);
text-transform: uppercase;
}
.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: 30px;
font-size: 1.875rem;
line-height: 1.3333;
color: var(--e-global-color-text);
text-align: center;
margin-bottom: 21px;
position: relative;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image {
display: flex;
justify-content: center;
padding-bottom: 18px;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image img {
width: 70px;
height: 70px;
}
.elementor-testimonial-item-wrapper .layout-1 .icon {
display: block;
margin-right: 4px;
font-size: 86px;
font-size: 5.375rem;
line-height: 1;
color: #F6F0EA;
}
.elementor-testimonial-item-wrapper .layout-2 .swiper-slide-active .item-inner {
border-left: 1px solid var(--e-global-color-border);
border-right: 1px solid var(--e-global-color-border);
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-item {
display: flex;
justify-content: stretch;
position: relative;
}
.elementor-testimonial-item-wrapper .layout-2 .inner {
height: 100%;
position: relative;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.elementor-testimonial-item-wrapper .layout-2 .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;
}
.elementor-testimonial-item-wrapper .layout-2 .icon {
display: block;
margin-right: 4px;
font-size: 86px;
font-size: 5.375rem;
line-height: 1;
color: #ffffff;
position: absolute;
right: -0.6%;
top: 20.5%;
}
@media (max-width: 425px) {
.elementor-testimonial-item-wrapper .layout-2 .icon {
display: none;
}
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating {
color: #EED186;
font-size: 16px;
font-size: 1rem;
line-height: 1;
margin: 0 0 13px 0;
letter-spacing: 3.5px;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating i:last-child {
margin-right: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .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: 14px;
font-size: 0.875rem;
line-height: 1.7142;
color: var(--e-global-color-text);
text-align: center;
margin-bottom: 13px;
position: relative;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption .caption-top {
margin-right: 12px;
position: relative;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption .details {
margin-top: 4px;
}
.elementor-testimonial-item-wrapper .layout-2 .name {
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);
color: var(--e-global-color-secondary);
font-size: 16px;
font-size: 1rem;
text-transform: capitalize;
line-height: 1.375;
margin-bottom: -4px;
}
.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);
font-size: 10px;
font-size: 0.625rem;
line-height: 1.4;
color: var(--e-global-color-text);
text-transform: uppercase;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image {
line-height: 0;
display: flex;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image img {
width: 187px;
height: 48px;
object-fit: cover;
position: relative;
}
.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%;
}
.vertical-menu-separator-yes .vertical-navigation:after {
content: "";
position: absolute;
right: 0;
top: 50%;
height: 23px;
width: 1px;
background-color: var(--e-global-color-border);
transform: translateY(-50%);
}
.vertical-menu-separator-yes .vertical-navigation:hover:after {
background-color: transparent;
}
.vertical-navigation .vertical-menu menu {
overflow-y: auto;
}
.vertical-navigation .vertical-menu ::-webkit-scrollbar {
width: 4px;
}
.vertical-navigation .vertical-menu ::-webkit-scrollbar-track {
background: #f1f1f1;
}
.vertical-navigation .vertical-menu ::-webkit-scrollbar-thumb {
background: #888;
opacity: 0.7;
}
.vertical-navigation .vertical-menu ::-webkit-scrollbar-thumb:hover {
background: #888;
opacity: 1;
}
.nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
position: relative;
width: auto;
border-radius: 10px;
}
.nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2, .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3 {
width: 18px;
}
.nav-vertiacl-menu-layout-content-style-2.nav-vertiacl-menu-header-yes .vertical-navigation-header {
display: none;
}
.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;
}
.corino-video-popup .content-title {
height: 125px;
}
.corino-video-popup .content-title svg {
fill: currentColor;
height: auto;
max-width: 125px;
transform-origin: center;
width: 125px;
}
.corino-video-popup .content-title svg text {
position: relative;
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;
line-height: 1;
color: var(--e-global-color-secondary);
text-transform: uppercase;
}
.video-title-effects-yes .elementor-video-popup {
position: relative;
}
.video-title-effects-yes .elementor-video-popup .content-title svg {
animation: effect 10s linear infinite;
overflow: visible;
}
.video-title-effects-yes .elementor-video-popup .elementor-video-icon {
position: absolute;
top: 50%;
left: 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%);
}
@keyframes effect {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.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: 50px;
width: 50px;
background-color: var(--e-global-color-primary);
border-radius: 50%;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:before {
content: "";
position: absolute;
opacity: 0.2;
z-index: -1;
height: 100%;
width: 100%;
border-radius: 50%;
animation: loading1 2s infinite linear;
background-color: var(--e-global-color-primary);
}
.video-icon-effectsyes .elementor-video-popup i.corino-icon-playy {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.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: scale(1);
}
to {
transform: scale(1.2);
}
}
@keyframes loading1 {
from {
transform: scale(1);
}
to {
transform: scale(1.4);
}
}
@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: #BF864F;
}
.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(//energy-led.co.za/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);
max-width: 100%;
}
.elementor-widget-icon-box .elementor-icon-box-title {
font-size: 20px;
font-size: 1.25rem;
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.4;
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);
}
.title-effects-yes .elementor-icon-box-title {
font-size: 86px;
font-size: 5.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);
line-height: 1;
text-transform: capitalize;
color: var(--e-global-color-secondary);
}
.title-effects-yes .elementor-icon-box-title:before {
content: "";
position: absolute;
width: 100%;
height: 10px;
background-color: var(--e-global-color-primary);
bottom: 3px;
left: -1px;
transition: width 0.7s;
z-index: -1;
}
.enable-icon-effects-yes .elementor-icon-box-wrapper {
position: relative;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon {
position: relative;
width: unset;
display: inline-block;
animation: qodef-element-rotate 20s linear infinite;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon svg {
width: 286px;
height: 286px;
}
@keyframes qodef-element-rotate {
100% {
transform: rotate(-360deg);
}
}
.enable-icon-effects-yes .elementor-icon-box-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor-image-box-wrapper .elementor-image-box-img img {
display: inline-block;
border-radius: 16px;
}
.elementor-image-box-wrapper:hover img {
box-shadow: 8px 8px 0 #D9D9D9;
}
.image-box-effects-yes .elementor-image-box-wrapper {
-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;
}
.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img {
position: relative;
}
.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img .elementor-image-box-img-inner:before {
content: "";
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
position: absolute;
top: 0;
left: 0;
opacity: 0;
border-radius: 0px;
-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;
}
.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img img {
box-shadow: 0 4px 30px 0 #0000001A;
}
.image-box-effects-yes .elementor-image-box-wrapper:hover .elementor-image-box-button {
-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;
opacity: 1;
}
.image-box-effects-yes .elementor-image-box-wrapper:hover .elementor-image-box-img-inner:before {
-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;
content: "";
width: 100%;
height: 100%;
top: 0;
opacity: 1;
}
.image-box-effects-yes .elementor-image-box-button {
-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;
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.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;
padding: 0.9375rem 2.375rem;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #ffffff;
justify-content: center;
position: relative;
overflow: hidden;
text-transform: uppercase;
display: inline-block;
border: 1px solid var(--e-global-color-secondary);
opacity: 0;
position: absolute;
top: 33%;
transform: translate(-47%, 35%);
line-height: 1.5;
}
.image-box-effects-yes .elementor-image-box-button span {
position: relative;
z-index: 2;
}
.image-box-effects-yes .elementor-image-box-button:hover {
border: 1px solid var(--e-global-color-secondary);
color: white;
background-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;
}
.image-box-effects-yes .elementor-image-box-button:hover .elementor-button-icon {
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;
}
.image-box-effects-yes .elementor-image-box-button i {
font-size: 12px;
font-size: 0.75rem;
margin-top: -3px;
}
.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
text-decoration: underline;
}
.image-style-corino-yes .elementor-image-box-img {
border: 1px dashed var(--e-global-color-border);
padding: 20px;
border-radius: 4px;
}
.image-style-corino-yes .elementor-image-box-img img {
border-radius: 4px;
}
.image-style-corino-yes .elementor-image-box-img-inner {
position: relative;
}
.image-style-corino-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-corino-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-corino-yes .elementor-image-box-title {
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-secondary);
}
.image-style-corino-yes .elementor-image-box-title a {
color: var(--e-global-color-secondary);
}
.image-style-corino-yes .elementor-image-box-title a:hover {
color: var(--e-global-color-primary);
}
.corino-rotate-effect-yes {
position: relative;
}
.corino-rotate-effect-yes .elementor-icon:before {
content: "";
display: block;
position: relative;
background-color: var(--e-global-color-secondary);
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg2IiBoZWlnaHQ9IjI4NiIgdmlld0JveD0iMCAwIDI4NiAyODYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgo8cmVjdCB3aWR0aD0iMjg2IiBoZWlnaHQ9IjI4NiIgZmlsbD0idXJsKCNwYXR0ZXJuMCkiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMTM2XzU0NjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDAzNTA0NjcpIHNjYWxlKDAuMDAyMzM2NDUpIi8+CjwvcGF0dGVybj4KPGltYWdlIGlkPSJpbWFnZTBfMTM2XzU0NjIiIHdpZHRoPSI0MjgiIGhlaWdodD0iNDMxIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQWF3QUFBR3ZDQVlBQUFBSFhPRUNBQUFBR1hSRldIUlRiMlowZDJGeVpRQkJaRzlpWlNCSmJXRm5aVkpsWVdSNWNjbGxQQUFBQXlkcFZGaDBXRTFNT21OdmJTNWhaRzlpWlM1NGJYQUFBQUFBQUR3L2VIQmhZMnRsZENCaVpXZHBiajBpNzd1L0lpQnBaRDBpVnpWTk1FMXdRMlZvYVVoNmNtVlRlazVVWTNwcll6bGtJajgrSUR4NE9uaHRjRzFsZEdFZ2VHMXNibk02ZUQwaVlXUnZZbVU2Ym5NNmJXVjBZUzhpSUhnNmVHMXdkR3M5SWtGa2IySmxJRmhOVUNCRGIzSmxJRGt1TVMxak1EQXhJRGM1TGpFME5qSTRPVGszTnpjc0lESXdNak12TURZdk1qVXRNak02TlRjNk1UUWdJQ0FnSUNBZ0lDSStJRHh5WkdZNlVrUkdJSGh0Ykc1ek9uSmtaajBpYUhSMGNEb3ZMM2QzZHk1M015NXZjbWN2TVRrNU9TOHdNaTh5TWkxeVpHWXRjM2x1ZEdGNExXNXpJeUkrSUR4eVpHWTZSR1Z6WTNKcGNIUnBiMjRnY21SbU9tRmliM1YwUFNJaUlIaHRiRzV6T25odGNEMGlhSFIwY0RvdkwyNXpMbUZrYjJKbExtTnZiUzk0WVhBdk1TNHdMeUlnZUcxc2JuTTZlRzF3VFUwOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZlR0Z3THpFdU1DOXRiUzhpSUhodGJHNXpPbk4wVW1WbVBTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXZjMVI1Y0dVdlVtVnpiM1Z5WTJWU1pXWWpJaUI0YlhBNlEzSmxZWFJ2Y2xSdmIydzlJa0ZrYjJKbElGQm9iM1J2YzJodmNDQXlOUzR4SUNoWGFXNWtiM2R6S1NJZ2VHMXdUVTA2U1c1emRHRnVZMlZKUkQwaWVHMXdMbWxwWkRvME1UazRRemd3UWpkRFJEQXhNVVZGUVVaQ01rVTJNams1TURjMU5EVkVOeUlnZUcxd1RVMDZSRzlqZFcxbGJuUkpSRDBpZUcxd0xtUnBaRG8wTVRrNFF6Z3dRemREUkRBeE1VVkZRVVpDTWtVMk1qazVNRGMxTkRWRU55SStJRHg0YlhCTlRUcEVaWEpwZG1Wa1JuSnZiU0J6ZEZKbFpqcHBibk4wWVc1alpVbEVQU0o0YlhBdWFXbGtPalF4T1RoRE9EQTVOME5FTURFeFJVVkJSa0l5UlRZeU9Ua3dOelUwTlVRM0lpQnpkRkpsWmpwa2IyTjFiV1Z1ZEVsRVBTSjRiWEF1Wkdsa09qUXhPVGhET0RCQk4wTkVNREV4UlVWQlJrSXlSVFl5T1Rrd056VTBOVVEzSWk4K0lEd3ZjbVJtT2tSbGMyTnlhWEIwYVc5dVBpQThMM0prWmpwU1JFWStJRHd2ZURwNGJYQnRaWFJoUGlBOFAzaHdZV05yWlhRZ1pXNWtQU0p5SWo4K2l2MzlGd0FBU3laSlJFRlVlTnJzblkxeElyc1NSblczYmdKc0JnK0hnRVBBSWVBUUlBUUlBVUtBRUV3SUpnUVRnZ2xoQ2VFK1pMZThvbWxwTkREQUFPZFVVYnZMd3ZBM28wOWZxOVg5ejMvLy9lY0Eya0MzMiszdC91akxMYkRlM1phYnpXYk5Od1R3MlB5RFlFRUxoS3E3KzJPdWhFb3o4N2VkY0czNXhpNHplV0NTQUFnV3dLRllmZXh1bllLSHIzYUQ2QXZmMnRsL2s4SHVqN2ZkYmVPLzgzQmpzZ0RYNWhkZkFWeVpOME9zbHJ2YnhIMkhBMlA2dThGMHpGZDJkbnBCdTNhM29meEdmM2JmL1lmLy9pVjBDNEREZ29lY3lRZjhqUDVsTjVQZlJJL3hBaldOSHJQZC9mZHZ2cjJ6L2k2ZklsWlp0N3U3amVMZkNnREJnbHNZNFB3c1BDUkxkS0lCelNkTExETFBtOHNNUHZDNmUvelNlTnk3MjEvZk1oOEhqZnlXWHFnK0N4KytsUWtHYTExd0VRZ0p3aW1EVzgrSGlkeDN3c1RBN1lmMnZNRE1KWXlVV3AvYW04Vm5SR2lWZXg0MGlrNTg4Y2t1VDk1TnVlOVFiWXovWGQ4eXZ5OEFnZ1h0RUt2ZEg5NzVWSzFuZkQzdXhFRnRWVEdvd3ZrRWE3MzVackc3dllwNHJkWGtZWmc1VC95NjR4QlJBd1FMcm9sT2x2QnJHUk81TFF6UkdoYUs0QUZHeUlsRi84c0oxa3I5RnVGM0xwMUFETVdCKzZTTk53azVBaUJZY0RGM05YVDdZVGsvcUQzdnhyS1ozSHo0YUtTZU5qWm0yWFdjVS96WURwbHFaL2xkKzJvU1lxYXk3KzRyK3Qzazl4NUVkL20va3hvUFIvTXZYd0ZFN3NZUE1OdUNSWFE5UUUzMHdPWkRTSklGR0I0YkJxK0ZjbVY3YnlQem1tdjF1ajEzbVBiZXR1ODBiSWgyTWxEcjk3dU52b04xQy9ZNTlTc21GSFVacUg4djJNc0ZDQmFjTXFBTzVkYUo3dmVEeWl3endIU1VPS1dFWTZrR3diNFNyRHFodmpyaTFwcXZXSDMrUWVheEx3MEl4RVVFeXdqcnBWTGJodzBMSUR3NGhBUWZWNno4WU9Jei9NYnVjT091LzdmZisvUnhZdWh0bVJzUVpUMWtVeWhZcXhyaUJ2WFBoNDc2VGplWmlVamZjTCtXcU1YSDIrYTJJa2h5aGc4YkQxam5BZ1FMdEZqTlhYVTVKRDl3V0duTFczVTgwem1JTzRzSHFZN3gyTFVldUJMSDJxalh2WVZNd1pDZ3NGSzNOb1l5QnpYY1VLL2dzWU9LeVV2NHZiMUkvWEhmR2FkK2t1U1RlVDc5NW1VNVR3RitJQ1Q0ZUdJVnI2dkVnOGxTQktFdnJpc1dyYkhiend4YnF3R3BueHFRQ2g2ci83K1hHU3ozMXJHOHVCa0pBTzFScTIrUm5jbXQ3ZlNxWEZOTmNhc1VMR1BqdUo0c3pXV0M4OHJhRitDd0hoTTlRUGlFaWEvS0VYN3czOTI4TUZWbCtHVkRmUlVEVlZVNGliQmdPeHhXeWhIMWxETmY2L0pNOGhnZFhseHBaK1VLdGpySStmTEd6d01JMW1PaUJXTmhPSU9GSVE1RDVSeld5cmoxTWk0ajk5aDdUN3k0QmRkdGlkQzI4UHlwN2E3RTVVK054L2hOeWI5bHdyUVgvaVU4Q0FqV1k2Sm52cW1CYVZIaHpCcHhXZkw2V3RBNk9LeXJUbUtXTlI1N1REanc0RndTbC85MVBzcUU2YVhpT1lCZ3dZM05qRHV5YU8wVEk5N2xOcTdJc3RxVU9CVEo2Tm9vSWVsbkJxcGN5bmJWWTljbDRpZml0cGRWU01tZnN3aFdLcDI5NHc0elBWZUdXK3VxU1ZIVjd6c3hmdXUxZWg5TVRnREJ1bUd4OGpOT1gxVjdLZ0lRcXFXSGRQVFVqRlJuNWVXRVpwRVNHaGxRdEhoMEUwSlQ5ZGk2RzRoeFdRMU9lcFNBYkd1a3MxdE9iRmh4RHVuZmJKMXBVYkkyM2lzZ1dIQmpnNHdYcFZ4YXVyOS9uaEN0T3M3b0lDeW9oS1lwbDFXblJCT0NkUVYzbFhpc0pXeEZ5UnV4UUphK1hpNVRVUFp2VFNYSzhGWVFhUUFFQ3k0Z1ZuNUFHQnNEaHpYUXpJMTlUVXMxU0F3eXptaWJjMW11M3BwUzhyRTFpOXZTZTZrOWdyVTB6czFPZ1h1cTNDeHViRHplSkI3WGs0YVRiM0pkOU9VYzlaTTZ2NWRyampORHNPQjZhTEh5RGZSODRWbS9TUDFrRE9oalE0U3FGc0Z6TStRNFc5QVN2MDVDL0tvZVcxcmNsbG56RlFRcnNUYTFxVGpXb21EUzBVbUVwU3VQRmJXNHlaMFRReEV1bkRpQ0JSZDJWM3JXdVlnWHZXVUFlWFdIS2NGVkYzOVNzT1Q0T3ZraTU3S09EUXV1Qzk5VFNWZ0t5czRuTFVLNTlhUXFkOVZ4NWVIQXlnbVRaQXI2Q2RoTXptZnI5WFNMbStERTlIbm1IL05PaUJEQmdndVBNWm5RU2l4YXVUQmVDTUhwV1c3T1paMHJMTmpOaWFoc0xvMEhxYkY2N1UyYksxM2NpN3RLVEVUV3h2L3ZiUzVQclRrWkdham1QaXRKYy9jYjIzOGJRcXBiM0d3bDJ2QVVSUnVXU3JURy9PUUlGbHlQVHVFTXRsOVRoQ29mRzgxV2x5YzRyRjZGMEU2bHB0eTcxSnZUbTAwbm5BSW5VVklUTU5SM3JIcHMzZFlrdWx6VnVIU3RTUjZueFdla293M1NJWG10SmtHc1p5RlljQ0UySmVJZ0RtcWJjV1pCYUhUb3NIYnloZnlmWG4vS0ZiRE5NVEZtN3FGRmh4NW9Gcm5xMzFERTRGQUw5Z2YwUk8zSnZiWXpSampRV2lmVjU0S3VwaEphM1pTZ093eXNNdWZDc2tZRUFCQXNhRXl0RHR0eGRIWFlMR0p0RER4YWhCcEp2bkNGNjFqRzR2ckdlRTh2THIxWUg1N3pLbDJONFVnU2lRNmhsZjJIcElqN2YzOFlFNTVaeFhtekxDeFdhN21zYnNYNzdocnVLbGRjbUtLNUNCWmNrWVhoUUlyR3FJSUJveXI1UXBkUUdxVEVUSzlKSk1JNEs4dk5pUmc5aWVPS2I4K3lSb0d6T3AxY2FLd252OVhRZU56RWNNcDFXcFBvYzJxaDNsUFZPdFBCT1ZTeGpvbWp1aVArK2UrLy8vZ1dyalBESGRhWWllcUIvME9jeGl4MXNmcDFIN2UvcnZCaVBkWjQzRWpDTmFuM0hJZUhGc0hwSkZwRkxDSVhwUmZKZlViYU0yZkMxYy9EVUNHbFh6QzRlN0dhR1k3bk0zWTBQa2tpK3YrcC9PNkx4UG5YbGZNNUZzYmYxblZodkphVFNjdzY0OGIwNDMvVHF1UjJvUi9XNVFlSXNDYlFsd3U1VnVLQXY5aDJoM2crNHFKTFBWNjNzUis2ZEVodXFRUXJIdUFtN2pCVGJKaDVMNFQwV29DSXlDbzZONE53aGI4SFo3MUlyRUVtVTlsbGNoVmNtay9VOFlkNFVxKy8yZDIvVU01cDZPd3duN1dXdHE1d2thdm8vRjZrcmh1WmpNVnJwUnVYWHhzREhOYmRpMVhZNk5pcGNqNE52TmFlYzlxOXhqK1p4LzVSN3lrM2EvMXcrOWw5LzZqUE4zZlZsU3BHRlFNTjNNNDUvYW1jODgrNUl5SGpOOHVSRzlmRlJ5eDZrdUdubmVDN2V1cFRRU0pQZUs1M2VxK0ozbDI1YzVienRVV3doblZaT3U1d1RhQU5wV09LTnhLcndVa25UZmlMK3NVZFp2dUZCSTlYcWNyQnhYOC9FN0JjWlhhOWJycEt1THkxY1oxb3hvYTcycFM4VDJsTStwd1FxL2VLQ2RhWG1OS1BxeDBRRXJ4d0JDWWhBSDcyMTNTSXJMSU9teEtzdlpDTUQ5UG9nY1NvRldjbVRiamJhUXNQcDFHbmoxYVl1RmpDVjVVWjJGZXZ0WFVuN3NHcnFKU3hrZXV5cXlhV2JGVEhZVDJRV3FWbmhNT0tOaC9IdXJraXdaTDNwUy9FOTNnL2xaRndVVEpBd1gyZnozNVM4aXdUbm0zQitaQ0tKRlJWMGREbjNheUJ4SW14NFFCSG9WS0dyTFZOS3Q0SFhCaldzQzdNYnVEL0x6UDdmR29pZzhuSWpqcFlFMGc4NThQbDA1MzNYQmw3b2FEaW5OSnJVeXNwbTZRZm85ZDE0M1V3UFZFNitUcEpySWNkWkVES1k2Y3ErdkJLSWdZTzYxNHUwRTZCVTFwbFpwOU56ZUM2RlRQV2xNc3FEYk1nVmxEaXdIVE55cjZVMmZJWmc2RitvQmFybFFwRmo4L2dyblNKcjVVbFZva29BZ1YwRWF5N0VLdSt6Q2JmcFA3ZE1ZdTBnNFlXZHp0SERqQSt0T05ud0trUUlsVW1vQzRqcDBxQXVlKzFvM2QzMklSMGI3dURYQXM2cVdOMjRuWHFCYkNYZXMxRTVBTVFyTHNTcTdIYjc4dnp0ZGNxSVZ3YmRUSG9DM0RhUUJ1RUlvZlYvV1l1S2ZCaFJGaEovUDdaVVdVQ21uRlp1VWxRZkMyOHFIVmVIYTA0VmF4NmhydWFWV1FiOWdzaks1OWtFcDRmc2dTYllaVVJqcmtJMmt3Y3pFWTVvWmxjbU4zb3ZybGM1RTA1cksyK3dPVENIY1lPVVZXN1hqdDZUVUZEb3VVM3U4djVOalFtVkl1RWNQU1Z1MXFjK0ZaMHlEMFhDa3lWRTdQRWJSaGQ2ejZWa0M0Q1o0S2tpMlpkMXJUcTJwVmJmQ0grbGhCRjBTSnc0WHN4TncxSGxRZkdocWhWSm1ZQU5IU3QvS1NNNTlMRVZZTFNRY0xHaWRmblZxSUdtOHh6ZE1MRlFhVU91YVkrMWZVMGFrQmN3WUNRWUhPenlGbUJJK2thSVlhZVhMUzFLMWNYT3F5dGhDekdjbUZORGJIeUZ4ZXpRcmpVdGJLUjBQUHF5SFA2UUl3a0pOZFAvSC90VUtBY1M3dXJTY0pkNlMwa2hNMFJySnRBTHpBN1Y3aG9LMkdFdGJwQTM0NThIM3JuZms2by9MclVxTFJxQU1BRmlRZituZ2hQU296ODVPNDlYbytOMEtIQWRVRW9jRzVFSUpiRzQ4NlJ4UWdJMWtWbWptdkRLZm1UK3RXbEM4cjJsT0E1ZFpIV2F1dHRsSG5xSUZSd28raHI1ajFPYkVqc3B6cHdYOFlFcmlyTFZhK3piVXZkRmFIQTg4SWFWcmtJeEFWZlZ4V1AxeTA3dkNnOHU3LzlmdUpzb3IyMXFzUmFXSEg5UFdPelpveC8zNGdVM05LMVo3V3RTUkV5RGNPbVkyc3ovS1RDWFZuWGo5VldoYlVySEZickxwYWVpTThmbWNtOXl5enZqOFROVTNGMUhScjg2cElxc2Z2UW5IQVJPYUI0aW1hdGhSVnZLSmFMZFdVSTFZdVVuRUdzNEphaUZpT1g3MEN0aFdXdHJwdjQrbG9YSkRLVlpoSnFkN1hLaVpXc0kwOVQ2MnlBWUowcVZrT1phVmtuV0VnTGY3ZEVTMFRCU3FMb2gvK1BoR3RkSUhoMVE0TXpRNmdvMmdtM0xGcFZHOXFmWThFd0N1YUc2eXAzelJkdEtrNnRYVlZFYU43bE9lOTF3L3p3RjBLQ2FiRXFkVFZyRVFXclE2cFBtaGdZRjlhMjREMVlvY0ZpNFpIOUlMZ3B1THVvaHhLaWxSVXVONjY5UmtLQmlXc3ptWEl2WWNrM2Q3aU9Oam0xYWdlQ0JhbUYzSm00bGJDUDZhQ3RncldIS1JIbkx0N3ZsRm9MSXdzSm9QTGEwWTBsZitldUc5MllOQ1ZDaVd2YW5FZ21DdnRtSjdtUWg1RGdJZHF1ZTRHWXlMNlJwWnpFT21Ob0lKc01kU2pEQ2lrTWFyUVNNZGZDK0lrQXFqVkxpYysySXBwUm1rbW8xNjRXQ2JIcUo4UnFJYzBrRVNzRTYrUlptZDdZTzdQQ0RXTGw5UUxyMktvbEpuczM5RWJDb2k3RFZXdGhBSkFrMS9sWVgvTjZzam14d3VtbGExZUpLdlJmSWtqaGFBVHJYTE15NXpLYmZ1WEVXeHRDMUN0d1NzV3RSRVFjanhJOEFBVHJSNWRTVVEyOU9UK1hTV2k1cTQzaDF1YkdPUEpTa1VVNDRDZERzTTZObGJuMHJrVkw3TDlldDZyVFNzUVN2QjVmUDBDU21USEpHOGNLSm9rWlJhSEFFbmNsZThhbWhuQytWTlJNOU05N2t6OEJ3U3BHaTg4dzUyUWlJVHB3VC9wNWlYcUJSYTFFMUZxWVA4NHphZW9BMld0R055VHR5UFgybnlSWStNUUo3V29tbVEzNjJsMzloQTFsajlXYk85emdITGFWckROaUZSY1NHQ0phQ0ZiZGt6d1dMU3Urclorek5tWmxQV2ZYQVp5NXcvWWlwYUZCSHhaOFpmTXZRUEgxUEhOMlNTVXJPckZJaFFJTmQrVW5rSXZvLzk0TjhWdkl0WnBMOWhnYTR3dWloV0NkRkVvWVZtMzBFekhSb3RYWEoxNGlhN0JmdXBHUTVva0FSNGxXVlFQSlNVVXloSFpYWHdWdW83MWJCMkhGcXVTS2lyMmVpRllDOW1IWko5T2JNV09xckJPV3FIdDI4RHlqejA1bGJ4NEFPUG02RG8xUyszTE4rZWpJc3FMTmlONTM1Wi8zSk1mUm1ZQmJpWUpVMVJxMXhHb3R4K3lvKzlpdjlZaUNKU2ZKd1AxTld3ODE5NnhNbjJEemRabVdsNm9pdE1abVgrZU1SVmRqbzZMUFRucm1sQVJvMWJpaHExb0U1elExeEdWVU1ENVlZdlUxWVpXLzYwUVFST3VSQkV2RTU4M1pOUUZqaXorcG1Gbjl6SzRxNHRJcHNkdHpVSFZLd1FEQTFjYU9lQXdJK3lJUGVtV0pXRzByanRkTHVMSzR3cncxZmlCYXdxOEhPT0hlSzhUSzR6Zmpmc1NaZlhKeXZMakRETUQzZ3N6QnluMVhjb0xxQmVFaHd3UkFhOUJyVjg0UUt6L1pmVzFDck5TNEV6dTFYdFc0ZzJEZGoxanBCZEdWc3l1a2h4T3FTbFNzZHR2T2VKN2VkOVUzOW1mRnJVUm1VVmdBQUs0L2Z1aGtLTDBGWmFRak02ZUlWWUZvZlNCWWp5Tlcvc2Qva2xSVEx3eFA3ckJ2MUVFYkQwbVlPSEJDQlptREsrTjVsdE1ieVlrN3dmSUR0TnBkeFdMelhOS3NNVk1BTjdzZUhvbFduQm44OE1zRmQ3ZUdWVGNHbk1qc2V6SVNNWW95QUkyVE5aNFZzVVlGY0J0anlHZENzTDZpSnlVWnZabmoxT3BNTEdQUG1tN0dkK2F3amxtd2xQMFMybWxaZGIwbXJyeDI0TS9odWZ3QmJtOG9TZHkvbExHa1ZLemVFNkpYYXkzS2oxR0kxUjBLbGppZ1kycnNhZGZUejFoMHEzWmc2Z1FmR0tFRUFHZ3hFcXJUMTNwUmNrVm00aHd6YldKanNPL2FVS01lS1lMVndoUE5hdnRSbVdGVFdwY3ZVenZ3VFI5Zm5OZFVpUldWS2dCdVI3U2UzZCtVOVVuSjh6SmlOVlBqeGtuVkxLSVdKdk5IRXEyNzNJZVZXRy9LaGdaOVVjem9uOG1XMS9KWTc1emVEUGUwa0ZsWjE5bkZNbG0vQXJoVGNtTGxCUytSZ0xHbzJ5UEwyTXhjVk5RQWg5V09rNlJyekk1R2RaeVdrZkczcnBoOVdiVURReHJzWFA3VUp5VmlCWERmVEEyeFdnUjNGb1VhNDBsenI4Nytxa1FMazdBLzlPNWJEdDIwdzRxY2p1bGVTcHhXSnUxMEpUT2pWWTJaanNXc05Kd0FBRGM3RmxsamplbWVvakVucE1lWHJvdE5YYjY0d0tiMGVBalc1VThRTFRTbU1PUkV5OWtGTEYwZDRaSjI5VjY0ZEtMR1VrNVkrbFlCSUZiNk9WK0Zia3ZDZUpsUTQxcHV3OVNFSE1GcXh3bmlmOEFQdDU5K21rejl6SWlXVlIyNWQ2Und4VjJBMTJ3Q0JrQ3NHamkrSDZQZUVtTDFJbTFPOUh2d0ZlaGZFYXoyaUpXZWJWU0czUkluMXNGSkZtWDM5WThSTGdCNEdMR3lsZ1FhY3ppWjVZbzlRVXlNaVMvM09FYmRZdEtGWHRoY2xxd1JKUkl4RGs0QWI5RWxRL0RGSFc0b2RpSmtmb0h6WGNLQkFQQ1lMRnhGZ3RZSll0VXZFU3NaczhKMm01aTdUSFcvS2NHU0dZMk8xeFpiNzR4b0hXVHErTmxKSkZ6ckN1SHFjZTBDUEJhWklyV2ZwNHdKMFI0cnE2VFRLUEZlTnVwOWRCR3M2NHJWMEIzdVBYaXRhNzNycHJ5TGNEMkxNRm9sV1RxT0Vrd0FqeTVhQ3pVbUhEV1JsVW01dGFHNHBEeFRKL0gzdStFbTFyQVNzZHpuVXpiS0hiTzVPQkxPc2N4Z2FLd0dBS2t4cGRhRzNzdzZlMlVTUlJSQ0RHU0xIK0N3em5jU1dFVWtSNmZ1NnE3cnRLTG4rUml5YjAweVFhd0FJRE9tRkRrdFA5NVVKSVVOY3UyTW9qMWFNWGVaRkhZTEljR3FmVklYRnkxNTdneXhBb0JDMFJwV1RNaXRhRTg4dmt5dFl5UXlCTGN1bldCMjA3UStKQ2cva2hYVHJkenJJSlV3TmxWdTdOandJQUJBWWt5eFV0NzMrdXhWN2JGeWRtRURMMFNoaUhiZjJZMG03N1lkeWEyc1lmWGxoOVUvVEtpa3ZNMElYVkVjR2RFQ2dETk90dmRFcE1ZZUs2dlFkbzdHTmkyM2tadklFcFFOY0ZaNitjQVovYWprWkpqSGx2d0lLKzljWVhnUUFNQVlVL3g0TWpMRXFuaVBsYXUzSERLNVo3RzZHWWNWL2RBZG1XM29EYnMvTGtyRTY4TWRKbWtzQ2wvanJLVldBQURYWmZ6WHdSZ2w0OTFuZ1dodDVQbDNYMzNuVm1zSnBqSnFKdUs2ZW1yV01UdmgrSVFGQWVDaVlwVVk1eWJ1YjcrOXdPb1IrbURkdEdESmoxblMydU5vWnlUSEh5QldBTkRRbUtYWG81THI2OGErcXJ0dkhYTFhnaFdkQVBPRVpjWVpBVUJiWFZZMkdXejNPTCtzRVVlS1hxVnhiSlB2eFl0aS81YjY5ZDEweDJINUFWOGNwWkVBNERiR0xCLzY4MVVybmpKaU5WWml0VHFEV0kzRndZMWw0by9EdXVDc0pkWGdyRlpwRkFDQUZveGxPdEhpdWNreHpIaU4wUG00OVJQL1gvZndJL3V3bnhTbzFRdVgyVjNtQUFBdFF5OXhMSnFlY0J2dFNEck9UZ1pCc0F5MTd6WDRRL2dFaTRraFd2TmNMUzRBZ0JhTWhYNU5LUTdQYlkzeHJLbXg4cXNSYlhSWC94Ykd5Rjh0K0lFKy9BSmpVOElsS2V3anQxK0h5K05yY2MzWkJBd0FMWFpYTWVldVYrckh5amdNT0c1N2I3OXJPNnlRbGg3S2xEUTFlL0Nod1JkRHRMNGFveUZhQU5BeWR4VmFGa1hEV0wzOW8wZU1rMXZsc2xvZkd2eDE1UitvcDlTK3lSL0R4MzE5R3hBZC96MjVJeWdBUU1PczFBVDc3SlYxRXMwaWUyME9EVjRsUzFERTRpUCtzYzdWYkN6cUZhTVRMNzdpdy9kYTFSZ0FiczVsaFkzRmxRMGJHeGgvNSs0d3F6cm11WTNaMWRkeVdGclZ6emFia0F6Q1ZETEdnTXNFQU5xQTdMV3l4cXFtWFZWcUM5RGVHTjNHcFpPTEM1WVJDcHhjSXYvZlNNYndzNGRYTGhNQWFKRm9MYzR4SG5hLzhVSTFkWWVWZ1h3NDhsa0pwUitqV3hjYXZHaEkwQWdGcm1YLzFLWGZnN2ZkcjJ3b0JvQjdSL2FoV2tJVkRNTXNlcXdYdGJnYnhrdWJxc0QvZStIWDA4VnFMOTZ5STByR0FBQzRaNkVLV1gvVzBvY2ZCMGZHcEgzazl0c3pUY1Y5dFlKZkYvenl4a3E1SnpnY0FJQ3pqTGRlcEQ0VFl1WEhYak9wUXNLUndYR0ZXcTJ0NFNJaHdVUlR4YUxxd3lIRjh0eDdFZ0FBN3NSVldWblJYOE9vSzJ6MDZJczZ0TEVoNUtVRTZ5Mmg5RXY1QXJlSjU4VnJYaXQ1TEpYWkFRQU1rWEhmSWNDdThkOSt3ais3OVhaTGx3b0orcmlvdGQvcHk3Wm1OcXJGNmU5OVY5MHFHZ0RnNFZ6Vjd1WmQxYnNoVnFGanhlUlVzZkxKRzlkT2RiOTBsbUJ1QnJEbm9JeU93aFBDZ2dBQWUyTnFiaE53Tm9KVmM5eWV5bXNjM2NYOTVnUXJ6QWJjZDM2LzVhcENiU3YvUmNkclhzWHA3MUZ5QitGREFMaG5zZEtUK25nY0haM2E5RkZ5RC96eDlYTE8xYXBnWEsyQlk0WGIycm9qR3BqSkYvelo1SThHQU5BeW9mTGozRnZDVmZsSTFlc3BycXJDVkxocnVxeXJGYitWREpSblp4ZTlqY1dxVHZyN1hCMERod1VBOXlSV0lSSE5LcTNreDhxWEU4VnFMSlArVkFSczhsQWh3WXpibWlabURLa05ibFgybURVdkFMaEgwZExWS05iaXFqWW5ISE1nNDJjMzVhcGtUTDFxbHVIWkJFdHNhMCsrQVA5RnJxbytiQ1ltbXhVZ1k1L1h4VXMrQVFCY1NMRGk4ZTZraWJrNHRxa1N3SmhXYlNkcVhMRGt5NXdudmdDL25yVEliVWlyeUhveDNWYmI2MThCQURROHpucEh0RGsyK2FGaWc3RnpOVFlaMzZ4Z2lkaTh1L3grS2Y4bFB4VWNLK3UyUlBpMnh1UDg1cmdKcHpRQWdDbFVYcVRHaVhGNksyTm9LNWRUR2hPc1JQa2xpOWZTekwwS3V4cHFYc1ZWaVAxOXo3ZStteHNBNEF4aUZZU3FXMlVFYW9yZjhsSWh3eWFydFd2RjlsWnlLWXJkbHcrMnFwTm1MbmIzUlZ5VVBuNElQY2FNRUNzQWdEMWg2Y3Y0MmE5NDZMYUdXTVhpNTQzRlJYb0xOdUt3MVA0bjU0d1d6L0tZemdreDE5emFtSE9FQWdFQTlKaHBiZnlOVFVVM2NseVZFYXFNK0Ywa2I2Q3BmVmo2Q3hrWmJtbHp5dTVvZWY2TDJGYjloY1lsOFFFQUhsbW9PdEYrS2t1c1FrSkZHRTkvbnVvU1NSalNzZGh2Vm41UG1JYitKVDViVTRJVlovU3R6aG1XazhYQVo1a2QvQWdrb1VBQVFLeCtoQ3BWc21raUxtb2g0K2xTamFWamNXWjF4ZThpMGEybTFyRDAybEpUWC82Ny9IV3Yyb1VzOEwxSWFtZVBGSFlBUUt4K052OWE1RGIrZXJINWlNWnlMMUNqUk81QUxIN2VQQ3d1YVJhYVdzT2F1djFTSHFPZzRDY2NzeS8yczdGakFnRGN1V2pwa04zS0ZaUzMyejNQNXdjTWxYTnFYZFdMcGtLQytzdVlaM3BjbFRJMWp0bm5sQVFBU0RLTEJPZEZhZ3V1QzU4WEMxQ3FCWlFQSjE1dENhWVJ3Wkk0cVA1U3BqdUIrUlNiZWd4TGQ1aGNNZWQ4QkFCSWpzVXJFYXFuMHFXU3FEcDdhZzl0TGZHTDE4Q2Fwc21OdzdrcUYvNkxtOVZkYTVJUHJydG92dEl5QkFDZ2tYRzdjcDJxcE9wRnRJbDRLTUw1ZEk3M2U0N1NUS2s2Z0VHNGFoVlNOTmF5cU1JT0FIRGFXRjFWOVdJbVlsVlZzTHdiQ1ZVc2VtZkpPVGhMdGZZSzFmWXM1TXZZRkI3dlB3UUxBT0Rrc2JtcTZzVlN4dGhOZ1RuNWNWUUdaK21ZY2M3MklsVkZGci9FeHhXa1JTSllBQUFuamNkZEdZdVRBaU5qNitwRXdZdHB2UHBGYmNFU0s5bDNGVzFDbEhEbHl0aG44L25sOWVKa2krZFRLbVlBQUR5UVVBWGprTnFmOVZVbHFDcDhWeEJDOUhnOTZFVUdaU1hWTks0cVdKOXV2L2JVb3RBbFZTbDhhTCs4VUxZelR1VFluR3N4RHdEZ0RnVkw1d0FVR1FVbGRya29tUk1OOFBWalYwYTdwNmNtSzduWEVxeUtEeCthTTY0TGpwR3psRnV4cHgxM21MeEJoaUFBUUQzUjBwdUpzemtFa2JrWVpJUnFHNW1WalJLNVAvRnIrWDFiMXhLc1lDMDdGYlp3V1dBeDY4UkNHLy9nQUFBUElsaWhtMGEyNm9XTXlRT1hqb0o1S3FOcVJ0V014bHpXTVNIQk9OKytXL0RCc3MyOUNtT2ppQlVBd0FtaWxYRlVReEdxRXZQd3UzRDVKMjQzMVZpaTNFbFpncUxJNGNObTNaRUkxNnBDdVBycVdDSE1TSEZiQUlEbUJLd2pZMjJWV2ZCdXJGZFhmS1FWU1JqTHQrS3lUaTduMUdRRHgvRGhPeFd1YXliaVJUc1FBSURMQzFWcElzWFhPcGRhQXl0S2ZEdFg4ZkxHOTJHSlV4cTZkTFdMb0xnSEMzWUFBSEJXd2Zxdllsd09obUtqeHZSNVhmRlJRdGZJUnVKZlRYOGgvb1BJRzNzV1ViSUl4Ulo5Y2R6M0V3cmtBZ0JBT2RhWTdNWEpGM0h3WWJ1RDdFRVJwL2krMHZFNkZERDN4MzV0NHMyZnJkS0ZZVUZMa3pRV2hBc0JBTTR5SHV0UW5YZFRyd1hQMHk3cjZSclJzVXJCa28xZ3FleVJ0VHRzQVJML255WWthWFFLWmdFendvVUFBSTJMMWpGclVuN005bDJKVjljY203T0NKVy95czBCZ3pzRUwyWUVBQUkwTGxnL3B2VVYzM1V3Mzk2bzFyQkkzZEE0MmlCVUF3RmtHVjcrMnRGSGovRTFRSWxnbE5GMk1sbXJzQUFEbkl4NWplN0syMVhyK3Jmai9GMmMzNTdJd2JXWG1pMGlsdmZ2WG9WNGdBTUQ1OEdOc1hHYlA1eXEwUHFwVmxDVVk3WXBtZnhVQXdCMXc3c3JxVnhNc3d6RlZGVWdNQ3I2a3Vqb0FRQ3NGNjZ5VjFWc2hXTkdIN1ViQ3hmNHFBSURiRXkxZFdmMTNtOGZwcG1vSmxsYjdEY0pGeDJBQWdPc0xWcWlzZmhQRzRrQ3c1QU40MVExOXJUWTFQM3hWNHkvUFdyNllCYWNNQU1CVlJhdDNLeWJDRWl5OUVPYy95TEtPZU5Vb3gwU1NCZ0RBNDRpajE0YSszRFoxKzJSWmd1WExiL1F5enFpdWVCWDF6Tm9kN2g5K1RnQ0F1eE9wYmlSU3NRNXNkK1ArNzFNRjY3UENGY1hpRlJvemJndmZkR3BQRngyRkFRRHVSNlI2a1VEbHRrSTkxd2xIbWtrWFVlcDYxVnBVd0x1dVZRM3gwajJ6bmtuRUFBQzRlWkVLdXRFdGZKb3ZwRHM1U2JEVW14aEVTdG1vZUFVVnJodkhCQUNBVm9oVVhYM3diQ0pCSzZvV1h5eFlseEl2QUFCb3ZVQ0Zxa2Q2UFNySE5taUJMeVJoVklzdnJyQnh5c1poeEFzQTRQNUZLaFNKcUZxUDBpNHFKT2l0aldQR3dqTXBqYkkxdFhINEtQRmlIeFlBUUN0RnFoYzVxVjZOcDNweGVxMXlUTHZqdjBVT3pXdkJ5OFVFeXhDdlFhRmRIQ0ZhQUFDdGNsTytJM0ZwMG9RM0h6NWlGc283RmFXcTYvMitwZHVhckxUMllQdDY4a2E4WXE3ck5sUXNqSFgrSmp3SUFOQXEwZklGY1ZPUnNwLzFLSEZHVzZPSWJtVzMrTjF6dkZpTmp4WXNzWUJ2R1dVOTJnMGx4TXZITmw4NVBRQUFXaVZZdWlCdVdJOWFwWVJJaGZpeXFlcWlCNStSS0JadklQNVhEdEFYRzFobC9ZNUNYTlJYQ2FaSXZDakZCQURRUHZ4WTM0dEVxbVNQN0RvU3JPRnVuRThsVzNURkdIV08wWlovL3ZlLy8ybTFNOS9NN3NXZkM1UzVKOGZac2hFWUFPQmhYRm1vK2g3d0ptVW1RdVpFRi9yTzdxTllYRGppWDNkWUtta2xsbTRWMVlEYVZ0ZzdmNHh4Zkp6ZC9TSFdPYU93TFFEQS9lTEgrTjJZdjRnRXlXdkJ0T0NwazFxbG1YWU9LeTUyVzV4ZUtLTGtMZURjVmFleVQ2aG1BUUJ3MXk3TDY4QzdLMCtEcjYwTHY5VEJsNlZ2VEJibTNselp2cXVwWklVQUFNQjl1aXdmVmZPR3B5cWozT3ZNOHpFbXhqdXNPSys5SkIyeEo2N0tVdEdWM0VLbFhpMW1MM1hUNHdFQTRPYmNWdENBa05mZ3czNWYyWWFuYkdYNlYvMjduMVBIVEFqUVAyY1VyMVdKUGZTdUtsNWtHeGFvTHdBQTNMYmJXcnUvQ1JlTjRSMlc3bjkxc045S3hHZnNvbzFlRWRrNDVPNjU3eUtFbnRvTnV3QUE0R0ZjV1MrMzM5YzdySVhieithWVM3K3FzSjRWc2dDMXEvSzI3clVneExlS0JLdkR6d0lBOFBEaTVFMVNUOHhTUDlJSS8zK2JsSzRFd2RKVmVIc3VuK2xSVk9Bd0VqWUFBSGhjZ2VwSHVoS0VLa1hQSlphTy9wVmFVRDZ6b3pRZHNXNHFZbDhKSFFBQTNLODQ5WlI3NnRVOFJQTHhYMGtYa3JYeExCVjBod24xODA0c3VRbFkxcmxjbkFFaXg0c0wzeTc1T1FFQTdrYWNRZ1dMV0p4T1hmcEpDcGJaWGlRcXNmUlZac2w5bDJhcWFuY2ZDaWF1b2hmVmIveUpxaGNBQURjclVIM2xucnBISG1xdGJxSEdZRllyL3JXT2RHUWR3TDc2VXpOQnJBQUFiazZrQm1KRytrY2VZaXRHSnRtcXlpZGFHQzZyVExDTytFRGRDcVdsTkJNQXdHMnlyU2xXSzJWZU9sV3RwQ1NYWWhQcGlLa252eHI4VUF1bGlLR2x5QXRpQlFCd20xUnNYVnJMT08vN1gvbHlTLzlJUGRxWk1qVWxpUmZ4NjVnQytXOURIOGdMMVlpZkZnRGdMdkhDMUl2KzdnVXFtZHNnM1Q2Y0VxQ3FwYVpObFdEOTRuY0FBSUFhN3VkTGtBcHFBc2JQS1VuT1dGZTVNZ1FMQUFDcWlOMVA2YjZxZFozbkdLRkhCQXNBQUdxajNVKy81bk5LMDk5WENCWUFBQnh2cjc2M09tMXJ1aXd2UGo0NzhLbEcwZk4xNU9qT2s5WU9BQUFQNGJMNnBZSWxhMXgxcXh1Rmlrcm0raGlDQlFBQUphenFDTmFSVGk1YlhJS1FJQUFBRk9sSjlQZHVWK1d0WHdJRUN3QUFTaDFXVE8vU2J3REJBZ0NBYW52MXZhNjA1N0l1L1I1WXd3SUFnRko4aFl1aURoNmxSTFZvL2Ezai9uYjY4SDh1ZDY4elFyQUFBS0N1eTZyZDA5QVFwSzY2WlorT3d3SUFnRVk0VVpBcUQ0OWdBUURBTWVMa0JXbmFvQ0RWRWl5ejR6QUFBRUJDdEpvVWpWQkJJL3daZW1KTm84ZjhkQi9HWVFFQXdMbllLS2NVV2xFbGt6WWlGeGU3TEFRTEFBQnFFMWU4MktoYmNFbWI0SXAyQWpUYy9URVA0bFBSRURKMEgzWktzQnlDQlFBQWRmbEtiYThxbzJTNHJCOEhWWkFTSHplTTdDQllBQUJRRzZuY1hnY3RUajEzV0RWRFl5WnpJRmdBQU5BNGt1NCsyTjNHZFFScjk3UkI3S29RTEFBQU9KZFFlVUVheXMxaXVudU1EeWt1RW1JMVYzZi9pQnRwN1FBQTBJUlE5Y1ZOOVF1ZjRrT0xvWEpHUjl5WURnV3Vkc0wyZ3NNQ0FJQW1oR29vUXBYYVJPeVRMbWJpdU9JSzd6MlhyL2p1MTc0bThSMDRMQUFBcUN0U0hSR2dzVXVzTndXaENxRS9lYzY3SzJ0TDRwLzdxaE04RUN3QUFLZ3JXRjU0VXFFL3YrYTBzQXJsRmdpZEY2cUZQUDhnOVIzQkFnQ0FKZ1JySlk1cVZYaU04SHd2WEY4YmpxdjJkckdHQlFBQWRZbXJYU3pGRWEzcUhLRHU0eEVzQUFBNGxvVTRxczJsWHBDUUlBQUEzQVE0TEFBQXVCaFJ3OGVELzNKMklvYS96eHU1QllJRkFBQjFSY2VucG9jMXJGUzJZTStsVTk3cjhwVjVpR0FCQUVCZGRNK3FpL0NMN3gwQUFHNEJIQllBQUp3VHY4Y3E5TGNLSWNLTjNKZHFWZUx2OTdVRmh3Z1dBQUNjZ2hlVUYzVmZkdU92Mm16czkyM05jaThnNjJRNExBQUFPQjRwbTdTNjlPdXloZ1VBQUplbVcvUHhmUVFMQUFCdVFiQndXQUFBY0RHMk5SOS9zQjdHR2hZQUFGd0N2K1lWc2dUWHh3Z2NnZ1VBQUdkSEdqa3VUamtHSVVFQUFMZ0pjRmdBQU5CRzlsTG5mYmZpYkhzUjJialZjWCtyNWE3NURnRUE0QnBVaFFSOWNVTy9PL25OcFN2eUFnQUFuQjFDZ2dBQVVKdHV0K3ZyL01YdFE4d0kzR2F6YWF3aUJvSUZBQURITUM4VXR0Ui9wWVRNQzkvV0VMNFpnZ1VBQU5lZ1grZituZkF0U0dzSEFJRFc0d3Z1MW5GWUhiNHlBQUF3OEJ1QzQxSktYWGRZTDlDNnJ4WjFCS3ZIYndJQUFBYkxxdVNLYnJmcnM4N0g4cy9WN3ZFdjBmOTFESTN4LzU0ZUsxZ0FBQURIa2pROVZuOHRxNEVqYTFnQUFGQUxTMHhxc2ozbVNWV0N0ZUduQVFBQXhhazVEZXRqSGw4VkVweTVndGdrQUFBOE5PY3UyN2V0RkN4ZlBCQ1hCUUFBRlZwUkV1TGJudm82SkYwQUFNQWxSTzMxMUdPUWRBRUFBRzJFTEVFQUFHaVU3Wm1PZTVEWVFVZ1FBQUJxSVlsNC8xeFFDTDl5S2JJTkhBRUFBTm9DRGdzQUFFNGk2azcvNVl6TzFaMGVod1VBQU1jS2xhOE42QnM1V2tWdGZVaHZIZjNwd3IrUEZUUUVDd0FBNmdxVmQxTnZMdDNUcW9TTnVuM1ZFNVQ5dndnV0FBQTBJbGh6Y1ZibndDZDB6S3dLU3dnV0FBRFVFU3Z2cXQ3VjNVdjNOK3puLzk5cUYxS1gwVTYwRmdnV0FBQTA1YTRPaENWNmJCQXUvMmMzRXJKU1FYdUpuUlpaZ2dBQVVJZFlhQllwc2ZKWWZhNlVvSVV1eE9FMmNQc0pIRjRjbjNCWUFBQndqTVA2cjhSZEhYbHM3N3plbFNnK2g2eENTak1CQUVBckVFZjJtbkowQ0JZQUFOVFNsZWp2Z3pPSWxrNXI3eUJZQUFCd0RQR2FWTjhuWVVnbzcrd0NpV0FCQUVBZGx1cmZQbVB3Y3lkYTcxTDU0aVIyeHhnaVdBQUFjTHJkK1U0em42bTd2Y1BxdTlNcVg0UTlYdFA5bC90YnhvbTBkZ0FBcUN0YWsrK01kRGRPdWFFYWJzcW5ybnNSakF2b0J2WXlFSEZZQUFCd2xHanQvbmh4K3lIQ1RjM0RCSUhxRzJLMTNyM0ducFBEWVFFQXdMR2l0UkozRkRZQjErMCszRTNjNzQrcDA5c1JMQUFBYUVTOE5rYzhiYXYrL2lXQXFjM0lWTG9BQUlDYmdEVXNBQUJBc0FBQUFCQXNBQUI0S0VpNkFBQ0FTbVJUNytiSTVJbzZyK0hUMjFkU0NIY1BraTRBQUtCS1NIejYrYWY4TTJUeitRb1VhNnVWL1FtdjQxdUxoR29adnRmV0NJY0ZBQUIxaUVzdWVRYzBrSnVUaWhkckViR051S05qWFZqY0IrdmdHQWdXQUFCVW1wOENvZWxGVG1rYmlWaHdZdHNLZDZWTE02MFJMQUFBcUlzWGo1azRyVjdCNHcrSzRlNEVhUjNFU3dSc25YRlh6Z28xc29ZRkFBRDE3TlozY2tSd1ZWWWR3RkpDYVNjZi92c0pNNHFnUFNOWUFBRFF0SUIxSXdIcnVSUGJqSGczSjhWMTl5QWtDQUFBSnlGSkZ2NjJUTGd3Zit2V09hUjFKdzRMQUFBdTZjSzZycnJaNDVPVmFZaGdBUURBdFVTc0Y0bFhFTER0VHF0K1c0OG5KQWdBQUZkQk1nWFhJbHlCNUVaa2Fna0NBTUMxaWNPRGF3UUxBQUJhaDZ4dGRSQXNBQUM0SlhlRllBRUFRSHROVml4V3VSSk9KRjBBQU1BMUNXV2ZmT0pGdG1ndWFlMEFBSEFURUJJRUFBQUVDd0FBb0NrdXRvYlY3WFpEMDYrdmpKRE5adlBLMXc4QUFLMFFMTW12RHlJVnB5NXUrZW9CQU5xTlZLQUlqUlZETitHcmpkOWZTUmZLL1N5c3hsbEhpTlRBNVJ0OXZlNWVaOGtwQVFEUVNxR2FPcnRBcmRjSFAzWXZMeTFld1dGOXVyODdqYmN1VTh2cFJKR0tIVmFIMHdJQW9KVmk5WjRabzBQRWJMNTdiQkN1aTVpUDRMRG11NzhQNVQ1ZjFmMnA4RU1Ga1NycGM3SVZWVjdockFBQVdpbFdmaXovT01KUVhHUjhENExsUmVjdHV2OVpxdWdpVWdBQWp5TllzWG54ckdVTTM4cVlQeXdRczlESWNXbnB5TW1DSlcvMFQvUkdmdG9USHlGUzRjMnVFU2tBZ0pzUkt6LysvNG51V2xyWjNHSncrcUlKSmVLMWtHTnRtaFNzdmJDZysxN0hLbmxEWjFWVUFBQzRpR0Q1OFg4ZTNmV1VFeG1WckRjb2VBbXZLWk5UTkNJV0xCMFdSS1FBQUI1SHNNYnVPelB3YTN3dnlXVXd4TXVMWGxYaTNXaDM3TVZKZ2lVditxZkNVWVY0NWdxUkFnQzRXOEZLdHFrdk9FNDNFcS9VTXRKUjI1cTBZT2tGdDFpa0dvbEJBZ0JBNndVcjY0U2lkYXhsYnQ5dWxBT2hrelZxT2JpVVlPbXdZS09iZThVMmhwM1RYdnpXaUNBQVFDc0V5NC9MSDlGZFBqUFFKK0ROak1lK3ViL3JWc3VxVW5zeTlyKzcvWERoUzkwaUZYdkZidzF4NmpYMFJmVGxBLzZSTnowVllmemMzZjh1WHhRQUFGd0pXZWFKQmNTTHpIUTNQdnR4ZWhyRzZXaTlLckF1T0xZWHY4bXArbUpWYTQ5RnE5K0FXRTFGcEZKWkpQNDFQaVJEQlFBQXJzZkVIZFo2OWV0UVl4bW5QOTFoY2w1UkZPNlVrbjg1d1lvUDJwTUZ0R1BGYWl3ZnRJVHBLYThGQUFDTnVLd1hsKzc4MjFWR3BqaTNRWnhaVE8wNmhGVU95N215L0hycnpma1BOalhlNEV5K2tKRmhQK2VjTWdBQTF4VXRTWWp3WTNSVnVLK09heHFlOEZ4YnNDVFd1RHhXQVNPMHMvSWYzRzlFOHh2SGZGcThyd3J2aFN2T1F1bmpzZ0FBTG9OZmlwRmtPMHU0L0JqOTdNZHRNUnFiQW9QalpMMXJvTzdySzAwNEt1RnVMMHN3T25ndnNvY3BhemZNMlVHMXAyc3JZclZOSENzdUJ6S3hzbElBQUtCUnNmSmpiK2pVRVVvb0xYSXRRMVNhK2twbkI2cE04NjBZbGE0NzNJOTFWQWI2dnlsTG1IbkRZVjJxSTI5aVpEeEdsM1JLZmduKy90M2pONjZzVGlFQUFEUkR2RGNxTE9HTXBXWEl6RElqb2czK05qSFdwRHp4K2xiSDJZbDdpMk8zUy8ycW84YTcyNGQ4cVBCR2g0azNyZE1WVnhVcWoxZ0JBRndXS3hRWW9tYytsZjFOUW5rdVpUWUtqNm5GYW5Uc0cvNVY0N0Z6WitmTkR5cFV0aXFkY2NwNUF3QndjWHdPZ1U5ajMyUUU3VjMyWWFYTWlTWWthK2d4M3p1cTExUEV5bU91WVJrdXlBdlF1L0VHWmpwOGFLeEpyU1M1UWg4eldGQXRlRTlVdndBQXVCeXlqRE4wK2IyMzNsR0ZkYTZyak5HbERrdUxpaytNZUUyc2Rla1B2REsrSEw4Rzlta2NkNFpZQVFCY0ZyK21KTWJpeWUxbmJzZDRNL0kxZGxlRkM2OHRXUEVhMDdvaWkwOS9DRXZVckJEaE1qU05CQUNBczdtcGFVcHNOdC80c0oydjFONTB1UEJrU2tPQ241Rm9aZFBPZFRwN3FrUzlyeUVZaVJ1cDdBQUE1eGVyZUhuSEc0ZFpWY2trS1pzM2NDMElGNVk2clBnTjlDbytXS3kwdWRURmhTajQ3MFExNEs2RURnRUFvQm5pTWJVdkx1bTlJaHN3RkhsNGRsY09GNVk2TE4wbjVkbEl0dWlKY3NlQ1ZidDh2Q1JqK05jYkhuc01BQUF3eDliUHpFTktIVmRJZmM4MWFQU3N4WEV0bXZvTXBZS2xQMmdvRmI5eGZ6ZUhIZFNKc3JJRGF3alZVY2NCQUlEYTQyeU1qNHhOU2tKN05jS0ZUN2tLR28wS2xyeXhxU3V2dkw0VkY3WnA2QXQ4emxYZkFBQ0F4b1ZyNFFvenR5WENOa3djcnpIVFVTeFk4cVo4cFl1cXBsdGVyRjZxQktid0N5dXlxQUFBMEFyaEN1SENVTDdQTTJvcUxGaExzQ3FjMWpheWt0dW1oQ3I2QWhaTldFb0FBRGl2Y01reHZ6WWk2d0s1RnhXczZNUDFJd1hkaU8xclRLamtPVDQyT3BmWFdaeGExZ01BQUM0clhFMXlsR0NkNlF0WTZ0RGY3cWx6OVR6V3NnQUF6aTljSlRrTEZ4ZXVzd2xXRTBvdHgvaUluQndaZ3dBQTV4V3J1RStXcDZyOTA4V0U2OWNaUG14WG5ORm5ScXo4Qi9ScGpxUGNoNVQvaXpjVjkxUGRNUUVBb0JGMEFRaS9GSk9yTVJqYWtjelAzVEcrTVlkMXJ0aW5xUDFIcFBEKzZVK2NVd0FBWjNkWGUxR3RHdVA4NUJ4SmNyOGErSURlOWJ3MTRhZ1NMbXVyWEJZbG13QUFMdU91Wm1vOERzVnhjNDdyYkZHd294MldLTEVYcW42VGppcnplbkd4M01aMlRnTUFnRG5PVnVZTWlPT2FLeDA0V3pIem94MldpRVczYVVlVklmNEN2RmpTcVJnQW9FRkVvTHlEMHZrRHFjZnI4WDJiY1Y3WGMxaWlya05SMThZZFZlTDFTSE1IQUVpUGtaMUxScDZNYnZSbmJSVjEwaHFXbE52WW5NbFJXZFpUT3pwY0ZnREFYL0g0YytFMS92R2wzTlhKRHV0U013YjVVbEkvQXUxSEFBREIybSswNjQzRDZKeGo0NlhkMWNrTzZ3SS93RmRETUpldVhUaEJyQUFBc2ZvYUsrTUlsUC83dXpSVFBGZjcrb3U2cTlZS2xxVEtlNkh5SVQvcnkvWXEvblJ1TlFjQXVCRldjdFA0RlBQUHBzT0U0cTdpek1EWkpkYk9XaFVTVEtSSTZoOWxkSTJpaXdBQU4rSzB4b21KL2xyR3ozVURyM09WYlVhdEVLeUNkYXF6eDJNQkFPNUV0TUsybjFRaGg5a3BqdWdhYTFlQlh5MzRja3ZXcVo0UUt3Q0FhcndRU1RXS0YzRlZtcTh4OTRTNnJGc3hFZUh2aTB0OXRxczVMRkZwSC83cm5tTVdBQUFBbFdIQ281ZFpaQit1YTZxYmNDc0ZpM1VxQUlDTGk1WWZkMzJZTU9XcUtzTjZFbXIwWS9maVdoR3Zpd25XSmRlcHZQSmZVdlVCQUc1RXVBWWlYTjI2WTdDcU5PU2pYNU5Mdi85ZkYvcVNMclpPSmE4MXA2STdBSUJTcE0xbXVmdmoyWSs1MXZEcEVudTNaQWxucUI1N1h3N3IwdXRVUm9kaWFnMENBTmpqWlUvY1ZqOWhKR1loVEtpcWFHeGxiTDM0c3MzWkJNc29qQnR6bG5XcTNXdDZzZXBGZHkxM0wvSEtxUWtBa0IyclUwVWExbktMM2RYa1drVWJ6aWxZdW5QbGx5TjFaOXBQSlNIQXFab2hQSk84QVFCUU5GN245bTc5Q05odVNIMisxdnM4MnhxVzZoUjgxdjFVa2JXTklkTVFBS0J3dks3WXUvWGpycTc1UHMrZUpTak9aM0d1L1ZReU0vQzdydU5RNEZVeVdBQUE3c1J4V1h1M3JqNnVuajFMME1jNno3ejVkNnpFYXUwS09tVUNBTnlJZUx4Zklldlpid3VLeCsxdEc4YlZmMi84aCt5N3d4TDNJNnBqQU1BZE9aMnZ5dWlTQlQyNTBQaW0yNVZNMmpDdXRyNkJZK2FIdEpJNmt0a3IwUzd0Rlp1S0FlQUd4amkveWZkTjNlMGpTSy9uWEorWG5JQ1A2QzQvWnI2MDRUdjU5d1ordEo3YjN5ZXdrYzF2Y3lWV3k0eFk5ZVdINzhoTVpjMytMQUJvT1JzUnFIako0MHRNZG1QWTZ4bkxJK2tFdHRia0E3VFdZVVhodm43aWgreXFmejlibHRWSWR3K3psQmRDaHdEUThnbDdpQXhaTlFBYjN3OWw3SitkdEtsUmJpc0ZhL2VsVFYyNjVxREZpNTV0eUEvOWxoQThzZ2dCNEphRXk1cDRlM3kwYWRSZ3RhQllJSk5HQU1INis0WEZCUlpMT0JBZkZRS01DVWtaU3k0QkFMZ3gwVXFOYTQxMUVsYXY1ZHJXaDdCVmdwV1lSWVFHWWVHTEd5aEIyMnZQbkptSm5IMnhFZ0RnekdOa1YwU3I5NGlUOGRZSWx2d1FuNGJJSEt3MUdYRldMMmF2amhBZ0FOeS9hT1hLS0xWcXplbWVCVXV2VzJWclZ2a1MrQzdkak95aFpoMEE4SkRDZFpGMUxRVEwvdkxmbFR0NnlvWHZaSmJoOXdxa1dwY2tRNERpNWdiUjYyM2w4UXN5QndIZ2hrVExqMkh2aWZGdmRHL2JkMzYxOUgydEM5YWFPbTYvZEVpTUR3RWVWR3IzSWlkSkhaL3VieCtZdm9pWC8vZW5oQnNCQUc2QmZ1Sit2OGIxZm0valdWc0ZxMU14cXhpSXU3SVdIbCtzOWFwbzkvYXc0blhuaUJZQTNJQzc4dU9VTGsxbmpXZFRCT3NNcm1yL3QrajJFeitTLy9LdDFFNmZlR0cyTHhHeDhyYTVtM2hkL1VQUFJSUUJBTm9vVnJxbDB0ZGtmWGNiR1E4ZlN3SGR6cTEvN2pabkNlNWxDR2JTT1QyNUdvS3BicHIrOGJOTU9yeVBLRDV4YVFEQUdjVEdqMHVEYUZ6eUUrMWxTWjNUeFByOWEwZ3VpeWJvZXN6YnlPTnVkbDJyTlE1TDFwdmlVTjdQREtJZ0JKZ1RxN254dy9uRnlMM3F3M0tNaWRKUVhCWUFOQ2xXWS9kM2FTSWVsM3hFeVVkMlBrUndjZ3pjWVNYMVpUU1dlVUY2Y24vM3J2Njh2THZ4ZGEwMlZyclEyWUpMWjZldnIyUzJzTTJjR05ZbTVHU2F1OHhjL3BRNE53Q0FtbU5iYVJXZk1CRmZaNDRWSWtlK2t2cHI1bkdwTW5jM3VUZTFqVWtYcjI1L1RTbFY5UEVsSTFiemhGaTlzQ2NMQUs3a3JJYkdwTnZmZEVaMFI1eFEwbWxKNk5EdlV4M2xYbGRFYWVRTzErbkhWMmdLZVgrQ0pTTDBXakh6U1BhOGtnM0Yrc1RZVk0xWU11SUlBSENLV0hYY1lUYmZzMHk2WDJTdGZIS0VhRzFLOW8yS3VPa3hjMzJMMGFOV3ByVkxwdC9FbUkwOHBZb3h5a254Ym9qT1drNk9kY0ZKTlRWZUV3RGdGUFI2MVVIaWc0akh5QkN0ajFQWG5CSVpoYSszK0VXMmRSOVcrQUdEWUZTRkFMc2lWajFEY0NyN1hrWFA3NmdaQ0UwZUFlQlU0bkZwbTVwMGl4UFNTeUtlby9lR1JoTjVwd1R6Sm91QS8ycjUrM3NWZHpTcm1EMVlHWVNMbk1nVlBKOWl1UURRQkIzbGJuSVRkYi9HL3RLZ2FPbUorS1J0TFVQdVJyQzgyRlJreXFUMkczaXhHaFZhWmV2NW8xditVUUdndFhRbG9wTWI5OVpOaUpZa24vWFV1SGpUV2MrdDdEaGMrR1BvRmlPeDJDeWFmcjZJVzE5T0FIOGllVXU5cEw4V0FFVGpSTWRvaDZTMzJKaHRrNXFja0J2alc5RnJJbGczTGxhcVpiVEZRbXcyVmQ0QkhsaW8zTisxb2oxaEVFZjFvWVNuam1ocHA1UVZyV2laSXhDeUVtOStjdjNyQmsrTXFTRTJJZDE5MGVUem94OCtsKzd1eGU4dTZuUUJ3RWxpMVpQYlhwS0RDSVVPeGZWS3hvMG9QS2lYUm9ZUzhyTjRNeWJpZHhFSituVmpKNGIva2NjSnNWa1ZQSDllK253NWtmd1AzeTE0YTBVbkh3RGNKUVBsZ0hwYVRHVHRhSEdrYUcxcml0Yk0vVjMvbXR4VHNZU2JFaXlaYll3TVcxMjV4MHBLUHVrRlMzT1BWalJqNmhvbmd0OEw5by83M21XK1VpZmZtR3NYNExHUXlNeWlTa3draEdlSjFtZFYvY0FLMFJvWTcrZkYzV0ZwdVZ0ZHd3ck5GMHRpd0xGZGQ0YlliUXNmbjByRzBDbnh2MW5QQW5nOEVyVUNyWFZ4cTc1ZlpmM0F6UGowTUowbGZ0M2ltNVpLNjg4MXNteTArQ3d6WW1lMU1KbGsxc2RtUm5nQUFCNlBpZUdBRGxMUm8vcCtNWldsbUpUVDJ1d1BkWlVWM2hHc2xzOTJVbUxsczJ2TUt1OHlRK29iajgvWmFxdkxKd0E4R0ptdzNWd0xpa3lBVHhHdDJTT09PM2NwV05LdDJOcS9NTXVrZ2xwMnZtUURjcGRMRmVDK2tYVndMengvY3B0M28rTGRlaUw3WGxPMHFqWUlQK1QrejE5M2VHSU5YYnA2eGFSSnNUS3FNRHRqZGdVQU55NVdNcWFFSXJaemFUbmZTNGpXeGgxV3FnaEMxRW1JbG41c1ZWVUxxNWt0Z25XRFlsVnJRN0U4NXlCN3NLUzBrN3hXVjUycmxIUUN1QytHaGtENEtJNnZwRDYyMHRJbGVlSTE0WjRzMFNvdXhXUk1sRGVQVXFqN1prc3pHVCtpdFpzOG0zbVRFTGpTSGVpV0szdWxRU1RBWGJxczBLS2piNWtxbDlqdmxCcGpmTkpZNGpYTVVrenVPMUZzSzhJNWRZZnRTaDVpM0xrYndaSWZQS3hkWFVPc1NndnUraXpDRmFudkFEYzV4Z3pGM1ZocjF6NjZjbEJWUXZhQTlrdkdpNHhvcFZnVVJvTVFyQmFmVU1PYzhCaTF0b0xBUFJXSWxiV0hvbFNzZ2tpdTNRMzNwQUY0Y05IcXlCZ3pOZjc3SzRQUFp4WkhUV0ZUYTFFemExMWR4cWVTS2pzUEpWWjNLVmlGSjl1bnF4RTZiTWlWNlpsVDBXc0NRR3ZIa3E0SWtyWDNjdVAraHZCeXBBb1M1TVR1UnhRZjdUdC9STUhTNGJ4TGlKVzVPOTE5bDRVaU5BaHcyMk5LM3gwbVlGa0NOaElSS3FxaUU0bGlQNXJvYmg1NW5md1JCZXVQY2xlVmhYTlBFU3Q1L3BzeEMzdkdYUUhjMWRqaWx3ckc3bkQ5Nldlc1NFeGVpYllnV09ZSnBkZXVmQVBHMTVyUENTZFlVWDhabzNsYmRrWUZBSGMxeGh4TWJCT0pGWWhXQWI4ZTdQTmFNNStxaysvZEVLdVhRckhxRzJLMVFLd0E3aGFkRFRqVFVaaW94NVhlTFB4R2l5SUVhKzljcVRsVE9ub1dGUFhUMGdJNTRiUUR1S29MOHB0OVB5OGtEdWFTZ2RFcTZldXRPZnJxSVZqUlNiSlJvalcwVG80b3pxei9yNDVsdDhUdWxTUUxnS3NKVlUvYUFVMUZIS1lYZU5sT1pqeGFHcUxWTXlhNjhLQU95N1BJeldna2pQZmg3RnFFNjhJTFkrN3NUQ0QyWFFGY1ViUFVkWG5RL1BBTWptcFlNWW4yNDVGT1QrL0wyamNvSGk1TFVBVGx3eENVbFp6UVZtcHFVWkpFcG56TDVCSDNUQUMwOE5yWEdidEZCUU5xSE4rUEg1K2w0NGRNa04vVUJObVBSVVJqY0ZnL1dEMXIraWVLMVZpY21SYXJWVk5pSmJIM0lhY3R3TkdZbGRHYk9yaEVVZlI0a1NwaWEzV1c4RWxaTDRnVkRrdWZMT0ZFSFdTcy9haHFrMTdCcHNHbkprS0JxazdpV2x3YmxlRUJUcnVXYWsxTWE0d3RIOGFZc0pKYnFJQ2hSV3lXYW9FRUR5NVk2dVFkcUpOckpUT2RiY1ZKbWFzVDlpVXNWbFhtSTkrbkZjWjhZbDBNNE9jYThkZEh2eVNpWWRRRUxkNWJXZU85MUNsaXk5NU1CT3RzRjhaQVhGWEhtRUhGSWNGRzFxNVNmYjUyeC82SFh3TzRIZzhtajY4RmtSSExCZm53L1V2REFscFZ4SFlyNHdSaVZjQXZ2b0phSjJCWFdnWG9SZEt2azg1OTk2eUpXVFo0TVI2NE4zNFJnQzkwRTliS2RIV0pudWlVOGthejh5U3IrRm5HQml0YTR5ZTRMNGdWZ25VT3NVb2xWWVRTS3pQMWYrdUd3Z3ZqUkZnQndRTDRacUVFb1ZzaVBMSUdyQ01nWThuMGEwcTB0bjVzMk4xK3UrOWtyMWY1ODBtU0s3aU9hMEJJc016V1cvdXFuSXRDZmtZNjY4bmh3RVFkdyt6eG84N0wvdjhXWkJ2QmcxeW5PbXhlbks1dXJBODN0dllNT0t4TFhnUlRHZnkxV0cwaVZ4WFEyWVpOdEFESWhUYldtZWVFTU9LSEpKVUEzUHExMkpYck1lVmtGbTYvaWsxb3NsakNRYlVKTnU0aVdMZkl4aDNHbnYyRjhXeWtsQS9WREcxejRnWHFCYkJmOGQ3MGMvcEtPTHN1VWNzTTRFYUVxaU5DNWFNWDR3b2gwY0l6TFFudlNWaHVZankzeHkrQVlOMk9XbjNQMmw0aTRmTFpSeU1kWmhDaDBHbnhKMTJrRmU3S0pRUlJaeExPaUpIRGplTW5ZTEZJalZQRllXVVN1YW9ScFlpZk96T2lGbk8rZmdUcjFrUXJaUG84WlZKbG13NEhEcFVBYnRReFY0YklqZFZ6dnRwbzh3dkNIVXdhNjRUNnRGTWExQWlMdjZxSVJDOFhob1RMUTlKRkF5RUxDVmZFTGF5ZlRqaWVWWXZzMWYydE1PM3h5UlNqekh2d0hHeEVsR1A3aTkxZndMMUkvQ28zU2dOYzRGb2F5T1J2THpLUXFFeVIzRFF2eGFkalVTdmVYNVZvdVBwQ1ZSa2MxajJGTERvTnVpdDlzYXpFMlduSHBaOFR2NGUxSVZiK0F2WUpKR08zbjBRU21reCtzdEFNMTVqdytYUFQ5NmR5My9zYkI5cEJKVUo5NHdxWEZVKysrcVUxT0NVMHFGOXJUbzhxQk91ZUJNczFJVmhHMHNTWFV6SkNHbnIyT2N5RlJUS1ZPWndLdFV4bGRncHdDYUVhUzJSQTErSWNHc2tTT3RRM1RJWDZKRkpnN2E4cUxwT2tCSzlyQ1dRb0pIQ0dGaVdBWUozbm9uUDdtWHliRTVNY3RGaE1KT3pSVFFtV2NTRXQ0dkJGVk9RM3hsK01DMmRYNXhqaXRPQ00xMHhYSmtWL2pNakEzbm1vUkdqdERxdWc1ODVUdmZiVmRZVnA3bkxOalF6QkcwU2ZJeTRrZ0FORHNOcFBWTjVsMjRDN3NwSW1GdEhGOW5OL1dHdVNNRWRmUFdkaVhQanh4UlQya0kxa0IzN1llUi9QS0tkY2dOQ3dVUFdsck5sblFqald4c1JKbjRNelZ4RHFFM2RtMWZBcmRsa1NodGZYODF3RTkwMkpiYWRDUEFIQmFvMW94YW52eXlNdlp1dUVuMFJKRUQxOVlTZFMzMmR4NGtUaXVBZWRreE1sYWdoelFGTmk1WjNJdTdQM0ZTNWxBdVV6Y2VPMW80N2hzamJHZVRxT3ozZHhiNStKMTZyY0xxS3ZGWGZZTyt2VHVEWm1qb3pjaS9BdlgwRWpvdVVGNE9tRVEralF5RW9sVGZTTW1haXVNYmd4U2pVTmplT21zcDNXeHNVTjBBUlc5dWxDSmxnYmRWOWZuYjh6NDNueHRvOVFBV1ByN0xxYlczV2ZkMjZ6a28zOWZ2SzNlK3hJM0pyNUVKa0Fra0dJdzNxY1VJbkxKRTJJUzlxckRDOGhqN0V4RzNTcDJXYzBFd1M0Tk10SVBQeTUvVnRDMGhzbEVFdW4xcDEweUMrVlVHRk0rc0pyUFJtUmp6cUpSZHVFNFBwalBpTldDTmFqb1VNVUN4V3k2eGxPU0Y5d1MzM2h5SVd1SFZqdTRqcXFESTJzVGZ6eG9SaXlwUjV1c2xXNkhyUVFKL0piMWsxeisvMnNLSUYxdkZ4eVV5aWZGbDVMcit2MnF6WVRSeVdoM2cwaDlCVnZYdG0zaUdBOTJnVS9WRUpoWFZ4YVNMcnVNRDQvT2NWZEpkYTY2c3djdzNyREd4bUdkMy9PZmxWL2tIMVRmMHBiY2RUbytiUjBoOVVtTEhHeHp2blE2bWZQdmNuZko2VXVTMTd2dzdnbS9IdDdxbW9PQ1FqV3ZjNU9zMGtUa1VEbGhHaWlReXNpaEYzbHJuSUR4c0J3WTlRZ2hIQStEY1JCZjBZRGVUYzZkeG9qRWZLelhOYktIWWI2dHBrb2d0VXphNWdRcTNkM21MRTd3bFVoV0krTVhpQmVKL3BuZFRQLzNyakR2U25XQmI0b2VDOUZidXlFUVM5c3NteTBRUjZjWnpJbDFTZThZL2I3cGQ3Y1lYM0xWQVNnQ2ZUNU9raWNNOFdodm9RUVd0czMxbTUvSGMwTDRETmRnUkdzaHc2cldFNHA4ZkJjckgyU3FCeXZ3NHlMekh1cDY4YXFXR2RjbkZrR1NtYnd0SEs0L25rNWxEMUdYcVRtaHZNMmY5ZW05K3pKT1YyNVNUaVI1ajdQSEhmbUtncnBxcjJWRStrS3ZPSHNRTEFlR2IxbmEybUZNaW9HOFZVaWxuN2dsaXJDR0pmS0pOU2hvL2p6K2tIU041djhMM0poQXpZdm4xMmcrdkpkajZQSjBTQnp6dnB6NDlWeVFBMjd1N0V4VVJzbXpnZTltYmhiVVRmUTZudlZWYUxsejgyblV6dUdRL093RCtzYWF2VXRJSy9paHFZWmQ5V3RjZUVGZDlXdjRhNTBINit0YTZaVHNuNmRyblo5WVkzTUVPVzl6N0Q3LzQySTIwWkVtclcxWm42VHVFM0RJcHBFREpSYlh1cnYzUkNPdnFzT081ZWNJNkgzVmE1YzAweGZTMzVmbGR0ZkQvWWl0TFFtYW42U3QvdS9sYnBPeGs1dEMyR3RDc0dDdzR2bkt6NmV1NDRUOTZjYU14NFU0cTNycnM1MG9lWUtCRmV0WiszVmdOc05ObHNaU0VlRWF0SXV4US82bWZZYmZjTTloZDlsSU1LMXpIeS8vbkZ6SlZpbnZGK3JwVWZxZkowWjE5Rk1oYlk3enQ1MEhFLzJQcHA2LzNBNUNBbTJHeXNrYURabWpIcGQ2WEJKemwwVnU3RVQwUVBDS3A3eDdtNy91Ty95VnFFWWIwNklRc0hoVUUreCswanJYNUpXUHBSUTNrL1IxVkJVTnFTYjcyN3ZtWkNxV1V6WlQxWmt6U1piQ1VJbU5mR2tvM09HUFhncmNUMXI5VHJEd29oRE1ya25LcVFiMXFtZUdHb1FMRGlQWUUwU0xzaXEycDRiK0lmRzR4dDNWMFpGKzYyMTl1YmRaaWpHS3dPSXY3Mks2SzRQSC83elhyLzJ6TWo2MStjRGJGNGVpcnVaeXQ5NzRRc1JJZXBHb2pUT2lQNkJZTlZrWFRFcHFVT2NjdjVWbTFPRWMrRUtLN1RMT2FWckVWYjF6R0tkNnNZZ0pOaHVEZ2FXVEFiZm9JYTc2aHFQUDVlN09xcGZtQXpBWDhrcElrSnZsa056aHkwaytxblhrTW9GM2NoUjVMNmpnVHkySjcvRFNnYlY1WlhYTnphWmM4UTdrby9vdnJHczVhd3pFNkh0a1o5bjZmYkRlRWNMVmxTemIyMlVhMXFvVGdiKzlCMGtFbzVtNm4wTTVmT3ZFaTRSRUN4b2tDZVpKWTRUWVkrZk1KRTczTk9WYzFkMTNkZ3BKTU9CZFl4YWF0RDJnNUdLL0hRTFB2Y2dKZXJ5WGM0TmR4cyt4MVNLcDg3VTg4YVo5OTVOVEVaR1J5U1JKRGVXKzk5dzl6NG1ibjk5eWYvOU9TTnlSeVd4eUd1dG8rL3BLelI3YkZKTVJmV0loUkxIb1RVcGtYTmhvYUlINHlQUE9XZ2hoQVJiakt3cFRHVEF5VldGN3BTNm1McHJYYWNnNGNCQmpZSHBXTkhMMVY2TTMwdFdPS01xQjcwSzEydDFacDRtYnFGbm1iNzEzSEVWOFhNT0s1UkFpci9qbmlHbS9STW5FS256N0Z6aFdGMmxvcDladDdUUzNOa2VnV0RCQllWclhiR1p0NnFjVTI1UVdSN3JyaVJzTnFqeldrMjROR01XcnhmbXJRR3FsL3ZPNURsdmhvaXMzTiswK3BnbU9qTWZNNUJ1S3o2WFIvZHhtb1lCM2toRU9DVTB0cjJFWUNVMkVnOVR6aThTcmErRUNzSi9DQmEwVE5EVTRHRnV1azIwSmFtOWRpV1phcC91YjhtZW1IY3A2VE4wK2MzQ3hhOVZjSXhOd1NCZWxXaWdxOXQvOVRpVHhmOFhTUVN4TXRFNmF2QmVSeUlYM3hiR2UrOGUrVnRuUlMrcTFoQXpUN3ptdXVidjBZK0szODZOVSt4Y1piY1d4b1NobTNrc0NSVjNDR3RZOTBPOGViSWp3akZTRzNUbnJyeWhZODVWdlZVOExPVzh6aEVPdEFiZDNoSGljTkNUekVnQW1LbnRBQ0VEMHJ2VTN3WGZuVlhCNFZobjA4bUljOWdnTzRzbUtGWm8wSld1T2Nsenh3V3VjT0RPRUdLV05UTzlQalUwSmhFa1ZPQ3c0QWJRUFlMOFFPYlR2VCtrUmZtSE1iaE5hb3BWMTZWcnRWVU5Fc2RtMTNVcjNKUWxXSjJDNDZ3ei83L09DUG55QkpmVVZKV090ZnBkT3BsSlRQeDlqWjNkdmJyMGR5Z0pZWjRsTENqblh0ZHdXYXhQSVZod2E0Z1l2Q1RjaHJuT2NVUkdsNTVoaDdZTC80akRDR0V6NjdpcnpHRFVrZHFCM1dNY2xuejJqZnJNeHdoZmlmaTJvYnBHeVRyV1R3a3dKZVNESXdWcnBWN2ZUNUJlWmRPMzdsL1ZtSWhJQ05Jbndud2E1MExIblMvUkExb0lJY0U3RTYzZHhmMGlvWkpVK0NhSVRLM3duQXhDT216MkdqdVJhTUY3Sm0wcE9obG5va1hwVFY1bkl3TnB1T2xLOHR1TTYraVdDbFljN3F2cVB0dEMxbXFnN21UT2liV2t1azlQRVY4Sk1mcmpXUFVjbCtyY0dMalRhd3NPWGJReE91RjBGN1NvUjdEZzlwM1dUT0w5OGViWDBPZm4yTkNjbFYyNFNndzJ1aTNGdXVJMWUwcFl1b21aODZwd0VQL0tGRlN2MlQzU1diZ1NOM01rVFRtUmJzVTVNWlBmcEdkOFozWE9yVm5HZlEzVkJPU1laSjR3S1JwbVBwTS83b3c2a2dnVzNKOXdOVm05b21mTWNKdDRiT1dBV3pqQVdwbUNLeGtJc3ludE5ZWFJuZkU3UGFmdythekJkL1hZWGhPZlZkelgzdVRHbURDVWtOb0RGK3BuTGtpb1FMQUFqcG5Gcit1NHNZb0I3eldxT1JqS0svVnJDbFl1VTdDSjJua3B6amFBUm80amJETHVIeXQ4RWhyY3F1OGlsRzVxd3EwczFlL2VkL1d6UXBmcXMyekVUZEh0RnhBc09HbFduV3BkMFhPSEdYZWJndVBGRmNCbmNxeTRaOU0ybFNRaWExQjZmVzBxNnlDYk00dE1uY0crV0NnbGhEY3ZkRStsb2NXdThUei9HaThOZkErckJnVExDOU5ZdnFmRmtWVlI0STRoU3hDT0dwZ3pWZEVicVc1aEpFS2t4TXFMMHJ1ejE3eFNicTBrRGY0Y0lyOHQvT3hocjF2cCsrb2Q4WDMrQ0VzREZUdXMzM2x3NVBjVE5tc2pWb0Jnd2RGWWxTRktCT3ZZTlpMS0NoZVJDem1WYmx1K1pBa0R6ZzFINkYzblNOelFrLzQrQ2xMSmUrcDRHK1ZHVDFwUEU3SFJKYkw2Ung0SHdJU1FJTlNaUVUraldYL1lIL01UdWpIQ2dac1RXdHBuTTlvU0EzdElxOS9JK3d3WmgwTTFLSjZTYUhEdUZIaWRZZWsveTdNZXlHVTlTbjlmdWMrbHkwN054SmtHcktydWRZUzI1dzVEclgxSHBYUkFzT0RTUkQyTDN0U0ExSmZCYzJrNGxWUENPbFVwMk1PU2dWMEcwNkZ5RjNYZDVMbm9GOXczUzdpTzRyMVl4dmU1a1ZZY0I2V2I2dFRmRTRmYk4wUTJGdDhKVnc4Z1dIQU4wVnFLYUUzVkFHVnRLajVhc0l3eVBOWStycUtCM1FpVk5TMUdUUi9QYWhkUzlMWFZFYXp3blNuaDk2SEJWU2E1SlZTV0NPdUNuUXQvTi9EZ3NJWUZkVVhMRDZEUDdyQk9uZkhRdzRHdnNHeFB5UWJYWHVIQVhuY1BWbTNuV2ZjcE5UOTdxUmgwS2lZQTJvMm1xcnEvSlNyOWUySHoxVXZtR1VlMVY3TEpiMWZnaWdFY0ZseGJ0UHlBNTBNOUUxbTdDTlhadXpsM0pZUGVYTW92cldUUVhWZTBjRThKMWw3VitSck9ZMzJFTzJuMDY2dDR2YlVyV3ljcnFpZVkrSHhiNVpyalBWU2hCYzJrMEMxdDVMZGVVU1lKRUN4b3UzaUZtbjlCdk1LYXhqSXpjTzRsUXNnYTJEb1NzYUtVOWtJNkJRNnJlOEx4bWtZblYvUXRJWkNOd0tYdnEyb0NNSEw3SWI2eGhBWlg2dlhDeHVOMUpGS0UvUURCZ3BzV3Ixbmh3QmtQdHFucUZ0dUNRYkdPdXlqWjZMczU4cldhUUNkVERESU9zckl2bHZWL09vd3BDVFZ4UHpXUER3M3FicjB2OG50UXh3K3VBbXRZY0VuOFRQNVZCSzAwZkxRcXVMK2pNZ0ZQRmF4U3gzWHl3RzNzZjlMT2RKajViS1Y5c2JwVjM2ZGtCNjdVSkVKdkIxZ2pWb0REZ2tkeFlCdjNkODBqRExKOTk3ZG5sNVY1bG5KWFMrWElmSWJieGdpZjlZejNZSWxmWHowbnRWRzU1TDNWUVdjRldwMTE1eUpzSzdmZlFxVm5mTlpWaGNQYVZrd28vR2Rjc3g0RkNCYkFvWWl0NGtGV010cmlJcmdwUjdBUTU5R0xCdjUzU2VnSVBiVjBzZGQxb1lzYjYvUnVjUy9qUXZlWG95U3JjT0lPTS9HR0xsMWR4QlMvaElOYlYwd29acHlWZ0dBQmxMdXcwcjFIVnN1TWJpUjJSV0loQ1FXeHkvTEgreENuRTZwbVdCdVZqOWxucHRlb3JQY1RHbkcrdVhvSklkM0VmV0Z0c2M1M0M0QmdBVFFvYmw1by9KNnd1U3RMQmM4NUlyKzI5bW00bXFSWW5yUHVYZlRacklhR0svWG5PbktyK2poTGQxckZFUUFFQzZCQlIvWVNoUkxqR29JOVY1aUdMcTZtUlB3MklsYXJDM3kyVVBTV01CMEFnZ1YzSmx4bXVDdXFHcjRwRkwrd2x5eDJOVnR4Tk11R25WV0hYdytnakgvKysrOC92Z1dBQ3lISkd5RVJZc3ZHVzRCeS9pL0FBSzlEU2g3cHhhTGNBQUFBQUVsRlRrU3VRbUNDIi8+CjwvZGVmcz4KPC9zdmc+Cg==);
-webkit-mask-size: 100%;
-webkit-mask-position: center center;
-webkit-mask-repeat: no-repeat;
width: 160px;
height: 160px;
z-index: 0;
animation: qodef-element-rotate 20s linear infinite;
text-align: center;
}
.corino-rotate-effect-yes .elementor-icon svg, .corino-rotate-effect-yes .elementor-icon i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor-position-top .elementor-icon-box-icon {
width: 100% !important;
display: flex !important;
}
.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 .elementor-image-box-button-wrapper .elementor-image-box-button-text {
letter-spacing: 0;
}
.elementor-image-box-wrapper .elementor-image-box-img .elementor-image-box-img-inner {
display: flex;
align-items: center;
width: 100%;
height: 100%;
}
.elementor-image-box-wrapper .elementor-image-box-img .elementor-image-box-img-inner img {
object-fit: cover;
}
.elementor-image-box-wrapper:hover img {
box-shadow: none;
}
.description-effects-yes .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-content-1 {
display: flex;
align-items: center;
gap: 3px;
}
.description-effects-yes .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-content-1 .elementor-image-box-button-text {
display: flex;
}
.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: 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;
overflow: hidden;
border: none;
border-bottom: 1px solid var(--e-global-color-secondary);
color: var(--e-global-color-secondary);
position: relative;
letter-spacing: 2px;
-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;
text-transform: uppercase;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-button-wrapper .elementor-image-box-button-text:hover {
color: var(--e-global-color-primary);
box-shadow: none;
-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;
border-color: var(--e-global-color-primary);
}
.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;
display: inline-block;
}
.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-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: 0px;
}
.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-item {
border-bottom: 1px solid var(--e-global-color-border);
}
.style-theme-yes .e-n-accordion-item:first-child .e-n-accordion-item-title {
padding-top: 0;
}
.image-style-corino-yes.elementor-widget-image .elementor-widget-container a {
position: relative;
border-radius: 0 30px 0 30px;
}
.image-style-corino-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-corino-yes.elementor-widget-image .elementor-widget-container a:hover {
border-radius: 0;
}
.image-style-corino-yes.elementor-widget-image .elementor-widget-container a:hover img {
border-radius: 0;
transition: all 0.4s ease;
}
.corino-image-effect-yes .elementor-widget-container:before {
content: "";
width: 100%;
height: 100%;
background-color: transparent;
border: 1px solid #ffffff;
position: absolute;
top: -8px;
left: 11.5px;
}
.icon-list-style-corino-yes .elementor-icon-list-item .elementor-icon-list-text {
position: relative;
}
.icon-list-style-corino-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-corino-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.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;
padding: 0.9375rem 2.375rem;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #ffffff;
justify-content: center;
position: relative;
overflow: hidden;
text-transform: uppercase;
display: inline-block;
}
.elementor-button span {
position: relative;
z-index: 2;
}
.elementor-button:hover {
border: 1px solid var(--e-global-color-secondary);
color: white;
background-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;
}
.elementor-button:hover .elementor-button-icon {
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;
}
.elementor-button.elementor-size-xs {
padding: 0.25rem 1rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0px;
}
.elementor-button.elementor-size-sm {
padding: 0.5rem 1.2rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 0px;
}
.elementor-button.elementor-size-md {
padding: 0.9375rem 2.375rem;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0px;
}
.elementor-button.elementor-size-lg {
padding: 1.2rem 2.5rem;
font-size: 16px;
font-size: 1rem;
border-radius: 0px;
}
.elementor-button.elementor-size-xl {
padding: 1.5rem 3rem;
font-size: 16px;
font-size: 1rem;
border-radius: 0px;
}
.elementor-button.elementor-button-link {
display: inline-flex;
}
.elementor-element.elementor-button-outline .elementor-button .elementor-button-icon {
color: var(--e-global-color-text);
}
.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;
font-size: 8px;
font-size: 0.5rem;
color: #FFFFFF;
font-weight: 500;
transition: all 0.8s ease;
}
.elementor-button-content-wrapper {
align-items: center;
}
.elementor-button-outline .elementor-button {
color: var(--e-global-color-text);
background-color: transparent;
-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;
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);
border: 1px solid var(--e-global-color-secondary);
letter-spacing: 0;
text-transform: capitalize;
}
.elementor-button-outline .elementor-button:hover {
border: 1px solid var(--e-global-color-secondary);
color: #FFFFFF;
background-color: var(--e-global-color-secondary);
-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;
}
.elementor-button-outline .elementor-button:hover .elementor-button-icon {
color: #FFFFFF;
-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-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;
overflow: hidden;
border: none;
border-bottom: 1px solid var(--e-global-color-secondary);
color: var(--e-global-color-secondary);
position: relative;
letter-spacing: 2px;
-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;
text-transform: uppercase;
position: relative;
}
.elementor-button-link .elementor-button:hover {
color: var(--e-global-color-primary);
box-shadow: none;
-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;
border-color: var(--e-global-color-primary);
}
.elementor-button-link .elementor-button .elementor-button-text {
-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;
}
.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-widget-n-tabs {
--n-tabs-title-padding-right: 0;
--n-tabs-title-padding-left: 0;
--n-tabs-title-font-size: 1.5rem;
--n-tabs-title-color: var(--e-global-color-lighter, var(--n-tabs-color-secondary-fallback));
--n-tabs-title-color-hover: var(--e-global-color-secondary);
--n-tabs-title-color-active: var(--e-global-color-secondary);
--n-tabs-title-background-color: transparent;
--n-tabs-title-background-color-hover: transparent;
--n-tabs-title-background-color-active: transparent;
--n-tabs-title-gap: 36px;
}
.elementor-widget-n-tabs .e-n-tab-title {
position: relative;
display: flex;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
position: absolute;
visibility: hidden;
opacity: 0;
display: none;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
-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: 0;
height: 0;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg:last-child {
position: absolute;
-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;
}
.tabs-style-2 {
--n-tabs-title-padding-right: 0;
--n-tabs-title-padding-left: 0;
--n-tabs-title-font-size: 1.5rem;
--n-tabs-title-color: var(--e-global-color-lighter, var(--n-tabs-color-secondary-fallback));
--n-tabs-title-color-hover: var(--e-global-color-secondary);
--n-tabs-title-color-active: var(--e-global-color-secondary);
--n-tabs-title-background-color: transparent;
--n-tabs-title-background-color-hover: transparent;
--n-tabs-title-background-color-active: transparent;
--n-tabs-title-border-color: var(--e-global-color-border, var(--n-tabs-color-secondary-fallback));
--n-tabs-title-gap: 20px;
}
.tabs-style-2 .e-n-tabs-heading {
border-radius: 0 30px;
}
.tabs-style-2 .e-n-tab-title {
position: relative;
padding: 11px 24px;
display: flex;
border: 1px solid;
border-radius: 30px;
}
.tabs-style-2 .e-n-tab-title .e-n-tab-title-text {
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;
text-transform: capitalize;
}
.tabs-style-2 .e-n-tab-title .e-n-tab-icon {
position: absolute;
visibility: hidden;
opacity: 0;
display: none;
}
.tabs-style-2 .e-n-tab-title .e-n-tab-icon svg {
-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: 0;
height: 0;
}
.tabs-style-2 .e-n-tab-title .e-n-tab-icon svg:last-child {
position: absolute;
-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;
}
.tabs-style-2 .e-n-tab-title-text {
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);
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon,
.e-n-tab-title[aria-selected=true] .e-n-tab-icon {
width: 0;
height: 0;
position: relative;
visibility: visible;
opacity: 1;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon svg,
.e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
visibility: visible;
opacity: 1;
-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;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon svg:last-child,
.e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:last-child {
visibility: visible;
opacity: 1;
-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;
}
@media screen and (max-width: 767px) {
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title) {
background-color: #222222 !important;
color: #ffffff;
padding: 20px;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title) .e-n-tab-icon {
margin: 0;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title) .e-n-tab-icon svg {
display: none;
}
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title) .e-n-tab-title-text {
border-bottom: 2px solid transparent;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title):after {
content: "";
width: 1px;
height: 14px;
margin-right: 18px;
background-color: var(--e-global-color-border);
position: absolute;
right: -36px;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title):last-child:after {
display: none;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title):hover .e-n-tab-title-text,
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title)[aria-selected=true] .e-n-tab-title-text {
border-bottom: 2px solid var(--e-global-color-primary);
}
.owcpv_item_form .owcpv_inner_form {
margin-bottom: 30px;
padding: 30px;
border: 1px solid var(--e-global-color-border);
border-radius: 0px;
}
.owcpv_item_form .owcpv_inner_form {
margin-bottom: 30px;
padding: 30px;
border: 1px solid var(--e-global-color-border);
border-radius: 0px;
}
.owcpv_item_form .field-label {
color: var(--e-global-color-secondary) !important;
font-weight: var(--e-global-typography-text-font-weight) !important;
}
.owcpv_wrapper .formbuilder-radio-group .ui-selector-resuilt {
border-radius: 30px !important;
padding: 11px 20px !important;
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;
justify-content: space-between;
}
.owcpv_wrapper .formbuilder-radio-group .ui-selector-resuilt:after {
font-family: "corino-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: "";
}
.form-control:not(textarea, input[type=radio], input[type=checkbox], input[type=color]) {
padding: 11px 20px !important;
border-radius: 30px !important;
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;
}
.owcpv_price_summary {
border: 1px solid var(--e-global-color-border) !important;
margin-bottom: 30px !important;
padding: 30px !important;
border-radius: 0px;
}
.e-con {
--container-default-padding-right: 0;
--container-default-padding-left: 0;
}
.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(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0);src:url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0#iefix) format("embedded-opentype"),url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0) format("woff2"),url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.48.0) format("woff"),url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.48.0) format("truetype"),url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.48.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-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.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-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .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-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .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-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .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-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .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-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .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-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .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-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .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(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//energy-led.co.za/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(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//energy-led.co.za/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//energy-led.co.za/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(//energy-led.co.za/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//energy-led.co.za/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//energy-led.co.za/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//energy-led.co.za/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//energy-led.co.za/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;
margin: 0;
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;
color: var(--e-global-color-secondary);
display: flex;
align-items: center;
}
.price ins {
color: #E54747;
order: -1;
font-weight: inherit;
padding-right: 4px;
}
.price del {
color: var(--e-global-color-lighter);
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.666667;
letter-spacing: 0;
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: 0px;
-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; } .corino-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);
}
.corino-handheld-footer-bar::before, .corino-handheld-footer-bar::after {
content: "";
display: table;
}
.corino-handheld-footer-bar::after {
clear: both;
}
@media (min-width: 1025px) {
.corino-handheld-footer-bar {
display: none;
}
}
.corino-handheld-footer-bar ul {
margin: 0;
}
.corino-handheld-footer-bar ul li {
display: inline-block;
float: left;
text-align: center;
}
.corino-handheld-footer-bar ul li:last-child > a {
border-right: 0;
}
.corino-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);
}
.corino-handheld-footer-bar ul li > a:before {
color: var(--e-global-color-secondary);
}
.corino-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);
}
.corino-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;
}
.corino-handheld-footer-bar ul li.search.active .site-search {
bottom: calc(100% + 1px);
}
.corino-handheld-footer-bar ul li.search .site-search,
.corino-handheld-footer-bar ul li.search .widget,
.corino-handheld-footer-bar ul li.search form {
margin-bottom: 0;
}
.corino-handheld-footer-bar ul li.search .widget_product_search {
padding-bottom: 0;
}
.corino-handheld-footer-bar ul li.search .ajax-search-result {
display: none;
}
.corino-handheld-footer-bar ul li.cart .count, .corino-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);
}
.corino-handheld-footer-bar ul.columns-1 li {
width: 100%;
display: block;
float: none;
}
.corino-handheld-footer-bar ul.columns-2 li {
width: 50%;
}
.corino-handheld-footer-bar ul.columns-3 li {
width: 33.33333%;
}
.corino-handheld-footer-bar ul.columns-4 li {
width: 25%;
}
.corino-handheld-footer-bar ul.scsscolumns-5 li {
width: 20%;
}
.sf-input-focused .corino-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-border);
border-radius: 5px;
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: "corino-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: calc(5em + calc((1em / 6) * 5));
letter-spacing: calc(1em / 6);
font-size: 12px;
font-size: 0.75rem;
}
.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: 23px;
color: var(--e-global-color-primary);
}
.star-rating span:before {
content: "" "" "" "" "";
top: 0;
position: absolute;
left: 0;
color: var(--e-global-color-primary);
}
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;
}
.product-labels {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
font-size: 10px;
font-size: 0.625rem;
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);
letter-spacing: 0;
text-transform: uppercase;
position: absolute;
left: 0;
top: -8px;
z-index: 4;
max-width: 100%;
}
.product-labels .product-label {
padding: 0 7px;
}
.label-scrolling {
display: flex;
white-space: nowrap;
position: absolute;
top: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 99;
background-color: #E54747;
}
.label-scrolling .label-scrolling-marquee-box {
display: flex;
align-items: center;
overflow: hidden;
}
.label-scrolling .marquee-text {
white-space: nowrap;
text-transform: uppercase;
color: #475747;
flex-shrink: 0;
padding: 0;
width: max-content;
display: flex;
align-items: center;
transform: translateX(0);
animation: text-scroll 15s linear infinite;
}
.label-scrolling .onsale {
transition: all ease 0.3s;
background-color: #E54747;
color: #fff;
position: relative;
padding: 3px 16px;
}
.label-scrolling .onsale:after {
content: "";
position: absolute;
width: 2px;
height: 2px;
background-color: #fff;
display: block;
right: 0;
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%);
}
@keyframes text-scroll {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(-100%, 0, 0);
}
}
.label-wrapper {
display: flex;
gap: 10px;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 9;
}
.label-wrapper > span {
background-color: var(--e-global-color-primary);
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);
letter-spacing: 0;
padding: 3px 12px 5px;
line-height: 1;
color: #FFFFFF;
border-radius: 0px;
}
.label-wrapper > span:not(:last-child) {
margin-right: 5px;
}
.label-wrapper > span.onsale {
background-color: var(--e-global-color-primary);
}
.wc-block-grid__product-onsale,
.onsale {
text-align: center;
font-size: 10px;
font-size: 0.625rem;
text-transform: capitalize;
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);
letter-spacing: 0;
padding: 3px 16px;
border-radius: 0px;
background-color: #F8F3ED;
color: var(--e-global-color-primary);
}
.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: 0px;
color: #fff;
}
.corino-sorting-wrapper {
margin-bottom: var(--grid-column-gap);
position: relative;
z-index: 9;
}
.corino-sorting {
display: flex;
flex-wrap: wrap;
gap: 15px;
align-items: center;
color: var(--e-global-color-text);
border-top: 1px solid var(--e-global-color-border);
border-bottom: 1px solid var(--e-global-color-border);
padding: 16px 0;
}
.corino-sorting > * {
margin-top: 0;
margin-bottom: 0;
}
@media (min-width: 768px) {
.corino-sorting {
padding: 27px 0;
}
}
.corino-sorting .woocommerce-result-count {
display: none;
}
@media (min-width: 768px) {
.corino-sorting .woocommerce-result-count {
display: block;
order: 3;
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;
line-height: 1.5;
color: var(--e-global-color-text);
}
}
.corino-sorting .woocommerce-ordering {
position: relative;
background-color: transparent;
}
.corino-sorting .woocommerce-ordering select {
width: auto;
border: none;
border-radius: 0;
padding: 0 18px 0 0;
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);
}
.corino-sorting .woocommerce-ordering select:not([size]):not([multiple]) {
padding: 0 26px 0 0;
}
.corino-sorting select:not([size]):not([multiple]) {
padding: 0 18px 0 5px;
border: none;
width: auto;
background-position: 100% center;
background-size: 12px 12px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
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);
}
.corino-products-per-page {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5;
color: var(--e-global-color-text);
position: relative;
display: flex;
align-items: center;
background-color: transparent;
margin: 0 0 0 5px;
}
.corino-products-per-page select {
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);
}
.corino-products-per-page .per-page-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);
color: var(--e-global-color-text);
}
.gridlist-toggle {
display: none;
align-items: center;
gap: 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);
margin-left: auto;
}
@media (min-width: 768px) {
.gridlist-toggle {
display: inline-flex;
}
}
.gridlist-toggle a {
display: flex;
color: var(--e-global-color-lighter);
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;
text-align: center;
align-items: center;
font-size: 0px;
font-size: 0rem;
}
.gridlist-toggle a i {
font-size: 14px;
font-size: 0.875rem;
}
.gridlist-toggle a:hover, .gridlist-toggle a.active {
color: var(--e-global-color-primary);
}
.upsells {
margin-bottom: 0 !important;
}
.related,
.upsells {
padding-top: 43px;
margin-bottom: 40px;
position: relative;
}
.related .woocommerce-subtitle-related-product,
.upsells .woocommerce-subtitle-related-product {
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: 1.286;
text-transform: uppercase;
color: var(--e-global-color-primary);
}
.related .woocommerce-title-related-product,
.upsells .woocommerce-title-related-product {
font-size: 34px;
font-size: 2.125rem;
line-height: 1.11764;
margin-bottom: 30px;
padding-bottom: 24px;
border-bottom: 1px solid var(--e-global-color-border);
}
.related > h2:first-child,
.upsells > h2:first-child {
position: relative;
display: block;
font-size: 45px;
font-size: 2.8125rem;
line-height: 1.15556;
margin-bottom: 40px;
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-message .button-link,
.woocommerce-info .button,
.woocommerce-info .button-link,
.woocommerce-error .button,
.woocommerce-error .button-link,
.woocommerce-noreviews .button,
.woocommerce-noreviews .button-link,
p.no-comments .button,
p.no-comments .button-link {
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-message .button-link:hover,
.woocommerce-info .button:hover,
.woocommerce-info .button-link:hover,
.woocommerce-error .button:hover,
.woocommerce-error .button-link:hover,
.woocommerce-noreviews .button:hover,
.woocommerce-noreviews .button-link:hover,
p.no-comments .button:hover,
p.no-comments .button-link: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;
display: flex;
flex-wrap: wrap;
grid-column-gap: 15px;
grid-row-gap: 10px;
}
dl.variation dd {
margin: 0;
}
dl.variation dd p {
margin: 0;
}
.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;
} .corino-product-section {
margin-bottom: 1.618034em;
}
.corino-product-section .section-title {
text-align: center;
margin-bottom: 1em;
}
.corino-product-section:last-child {
margin-bottom: 0;
} .corino-product-pagination {
position: relative;
display: flex;
align-items: center;
}
@media (max-width: 768px) {
.corino-product-pagination {
display: none;
}
}
.corino-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;
}
.corino-product-pagination a > span i {
font-size: 12px;
font-size: 0.75rem;
margin: 0 5px;
}
.corino-product-pagination a > span:hover {
color: var(--e-global-color-secondary);
}
.corino-product-pagination a:last-child {
margin-left: 20px;
}
.corino-product-pagination a:hover .product-item {
opacity: 1;
visibility: visible;
pointer-events: auto;
top: 100%;
padding: 10px;
}
.corino-product-pagination a span.shop-tooltip {
display: inline-flex;
align-items: center;
margin: 0 3px;
vertical-align: text-bottom;
line-height: 22px;
}
.corino-product-pagination a:nth-child(2):hover {
color: var(--e-global-color-secondary);
}
.corino-product-pagination .product-item {
position: absolute;
right: 0;
top: calc(100% + 10px);
opacity: 0;
visibility: visible;
pointer-events: none;
width: 260px;
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;
border-radius: 0px;
}
.corino-product-pagination .product-item img {
max-width: 80px;
border-radius: 0px;
}
.corino-product-pagination .product-item .corino-product-pagination-content {
padding: 0 15px;
}
.corino-product-pagination .product-item .corino-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;
} .corino-sticky-add-to-cart {
display: none;
}
.quantity .qty {
width: 3.7065595576em;
text-align: center;
}
.quantity_wrap .quantity_label {
font-size: 0px;
font-size: 0rem;
display: block;
color: var(--e-global-color-text);
}
.quantity_wrap .quantity.buttons_added {
position: relative;
display: flex;
overflow: hidden;
justify-content: center;
align-items: center;
text-align: center;
width: 132px;
border-radius: 0px;
margin-right: 10px;
}
.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;
color: #000000;
background-color: #F5F5F5;
font-size: 14px;
font-size: 0.875rem;
height: 50px;
width: 50px;
padding: 0;
}
.quantity_wrap .quantity button.minus {
bottom: 0;
top: 50%;
}
.quantity_wrap .quantity button.plus {
top: 0;
bottom: 50%;
}
.quantity_wrap .quantity button i {
display: none;
}
.quantity_wrap .quantity button:hover {
color: var(--e-global-color-primary);
outline: none;
box-shadow: 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: #000000;
flex: 1;
border: unset;
background-color: #F5F5F5;
height: 50px;
width: 50px;
}
.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: "corino-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: "corino-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: "corino-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: "corino-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: "corino-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: 0px;
-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: "corino-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: 0px;
-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: "corino-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: "corino-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: "corino-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: "corino-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: "corino-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 {
display: flex;
justify-content: center;
text-align: center;
}
.products-load-more-btn {
position: relative;
z-index: 3;
display: block;
text-align: center;
margin-top: 1.5rem;
color: var(--e-global-color-text);
background-color: transparent;
-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;
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);
border: 1px solid var(--e-global-color-secondary);
letter-spacing: 0;
text-transform: capitalize;
}
.products-load-more-btn:hover {
border: 1px solid var(--e-global-color-secondary);
color: #FFFFFF;
background-color: var(--e-global-color-secondary);
-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;
}
.products-load-more-btn:hover .elementor-button-icon {
color: #FFFFFF;
-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;
}
.products-load-more-btn:after {
font-family: "corino-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;
}
.woocommerce-page .ship_address .gift-form label::after,
.woocommerce-page .no_shipping_address .gift-form label::after {
font-family: "corino-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-page .ship_address .modify-address-button::before,
.woocommerce-page .no_shipping_address .modify-address-button::before {
font-family: "corino-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;
}
.woocommerce-page .addresses + .addresses header.title a::before {
content: "";
} .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: 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);
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-transform: capitalize;
margin-bottom: 6px;
}
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-inner {
border: 1px solid var(--e-global-color-border);
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;
outline: none;
padding: 20px;
flex-grow: 1;
}
.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;
outline: none;
height: 100%;
}
.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;
}
@media (min-width: 1024px) {
.product-block:hover .group-action {
opacity: 1;
visibility: visible;
}
}
.product-block:hover .product-price-stock .inventory_status {
position: relative;
opacity: 0;
visibility: hidden;
}
@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 {
border-radius: 14px 0 14px 0;
}
.product-block:hover a[class*=product_type_] {
background-color: var(--e-global-color-secondary);
color: #FFFFFF;
}
@media (max-width: 1023px) {
.product-block .product-price-stock .inventory_status {
display: none;
}
}
.product-block a[class*=product_type_] {
color: var(--e-global-color-text);
background-color: transparent;
-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;
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);
border: 1px solid var(--e-global-color-secondary);
letter-spacing: 0;
text-transform: capitalize;
display: flex;
align-items: center;
padding: 16px 18px 16px 18px;
color: var(--e-global-color-secondary);
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;
text-transform: uppercase;
line-height: 1.25;
}
.product-block a[class*=product_type_]:hover {
border: 1px solid var(--e-global-color-secondary);
color: #FFFFFF;
background-color: var(--e-global-color-secondary);
-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;
}
.product-block a[class*=product_type_]:hover .elementor-button-icon {
color: #FFFFFF;
-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 a[class*=product_type_] span {
order: -1;
}
.product-transition {
position: relative;
margin-bottom: 0;
border-bottom: none;
}
.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;
border-radius: 16px;
}
.product-transition .time-sale {
border: 1px solid var(--e-global-color-border);
position: absolute;
bottom: 0;
left: 20px;
right: 20px;
}
.product-transition .corino-gift-label {
position: absolute;
left: 0;
bottom: 0;
background-color: #2D81FF;
color: #ffffff;
padding: 5px 9px 4px 9px;
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: 14px;
font-size: 0.875rem;
line-height: 1.1;
text-transform: uppercase;
border-radius: 5px;
}
.product-transition .corino-gift-label:before {
font-family: "corino-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;
font-size: 0.875rem;
margin-right: 6px;
}
.product-caption {
display: flex;
flex-direction: column;
position: relative;
padding-top: 20px;
margin: 0 10px;
border-top: none;
border-bottom: none;
}
.product-caption .price {
margin-bottom: 1rem;
}
.product-caption .price .woocs_price_code {
display: flex;
align-items: center;
}
.product-caption .product-caption-footer {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
grid-column-gap: 15px;
grid-row-gap: 15px;
margin-top: auto;
}
.product-caption .product-caption-footer .price {
max-width: 45%;
display: flex;
flex-wrap: wrap;
grid-column-gap: 7px;
}
.product-caption .product-caption-footer .price .woocommerce-Price-amount:last-child,
.product-caption .product-caption-footer .price del {
flex: 0 0 100%;
}
.product-caption .product-price-stock {
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
}
.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: 0px;
}
.product-caption .product-attribute {
display: flex;
justify-content: space-between;
align-items: center;
}
.product-caption .product-attribute .size-alcohol {
display: flex;
align-items: center;
}
.product-caption .product-attribute .product-size {
margin-right: 4px;
}
.product-caption .product-attribute .product-alcohol a,
.product-caption .product-attribute .product-size a {
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: 10px;
font-size: 0.625rem;
color: var(--e-global-color-lighter);
padding: 0 6px;
border: 1px solid var(--e-global-color-border);
text-transform: uppercase;
display: block;
}
.product-caption .product-attribute .product-alcohol a:hover,
.product-caption .product-attribute .product-size a:hover {
color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
}
.product-caption .add_to_cart {
-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;
text-align: center;
bottom: 0;
}
.product-action {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.product-category {
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: 12px;
font-size: 0.75rem;
line-height: 1.166667;
text-transform: capitalize;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
order: -1;
margin: 0 0 4px;
}
.product-category .product-category-item {
color: #888888;
}
.product-category .product-category-item:nth-of-type(n+2):before {
content: " - ";
color: var(--e-global-color-lighter);
margin: 0 6px;
font-size: 14px;
font-size: 0.875rem;
}
.product-category .product-category-item:hover {
color: var(--e-global-color-primary);
}
.group-action {
position: absolute;
top: 0;
right: 0;
left: unset;
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 {
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: 36px;
height: 36px;
border-radius: 50%;
transition: all ease 0.3s;
color: var(--e-global-color-lighter);
border: 1px solid var(--e-global-color-border);
background-color: #FFFFFF;
margin: 5px;
position: relative;
align-items: center;
justify-content: center;
font-size: 0px;
font-size: 0rem;
box-shadow: none;
}
.group-action .shop-action .woosc-btn:before,
.group-action .shop-action .woosq-btn:before,
.group-action .shop-action .woosw-btn:before {
font-family: "corino-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: 14px;
font-size: 0.875rem;
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-border);
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: "corino-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;
width: 100%;
margin: 0 auto;
}
.product-img-wrap .inner {
width: 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%;
}
.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;
}
.corino-single-product-extra-description {
margin-bottom: 0.5rem;
}
.corino-single-product-extra-description 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: 12px;
font-size: 0.75rem;
}
.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%;
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;
bottom: 30px;
left: 30px;
right: 30px;
display: inline-flex;
justify-content: center;
}
.product-color .item {
cursor: pointer;
margin: 0 5px;
}
.product-color .color-item {
position: relative;
width: 12px;
height: 12px;
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 currentColor;
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 .corino-countdown {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
@media (max-width: 425px) {
.time-sale .corino-countdown {
justify-content: flex-start;
}
}
.time-sale .corino-countdown .countdown-item {
position: relative;
text-align: center;
margin-top: 5px;
}
.time-sale .corino-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-secondary);
line-height: 1;
}
.time-sale .corino-countdown .countdown-label {
display: block;
color: var(--e-global-color-text);
}
.woocommerce-cart .cross-sells {
margin-bottom: 40px;
--e-global-column-to-show: 3;
}
.count-review {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 7px;
}
.count-review > span {
margin-top: 2px;
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: 10px;
font-size: 0.625rem;
text-transform: uppercase;
color: var(--e-global-color-lighter);
}
.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;
}
}
.corino-products-popular ul.products {
margin-right: 0;
margin-left: 0;
}
.corino-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;
}
.corino-products-popular ul.products li.product:before {
content: none;
}
.corino-products-popular ul.products li.product:last-child .product-block-list {
padding-bottom: 0;
border-bottom: none;
}
.corino-products-popular ul.products li.product:first-child .product-block-list {
padding-top: 0;
}
.corino-products-popular .product-block-list {
display: flex;
align-items: center;
padding: 20px 0;
border-bottom: 1px solid var(--e-global-color-border);
}
.corino-products-popular .product-block-list .left {
width: 80px;
margin-right: 15px;
}
.corino-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;
}
@media (min-width: 1366px) {
.elementor-grid-5 .elementor-grid .product-block .label_rating .count-review {
display: none;
}
} .single-product .pswp__button {
background-color: transparent;
border: none;
}
.single-product .component_selections .clear_component_options::before {
font-family: "corino-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;
}
@media (min-width: 1366px) {
.single-product.corino-sidebar-single div.product .content-single-images-wrapper {
width: calc(43% - 73px);
}
}
@media (min-width: 1366px) {
.single-product.corino-sidebar-single .summary {
width: calc(36% - 17px);
margin-left: 40px;
float: left;
}
}
.single-product.corino-sidebar-single .single-sidebar {
display: none;
}
@media (min-width: 1366px) {
.single-product.corino-sidebar-single .single-sidebar {
width: calc(20% + 8px);
float: right;
gap: 50px;
display: flex;
flex-direction: column;
}
}
.single-product.corino-sidebar-single .single-sidebar .widget_products {
padding: 25px 40px;
background-color: #FBF8F2;
}
.single-product.corino-sidebar-single .single-sidebar .widget .widgettitle {
border-bottom: 1px solid var(--e-global-color-border);
padding-bottom: 17px;
margin-bottom: 30px;
}
.single-product .summary {
width: 100%;
float: right;
}
@media (min-width: 1024px) {
.single-product .summary {
width: calc(50% - 50px);
}
}
.single-product .summary .yith-wcwl-add-to-wishlist {
display: none;
}
.single-product .summary .single_add_to_cart_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.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;
padding: 0.9375rem 2.375rem;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #ffffff;
justify-content: center;
position: relative;
overflow: hidden;
text-transform: uppercase;
display: inline-block;
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;
flex: 1;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
padding: 0.75rem 1.5rem;
}
.single-product .summary .single_add_to_cart_button span {
position: relative;
z-index: 2;
}
.single-product .summary .single_add_to_cart_button:hover {
border: 1px solid var(--e-global-color-secondary);
color: white;
background-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 .summary .single_add_to_cart_button:hover .elementor-button-icon {
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;
}
@media (max-width: 425px) {
.single-product .summary .single_add_to_cart_button {
width: 100%;
min-width: unset;
}
}
.single-product .summary .single_add_to_cart_button:hover {
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.single-product .summary .product_button {
display: flex;
gap: 10px;
margin-bottom: 0;
margin-left: 10px;
}
@media (max-width: 425px) {
.single-product .summary .product_button {
width: 100%;
margin-left: 0;
}
}
.single-product .summary .woosc-btn:before {
font-family: "corino-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;
margin: 0;
}
.single-product .summary .woosw-btn:before {
font-family: "corino-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 {
padding: 0;
display: inline-flex;
background-color: transparent;
color: #000000;
align-items: center;
justify-content: center;
letter-spacing: 0;
text-transform: uppercase;
font-weight: normal;
font-size: 0px;
font-size: 0rem;
width: 52px;
height: 50px;
border-radius: 0px;
-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;
border: 1px solid var(--e-global-color-secondary);
}
.single-product .summary .woosw-btn:before,
.single-product .summary .woosc-btn:before {
font-size: 14px;
font-size: 0.875rem;
}
.single-product .summary .woosw-btn:hover,
.single-product .summary .woosc-btn:hover {
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
box-shadow: none;
}
.single-product .summary .woosw-btn.woosw-added:before,
.single-product .summary .woosc-btn.woosw-added:before {
margin: 0;
}
.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 .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: center;
gap: 14px;
}
.single-product div.product .product-video-360 .product-video-360__btn {
cursor: pointer;
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;
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: 24px;
font-size: 1.5rem;
}
.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: 0px;
-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-360 span {
display: none;
}
.single-product div.product .content-single-images-wrapper {
float: left;
width: 100%;
}
@media (min-width: 1024px) {
.single-product div.product .content-single-images-wrapper {
width: calc(50% + 10px);
}
}
.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: 14px;
--swiper-navigation-color: #fff;
}
.single-product div.product .woocommerce-product-gallery .swiper-button-disabled {
opacity: 0;
visibility: hidden;
}
.single-product div.product .woocommerce-product-gallery .swiper-button {
border-radius: 50px;
width: 30px;
height: 30px;
background-color: rgba(0, 0, 0, 0.45);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.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-text);
}
.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: "corino-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;
width: 100%;
height: 100%;
overflow: hidden;
border: 1px solid var(--e-global-color-border);
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
width: 100%;
}
@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;
}
}
@media only screen and (max-width: 320px) {
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
width: 290px;
height: 290px;
}
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 20px;
overflow: hidden;
border: 1px solid var(--e-global-color-border);
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
border: none;
}
@media (max-width: 425px) {
.single-product div.product .woocommerce-product-gallery .flex-viewport {
width: 395px;
}
}
@media (max-width: 375px) {
.single-product div.product .woocommerce-product-gallery .flex-viewport {
width: 345px;
}
}
@media (max-width: 320px) {
.single-product div.product .woocommerce-product-gallery .flex-viewport {
width: 290px;
height: 290px;
}
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
padding: 0;
position: relative;
display: flex;
align-items: center;
height: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport img {
overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
margin: 0;
display: flex;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:first-child {
margin-left: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
display: block !important;
position: relative;
width: 80px;
margin-right: 10px !important;
border: 1px solid var(--e-global-color-border);
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
object-fit: cover;
height: 80px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
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;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:before {
content: "";
position: absolute;
width: 0;
height: 4px;
background-color: var(--e-global-color-primary);
bottom: 0;
right: 0;
transition: width 0.7s;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover:before, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.active:before {
width: 100%;
left: 0;
}
.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;
-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 .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 > img {
background-color: var(--body-color);
}
@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: 10px !important;
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: 80px;
display: block;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button {
left: calc(50% - 15px);
right: auto;
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button-next {
top: 12px;
bottom: auto;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button-prev {
top: auto;
bottom: 5px;
}
@media (min-width: 426px) {
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
width: calc(100% - 100px);
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;
}
@media (max-width: 425px) {
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
flex-basis: 100%;
width: 100%;
}
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
width: 100%;
border: 1px solid var(--e-global-color-border);
}
.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;
}
@media (max-width: 1200px) {
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
min-width: 530px;
min-height: 530px;
}
}
@media (max-width: 1024px) {
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
min-width: 430px;
min-height: 430px;
}
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
display: block;
margin-bottom: 30px;
border: 1px solid var(--e-global-color-border);
}
@media (max-width: 425px) {
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
width: 395px;
}
}
@media (max-width: 375px) {
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
width: 345px;
}
}
@media (max-width: 320px) {
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
width: 290px;
}
}
@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 {
display: block;
font-size: 34px;
font-size: 2.125rem;
margin-bottom: 18px;
clear: none;
}
@media (max-width: 425px) {
.single-product div.product .product_title {
font-size: 30px;
font-size: 1.875rem;
}
}
.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 + .stock {
display: none;
}
.single-product div.product table.variations {
position: relative;
margin: 0;
width: 100%;
}
.single-product div.product table.variations tr {
border: 0;
}
.single-product div.product table.variations tr:last-child td {
padding: 0;
}
.single-product div.product table.variations tr td {
margin-bottom: 1rem;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
padding: 0;
margin: 0;
list-style: none;
background-color: transparent;
}
.single-product div.product table.variations th.label {
margin-bottom: 0.6rem;
}
.single-product div.product table.variations th.label .woo-selected-variation-item-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);
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-lighter);
}
.single-product div.product table.variations td.value {
position: relative;
}
.single-product div.product table.variations label {
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: 14px;
font-size: 0.875rem;
margin: 0;
color: var(--e-global-color-secondary);
}
.single-product div.product table.variations select {
max-width: 100%;
vertical-align: middle;
padding: 12px 35px 12px 20px;
color: transparent;
border-radius: 0px;
}
.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 9px 9px 0;
width: auto;
height: auto;
padding: 0;
border-radius: 3px;
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.disabled .variable-item-contents:before {
content: "";
display: block;
height: 1px;
position: absolute;
width: calc(100% + 20px);
background-color: #c5c5c5;
rotate: 38deg;
left: 0;
top: 50%;
transform: translate(-8px, 6px);
}
.single-product div.product table.variations td.value ul li.variable-item .variable-item-span {
font-size: 14px;
font-size: 0.875rem;
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 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%;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
padding: 2px;
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 {
border-color: var(--e-global-color-secondary);
}
.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;
align-items: center;
margin-bottom: 0;
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: center;
padding-bottom: 28px;
row-gap: 20px;
}
.single-product div.product .woocommerce-grouped-add-to-cart {
flex: 0 0 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
padding: 0 0 30px;
row-gap: 20px;
}
.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: 0.5rem;
font-size: 14px;
font-size: 0.875rem;
position: relative;
align-items: center;
}
.single-product div.product .rating_brands > * {
margin-bottom: 0;
}
.single-product div.product .rating_brands > *:not(:last-child) {
margin-right: 15px;
padding-right: 15px;
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;
}
.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;
line-height: 1.2857;
color: var(--e-global-color-lighter);
margin-left: 14px;
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);
}
.single-product div.product .woocommerce-product-rating a:hover {
color: var(--e-global-color-primary);
}
.single-product div.product .product_meta > span {
display: block;
margin-bottom: 0.4rem;
color: var(--e-global-color-lighter);
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: 12px;
font-size: 0.75rem;
line-height: 2;
}
.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-secondary);
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);
text-transform: capitalize;
}
.single-product div.product .product_meta > span a:hover {
color: var(--e-global-color-primary);
}
.single-product .corino-single-product-extra {
font-size: 16px;
font-size: 1rem;
margin-bottom: 2rem;
color: var(--e-global-color-secondary);
}
.single-product .corino-single-product-extra ul {
list-style: none;
margin: 0;
}
.single-product .corino-single-product-extra ul li {
padding-bottom: 2px;
}
.single-product .corino-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.5;
margin: 0 20px 19px 0;
color: var(--e-global-color-text);
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: uppercase;
}
.single-product .time-sale .corino-countdown {
margin-bottom: 19px;
}
.single-product .time-sale .corino-countdown .countdown-item {
margin-top: 0;
text-align: center;
position: relative;
}
@media (max-width: 425px) {
.single-product .time-sale .corino-countdown .countdown-item {
margin-bottom: 15px;
}
}
.single-product .time-sale .corino-countdown .countdown-item:not(:last-child) {
margin-right: 33px;
}
.single-product .time-sale .corino-countdown .countdown-item:after {
content: none;
}
.single-product .time-sale .corino-countdown .countdown-item .countdown-digits {
font-size: 24px;
font-size: 1.5rem;
color: var(--e-global-color-secondary);
min-width: 60px;
min-height: 60px;
}
.single-product .time-sale .corino-countdown .countdown-item .countdown-label {
display: block;
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
width: 40px;
height: 22px;
}
.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-text);
}
.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-text);
border-radius: 5px;
}
.single-product .woocommerce-tabs {
display: block;
position: relative;
padding: 60px 0 0;
margin: 0 auto;
}
@media (min-width: 768px) {
.single-product .woocommerce-tabs {
padding: 60px 0 0;
}
}
.single-product .woocommerce-tabs ul.tabs {
margin: 0;
list-style: none;
position: relative;
margin-bottom: 39px;
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-left: 68px;
}
.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 {
position: relative;
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-lighter);
display: block;
font-size: 20px;
font-size: 1.25rem;
padding: 0 0 30px;
text-transform: capitalize;
}
.single-product .woocommerce-tabs ul.tabs li a:before {
content: "";
position: absolute;
width: 0;
height: 4px;
background-color: var(--e-global-color-primary);
bottom: 0;
right: 0;
transition: width 0.7s;
}
.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%;
left: 0;
}
.single-product .woocommerce-tabs .block-media-text {
display: flex;
gap: 30px;
flex-wrap: wrap;
margin-bottom: 30px;
}
.single-product .woocommerce-tabs .media-full {
position: relative;
}
.single-product .woocommerce-tabs .media-full * {
color: #ffffff;
margin: 0;
}
.single-product .woocommerce-tabs .media-full .media-full__content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 308px;
}
@media (max-width: 768px) {
.single-product .woocommerce-tabs .media-full .media-full__content {
width: 100%;
max-width: 100%;
}
}
.single-product .woocommerce-tabs .media-full .media-full__content .heading {
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: 64px;
font-size: 4rem;
line-height: 0.9;
text-transform: capitalize;
text-align: center;
}
@media (max-width: 768px) {
.single-product .woocommerce-tabs .media-full .media-full__content .heading {
padding: 30px 15px;
}
}
@media (max-width: 568px) {
.single-product .woocommerce-tabs .media-full .media-full__content .heading {
font-size: 30px;
font-size: 1.875rem;
}
}
.single-product .woocommerce-tabs.product-accordions {
padding: 0;
margin-top: 1.5rem;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item {
border-top: 1px solid var(--e-global-color-border);
position: relative;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item:first-child {
content: "";
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description {
padding-bottom: 30px;
}
@media (max-width: 1366px) {
.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description {
padding: 30px;
margin: auto;
}
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description .woocommerce-description-title {
font-size: 26px;
font-size: 1.625rem;
}
@media (max-width: 1366px) {
.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description .woocommerce-description-title {
display: none;
}
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description .woocommerce-description-content {
width: 930px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .woocommerce-additional-title,
.single-product .woocommerce-tabs.product-accordions .accordion-item .woocommerce-Reviews-title {
display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary {
flex-direction: column;
margin: 0;
margin-right: auto;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-total {
padding: 0;
border: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-total .review-summary-info {
align-items: flex-end;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-total .review-summary-btn {
display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-total .review-btn {
display: inline-flex;
margin-top: 6px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-detal {
padding: 0;
margin-top: 46px;
}
.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-wrapper:before {
color: var(--e-global-color-primary);
}
.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 {
position: relative;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active .accordion-title-wrapper:before {
color: var(--e-global-color-primary);
content: "";
}
.single-product .woocommerce-tabs.product-accordions .accordion-head .accordion-title-wrapper {
position: relative;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head .accordion-title-wrapper:before {
font-family: "corino-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: 24px;
font-size: 1.5rem;
line-height: 1.2;
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;
text-transform: capitalize;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body {
padding: 0;
display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
display: flex;
max-width: 100%;
width: 100%;
float: none;
padding-right: 0;
padding-left: 0;
padding-top: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments .commentlist,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper .commentlist {
padding: 0;
border: none;
width: calc(100% - 480px);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
padding-top: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper #review_form {
margin-left: auto;
width: calc(100% - 480px);
}
.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 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 {
max-width: 1290px;
}
.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 .comment-form-cookies-consent {
display: inline-block;
}
.single-product .woocommerce-tabs .panel .woocommerce-description-title: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-weight: var(--e-global-typography-primary-font-weight);
font-size: 16px;
font-size: 1rem;
line-height: 18px;
padding: 1em;
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: "corino-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: "corino-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;
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;
line-height: 1.2857;
}
.single-product .product-brand a {
color: var(--e-global-color-secondary);
}
.single-product.corino-sidebar-left div.product form.cart .quantity, .single-product.corino-sidebar-right div.product form.cart .quantity {
width: 110px;
}
.entry-summary p.price {
display: flex;
flex-direction: row;
align-items: baseline;
font-size: 24px;
font-size: 1.5rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid var(--e-global-color-border);
}
.entry-summary p.price del {
margin: 0 5px 0 5px;
font-size: 20px;
font-size: 1.25rem;
line-height: 1.4;
}
.entry-summary p.price .woocs_price_code {
display: flex;
align-items: center;
}
.entry-summary form.cart {
display: flex;
align-items: center;
margin-bottom: 0px;
padding-bottom: 20px;
grid-row-gap: 20px;
}
@media (max-width: 425px) {
.entry-summary form.cart {
flex-wrap: wrap;
}
}
.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;
display: unset;
}
.entry-summary form.cart .quantity_wrap {
margin: 0;
}
.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 .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: 20px;
width: 100px;
}
.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: 100px;
height: 100px;
object-fit: cover;
margin: auto;
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label {
padding-right: 20px;
}
.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label .corino-single-product-extra-description 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-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);
}
.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: 16px;
font-size: 1rem;
line-height: 1.5;
margin: 0;
}
.entry-summary form.cart table.group_table p.price del {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
.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: 0px;
-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;
}
.entry-summary .corino-single-product-extra-description {
padding: 0 0 40px;
border-bottom: 1px solid var(--e-global-color-border);
margin: 0;
}
.entry-summary .corino-single-product-extra-description ul {
display: flex;
list-style: none;
justify-content: space-between;
margin: 0;
flex-wrap: wrap;
gap: 15px;
}
@media (max-width: 568px) {
.entry-summary .corino-single-product-extra-description ul {
display: block;
}
}
.entry-summary .corino-single-product-extra-description ul li, .entry-summary .corino-single-product-extra-description ul b {
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: 14px;
font-size: 0.875rem;
line-height: 1.3;
text-transform: uppercase;
color: var(--e-global-color-lighter);
}
.entry-summary .corino-single-product-extra-description ul b {
color: var(--e-global-color-secondary);
}
.entry-summary .corino-single-product-extra-description ul .delivery:before {
font-family: "corino-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: 23px;
font-size: 1.4375rem;
color: var(--e-global-color-secondary);
margin-right: 9px;
}
.entry-summary .corino-single-product-extra-description ul .return:before {
font-family: "corino-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: 18px;
font-size: 1.125rem;
color: var(--e-global-color-secondary);
margin-right: 9px;
}
.entry-summary .corino-single-product-extra-description ul .customer:before {
font-family: "corino-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: 23px;
font-size: 1.4375rem;
color: var(--e-global-color-secondary);
margin-right: 9px;
}
.entry-summary .corino-single-trust-seal-image {
padding: 23px 0 28px;
border-bottom: 1px solid var(--e-global-color-border);
}
.entry-summary .corino-single-trust-seal-image .label {
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: 14px;
font-size: 0.875rem;
line-height: 1.3;
text-align: center;
color: var(--e-global-color-secondary);
margin: 0 0 9px;
}
.entry-summary .corino-single-trust-seal-image img {
margin: 0 auto;
object-fit: cover;
}
.entry-summary .product_meta {
padding: 0;
}
.inventory_status {
display: flex;
justify-content: center;
background-color: #AED37F;
color: #FFFFFF;
font-size: 10px;
font-size: 0.625rem;
align-items: center;
margin-bottom: 0;
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);
line-height: 1.4;
padding: 2px 7px;
border-radius: 0px;
transition: all 0.4s ease;
text-transform: uppercase;
}
.inventory_status.out-stock {
background-color: #75CF6633;
color: #75CF66;
padding: 4px 10px;
}
.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;
}
.corino-woocommerce-tabs {
margin-top: 50px;
}
.corino-woocommerce-tabs .umimi-woocommerce-tabs-panel {
padding: 50px 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.corino-woocommerce-tabs .umimi-woocommerce-tabs-panel .woocommerce-description-title:first-of-type {
font-size: 16px;
font-size: 1rem;
margin-bottom: 40px;
color: var(--e-global-color-secondary);
}
.corino-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes th {
padding: 4px 10px 4px 0;
}
.corino-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 #respond {
padding-top: 32px;
border-top: 1px solid var(--e-global-color-border);
}
#reviews #reply-title {
font-size: 30px;
font-size: 1.875rem;
line-height: 1.1;
}
#reviews #comments {
padding-top: 0;
margin: 0 0 43px 0;
}
#reviews .commentlist {
list-style: none;
margin: 0;
padding-top: 60px;
border-top: 1px solid var(--e-global-color-border);
}
#reviews .commentlist li {
margin-bottom: 27px;
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: 0px;
}
#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% - 65px);
float: right;
}
#reviews .commentlist li .comment_container .comment-text .meta {
margin-bottom: 13px;
}
#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: 15px;
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 {
display: block;
margin-right: 20px;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
text-transform: capitalize;
}
#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 tr {
border-bottom: 1px solid var(--e-global-color-border);
}
table.shop_attributes tr:last-child {
border-bottom: none;
}
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;
color: var(--e-global-color-lighter);
text-transform: capitalize;
}
table.shop_attributes td {
color: var(--e-global-color-lighter);
}
table.shop_attributes td b {
color: var(--e-global-color-secondary);
}
table.shop_attributes td ul {
margin-left: 20px;
}
.wrapper-technical_specs table {
color: var(--e-global-color-lighter);
}
.wrapper-technical_specs table tr:not(:first-child) {
border-top: 1px solid var(--e-global-color-border);
padding-top: 20px;
}
.wrapper-technical_specs table 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: 20px;
font-size: 1.25rem;
color: var(--e-global-color-lighter);
text-transform: uppercase;
padding: 40px 0 20px;
}
.wrapper-technical_specs table td {
padding: 40px 0 20px;
}
.wrapper-technical_specs table strong {
color: var(--e-global-color-secondary);
}
.corino-sticky-add-to-cart {
background-color: var(--background);
}
.corino-sticky-add-to-cart__content {
font-size: 16px;
font-size: 1rem;
}
.corino-sticky-add-to-cart__content-title strong {
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-text-font-weight);
}
.corino-sticky-add-to-cart__content-button {
border: none;
letter-spacing: 0;
padding: 13px 25px;
background-color: var(--e-global-color-accent);
}
.corino-sticky-add-to-cart__content-button:hover {
background-color: var(--e-global-color-primary);
}
.corino-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);
}
.corino-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);
}
.corino-sticky-add-to-cart__content-price del {
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-lighter);
}
.corino-frequently-bought {
margin-top: 5px;
padding-top: 20px;
margin-bottom: 10px;
border-top: 1px solid;
border-color: var(--e-global-color-border);
}
.corino-frequently-bought .frequently-bought-title {
margin-bottom: 10px;
font-size: 13px;
font-size: 0.8125rem;
text-transform: uppercase;
color: var(--e-global-color-secondary);
}
.corino-frequently-bought ul {
list-style: none;
margin: 0;
}
.corino-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;
}
.corino-frequently-bought .product-item:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.corino-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;
}
.corino-frequently-bought .product-item.uncheck * {
opacity: 0.8;
}
.corino-frequently-bought .content-product-item {
height: 100%;
flex: 1;
}
.corino-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);
}
.corino-frequently-bought .content-product-item .posted-in a {
font-size: 13px;
font-size: 0.8125rem;
color: var(--e-global-color-text);
}
.corino-frequently-bought .product-price {
font-size: 16px;
font-size: 1rem;
margin: 0 30px;
color: var(--e-global-color-primary);
}
.corino-frequently-bought .product-price del {
font-size: 0.95em;
}
.corino-frequently-bought .product-price ins {
background: transparent;
}
.corino-frequently-bought .price-box .label {
color: var(--e-global-color-secondary);
}
.corino-frequently-bought .price-box .corino-total-price {
font-size: 30px;
font-size: 1.875rem;
color: var(--e-global-color-primary);
}
.corino-frequently-bought input[type=checkbox] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0 !important;
z-index: 1;
cursor: pointer;
}
.corino-frequently-bought input[type=checkbox] + span {
opacity: 1 !important;
}
.corino-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;
}
.corino-frequently-bought input[type=checkbox]:checked + span:before {
content: "-";
}
.corino-frequently-bought .corino_add_to_wishlist_button {
color: #000;
}
.corino-frequently-bought .product-buttons {
display: flex;
justify-content: space-between;
}
.corino-frequently-bought .product-buttons form {
margin-bottom: 0;
}
.corino-frequently-bought .product-buttons .corino-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;
}
.single-product:not(.single-product-tabs-layout-sticky) .content-full-width {
position: relative;
width: 100vw;
left: 50%;
transform: translateX(-50%);
}
.single-product.single-product-tabs-layout-accordion .content-full-width {
position: relative;
width: 100vw;
left: 75%;
transform: translateX(-75%);
}
@media (max-width: 1366px) {
.single-product.single-product-tabs-layout-accordion .content-full-width {
left: 50%;
transform: translateX(-50%);
}
}
.single-product.single-product-tabs-layout-sticky .woocommerce-tabs-full-content:after {
width: 100%;
}
.single-product.single-product-tabs-layout-sticky .tabs-full-content-item:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background-color: var(--e-global-color-border);
left: 50%;
transform: translateX(-50%);
}
.tabs-full-content-item {
max-width: 930px;
margin: 0 auto;
}
.tabs-full-content-item:before {
content: "";
position: absolute;
width: 100vw;
height: 1px;
background-color: var(--e-global-color-border);
left: 50%;
transform: translateX(-50%);
}
.tabs-full-content-item .woocommerce-description, .tabs-full-content-item .woocommerce-additional_information, .tabs-full-content-item .woocommerce-Reviews {
padding-top: 100px;
}
.tabs-full-content-item .woocommerce-description {
padding-bottom: 30px;
}
.tabs-full-content-item .woocommerce-description:before {
content: "";
}
.tabs-full-content-item .woocommerce-additional_information {
padding-bottom: 76px;
}
.tabs-full-content-item .woocommerce-Reviews {
padding-bottom: 75px;
}
.tabs-full-content-item .woocommerce-description-title,
.tabs-full-content-item .woocommerce-additional-title,
.tabs-full-content-item .woocommerce-Reviews-title {
font-size: 40px;
font-size: 2.5rem;
text-align: center;
}
.woocommerce-Tabs-panel .woocommerce-additional-title,
.woocommerce-Tabs-panel .woocommerce-Reviews-title {
text-transform: capitalize;
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: 26px;
font-size: 1.625rem;
line-height: 1.15384;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
display: none;
}
.single-product .corino-woobt-wrap {
margin-top: 50px;
}
@media (min-width: 768px) {
.single-product .corino-woobt-wrap {
margin-top: 85px;
}
}
.single-product .corino_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 .corino_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: "corino-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;
}
.single-product .block-single-product {
display: flex;
gap: 30px;
}
@media (max-width: 768px) {
.single-product .block-single-product {
display: block;
}
}
.single-product .block-single-product .ul-single-product {
list-style: none;
margin: 0 0 40px;
width: 50%;
}
@media (max-width: 768px) {
.single-product .block-single-product .ul-single-product {
width: 100%;
}
}
@media (max-width: 768px) {
.single-product .block-single-product .ul-single-product li * {
margin: auto;
}
}
.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;
}
}
.radio-group .owcpv_custom_radio_group {
padding-bottom: 12px;
}
.radio-group .owcpv_custom_radio_group .color_group_preview {
border: none !important;
width: 16px !important;
height: 16px !important;
}
.owcpv_price_summary .owcpv_price {
color: var(--e-global-color-secondary) !important;
}
.reviews-summary {
display: flex;
padding-bottom: 53px;
max-width: 550px;
}
@media (max-width: 768px) {
.reviews-summary {
display: block;
}
}
.reviews-summary .review-summary-detal {
display: flex;
flex-direction: column-reverse;
width: 100%;
padding-left: 50px;
}
@media (max-width: 768px) {
.reviews-summary .review-summary-detal {
margin-top: 10px;
padding-left: 0;
align-items: center;
justify-content: center;
}
}
.reviews-summary .review-summary-detal .review-label {
color: #000;
font-weight: 400;
min-width: 60px;
line-height: 1.2;
}
.reviews-summary .progress {
display: flex;
-webkit-box-shadow: none;
box-shadow: none;
height: 5px;
overflow: hidden;
font-size: 0;
border-radius: 10px;
background-color: #F1F2F8;
width: 100px;
margin-left: 4px;
margin-right: 60px;
}
.reviews-summary .progress-bar {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: var(--primary);
border-radius: 5px;
}
.reviews-summary .progress-bar-striped {
background: #000;
}
.reviews-summary .progress-bar-animated {
animation: progress-bar-stripes 0.35s;
}
.reviews-summary .review-summery-item {
align-items: center;
display: flex;
margin-bottom: 2px;
}
.reviews-summary .progress-title {
display: flex;
align-items: baseline;
font-size: 14px;
line-height: 1.4;
}
.reviews-summary .progress-title .review-star-number {
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: 14px;
font-size: 0.875rem;
line-height: 1.1;
margin-right: 5px;
width: 7px;
}
.reviews-summary .progress-title i {
color: var(--e-global-color-primary);
margin-right: 8px;
}
.reviews-summary .progress-title .review-number-count {
color: var(--text_light);
}
.reviews-summary .review-number-count {
font-size: 14px;
font-size: 0.875rem;
}
.reviews-summary .review-summary-total {
padding-right: 40px;
border-right: 1px solid var(--e-global-color-border);
}
@media (max-width: 768px) {
.reviews-summary .review-summary-total {
padding-right: 0;
border-right: none;
}
}
.reviews-summary .review-summary-total .review-summary-result {
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);
font-size: 50px;
line-height: 1.15;
}
.reviews-summary .review-summary-total .review-summary-result strong {
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);
}
.reviews-summary .review-summary-total .review-summary-rating {
font-size: 14px;
font-weight: 500;
min-height: 50px;
display: flex;
flex-direction: column;
}
.reviews-summary .review-summary-total .review-summary-rating .label {
color: var(--e-global-color-text);
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;
line-height: 1.1;
letter-spacing: 0;
margin-top: 10px;
}
.reviews-summary .review-summary-total .review-summary-info {
display: flex;
gap: 15px;
align-items: flex-start;
}
@media (max-width: 768px) {
.reviews-summary .review-summary-total .review-summary-info {
justify-content: center;
}
}
.reviews-summary .review-summary-total .review-summary-btn {
margin-top: 14px;
}
.reviews-summary .review-summary-total .review-summary-btn.review-btn {
display: none;
}
.reviews-summary .review-summary-total .review-summary-btn .button {
background-color: var(--e-global-color-primary);
color: var(--body-color);
padding: 8px 20px;
}
.reviews-summary .review-summary-total .review-summary-btn .button:hover {
color: #FFFFFF;
}
.reviews-summary .review-summary-total .review-summary-btn .button i:before {
margin-left: 6px;
} .corino-widget-woocommerce .wp-block-group__inner-container > h2,
.corino-widget-woocommerce .widget-title,
.corino-widget-woocommerce .widgettitle {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
}
.corino-widget-woocommerce .wp-block-group__inner-container > h2:after,
.corino-widget-woocommerce .widget-title:after,
.corino-widget-woocommerce .widgettitle:after {
margin-left: 11px;
font-family: "corino-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);
}
.corino-widget-woocommerce .wp-block-group__inner-container > h2.toggled-on,
.corino-widget-woocommerce .widget-title.toggled-on,
.corino-widget-woocommerce .widgettitle.toggled-on {
color: var(--accent);
}
.corino-widget-woocommerce .wp-block-group__inner-container > h2.toggled-on:after,
.corino-widget-woocommerce .widget-title.toggled-on:after,
.corino-widget-woocommerce .widgettitle.toggled-on:after {
font-family: "corino-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: "";
}
.widget_products {
background-color: #FBF8F2;
padding: 40px;
}
.widget_products .widgettitle {
border-bottom: 1px solid var(--e-global-color-border);
margin-bottom: 30px;
}
.widget_products ul li {
padding: 14px 0;
}
.widget_products ul li:first-child {
padding-top: 0;
}
.widget_products ul li:last-child {
padding-bottom: 0;
}
.product_list_widget {
margin-top: 22px;
list-style: none;
margin-left: 0;
margin-bottom: 0;
}
.product_list_widget li {
display: flex;
}
.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: 64px;
object-fit: cover;
}
.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;
padding: 0 0 5px 0;
}
.product_list_widget .woocommerce-loop-product__title {
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: 12px;
font-size: 0.75rem;
line-height: 1.5;
margin-bottom: 8px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.product_list_widget .woocommerce-loop-product__title a {
color: var(--e-global-color-secondary);
}
.product_list_widget .count-review {
margin: 8px 0 11px 0;
}
.product_list_widget .price {
margin-bottom: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5714;
}
.product_list_widget a {
display: flex;
}
.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);
justify-content: space-between;
}
.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: #000000;
}
.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: #000000;
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;
background-color: #000000;
border-color: #000;
color: #ffffff;
}
.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_categories ul li {
justify-content: space-between;
align-items: center;
}
.widget_product_categories ul li a {
position: relative;
padding-left: 28px;
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_product_categories ul li a:before {
content: "";
width: 18px;
height: 18px;
position: absolute;
top: 50%;
left: 0;
background-color: #fff;
border: 1px solid var(--e-global-color-border);
z-index: -1;
transform: translate(0, -50%);
}
.widget_product_categories ul li a:after {
font-family: "corino-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%;
left: 5px;
transform: translate(0, -50%);
z-index: 1;
width: auto;
justify-content: center;
align-items: center;
display: inline-flex;
font-size: 7px;
font-size: 0.4375rem;
color: #fff;
transition: 0.4s all ease;
opacity: 0;
visibility: hidden;
}
.widget_product_categories ul li a:hover:before {
transition: 0.4s all ease;
border-color: var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
}
.widget_product_categories ul li a:hover:after {
transition: 0.4s all ease;
opacity: 1;
visibility: visible;
}
.corino_widget_layered_nav ul li {
display: flex;
justify-content: space-between;
align-items: center;
}
.corino_widget_layered_nav ul li:last-child {
margin-bottom: 0;
}
.corino_widget_layered_nav ul li:hover .count, .corino_widget_layered_nav ul li.current-cat .count {
color: var(--e-global-color-primary);
}
.corino_widget_layered_nav ul li.chosen a:before, .corino_widget_layered_nav ul li.chosen .count:before {
border-color: var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
}
.corino_widget_layered_nav ul li.chosen a:after, .corino_widget_layered_nav ul li.chosen .count:after {
transition: 0.4s all ease;
opacity: 1;
visibility: visible;
}
.corino_widget_layered_nav ul li a {
position: relative;
padding-left: 28px;
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: 2.142857;
}
.corino_widget_layered_nav ul li a:before {
content: "";
width: 18px;
height: 18px;
position: absolute;
top: 50%;
left: 0;
background-color: #fff;
border: 2px solid var(--e-global-color-border);
z-index: -1;
transform: translate(0, -50%);
}
.corino_widget_layered_nav ul li a:after {
font-family: "corino-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%;
left: 4px;
transform: translate(0, -50%);
z-index: 1;
width: auto;
justify-content: center;
align-items: center;
display: inline-flex;
font-size: 7px;
font-size: 0.4375rem;
color: #fff;
transition: 0.4s all ease;
opacity: 0;
visibility: hidden;
}
.corino_widget_layered_nav ul li a:hover:before {
transition: 0.4s all ease;
border-color: var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
}
.corino_widget_layered_nav ul li a:hover:after {
transition: 0.4s all ease;
opacity: 1;
visibility: visible;
}
.widget_product_brands {
border-bottom: 1px solid var(--e-global-color-border);
}
.widget_product_brands ul li {
justify-content: space-between;
align-items: center;
}
.widget_product_brands ul li:last-child {
margin-bottom: 0;
}
.widget_product_brands ul li.current-brand > a {
color: var(--e-global-color-primary);
}
.widget_product_brands ul li.current-brand > a:before {
border-color: var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
}
.widget_product_brands ul li.current-brand > a:after {
transition: 0.4s all ease;
opacity: 1;
visibility: visible;
}
.widget_product_brands ul li.current-brand > .count {
color: var(--e-global-color-primary);
}
.widget_product_brands ul li a {
position: relative;
padding-left: 28px;
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: 2.142857;
}
.widget_product_brands ul li a:before {
content: "";
width: 18px;
height: 18px;
position: absolute;
top: 50%;
left: 0;
background-color: #fff;
border: 2px solid var(--e-global-color-border);
z-index: -1;
transform: translate(0, -50%);
}
.widget_product_brands ul li a:after {
font-family: "corino-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%;
left: 4px;
transform: translate(0, -50%);
z-index: 1;
width: auto;
justify-content: center;
align-items: center;
display: inline-flex;
font-size: 7px;
font-size: 0.4375rem;
color: #fff;
transition: 0.4s all ease;
opacity: 0;
visibility: hidden;
}
.widget_product_brands ul li a:hover:before {
transition: 0.4s all ease;
border-color: var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
}
.widget_product_brands ul li a:hover:after {
transition: 0.4s all ease;
opacity: 1;
visibility: visible;
}
.widget_product_brands ul li .count {
float: right;
}
.widget_product_brands .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 {
border-bottom: 1px solid var(--e-global-color-border);
}
.widget_product_categories ul li .count {
float: right;
}
.widget_product_categories li.current-cat > a {
color: var(--e-global-color-primary);
}
.widget_product_categories li.current-cat > a:before {
border-color: var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
}
.widget_product_categories li.current-cat > a:after {
transition: 0.4s all ease;
opacity: 1;
visibility: visible;
}
.widget_product_categories li.current-cat .count {
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: "corino-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 {
border-bottom: 1px solid var(--e-global-color-border);
}
.widget_price_filter form {
margin-bottom: 0;
}
.widget_price_filter .price_slider {
margin-bottom: 1.1rem;
}
.widget_price_filter .price_slider_amount {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
width: 100%;
}
.widget_price_filter .price_slider_amount .button {
position: relative;
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);
color: var(--e-global-color-text);
order: 3;
letter-spacing: 0;
margin-left: auto;
line-height: 1.3;
border-radius: 0;
text-transform: uppercase;
}
.widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .button:focus {
color: var(--e-global-color-primary);
box-shadow: none;
}
.widget_price_filter .price_slider_amount .price_label {
color: var(--e-global-color-text);
font-size: 0px;
font-size: 0rem;
line-height: 1.625;
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-text);
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
}
.widget_price_filter .price_slider_amount .price_label .from {
background-color: #FBF8F2;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
padding: 8px;
margin-right: 7px;
}
.widget_price_filter .price_slider_amount .price_label .to {
background-color: #FBF8F2;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
padding: 8px;
margin-left: 7px;
}
.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: 20px;
height: 20px;
cursor: ew-resize;
box-sizing: border-box;
margin-top: -8px;
margin-left: auto;
opacity: 1;
border-radius: 50%;
background-color: #FFFFFF;
border: 2px solid var(--e-global-color-secondary);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -20px;
}
.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-secondary);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 0px;
background: #EDEEF1;
background-color: var(--e-global-color-border);
border: 0;
display: flex;
width: 100%;
order: 1;
}
.widget_price_filter .ui-slider-horizontal {
height: 4px;
}
.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;
}
.corino_widget_layered_nav:not(:last-child) {
border-bottom: 1px solid var(--e-global-color-border);
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
margin-bottom: 0;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .corino-button-type {
border-color: var(--e-global-color-secondary);
color: var(--e-global-color-secondary);
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-button-type {
color: var(--e-global-color-secondary);
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: 2.142857;
display: block;
font-size: 0.875em;
min-width: 58px;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-button-type:hover {
border-color: var(--e-global-color-secondary);
color: var(--e-global-color-secondary);
background-color: transparent;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-color-type {
display: block;
position: relative;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-color-type .color-label {
width: 16px;
height: 16px;
display: block;
position: relative;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-color-type .color-label:before {
content: "";
width: 18px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
background-color: #fff;
border: 2px solid var(--e-global-color-border);
z-index: -1;
transform: translate(-50%, -50%);
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-color-type .color-name {
display: none;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-color-type:hover .color-label:before {
border-color: var(--e-global-color-secondary);
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-image-type {
display: block;
min-width: 90px;
margin-top: 5px;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-image-type img {
margin: auto;
opacity: 0.2;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-image-type .image-count {
display: block;
text-align: center;
color: var(--e-global-color-lighter);
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-image-type .image-name {
display: block;
text-align: center;
margin-top: 10px;
color: var(--e-global-color-secondary);
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .corino-image-type:hover img {
opacity: 1;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .corino-color-type {
padding: 2px;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .corino-image-type img {
opacity: 1;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .corino-image-type .image-name {
color: var(--e-global-color-primary);
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical {
flex-direction: column;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical li .corino-color-type {
display: flex;
align-items: center;
}
.corino_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical li .corino-color-type .color-name {
margin-left: 12px;
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;
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: "corino-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%;
z-index: 300;
display: none;
height: auto;
background-color: #FFF;
text-align: left;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
padding-bottom: 10px;
width: 100%;
}
.search-by-category .list-wrapper .corino-scroll-content {
position: relative;
max-height: 100%;
min-width: 200px;
margin-bottom: 0;
}
.search-by-category ul {
padding-bottom: 0;
}
.search-by-category ul li {
margin-bottom: 0;
}
.search-by-category ul li a {
display: block;
color: var(--e-global-color-secondary);
font-size: 14px;
font-size: 0.875rem;
white-space: nowrap;
}
.search-by-category ul li a:focus, .search-by-category ul li a:hover {
background-color: #F8F8F8;
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: "corino-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: #000000;
}
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);
}
@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;
}
@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: 0px;
}
.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;
}
.cart_totals .checkout-button:hover {
color: #FFFFFF;
}
.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: "corino-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.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;
padding: 0.9375rem 2.375rem;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 0px;
border: 1px solid var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
white-space: nowrap;
color: #ffffff;
justify-content: center;
position: relative;
overflow: hidden;
text-transform: uppercase;
display: inline-block;
}
.woocommerce-cart .return-to-shop a span {
position: relative;
z-index: 2;
}
.woocommerce-cart .return-to-shop a:hover {
border: 1px solid var(--e-global-color-secondary);
color: white;
background-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;
}
.woocommerce-cart .return-to-shop a:hover .elementor-button-icon {
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;
}
.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(//energy-led.co.za/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(//energy-led.co.za/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(//energy-led.co.za/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(//energy-led.co.za/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(//energy-led.co.za/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(//energy-led.co.za/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(//energy-led.co.za/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(//energy-led.co.za/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(//energy-led.co.za/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);
color: #ffffff;
}
#payment .place-order .button:hover {
background-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 .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: var(--body-color);
}
#woosq-popup .product .summary .summary-content form.cart {
flex-wrap: wrap;
}
#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 .summary .product_button {
flex: 0 0 100%;
margin-left: 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: var(--body-color);
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: var(--body-color);
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:before {
color: var(--e-global-color-secondary);
}
.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: "corino-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: "corino-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 #reviews .comment-form-rating,
.single-product #reviews .comment-form-author,
.single-product #reviews .comment-form-email {
flex: 33.3333%;
max-width: 33.3333%;
}
.single-product #reviews .comment-form-email {
margin-right: 0;
}
#reviews .comment-form-email {
margin-right: 0;
} .corino-full-width-content.woocommerce-cart .entry-header, .corino-full-width-content.woocommerce-checkout .entry-header, .corino-full-width-content.woocommerce-account .entry-header {
text-align: center;
padding: 0 0 5.9973393873em;
}
.corino-full-width-content.woocommerce-cart .entry-header h1:last-child, .corino-full-width-content.woocommerce-checkout .entry-header h1:last-child, .corino-full-width-content.woocommerce-account .entry-header h1:last-child {
margin-bottom: 0;
}
.corino-full-width-content .woocommerce-products-header {
text-align: center;
}
.woocommerce .page-description {
margin-bottom: 1.618034em;
}
.corino-sorting select {
width: auto;
}
.corino-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;
}  .corino-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;
}
.corino-sticky-add-to-cart--slideInDown {
animation-name: slideInDown1;
}
.corino-sticky-add-to-cart--slideOutUp {
animation-name: slideOutUp;
}
.corino-sticky-add-to-cart__content {
display: flex;
align-items: center;
justify-content: center;
}
.corino-sticky-add-to-cart__content-title {
display: block;
}
.corino-sticky-add-to-cart__content-price {
margin-right: 0.875em;
}
.corino-sticky-add-to-cart__content-button {
margin-left: auto;
}
.corino-sticky-add-to-cart img {
max-width: 60px;
margin: 0 1em 0 0;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.corino-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) {
.corino-product-laptop-1 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.corino-product-laptop-2 ul.products li.product {
flex: 0 0 50%;
max-width: 50%;
}
.corino-product-laptop-3 ul.products li.product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.corino-product-laptop-4 ul.products li.product {
flex: 0 0 25%;
max-width: 25%;
}
.corino-product-laptop-5 ul.products li.product {
flex: 0 0 20%;
max-width: 20%;
}
.corino-product-laptop-6 ul.products li.product {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
}
@media (max-width: 1024px) {
.woocommerce-page-corino-sidebar-left .content-area,
.woocommerce-page-corino-sidebar-right .content-area {
width: calc(100% - 30px);
}
.corino-product-tablet-1 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.corino-product-tablet-2 ul.products li.product {
flex: 0 0 50%;
max-width: 50%;
}
.corino-product-tablet-3 ul.products li.product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.corino-product-tablet-4 ul.products li.product {
flex: 0 0 25%;
max-width: 25%;
}
.corino-product-tablet-5 ul.products li.product {
flex: 0 0 20%;
max-width: 20%;
}
.corino-product-tablet-6 ul.products li.product {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
}
@media (max-width: 768px) {
.corino-product-mobile-1 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.corino-product-mobile-2 ul.products li.product {
flex: 0 0 50%;
max-width: 50%;
}
.corino-product-mobile-3 ul.products li.product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.corino-product-mobile-4 ul.products li.product {
flex: 0 0 25%;
max-width: 25%;
}
.corino-product-mobile-5 ul.products li.product {
flex: 0 0 20%;
max-width: 20%;
}
.corino-product-mobile-6 ul.products li.product {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
}
@media (max-width: 300px) {
.corino-product-mobile-1 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.corino-product-mobile-2 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.corino-product-mobile-3 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.corino-product-mobile-4 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.corino-product-mobile-5 ul.products li.product {
flex: 0 0 100%;
max-width: 100%;
}
.corino-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:nth-child(2n) td {
background-color: var(--body-color);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
background-color: var(--body-color);
}
.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);
background-color: var(--body-color);
color: var(--e-global-color-secondary);
}
.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 {
padding: 10px 20px;
display: inline-block;
}
.woosc-popup-content-inner {
color: #000000;
}
ul.products-list {
margin-left: 0;
list-style: none;
--grid-row-gap: 0;
}
ul.products-list li.product-list {
position: relative;
margin: 30px 0 0 0;
border-radius: 10px;
}
ul.products-list li.product-list:first-child {
margin-top: 0;
}
ul.products-list li.product-list:last-child {
margin-bottom: 0;
}
.product-block-list {
overflow: hidden;
flex-wrap: wrap;
display: flex;
padding: 20px 30px 20px 20px;
border: 1px solid var(--e-global-color-border);
}
@media (min-width: 768px) {
.product-block-list {
flex-wrap: nowrap;
}
}
@media (max-width: 425px) {
.product-block-list {
padding: 0;
}
}
.product-block-list:hover .add_to_cart {
visibility: visible;
opacity: 1;
bottom: 0;
left: 0;
}
.product-block-list .product-transition {
padding: 0;
}
.product-block-list .product-color {
position: absolute;
bottom: 40px;
left: 40px;
display: inline-flex;
justify-content: flex-start;
}
.product-block-list .product-color .item {
cursor: pointer;
margin: 0 5px;
}
.product-block-list .product-color .color-item {
position: relative;
width: 12px;
height: 12px;
display: inline-block;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product-block-list .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 currentColor;
background-color: transparent;
transition: all 0.3s ease;
}
.product-block-list .product-color .color-item:hover:before {
opacity: 1;
}
.product-block-list .product-color .color-item.active-swatch:before {
opacity: 1;
}
.product-block-list .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));
}
.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: none;
}
@media (min-width: 768px) {
.product-block-list .product-transition {
max-width: calc(100% - 340px);
margin: 0;
width: 340px;
}
}
.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 {
position: unset;
visibility: visible;
opacity: 1;
}
.product-block-list .product-caption {
padding: 20px 0 20px 0;
flex: 1;
position: relative;
border-top-width: 0;
align-items: self-start;
margin-bottom: 0;
border: none;
}
@media (min-width: 768px) {
.product-block-list .product-caption {
padding: 0 0 0 20px;
text-align: left;
}
}
@media (max-width: 425px) {
.product-block-list .product-caption {
padding: 20px;
}
.product-block-list .product-caption .add_to_cart {
margin: 0 auto;
width: 100%;
}
}
.product-block-list .product-caption .time-sale {
padding: 0 0 20px 0;
align-items: center;
display: flex;
height: 72px;
border-bottom: 1px solid var(--e-global-color-border);
width: 100%;
}
.product-block-list .product-caption .time-sale .corino-countdown .countdown-item {
margin: 0;
}
.product-block-list .product-caption .time-sale .corino-countdown .countdown-digits {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.1;
border: 1px solid var(--e-global-color-tertiary);
padding: 11px 9px;
}
.product-block-list .product-caption .count-review {
order: unset;
margin: 0 0 6px 0;
}
.product-block-list .product-caption .product-category {
padding: 19px 0 4px 0;
order: unset;
width: 100%;
margin: 0;
}
.product-block-list .product-caption .product-attribute {
margin: 14px 0 34px 0;
gap: 106px;
}
@media (max-width: 425px) {
.product-block-list .product-caption .product-attribute {
gap: 90px;
}
}
.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 button[class*=product_type_],
.product-block-list .product-caption a[class*=product_type_] {
color: var(--e-global-color-text);
background-color: transparent;
-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;
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);
border: 1px solid var(--e-global-color-secondary);
letter-spacing: 0;
text-transform: capitalize;
display: flex;
padding: 15px 92px;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.6666667;
border-radius: 0;
text-transform: uppercase;
color: var(--e-global-color-secondary);
}
.product-block-list .product-caption button[class*=product_type_]:hover,
.product-block-list .product-caption a[class*=product_type_]:hover {
border: 1px solid var(--e-global-color-secondary);
color: #FFFFFF;
background-color: var(--e-global-color-secondary);
-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;
}
.product-block-list .product-caption button[class*=product_type_]:hover .elementor-button-icon,
.product-block-list .product-caption a[class*=product_type_]:hover .elementor-button-icon {
color: #FFFFFF;
-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-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_].loading:before,
.product-block-list .product-caption a[class*=product_type_].loading:before {
line-height: 12px;
content: "";
animation: fa-spin 0.75s linear infinite;
}
@media (max-width: 425px) {
.product-block-list .product-caption button[class*=product_type_],
.product-block-list .product-caption a[class*=product_type_] {
padding: 15px 60px;
}
}
.product-block-list .product-caption .woosq-btn,
.product-block-list .product-caption .woosc-btn,
.product-block-list .product-caption .woosw-btn {
display: flex;
padding: 0;
background-color: transparent;
border-radius: 50%;
transition: all ease 0.3s;
color: var(--e-global-color-secondary);
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;
}
.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: "corino-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: 13px;
font-size: 0.8125rem;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0;
width: unset;
height: unset;
transform: unset;
background: unset;
position: unset;
transition: unset;
}
.product-block-list .product-caption .woosq-btn:after,
.product-block-list .product-caption .woosc-btn:after,
.product-block-list .product-caption .woosw-btn:after {
content: unset;
}
.product-block-list .product-caption .woosw-btn:before {
content: "";
}
.product-block-list .product-caption .woosw-btn.woosw-adding::after {
font-family: "corino-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-btn-added, .product-block-list .product-caption .woosw-btn.woosw-added {
color: var(--e-global-color-primary);
}
.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: 15px;
}
.product-block-list .count-review .star-rating span {
width: 80% !important;
}
.product-block-list .short-description {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
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-secondary);
line-height: 1.5;
}
.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: 18px;
font-size: 1.125rem;
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: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.5555556;
margin-bottom: 8px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-transform: capitalize;
}
.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 {
display: flex;
flex-direction: row;
align-items: baseline;
margin-bottom: 18px;
font-size: 18px;
font-size: 1.125rem;
line-height: 1.333;
gap: 4px;
margin: 0;
}
.product-block-list .product-button {
position: relative;
}
.product-block-list .product-button .inventory_status {
position: relative;
transition: all 0.4s ease;
margin: 0;
}
@media (max-width: 1024px) {
.product-block-list .product-button .inventory_status {
display: none;
}
}
.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: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 {
margin-left: 10px;
}
.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: "corino-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);
color: #000000;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items {
color: #000000;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--name a {
color: #000000;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--name:hover a {
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 .add_to_cart a.button {
padding: 0.5rem 1.2rem;
display: inline-block;
border: 1px solid #000000;
background-color: #000000;
white-space: nowrap;
color: #ffffff;
}
.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: #888888;
}
.product-item-search .product-link img {
width: 60px;
margin-right: 15px;
}
.product-item-search .product-link:hover .product-title {
color: #DE3431;
}
.product-item-search .product-title {
font-size: 14px;
font-size: 0.875rem;
font-weight: 600;
margin-bottom: 5px;
color: #000000;
}
.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: #DE3431;
}
.product-item-search del .amount {
font-weight: var(--e-global-typography-primary-font-weight);
color: #000000;
}
.corino-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) {
.corino-canvas-filter {
padding: 54px 40px;
width: 410px;
}
}
.corino-canvas-filter::-webkit-scrollbar {
width: 3px;
}
.corino-canvas-filter::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5;
}
.corino-canvas-filter::-webkit-scrollbar-thumb {
background-color: #999;
}
.corino-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 .corino-overlay-filter {
visibility: visible;
opacity: 1;
}
.off-canvas-active .corino-canvas-filter {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.filter-toggle {
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);
align-items: center;
justify-content: flex-start;
background: transparent;
outline: none;
text-align: center;
margin-right: 1rem;
padding: 0;
display: inline-flex;
color: var(--e-global-color-text);
padding-right: 28px;
border-right: 1px solid var(--e-global-color-border);
}
.filter-toggle .icon {
fill: white;
margin-left: 14px;
}
.filter-toggle circle {
transition: transform 0.3s, color 0.3s;
}
@media (min-width: 1024px) {
.filter-toggle {
display: none;
}
}
.filter-toggle i {
font-size: 16px;
font-size: 1rem;
line-height: inherit;
margin-right: 6px;
display: inline-block;
color: var(--e-global-color-text);
}
.corino-full-width-content .filter-toggle {
display: inline-flex;
text-transform: capitalize;
}
.filter-toggle:hover {
color: var(--e-global-color-primary);
}
.filter-toggle:hover .icon {
color: var(--e-global-color-primary);
}
.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 .corino-canvas-filter {
top: 32px;
}
}
@media (min-width: 600px) and (max-width: 782px) {
.admin-bar .corino-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.9rem 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: #000000;
font-weight: var(--e-global-typography-primary-font-weight);
}
.site-header-cart-side .close-cart-side {
color: #000000;
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: #000000;
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: #000000;
margin-bottom: 3px;
font-size: 12px;
font-size: 0.75rem;
}
.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;
}
.corino-dropdown-filter {
display: none;
width: 100%;
position: relative;
overflow-x: auto;
}
.corino-dropdown-filter::-webkit-scrollbar {
height: 10px;
}
.corino-dropdown-filter::-webkit-scrollbar-track {
border-radius: 0;
}
.corino-dropdown-filter::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: #ffffff;
border-bottom: 1px solid #000000;
}
@media (max-width: 1023px) {
.corino-dropdown-filter {
display: none !important;
}
}
.corino-dropdown-filter .widget .wp-block-group__inner-container > h2,
.corino-dropdown-filter .widget .widget-title,
.corino-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);
}
.corino-dropdown-filter .widget .wp-block-group__inner-container > h2:after, .corino-dropdown-filter .widget .wp-block-group__inner-container > h2:before,
.corino-dropdown-filter .widget .widget-title:after,
.corino-dropdown-filter .widget .widget-title:before,
.corino-dropdown-filter .widget .widgettitle:after,
.corino-dropdown-filter .widget .widgettitle:before {
content: none;
}
.corino-dropdown-filter .widget_block {
display: none;
visibility: hidden;
opacity: 0;
}
.corino-dropdown-filter .widget_product_brands ul {
padding-right: 20px;
}
.corino-dropdown-filter-wrap {
display: flex;
grid-column-gap: 50px;
}
.corino-dropdown-filter-wrap .widget {
width: 300px;
min-width: 300px;
flex: 1;
border: 0;
}
.corino-dropdown-filter-wrap .widget ul {
padding-bottom: 20px;
}
.corino-dropdown-filter-wrap .widget .widget-content {
max-height: 300px;
height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
.corino-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar {
width: 2px;
border-radius: 5px;
}
.corino-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-track {
border-radius: 5px;
background-color: #E4E4E4;
}
.corino-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-thumb {
background-color: #999999;
border-radius: 5px;
}
.corino-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);
}
.corino-archive-product-width-wide .col-full {
max-width: 1680px;
}
@media (min-width: 1024px) {
.corino-full-width-content.shop_filter_dropdown .filter-toggle-dropdown {
display: inline-flex;
}
}
.corino-menu-filter {
display: none;
align-items: center;
margin-right: auto;
padding: 0;
}
@media (min-width: 1024px) {
.corino-menu-filter {
display: flex;
}
}
.corino-menu-filter .widget {
position: relative;
border-bottom: none;
}
.corino-menu-filter .widget .widget-content {
text-transform: capitalize !important;
display: none;
position: absolute;
top: calc(100% + 27px);
left: 0px;
width: 310px;
padding: 20px;
background-color: #ffffff;
border: 1px solid var(--e-global-color-border);
z-index: 99;
box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.05);
}
.corino-menu-filter .widget .wp-block-group__inner-container > h2,
.corino-menu-filter .widget .widget-title,
.corino-menu-filter .widget .widgettitle {
text-transform: capitalize !important;
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);
padding: 0;
margin-bottom: 0;
border: none;
transition: 0.4s all ease;
color: var(--e-global-color-text);
}
.corino-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on:after,
.corino-menu-filter .widget .widget-title.toggled-on:after,
.corino-menu-filter .widget .widgettitle.toggled-on:after {
transform: rotate(180deg);
}
.corino-menu-filter .widget .wp-block-group__inner-container > h2:after,
.corino-menu-filter .widget .widget-title:after,
.corino-menu-filter .widget .widgettitle:after {
margin-left: 11px;
font-family: "corino-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);
}
.corino-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on,
.corino-menu-filter .widget .widget-title.toggled-on,
.corino-menu-filter .widget .widgettitle.toggled-on {
transition: 0.4s all ease;
}
.corino-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on:after,
.corino-menu-filter .widget .widget-title.toggled-on:after,
.corino-menu-filter .widget .widgettitle.toggled-on:after {
transform: rotate(180deg);
}
.corino-menu-filter .widget .widget-content ul {
margin: 0 !important;
list-style: none;
}
.corino-menu-filter .widget .widget-content ul .cat-item {
margin-bottom: 5px;
}
.corino-menu-filter .widget .widget-content ul .cat-item:last-child {
margin-bottom: 0;
}
.corino-menu-filter .widget.widget_block {
display: none;
}
.corino-menu-filter .widget .dropdown-sidebar {
top: 15px;
right: 18px;
}
.corino-menu-filter .corino-menu-filter-wrap {
display: flex;
flex-wrap: wrap;
}
.corino-menu-filter .corino-menu-filter-wrap > * {
margin-bottom: 0;
margin-right: 30px;
padding-bottom: 0;
background-color: #ffffff;
}
.corino-menu-filter .corino-menu-filter-wrap > *:last-child {
margin-right: 0;
}
.corino-menu-filter .corino-menu-filter-wrap .widget_price_filter form {
margin-top: 8px;
}
@media (min-width: 1024px) {
.shop_filter_menu .filter-toggle {
display: none;
}
}
.shop_filter_menu .active-filter-toggle .filter-toggle {
display: inline-flex;
}
.shop_filter_menu .active-filter-toggle .corino-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: "corino-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);
}
}
@media (min-width: 1024px) {
.shop_filter_drawing .content-area {
transition: width ease 0.5s;
}
.active-drawing[class*=corino-sidebar-] .content-area {
width: 100%;
}
.shop_filter_drawing .widget-area {
transition: transform ease 0.3s, visibility ease 0.3s, opacity ease 0.3s;
}
.active-drawing .widget-area {
visibility: hidden;
opacity: 0;
pointer-events: none;
display: none !important;
}
.active-drawing.corino-sidebar-left .widget-area {
-ms-transform: translateX(-300px);
-o-transform: translateX(-300px);
-moz-transform: translateX(-300px);
-webkit-transform: translateX(-300px);
transform: translateX(-300px);
}
.active-drawing.corino-sidebar-right .widget-area {
-ms-transform: translateX(300px);
-o-transform: translateX(300px);
-moz-transform: translateX(300px);
-webkit-transform: translateX(300px);
transform: translateX(300px);
}
.shop_filter_drawing .filter-toggle {
display: inline-flex;
}
}
.active-drawing .icon {
color: var(--e-global-color-secondary);
}
.active-drawing circle:nth-of-type(1) {
transform: translate(6px);
}
.active-drawing circle:nth-of-type(2) {
transform: translate(-6px);
}
.woocommerce-breadcrumb {
margin-bottom: 20px;
}
.woocommerce-breadcrumb > a:first-of-type:before {
font-family: "corino-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:qlwapp-whatsapp;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAYEAAsAAAAABbgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFKmNtYXAAAAFoAAAAVAAAAFQXVtKHZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAfwAAAH8pb7IGGhlYWQAAAPAAAAANgAAADYUXm9HaGhlYQAAA/gAAAAkAAAAJAfAA8ZobXR4AAAEHAAAABQAAAAUCgAAA2xvY2EAAAQwAAAADAAAAAwAKAESbWF4cAAABDwAAAAgAAAAIAAJAJluYW1lAAAEXAAAAYYAAAGGmUoJ+3Bvc3QAAAXkAAAAIAAAACAAAwAAAAMDAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkA//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAD/8AD/gPAACcATwCWAAABJicuAScmIyIHDgEHBhUUFhcDJR4BMzE4ATEyNz4BNzY1NCcuAScmATEiJi8BBzcnLgE1NDc+ATc2MzIXHgEXFhcWFx4BFxYVFAcOAQcGIxMuAScmIgcOAQcOAScuAScuAScmNjc+ATc+ATc2JicuAScuASMmIiMiBgcOARUUFhcWFx4BFxYXHgEXHgE3PgE3PgEnLgEnA2kkKSpbMTEzaVxdiSgoIiJIAQ03e0BpXF2KKCgKCiYbHP51OW0xD6ArCiAhIiFyTU1XKygpTCIjHh0XFyAICCEick1NV+cJRAkJDQcGHAYGDAkKOCQdJAYGBwUECgUEBQMDAQMCHQgHEAUGDAcGEwgJJC8FAhEQOCcnMBYkDhcoERI7CAgCAgMMCgMrJBwcJQoKKCiKXFxpQ4E6/vlHHx8oKIldXGkzMTFbKin9Fx4dCSmbEDJzPFdNTHMhIQgIHxcXHh4jIkwpKCtXTU1yISIBPAUhBAMKCSIHBgIFBRogGTYJCQwFBAwGBgkGBgwEBUcTEgMBBwkJMi8vTgYDFxY8IB8UCg0EBwEDAyMWFiIEBAcEAAAAAAEAAAABAAAmrdZpXw889QALBAAAAAAA2KCVZQAAAADYoJVlAAD/wAP+A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA/4AAQAAAAAAAAAAAAAAAAAAAAUEAAAAAAAAAAAAAAACAAAABAAAAwAAAAAACgAUAB4A/gABAAAABQCXAAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");font-weight:normal;font-style:normal}.qlwapp__icon{all:unset;font-family:qlwapp-whatsapp,serif,sans-serif !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qlwapp__icon::before{content:""}.qlwapp__previous,.qlwapp__close{font-family:"Source Serif Pro",serif,sans-serif;font-style:unset;font-size:24px;font-weight:bold;cursor:pointer;text-align:center;line-height:1em;z-index:1;fill:var(--qlwapp-scheme-text, #fff);display:flex}.qlwapp__button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:12px;text-decoration:none;white-space:nowrap;pointer-events:all;margin:24px auto;height:40px;box-shadow:0 1px 6px 0 rgba(0,0,0,.06),0 2px 32px 0 rgba(0,0,0,.16);cursor:pointer}.qlwapp__button,.qlwapp__button:active,.qlwapp__button:focus,.qlwapp__button:hover{outline:none !important;text-decoration:none !important;color:var(--qlwapp-scheme-text, #fff) !important;background-color:var(--qlwapp-scheme-brand, #25d366) !important}.qlwapp__button .qlwapp__label,.qlwapp__button .qlwapp__time{position:absolute;bottom:-2em;color:initial;font-size:10px;display:inline-block;top:auto;width:120px}.qlwapp__button .qlwapp__close{font-size:var(--qlwapp-scheme-icon-font-size, 30px)}.qlwapp__button .qlwapp__icon{display:flex;align-items:baseline;font-size:var(--qlwapp-scheme-icon-font-size, 30px)}.qlwapp__button img.qlwapp__icon{width:var(--qlwapp-scheme-icon-font-size, 60px);height:var(--qlwapp-scheme-icon-font-size, 60px);object-fit:contain}.qlwapp__button--button{padding:var(--qlwapp-padding-xs) var(--qlwapp-padding-md)}.qlwapp__button--image{width:auto;height:auto}.qlwapp__button--bubble{right:auto;width:var(--qlwapp-scheme-icon-size, 60px);height:var(--qlwapp-scheme-icon-size, 60px)}.qlwapp__button--bubble .qlwapp__icon{margin:0}.qlwapp__button--bubble .qlwapp__text{position:absolute;right:var(--qlwapp-scheme-icon-size, 60px);height:var(--qlwapp-scheme-icon-size, 60px);margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:bold;white-space:pre;color:var(--qlwapp-scheme-text, #303030)}.qlwapp__button--disabled{pointer-events:none;opacity:.5}.qlwapp__notification-bubble{position:absolute;top:-4px;right:-4px;background-color:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold;line-height:1;z-index:10;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2);animation-duration:1.5s;animation-timing-function:ease-in;animation-iteration-count:1;--qlwapp-pulse-color: rgb(220 53 69 / 70%);--qlwapp-pulse-size: 4px}.qlwapp__notification-bubble--bounce{animation-name:bounce}.qlwapp__notification-bubble--flash{animation-name:flash}.qlwapp__notification-bubble--pulse{animation-name:pulse}.qlwapp__notification-bubble--shakeX{animation-name:shakeX}.qlwapp__notification-bubble--shakeY{animation-name:shakeY}.qlwapp__notification-bubble--none{animation:none}.qlwapp__avatar__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.qlwapp__avatar{position:relative;width:62px;height:62px}.qlwapp__avatar .qlwapp__avatar__type-badge{position:absolute;top:-2px;right:-4px;width:18px;height:18px;border-radius:50%;background-color:var(--qlwapp-scheme-brand, #25d366);color:var(--qlwapp-scheme-text, #fff);display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 0 0 2px var(--qlwapp-scheme-background, #fff)}.qlwapp__avatar .qlwapp__avatar__type-badge svg{width:11px;height:11px;min-width:11px;min-height:11px}.qlwapp__avatar .qlwapp__avatar__container{overflow:hidden;width:inherit;height:inherit;border-radius:50%;box-shadow:0 0 0 2px #eee;display:flex;align-items:center;justify-content:center}.qlwapp__avatar .qlwapp__avatar__container--icon{background-color:var(--qlwapp-scheme-brand, #25d366);color:var(--qlwapp-scheme-text, #fff);font-weight:bold;font-size:30px}.qlwapp__avatar .qlwapp__avatar__container svg{width:50%}.qlwapp__avatar .qlwapp__avatar__container img{width:100%;height:auto}.qlwapp__contact-list{height:100%;overflow:auto;overscroll-behavior:contain}.qlwapp__contact{display:flex;align-items:center;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);color:inherit;position:relative;cursor:pointer;width:100%;text-decoration:none;height:auto}.qlwapp__contact:only-child{height:100%;text-align:center;flex-direction:column;justify-content:center}.qlwapp__contact:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.qlwapp__contact:hover,.qlwapp__contact:focus-visible{background-color:rgba(0,0,0,.05)}.qlwapp__contact:active{background-color:rgba(0,0,0,.1)}.qlwapp__contact:nth-child(1):nth-last-child(2),.qlwapp__contact:nth-child(2):nth-last-child(1){height:50%}.qlwapp__contact--disabled{pointer-events:none;opacity:.5}.qlwapp__status{display:flex;align-items:center;gap:3px}.qlwapp__status__indicator{width:10px;height:10px;border-radius:50%;border:1px solid #fff}.qlwapp__status__indicator--online{background-color:#00d084}.qlwapp__status__indicator--offline{background-color:#e63946}.qlwapp__status__text{font-size:10px;color:#666}.qlwapp__contact-list__empty{display:flex;height:134px;justify-content:center;align-items:center}.qlwapp__container{pointer-events:none;box-sizing:border-box;font-size:var(--qlwapp-scheme-font-size, inherit);font-family:var(--qlwapp-scheme-font-family, inherit);display:flex;flex-direction:column;width:430px}.qlwapp__container *{box-sizing:border-box}.qlwapp__container.qlwapp-hide,.qlwapp__container .qlwapp__contact.qlwapp-hide{display:none}.qlwapp__container.mobile .qlwapp__contact.qlwapp-desktop,.qlwapp__container.mobile.qlwapp-desktop{display:none}.qlwapp__container.desktop .qlwapp__contact.qlwapp-mobile,.qlwapp__container.desktop.qlwapp-mobile{display:none}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{position:fixed;z-index:9999999}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left{right:auto;left:0}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__time{left:0;right:auto}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button{margin-left:20px}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button--bubble .qlwapp__text,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button--bubble .qlwapp__text{right:auto;left:var(--qlwapp-scheme-icon-size, 60px)}.qlwapp__container.qlwapp__container--middle-left .qlwapp__modal::before,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__modal::before{right:auto;left:20px}.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__time{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button{margin-right:20px}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--middle-right{transition:top .3s ease;top:auto;bottom:0}.qlwapp__container.qlwapp__container--middle-left:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open),.qlwapp__container.qlwapp__container--middle-right:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open){top:40%;bottom:auto}.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--bottom-right{top:auto;bottom:0}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble img.qlwapp__icon{border-radius:200px;overflow:hidden}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble{border-radius:200px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button{border-radius:50px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button img.qlwapp__icon{border-radius:200px;max-height:28px;width:auto}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal{border-radius:8px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message{border-radius:4px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message::before{background-color:inherit}.qlwapp__container p:last-child{margin:0}.qlwapp__container time{opacity:.8;font-style:italic;font-size:10px}.qlwapp-is-mobile{width:auto}.qlwapp-is-mobile.qlwapp__container--rounded .qlwapp__modal{border-radius:0}.qlwapp{font-weight:normal;font-size:12px;font-family:Inter,sans-serif}.qlwapp--woocommerce .qlwapp__container{display:block;width:auto}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button,.qlwapp--woocommerce .qlwapp__container .qlwapp__button--bubble.qlwapp__button{margin:0}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button{width:100%}.qlwapp--shortcode .qlwapp__container{width:auto}@keyframes pulse{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.5, 1.5, 1.5)}100%{transform:scale3d(1, 1, 1)}}.qlwapp__footer,.qlwapp__response{position:relative;bottom:0;left:0;right:0;height:auto;width:100%;overflow:hidden}.qlwapp__footer pre,.qlwapp__footer input,.qlwapp__footer textarea,.qlwapp__response pre,.qlwapp__response input,.qlwapp__response textarea{max-height:160px;color:inherit;background-color:inherit}.qlwapp__footer::before,.qlwapp__response::before{pointer-events:none;position:absolute;content:"";height:100%;background:linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.025) 100%);top:0;left:0;right:0}.qlwapp__footer::after,.qlwapp__response::after{content:" ";height:1px;background-color:rgba(0,0,0,.075);position:absolute;top:0;left:0;right:0}.qlwapp__footer{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;min-height:56px;width:100%;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg)}.qlwapp__footer>*{width:100%;white-space:pre-wrap}.qlwapp__footer img{max-width:100px}.qlwapp__footer *{color:var(--qlwapp-scheme-text, #303030)}.qlwapp__footer p{padding:0;font-size:inherit;width:100%;white-space:pre-wrap}.qlwapp__footer p:last-child{margin-bottom:0}.qlwapp__footer h1,.qlwapp__footer h2,.qlwapp__footer h3,.qlwapp__footer h4,.qlwapp__footer h5,.qlwapp__footer h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__footer h1{font-size:2.5em}.qlwapp__footer h2{font-size:2em}.qlwapp__footer h3{font-size:1.5em}.qlwapp__footer h4{font-size:1.25em}.qlwapp__footer h5{font-size:1em}.qlwapp__footer h6{font-size:.75em}.qlwapp__response,.qlwapp__response pre,.qlwapp__response textarea,.qlwapp__response .qlwapp__response__buttons{min-height:56px}.qlwapp__response pre,.qlwapp__response input,.qlwapp__response textarea{width:100%;height:100%;resize:none;border:none;color:var(--qlwapp-scheme-text, #303030);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-size, inherit);font-size:1em !important;font-weight:normal;line-height:20px;white-space:pre-wrap;word-wrap:break-word;border-radius:inherit;margin:0}.qlwapp__response pre{visibility:hidden}.qlwapp__response input,.qlwapp__response textarea{position:absolute;bottom:0;left:0}.qlwapp__response input:focus,.qlwapp__response textarea:focus{outline:none}.qlwapp__response input::placeholder,.qlwapp__response textarea::placeholder{opacity:.5;color:inherit}.qlwapp__response .qlwapp__response__buttons{position:absolute;top:0;right:21px;display:flex;align-items:center}.qlwapp__response .qlwapp__response__buttons svg{width:18px}.qlwapp__response .qlwapp__response__buttons>i{opacity:.4}.qlwapp__response .qlwapp__response__buttons>i,.qlwapp__response .qlwapp__response__buttons>a{cursor:pointer;margin:0 0 0 10px;display:flex;font-size:18px;align-items:center;text-decoration:none}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--button-label{margin-right:5px}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--disabled{pointer-events:none;opacity:.5}.qlwapp__response .qlwapp__response__buttons.active>i{display:none}.qlwapp__response .qlwapp__response__buttons.active>i.qlwf-emoji{display:block}.qlwapp__response--end-conversation pre{opacity:.5;visibility:visible;text-align:center}.qlwapp__response .qlwapp__country-selector{position:absolute;top:0;left:0;height:100%;border:none;border-right:1px solid rgba(0,0,0,.1);background:rgba(0,0,0,0);color:inherit;font-size:.875em;padding:0 var(--qlwapp-padding-sm);cursor:pointer;appearance:none;outline:none;z-index:1;max-width:90px;white-space:nowrap;overflow:hidden}.qlwapp__response .qlwapp__country-selector:focus{outline:none}.qlwapp__response .qlwapp__country-selector:disabled{opacity:.5;cursor:default}.qlwapp__response .qlwapp__response__input--phone{padding-left:calc(90px + var(--qlwapp-padding-sm))}.qlwapp__response input[type=date],.qlwapp__response input[type=datetime-local]{width:100%;height:100%;border:none;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-size, inherit);font-size:1em !important;font-weight:normal;line-height:20px;border-radius:inherit;margin:0;background-color:rgba(0,0,0,0);color:inherit;display:flex;align-items:center}.qlwapp__response input[type=date]:focus,.qlwapp__response input[type=datetime-local]:focus{outline:none}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator,.qlwapp__response input[type=datetime-local]::-webkit-calendar-picker-indicator{margin-right:calc(var(--qlwapp-button-width, 32px) + 8px);cursor:pointer;opacity:.7;transition:opacity .2s}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator:hover,.qlwapp__response input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{opacity:1}.qlwapp__response .qlwapp__response__date-range{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px var(--qlwapp-padding-sm);width:100%;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));box-sizing:border-box}.qlwapp__response .qlwapp__response__date-range input[type=date],.qlwapp__response .qlwapp__response__date-range input[type=datetime-local]{position:static;display:flex;justify-content:space-between;width:100%;min-width:0;height:auto;min-height:0;padding:1px 0;padding-right:0;border-radius:0;font-size:.875em !important}.qlwapp__response .qlwapp__response__date-range input[type=date]::-webkit-calendar-picker-indicator,.qlwapp__response .qlwapp__response__date-range input[type=datetime-local]::-webkit-calendar-picker-indicator{margin-right:0;flex-shrink:0}.qlwapp__response .qlwapp__response__date-range__label{font-size:.75em;opacity:.6;white-space:nowrap;line-height:1.2}.qlwapp__response:has(.qlwapp__response__date-range) .qlwapp__response__buttons{top:50%;transform:translateY(-50%);min-height:auto}.qlwapp__consent{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,.025)}.qlwapp__consent .qlwapp__consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text, #303030);margin:0}.qlwapp__consent .qlwapp__consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand, #25d366)}.qlwapp__consent .qlwapp__consent-text{flex:1;user-select:none}.qlwapp__general-consent{text-align:start;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,.025);animation:fadeIn .3s ease-in-out}.qlwapp__general-consent--required{background-color:rgba(255,235,200,.4);border-top:1px solid rgba(255,152,0,.2)}.qlwapp__general-consent .qlwapp__general-consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text, #303030);margin:0}.qlwapp__general-consent .qlwapp__general-consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand, #25d366)}.qlwapp__general-consent .qlwapp__general-consent-text{flex:1;user-select:none}.qlwapp__general-consent .qlwapp__general-consent-text br{display:block;content:"";margin-top:.5em}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.qlwapp__general-consent--accepted{animation:fadeOut 1s ease-in-out forwards}@keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.qlwapp__header{background-color:var(--qlwapp-scheme-brand, #25d366);color:var(--qlwapp-scheme-text, #fff);position:relative;overflow:hidden;height:auto}.qlwapp__header::before{content:"";position:absolute;inset:0;background:linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%)}.qlwapp__header .qlwapp__close{position:absolute;top:12px;right:12px}@media(width >= 430px){.qlwapp__header .qlwapp__close{position:absolute;top:7px;right:7px;font-size:18px}}.qlwapp__header .qlwapp__header-description{align-items:center;font-size:12px}.qlwapp__header .qlwapp__header-description p{padding:0;font-size:inherit;width:100%;color:inherit;font-family:inherit;margin:0}.qlwapp__header .qlwapp__header-description p:last-child{margin-bottom:0}.qlwapp__header .qlwapp__header-description h1,.qlwapp__header .qlwapp__header-description h2,.qlwapp__header .qlwapp__header-description h3,.qlwapp__header .qlwapp__header-description h4,.qlwapp__header .qlwapp__header-description h5,.qlwapp__header .qlwapp__header-description h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__header .qlwapp__header-description h1{font-size:2.5em}.qlwapp__header .qlwapp__header-description h2{font-size:2em}.qlwapp__header .qlwapp__header-description h3{font-size:1.5em}.qlwapp__header .qlwapp__header-description h4{font-size:1.25em}.qlwapp__header .qlwapp__header-description h5{font-size:1em}.qlwapp__header .qlwapp__header-description h6{font-size:.75em}.qlwapp__header .qlwapp__header-description img{max-width:100px}.qlwapp__header .qlwapp__header-description *{color:var(--qlwapp-scheme-text, #fff) !important}.qlwapp__header .qlwapp__header-description,.qlwapp__header .qlwapp__header-contact{padding:calc(var(--qlwapp-padding-xs) + 2px) var(--qlwapp-padding-lg);min-height:100%}.qlwapp__header .qlwapp__header-contact{display:flex;justify-content:flex-end;align-items:center;gap:var(--qlwapp-padding-sm)}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons{display:flex;margin-right:auto;align-items:center;flex-shrink:0}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous{width:100%;height:100%}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous--disabled{opacity:.5;pointer-events:none !important}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__reset{margin-left:15px;color:var(--qlwapp-scheme-text, #fff) !important}.qlwapp__header .qlwapp__header-contact .qlwapp__info{text-align:end;color:var(--qlwapp-scheme-text, #fff) !important;overflow:hidden;min-width:0}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__time{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__avatar{width:42px;height:42px;flex-shrink:0}.qlwapp__message-list{display:flex;align-items:center;flex-direction:column;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);overflow:hidden auto;overscroll-behavior:contain;max-height:min(var(--qlwapp-scheme-box-max-height, 500px),100dvh - 220px)}.qlwapp__message{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-md);position:relative;align-self:flex-start;word-wrap:break-word;max-width:calc(100% - var(--qlwapp-padding-sm)*2);background-color:#eee;color:#111}.qlwapp__message::before{content:"";position:absolute;top:0;width:20px;height:20px;right:auto;left:0;transform:matrix(1, 0, 1, 1, -2, 0)}.qlwapp__message--image{width:100%;height:100%}.qlwapp__message--video,.qlwapp__message--audio,.qlwapp__message--embed{position:relative;max-width:100%}.qlwapp__message--video video,.qlwapp__message--video audio,.qlwapp__message--audio video,.qlwapp__message--audio audio,.qlwapp__message--embed video,.qlwapp__message--embed audio{display:block;max-width:100%;border-radius:inherit}.qlwapp__message--video video,.qlwapp__message--audio video,.qlwapp__message--embed video{max-height:300px;object-fit:contain}.qlwapp__message--video audio,.qlwapp__message--audio audio,.qlwapp__message--embed audio{height:40px}.qlwapp__message--video iframe,.qlwapp__message--audio iframe,.qlwapp__message--embed iframe{display:block;width:100%;height:157px;border:none;border-radius:inherit}.qlwapp__message--user{place-self:end flex-end;margin-top:0;word-break:var(--qlwapp-scheme-box-message-word-break);color:var(--qlwapp-scheme-text, #fff) !important;background-color:var(--qlwapp-scheme-brand, #25d366) !important}.qlwapp__message--user::before{right:0;left:auto;transform:matrix(1, 0, 1, -1, 2, 0)}.qlwapp__message--user a{color:var(--qlwapp-scheme-text, #fff) !important;text-decoration:underline}.qlwapp__message--user:first-child::before{top:-6px;right:10%;transform:rotate(45deg)}.qlwapp__message--user,.qlwapp__message--choice-input{width:auto;color:var(--qlwapp-scheme-text, #fff) !important;background-color:var(--qlwapp-scheme-brand, #25d366) !important}.qlwapp__message--choice-input{place-self:end flex-end;cursor:pointer;transition:all .2s ease}.qlwapp__message--choice-input::before{content:none}.qlwapp__message--choice-input:hover{box-shadow:0 2px 8px rgba(0,0,0,.3)}.qlwapp__message--error{background-color:#ffbfbf !important;color:#750000 !important}.qlwapp__message--error::before{background-color:#ffbfbf !important}.qlwapp__rating-form{display:flex;flex-direction:column;gap:var(--qlwapp-padding-sm);width:100%;padding:0 var(--qlwapp-padding-sm)}.qlwapp__rating-label{font-size:.875rem;color:#666}.qlwapp__rating-label--left{text-align:start;width:100%}.qlwapp__rating-label--right{text-align:end;width:100%;padding-right:var(--qlwapp-padding-sm)}.qlwapp__rating-buttons{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px;padding:var(--qlwapp-padding-sm) 0;width:100%}.qlwapp__rating-number{width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.9rem;cursor:pointer;user-select:none;transition:all .2s ease-in-out;border-radius:50%;border-width:2px;border-style:solid;border-color:rgba(37,211,102,.25);background-color:rgba(37,211,102,.05);color:var(--qlwapp-scheme-brand, #25d366);flex-shrink:0}.qlwapp__rating-number:hover,.qlwapp__rating-number--selected{background-color:rgba(37,211,102,.25);border-color:var(--qlwapp-scheme-brand, #25d366)}.qlwapp__rating-icon{transition:all .2s ease;border-radius:50%;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;flex-shrink:0}.qlwapp__rating-icon>svg{stroke:var(--qlwapp-scheme-brand, #25d366);transition:all .2s ease;width:20px;height:20px}.qlwapp__rating-icon--selected{background-color:rgba(37,211,102,.04)}.qlwapp__rating-icon--selected>svg{fill:var(--qlwapp-scheme-brand, #25d366)}.qlwapp__rating-icon:hover{background-color:rgba(37,211,102,.06)}.qlwapp__rating-icon:hover>svg{fill:rgba(37,211,102,.15)}.qlwapp__rating-submit{display:flex;justify-content:flex-end;padding-top:var(--qlwapp-padding-sm)}.qlwapp__rating-submit button{border:none;outline:none;cursor:pointer}.qlwapp__modal{pointer-events:all;position:relative;inset:auto;z-index:99999;box-shadow:0 8px 25px -5px rgba(45,62,79,.15);background-color:#fff;margin:24px 24px 12px}.qlwapp__modal::before{background-color:#fff;content:"";position:absolute;bottom:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}.qlwapp__modal .qlwapp__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.qlwapp__modal .qlwapp__header .qlwapp__carousel{position:relative}.qlwapp__modal .qlwapp__body{overflow:hidden}.qlwapp__modal .qlwapp__body .qlwapp__carousel{position:relative;max-height:min(var(--qlwapp-scheme-box-max-height, 500px),100dvh - 220px)}.qlwapp__modal .qlwapp__footer,.qlwapp__modal .qlwapp__response{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.qlwapp__modal .qlwapp__time,.qlwapp__modal .qlwapp__label,.qlwapp__modal .qlwapp-offline-text{font-size:12px;line-height:1.5em;opacity:.6;display:block}.qlwapp__modal .qlwapp__time{font-size:11px;font-style:italic;color:var(--qlwapp-scheme-contact-availability-color, inherit);text-align:justify}.qlwapp__modal .qlwapp__name{display:block;font-weight:bold;line-height:1.5em;color:var(--qlwapp-scheme-contact-name-color, inherit);text-align:justify}.qlwapp__modal .qlwapp__label{color:var(--qlwapp-scheme-contact-role-color, inherit);text-align:justify}.qlwapp-is-mobile .qlwapp__modal{position:fixed;bottom:0;left:0;right:0;box-shadow:0 5px 20px 5px rgba(0,0,0,.5);margin:0}.qlwapp-is-mobile .qlwapp__modal::before{content:none}.qlwapp-is-mobile .qlwapp__modal .qlwapp__header{border-top-left-radius:0;border-top-right-radius:0}.qlwapp-is-mobile .qlwapp__modal .qlwapp__footer,.qlwapp-is-mobile .qlwapp__modal .qlwapp__response{border-bottom-left-radius:0;border-bottom-right-radius:0}@keyframes closeModal{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px)}}@keyframes openModal{from{opacity:0;visibility:hidden;transform:translateY(50px)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes closeModalInMobile{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px) scale(0.9)}}@keyframes openModalInMobile{from{opacity:0;visibility:hidden;transform:translateY(50px) scale(0.9)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes bounce{0%,20%,53%,80%,100%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}@keyframes pulse{0%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0.7))}70%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 var(--qlwapp-pulse-size, 12px) var(--qlwapp-pulse-color, rgba(37, 211, 102, 0))}100%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0))}}@keyframes shakeX{0%,100%{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeY{0%,100%{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.qlwapp__modal{opacity:0;visibility:hidden}.qlwapp__modal .qlwapp__carousel{display:flex;width:200%;height:100%}.qlwapp__modal .qlwapp__carousel .qlwapp__carousel-slide{width:50%;transition:max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms,transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms,opacity 500ms ease-in 500ms}.qlwapp__modal .qlwapp__header .qlwapp__name,.qlwapp__modal .qlwapp__header .qlwapp__avatar{opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) .3s,opacity ease-in .3s}.qlwapp__modal .qlwapp__header .qlwapp__name{transform:translateX(56px)}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transform:scale(0.5)}.qlwapp__modal .qlwapp__header .qlwapp__name{transition-delay:800ms}.qlwapp__modal .qlwapp__header .qlwapp__header-description{transition-delay:850ms}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transition-delay:900ms}.qlwapp__modal .qlwapp__response,.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms,opacity ease-in 200ms}.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{opacity:0}.qlwapp__modal .qlwapp__response{pointer-events:none;display:none;opacity:0}.qlwapp__modal .qlwapp__previous{transform:translateX(56px)}.qlwapp__modal .qlwapp__message{transform:translateY(56px);transition-delay:200ms}.qlwapp__modal .qlwapp__close{transition:opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1)}.qlwapp__modal .qlwapp__header-description{transition:opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1)}.qlwapp__modal .qlwapp__previous{transition-delay:800ms}.qlwapp__modal .qlwapp__close,.qlwapp__modal .qlwapp__header-description{transition-delay:900ms}.qlwapp__modal .qlwapp__contact{transition:transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 150ms ease-in}.qlwapp__modal .qlwapp__contact:nth-of-type(1){transition-delay:100ms}.qlwapp__modal .qlwapp__contact:nth-of-type(2){transition-delay:200ms}.qlwapp__modal .qlwapp__contact:nth-of-type(3){transition-delay:300ms}.qlwapp__modal .qlwapp__contact:nth-of-type(4){transition-delay:400ms}.qlwapp__modal .qlwapp__contact:nth-of-type(5){transition-delay:500ms}.qlwapp__modal .qlwapp__contact:nth-of-type(6){transition-delay:600ms}.qlwapp__modal .qlwapp__header-contact{opacity:0}.qlwapp__modal .qlwapp__message{opacity:0;transform:translateY(-56px)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide{transform:translateX(-100%)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide .qlwapp__header-contact{opacity:1}.qlwapp__modal--response .qlwapp__close{transition-delay:0ms}.qlwapp__modal--response .qlwapp__close,.qlwapp__modal--response .qlwapp__header-description,.qlwapp__modal--response .qlwapp__contact{opacity:0}.qlwapp__modal--response .qlwapp__contact{transform:translateY(-33.333%);border-top-color:rgba(0,0,0,0) !important}.qlwapp__modal--response .qlwapp__message{display:block}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{opacity:1}.qlwapp__modal--response .qlwapp__footer{display:none}.qlwapp__modal--response .qlwapp__response{pointer-events:all;display:block;opacity:1}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{transform:translate(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__carousel-slide{max-height:84px}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{opacity:1}.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{opacity:0}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{transform:translateX(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{transform:scale(1)}.qlwapp__modal--opening .qlwapp__response,.qlwapp__modal--opening .qlwapp__close,.qlwapp__modal--opening .qlwapp__previous,.qlwapp__modal--opening .qlwapp__header .qlwapp__name,.qlwapp__modal--opening .qlwapp__header-description{visibility:visible}.qlwapp__modal--closing .qlwapp__info,.qlwapp__modal--closing .qlwapp__avatar__container{transform:translateX(100px);opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,opacity ease-out 200ms}.qlwapp__modal--closing .qlwapp__message{transition:all .4s;transform:translateY(100%);opacity:0}.qlwapp__modal--closing .qlwapp__previous{transform:translateX(-24px);opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,opacity ease-out 200ms;transition-delay:0ms}.qlwapp__modal--open .qlwapp__icon{display:none;transform:scale(0, 0) !important;opacity:0 !important}.qlwapp__modal--open .qlwapp__close{display:none;transform:scale(1, 1) !important;opacity:1 !important}.qlwapp__button{animation-duration:1.5s;animation-timing-function:ease-in;animation-name:var(--qlwapp-button-animation-name, "none");animation-delay:var(--qlwapp-button-animation-delay, 0);animation-iteration-count:1;transform-origin:center;background-image:unset !important}.qlwapp__button--bubble .qlwapp__close{transform:scale(0, 0);opacity:0;position:absolute}.qlwapp__button--bubble .qlwapp__icon{transform:scale(1, 1);opacity:1}.qlwapp__button--bubble .qlwapp__icon,.qlwapp__button--bubble .qlwapp__close{transition:transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 300ms ease-in}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__close{transform:scale(1, 1);opacity:1}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__icon{transform:scale(0, 0);opacity:0}.qlwapp__container .qlwapp__modal{animation:openModal .4s forwards}.qlwapp__container--closing .qlwapp__modal{animation:closeModal .4s forwards}.qlwapp-is-mobile .qlwapp__modal{animation:openModalInMobile .4s forwards}.qlwapp-is-mobile.qlwapp__container--closing .qlwapp__modal{animation:closeModalInMobile .4s forwards}.rtl .qlwapp__modal{direction:ltr !important;unicode-bidi:bidi-override}.rtl .qlwapp__header-description,.rtl .qlwapp__footer,.rtl .qlwapp__response{direction:rtl !important}:root{--qlwapp-padding-xs: 8px;--qlwapp-padding-sm: 16px;--qlwapp-padding-md: 24px;--qlwapp-padding-lg: 32px;--qlwapp-padding-xl: 40px}.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
position: relative;
display: block;
} .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
position: relative;
}  .product-transition {
position: relative !important; overflow: visible !important; } .brand-badge-overlay {
position: absolute;
top: 15px; left: 15px;
z-index: 10; background: rgba(255, 255, 255, 0.8);
padding: 5px;
border-radius: 4px;
line-height: 0;
} .brand-badge-overlay img {
display: block;
height: 25px; width: auto; max-width: 100px;  box-shadow: none;
border: none;
} .wpcf7 {
max-width: 800px; width: 100%;
margin: 0 auto;
} .wpcf7 form textarea {
height: 100px; resize: vertical;
} .wpcf7 form .form-row {
margin-bottom: 15px; } .wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea {
padding: 10px; 
} @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap"); body, html, p, span, li, a, td, th, label {
font-family: 'Montserrat', sans-serif !important;
font-weight: 500; }
.menu {
font-weight: bold;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
border-radius: 30px; } body,
html,
p,
span,
li,
a,
td,
th,
label,
button,
input,
select,
textarea {
font-family: 'Montserrat', sans-serif !important;
} button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input[type="submit"],
.wp-block-button__link {
border-radius: 99px !important;
} .button.go-back {
border-radius: 99px !important;
} .contact-item {
display: flex;
align-items: center; margin-bottom: 15px; } .contact-item:last-child {
margin-bottom: 0;
} .contact-item i {
color: #00995a; font-size: 21px; margin-right: 15px; width: 24px; text-align: center;
} .contact-item a {
color: #2c3e50; text-decoration: none; font-size: 21px; } .contact-item a:hover {
text-decoration: underline;
} #shipping_method li {
margin-bottom: 12px; padding: 10px;
border: 1px solid #e0e0e0;
border-radius: 6px;
background-color: #fafafa;
transition: background 0.3s;
} #shipping_method li:hover {
background-color: #f0f8ff;
} .woocommerce-shipping-methods {
margin-top: 15px;
}
.price .woocommerce-price-suffix::before {
content: " \00a0\00a0"; }
.custom-image-link {
display: block;
position: relative;
z-index: 1;
}
.sku_wrapper {
display: none !important;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap"); body, *:not(i):not([class*="icon"]):not(.fa):not(.fab):not(.fas):not(.feather):not(.material-icons) {
font-family: 'Montserrat', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif !important;
} *:where([style*="font-family: Sora"],
[style*="font-family:'Sora'"],
[style*='font-family:"Sora"'],
[style*='Sora']) {
font-family: 'Montserrat', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif !important;
}@font-face {
font-family: 'Sora';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqspdre2.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: 'Sora';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqupdg.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: 'Sora';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqspdre2.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: 'Sora';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqupdg.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: 'Sora';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqspdre2.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: 'Sora';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqupdg.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: 'Sora';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqspdre2.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: 'Sora';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqupdg.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: 'Sora';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqspdre2.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: 'Sora';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqupdg.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: 'Sora';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqspdre2.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: 'Sora';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqupdg.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: 'Sora';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqspdre2.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: 'Sora';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqupdg.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: 'Sora';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqspdre2.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: 'Sora';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://energyleds.wpenginepowered.com/wp-content/uploads/elementor/google-fonts/fonts/sora-xmqbuffyt72xzqupdg.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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://energyleds.wpenginepowered.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;
}