@charset "UTF-8";
@keyframes cresci {
0% { transform: scale( 0 ); }
100% { transform: scale( 1 ); }
} @keyframes dondolashort {
0% { transform: rotate( -5deg ); }
100% { transform: rotate( 5deg ); }
}
@keyframes dondola {
0% { transform: rotate( -25deg ); }
100% { transform: rotate( 25deg ); }
}
@keyframes dondolalong {
0% { transform: rotate( -45deg ); }
100% { transform: rotate( 45deg ); }
} @keyframes pulsashort {
0% { transform: scale( 0.98 ); }
100% { transform: scale( 1.02 ); }
}
@keyframes pulsa {
0% { transform: scale( 0.93 ); }
100% { transform: scale( 1.07 ); }
}
@keyframes pulsalong {
0% { transform: scale( 0.85 ); }
100% { transform: scale( 1.15 ); }
} @keyframes dondolashort {
0% { transform: rotate( -5deg ); }
100% { transform: rotate( 5deg ); }
}
@keyframes dondola {
0% { transform: rotate( -25deg ); }
100% { transform: rotate( 25deg ); }
}
@keyframes dondolalong {
0% { transform: rotate( -45deg ); }
100% { transform: rotate( 45deg ); }
} @keyframes galleggiashort {
0% { transform: translateY( -5% ); }
100% { transform: translateY( 5% ); }
}
@keyframes galleggia {
0% { transform: translateY( -12% ); }
100% { transform: translateY( 12% ); }
}
@keyframes galleggialong {
0% { transform: translateY( -25% ); }
100% { transform: translateY( 25% ); }
} @keyframes attraversa {
0% { transform: translateX( calc( -50vw - 50% - 100px ) ); }
100% { transform: translateX( calc( +50vw + 50% + 100px ) ); }
} @keyframes risali-o-affondashort {
0% { transform: translateY( 70% ); }
100% { transform: translateY( 0 ); }
}
@keyframes risali-o-affonda {
0% { transform: translateY( 150% ); }
100% { transform: translateY( 0 ); }
}
@keyframes risali-o-affondalong {
0% { transform: translateY( 300% ); }
100% { transform: translateY( 0 ); }
} @keyframes saltellashort {
0% {transform: translateY(0%);}
20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-15px);}
60% {transform: translateY(-7px);}
}
@keyframes saltella {
0% {transform: translateY(0%);}
20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
@keyframes saltellalong {
0% {transform: translateY(0%);}
20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-60px);}
60% {transform: translateY(-30px);}
} @keyframes rotolashort {
0% { transform: translateX( calc( -50vw - 50% - 50px ) ) rotate( -90deg ); }
100% { transform: translateX( calc( +50vw + 50% + 50px ) )  rotate( 90deg ); }
}
@keyframes rotola {
0% { transform: translateX( calc( -50vw - 50% - 50px ) ) rotate( -270deg ); }
100% { transform: translateX( calc( +50vw + 50% + 50px ) )  rotate( 270deg ); }
}
@keyframes rotolalong {
0% { transform: translateX( calc( -50vw - 50% - 50px ) ) rotate( -450deg ); }
100% { transform: translateX( calc( +50vw + 50% + 50px ) )  rotate( 450deg ); }
} @keyframes girashort {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
}
@keyframes gira {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
}
@keyframes giralong {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
} @keyframes brillashort {
0% { box-shadow: 0 0 -10px rgba(232,189,109,0.88); }
50% { box-shadow: 0 0 50px rgba(232,189,109,0.88); }
100% { box-shadow: 0 0 100px rgba(232,189,109,0); }
}
@keyframes brilla {
0% { box-shadow: 0 0 -10px rgba(232,189,109,0.88); }
50% { box-shadow: 0 0 200px rgba(232,189,109,0.88); }
100% { box-shadow: 0 0 300px rgba(232,189,109,0); }
}
@keyframes brillalong {
0% { box-shadow: 0 0 -10px rgba(232,189,109,0.88); }
50% { box-shadow: 0 0 300px rgba(232,189,109,0.88); }
100% { box-shadow: 0 0 700px rgba(232,189,109,0); }
}
@keyframes brilla1 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}  @keyframes exitToRight {
0% { transform: translate(0,0); }
100% { transform: translateX(100%); }
} @keyframes enterFromRight {
0% { transform: translate(100%,0); }
100% { transform: translateX(0); }
} @keyframes exitToLeft {
0% { transform: translate(0,0); }
100% { transform: translateX(-100%); }
} @keyframes enterFromLeft {
0% { transform: translate(-100%,0); }
100% { transform: translateX(0); }
}  @keyframes exitToTop {
0% { transform: translate(0,0); }
100% { transform: translateY(-100%); }
} @keyframes enterFromTop {
0% { transform: translate(0,-100%); }
100% { transform: translateY(0); }
} @keyframes exitToBottom {
0% { transform: translate(0,0); }
100% { transform: translateY(100%); }
} @keyframes enterFromBottom {
0% { transform: translate(0,100%); }
100% { transform: translateY(0); }
} @keyframes exitToScaleBack {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes exitToScaleFront {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(1.3); opacity: 0; visibility: hidden;}
}
@keyframes enterFormScaleBack {
0% { transform: perspective(1500px) translateZ(-500px); visibility: visible; opacity: 0;}
100% { transform: perspective(1500px) translateZ(0); opacity: 1;}
}
@keyframes enterFormScaleFront {
0% { transform: perspective(1500px) translateZ(500px); visibility: visible; opacity: 0;}
100% { transform: perspective(1500px) translateZ(0); opacity: 1;}
} @keyframes exitToFade {
0% { opacity: 1;}
100% { opacity: 0;}
}
@keyframes enterFromFade {
0% { opacity: 0;}
100% { opacity: 1;}
}
@keyframes exitQuit {
0% { transform: scale(1); opacity: 1; visibility: visible;}
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes enterQuit {
0% { transform: scale(0.5); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}
@keyframes loadAnim {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @-webkit-keyframes flipOutRight {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRight {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInLeft {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInLeft {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutLeft {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeft {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInRight {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInRight {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutTop {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTop {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInBottom {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottom {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutBottom {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottom {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInTop {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTop {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}  @keyframes noneOut {
0% { display: block; }
100% { display: none; }
}
@keyframes noneIn {
0% { display: none; }
100% { display: block; }
}
@keyframes noneOutPopup {
0% { display: block; }
100% { display: none; }
}
@keyframes noneInPopup {
0% { display: none; }
100% { display: block; }
}
@keyframes exitToRightPopup {
0% { transform: translate(0,0); }
100% { transform: translateX(100vw); }
} @keyframes enterFromRightPopup {
0% { transform: translate(100vw,0); }
100% { transform: translateX(0); }
} @keyframes exitToLeftPopup {
0% { transform: translate(0,0); }
100% { transform: translateX(-100vw); }
} @keyframes enterFromLeftPopup {
0% { transform: translate(-100vw,0); }
100% { transform: translateX(0); }
}  @keyframes exitToTopPopup {
0% { transform: translate(0,0); }
100% { transform: translateY(-100vh); }
} @keyframes enterFromTopPopup {
0% { transform: translate(0,-100vh); }
100% { transform: translateY(0); }
} @keyframes exitToBottomPopup {
0% { transform: translate(0,0); }
100% { transform: translateY(100vh); }
} @keyframes enterFromBottomPopup {
0% { transform: translate(0,100vh); }
100% { transform: translateY(0); }
} @keyframes exitToScaleBackPopup {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes exitToScaleFrontPopup {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(1.3); opacity: 0; visibility: hidden;}
}
@keyframes enterFormScaleBackPopup {
0% { transform: translateZ(-500px); visibility: visible; opacity: 0;}
100% { transform: translateZ(0); opacity: 1;}
}
@keyframes enterFormScaleFrontPopup {
0% { transform: translateZ(500px); visibility: visible; opacity: 0;}
100% { transform: translateZ(0); opacity: 1;}
} @keyframes exitToFadePopup {
0% { opacity: 1;}
100% { opacity: 0;}
}
@keyframes enterFromFadePopup {
0% { opacity: 0;}
100% { opacity: 1;}
}
@keyframes exitQuitPopup {
0% { transform: scale(1); opacity: 1; visibility: visible;}
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes enterQuitPopup {
0% { transform: scale(0.5); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}
@keyframes loadAnimPopup {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @-webkit-keyframes flipOutRightPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRightPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInLeftPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInLeftPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutLeftPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeftPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInRightPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInRightPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutTopPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTopPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInBottomPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottomPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutBottomPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottomPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInTopPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTopPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
.premium-flip-style-push .premium-flip-main-box,.premium-flip-style-slide .premium-flip-main-box{overflow:hidden}.premium-flip-main-box{position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.premium-flip-main-box>div{position:absolute;width:100%;height:100%;background-color:#6ec1e4;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.premium-flip-main-box span{display:block}.premium-flip-main-box svg{width:40px;height:40px}.premium-flip-main-box .premium-flip-back-icon,.premium-flip-main-box .premium-flip-front-icon{font-size:40px}.premium-flip-main-box .premium-button-line6::after{padding:.3em 1.2em}.premium-flip-style-flip .premium-flip-main-box>div{-webkit-transition:all .6s cubic-bezier(.2,.85,.4,1.275);transition:all .6s cubic-bezier(.2,.85,.4,1.275)}.premium-flip-style-flip .premium-flip-front{-webkit-transform:none;-ms-transform:none;transform:none;z-index:1}.premium-flip-style-push .premium-flip-backlr,.premium-flip-style-slide .premium-flip-backlr{-webkit-transform:translateX(-100%) translateY(0);-ms-transform:translateX(-100%) translateY(0);transform:translateX(-100%) translateY(0)}.premium-flip-style-push .premium-flip-backrl,.premium-flip-style-slide .premium-flip-backrl{-webkit-transform:translateX(100%) translateY(0);-ms-transform:translateX(100%) translateY(0);transform:translateX(100%) translateY(0)}.premium-flip-style-push .premium-flip-backbt,.premium-flip-style-slide .premium-flip-backbt{-webkit-transform:translateX(0) translateY(100%);-ms-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%)}.premium-flip-style-push .premium-flip-backtb,.premium-flip-style-slide .premium-flip-backtb{-webkit-transform:translateX(0) translateY(-100%);-ms-transform:translateX(0) translateY(-100%);transform:translateX(0) translateY(-100%)}.premium-flip-style-zoom .premium-flip-back{-webkit-transition:opacity .5s .2s,-webkit-transform .7s;transition:opacity .5s .2s,-webkit-transform .7s;transition:transform .7s,opacity .5s .2s;transition:transform .7s,opacity .5s .2s,-webkit-transform .7s;opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.premium-flip-style-cube{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.premium-flip-style-cube .premium-flip-main-box{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.premium-flip-style-cube .premium-flip-main-box>div{-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-flip-style-cube .premium-flip-main-box .premium-flip-frontrl{-webkit-transform:rotateY(0) translateZ(190px);transform:rotateY(0) translateZ(190px)}.premium-flip-style-cube .premium-flip-main-box .premium-flip-backrl{-webkit-transform:rotateY(90deg) translateZ(190px);transform:rotateY(90deg) translateZ(190px)}.premium-flip-style-cube .premium-flip-main-box .premium-flip-frontlr{-webkit-transform:rotateY(0) translateZ(190px);transform:rotateY(0) translateZ(190px)}.premium-flip-style-cube .premium-flip-main-box .premium-flip-backlr{-webkit-transform:rotateY(-90deg) translateZ(190px);transform:rotateY(-90deg) translateZ(190px)}.premium-flip-style-cube .premium-flip-main-box .premium-flip-fronttb{-webkit-transform:rotateX(0) translateZ(190px);transform:rotateX(0) translateZ(190px)}.premium-flip-style-cube .premium-flip-main-box .premium-flip-backtb{-webkit-transform:rotateX(90deg) translateZ(190px);transform:rotateX(90deg) translateZ(190px)}.premium-flip-style-cube .premium-flip-main-box .premium-flip-frontbt{-webkit-transform:rotateX(0) translateZ(190px);transform:rotateX(0) translateZ(190px)}.premium-flip-style-cube .premium-flip-main-box .premium-flip-backbt{-webkit-transform:rotateX(-90deg) translateZ(190px);transform:rotateX(-90deg) translateZ(190px)}.premium-flip-style-fade .premium-flip-back{opacity:0}.elementor-widget-premium-addon-flip-box:not(.premium-flip-style-flip) .premium-flip-main-box>div{overflow:hidden}.premium-flip-style-zoom-in .premium-flip-front,.premium-flip-style-zoom-out .premium-flip-front{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.premium-flip-style-zoom-in .premium-flip-back{left:50%;top:50%}.premium-flip-style-zoom-in .premium-flip-back,.premium-flip-style-zoom-in:hover .premium-flip-front,.premium-flip-style-zoom-out .premium-flip-back,.premium-flip-style-zoom-out:hover .premium-flip-front{visibility:hidden;opacity:0}.premium-flip-style-zoom-in:hover .premium-flip-back,.premium-flip-style-zoom-out:hover .premium-flip-back{visibility:visible;opacity:1;z-index:3;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.premium-flip-style-zoom-in .premium-flip-back,.premium-flip-style-zoom-out:hover .premium-flip-front{-webkit-transform:translate(-50%,-50%) scale(.6);-ms-transform:translate(-50%,-50%) scale(.6);transform:translate(-50%,-50%) scale(.6)}.premium-flip-style-zoom-in:hover .premium-flip-front,.premium-flip-style-zoom-out .premium-flip-back{-webkit-transform:translate(-50%,-50%) scale(1.3);-ms-transform:translate(-50%,-50%) scale(1.3);transform:translate(-50%,-50%) scale(1.3);left:50%;top:50%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.premium-flip-back-overlay,.premium-flip-front-overlay{width:100%;height:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.premium-flip-style-flip .premium-flip-back-overlay,.premium-flip-style-flip .premium-flip-front-overlay{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(.1px);transform:translateZ(.1px)}.premium-flip-front-content-container .premium-flip-front-lottie{display:inline-block}.premium-flip-front-content-container .premium-flip-front-icon,.premium-flip-front-content-container .premium-flip-front-image,.premium-flip-front-content-container .premium-flip-front-title{margin:0 0 15px 0}.premium-flip-back-content-container .premium-flip-back-lottie{display:inline-block}.premium-flip-back-content-container .premium-flip-back-icon,.premium-flip-back-content-container .premium-flip-back-title{margin:0 0 15px 0}.premium-flip-front-content-container .premium-flip-front-title{padding:0}.premium-flip-back-content-container{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-flip-back-content-container .premium-flip-back-title{padding:0}.premium-flip-back-content-container .premium-flip-box-link.text{display:inline-block;border-color:#000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding:.3em 1.2em}.premium-flip-front-content-container{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-flip-style-flip .premium-flip-back-content-container,.premium-flip-style-flip .premium-flip-front-content-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,70px) scale(.9);transform:translate3d(0,0,70px) scale(.9)}.premium-flip-style-slide:hover .premium-flip-back{-webkit-transform:none;-ms-transform:none;transform:none}.premium-flip-style-push:hover .premium-flip-back{-webkit-transform:none;-ms-transform:none;transform:none}.premium-flip-style-push:hover .premium-flip-fronttb{-webkit-transform:translateX(0) translateY(100%);-ms-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%)}.premium-flip-style-push:hover .premium-flip-frontbt{-webkit-transform:translateX(0) translateY(-100%);-ms-transform:translateX(0) translateY(-100%);transform:translateX(0) translateY(-100%)}.premium-flip-style-push:hover .premium-flip-frontrl{-webkit-transform:translateX(-100%) translateY(0);-ms-transform:translateX(-100%) translateY(0);transform:translateX(-100%) translateY(0)}.premium-flip-style-push:hover .premium-flip-frontlr{-webkit-transform:translateX(100%) translateY(0);-ms-transform:translateX(100%) translateY(0);transform:translateX(100%) translateY(0)}.premium-flip-style-zoom:hover .premium-flip-back{-webkit-transition:opacity .5s,-webkit-transform .7s;transition:opacity .5s,-webkit-transform .7s;transition:transform .7s,opacity .5s;transition:transform .7s,opacity .5s,-webkit-transform .7s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-flip-style-fade:hover .premium-flip-back{opacity:1}.premium-flip-back-text-wrapper .premium-flip-back-image,.premium-flip-text-wrapper .premium-flip-front-image{display:inline}.premium-flip-back .premium-flip-box-full-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}.premium-flip-style-flip .premium-flip-backrl{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}.premium-flip-main-box.flipped .premium-flip-frontrl{-webkit-transform:rotateX(0) rotateY(-180deg);transform:rotateX(0) rotateY(-180deg)}.premium-flip-main-box.flipped .premium-flip-backrl{-webkit-transform:none;-ms-transform:none;transform:none}.premium-flip-style-flip .premium-flip-backlr{-webkit-transform:rotateX(0) rotateY(-180deg);transform:rotateX(0) rotateY(-180deg)}.premium-flip-main-box.flipped .premium-flip-frontlr{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}.premium-flip-main-box.flipped .premium-flip-backlr{-webkit-transform:none;-ms-transform:none;transform:none}.premium-flip-style-flip .premium-flip-backbt{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0)}.premium-flip-main-box.flipped .premium-flip-frontbt{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0)}.premium-flip-main-box.flipped .premium-flip-backbt{-webkit-transform:none;-ms-transform:none;transform:none}.premium-flip-style-flip .premium-flip-backtb{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0)}.premium-flip-main-box.flipped .premium-flip-fronttb{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0)}.premium-flip-main-box.flipped .premium-flip-backtb{-webkit-transform:none;-ms-transform:none;transform:none}.PafadeInLeft{-webkit-animation-name:PafadeInLeft;animation-name:PafadeInLeft;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.4s;animation-delay:.4s}.PafadeInRevLeft{-webkit-animation-name:PafadeInLeft;animation-name:PafadeInLeft;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-name:PafadeInRevLeft;animation-name:PafadeInRevLeft}.PafadeInRight{-webkit-animation-name:PafadeInRight;animation-name:PafadeInRight;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}.PafadeInRevRight{-webkit-animation-name:PafadeInRight;animation-name:PafadeInRight;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:PafadeInRevRight;animation-name:PafadeInRevRight}@-webkit-keyframes PafadeInLeft{from{-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes PafadeInLeft{from{-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes PafadeInRight{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes PafadeInRight{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@-webkit-keyframes PafadeInRevLeft{from{-webkit-transform:translateX(20px);transform:translateX(20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes PafadeInRevLeft{from{-webkit-transform:translateX(20px);transform:translateX(20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes PafadeInRevRight{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes PafadeInRevRight{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(20px);transform:translateX(20px)}}.premium-blog-filter,.premium-img-gallery-filter{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-img-gallery{clear:both;overflow:hidden}.premium-gallery-container .premium-gallery-item{padding:10px;float:left}.premium-gallery-container .grid-sizer{width:33.33%}.premium-gallery-container .pa-gallery-item{padding:10px}.premium-blog-filter .premium-blog-filters-container li a.category,.premium-img-gallery-filter .premium-gallery-cats-container li a.category{outline:0;text-decoration:none;border-radius:75px;margin:15px 5px 20px;padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img{position:relative}.pa-gallery-img .pa-gallery-whole-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.pa-gallery-img .pa-gallery-whole-link span{display:none}.pa-gallery-img.style2 .pa-gallery-whole-link,.pa-gallery-img.style3 .pa-gallery-whole-link{z-index:99}.pa-gallery-img-container{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pa-gallery-img-container img{display:block;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery.gray img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-img-gallery.scale img,.premium-img-gallery.zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-img-gallery.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-img-gallery.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-img-gallery.trans img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.pa-gallery-img .pa-gallery-img-link i,.pa-gallery-img .pa-gallery-img-link svg,.pa-gallery-img .pa-gallery-magnific-image i,.pa-gallery-img .pa-gallery-magnific-image svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img .pa-gallery-img-link span,.pa-gallery-img .pa-gallery-magnific-image span{line-height:1;display:inline-block;opacity:0;margin:0 5px;padding:15px;border-radius:50%}.pa-gallery-img.style2 .pa-gallery-img-link span,.pa-gallery-img.style2 .pa-gallery-magnific-image span{margin:0 5px 20px}.pa-gallery-img:hover .pa-gallery-magnific-image span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .3s;transition:all .3s ease-in-out,opacity .5s ease-in-out .3s}.pa-gallery-img:hover .pa-gallery-img-link span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .6s;transition:all .3s ease-in-out,opacity .5s ease-in-out .6s}.pa-gallery-img:hover .pa-gallery-img-link span,.pa-gallery-img:hover .pa-gallery-magnific-image span{opacity:1}.premium-gallery-icon-show a.pa-gallery-video-icon span{opacity:1}.premium-blog-filter ul.premium-blog-filters-container,.premium-img-gallery-filter ul.premium-gallery-cats-container{text-align:center;margin:0;padding:0}.premium-blog-filter .premium-blog-filters-container li,.premium-img-gallery-filter .premium-gallery-cats-container li{list-style:none;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-img-gallery.zoomin .pa-gallery-img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-img-gallery.zoomout .pa-gallery-img:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-img-gallery.scale .pa-gallery-img:hover img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-img-gallery.gray .pa-gallery-img:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-img-gallery.blur .pa-gallery-img:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-img-gallery.sepia .pa-gallery-img:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-img-gallery.trans .pa-gallery-img:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-img-gallery.bright .pa-gallery-img:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.pa-gallery-img .premium-gallery-caption{padding:10px}.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name{display:block;margin-bottom:0}.pa-gallery-img.style1{overflow:hidden}.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container{position:absolute;top:33.33%;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3}.pa-gallery-img.style1 .premium-gallery-caption{position:absolute;top:auto;right:0;bottom:-1px;left:0;width:100%;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pa-gallery-img.style1:hover .premium-gallery-caption{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.pa-gallery-img.default .premium-gallery-caption{position:absolute;top:auto;right:0;left:0;width:100%;bottom:0}.pa-gallery-img.style2 .pa-gallery-icons-caption-container{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;z-index:1;background-color:rgba(108,191,226,.68);display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-gallery-img.style2 .pa-gallery-icons-caption-cell{width:100%}.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container{opacity:1;-webkit-transform:translate(15px,15px);-ms-transform:translate(15px,15px);transform:translate(15px,15px)}.premium-clearfix{clear:both}.premium-img-gallery-metro .premium-gallery-item{overflow:hidden}.premium-img-gallery-metro .pa-gallery-img{height:100%}.premium-img-gallery-metro .pa-gallery-img-container{height:100%}.premium-img-gallery-metro .pa-gallery-img-container img{min-height:100%;width:100%;object-fit:fill}.premium-img-gallery .premium-gallery-item-hidden{visibility:hidden;width:0!important;height:0!important;margin:0!important;padding:0!important}.premium-gallery-load-more{position:relative}.premium-gallery-load-more .premium-gallery-load-more-btn{box-shadow:none;text-shadow:none;border:none;outline:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;vertical-align:bottom;cursor:pointer;line-height:1;font-style:normal;font-weight:400;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-gallery-load-more-btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-gallery-load-more-btn div{margin-left:3px}.premium-gallery-load-more-btn .premium-loader{display:inline-block;width:20px;height:20px}.pa-gallery-img .pa-gallery-lightbox-wrap{display:inline-block}.pa-gallery-img .pa-gallery-video-icon,.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img{cursor:pointer}.pa-gallery-img-container iframe{position:absolute;visibility:hidden;top:0;left:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.pa-gallery-img-container video{position:absolute;visibility:hidden;top:0;left:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;object-fit:contain}.pa-gallery-icons-caption-cell svg,.pa-gallery-icons-inner-container svg{width:14px;height:14px}.premium-gallery-gradient-layer{position:absolute;bottom:40px;width:100%;height:20px;background:-webkit-linear-gradient(bottom,#17181f 0,rgba(255,255,255,0) 100%);background:linear-gradient(to top,#17181f 0,rgba(255,255,255,0) 100%)}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-bg-text-yes .elementor-widget-container:before{position:absolute;top:0;left:0;text-align:left}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-button .premium-lottie-animation,.premium-image-button .premium-lottie-animation{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-button svg:not(.premium-btn-svg),.premium-image-button svg:not(.premium-btn-svg){width:30px;height:30px}.premium-btn-block,.premium-btn-lg,.premium-btn-md,.premium-btn-sm{background-color:#eee;color:#042551;margin:0;text-decoration:none}.premium-btn-block:hover,.premium-btn-lg:hover,.premium-btn-md:hover,.premium-btn-sm:hover{background-color:#54595f;color:#eee}div[class*=elementor-widget-premium] .premium-btn-sm{padding:12px 24px;font-size:14px;line-height:1}div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after{padding:12px 24px}div[class*=elementor-widget-premium] .premium-btn-md{padding:14px 26px;font-size:16px;line-height:1.2}div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after{padding:14px 26px}div[class*=elementor-widget-premium] .premium-btn-lg{padding:16px 28px;font-size:18px;line-height:1.3333}div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after{padding:16px 28px}div[class*=elementor-widget-premium] .premium-btn-block{font-size:18px;line-height:1;padding:20px 0;width:100%;text-align:center}div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after{padding:20px 0}.premium-button-text{display:inline-block;width:100%}.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg{position:absolute;z-index:0;top:0;left:0;width:0;height:0;border-radius:50%;display:block;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:width .4s ease-in-out,height .4s ease-in-out;transition:width .4s ease-in-out,height .4s ease-in-out}.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg{width:225%;height:560px}.premium-mouse-detect-yes .premium-button-style6:before{width:0;height:0}.premium-loader{border:3px solid #f3f3f3;border-top-width:3px;border-top-style:solid;border-top-color:#f3f3f3;border-radius:50%;border-top:3px solid;border-top-color:#bbb;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}.premium-svg-drawer *,.premium-svg-nodraw *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-property:stroke,fill,background-color!important;transition-property:stroke,fill,background-color!important}.premium-svg-drawer .no-transition,.premium-svg-nodraw .no-transition{-webkit-transition:none!important;transition:none!important}.premium-svg-drawer *{stroke-width:15px;stroke:#000}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-error-notice{width:100%;padding:10px;color:#b94a48;background-color:#f2dede;border-color:#eed3d7;text-align:center}.premium-error-notice a{color:#252c59}.premium-addons__v-hidden{visibility:hidden;opacity:0}.premium-loading-feed{display:none;position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0}.premium-loading-feed.premium-show-loading{display:block;background:#fff;text-align:center;z-index:10;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.5s;transition:.5s}.tooltipster-sidetip .tooltipster-content{background:0 0;text-align:center;padding:0}.premium-tooltipster-base .tooltipster-content{padding:.3em .6em;border-radius:2px}.premium-tooltipster-base .tooltipster-box{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-btn-block,.premium-btn-lg,.premium-btn-md,.premium-btn-sm{background-color:#eee;color:#042551;margin:0;text-decoration:none}.premium-btn-block:hover,.premium-btn-lg:hover,.premium-btn-md:hover,.premium-btn-sm:hover{background-color:#54595f;color:#eee}div[class*=elementor-widget-premium] .premium-btn-sm{padding:12px 24px;font-size:14px;line-height:1}div[class*=elementor-widget-premium] .premium-btn-md{padding:14px 26px;font-size:16px;line-height:1.2}div[class*=elementor-widget-premium] .premium-btn-lg{padding:16px 28px;font-size:18px;line-height:1.3333}div[class*=elementor-widget-premium] .premium-btn-block{font-size:18px;line-height:1;padding:20px 0;width:100%;text-align:center}.premium-icon-box-icon svg *,.premium-svg-drawer *,.premium-svg-nodraw *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-property:stroke,fill,background-color;transition-property:stroke,fill,background-color}.premium-icon-box-icon svg .no-transition,.premium-svg-drawer .no-transition,.premium-svg-nodraw .no-transition{-webkit-transition:none!important;transition:none!important}.premium-addons__v-hidden{visibility:hidden;opacity:0}.wp-embed-responsive .wp-block{
outline: 0;
} .woolentor_myaccount_page {
overflow: hidden;
}
.woolentor_myaccount_page .woocommerce-MyAccount-content .form-row {
display: block;
}
.woolentor-user-area {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.woolentor-user-image {
margin-right: 20px;
}
.woolentor-user-image img {
border-radius: 100% !important;
}
.woolentor-user-info span {
display: block;
}
.woolentor-username {
font-size: 20px;
}
.woolentor-logout {
font-size: 14px;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px solid #ddd;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #ddd;
padding: 12px 0;
line-height: 1.5;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li a{
transition: 0.4s;
}
.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation{
width: 100%;
float: none;
}
.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul{
border:none;
}
.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul li,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul li{
display: inline-block;
border-bottom: 0;
padding: 12px 10px;
}
.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-content,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-content{
width: 100%;
float: none;
}
.woocommerce-account .woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-navigation,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-content{
float: right;
}
.woocommerce-account .woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-content,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-navigation{
float: left;
}
.woolentor_block_my_account,.woolentor_block_my_account_navigation{
overflow: hidden;
}
.woolentor_block_my_account_navigation .woocommerce-MyAccount-navigation {
width: 100% !important;
float: none !important;
}
.woolentor_myaccount_menu_type_vertical ul li{
display: inline-block;
border: none !important;
}
.woolentor_myaccount_menu_type_vertical ul{
border-top: 0 !important;
}
.woolentor_block_my_account_navigation .woolentor-user-area:not(:first-child){
display: none;
}
.woolentor-customer-logout a{
display: inline-block;
} .woolentor_block_product_grid .ht-product-ratting i {
font-family: 'FontAwesome';
}#wp-admin-bar-woolentor_template_builder > .ab-item {
display: flex !important;
align-items: center;
}
#wp-admin-bar-woolentor_template_builder .ab-item img {
width: 16px;
margin-right: 3px;
}
.wlb-marker-wrapper .wlb_image_pointer .wlb_pointer_box h4 {
margin: 0 0 7px 0;
}
.editor-styles-wrapper .ht-feature-content h4,
.editor-styles-wrapper .ht-feature-content p {
margin-top: 0;
margin-bottom: 0;
}
[class*="woolentor-"] i {
font-style: normal;
}
[class*="woolentor-"] *, [class*="woolentor-"] *::before, [class*="woolentor-"] *::after {
box-sizing: border-box;
}
.woolentor-text-align-left {
text-align: left !important;
}
.woolentor-text-align-right {
text-align: right !important;
}
.woolentor-text-align-center {
text-align: center !important;
} [class*="woolentorblock-"] a,
.block-editor__container[class*="woocommerce"] {
text-decoration: none !important;
} body .wp-block-group.is-vertical {
flex-direction: column;
}
body .wp-block-group.is-layout-flex.is-content-justification-space-between {
justify-content: space-between;
} [class*="woolentor"].alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
padding: 0 15px;
}
[class*="woolentor"].alignwide {
margin-left: -100px;
margin-right: -100px;
max-width: var(--wp--style--global--wide-size) !important;
width: unset;
}
[class*="woolentor"].alignfull .alignfull,
[class*="woolentor"].alignfull .alignwide {
width: 100%;
margin-left: auto;
margin-right: auto;
}
[class*="woolentor"].alignwide .alignfull,
[class*="woolentor"].alignwide .alignwide {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.wp-block-column [class*="woolentor"].alignfull,
.wp-block-column [class*="woolentor"].alignwide {
margin-left: auto;
margin-right: auto;
width: 100%;
}
@media (max-width: 1200px) {
[class*="woolentor"].alignfull {
margin-left: -2.4em;
margin-right: -2.4em;
}
}
@media (max-width: 768px) {
[class*="woolentor"].alignfull {
margin-left: -2.14em;
margin-right: -2.14em;
}
}
@media (max-width: 544px) {
[class*="woolentor"].alignfull {
margin-left: -1em;
margin-right: -1em;
}
}
[class*="woolentor"].alignwide {
margin-left: -20px;
margin-right: -20px;
}
.wp-block-column [class*="woolentor"].alignfull,
.wp-block-column [class*="woolentor"].alignwide {
margin-left: auto;
margin-right: auto;
width: 100%;
} .woolentor-product-image {
position: relative;
} .woolentor-before-shop {
display: block;
overflow: hidden;
}
.woolentor-archive-sale-badge-hide ul.products li.product span.onsale {
display: none !important;
}
.woolentor-archive-sale-badge-left ul.products li.product span.onsale {
right: auto;
left: 0;
}
.woolentor-archive-sale-badge-right ul.products li.product span.onsale {
left: auto;
right: 0;
} [class*="woolentor-products-columns-"] ul.products::before,
[class*="woolentor-products-columns-"] ul.products::after {
display: none !important;
}
[class*="woolentor-products-columns-"] ul.products {
display: grid !important;
column-gap: 20px;
list-style: none;
}
.woocommerce [class*="woolentor-products-columns-"] ul.products::before {
display: none !important;
}
.edit-post-visual-editor [class*="woolentor-products-columns-"] img {
width: 100%;
}
.woocommerce [class*="woolentor-products-columns-"] ul.products li.product,
.woocommerce-page
[class*="woolentor-products-columns-"]
ul.products
li.product {
float: none;
width: 100% !important;
margin-right: 0 !important;
}
[class*="woolentor-products-columns-"] ul.products li.product.first {
clear: none !important;
}
.woolentor-products-columns-1 ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-2 ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-3 ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-4 ul.products {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-5 ul.products {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-6 ul.products {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-7 ul.products {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-8 ul.products {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-9 ul.products {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-10 ul.products {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
} .woolentor-grid:not(.woolentor-grid-slider) {
display: grid;
column-gap: 20px;
} .woolentor-grid-slider {
margin-right: -15px;
margin-left: -15px;
}
.woolentor-grid-slider .woolentor-grid-column {
padding-left: 15px;
padding-right: 15px;
}
.woolentor-grid.product-slider .slick-list {
margin-right: -7.5px;
margin-left: -7.5px;
}
.woolentor-grid.product-slider .slick-slide {
padding-left: 7.5px;
padding-right: 7.5px;
}
.woolentor_block_product_grid .fa-star-half-alt:before {
content: "\f089";
} .woolentor-grid.woolentor-no-gutters,
.woolentor-grid.wlno-gutters {
column-gap: 0px;
row-gap: 0px;
}
.woocommerce.woolentor-grid::before {
display: none !important;
}
.woolentor-grid-columns-1 .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-2 .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-3 .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-4 .woolentor-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-5 .woolentor-grid {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-6 .woolentor-grid {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-7 .woolentor-grid {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-8 .woolentor-grid {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-9 .woolentor-grid {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-10 .woolentor-grid {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
} .woolentor-row .product-slider [class*="woolentor-col-"] {
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.product-slider .slick-arrow {
background: transparent none repeat scroll 0 0;
border: 2px solid #ddd;
color: #ddd;
font-size: 20px;
height: 40px;
left: -30px;
line-height: inherit;
padding: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
z-index: 99;
transition: 0.4s;
}
.product-slider .slick-arrow.slick-next {
right: -30px;
left: auto;
}
.product-slider .slick-arrow:hover {
border-color: #333;
color: #333;
}
.product-slider .slick-dots {
bottom: 0px;
display: flex;
left: 50%;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
transform: translateX(-50%);
}
.product-slider .slick-dots li {
line-height: 12px;
margin: 0 4px;
}
.product-slider .slick-dots li button {
background-color: transparent;
border: 1px solid #4e4f4f;
border-radius: 50px;
height: 13px;
padding: 0;
text-indent: -9999px;
width: 13px;
line-height: 13px;
}
.product-slider .slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828;
} [class*="woolentorblock-"] .ht-products .wishsuite-button.wishlist {
line-height: 35px;
}
[class*="woolentorblock-"]
.ht-products
.wishsuite-button.wishlist
span.wishsuite-btn-text {
position: absolute;
left: 100%;
top: 50%;
display: block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 10px;
line-height: 1;
color: #f1f1f1;
background-color: #282828;
padding: 5px 10px;
border-radius: 50px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
margin-left: -10px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 99;
}
[class*="woolentorblock-"]
.ht-products
.wishsuite-button.wishlist
span.wishsuite-btn-text {
margin-right: -10px;
-webkit-transform: translateY(-65%);
-ms-transform: translateY(-65%);
transform: translateY(-65%);
}
.ht-product-inner .ht-product-categories.hide-category-before {
padding-left: 0 !important;
}
.ht-product-inner .ht-product-categories.hide-category-before::before {
display: none !important;
} .woolentor-product-tab-area img {
width: 100%;
height: auto;
} .woolentor_block_product_grid [class*="woolentor-"] i.fa-heart {
font-family: "FontAwesome";
}
.woolentor_block_product_grid [class*="woolentor-"] i.far.fa-heart:before {
content: "\f08a";
} .woolentor-product-curvy
.wl_single-product-item.wl_left-item
.product-thumbnail {
height: auto;
} [class*="woolentorblock-"] .woolentor_slider_range .ui-slider-handle.ui-state-default.ui-corner-all{
top: -0.5em;
} .woocommerce-page .woolentor_block_cart_table table.shop_table .variation dt {
float: none;
}
.woocommerce-page .woolentor_block_cart_table table.shop_table .variation dd {
display: inline-block;
} .woocommerce:not(.woocommerce-js)
.woolentor_block_cross_sell
.products
.star-rating,
.woocommerce:not(.woocommerce-js)
.woolentor_block_archive_default
.products
.star-rating {
display: inline-block;
}
.woolentor-content-align-center .wishsuite-button {
justify-content: center;
}
.woolentor-content-align-right .wishsuite-button {
justify-content: flex-end;
} .woolentor-heading-right #payment div.payment_box::before {
right: 0;
left: auto !important;
} .woocommerce-page.woocommerce-checkout
form
.woolentor_block_checkout_order_review
#order_review {
float: none;
width: 100%;
}
.woocommerce-page.woocommerce-checkout
form
.woolentor_block_checkout_order_review
#order_review_heading {
float: none;
width: auto;
}
.woocommerce-page .woolentor_block_checkout_order_review table.shop_table {
width: 100%;
} .woolentor_block_recently_viewed_product .woolentor-recently-viewed-product {
margin-bottom: 0;
}
.woolentor_block_recently_viewed_product .woolentor-recently-view-title {
font-size: 18px !important;
line-height: 1.2 !important;
margin-bottom: 10px !important;
} .woolentor-advance-product-image-area .wl-thumbnails-image-area {
display: flex;
flex-flow: row wrap;
position: relative;
}
.woolentor-advance-product-image-area.wlpro-product-thumbnails
.woolentor-thumbnails,
.woolentor-advance-product-image-area.wlpro-product-thumbnails
.woolentor-learg-img {
width: 100%;
}
.woolentor-advance-product-image-area .product-slider .slick-arrow.slick-next {
right: 15px;
left: auto;
}
.woolentor-advance-product-image-area .ht-product-label {
position: absolute;
right: 15px;
top: 15px;
z-index: 9;
}
.thumbnails-tab-position-bottom.wlpro-product-thumbnails
ul.woolentor-thumbanis-image,
.thumbnails-tab-position-top.wlpro-product-thumbnails
ul.woolentor-thumbanis-image {
width: 100%;
}
.wlpro-product-thumbnails .woocommerce-product-gallery__image {
width: 100%;
} .wlpro-product-videothumbnails.woolentor-block-product-image-zoom{
overflow: visible;
}
.woolentor-block-product-image-zoom .wl-product-details-thumbs{
margin-left: -5px;
margin-right: -5px;
} .wl-nonequantity-txt.wl-addto-cart
form.cart
.wl-quantity-wrap
.wl-quantity-cal {
margin-left: 0 !important;
}
.woocommerce .woolentor-product-addtocart .quantity .qty {
width: auto;
} [class*="woolentorblock-"] .wl-single-product-navigation a{
display: inline-flex;
align-items: center;
justify-content: center;
transition: 0.4s;
margin-left: 0;
}
[class*="woolentorblock-"] .wl-single-product-navigation a+a{
margin-left: 12px;
} .woolentor_current_theme_oceanwp
[class*="woolentor-products-columns-"]
ul.products.grid {
display: grid !important;
}
.woolentor_current_theme_oceanwp
[class*="woolentor-products-columns-"]
ul.products.list {
display: block !important;
} @media (min-width: 1200px) and (max-width: 1400px) {
} @media (min-width: 992px) and (max-width: 1200px) { [class*="woolentor-products-columns-"] ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-1 ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-laptop-2 ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-3 ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-4 ul.products {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-5 ul.products {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-6 ul.products {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-7 ul.products {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-8 ul.products {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-9 ul.products {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-laptop-10 ul.products {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
[class*="woolentor-products-columns-laptop-"] ul.products li.product.first {
clear: none !important;
} [class*="woolentor-grid-columns-"] .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-1 .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-laptop-2 .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-3 .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-4 .woolentor-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-5 .woolentor-grid {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-6 .woolentor-grid {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-7 .woolentor-grid {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-8 .woolentor-grid {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-9 .woolentor-grid {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-laptop-10 .woolentor-grid {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
} @media (min-width: 768px) and (max-width: 991px) { [class*="woolentor-products-columns-"] ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-1 ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-tablet-2 ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-3 ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-4 ul.products {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-5 ul.products {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-6 ul.products {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-7 ul.products {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-8 ul.products {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-9 ul.products {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-tablet-10 ul.products {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
[class*="woolentor-products-columns-tablet-"] ul.products li.product.first {
clear: none !important;
} [class*="woolentor-grid-columns-"] .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-1 .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-tablet-2 .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-3 .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-4 .woolentor-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-5 .woolentor-grid {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-6 .woolentor-grid {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-7 .woolentor-grid {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-8 .woolentor-grid {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-9 .woolentor-grid {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-tablet-10 .woolentor-grid {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
} @media (max-width: 767px) { [class*="woolentor-products-columns-"] ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-mobile-1 ul.products {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-products-columns-mobile-2 ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-3 ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-4 ul.products {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-5 ul.products {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-6 ul.products {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-7 ul.products {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-8 ul.products {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-9 ul.products {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-products-columns-mobile-10 ul.products {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
[class*="woolentor-products-columns-mobile-"] ul.products li.product.first {
clear: none !important;
} [class*="woolentor-grid-columns-"] .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-mobile-1 .woolentor-grid {
grid-template-columns: repeat(1, 1fr) !important;
}
.woolentor-grid-columns-mobile-2 .woolentor-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-3 .woolentor-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-4 .woolentor-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-5 .woolentor-grid {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-6 .woolentor-grid {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-7 .woolentor-grid {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-8 .woolentor-grid {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-9 .woolentor-grid {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.woolentor-grid-columns-mobile-10 .woolentor-grid {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
}