@charset "UTF-8";
 .opal-move-up {
animation-name: opalMoveUp;
-moz-animation-name: opalMoveUp;
-webkit-animation-name: opalMoveUp;
}
@-webkit-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-moz-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-ms-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.opal-move-down {
animation-name: opalMoveDown;
-moz-animation-name: opalMoveDown;
-webkit-animation-name: opalMoveDown;
}
@-webkit-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-moz-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-ms-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.opal-move-left {
animation-name: opalMoveLeft;
-moz-animation-name: opalMoveLeft;
-webkit-animation-name: opalMoveLeft;
}
@-webkit-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-moz-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-ms-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.opal-move-right {
animation-name: opalMoveRight;
-moz-animation-name: opalMoveRight;
-webkit-animation-name: opalMoveRight;
}
@-webkit-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-moz-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-ms-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.opal-scale-up {
animation-name: opalScaleUp;
-moz-animation-name: opalScaleUp;
-webkit-animation-name: opalScaleUp;
}
@-webkit-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-ms-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.opal-flip {
animation-name: opalFlip;
-moz-animation-name: opalFlip;
-webkit-animation-name: opalFlip;
}
@-webkit-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-ms-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
.opal-helix {
animation-name: opalHelix;
-moz-animation-name: opalHelix;
-webkit-animation-name: opalHelix;
}
@-webkit-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotate {
-ms-animation: rotate 12s linear infinite;
-o-animation: rotate 12s linear infinite;
-moz-animation: rotate 12s linear infinite;
-webkit-animation: rotate 12s linear infinite;
animation: rotate 12s linear infinite;
}
@-webkit-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@-ms-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
.opal-am-popup {
animation: opalPopup;
-moz-animation-name: opalPopup;
-webkit-animation-name: opalPopup;
}
@-webkit-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
@-ms-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
.elementor-brand-item {
text-align: center;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
}
.elementor-brand-item .elementor-brand-image {
display: block;
width: 100%;
font-size: 0;
transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image img {
margin: 0 auto;
border-radius: 5px;
}
.elementor-brand-item .elementor-brand-image i {
font-size: 50px;
display: inline-block;
position: relative;
width: 1em;
height: 1em;
}
.elementor-brand-item .elementor-brand-image i:before {
position: absolute;
line-height: 1;
left: 0;
top: 0;
}
.elementor-brand-item .elementor-brand-image svg path {
transition: all ease 0.3s;
}
.elementor-brand-wrapper .row {
justify-content: center;
}
.elementor-brand-wrapper a {
display: block;
}
.elementor-brand-wrapper img {
transition: all ease 0.3s;
}
.elementor-brand-wrapper .column-item {
margin-bottom: 30px;
}
.fashion2-brand-border-yes .elementor-brand-wrapper {
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.fashion2-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:before {
content: "";
display: inline-block;
top: 0;
right: 0;
width: 1px;
height: 100%;
background-color: var(--e-global-color-border);
position: absolute;
}
.fashion2-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:after {
content: "";
display: inline-block;
bottom: 0;
right: 0;
width: 100%;
height: 1px;
background-color: var(--e-global-color-border);
position: absolute;
}
.fashion2-brand-border-yes .elementor-brand-wrapper .slick-slide:last-child .elementor-brand-item:before {
display: none;
}
.elementor-widget-fashion2-brand .fashion2-carousel .column-item {
margin-bottom: 0 !important;
}
.elementor-widget-fashion2-brand .fashion2-carousel .slick-track {
display: flex !important;
align-items: center;
}
.elementor-widget-woocommerce-breadcrumb .fashion2-woocommerce-title {
font-size: 60px;
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;
margin-top: 20px;
color: var(--e-global-color-accent);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
margin-bottom: 0;
font-size: 14px;
line-height: 28px;
font-weight: 400;
color: var(--e-global-color-secondary);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a {
color: var(--e-global-color-light);
font-weight: 400;
text-transform: capitalize;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb i {
font-size: 8px;
font-weight: 600;
color: var(--e-global-color-secondary);
margin: 0px 10px 3px 10px;
text-transform: capitalize;
}
.hidden-fashion2-title-yes .fashion2-woocommerce-title {
display: none;
}
.single-product .hidden-fashion2-title-single-yes .fashion2-woocommerce-title, .single-post .hidden-fashion2-title-single-yes .fashion2-woocommerce-title {
display: none;
}
.elementor-widget-fashion2-banner:hover .elementor-cta__bg {
transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.4s ease;
}
.elementor-widget-fashion2-banner:hover .elementor-cta__bg-overlay:after {
height: 100%;
opacity: 1;
transition: all 0.4s ease;
}
.elementor-widget-fashion2-banner .elementor-cta__bg-overlay {
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
pointer-events: none;
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.97%, rgba(0, 0, 0, 0.8) 98%);
transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.4s ease;
}
.elementor-widget-fashion2-banner .elementor-cta__bg-overlay:after {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
height: 50%;
width: 100%;
content: "";
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
transition: all 0.4s ease;
}
.elementor-widget-fashion2-banner .elementor-cta__title {
font-size: 36px;
line-height: 44px;
letter-spacing: -2px;
}
.elementor-widget-fashion2-banner .elementor-cta__content {
position: relative;
transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
transform: translateY(0);
}
.elementor-widget-fashion2-banner .elementor-cta__content .elementor-cta__subtitle {
transition: all 0s ease;
font-size: 14px;
letter-spacing: 3px;
text-transform: uppercase;
}
.elementor-widget-fashion2-banner .elementor-cta__content .elementor-cta__subtitle span {
transition: all 0.3s ease;
}
.elementor-widget-fashion2-banner.content-stretch-yes {
height: 100%;
}
.elementor-widget-fashion2-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-fashion2-banner.content-stretch-yes .elementor-fashion2-banner {
height: 100%;
}
.elementor-widget-fashion2-banner.button-style-yes .elementor-button-custom {
position: relative;
}
.elementor-widget-fashion2-banner.button-style-yes .elementor-button-custom:before {
content: "";
height: 1px;
width: 0;
bottom: 0;
left: 0;
background-color: var(--e-global-color-primary);
position: absolute;
transition: all 0.3s ease;
opacity: 0;
}
.elementor-widget-fashion2-banner.button-style-yes .elementor-button-custom:hover:before {
width: 100%;
opacity: 1;
}
.elementor-widget-fashion2-banner .elementor-button-custom {
font-size: 14px;
font-weight: 500;
line-height: 22px;
padding: 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);
display: inline-flex;
align-items: center;
color: #fff;
}
.elementor-widget-fashion2-banner .elementor-button-custom i {
font-size: 10px;
margin-left: 5px;
position: relative;
}
.elementor-widget-fashion2-banner .elementor-button-custom:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-fashion2-banner.fashion2-banner-layout-2 .elementor-cta__bg-overlay,
.elementor-widget-fashion2-banner.fashion2-banner-layout-2 .elementor-cta__content_inner {
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;
}
.elementor-widget-fashion2-banner.fashion2-banner-layout-2:hover .elementor-cta__bg-overlay,
.elementor-widget-fashion2-banner.fashion2-banner-layout-2:hover .elementor-cta__content_inner {
opacity: 1;
}
.elementor-widget-fashion2-banner .elementor-cta__content-item:not(:last-child) {
margin-bottom: 0;
}
.elementor-widget-fashion2-banner:hover .elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
height: 60px;
}
.elementor-widget-fashion2-banner .elementor-button-custom:before {
-ms-transition: transform 0.2s ease;
-o-transition: transform 0.2s ease;
-moz-transition: transform 0.2s ease;
-webkit-transition: transform 0.2s ease;
transition: transform 0.2s ease;
}
.elementor-widget-fashion2-banner.graphic-image-under-yes .elementor-cta__image {
position: absolute;
left: 0;
top: 0;
}
.elementor-widget-fashion2-banner.graphic-image-under-yes .elementor-cta__image > img {
position: absolute;
z-index: -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;
}
.elementor-widget-fashion2-banner.graphic-image-under-yes.image-position-left .elementor-cta__image img {
left: 0;
}
.elementor-widget-fashion2-banner.graphic-image-under-yes.image-position-right .elementor-cta__image img {
right: 0;
}
.elementor-widget-fashion2-banner.graphic-image-under-yes.image-position-center .elementor-cta__image img {
left: 0;
right: 0;
margin: 0 auto;
}
.elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
height: 0;
overflow: hidden;
}
.elementor-bg-transform-move-left-custom .elementor-bg {
width: calc(100% + 30px);
height: auto;
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
-ms-transform: translateX(-29px);
-o-transform: translateX(-29px);
-moz-transform: translateX(-29px);
-webkit-transform: translateX(-29px);
transform: translateX(-29px);
}
.elementor-bg-transform-move-right-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);
height: 100%;
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
-ms-transform: translateX(0);
-o-transform: translateX(0);
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
.elementor-bg-transform-zoom-in .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-zoom-in:hover .elementor-bg {
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.elementor-bg-transform-zoom-out .elementor-bg {
width: calc(100% + 30px);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.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.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.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%;
background-color: #f7f7f7;
}
.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
color: #55595c;
border-color: #55595c;
}
.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
color: #55595c;
border-color: #55595c;
}
.elementor-cta--skin-cover .elementor-cta {
display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
position: absolute;
top: 0px;
left: 0px;
right: 0;
bottom: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
min-height: 280px;
}
.elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
color: #fff;
border-color: #fff;
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button {
color: white;
border-color: white;
}
.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;
height: 110%;
transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.3s ease;
}
.elementor-cta__bg-wrapper {
z-index: 1;
overflow: hidden;
}
.elementor-cta__bg {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
z-index: 1;
}
.elementor-cta__bg-overlay {
z-index: 2;
}
.elementor-cta__button.elementor-button {
cursor: pointer;
-ms-flex-item-align: center;
align-self: center;
margin-left: auto;
margin-right: auto;
border: solid 2px white;
background: transparent;
}
.elementor-cta__button.elementor-button:hover {
background: transparent;
text-decoration: none;
}
.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: 45px;
width: 100%;
}
.elementor-cta__content, .elementor-cta__content-item {
position: relative;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
color: #fff;
}
.elementor-cta__content-item {
width: 100%;
margin: 0;
}
.elementor-cta__content-item:not(:last-child) {
margin-bottom: 15px;
}
.elementor-cta__content-item .elementor-icon {
color: #fff;
}
.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-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-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;
}
@media (max-device-width: 1024px) {
.elementor-cta {
cursor: pointer;
}
}
@media (min-width: 1025px) {
.elementor-cta--desktop-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-cta--desktop-layout-image-left .elementor-cta, .elementor-cta--desktop-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-cta--desktop-layout-image-left .elementor-cta__content, .elementor-cta--desktop-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.elementor-cta--desktop-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-cta--desktop-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (max-width: 1024px) {
.elementor-cta--tablet-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-cta--tablet-layout-image-left .elementor-cta, .elementor-cta--tablet-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-cta--tablet-layout-image-left .elementor-cta__content, .elementor-cta--tablet-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.elementor-cta--tablet-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-cta--tablet-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (max-width: 767px) {
.elementor-cta--mobile-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-cta--mobile-layout-image-left .elementor-cta, .elementor-cta--mobile-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-cta--mobile-layout-image-left .elementor-cta__content, .elementor-cta--mobile-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.elementor-cta--mobile-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-cta--mobile-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
.wpcf7-form input:not([type=submit]),
.wpcf7-form input[type=date],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form select:not([size]):not([multiple]) {
width: 100%;
margin-bottom: 7px;
}
.elementor-widget-fashion2-countdown .elementor-fashion2-countdown {
display: flex;
justify-content: center;
flex-direction: row;
margin-right: auto;
margin-left: auto;
flex-wrap: wrap;
}
.elementor-widget-fashion2-countdown .elementor-countdown-item {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
margin: 10px;
}
.elementor-widget-fashion2-countdown .elementor-countdown-label {
font-size: 16px;
}
.elementor-widget-fashion2-countdown .elementor-countdown-digits {
font-size: 24px;
line-height: 24px;
font-weight: bold;
}
.elementor-widget-fashion2-countdown.countdown-style-1 .elementor-countdown-item {
margin: 0;
padding: 0 30px;
flex-direction: column;
}
.elementor-widget-fashion2-countdown.countdown-style-1 .elementor-countdown-item:before {
content: none;
}
.elementor-widget-fashion2-countdown.countdown-style-1 .elementor-countdown-item:last-child:before {
content: none;
}
.elementor-widget-fashion2-countdown.countdown-style-1 .elementor-countdown-digits {
font-size: 64px;
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: 50px;
color: var(--e-global-color-primary);
}
.elementor-widget-fashion2-countdown.countdown-style-1 .elementor-countdown-label {
font-size: 16px;
font-weight: var(--e-global-typography-text-font-weight);
line-height: 1;
text-transform: capitalize;
}
.elementor-widget-fashion2-countdown.countdown-style-2 .elementor-countdown-digits {
padding: 0 10px;
}
.elementor-widget-fashion2-countdown.countdown-style-2 .elementor-countdown-label {
color: var(--e-global-color-accent);
position: relative;
}
.elementor-widget-fashion2-countdown.countdown-style-2 .elementor-countdown-label:before {
content: "-";
margin-right: 3px;
}
.elementor-widget-fashion2-countdown.countdown-style-2 .elementor-countdown-label:after {
content: "-";
margin-left: 3px;
}
.elementor-widget-fashion2-countdown.countdown-style-3 .elementor-countdown-digits, .elementor-widget-fashion2-countdown.countdown-style-4 .elementor-countdown-digits, .elementor-widget-fashion2-countdown.countdown-style-5 .elementor-countdown-digits {
font-weight: bold;
width: unset;
height: unset;
background-color: transparent;
color: var(--e-global-color-accent);
}
.elementor-widget-fashion2-countdown.countdown-style-3 .elementor-countdown-item, .elementor-widget-fashion2-countdown.countdown-style-4 .elementor-countdown-item, .elementor-widget-fashion2-countdown.countdown-style-5 .elementor-countdown-item {
position: relative;
vertical-align: middle;
}
.elementor-widget-fashion2-countdown.countdown-style-3 .elementor-countdown-item:last-child:after, .elementor-widget-fashion2-countdown.countdown-style-3 .elementor-countdown-item:last-child:before, .elementor-widget-fashion2-countdown.countdown-style-4 .elementor-countdown-item:last-child:after, .elementor-widget-fashion2-countdown.countdown-style-4 .elementor-countdown-item:last-child:before, .elementor-widget-fashion2-countdown.countdown-style-5 .elementor-countdown-item:last-child:after, .elementor-widget-fashion2-countdown.countdown-style-5 .elementor-countdown-item:last-child:before {
display: none;
}
.elementor-widget-fashion2-countdown.countdown-style-3 .elementor-countdown-item:before, .elementor-widget-fashion2-countdown.countdown-style-4 .elementor-countdown-item:before, .elementor-widget-fashion2-countdown.countdown-style-5 .elementor-countdown-item:before {
content: ":";
position: absolute;
color: white;
right: -10px;
font-size: 18px;
width: 2px;
}
.elementor-widget-fashion2-countdown.countdown-style-3 .elementor-countdown-digits {
font-size: 40px;
line-height: 40px;
}
.elementor-widget-fashion2-countdown.countdown-style-3 .elementor-countdown-label {
font-size: 14px;
font-weight: bold;
color: var(--e-global-color-light);
}
.elementor-widget-fashion2-countdown.countdown-style-3 .elementor-countdown-item {
margin-left: 25px;
margin-right: 25px; }
.elementor-widget-fashion2-countdown.countdown-style-4 .elementor-countdown-digits {
font-size: 24px;
line-height: 24px;
border: 2px dashed #000;
border-radius: 13px;
padding: 6px 15px;
margin-bottom: 5px;
}
.elementor-widget-fashion2-countdown.countdown-style-4 .elementor-countdown-item {
margin-left: 10px;
margin-right: 10px;
color: var(--e-global-color-accent); }
.elementor-widget-fashion2-countdown.countdown-style-5 .elementor-countdown-digits {
font-size: 30px;
line-height: 30px;
color: var(--e-global-color-primary);
}
.elementor-widget-fashion2-countdown.countdown-style-5 .elementor-countdown-item {
margin: 0 10px;
display: -webkit-box;
}
.elementor-widget-fashion2-countdown.countdown-style-5 .elementor-countdown-item:last-child {
margin-right: 0;
}
.elementor-widget-fashion2-countdown.countdown-style-5 .elementor-fashion2-countdown {
position: relative;
display: inline-flex;
}
.elementor-widget-fashion2-countdown.countdown-style-6 .elementor-countdown-item {
width: 80px;
height: 80px;
}
.elementor-widget-fashion2-countdown.countdown-style-6 .elementor-countdown-item {
border: 1px solid #4c4b4b;
border-radius: 100%;
}
.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 {
margin-right: 8px;
margin-left: 12px;
}
.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;
}
.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-header-group-wrapper .button-side-heading {
text-align: right;
padding: 20px 0;
}
.elementor-header-group-wrapper .button-side-heading .close-button-side {
width: 30px;
height: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 20px;
line-height: 1;
}
.elementor-header-group-wrapper .button-side-heading .close-button-side i:before {
color: var(--e-global-color-light);
}
.elementor-header-group-wrapper .button-side-heading .close-button-side:hover {
border-color: var(--e-global-color-primary);
}
.elementor-header-group-wrapper .button-side-heading .close-button-side:hover i {
color: var(--e-global-color-primary);
}
.elementor-header-group-wrapper .header-button-canvas {
display: flex;
flex-direction: column;
right: 0;
position: fixed;
top: 0;
bottom: 0;
overflow: hidden;
overflow-y: auto;
width: 300px;
padding: 0 30px;
background-color: #2F3336;
transition: transform 0.25s ease;
z-index: 99999999;
transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
.elementor-header-group-wrapper .header-button-canvas {
width: 400px;
padding: 0 50px;
transform: translate3d(400px, 0, 0);
}
}
.elementor-header-group-wrapper .button-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;
}
.elementor-header-group-wrapper .header-button-canvas.active {
transform: none;
z-index: 999999999;
}
.elementor-header-group-wrapper .header-button-canvas.active + .button-side-overlay {
visibility: visible;
opacity: 1;
}
.elementor-header-group-wrapper .site-header-button .button-content i {
margin-left: 5px;
vertical-align: sub;
font-size: 12px;
}
.elementor-header-group-wrapper .site-header-button .button-content {
display: flex;
flex-direction: column;
justify-content: flex-end;
margin-left: 5px;
}
.elementor-header-group-wrapper .site-header-button .button-content > span {
display: inline-block;
height: 2px;
width: 14px;
margin-bottom: 4px;
transition: all 0.3s ease;
background-color: var(--e-global-color-accent);
}
.elementor-header-group-wrapper .site-header-button .button-content .icon-2 {
width: 10px;
}
.elementor-header-group-wrapper .site-header-button .button-content .icon-3 {
margin-bottom: 0;
}
.elementor-header-group-wrapper .site-header-button .button-content:hover > span {
background-color: var(--e-global-color-primary);
}
.elementor-header-group-wrapper .site-header-button .button-content:hover .icon-2 {
width: 14px;
}
.elementor-header-group-wrapper .content-label {
display: none;
font-size: 14px;
font-size: 0.875rem;
-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-show-label-yes .elementor-header-group-wrapper a .content-label {
display: inline-block;
}
.elementor-show-label-yes .elementor-header-group-wrapper .content-label {
margin-left: 5px;
text-transform: capitalize;
color: var(--e-global-color-text);
}
.elementor-show-label-yes .elementor-header-group-wrapper .wishlist-content {
margin-left: 10px;
}
header.sticky-header.elementor-sticky--effects .elementor-header-group-wrapper .header-button-canvas.active {
height: 100vw;
}
.elementor-widget-smartic-image-carousel .column-item {
padding-top: 50px;
}
.elementor-widget-smartic-image-carousel .column-item img {
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}
.elementor-widget-opal-image-gallery .grid__item a {
display: block;
}
.elementor-widget-opal-image-gallery .grid__item a img {
display: block;
}
.elementor-widget-fashion2-image-gallery ul {
margin: 0;
}
.elementor-widget-fashion2-image-gallery .column-item {
padding-bottom: 30px;
}
.elementor-widget-fashion2-image-gallery .column-item a {
position: relative;
overflow: hidden;
display: block;
}
.elementor-widget-fashion2-image-gallery .column-item img {
display: block;
transition: all 0.3s ease;
}
.elementor-widget-fashion2-image-gallery .elementor-galerry__filter {
margin: 0;
cursor: pointer;
position: relative;
font-size: 18px;
color: #aaa;
padding-bottom: 30px;
}
.elementor-widget-fashion2-image-gallery .elementor-galerry__filter .count {
font-size: 14px;
color: var(--e-global-color-accent);
position: absolute;
top: -10px;
}
.elementor-widget-fashion2-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-fashion2-image-gallery .elementor-galerry__filter:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-fashion2-image-gallery .elementor-galerry__filter.elementor-active .count, .elementor-widget-fashion2-image-gallery .elementor-galerry__filter:hover .count {
color: var(--e-global-color-primary);
}
.elementor-widget-fashion2-image-gallery .elementor-galerry__filter.elementor-active:before, .elementor-widget-fashion2-image-gallery .elementor-galerry__filter:hover:before {
opacity: 1;
width: 100%;
}
.elementor-widget-fashion2-image-gallery .elementor-galerry__filter:before {
background-color: var(--e-global-color-primary);
}
@media (min-width: 568px) {
.elementor-widget-fashion2-image-gallery .elementor-galerry__filter:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 3px;
width: 0;
opacity: 0;
transition: all ease 0.2s;
}
}
.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;
position: relative;
}
.elementor-galerry__filters:after {
position: absolute;
content: "";
height: 1px;
width: 200vw;
bottom: 0;
left: -50%;
background-color: var(--e-global-color-border);
}
.gallery-item-overlay {
position: absolute;
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
background-color: var(--e-global-color-secondary);
opacity: 0.6;
color: #fff;
}
.gallery-item-overlay i {
font-size: 17px;
position: relative;
height: 40px;
width: 40px;
}
.gallery-item-overlay i:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor-filter-left .elementor-galerry__filters {
justify-content: flex-start;
}
.elementor-filter-right .elementor-galerry__filters {
justify-content: flex-end;
}
@media (min-width: 1024px) {
.elementor-gallery-layout-special-yes .row {
display: grid;
}
.elementor-gallery-layout-special-yes .row .column-item {
flex: 0 0 100%;
max-width: 100%;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="2"] {
grid-template-columns: repeat(2, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="2"] .column-item:nth-child(3n+1) {
grid-column-start: span 2;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="3"] {
grid-template-columns: repeat(3, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="3"] .column-item:nth-child(7n+1),
.elementor-gallery-layout-special-yes .row[data-elementor-columns="3"] .column-item:nth-child(7n+4) {
grid-column-start: span 2;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="4"] {
grid-template-columns: repeat(4, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="4"] .column-item:nth-child(6n+1),
.elementor-gallery-layout-special-yes .row[data-elementor-columns="4"] .column-item:nth-child(6n+6) {
grid-column: span 2;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="5"] {
grid-template-columns: repeat(5, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="5"] .column-item:nth-child(5n+1) {
grid-column-start: span 3;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="5"] .column-item:nth-child(10n) {
grid-column-start: span 2;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="6"] {
grid-template-columns: repeat(6, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="6"] .column-item:nth-child(6n+1) {
grid-column-start: span 3;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="6"] .column-item:nth-child(12n) {
grid-column-start: span 3;
}
}
.fashion2-image-hotspots-container {
overflow: hidden;
}
.fashion2-addons-image-hotspots-ib-img {
display: block;
}
.fashion2-image-hotspots-main-icons-tooltips-wrapper {
top: 0;
left: 0;
position: absolute;
bottom: 0;
right: 0;
}
.elementor-widget-fashion2-image-hotspots .elementor-widget-container {
display: flex;
flex-wrap: wrap;
}
.elementor-widget-fashion2-image-hotspots .fashion2-image-hotspots-accordion {
overflow: hidden;
background-color: #fff;
}
@media (min-width: 768px) {
.elementor-widget-fashion2-image-hotspots .fashion2-image-hotspots-accordion {
padding-right: 0 !important;
}
}
@media (min-width: 768px) {
.elementor-widget-fashion2-image-hotspots .fashion2-image-hotspots-accordion {
padding: 50px 20px 50px 50px !important;
}
}
.elementor-widget-fashion2-image-hotspots .fashion2-image-hotspots-accordion + .fashion2-image-hotspots-container {
padding: 0 !important;
}
.elementor-widget-fashion2-image-hotspots .fashion2-image-hotspots-accordion .fashion2-image-hotspots-accordion-inner {
position: relative;
height: 100%;
}
.elementor-editor-active .elementor-widget-fashion2-image-hotspots .fashion2-image-hotspots-accordion .fashion2-image-hotspots-accordion-inner {
overflow: hidden;
}
.elementor-widget-fashion2-image-hotspots .elementor-accordion .elementor-tab-title {
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.2em;
padding: 30px 30px 30px 0;
position: relative;
}
.elementor-widget-fashion2-image-hotspots .elementor-accordion .elementor-tab-title:before {
position: absolute;
content: "";
top: calc(50% - 11px);
right: 0;
border-width: 2px;
border-color: #f8f8f8;
border-style: solid;
border-radius: 50%;
width: 22px;
height: 22px;
display: flex;
justify-content: center;
align-items: center;
font-size: 9px;
padding-left: 1px;
padding-bottom: 2px;
color: #000;
}
.elementor-widget-fashion2-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active:before {
content: "";
}
.elementor-widget-fashion2-image-hotspots .elementor-accordion .elementor-tab-content {
border-top: 0;
padding: 0 0 40px 0;
}
.elementor-widget-fashion2-image-hotspots .elementor-accordion .elementor-accordion-item {
border-left: 0;
border-right: 0;
}
.elementor-widget-fashion2-image-hotspots .elementor-accordion .elementor-accordion-item:first-child {
border-top: 0;
}
.elementor-widget-fashion2-image-hotspots .scrollbar-inner > .scroll-element .scroll-bar {
background-color: var(--e-global-color-primary);
opacity: 1;
}
.fashion2-image-hotspots-main-icons {
cursor: pointer;
display: block;
position: absolute;
content: "";
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
height: 24px;
width: 24px;
border-radius: 50%;
background-color: var(--e-global-color-primary);
}
.fashion2-image-hotspots-main-icons:after {
box-shadow: 0 0 0 9px rgba(255, 111, 97, 0.5);
border-radius: 200%;
content: "";
position: absolute;
z-index: -1;
transform: scale(1);
pointer-events: none;
animation: pa-hotspot-pulse 1.5s infinite;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.fashion2-image-hotspots-main-icons .fashion2-image-hotspots-icon {
cursor: pointer;
display: none;
text-align: center;
background-color: #fff;
border-radius: 50%;
height: 25px;
width: 25px;
line-height: 25px;
box-shadow: 0 0 0 9px white;
}
.fashion2-image-hotspots-main-icons .fashion2-image-hotspots-icon:after {
box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.2);
border-radius: 200%;
content: "";
position: absolute;
z-index: -1;
transform: scale(1);
pointer-events: none;
animation: pa-hotspot-pulse 1.5s infinite;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.fashion2-image-hotspots-main-icons .fashion2-image-hotspots-image-icon {
width: 40px;
height: 40px;
}
.fashion2-image-hotspots-main-icons .fashion2-image-hotspots-text {
cursor: pointer;
display: block;
text-align: center;
border-radius: 0;
margin: 0;
padding: 0 10px 0 10px;
border-color: black;
}
.fashion2-image-hotspots-tooltips-wrapper {
display: none;
position: absolute;
z-index: 9999;
}
.tooltipster-sidetip {
z-index: 9999;
width: auto !important;
}
.tooltipster-box div.fashion2-image-hotspots-tooltips-text {
border-color: black;
overflow: hidden;
}
.tooltipster-sidetip div.tooltipster-box {
background: transparent;
}
.tooltipster-sidetip div.fashion2-image-hotspots-tooltips-text * {
margin: 0;
padding: 0;
}
.tooltipster-box .fashion2-image-hotspots-tooltips-text * {
margin: 0;
}
@keyframes pa-hotspot-pulse {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
.tooltipster-box .tooltipster-content {
background: rgba(0, 0, 0, 0.5);
}
.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
border-top-color: rgba(0, 0, 0, 0.5);
}
.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: rgba(0, 0, 0, 0.5);
}
.tooltipster-base.tooltipster-right .tooltipster-arrow-background {
border-right-color: rgba(0, 0, 0, 0.5);
}
.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
border-left-color: rgba(0, 0, 0, 0.5);
}
.tooltipster-box .fashion2-image-hotspots-tooltips-text {
color: #fff;
}
.fashion2-language-switcher ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 12px;
}
.fashion2-language-switcher span {
color: var(--e-global-color-text);
font-size: 12px;
line-height: 1.4;
text-transform: uppercase;
}
.fashion2-language-switcher span .title {
font-weight: 500;
}
.fashion2-language-switcher a {
display: block;
}
.fashion2-language-switcher img {
display: inline-block;
margin-right: 5px;
height: 12px;
object-fit: cover;
}
.fashion2-language-switcher .item > div {
display: flex;
cursor: pointer;
align-items: center;
}
.fashion2-language-switcher .item > div i {
font-size: 18px;
margin-right: 5px;
color: var(--e-global-color-text);
}
.fashion2-language-switcher .sub-item {
display: none;
position: absolute;
left: 0;
z-index: 999;
text-align: left;
top: calc(100% + 5px);
padding: 10px 0;
background-color: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.fashion2-language-switcher .sub-item:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 1rem;
top: -1rem;
}
.fashion2-language-switcher .sub-item a {
display: flex;
align-items: center;
padding: 10px 15px;
min-width: 126px;
white-space: nowrap;
}
.fashion2-language-switcher .sub-item a:hover, .fashion2-language-switcher .sub-item a:focus {
background-color: rgba(0, 0, 0, 0.05);
}
.fashion2-language-switcher li.item {
position: relative;
}
.fashion2-language-switcher li.item > div span.title:after {
margin-left: 0.5em;
margin-top: -1px;
}
.fashion2-language-switcher li.item:hover .sub-item {
display: block;
}
.language-switcher-style-hover-right-yes .fashion2-language-switcher .sub-item {
right: 0;
left: unset;
}
.form-style .mc4wp-form {
margin: 0;
}
.form-style .mc4wp-form .form-input {
flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields {
display: flex;
border: 1px solid var(--e-global-color-border);
justify-content: space-between;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
margin: 0;
flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields > * {
display: flex;
align-items: center;
}
.form-style .mc4wp-form .mc4wp-form-fields > span {
color: var(--e-global-color-secondary);
margin-left: 30px;
width: 100%;
}
.form-style .mc4wp-form input[type=email] {
line-height: 30px;
padding: 0.75em 1.5em;
color: var(--e-global-color-light);
font-size: 14px;
border: none;
width: 100%;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
}
.form-style .mc4wp-form button, .form-style .mc4wp-form input[type=submit] {
color: var(--e-global-color-secondary);
background-color: transparent;
border: none;
}
.form-style .mc4wp-form button i, .form-style .mc4wp-form input[type=submit] i {
margin-left: 5px;
font-size: 14px;
transition: all 0.3s ease;
}
.form-style .mc4wp-form button:hover, .form-style .mc4wp-form input[type=submit]:hover {
color: var(--e-global-color-primary);
}
.form-style .mc4wp-form button:hover i, .form-style .mc4wp-form input[type=submit]:hover i {
margin-left: 10px;
}
.form-style .mc4wp-alert.mc4wp-error {
color: #e2401c;
}
.form-style .mc4wp-alert.mc4wp-success {
color: #0f834d;
}
.form-style .mc4wp-alert a {
color: var(--e-global-color-primary);
}
.form-style .mc4wp-alert a:hover {
color: var(--primary_hover);
}
.elementor-mailchip-layout-2 .mc4wp-form {
margin: 0;
}
.elementor-mailchip-layout-2 .mc4wp-form .form-input {
flex: 1;
}
.elementor-mailchip-layout-2 .mc4wp-form .mc4wp-form-fields {
display: flex;
border: 1px solid;
border-color: #ffffff;
}
.elementor-mailchip-layout-2 .mc4wp-form .mc4wp-form-fields p {
margin: 0;
flex: 1;
}
.elementor-mailchip-layout-2 .mc4wp-form .mc4wp-form-fields:hover {
border: 1px solid;
border-color: var(--e-global-color-primary);
}
.elementor-mailchip-layout-2 .mc4wp-form .form-style input[type=email] {
line-height: 23px;
padding: 0.86em 1.5em;
color: var(--e-global-color-light);
font-size: 16px;
background-color: white;
border-radius: 0px;
font-weight: 500;
border: 0px solid;
width: 100%;
}
.elementor-mailchip-layout-2 .mc4wp-form .form-style input[type=email]:focus {
border-color: var(--e-global-color-primary);
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] {
border-color: #02010100;
border-width: 1px;
border-style: solid;
font-size: 12px;
background-color: #ffffff;
color: var(--e-global-color-primary);
padding: 1.1em 2em;
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;
border-radius: 0px;
line-height: 22px;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit]:hover {
background-color: #ffffff;
color: var(--e-global-color-secondary);
border-color: #ffffff;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] i {
font-size: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
transform: rotate(-45deg);
transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s;
margin-left: 8px;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit]:hover i {
transform: rotate(0deg);
transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
width: 22px;
height: 22px;
margin-left: 5px;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon:before, .elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon:after {
box-sizing: inherit;
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;
top: 0;
left: 0;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon:before {
border: 2px solid transparent;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon:after {
border: 0 solid transparent;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit]:hover span.icon:before {
border-top-color: #ffffff;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit]:hover span.icon:after {
border-top: 2px solid #ffffff;
border-left-width: 2px;
border-right-width: 2px;
transform: rotate(270deg);
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] ::placeholder {
font-size: 14px;
color: var(--e-global-color-light);
line-height: 1.4;
}
.elementor-mailchip-layout-2 .mc4wp-alert.mc4wp-error {
color: #e2401c;
}
.elementor-mailchip-layout-2 .mc4wp-alert.mc4wp-success {
color: #0f834d;
}
.elementor-mailchip-layout-2 .mc4wp-alert a {
color: var(--e-global-color-primary);
}
.elementor-mailchip-layout-2 .mc4wp-alert a:hover {
color: var(--primary_hover);
}
@media only screen and (max-width: 480px) {
.elementor-mailchip-layout-2 .form-button {
text-align: center;
}
}
.hidden-button-label-yes .mc4wp-form button, .hidden-button-label-yes .mc4wp-form input[type=submit] {
font-size: 0;
}
.hidden-button-label-yes .mc4wp-form button span, .hidden-button-label-yes .mc4wp-form input[type=submit] span {
display: none;
}
.hidden-button-label-yes .mc4wp-form button i, .hidden-button-label-yes .mc4wp-form input[type=submit] i {
font-size: 14px;
margin-left: 0;
padding: 1em 1.8em;
}
.hidden-button-icon-yes .mc4wp-form button i, .hidden-button-icon-yes .mc4wp-form input[type=submit] i {
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-accent);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
color: var(--e-global-color-primary);
}
.fashion2-canvas-menu-layout-2.elementor-widget-fashion2-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text,
.fashion2-canvas-menu-layout-3.elementor-widget-fashion2-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
display: none;
}
.fashion2-canvas-menu-layout-2.elementor-widget-fashion2-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .fashion2-icon,
.fashion2-canvas-menu-layout-3.elementor-widget-fashion2-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .fashion2-icon {
margin-right: 0;
}
.popup-nav-active .fashion2-popup-nav {
opacity: 1;
transform: scale(1);
visibility: visible;
pointer-events: auto;
}
.popup-nav-active {
overflow: hidden;
}
.fashion2-popup-nav {
position: relative;
left: -8px;
display: flex;
flex-direction: column-reverse;
justify-content: center;
height: 100%;
padding-top: clamp(40px, 5vw, 100px);
}
.fashion2-popup-nav:before {
position: absolute;
top: 0;
left: 0;
background-color: #000000;
height: 100%;
width: 100vw;
content: "";
min-height: 100vh;
}
.fashion2-popup-nav .popup-navigation {
clear: both;
}
.fashion2-popup-nav .popup-navigation ul {
margin: 0;
list-style: none;
text-align: center;
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item {
position: relative;
margin: 50px 0;
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item > a {
position: relative;
display: inline-block;
font-size: 36px;
line-height: 44px;
color: #ffffff;
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item > a:before {
content: "";
display: inline-block;
position: absolute;
height: 1px;
width: 0;
bottom: 0;
left: 0;
background-color: var(--e-global-color-primary);
transition: all 0.3s ease;
}
@media (max-width: 767px) {
.fashion2-popup-nav .popup-navigation ul > li.menu-item > a {
font-size: 36px;
}
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item > a.active {
color: var(--e-global-color-primary);
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item > a.active:before {
width: 100%;
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item:hover > a {
color: var(--e-global-color-primary);
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item:hover > a:before {
width: 100%;
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item.current-menu-parent > a, .fashion2-popup-nav .popup-navigation ul > li.menu-item.current-menu-item > a, .fashion2-popup-nav .popup-navigation ul > li.menu-item.current-menu-ancestor > a {
color: var(--e-global-color-primary);
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item.current-menu-parent > a:before, .fashion2-popup-nav .popup-navigation ul > li.menu-item.current-menu-item > a:before, .fashion2-popup-nav .popup-navigation ul > li.menu-item.current-menu-ancestor > a:before {
width: 100%;
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item button::after {
transition: all, ease, 0.9s;
}
.fashion2-popup-nav .popup-navigation ul > li.menu-item:last-child > a {
border-bottom: none;
}
.fashion2-popup-nav .popup-navigation ul ul.sub-menu {
display: none;
padding-bottom: 10px;
padding-top: 20px;
margin-bottom: -40px;
}
.fashion2-popup-nav .popup-navigation ul ul.sub-menu > li.menu-item {
margin: 0;
}
.fashion2-popup-nav .popup-navigation ul ul.sub-menu > li.menu-item > a {
font-size: 16px;
text-transform: unset;
font-weight: 400;
border-bottom: none;
line-height: 36px;
}
.fashion2-popup-nav .popup-navigation ul ul.sub-menu > li.menu-item .sub-menu {
padding-bottom: 0;
padding-top: 0;
}
.fashion2-popup-nav .popup-navigation ul ul.sub-menu .dropdown-toggle {
padding: 15px 0;
top: 0;
}
.fashion2-popup-nav .popup-navigation .dropdown-toggle {
background: transparent;
position: absolute;
top: 0;
right: 0;
display: block;
padding: 27px 0;
line-height: 1;
width: 100%;
text-align: right;
border: none;
font-size: 14px;
}
.fashion2-popup-nav .popup-navigation .dropdown-toggle:focus {
outline: none;
}
.fashion2-popup-nav .popup-navigation .dropdown-toggle:hover, .fashion2-popup-nav .popup-navigation .dropdown-toggle:active, .fashion2-popup-nav .popup-navigation .dropdown-toggle:focus {
border: none;
background-color: transparent;
color: var(--e-global-color-primary);
}
.fashion2-popup-nav .mfp-close {
font-size: 42px;
line-height: 1;
position: relative;
width: auto;
height: auto;
color: #ffffff;
}
.fashion2-popup-nav .mfp-close:hover {
color: var(--e-global-color-primary);
}
.fashion2-popup-nav .menu-scroll-popup {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding-bottom: 30px;
padding-top: 0;
}
@media (min-width: 768px) {
.elementor-nav-menu-wrapper .primary-navigation ul {
list-style: none;
display: block;
}
.elementor-nav-menu-wrapper .primary-navigation ul li {
position: relative;
display: inline-block;
text-align: left;
}
.elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul {
min-width: 178px;
display: block;
opacity: 1;
visibility: visible;
pointer-events: auto;
border-radius: 4px;
}
.elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li.focus > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li.focus > ul {
left: 100%;
top: 0;
display: block;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.elementor-nav-menu-wrapper .primary-navigation ul li > ul li > ul.sub-menu {
left: -9999em; opacity: 0;
visibility: hidden;
}
.elementor-nav-menu-wrapper .primary-navigation ul li > ul li > ul.sub-menu.sub-menu--is-touch-device {
display: none;
left: 0;
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu {
min-width: 280px;
float: left;
position: absolute;
top: 100%;
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
pointer-events: none;
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-stretchwidth {
transition: left 0s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu li {
display: block;
border-bottom: 1px dashed;
border-bottom-color: var(--e-global-color-border);
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-menu li.mega-menu-item {
border: none;
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-menu {
top: calc(100%);
}
}
.fashion2-one-page-nav {
list-style: none;
margin: 0;
padding: 0;
position: fixed;
z-index: 999999;
}
.fashion2-one-page-nav li {
list-style: none;
}
.fashion2-one-page-nav li:not(:last-child) {
margin-bottom: 1rem;
}
.fashion2-one-page-nav a {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 10px;
height: 10px;
background: transparent;
border: 2px solid var(--e-global-color-border);
border-radius: 50%;
font-size: 1rem;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
}
.fashion2-one-page-nav a i {
font-size: 1em;
}
.fashion2-one-page-nav a svg {
width: 1em;
height: 1em;
}
.fashion2-one-page-nav a span {
display: none;
}
.fashion2-one-page-nav a.active {
background-color: var(--e-global-color-primary);
}
.vertical-align-top .fashion2-one-page-nav {
top: 0;
}
.vertical-align-center .fashion2-one-page-nav {
top: 50%;
bottom: unset;
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.vertical-align-bottom .fashion2-one-page-nav {
bottom: 0;
}
.horizontal-alignment-left .fashion2-one-page-nav {
right: auto;
left: 20px;
}
.horizontal-alignment-right .fashion2-one-page-nav {
right: 20px;
left: auto;
}
[class*=layout-post-] .post-inner .entry-title {
font-size: 24px;
margin-bottom: 0.7em;
line-height: 32px;
}
[class*=layout-post-] .post-inner .entry-title a {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.layout-post-style-1 .column-item {
margin-bottom: 30px;
}
.layout-post-style-1 .column-item .post-thumbnail {
margin-bottom: 20px;
}
.layout-post-style-2 .column-item {
margin-bottom: 30px;
}
.layout-post-style-2 .post-inner {
position: relative;
}
.layout-post-style-2 .post-inner .entry-excerpt {
display: none;
}
.layout-post-style-2 .post-thumbnail {
margin-bottom: 0;
aspect-ratio: 4/3;
padding: clamp(20px, 5vw, 50px);
min-height: clamp(410px, 35vw, 570px);
background-color: #e5e5e5;
overflow: hidden;
position: relative;
max-width: 100%;
}
.layout-post-style-2 .post-thumbnail:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;
background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 66.67%);
transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.3s ease;
z-index: 2;
}
.layout-post-style-2 .post-thumbnail img {
object-fit: cover;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
transform: scale(1);
transition: 0.5s ease;
}
.layout-post-style-2 .entry-header {
position: absolute;
bottom: 0;
left: 0;
content: "";
padding: clamp(15px, 3vw, 40px);
z-index: 2;
width: 100%;
color: #fff;
}
.layout-post-style-2 .entry-header .categories-link a {
color: var(--e-global-color-primary);
transition: 0.5s ease;
}
.layout-post-style-2 .entry-header .categories-link a:hover {
text-decoration: underline;
}
.layout-post-style-2 .entry-header a {
color: #fff;
}
.layout-post-style-2 .entry-header a:hover {
color: var(--e-global-color-primary);
}
.layout-post-style-2 .entry-header .post-author {
margin-bottom: 0;
color: #fff;
}
.layout-post-style-2 .entry-header .categories-link:after {
color: #fff;
}
.elementor-widget-fashion2-product-categories ul {
margin-bottom: 0;
}
.elementor-widget-fashion2-product-categories ul li {
list-style: none;
}
.elementor-widget-fashion2-product-categories .cate_image .link_category_product {
display: block;
overflow: hidden;
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;
}
.elementor-widget-fashion2-product-categories .cate_image .link_category_product:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
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;
z-index: 1;
}
.elementor-widget-fashion2-product-categories .cate_image .link_category_product 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;
display: inherit;
transform: scale(1);
}
.elementor-widget-fashion2-product-categories .cate_image .link_category_product:hover img {
transform: scale(1.1);
}
.elementor-widget-fashion2-product-categories .cat-title-text {
display: inline-block;
font-size: 24px;
line-height: 33px;
margin-bottom: 5px;
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);
}
.elementor-widget-fashion2-product-categories .product-cat {
overflow: hidden;
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;
}
.elementor-widget-fashion2-product-categories .product-cat .cat-viewall i {
margin-left: 5px;
transform: rotate(-45deg);
transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s;
}
.elementor-widget-fashion2-product-categories .product-cat .cat-viewall:hover i {
transform: rotate(0deg);
}
.elementor-widget-fashion2-product-categories .product-cat .cat-info {
font-size: 16px;
line-height: 22px;
}
.elementor-widget-fashion2-product-categories .product-cat .cat-info .cat-total {
text-transform: capitalize;
color: var(--e-global-color-light);
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: inline-block;
}
.elementor-widget-fashion2-product-categories .product-cat .cat-info .cat-total i {
margin-left: 8px;
}
.elementor-widget-fashion2-product-categories .product-cat .cat-info .show-label {
position: relative;
}
.elementor-widget-fashion2-product-categories .product-cat .cat-info .show-label:before {
content: "";
height: 1px;
width: 0;
bottom: -2px;
left: 0;
background-color: var(--e-global-color-secondary);
position: absolute;
transition: all 0.3s ease;
}
.elementor-widget-fashion2-product-categories .product-cat .cat-info .show-label:hover a {
color: var(--e-global-color-secondary);
}
.elementor-widget-fashion2-product-categories .product-cat .cat-info .show-label:hover:before {
width: 100%;
}
.elementor-widget-fashion2-product-categories .position-button .elementor-categories-item {
flex: 0 0 auto !important;
max-width: 100%;
}
.elementor-widget-fashion2-product-categories .position-button a {
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease;
padding: 6px 20px;
}
.elementor-widget-fashion2-product-categories .position-button a .product-cat-title {
display: inline-flex;
align-items: center;
}
.elementor-widget-fashion2-product-categories .cate_icon .link_category_product {
text-align: center;
transition: all 0.3s ease;
}
.elementor-widget-fashion2-product-categories.vertical-align-flex-start.product-cate-position-absolute .product-cat-caption {
justify-content: flex-start;
}
.elementor-widget-fashion2-product-categories.vertical-align-center.product-cate-position-absolute .product-cat-caption {
justify-content: center;
}
.elementor-widget-fashion2-product-categories.vertical-align-flex-end .position-absolute .cate_icon {
flex-direction: column-reverse;
}
.elementor-widget-fashion2-product-categories.vertical-align-flex-end.product-cate-position-absolute .product-cat-caption {
justify-content: flex-end;
}
.elementor-widget-fashion2-product-categories.alignment-left .position-absolute .cate_icon .link_category_product {
margin-right: auto;
}
.elementor-widget-fashion2-product-categories.elementor-product-category-show-border-yes .row {
margin: 0;
box-shadow: 0 0 0 1px var(--e-global-color-border);
}
.elementor-widget-fashion2-product-categories.elementor-product-category-show-border-yes .elementor-categories-item {
box-shadow: 0 0 0 1px var(--e-global-color-border);
background-color: #ffffff;
margin: 0;
padding: 30px;
}
.elementor-widget-fashion2-product-categories.enable-effects-yes .product-cat-caption .cat-title {
position: relative;
padding: 10px;
}
.elementor-widget-fashion2-product-categories.enable-effects-yes .product-cat-caption .cat-title:before {
content: "";
height: 100%;
width: 100%;
background: linear-gradient(to right, #ffffff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #ffffff 1px, transparent 1px) 0 0, linear-gradient(to left, #ffffff 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #ffffff 1px, transparent 1px) 100% 0, linear-gradient(to left, #ffffff 1px, transparent 1px) 100% 100%, linear-gradient(to top, #ffffff 1px, transparent 1px) 100% 100%, linear-gradient(to right, #ffffff 1px, transparent 1px) 0 100%, linear-gradient(to top, #ffffff 1px, transparent 1px) 0 100%;
background-repeat: no-repeat;
background-size: 7px 7px;
position: absolute;
top: 0;
left: 0;
transition: background-size 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
z-index: 0;
}
.elementor-widget-fashion2-product-categories.enable-effects-yes .product-cat-caption .cat-title:after {
content: "";
height: 100%;
width: 100%;
border: 1px solid rgba(255, 255, 255, 0.2);
position: absolute;
top: 0;
left: 0;
}
.elementor-widget-fashion2-product-categories.enable-effects-yes .product-cat-caption:hover .cat-title:before {
background-size: 100% 100%;
}
.elementor-widget-fashion2-product-categories.inline-label-yes .product-cat {
text-align: center;
}
.elementor-widget-fashion2-product-categories.inline-label-yes .product-cat .cat-info {
margin-top: 0;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
order: 5;
}
.elementor-widget-fashion2-product-categories.inline-label-yes .cat-title {
align-items: center;
}
.elementor-widget-fashion2-product-categories.inline-label-yes .cat-title .cat-title-text {
margin-bottom: 0;
}
.elementor-widget-fashion2-product-categories.inline-label-yes.product-cate-position-default .cat-title {
display: flex;
justify-content: space-between;
align-items: center;
}
.elementor-widget-fashion2-product-categories.inline-label-yes.product-cate-position-absolute .cat-title {
flex-direction: row;
}
.elementor-widget-fashion2-product-categories.hidden-label-yes .cat-total a {
color: var(--e-global-color-light);
display: inline-flex;
}
.elementor-widget-fashion2-product-categories.hidden-label-yes .cat-total a:before {
content: "[";
margin-right: 2px;
}
.elementor-widget-fashion2-product-categories.hidden-label-yes .cat-total a:after {
content: "]";
margin-left: 2px;
}
.product-cate-position-default .cate_image .link_category_product {
margin-bottom: 25px;
display: inline-flex;
}
.product-cate-position-default .cat-title {
display: flex;
flex-direction: column;
}
.product-cate-position-default .cat-title > a {
order: 2;
}
.product-cate-position-default .cat-info {
order: 1;
}
.product-cate-position-default.vertical-align-flex-start .product-cat {
display: flex;
flex-direction: column;
}
.product-cate-position-default.vertical-align-flex-start .product-cat-caption {
order: -1;
}
.product-cate-position-default.vertical-align-center.alignment-left .cate_icon {
display: flex;
align-items: center;
}
.product-cate-position-default.vertical-align-center.alignment-center .cate_icon {
justify-content: center;
align-items: center;
}
.product-cate-position-default.vertical-align-center.alignment-center .cate_icon, .product-cate-position-default.vertical-align-center.alignment-right .cate_icon {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.product-cate-position-absolute .product-cat-caption {
display: flex;
flex-direction: column;
}
.product-cate-position-absolute .cate_image .link_category_product {
margin-bottom: 0;
}
.product-cate-position-absolute .cate_image .link_category_product img {
transition: all 0.3s ease;
width: 100%;
object-fit: cover;
object-position: center;
}
.product-cate-position-absolute .cate_image .product-cat-caption {
padding: 35px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.product-cate-position-absolute .cate_image .cat-title {
display: flex;
flex-direction: column;
}
.product-cate-position-absolute .cate_image .cat-title > * {
z-index: 1;
}
.product-cate-position-absolute .cate_image .cat-title a {
color: #ffffff;
}
.product-cate-position-absolute .cate_image .cat-info {
opacity: 0;
-webkit-transform: translate3d(0, 30%, 0);
transform: translate3d(0, 30%, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.product-cate-position-absolute .cate_image .cat-info .cat-total {
font-size: 14px;
position: relative;
color: #ffffff;
}
.product-cate-position-absolute .cate_image .cat-info .cat-total:after {
content: "";
width: 0;
height: 1px;
background-color: #fff;
left: 0;
bottom: 0;
position: absolute;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
}
.product-cate-position-absolute .cate_image:hover .cat-title .cat-title-text:hover {
color: var(--e-global-color-primary);
}
.product-cate-position-absolute .cate_image:hover .cat-info {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.product-cate-position-absolute .cate_image:hover .cat-total a:hover:after {
width: 100%;
opacity: 1;
transition: all 0.3s ease;
}
.elementor-widget-fashion2-products-tabs .elementor-tabs-wrapper {
text-align: center;
display: flex;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.elementor-widget-fashion2-products-tabs .elementor-tabs-wrapper {
display: none;
}
}
.elementor-widget-fashion2-products-tabs .elementor-tab-title {
cursor: pointer;
outline: 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;
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);
padding: 0 15px;
color: var(--e-global-color-dark);
}
.elementor-widget-fashion2-products-tabs .elementor-tab-title:first-child:before {
content: none;
}
.elementor-widget-fashion2-products-tabs .elementor-tab-title:hover {
color: #FFFFFF;
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
}
.elementor-widget-fashion2-products-tabs .elementor-tab-title.elementor-tab-mobile-title {
background-color: #F5F5F5;
padding: 8px 15px;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.elementor-widget-fashion2-products-tabs .elementor-tab-title.elementor-tab-mobile-title {
display: none !important;
}
}
@media (max-width: 767px) {
.elementor-widget-fashion2-products-tabs .elementor-tab-title.elementor-tab-mobile-title {
border: none;
}
}
.elementor-widget-fashion2-products-tabs .elementor-tab-title.elementor-tab-mobile-title:hover, .elementor-widget-fashion2-products-tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
background-color: var(--e-global-color-primary);
color: #fff;
}
.elementor-widget-fashion2-products-tabs .elementor-tab-desktop-title {
margin: 0 10px 0 0;
display: inline-block;
line-height: 1;
}
.elementor-widget-fashion2-products-tabs .elementor-tab-content {
border: 0;
padding-top: 30px;
}
.elementor-widget-fashion2-products-tabs .elementor-tabs-content-wrapper {
border: none;
}
.elementor-widget-fashion2-products-tabs ul.products {
margin: 0;
}
.elementor-widget-fashion2-products-tabs .elementor-tab-desktop-title {
position: relative;
}
.elementor-widget-fashion2-products-tabs .elementor-tab-desktop-title:after {
content: "";
position: absolute;
width: 0;
max-width: 70%;
height: 1px;
left: 50%;
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-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;
bottom: 0;
}
.elementor-widget-fashion2-products-tabs .elementor-tab-desktop-title:hover:after, .elementor-widget-fashion2-products-tabs .elementor-tab-desktop-title.elementor-active:after {
width: 40px;
}
.elementor-html .onsale + img,
.elementor-html .product-image + img {
display: none !important;
}
.elementor-html .site-content-contain {
z-index: 100;
}
.elementor-html .product-image.no-gallery {
display: none !important;
}
.woocommerce-carousel {
position: relative;
}
.woocommerce-carousel .slick-list {
z-index: 9;
padding-top: 30px;
margin-top: -30px;
}
.woocommerce-carousel ul.products {
display: none;
position: static !important;
}
.woocommerce-carousel ul.products.slick-initialized {
display: block;
}
.woocommerce-carousel ul.products li.product {
margin: 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;
}
.woocommerce-product-list .woocommerce-carousel ul.products {
display: none;
}
.woocommerce-product-list .woocommerce-carousel ul.products.slick-initialized {
display: block;
}
.woocommerce-product-list .woocommerce-carousel .slick-list {
margin: 0;
padding: 0;
}
.woocommerce-product-list ul.products {
list-style: none;
display: flex;
flex-wrap: wrap;
}
.woocommerce-product-list ul.products li {
margin-bottom: 30px;
}
[class*=columns-] .woocommerce-product-list ul.products {
margin-left: -15px;
margin-right: -15px;
}
.woocommerce-product-list ul.products .product-list-inner {
display: flex;
position: relative;
align-items: center;
}
.woocommerce-product-list ul.products .product-list-inner img {
width: 100%;
max-width: 110px;
border: 1px solid var(--e-global-color-border);
}
.woocommerce-product-list ul.products .product-list-inner > a {
display: block;
}
.woocommerce-product-list ul.products .product-content {
margin-left: 10px;
padding: 0;
flex: 1;
}
.woocommerce-product-list ul.products .posted-in {
font-size: 12px;
line-height: 14px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-transform: uppercase;
margin-bottom: 10px;
}
.woocommerce-product-list ul.products .posted-in a {
color: var(--e-global-color-light);
}
.woocommerce-product-list ul.products .posted-in a:hover {
color: var(--e-global-color-primary);
}
.woocommerce-product-list ul.products .star-rating {
margin-bottom: 10px;
}
.woocommerce-product-list ul.products .product-title {
display: block;
font-size: 16px;
margin-bottom: 10px;
line-height: 20px;
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);
}
.woocommerce-product-list ul.products .product-title span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--e-global-color-secondary);
}
.woocommerce-product-list ul.products .product-title span:hover {
color: var(--e-global-color-primary);
}
.woocommerce-product-list ul.products .wc-forward, .woocommerce-product-list ul.products .added_to_cart {
display: none;
}
.woocommerce-product-list ul.products .price {
font-size: 14px;
display: flex;
flex-wrap: wrap;
align-items: center;
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-accent);
}
.woocommerce-product-list ul.products .price del {
font-size: 0.85em;
}
.woocommerce-product-list ul.products .price del {
font-size: 12px;
color: var(--e-global-color-light);
font-weight: var(--e-global-typography-text-font-weight);
}
.woocommerce-product-list ul.products .price ins {
order: -1;
}
.woocommerce-product-list ul.products .short-description {
margin-bottom: 10px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.woocommerce-product-list ul.products .star-rating {
display: inline-block;
margin-bottom: 0;
font-size: 11px;
margin-right: 3px;
}
.woocommerce-product-list ul.products .fashion2-count-review {
display: flex;
align-items: center;
margin-bottom: 16px;
font-size: 12px;
line-height: 14px;
color: var(--e-global-color-light);
}
.woocommerce-product-list ul.products .slick-slide {
height: auto !important;
}
.woocommerce-product-list.products-list-1 ul.products .product-content {
display: flex;
flex-direction: column;
}
.woocommerce-product-list.products-list-1 ul.products .product-content .margin-left {
margin-left: 20px;
}
.woocommerce-product-list.products-list-1 ul.products .star-rating {
margin-bottom: 0;
}
.woocommerce-product-list.products-list-2 ul.products li.product:first-child .product-list-inner {
padding-top: 0;
}
.woocommerce-product-list.products-list-2 ul.products li.product:last-child {
border: none;
}
.woocommerce-product-list.products-list-2 ul.products li.product:last-child .product-list-inner {
padding-bottom: 0;
}
.woocommerce-product-list.products-list-2 ul.products .product-list-inner {
padding: 20px 0;
border-radius: 0;
background-color: transparent;
border-bottom: 1px solid var(--e-global-color-border);
}
.woocommerce-product-list.products-list-3 ul.products .product-list-inner {
padding: 0;
}
.woocommerce-product-list.products-list-3 ul.products .product-list-inner img {
max-width: unset;
}
.woocommerce-product-list.products-list-3 ul.products .product-list-inner > a {
width: 40%;
}
@media (max-width: 767px) {
.woocommerce-product-list.products-list-3 ul.products .product-list-inner > a {
width: 33%;
}
}
.woocommerce-product-list.products-list-3 ul.products .product-content {
padding: 50px 50px 50px 30px;
width: 60%;
}
@media (max-width: 767px) {
.woocommerce-product-list.products-list-3 ul.products .product-content {
width: 65%;
}
}
.woocommerce-product-list.products-list-3 ul.products .product-title {
font-size: 24px;
line-height: 28px;
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);
}
.woocommerce-product-list.products-list-3 ul.products .price {
margin-bottom: 15px;
}
.woocommerce-product-list.products-list-3 ul.products .price del bdi {
font-size: 16px;
}
.woocommerce-product-list.products-list-3 ul.products .price bdi {
font-size: 24px;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner {
display: block;
padding: 30px;
transition: all 0.4s ease-in-out;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover {
z-index: 99 !important;
border-radius: 5px 5px 0 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover:before {
visibility: visible;
opacity: 1;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action {
opacity: 1;
visibility: visible;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action .shop-action .woosc-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action .shop-action .woosq-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action .shop-action .woosw-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action .shop-action a[class*=product_type_] {
-ms-animation-name: run_button_thumbnail_right;
-o-animation-name: run_button_thumbnail_right;
-moz-animation-name: run_button_thumbnail_right;
-webkit-animation-name: run_button_thumbnail_right;
animation-name: run_button_thumbnail_right;
-ms-animation-duration: 250ms;
-o-animation-duration: 250ms;
-moz-animation-duration: 250ms;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 5px;
margin-bottom: -70px;
background-color: #FFF;
visibility: hidden;
opacity: 0;
z-index: -1;
box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.07);
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner img {
max-width: unset;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a {
position: relative;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .group-action {
position: absolute;
transition: all ease-in-out 0.3s;
top: 10px;
right: 0;
z-index: 5;
visibility: hidden;
opacity: 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_] {
max-width: 38px;
height: 38px;
position: relative;
white-space: nowrap;
background-color: #F2F2F2;
padding: 0 18px;
overflow: hidden;
transition: all ease-in-out 0.3s;
color: #F2F2F2;
text-overflow: ellipsis;
display: flex;
align-items: center;
font-size: 14px;
border: none;
letter-spacing: 0;
border-radius: 5px;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:before {
position: absolute;
top: 50%;
right: 19px;
transform: translate(50%, -50%);
font-size: 14px;
color: var(--e-global-color-accent);
margin: 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:hover, .woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:focus, .woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:active,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:hover,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:focus,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:active,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:hover,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:focus,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:active,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:hover,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:focus,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:active {
background-color: #000000;
max-width: 260px;
color: #ffffff;
padding: 0 40px 0 20px;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:hover:before, .woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:focus:before, .woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:active:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:hover:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:focus:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:active:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:hover:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:focus:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:active:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:hover:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:focus:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:active:before {
color: #ffffff;
border: none;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_] {
margin-bottom: 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-title {
font-size: 20px;
line-height: 28px;
margin-bottom: 15px;
}
.woocommerce-product-list.products-list-4 ul.products .product-content {
margin-top: 15px;
margin-left: 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-caption-bottom {
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 9;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
background-color: #ffffff;
border-radius: 0 0 5px 5px;
transition: all 0.3s ease-in-out;
}
.woocommerce-product-list.products-list-4 ul.products .product-caption-bottom a[class*=product_type_] {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
line-height: 24px;
text-transform: uppercase;
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);
padding: 6px 20px;
border-radius: 5px;
border: none;
background-color: var(--e-global-color-primary);
color: #ffffff;
}
.woocommerce-product-list.products-list-4 ul.products .product-caption-bottom a[class*=product_type_]:hover {
background-color: var(--primary_hover);
}
.woocommerce-product-list.products-list-4 ul.products .product-caption-bottom a[class*=product_type_]:before {
font-size: 18px;
}
.woocommerce-product-list.products-list-4 ul.products .price {
margin-bottom: 10px;
}
@media (min-width: 1024px) {
.woocommerce-product-list.products-list-special ul.products {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
margin: 0 !important;
}
.woocommerce-product-list.products-list-special ul.products .product {
width: 100%;
max-width: 100% !important;
padding: 0;
margin-bottom: 0;
background-color: #fff;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child {
grid-row-end: span 3;
grid-column-start: span 1;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child .product-list-inner {
flex-direction: column;
align-items: flex-start;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child .product-list-inner img {
max-width: 100%;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child .product-list-inner .product-title {
font-size: 20px;
line-height: 28px;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child .product-list-inner .product-content .posted-in {
display: block;
}
.woocommerce-product-list.products-list-special ul.products .product .product-content .posted-in {
display: none;
}
}
.time-sale {
display: flex;
align-items: center;
flex-wrap: wrap;
background-color: var(--e-global-color-primary);
color: #ffffff;
font-size: 14px;
padding: 3px 10px;
border-radius: 5px;
margin-bottom: 25px;
}
.time-sale .deal-text {
display: flex;
align-items: center;
margin-right: 5px;
}
.time-sale .deal-text i {
margin-right: 5px;
}
.time-sale .fashion2-countdown {
display: flex;
flex-wrap: wrap;
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);
}
.time-sale .fashion2-countdown .countdown-item {
text-align: center;
line-height: 1;
}
.time-sale .fashion2-countdown .countdown-item:after {
content: ":";
margin-right: 2px;
}
.time-sale .fashion2-countdown .countdown-item:last-child:after {
content: none;
}
.image_thumbnail {
display: flex;
align-items: center;
margin-bottom: 2rem;
}
.image_thumbnail .woocommerce-product-gallery__image {
padding: 5px;
}
.image_thumbnail .woocommerce-product-gallery__image img {
width: 100px;
height: 70px;
object-fit: cover;
}
.custom_paging {
display: block;
list-style: none;
margin: 0;
position: absolute;
right: 0;
width: 100%;
text-align: center;
}
.custom_paging li {
display: none;
opacity: 0;
visibility: hidden;
line-height: 70px;
align-items: center;
}
.custom_paging li.slick-active {
opacity: 1;
display: inline-flex;
visibility: visible;
}
.custom_paging li .slide_count {
margin-bottom: 10px;
}
.custom_paging li .slide_total {
margin-top: 10px;
}
.custom_paging li .slide_divider {
background-color: var(--e-global-color-primary);
margin: 0 10px;
font-size: 0;
height: 40px;
width: 1px;
-ms-transform: rotate(15deg);
-o-transform: rotate(15deg);
-moz-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.elementor-widget-fashion2-search .widget {
padding: 0;
margin-bottom: 0;
border: none;
}
.elementor-widget-fashion2-search form input[type=search] {
font-size: 14px;
}
.elementor-widget-fashion2-search .site-header-search {
display: block;
}
.elementor-widget-fashion2-search .site-header-search .button-search-popup {
text-align: center;
}
.elementor-widget-fashion2-search .site-header-search .button-search-popup .fashion2-icon-search {
margin-bottom: 5px;
}
.elementor-widget-fashion2-search .site-header-search .button-search-popup .content {
display: block;
font-size: 16px;
font-weight: 500;
}
.elementor-widget-fashion2-search .site-header-search .button-search-popup:hover {
color: var(--e-global-color-accent);
}
.elementor-widget-fashion2-search .site-header-search .button-search-popup:hover .fashion2-icon-search {
color: var(--e-global-color-accent);
}
.elementor-widget-fashion2-search .layout-1 input[type=search] {
padding-right: 60px;
}
.elementor-widget-fashion2-search .layout-1 button[type=submit] {
font-size: 0;
background-color: transparent;
margin: 0;
border: none;
padding: 0 25px;
position: absolute;
right: 0;
height: 100%;
}
.elementor-widget-fashion2-search .layout-1 button[type=submit]:before {
font-size: 24px;
color: var(--e-global-color-secondary);
}
.elementor-widget-fashion2-search .layout-1 button[type=submit]:hover:before {
color: var(--e-global-color-primary);
}
.elementor-widget-fashion2-search .layout-2 button[type=submit] {
font-size: 14px;
}
.elementor-widget-fashion2-search .layout-2 button[type=submit]:hover {
background-color: var(--e-global-color-secondary);
}
.elementor-widget-fashion2-search .layout-2 input[type=search] {
padding: 0.74em 1.3em;
}
.elementor-widget-fashion2-search .layout-2 .woocommerce-product-search button[type=submit]:before {
display: none;
}
.elementor-widget-fashion2-search .popup .button-search-popup .content {
display: none;
font-size: 16px;
font-weight: 500;
}
@media screen and (max-width: 465px) {
.elementor-widget-fashion2-search .popup .button-search-popup .content {
display: none;
}
}
@media (min-width: 767px) {
.elementor-widget-fashion2-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
color: var(--e-global-color-light);
text-transform: uppercase;
font-size: 12px;
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs .elementor-tab-mobile-title:hover {
color: var(--e-global-color-accent);
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs .elementor-tab-title i {
margin-right: 5px;
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs.tabs-border-type-none .elementor-tab-title .title {
vertical-align: middle;
position: relative;
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs.tabs-border-type-none .elementor-tab-title .title:before {
content: "";
height: 1px;
width: 0;
bottom: -4px;
left: 50%;
transform: translateX(-50%);
background-color: var(--e-global-color-primary);
position: absolute;
transition: all 0.3s ease;
opacity: 1;
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs.tabs-border-type-none .elementor-tab-title.elementor-active .title:before, .elementor-widget-fashion2-tabs.elementor-widget-tabs.tabs-border-type-none .elementor-tab-title:hover .title:before {
width: 65%;
opacity: 1;
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title {
position: relative;
line-height: 1;
font-weight: 400;
padding: 10px;
margin: 0 10px 15px 0;
border-color: transparent;
border-style: solid;
font-size: 16px;
text-align: center;
color: #999;
}
}
@media (min-width: 767px) and (max-width: 767px) {
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title {
margin: 5px 0 5px 0;
min-width: 50%;
justify-content: center;
}
}
@media (min-width: 767px) {
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:hover, .elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:focus, .elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:active, .elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-active {
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-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:hover:after, .elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:focus:after, .elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:active:after, .elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-active:after {
display: none;
}
}
@media (min-width: 767px) {
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:before {
display: none !important;
}
}
@media (min-width: 767px) {
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title i {
margin-top: -3px;
}
}
@media (min-width: 767px) {
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content,
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper {
border: none;
}
}
@media (min-width: 767px) {
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title {
font-size: 36px;
padding-top: 15px;
padding-bottom: 15px;
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
border: none;
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-vertical.tabs-border-type-none .elementor-tab-title .title:before {
left: 0;
transform: translateX(0);
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-vertical.tabs-border-type-none .elementor-tab-title.elementor-active .title:before, .elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-vertical.tabs-border-type-none .elementor-tab-title:hover .title:before {
width: 100%;
}
.elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-vertical.tabs-border-type-none .elementor-tab-title.elementor-active:before, .elementor-widget-fashion2-tabs.elementor-widget-tabs.elementor-tabs-view-vertical.tabs-border-type-none .elementor-tab-title.elementor-active:after {
display: none;
}
}
.elementor-tabs-view-vertical.elementor-tabs-alignment-end .elementor-tabs-heading {
margin-bottom: auto;
}
@media (min-width: 767px) {
.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
display: flex;
}
}
.elementor-tabs-view-horizontal.elementor-tabs-alignment-center .elementor-tabs-wrapper .elementor-tabs-heading, .elementor-tabs-view-horizontal.elementor-tabs-alignment-end .elementor-tabs-wrapper .elementor-tabs-heading {
position: absolute;
left: 0;
}
@media (min-width: 767px) {
.elementor-widget-fashion2-tabs .elementor-tabs .elementor-tab-mobile-title {
display: none !important;
}
}
@media (max-width: 767px) {
.elementor-widget-fashion2-tabs .elementor-tabs-heading {
display: none;
}
.elementor-widget-fashion2-tabs .elementor-tabs .elementor-tabs-content-wrapper,
.elementor-widget-fashion2-tabs .elementor-tabs .elementor-tab-content {
border: none;
}
.elementor-widget-fashion2-tabs .elementor-tabs .elementor-tab-title {
background-color: rgba(127, 127, 127, 0.3);
padding: 5px 10px;
}
}
.elementor-widget-container .elementor-teams-wrapper {
position: relative;
}
.elementor-widget-container .elementor-teams-wrapper .team-image {
display: block;
margin-bottom: -10px;
position: relative;
}
.elementor-widget-container .elementor-teams-wrapper .team-image:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.3);
opacity: 0;
-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: 1;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
position: absolute;
text-align: center;
left: 50%;
top: 40%;
visibility: hidden;
opacity: 0;
transform: translateX(-50%);
-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: 22;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
list-style: none;
display: flex;
justify-content: center;
margin: 0;
line-height: 0;
visibility: visible;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social {
display: flex;
padding-left: 10px;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social:last-child {
margin-right: 0;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social:first-child {
margin-left: 0;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a {
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 33px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #ffffff;
background-color: #ffffff;
font-size: 14px;
color: #000000;
}
.elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a:hover {
border-color: var(--e-global-color-primary);
background-color: var(--e-global-color-primary);
color: #ffffff;
transition: all 0.3s ease;
}
.elementor-widget-container .elementor-teams-wrapper:hover .team-icon-socials {
opacity: 1;
}
.elementor-widget-container .elementor-teams-wrapper .team-content {
opacity: 1;
z-index: 99;
-ms-transition: all 0.42s ease;
-o-transition: all 0.42s ease;
-moz-transition: all 0.42s ease;
-webkit-transition: all 0.42s ease;
transition: all 0.42s ease;
}
.elementor-widget-container .elementor-teams-wrapper .team-name {
font-size: 24px;
line-height: 1;
color: #000000;
margin-top: 30px;
}
.elementor-widget-container .elementor-teams-wrapper .team-name a {
color: #ffffff;
}
.elementor-widget-container .elementor-teams-wrapper .team-name a:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-container .elementor-teams-wrapper .team-name:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-container .elementor-teams-wrapper .team-job {
font-size: 16px;
text-transform: capitalize;
margin-bottom: 10px;
color: var(--e-global-color-light);
}
.elementor-widget-container .elementor-teams-wrapper:hover .team-image:before {
opacity: 1;
}
.template-canvas {
display: flex;
flex-direction: column;
justify-content: space-between;
position: fixed;
width: 0;
top: 0;
bottom: 0;
left: 0;
z-index: -1;
overflow: hidden;
overflow-y: auto;
background-color: #fff;
transition: all 0.25s ease;
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
opacity: 0;
padding: 70px 30px 30px;
}
.template-canvas-active .template-canvas {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 9999;
opacity: 1;
transition: all 0.25s ease;
width: 330px;
}
.admin-bar .template-canvas {
top: 46px;
}
@media (min-width: 783px) {
.admin-bar .template-canvas {
top: 32px;
}
}
@media (min-width: 601px) and (max-width: 782px) {
.admin-bar .template-canvas {
top: 46px;
}
}
.template-canvas .template-canvas-button-close {
float: right;
clear: both;
position: absolute;
line-height: 1;
top: 22px;
right: 24px;
padding: 0;
width: 20px;
height: 20px;
text-align: center;
font-size: 20px;
z-index: 99;
color: var(--e-global-color-secondary);
}
.template-canvas .template-canvas-button-close:hover, .template-canvas .template-canvas-button-close:focus {
color: var(--e-global-color-primary);
}
.fashion2-overlay-canvas {
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;
}
.template-canvas-active .fashion2-overlay-canvas {
visibility: visible;
opacity: 1;
}
.fashion2-elementor-template-canvas {
text-align: center;
}
.fashion2-elementor-template-canvas .template-canvas-button-close {
opacity: 0;
transition: all 0.25s ease;
transform: scale(0);
display: none;
}
.fashion2-elementor-template-canvas .template-canvas-button {
opacity: 1;
transform: scale(1);
transition: all 0.25s ease;
display: inline-flex;
}
.fashion2-elementor-template-canvas .template-canvas-button .fashion2-icon {
display: inline-flex;
flex-direction: column;
margin-right: 15px;
}
.fashion2-elementor-template-canvas .template-canvas-button .fashion2-icon > span {
display: inline-block;
height: 2px;
width: 25px;
margin-bottom: 6px;
transition: all 0.3s ease;
background-color: var(--e-global-color-secondary);
}
.fashion2-elementor-template-canvas .template-canvas-button .fashion2-icon .icon-2 {
width: 50% !important;
}
.fashion2-elementor-template-canvas .template-canvas-button .fashion2-icon .icon-3 {
margin-bottom: 0;
width: 25px;
}
.fashion2-elementor-template-canvas .template-canvas-button:hover .fashion2-icon .icon-2 {
width: 25px;
}
.template-canvas-active .fashion2-elementor-template-canvas .template-canvas-button-close {
opacity: 1;
transform: scale(1);
transition: all 0.25s ease;
display: inline-block;
}
.template-canvas-active .fashion2-elementor-template-canvas .template-canvas-button {
opacity: 0;
transition: all 0.25s ease;
transform: scale(0);
display: none;
}
header .template-canvas .template-canvas-button-close {
display: none;
}
.template-canvas {
display: flex;
flex-direction: column;
justify-content: space-between;
position: fixed;
width: 0;
top: 0;
bottom: 0;
left: 0;
z-index: -1;
overflow: hidden;
overflow-y: auto;
background-color: #fff;
transition: all 0.25s ease;
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
opacity: 0;
padding: 70px 30px 30px;
}
.template-canvas-active .template-canvas {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 9999;
opacity: 1;
transition: all 0.25s ease;
width: 330px;
}
.admin-bar .template-canvas {
top: 46px;
}
@media (min-width: 783px) {
.admin-bar .template-canvas {
top: 32px;
}
}
@media (min-width: 601px) and (max-width: 782px) {
.admin-bar .template-canvas {
top: 46px;
}
}
.template-canvas .template-canvas-button-close {
float: right;
clear: both;
position: absolute;
line-height: 1;
top: 22px;
right: 24px;
padding: 0;
width: 20px;
height: 20px;
text-align: center;
font-size: 20px;
z-index: 99;
color: var(--e-global-color-secondary);
}
.template-canvas .template-canvas-button-close:hover, .template-canvas .template-canvas-button-close:focus {
color: var(--e-global-color-primary);
}
.fashion2-overlay-canvas {
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;
}
.template-canvas-active .fashion2-overlay-canvas {
visibility: visible;
opacity: 1;
}
.fashion2-elementor-template-canvas {
text-align: center;
}
.fashion2-elementor-template-canvas .template-canvas-button-close {
opacity: 0;
transition: all 0.25s ease;
transform: scale(0);
display: none;
}
.fashion2-elementor-template-canvas .template-canvas-button {
opacity: 1;
transform: scale(1);
transition: all 0.25s ease;
display: inline-flex;
}
.fashion2-elementor-template-canvas .template-canvas-button .fashion2-icon {
display: inline-flex;
flex-direction: column;
}
.fashion2-elementor-template-canvas .template-canvas-button .fashion2-icon > span {
display: inline-block;
height: 2px;
width: 25px;
margin-bottom: 6px;
transition: all 0.3s ease;
background-color: var(--e-global-color-secondary);
}
.fashion2-elementor-template-canvas .template-canvas-button .fashion2-icon .icon-2 {
width: 50% !important;
}
.fashion2-elementor-template-canvas .template-canvas-button .fashion2-icon .icon-3 {
margin-bottom: 0;
width: 25px;
}
.fashion2-elementor-template-canvas .template-canvas-button:hover .fashion2-icon .icon-2 {
width: 25px;
}
.template-canvas-active .fashion2-elementor-template-canvas .template-canvas-button-close {
opacity: 1;
transform: scale(1);
transition: all 0.25s ease;
display: inline-block;
}
.template-canvas-active .fashion2-elementor-template-canvas .template-canvas-button {
opacity: 0;
transition: all 0.25s ease;
transform: scale(0);
display: none;
}
header .template-canvas .template-canvas-button-close {
display: none;
}
.elementor-testimonial-item-wrapper .inner {
margin-right: auto;
margin-left: auto;
padding: 0;
}
.elementor-testimonial-item-wrapper .testimonial-content {
display: flex;
flex-direction: column;
}
.elementor-testimonial-item-wrapper .title {
font-size: 18px;
line-height: 21px;
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);
margin-bottom: 20px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
font-size: 13px;
line-height: 1;
position: relative;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
margin-right: 2px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i.active {
color: #FEC004;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating .rating-active {
position: absolute;
top: 0;
}
.elementor-testimonial-item-wrapper .name {
font-size: 16px;
line-height: 24px;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
text-transform: capitalize;
margin-bottom: 3px;
color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .job {
font-size: 13px;
color: var(--e-global-color-lighter);
margin-bottom: 10px;
}
.elementor-testimonial-item-wrapper .content {
font-size: 24px;
line-height: 30px;
color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .testimonial-caption {
width: 100%;
line-height: 1;
}
.elementor-testimonial-item-wrapper .testimonial-caption .testimonial-caption-inner {
display: inline-block;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-content-position-aside .content {
margin-top: 15px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-content-position-aside .testimonial-caption {
order: -1;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-content-position-top .content {
margin-bottom: 35px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-images-position-aside .elementor-testimonial-image {
padding-right: 20px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-images-position-top .elementor-testimonial-image {
padding-bottom: 20px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-images-position-top .elementor-testimonial-image,
.elementor-testimonial-item-wrapper .elementor-testimonial-images-position-top .elementor-testimonial-details {
display: block;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image,
.elementor-testimonial-item-wrapper .elementor-testimonial-details {
display: table-cell;
vertical-align: middle;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
display: inline;
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
}
.elementor-testimonial-item-wrapper .fashion2-carousel .slick-list {
padding-top: 20px;
}
.testimonial-content {
position: relative;
}
.testimonial-content:before {
position: absolute;
color: var(--e-global-color-primary);
top: 0;
display: none;
}
.testimonials-alignment-left .elementor-testimonial-content-position-top.testimonial-content:before {
left: 0;
right: inherit;
}
.testimonials-alignment-left .testimonial-content:before {
right: 0;
}
.testimonials-alignment-right .elementor-testimonial-content-position-top.testimonial-content:before {
right: 0;
left: inherit;
}
.testimonials-alignment-right .testimonial-content:before {
left: 0;
}
.testimonials-alignment-center .testimonial-content:before {
right: 0;
left: 0;
margin: 0 auto;
}
.testimonials-alignment-center .testimonial-content .testimonial-caption:not(.elementor-testimonial-images-position-top) .elementor-testimonial-details {
text-align: left;
}
.show-icon-quote-yes.testimonials-alignment-center .testimonial-content {
padding-top: 55px;
}
.show-icon-quote-yes .elementor-testimonial-content-position-top.testimonial-content {
padding-top: 55px;
}
.home .nav-vertiacl-menu-layout-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation .vertical-menu, .page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation .vertical-menu {
opacity: 1;
visibility: visible;
z-index: 990;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item {
padding: 7px 20px 7px 30px;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item .elementor-icon-list-text {
color: var(--e-global-color-accent);
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover {
background-color: #f4f4f4;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover .elementor-icon-list-text {
color: var(--e-global-color-primary);
}
.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;
padding: 5px;
}
.layout-curved-video-yes .elementor-video-popup {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
}
.layout-curved-video-yes .elementor-video-popup .video-icon {
position: absolute;
transition: all 0.2s ease-in-out;
}
.layout-curved-video-yes .elementor-video-popup .video-icon i {
transition: all 0.2s ease-in-out;
display: flex;
justify-content: center;
align-items: center;
background-color: red;
border-radius: 50%;
max-width: 80px;
max-height: 80px;
width: 80px;
height: 80px;
}
.layout-curved-video-yes .elementor-video-popup:hover svg {
animation-play-state: running;
}
.layout-curved-video-yes svg:not(:root) {
overflow: visible;
}
.layout-curved-video-yes svg {
transition: all 0.2s ease-in-out;
height: auto;
max-width: 100%;
width: 105px;
margin: 10px;
animation-name: rotate;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-play-state: paused;
}
.layout-curved-video-yes svg text {
fill: #000;
text-transform: uppercase;
letter-spacing: 10px;
}
.elementor-video-popup .elementor-video-icon:hover:after {
-webkit-animation: videoEffect 1.3s ease-out 75ms;
-moz-animation: videoEffect 1.3s ease-out 75ms;
animation: videoEffect 1.3s ease-out 75ms;
}
.elementor-video-popup .elementor-video-title {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
display: inline-block;
}
.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 {
margin-left: 5px;
-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 rotate {
from {
transform: rotate(360deg);
}
to {
transform: rotate(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-accent);
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: var(--e-global-color-primary);
}
.elementor-align-justify .elementor-button {
text-align: justify;
}
.elementor-button {
border: none;
}
.elementor-button .elementor-button-icon {
display: inline-flex;
align-items: center;
justify-content: center;
}
.elementor-button .elementor-button-content-wrapper {
align-items: center;
}
.elementor-default .elementor-button.elementor-size-xs {
font-size: 11px;
padding: 10px 20px;
}
.elementor-default .elementor-button.elementor-size-md {
font-size: 14px;
padding: 20px 40px;
}
.elementor-default .elementor-button.elementor-size-lg {
font-size: 18px;
padding: 22px 45px;
}
.elementor-default .elementor-button.elementor-size-xl {
font-size: 24px;
padding: 25px 50px;
}
.button-style-fashion2-yes .elementor-button {
position: relative;
}
.button-style-fashion2-yes .elementor-button:before {
content: "";
height: 1px;
width: 0;
bottom: 4px;
left: 0;
background-color: var(--e-global-color-primary);
position: absolute;
transition: all 0.3s ease;
opacity: 0;
}
.button-style-fashion2-yes .elementor-button:hover:before {
width: 100%;
opacity: 1;
}
.elementor-view-framed .elementor-icon,
.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: var(--e-global-color-primary);
}
.elementor-icon-box-wrapper:hover .elementor-icon {
-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;
}
.enable-effects-yes .elementor-icon {
position: relative;
padding: 30px;
}
.enable-effects-yes .elementor-icon:before {
content: "";
height: 100%;
width: 100%;
background: linear-gradient(to right, #000000 1px, transparent 1px) 0 0, linear-gradient(to bottom, #000000 1px, transparent 1px) 0 0, linear-gradient(to left, #000000 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #000000 1px, transparent 1px) 100% 0, linear-gradient(to left, #000000 1px, transparent 1px) 100% 100%, linear-gradient(to top, #000000 1px, transparent 1px) 100% 100%, linear-gradient(to right, #000000 1px, transparent 1px) 0 100%, linear-gradient(to top, #000000 1px, transparent 1px) 0 100%;
background-repeat: no-repeat;
background-size: 7px 7px;
position: absolute;
top: 0;
left: 0;
transition: background-size 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.enable-effects-yes .elementor-icon:after {
content: "";
height: 100%;
width: 100%;
border: 1px solid var(--border);
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.enable-effects-yes:hover .elementor-icon:before {
background-size: 100% 100%;
}
.elementor-image-box-wrapper .elementor-image-box-img img {
display: inline-block;
}
.fashion2-image-box-style-2.elementor-widget-image-box .elementor-image-box-img a:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
opacity: 0;
left: 0;
top: 0;
transition: all 0.4s ease;
z-index: 10;
}
.fashion2-image-box-style-2.elementor-widget-image-box .elementor-image-box-img img {
display: block;
margin-left: auto;
margin-right: auto;
}
.fashion2-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper {
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
}
.fashion2-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-content {
bottom: 0;
}
.fashion2-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-img a:before {
opacity: 1;
}
.fashion2-image-box-style-2.elementor-widget-image-box .elementor-image-box-content {
position: absolute;
width: 100%;
bottom: -40px;
z-index: 11;
transition: all 0.3s ease;
}
.fashion2-image-box-style-2.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
margin-bottom: 0;
font-size: 14px;
background-color: var(--e-global-color-primary);
}
.fashion2-image-box-style-2.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a {
display: flex;
height: 40px;
align-items: center;
justify-content: center;
line-height: 18px;
color: #ffffff;
}
.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
text-decoration: underline;
}
.style-theme-fashion2-yes .elementor-accordion .elementor-accordion-item {
margin-bottom: -5px;
font-size: 20px;
line-height: 24px;
letter-spacing: 0;
font-weight: bold;
border-radius: 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
color: var(--e-global-color-accent);
}
.style-theme-fashion2-yes .elementor-accordion .elementor-accordion-item:hover {
color: var(--e-global-color-accent);
}
.style-theme-fashion2-yes .elementor-accordion .elementor-tab-title {
margin: 0;
padding: 22px 0 20px 0;
font-size: 20px;
font-weight: 700;
line-height: 1;
cursor: pointer;
outline: none;
color: #000000;
}
.style-theme-fashion2-yes .elementor-accordion .elementor-tab-title .elementor-accordion-icon-closed {
margin-top: 2px;
}
.style-theme-fashion2-yes .elementor-accordion .elementor-tab-content {
display: none;
font-size: 16px;
line-height: 24px;
font-weight: var(--e-global-typography-text-font-weight);
padding: 0 0 25px 0;
border-top: 0;
margin-top: -20px;
}
.style-theme-fashion2-yes .elementor-accordion .elementor-accordion-icon {
font-size: 16px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
border-right: none;
border-left: none;
border-top: none;
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container {
overflow: hidden;
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a {
position: relative;
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a img {
transform: scale(1);
transition: transform 0.35s;
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a:before, .image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a:after {
transform: scale(0.9);
transition: transform 0.35s, all 0.7s;
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a:before {
position: absolute;
content: "";
width: 100%;
height: 50%;
left: 50%;
margin-left: -50%;
top: 25%;
border-color: rgba(200, 200, 200, 0);
border-style: solid;
border-width: 0 1px;
z-index: 2;
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a:after {
position: absolute;
content: "";
width: 50%;
height: 100%;
left: 50%;
margin-left: -25%;
top: 0;
border-color: rgba(200, 200, 200, 0);
border-style: solid;
border-width: 1px 0;
z-index: 2;
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a:hover img {
transform: scale(1.09);
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a:hover:before {
height: 100%;
top: 0;
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a:hover:after {
width: 100%;
margin-left: -50%;
}
.image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a:hover:before, .image-style-fashion2-yes.elementor-widget-image .elementor-widget-container a:hover:after {
border-color: #fff;
}
.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;
}
}
@media (min-width: 1025px) {
body.page-template-template-header_sidebar:not(.has-scrollbar) .site-content .elementor-section.elementor-section-stretched {
width: calc(100vw - 95px) !important;
margin-left: calc(-50vw + 47px + 50%) !important;
margin-right: calc(-50vw + 48px + 50%) !important;
left: 0 !important;
}
@supports (color: var(--scroll-bar)) {
body.page-template-template-header_sidebar.has-scrollbar .site-content .elementor-section.elementor-section-stretched {
width: calc(100vw - 95px - var(--scroll-bar)) !important;
margin-left: calc(-50vw + 47px + 50% + (var(--scroll-bar) / 2)) !important;
margin-right: calc(-50vw + 48px + 50% + (var(--scroll-bar) / 2)) !important;
left: 0 !important;
}
}
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
opacity: 1;
}
.c-primary {
color: var(--e-global-color-primary);
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
}
.rotate_logo img {
animation: rotate 15s linear 0s infinite;
-webkit-animation: rotate 15s linear 0s infinite;
-moz-animation: rotate 15s linear 0s infinite;
-o-animation: rotate 15s linear 0s infinite;
}
.elementor-widget-wrap {
width: 100%;
}