/* http://www.dartclothing.gr/wp-content/plugins/rey-core/assets/css/general-components/sticky-social/sticky-social.css */
.rey-stickySocial{position:fixed;top:var(--r-social-icons-dist-top,35vh);z-index:1050;color:var(--r-social-icons-color,#000);display:none}@media (min-width:1025px){.rey-stickySocial{display:block}}.rey-stickySocial .rey-stickySocial-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rey-stickySocial.--position-right{right:var(--r-social-icons-dist-side,50px)}.rey-stickySocial.--position-left{left:var(--r-social-icons-dist-side,50px)}.rey-stickySocial .rey-stickySocial-title{font-size:inherit;font-weight:300;margin-bottom:0;line-height:1;color:inherit}.rey-stickySocial.--layout-boxed .rey-stickySocial-inner{padding:.65em;background-color:var(--r-social-icons-bgcolor,#fff);border-radius:var(--r-social-icons-boxed-radius,0)}.rey-stickySocial.--vert .rey-stickySocial-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rey-stickySocial.--vert.--position-right{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.rey-stickySocial.--vert.--position-left{-webkit-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:0% 0%;transform-origin:0% 0%}.rey-stickySocial.--vert .rey-stickySocial-title{margin-right:calc(var(--r-social-icons-dist-size, 1em) * 1.5)}.rey-stickySocial.--vert .rey-stickySocial-items .rey-stickySocial-item{margin-left:var(--r-social-icons-dist-size,1em)}.rey-stickySocial.--vert .rey-stickySocial-items .rey-stickySocial-item:first-child{margin-left:0}.rey-stickySocial.--no-vert .rey-stickySocial-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.rey-stickySocial.--no-vert .rey-stickySocial-title{margin-bottom:calc(var(--r-social-icons-dist-size, 1.5em) * 1.3)}.rey-stickySocial.--no-vert .rey-stickySocial-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.rey-stickySocial.--no-vert .rey-stickySocial-items .rey-stickySocial-item{margin-top:var(--r-social-icons-dist-size,1.5em)}.rey-stickySocial.--no-vert .rey-stickySocial-items .rey-stickySocial-item:first-child{margin-top:0}.rey-stickySocial.--no-vert.--position-left .rey-stickySocial-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.rey-stickySocial.--diff{mix-blend-mode:difference;color:#fff}.rey-stickySocial.--diff.--layout-boxed .rey-stickySocial-inner{color:#000}.rey-stickySocial.--visb-up .rey-stickySocial-inner{-webkit-transition:opacity 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic);transition:opacity 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic);transition:opacity 0.25s var(--easeoutcubic),transform 0.25s var(--easeoutcubic);transition:opacity 0.25s var(--easeoutcubic),transform 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic);opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}body[data-direction="up"] .rey-stickySocial.--visb-up .rey-stickySocial-inner{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.rey-stickySocial.--visb-down .rey-stickySocial-inner{-webkit-transition:opacity 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic);transition:opacity 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic);transition:opacity 0.25s var(--easeoutcubic),transform 0.25s var(--easeoutcubic);transition:opacity 0.25s var(--easeoutcubic),transform 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic);opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}body[data-direction="down"] .rey-stickySocial.--visb-down .rey-stickySocial-inner{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.rey-stickySocial-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rey-stickySocial-items .rey-stickySocial-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit;line-height:1;text-decoration:none;color:inherit}.rey-stickySocial-items .rey-stickySocial-item .__icon{margin-left:.6em}.rey-stickySocial-items .rey-stickySocial-item svg{font-size:inherit}.rey-stickySocial-items .rey-stickySocial-item.--bgcolor{padding:.5em .7em}.--linebtn .rey-stickySocial-items .rey-stickySocial-item .__text{position:relative;text-decoration:none}.--linebtn .rey-stickySocial-items .rey-stickySocial-item .__text:after{content:"";position:absolute;width:100%;height:var(--btn-line-size,2px);display:block;bottom:0;background:currentColor;-webkit-transition:opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);transition:opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);transition:transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);transition:transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center right;transform-origin:center right}.--linebtn .rey-stickySocial-items .rey-stickySocial-item .__text:after{bottom:-2px;height:var(--btn-line-size,1px)}.--linebtn .rey-stickySocial-items .rey-stickySocial-item:hover .__text:after{width:100%;left:0}