.iziToast-capsule{font-size:0;height:0;max-height:1000px;width:100%;transform:translateZ(0);backface-visibility:hidden;transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1)}.iziToast{display:inline-block;clear:both;position:relative;padding:8px 50px 9px 0;min-height:54px;width:100%;pointer-events:all;cursor:default;transform:translateX(0);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.iziToast>.iziToast-close{position:absolute;right:0;top:0;border:0;padding:0;opacity:.6;width:42px;height:100%;cursor:pointer;outline:0}.iziToast>.iziToast-close:hover{opacity:1}.iziToast>.iziToast-body{position:relative;padding:0 0 0 10px;height:100%;min-height:36px;margin:0 0 0 16px}.iziToast>.iziToast-body:after{content:"";display:table;clear:both}.iziToast>.iziToast-body>.iziToast-icon{height:100%;position:absolute;left:0;top:50%;display:table;font-size:20px;line-height:20px;margin-top:-11px}.iziToast>.iziToast-body>p,.iziToast>.iziToast-body>strong{font-size:14px;line-height:16px;text-align:left;float:left}.iziToast>.iziToast-body>strong{padding:0 8px 0 0;margin:10px 0 -10px}.iziToast>.iziToast-body>p{padding:0;margin:10px 0}.iziToast-target{position:relative;width:100%;margin:0 auto}.iziToast-target .iziToast-capsule{overflow:hidden}.iziToast-target .iziToast-capsule:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.iziToast-target .iziToast-capsule .iziToast{width:100%;float:left}.iziToast-wrapper{z-index:99999;position:fixed;width:100%;pointer-events:none;display:flex;flex-direction:column}.iziToast-wrapper-bottomLeft{left:0;bottom:0}.iziToast-wrapper-bottomRight{right:0;bottom:0;text-align:right}.iziToast-wrapper-topLeft{left:0;top:0}.iziToast-wrapper-topRight{top:0;right:0;text-align:right}.iziToast-wrapper-topCenter{top:0;left:0;right:0;text-align:center}.iziToast-wrapper-bottomCenter,.iziToast-wrapper-center{bottom:0;left:0;right:0;text-align:center}.iziToast-wrapper-center{top:0;justify-content:center;flex-flow:column;align-items:center}.iziToast-rtl{direction:rtl;padding:8px 0 9px 50px}.iziToast-rtl .iziToast-cover{left:auto;right:0}.iziToast-rtl .iziToast-close{right:auto;left:0}.iziToast-rtl .iziToast-body{padding:0 10px 0 0;margin:0 16px 0 0}.iziToast-rtl .iziToast-body strong{padding:0 0 0 10px}.iziToast-rtl .iziToast-body p,.iziToast-rtl .iziToast-body strong{float:right;text-align:right}.iziToast-rtl .iziToast-body .iziToast-icon{left:auto;right:0}@media only screen and (min-width:568px){.iziToast-wrapper{padding:10px 15px}.iziToast-cover{border-radius:4px 0 0 4px}.iziToast{margin:5px 0;border-radius:4px;width:auto}}.iziToast.fadeInLeft{-webkit-animation:iziT-fadeInLeft .6s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInLeft .6s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInRight{-webkit-animation:iziT-fadeInRight .6s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInRight .6s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInDown{-webkit-animation:iziT-fadeInDown .6s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInDown .6s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInUp{-webkit-animation:iziT-fadeInUp .6s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInUp .6s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast.fadeOut{-webkit-animation:iziT-fadeOut .5s ease both;animation:iziT-fadeOut .5s ease both}@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@font-face{font-family:Pe-icon-7-stroke;src:url(/build/fonts/Pe-icon-7-stroke.71394c0c.eot);src:url(/build/fonts/Pe-icon-7-stroke.71394c0c.eot?#iefixd7yf1v) format("embedded-opentype"),url(/build/fonts/Pe-icon-7-stroke.b38ef310.woff) format("woff"),url(/build/fonts/Pe-icon-7-stroke.01798bc1.ttf) format("truetype"),url(/build/images/Pe-icon-7-stroke.c45f7de0.svg#Pe-icon-7-stroke) format("svg");font-weight:400;font-style:normal}[class*=" pe-7s-"],[class^=pe-7s-]{font-family:Pe-icon-7-stroke;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\E6AA"}.pe-7s-arc:before{content:"\E6AB"}.pe-7s-back-2:before{content:"\E6AC"}.pe-7s-bandaid:before{content:"\E6AD"}.pe-7s-car:before{content:"\E6AE"}.pe-7s-diamond:before{content:"\E6AF"}.pe-7s-door-lock:before{content:"\E6B0"}.pe-7s-eyedropper:before{content:"\E6B1"}.pe-7s-female:before{content:"\E6B2"}.pe-7s-gym:before{content:"\E6B3"}.pe-7s-hammer:before{content:"\E6B4"}.pe-7s-headphones:before{content:"\E6B5"}.pe-7s-helm:before{content:"\E6B6"}.pe-7s-hourglass:before{content:"\E6B7"}.pe-7s-leaf:before{content:"\E6B8"}.pe-7s-magic-wand:before{content:"\E6B9"}.pe-7s-male:before{content:"\E6BA"}.pe-7s-map-2:before{content:"\E6BB"}.pe-7s-next-2:before{content:"\E6BC"}.pe-7s-paint-bucket:before{content:"\E6BD"}.pe-7s-pendrive:before{content:"\E6BE"}.pe-7s-photo:before{content:"\E6BF"}.pe-7s-piggy:before{content:"\E6C0"}.pe-7s-plugin:before{content:"\E6C1"}.pe-7s-refresh-2:before{content:"\E6C2"}.pe-7s-rocket:before{content:"\E6C3"}.pe-7s-settings:before{content:"\E6C4"}.pe-7s-shield:before{content:"\E6C5"}.pe-7s-smile:before{content:"\E6C6"}.pe-7s-usb:before{content:"\E6C7"}.pe-7s-vector:before{content:"\E6C8"}.pe-7s-wine:before{content:"\E6C9"}.pe-7s-cloud-upload:before{content:"\E68A"}.pe-7s-cash:before{content:"\E68C"}.pe-7s-close:before{content:"\E680"}.pe-7s-bluetooth:before{content:"\E68D"}.pe-7s-cloud-download:before{content:"\E68B"}.pe-7s-way:before{content:"\E68E"}.pe-7s-close-circle:before{content:"\E681"}.pe-7s-id:before{content:"\E68F"}.pe-7s-angle-up:before{content:"\E682"}.pe-7s-wristwatch:before{content:"\E690"}.pe-7s-angle-up-circle:before{content:"\E683"}.pe-7s-world:before{content:"\E691"}.pe-7s-angle-right:before{content:"\E684"}.pe-7s-volume:before{content:"\E692"}.pe-7s-angle-right-circle:before{content:"\E685"}.pe-7s-users:before{content:"\E693"}.pe-7s-angle-left:before{content:"\E686"}.pe-7s-user-female:before{content:"\E694"}.pe-7s-angle-left-circle:before{content:"\E687"}.pe-7s-up-arrow:before{content:"\E695"}.pe-7s-angle-down:before{content:"\E688"}.pe-7s-switch:before{content:"\E696"}.pe-7s-angle-down-circle:before{content:"\E689"}.pe-7s-scissors:before{content:"\E697"}.pe-7s-wallet:before{content:"\E600"}.pe-7s-safe:before{content:"\E698"}.pe-7s-volume2:before{content:"\E601"}.pe-7s-volume1:before{content:"\E602"}.pe-7s-voicemail:before{content:"\E603"}.pe-7s-video:before{content:"\E604"}.pe-7s-user:before{content:"\E605"}.pe-7s-upload:before{content:"\E606"}.pe-7s-unlock:before{content:"\E607"}.pe-7s-umbrella:before{content:"\E608"}.pe-7s-trash:before{content:"\E609"}.pe-7s-tools:before{content:"\E60A"}.pe-7s-timer:before{content:"\E60B"}.pe-7s-ticket:before{content:"\E60C"}.pe-7s-target:before{content:"\E60D"}.pe-7s-sun:before{content:"\E60E"}.pe-7s-study:before{content:"\E60F"}.pe-7s-stopwatch:before{content:"\E610"}.pe-7s-star:before{content:"\E611"}.pe-7s-speaker:before{content:"\E612"}.pe-7s-signal:before{content:"\E613"}.pe-7s-shuffle:before{content:"\E614"}.pe-7s-shopbag:before{content:"\E615"}.pe-7s-share:before{content:"\E616"}.pe-7s-server:before{content:"\E617"}.pe-7s-search:before{content:"\E618"}.pe-7s-film:before{content:"\E6A5"}.pe-7s-science:before{content:"\E619"}.pe-7s-disk:before{content:"\E6A6"}.pe-7s-ribbon:before{content:"\E61A"}.pe-7s-repeat:before{content:"\E61B"}.pe-7s-refresh:before{content:"\E61C"}.pe-7s-add-user:before{content:"\E6A9"}.pe-7s-refresh-cloud:before{content:"\E61D"}.pe-7s-paperclip:before{content:"\E69C"}.pe-7s-radio:before{content:"\E61E"}.pe-7s-note2:before{content:"\E69D"}.pe-7s-print:before{content:"\E61F"}.pe-7s-network:before{content:"\E69E"}.pe-7s-prev:before{content:"\E620"}.pe-7s-mute:before{content:"\E69F"}.pe-7s-power:before{content:"\E621"}.pe-7s-medal:before{content:"\E6A0"}.pe-7s-portfolio:before{content:"\E622"}.pe-7s-like2:before{content:"\E6A1"}.pe-7s-plus:before{content:"\E623"}.pe-7s-left-arrow:before{content:"\E6A2"}.pe-7s-play:before{content:"\E624"}.pe-7s-key:before{content:"\E6A3"}.pe-7s-plane:before{content:"\E625"}.pe-7s-joy:before{content:"\E6A4"}.pe-7s-photo-gallery:before{content:"\E626"}.pe-7s-pin:before{content:"\E69B"}.pe-7s-phone:before{content:"\E627"}.pe-7s-plug:before{content:"\E69A"}.pe-7s-pen:before{content:"\E628"}.pe-7s-right-arrow:before{content:"\E699"}.pe-7s-paper-plane:before{content:"\E629"}.pe-7s-delete-user:before{content:"\E6A7"}.pe-7s-paint:before{content:"\E62A"}.pe-7s-bottom-arrow:before{content:"\E6A8"}.pe-7s-notebook:before{content:"\E62B"}.pe-7s-note:before{content:"\E62C"}.pe-7s-next:before{content:"\E62D"}.pe-7s-news-paper:before{content:"\E62E"}.pe-7s-musiclist:before{content:"\E62F"}.pe-7s-music:before{content:"\E630"}.pe-7s-mouse:before{content:"\E631"}.pe-7s-more:before{content:"\E632"}.pe-7s-moon:before{content:"\E633"}.pe-7s-monitor:before{content:"\E634"}.pe-7s-micro:before{content:"\E635"}.pe-7s-menu:before{content:"\E636"}.pe-7s-map:before{content:"\E637"}.pe-7s-map-marker:before{content:"\E638"}.pe-7s-mail:before{content:"\E639"}.pe-7s-mail-open:before{content:"\E63A"}.pe-7s-mail-open-file:before{content:"\E63B"}.pe-7s-magnet:before{content:"\E63C"}.pe-7s-loop:before{content:"\E63D"}.pe-7s-look:before{content:"\E63E"}.pe-7s-lock:before{content:"\E63F"}.pe-7s-lintern:before{content:"\E640"}.pe-7s-link:before{content:"\E641"}.pe-7s-like:before{content:"\E642"}.pe-7s-light:before{content:"\E643"}.pe-7s-less:before{content:"\E644"}.pe-7s-keypad:before{content:"\E645"}.pe-7s-junk:before{content:"\E646"}.pe-7s-info:before{content:"\E647"}.pe-7s-home:before{content:"\E648"}.pe-7s-help2:before{content:"\E649"}.pe-7s-help1:before{content:"\E64A"}.pe-7s-graph3:before{content:"\E64B"}.pe-7s-graph2:before{content:"\E64C"}.pe-7s-graph1:before{content:"\E64D"}.pe-7s-graph:before{content:"\E64E"}.pe-7s-global:before{content:"\E64F"}.pe-7s-gleam:before{content:"\E650"}.pe-7s-glasses:before{content:"\E651"}.pe-7s-gift:before{content:"\E652"}.pe-7s-folder:before{content:"\E653"}.pe-7s-flag:before{content:"\E654"}.pe-7s-filter:before{content:"\E655"}.pe-7s-file:before{content:"\E656"}.pe-7s-expand1:before{content:"\E657"}.pe-7s-exapnd2:before{content:"\E658"}.pe-7s-edit:before{content:"\E659"}.pe-7s-drop:before{content:"\E65A"}.pe-7s-drawer:before{content:"\E65B"}.pe-7s-download:before{content:"\E65C"}.pe-7s-display2:before{content:"\E65D"}.pe-7s-display1:before{content:"\E65E"}.pe-7s-diskette:before{content:"\E65F"}.pe-7s-date:before{content:"\E660"}.pe-7s-cup:before{content:"\E661"}.pe-7s-culture:before{content:"\E662"}.pe-7s-crop:before{content:"\E663"}.pe-7s-credit:before{content:"\E664"}.pe-7s-copy-file:before{content:"\E665"}.pe-7s-config:before{content:"\E666"}.pe-7s-compass:before{content:"\E667"}.pe-7s-comment:before{content:"\E668"}.pe-7s-coffee:before{content:"\E669"}.pe-7s-cloud:before{content:"\E66A"}.pe-7s-clock:before{content:"\E66B"}.pe-7s-check:before{content:"\E66C"}.pe-7s-chat:before{content:"\E66D"}.pe-7s-cart:before{content:"\E66E"}.pe-7s-camera:before{content:"\E66F"}.pe-7s-call:before{content:"\E670"}.pe-7s-calculator:before{content:"\E671"}.pe-7s-browser:before{content:"\E672"}.pe-7s-box2:before{content:"\E673"}.pe-7s-box1:before{content:"\E674"}.pe-7s-bookmarks:before{content:"\E675"}.pe-7s-bicycle:before{content:"\E676"}.pe-7s-bell:before{content:"\E677"}.pe-7s-battery:before{content:"\E678"}.pe-7s-ball:before{content:"\E679"}.pe-7s-back:before{content:"\E67A"}.pe-7s-attention:before{content:"\E67B"}.pe-7s-anchor:before{content:"\E67C"}.pe-7s-albums:before{content:"\E67D"}.pe-7s-alarm:before{content:"\E67E"}.pe-7s-airplay:before{content:"\E67F"}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp,.pswp__bg,.pswp__scroll-wrap{height:100%;width:100%}.pswp,.pswp__item,.pswp__scroll-wrap{overflow:hidden;top:0;position:absolute;left:0}.pswp,.pswp__bg,.pswp__error-msg,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right,.pswp__caption--fake{visibility:hidden}.pswp,.pswp__bg,.pswp__container,.pswp__img--placeholder,.pswp__share-modal,.pswp__share-tooltip,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp{display:none;-ms-touch-action:none;touch-action:none;z-index:9050;-webkit-text-size-adjust:100%;outline:0}.pswp--open,.pswp__button{display:block}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{left:0;top:0;background:#000;opacity:0;transform:translateZ(0);will-change:opacity}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__item{right:0;bottom:0}.pswp__img{width:auto;height:auto;top:0;left:0}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{text-decoration:none;color:#000}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{position:relative;cursor:pointer;overflow:visible;-webkit-appearance:none;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/build/images/default-skin.e3f799c6.png) no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:1.1dppx),(min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/build/images/default-skin.b257fa9c.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}.pswp__caption--empty,.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__counter,.pswp__preloader{height:44px;top:0;position:absolute}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{left:0;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__ui{visibility:visible}.pswp__preloader{width:44px;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp--css_animation .pswp__preloader--active,.pswp__preloader--active{opacity:1}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active .pswp__preloader__icn{background:url(/build/images/preloader.e34aafbb.gif) no-repeat}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border-radius:50%;border-color:#fff #fff transparent transparent;border-style:solid;border-width:2px;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes donut-rotate{0%,to{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@keyframes donut-rotate{0%,to{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}.pswp__ui{-webkit-font-smoothing:auto;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}@font-face{font-family:Socicon;src:url(/build/fonts/socicon.3dc7e83d.eot);src:url(/build/fonts/socicon.3dc7e83d.eot#iefix) format("embedded-opentype"),url(/build/fonts/socicon.24eeff2e.woff2) format("woff2"),url(/build/fonts/socicon.d650a33e.ttf) format("truetype"),url(/build/fonts/socicon.33811ce5.woff) format("woff"),url(/build/images/socicon.0ae38b31.svg#Socicon) format("svg");font-weight:400;font-style:normal}[class*=" socicon-"],[class^=socicon-]{font-family:Socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-internet:before{content:"\E957"}.socicon-moddb:before{content:"\E94B"}.socicon-indiedb:before{content:"\E94C"}.socicon-traxsource:before{content:"\E94D"}.socicon-gamefor:before{content:"\E94E"}.socicon-pixiv:before{content:"\E94F"}.socicon-myanimelist:before{content:"\E950"}.socicon-blackberry:before{content:"\E951"}.socicon-wickr:before{content:"\E952"}.socicon-spip:before{content:"\E953"}.socicon-napster:before{content:"\E954"}.socicon-beatport:before{content:"\E955"}.socicon-hackerone:before{content:"\E956"}.socicon-hackernews:before{content:"\E946"}.socicon-smashwords:before{content:"\E947"}.socicon-kobo:before{content:"\E948"}.socicon-bookbub:before{content:"\E949"}.socicon-mailru:before{content:"\E94A"}.socicon-gitlab:before{content:"\E945"}.socicon-instructables:before{content:"\E944"}.socicon-portfolio:before{content:"\E943"}.socicon-codered:before{content:"\E940"}.socicon-origin:before{content:"\E941"}.socicon-nextdoor:before{content:"\E942"}.socicon-udemy:before{content:"\E93F"}.socicon-livemaster:before{content:"\E93E"}.socicon-crunchbase:before{content:"\E93B"}.socicon-homefy:before{content:"\E93C"}.socicon-calendly:before{content:"\E93D"}.socicon-realtor:before{content:"\E90F"}.socicon-tidal:before{content:"\E910"}.socicon-qobuz:before{content:"\E911"}.socicon-natgeo:before{content:"\E912"}.socicon-mastodon:before{content:"\E913"}.socicon-unsplash:before{content:"\E914"}.socicon-homeadvisor:before{content:"\E915"}.socicon-angieslist:before{content:"\E916"}.socicon-codepen:before{content:"\E917"}.socicon-slack:before{content:"\E918"}.socicon-openaigym:before{content:"\E919"}.socicon-logmein:before{content:"\E91A"}.socicon-fiverr:before{content:"\E91B"}.socicon-gotomeeting:before{content:"\E91C"}.socicon-aliexpress:before{content:"\E91D"}.socicon-guru:before{content:"\E91E"}.socicon-appstore:before{content:"\E91F"}.socicon-homes:before{content:"\E920"}.socicon-zoom:before{content:"\E921"}.socicon-alibaba:before{content:"\E922"}.socicon-craigslist:before{content:"\E923"}.socicon-wix:before{content:"\E924"}.socicon-redfin:before{content:"\E925"}.socicon-googlecalendar:before{content:"\E926"}.socicon-shopify:before{content:"\E927"}.socicon-freelancer:before{content:"\E928"}.socicon-seedrs:before{content:"\E929"}.socicon-bing:before{content:"\E92A"}.socicon-doodle:before{content:"\E92B"}.socicon-bonanza:before{content:"\E92C"}.socicon-squarespace:before{content:"\E92D"}.socicon-toptal:before{content:"\E92E"}.socicon-gust:before{content:"\E92F"}.socicon-ask:before{content:"\E930"}.socicon-trulia:before{content:"\E931"}.socicon-loomly:before{content:"\E932"}.socicon-ghost:before{content:"\E933"}.socicon-upwork:before{content:"\E934"}.socicon-fundable:before{content:"\E935"}.socicon-booking:before{content:"\E936"}.socicon-googlemaps:before{content:"\E937"}.socicon-zillow:before{content:"\E938"}.socicon-niconico:before{content:"\E939"}.socicon-toneden:before{content:"\E93A"}.socicon-augment:before{content:"\E908"}.socicon-bitbucket:before{content:"\E909"}.socicon-fyuse:before{content:"\E90A"}.socicon-yt-gaming:before{content:"\E90B"}.socicon-sketchfab:before{content:"\E90C"}.socicon-mobcrush:before{content:"\E90D"}.socicon-microsoft:before{content:"\E90E"}.socicon-pandora:before{content:"\E907"}.socicon-messenger:before{content:"\E906"}.socicon-gamewisp:before{content:"\E905"}.socicon-bloglovin:before{content:"\E904"}.socicon-tunein:before{content:"\E903"}.socicon-gamejolt:before{content:"\E901"}.socicon-trello:before{content:"\E902"}.socicon-spreadshirt:before{content:"\E900"}.socicon-500px:before{content:"\E000"}.socicon-8tracks:before{content:"\E001"}.socicon-airbnb:before{content:"\E002"}.socicon-alliance:before{content:"\E003"}.socicon-amazon:before{content:"\E004"}.socicon-amplement:before{content:"\E005"}.socicon-android:before{content:"\E006"}.socicon-angellist:before{content:"\E007"}.socicon-apple:before{content:"\E008"}.socicon-appnet:before{content:"\E009"}.socicon-baidu:before{content:"\E00A"}.socicon-bandcamp:before{content:"\E00B"}.socicon-battlenet:before{content:"\E00C"}.socicon-mixer:before{content:"\E00D"}.socicon-bebee:before{content:"\E00E"}.socicon-bebo:before{content:"\E00F"}.socicon-behance:before{content:"\E010"}.socicon-blizzard:before{content:"\E011"}.socicon-blogger:before{content:"\E012"}.socicon-buffer:before{content:"\E013"}.socicon-chrome:before{content:"\E014"}.socicon-coderwall:before{content:"\E015"}.socicon-curse:before{content:"\E016"}.socicon-dailymotion:before{content:"\E017"}.socicon-deezer:before{content:"\E018"}.socicon-delicious:before{content:"\E019"}.socicon-deviantart:before{content:"\E01A"}.socicon-diablo:before{content:"\E01B"}.socicon-digg:before{content:"\E01C"}.socicon-discord:before{content:"\E01D"}.socicon-disqus:before{content:"\E01E"}.socicon-douban:before{content:"\E01F"}.socicon-draugiem:before{content:"\E020"}.socicon-dribbble:before{content:"\E021"}.socicon-drupal:before{content:"\E022"}.socicon-ebay:before{content:"\E023"}.socicon-ello:before{content:"\E024"}.socicon-endomodo:before{content:"\E025"}.socicon-envato:before{content:"\E026"}.socicon-etsy:before{content:"\E027"}.socicon-facebook:before{content:"\E028"}.socicon-feedburner:before{content:"\E029"}.socicon-filmweb:before{content:"\E02A"}.socicon-firefox:before{content:"\E02B"}.socicon-flattr:before{content:"\E02C"}.socicon-flickr:before{content:"\E02D"}.socicon-formulr:before{content:"\E02E"}.socicon-forrst:before{content:"\E02F"}.socicon-foursquare:before{content:"\E030"}.socicon-friendfeed:before{content:"\E031"}.socicon-github:before{content:"\E032"}.socicon-goodreads:before{content:"\E033"}.socicon-google:before{content:"\E034"}.socicon-googlescholar:before{content:"\E035"}.socicon-googlegroups:before{content:"\E036"}.socicon-googlephotos:before{content:"\E037"}.socicon-googleplus:before{content:"\E038"}.socicon-grooveshark:before{content:"\E039"}.socicon-hackerrank:before{content:"\E03A"}.socicon-hearthstone:before{content:"\E03B"}.socicon-hellocoton:before{content:"\E03C"}.socicon-heroes:before{content:"\E03D"}.socicon-smashcast:before{content:"\E03E"}.socicon-horde:before{content:"\E03F"}.socicon-houzz:before{content:"\E040"}.socicon-icq:before{content:"\E041"}.socicon-identica:before{content:"\E042"}.socicon-imdb:before{content:"\E043"}.socicon-instagram:before{content:"\E044"}.socicon-issuu:before{content:"\E045"}.socicon-istock:before{content:"\E046"}.socicon-itunes:before{content:"\E047"}.socicon-keybase:before{content:"\E048"}.socicon-lanyrd:before{content:"\E049"}.socicon-lastfm:before{content:"\E04A"}.socicon-line:before{content:"\E04B"}.socicon-linkedin:before{content:"\E04C"}.socicon-livejournal:before{content:"\E04D"}.socicon-lyft:before{content:"\E04E"}.socicon-macos:before{content:"\E04F"}.socicon-mail:before{content:"\E050"}.socicon-medium:before{content:"\E051"}.socicon-meetup:before{content:"\E052"}.socicon-mixcloud:before{content:"\E053"}.socicon-modelmayhem:before{content:"\E054"}.socicon-mumble:before{content:"\E055"}.socicon-myspace:before{content:"\E056"}.socicon-newsvine:before{content:"\E057"}.socicon-nintendo:before{content:"\E058"}.socicon-npm:before{content:"\E059"}.socicon-odnoklassniki:before{content:"\E05A"}.socicon-openid:before{content:"\E05B"}.socicon-opera:before{content:"\E05C"}.socicon-outlook:before{content:"\E05D"}.socicon-overwatch:before{content:"\E05E"}.socicon-patreon:before{content:"\E05F"}.socicon-paypal:before{content:"\E060"}.socicon-periscope:before{content:"\E061"}.socicon-persona:before{content:"\E062"}.socicon-pinterest:before{content:"\E063"}.socicon-play:before{content:"\E064"}.socicon-player:before{content:"\E065"}.socicon-playstation:before{content:"\E066"}.socicon-pocket:before{content:"\E067"}.socicon-qq:before{content:"\E068"}.socicon-quora:before{content:"\E069"}.socicon-raidcall:before{content:"\E06A"}.socicon-ravelry:before{content:"\E06B"}.socicon-reddit:before{content:"\E06C"}.socicon-renren:before{content:"\E06D"}.socicon-researchgate:before{content:"\E06E"}.socicon-residentadvisor:before{content:"\E06F"}.socicon-reverbnation:before{content:"\E070"}.socicon-rss:before{content:"\E071"}.socicon-sharethis:before{content:"\E072"}.socicon-skype:before{content:"\E073"}.socicon-slideshare:before{content:"\E074"}.socicon-smugmug:before{content:"\E075"}.socicon-snapchat:before{content:"\E076"}.socicon-songkick:before{content:"\E077"}.socicon-soundcloud:before{content:"\E078"}.socicon-spotify:before{content:"\E079"}.socicon-stackexchange:before{content:"\E07A"}.socicon-stackoverflow:before{content:"\E07B"}.socicon-starcraft:before{content:"\E07C"}.socicon-stayfriends:before{content:"\E07D"}.socicon-steam:before{content:"\E07E"}.socicon-storehouse:before{content:"\E07F"}.socicon-strava:before{content:"\E080"}.socicon-streamjar:before{content:"\E081"}.socicon-stumbleupon:before{content:"\E082"}.socicon-swarm:before{content:"\E083"}.socicon-teamspeak:before{content:"\E084"}.socicon-teamviewer:before{content:"\E085"}.socicon-technorati:before{content:"\E086"}.socicon-telegram:before{content:"\E087"}.socicon-tripadvisor:before{content:"\E088"}.socicon-tripit:before{content:"\E089"}.socicon-triplej:before{content:"\E08A"}.socicon-tumblr:before{content:"\E08B"}.socicon-twitch:before{content:"\E08C"}.socicon-twitter:before{content:"\E08D"}.socicon-uber:before{content:"\E08E"}.socicon-ventrilo:before{content:"\E08F"}.socicon-viadeo:before{content:"\E090"}.socicon-viber:before{content:"\E091"}.socicon-viewbug:before{content:"\E092"}.socicon-vimeo:before{content:"\E093"}.socicon-vine:before{content:"\E094"}.socicon-vkontakte:before{content:"\E095"}.socicon-warcraft:before{content:"\E096"}.socicon-wechat:before{content:"\E097"}.socicon-weibo:before{content:"\E098"}.socicon-whatsapp:before{content:"\E099"}.socicon-wikipedia:before{content:"\E09A"}.socicon-windows:before{content:"\E09B"}.socicon-wordpress:before{content:"\E09C"}.socicon-wykop:before{content:"\E09D"}.socicon-xbox:before{content:"\E09E"}.socicon-xing:before{content:"\E09F"}.socicon-yahoo:before{content:"\E0A0"}.socicon-yammer:before{content:"\E0A1"}.socicon-yandex:before{content:"\E0A2"}.socicon-yelp:before{content:"\E0A3"}.socicon-younow:before{content:"\E0A4"}.socicon-youtube:before{content:"\E0A5"}.socicon-zapier:before{content:"\E0A6"}.socicon-zerply:before{content:"\E0A7"}.socicon-zomato:before{content:"\E0A8"}.socicon-zynga:before{content:"\E0A9"}.mt-0{margin-top:0}.mt-5px{margin-top:5px}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-15{margin-top:15px}.mt-30{margin-top:30px}.mb-0{margin-bottom:0}.mb-5px{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.ml-0{margin-left:0}.ml-10{margin-left:10px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.mr-0{margin-right:0}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}#tsshop .offcanvas-wrapper{min-height:auto}#tsshop .cc-floating.cc-theme-classic{border-radius:0}#tsshop .cc-btn,#tsshop .cc-link,#tsshop .scroll-to-top-btn:hover{text-decoration:none}#tsshop .widget-light-skin.widget-categories ul>li>a:hover,#tsshop .widget-light-skin.widget-links ul>li>a:hover{color:#dc186a}#tsshop footer.site-footer{background:#404955}#tsshop footer.site-footer .widget-categories ul>li:before,#tsshop footer.site-footer .widget-categories ul>li>a,#tsshop footer.site-footer .widget-links ul>li:before,#tsshop footer.site-footer .widget-links ul>li>a,#tsshop footer.site-footer .widget-title{color:#fff}#tsshop .hero-slider>.owl-carousel.dots-inside .owl-dots{border-top-left-radius:0;border-top-right-radius:0}#tsshop .tooltipster-sidetip.tooltipster-sidetip-customized .tooltipster-box{box-shadow:2px 2px 20px 0 rgba(0,0,0,.4);border-color:#565656}#tsshop .tooltipster-sidetip.tooltipster-top.tooltipster-sidetip-customized .tooltipster-arrow-border{border-top-color:#565656}#tsshop .modal .modal-header{border-bottom:1px solid #ddd}#tsshop .modal .modal-content{border-radius:0}#tsshop .modal .modal-footer{border-top:1px solid #ddd}@media (min-width:992px){#tsshop .modal-content{margin-top:200px}}#tsshop .no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#tsshop .pagination .pages>li.active>a{border-color:#dc186a;background-color:#dc186a;color:#fff}#tsshop .pagination .pages>li>a{border-radius:0}#tsshop .social-button.shape-circle,#tsshop .social-button.shape-rounded,#tsshop .social-button.shape-square{border:1px solid #ddd}#tsshop .christmas-notice{background:#bd3525;padding:10px 15px;color:#fff}#tsshop .homepage-services i.icon{font-size:32px;margin-bottom:10px}#tsshop .homepage-services .h6{margin-bottom:0}#tsshop .nav-tabs{border-bottom-color:#ddd}#tsshop .nav-tabs .nav-link{border-radius:0}#tsshop .nav-tabs .nav-link:hover{color:#dc186a}#tsshop .nav-tabs .nav-link.active{color:#dc186a;border-color:#ddd #ddd #fff}#tsshop .product-tags{padding-left:0;margin-bottom:0;max-width:450px}#tsshop .product-tags .product-tag{display:inline-block;list-style:none;background:#eee;font-size:11px;letter-spacing:.6px;height:23px;line-height:23px;padding-left:15px;padding-right:15px;position:relative;text-decoration:none;margin-bottom:.3rem;-webkit-transition:color .2s}#tsshop .product-tags .product-tag a{color:#606975;display:block}#tsshop .product-tags .product-tag a:hover{text-decoration:none}#tsshop .product-tags .product-tag:hover{opacity:.8}#tsshop #ts-product-configurator{margin-bottom:30px}#tsshop #ts-product-configurator .ts-box{border:1px solid #ddd}#tsshop #ts-product-configurator .ts-box .nav-tabs{border-left:1px solid #ddd;border-right:1px solid #ddd}#tsshop #ts-product-configurator .ts-box .nav-tabs .nav-link{font-weight:300;padding:10px;border-top:1px solid #ddd;letter-spacing:0}#tsshop #ts-product-configurator .ts-box .nav-tabs .nav-link.active{font-weight:500}@media only screen and (max-width:576px){#tsshop #ts-product-configurator .ts-box .nav-tabs .nav-link{padding:10px 5px;font-size:13px}}#tsshop #ts-product-configurator .ts-box .nav-tabs .nav-item.hidden{display:none}#tsshop #ts-product-configurator .ts-box .nav-tabs .nav-item.hidden-size-design .nav-link.active,#tsshop #ts-product-configurator .ts-box .nav-tabs .nav-item.hidden-size .nav-link.active,#tsshop #ts-product-configurator .ts-box .nav-tabs .nav-item:first-child .nav-link.active{border-left:none}#tsshop #ts-product-configurator .ts-box .nav-tabs .nav-item:last-child .nav-link.active{border-right:none}#tsshop #ts-product-configurator .ts-box .tab-content{border-color:#e1e7ec;border-radius:0;padding-bottom:0;padding-top:12px;min-height:157px;overflow:visible}#tsshop #ts-product-configurator .ts-box .tab-content .form-group{margin-bottom:10px}#tsshop #ts-product-configurator .ts-box .tab-content .form-group label{font-size:15px}#tsshop #ts-product-configurator .ts-box #config-size .size-select{display:block;float:left;height:35px;line-height:35px;margin-right:15px;border:1px solid #eee;padding:0 15px;text-transform:uppercase;font-size:13px;cursor:pointer;margin-bottom:10px}#tsshop #ts-product-configurator .ts-box #config-size .size-select.selected,#tsshop #ts-product-configurator .ts-box #config-size .size-select:hover{border:1px solid #dc186a}#tsshop #ts-product-configurator .ts-box #config-design .design-select{display:block;float:left;height:35px;line-height:35px;margin-right:15px;border:1px solid #eee;padding:0 15px;text-transform:uppercase;font-size:13px;cursor:pointer;margin-bottom:10px}#tsshop #ts-product-configurator .ts-box #config-design .design-select.selected,#tsshop #ts-product-configurator .ts-box #config-design .design-select:hover{border:1px solid #dc186a}#tsshop #ts-product-configurator .ts-box #config-material .form-control{margin-bottom:10px}#tsshop #ts-product-configurator .ts-box #config-extra .extra-kuvert-none,#tsshop #ts-product-configurator .ts-box #config-extra .extra-kuvert-select{float:left;line-height:33px;margin-bottom:10px;padding:0 15px;border:1px solid #eee;cursor:pointer;margin-right:15px}#tsshop #ts-product-configurator .ts-box #config-extra .extra-kuvert-none.selected,#tsshop #ts-product-configurator .ts-box #config-extra .extra-kuvert-none:hover,#tsshop #ts-product-configurator .ts-box #config-extra .extra-kuvert-select.selected,#tsshop #ts-product-configurator .ts-box #config-extra .extra-kuvert-select:hover{border:1px solid #dc186a}#tsshop #ts-product-configurator .ts-box #config-extra .config-color-picker-extra-kuvert-additional{display:none}#tsshop #ts-product-configurator .ts-box #config-extra .config-color-picker-extra-kuvert-additional .config-kuvert-select-container .config-kuvert-select-notice{font-weight:500;color:#dc186a}#tsshop #ts-product-configurator .ts-box #config-extra .config-color-picker-extra-kuvert-additional .config-kuvert-select-container .config-kuvert-select{margin-top:5px}#tsshop #ts-product-configurator .ts-box #config-extra .config-color-picker-extra-kuvert-additional .config-kuvert-info-container{margin-top:15px;margin-bottom:5px}#tsshop #ts-product-configurator .ts-box #config-extra .config-color-picker-extra-kuvert-additional .config-kuvert-info-container label{margin-bottom:0}#tsshop #ts-product-configurator .ts-box #config-extra .config-color-picker-extra-kuvert-additional .config-kuvert-info-container .material-color-preview-container span{display:block;float:left;margin-right:3px}#tsshop #ts-product-configurator .ts-box #config-extra .config-color-picker-extra-kuvert-additional .config-kuvert-info-container .material-color-preview-container span.material-color-preview{margin-top:4px;width:14px;height:14px;margin-left:3px;border:1px solid #ddd;margin-right:15px}#tsshop #ts-product-configurator .ts-box #config-extra .extra-kuvert-quantity-container{float:left;display:none;margin-top:-30px}#tsshop #ts-product-configurator .ts-box #config-extra .extra-kuvert-quantity-container select{border:1px solid #eee;line-height:33px;height:35px;padding-bottom:0}#tsshop #ts-product-configurator .ts-box.box-checkout{padding:18px 24px;border-top:none}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info{margin-bottom:0}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td{border-top:none;padding:0}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td.price-product{padding-bottom:4px}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td.delivery-value,#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td.product-value{text-align:right;padding-bottom:4px}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td.delivery-value,#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td.price-delivery{padding-bottom:16px}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td.price-total{text-transform:uppercase;font-weight:700;padding-top:15px;border-top:1px solid #eee}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td.price-value{padding-top:15px;border-top:1px solid #eee}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td.price-value div{text-align:right;font-weight:700;font-size:17px;margin-top:4px;line-height:15px;color:#dc186a}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info td.price-value small{display:block;text-align:right}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info.disable-configuration tr:first-child,#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info.disable-configuration tr:nth-child(2){display:none}#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info.disable-configuration .price-total,#tsshop #ts-product-configurator .ts-box.box-checkout table.checkout-info.disable-configuration .price-value{border-top:0;padding-top:0}#tsshop #ts-product-configurator .ts-box.box-checkout .label-total-price{margin-bottom:5px;font-size:14px;font-weight:500;cursor:pointer}#tsshop #ts-product-configurator .ts-box.box-checkout #price-delivery-info{font-size:13px;margin-top:20px}#tsshop #ts-product-configurator .ts-box.box-checkout #price-delivery-info span{color:#dc186a}#tsshop #ts-product-configurator .ts-box.box-checkout #price-delivery-info a{text-decoration:none;cursor:pointer}#tsshop #ts-product-configurator .ts-box.box-checkout .form-group{margin-bottom:10px}#tsshop #ts-product-configurator .ts-box.box-checkout .form-group label{font-size:14px;margin-bottom:5px}#tsshop #ts-product-configurator .ts-box.box-checkout .form-group select.form-control{line-height:40px;height:40px}#tsshop #ts-product-configurator .ts-box.box-checkout .form-group select option:disabled{background:#ddd}#tsshop #ts-product-configurator .ts-box.box-checkout #checkout-add-cart{width:100%;font-size:14px;margin-top:9px;margin-bottom:0}#tsshop #ts-product-configurator .ts-box.box-checkout #checkout-add-cart>i{margin-top:-2px;margin-right:3px;margin-left:-2px}#tsshop #ts-product-configurator .ts-box.box-checkout #checkout-add-cart.unprinted{background:#009a08}#tsshop #ts-product-configurator .ts-box.box-checkout #checkout-offer,#tsshop #ts-product-configurator .ts-box.box-checkout #checkout-save{font-size:12px;padding:0;width:48%;display:block;float:left;height:32px;margin:0;line-height:32px}#tsshop #ts-product-configurator .ts-box.box-checkout #checkout-offer{margin-right:4%}#tsshop #ts-product-configurator .ts-box.box-checkout #box-offer-save-actions{float:right;margin-top:8px}#tsshop #ts-product-configurator .ts-box.box-checkout #box-offer-save-actions a{text-decoration:none}#tsshop #ts-product-configurator .ts-box.box-checkout #box-admin-calculation-action{margin-top:9px}#tsshop #ts-product-configurator .ts-box.box-checkout #box-admin-calculation-action a{text-decoration:none}#tsshop #ts-product-configurator .ts-box .config-layer{height:auto;width:100%;position:absolute;overflow:hidden;margin-top:46px}#tsshop #ts-product-configurator .ts-box .config-layer #config-layer-data{background-color:#f5f5f5;width:555px;height:400px;position:relative}#tsshop #ts-product-configurator .ts-box .config-layer #config-layer-data #config-layer-content .content-area.new-content{padding-top:0}#tsshop #ts-product-configurator .ts-box .config-layer #config-layer-data #config-layer-content .content-add-new{color:#000;text-align:center;height:40px;line-height:40px;background:hsla(0,0%,100%,.4)}#tsshop #ts-product-configurator .ts-box .config-layer #config-layer-data #config-layer-content .content-add-new:hover{background:#fff;cursor:pointer}#tsshop #ts-product-configurator .ts-box #fold-info-icon{position:absolute;right:15px;cursor:pointer}#tsshop #ts-product-configurator .ts-box #fold-info-icon img{height:35px}#tsshop #ts-product-configurator .ts-box #config-layer-thumb-container{position:absolute;top:0;z-index:1000;display:table;width:100%;table-layout:fixed;height:46px}#tsshop #ts-product-configurator .ts-box #config-layer-thumb-container .config-layer-thumb{display:table-cell;text-align:center;color:#dc186a;background:#fff;line-height:46px;font-weight:700;cursor:pointer}#tsshop #ts-product-configurator .ts-box #config-layer-thumb-container .config-layer-thumb.active,#tsshop #ts-product-configurator .ts-box #config-layer-thumb-container .config-layer-thumb:hover{background:rgba(28,82,183,.7);color:#fff}#tsshop #ts-product-configurator .ts-box #config-layer-thumb-container .config-layer-thumb[data-type="1"]{border-right:1px solid #ddd}#tsshop #ts-product-configurator .ts-box #config-layer #example-images .example-image,#tsshop #ts-product-configurator .ts-box #config-layer-thumb-container .config-layer-thumb[data-type="2"]{display:none}#tsshop #ts-product-configurator .ts-box #config-layer #example-images .example-image.active{display:block}#tsshop #ts-product-configurator .ts-box #config-layer #example-images .arrow-next,#tsshop #ts-product-configurator .ts-box #config-layer #example-images .arrow-previous{position:absolute;top:calc(50% - 13px);transform:translateY(-50%)}#tsshop #ts-product-configurator .ts-box #config-layer #example-images .arrow-next:hover,#tsshop #ts-product-configurator .ts-box #config-layer #example-images .arrow-previous:hover{cursor:pointer}#tsshop #ts-product-configurator .ts-box #config-layer #example-images .arrow-next{right:10px}#tsshop #ts-product-configurator .ts-box #config-layer #example-images .arrow-previous{left:10px}#tsshop #ts-product-configurator .ts-box.ts-box-no-border{border:none}#tsshop #ts-product-configurator #editor-color ul.config-color,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional ul.config-color,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert ul.config-color,#tsshop #ts-product-configurator .config-color-picker ul.config-color{list-style:none;line-height:0;padding:0}#tsshop #ts-product-configurator #editor-color ul.config-color li,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional ul.config-color li,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert ul.config-color li,#tsshop #ts-product-configurator .config-color-picker ul.config-color li{display:inline-block;cursor:pointer;border:1px solid #eee;margin-bottom:5px}#tsshop #ts-product-configurator #editor-color ul.config-color li .colorbox,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional ul.config-color li .colorbox,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert ul.config-color li .colorbox,#tsshop #ts-product-configurator .config-color-picker ul.config-color li .colorbox{width:25px;height:25px;display:block}#tsshop #ts-product-configurator #editor-color ul.config-color li.selected,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional ul.config-color li.selected,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert ul.config-color li.selected,#tsshop #ts-product-configurator .config-color-picker ul.config-color li.selected{position:relative}#tsshop #ts-product-configurator #editor-color ul.config-color li.selected:after,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional ul.config-color li.selected:after,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert ul.config-color li.selected:after,#tsshop #ts-product-configurator .config-color-picker ul.config-color li.selected:after{content:"";position:absolute;border:2px solid #dc186a;left:-2px;top:-2px;right:-2px;bottom:-2px}#tsshop #ts-product-configurator #editor-color .color-choice,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional .color-choice,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert .color-choice,#tsshop #ts-product-configurator .config-color-picker .color-choice{height:25px;cursor:pointer}#tsshop #ts-product-configurator #editor-color .color-choice .color-box,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional .color-choice .color-box,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert .color-choice .color-box,#tsshop #ts-product-configurator .config-color-picker .color-choice .color-box{width:25px;height:25px;display:block;float:left;border:1px solid #eee;cursor:pointer}#tsshop #ts-product-configurator #editor-color .color-choice .color-label,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional .color-choice .color-label,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert .color-choice .color-label,#tsshop #ts-product-configurator .config-color-picker .color-choice .color-label{display:block;float:left;height:25px;line-height:25px;margin-left:15px;font-size:15px}#tsshop #ts-product-configurator #editor-color .color-choice .label-change,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional .color-choice .label-change,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert .color-choice .label-change,#tsshop #ts-product-configurator .config-color-picker .color-choice .label-change{display:block;float:right;height:25px;line-height:25px;margin-left:15px;border:1px solid #eee;padding:0 10px;text-transform:uppercase;font-size:12px}#tsshop #ts-product-configurator #editor-color .color-choice .label-change:hover,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert-additional .color-choice .label-change:hover,#tsshop #ts-product-configurator .config-color-picker-extra-kuvert .color-choice .label-change:hover,#tsshop #ts-product-configurator .config-color-picker .color-choice .label-change:hover{border:1px solid #dc186a;cursor:pointer}#tsshop #ts-product-configurator #ts-editor{height:402px;width:100%;background:#342d2d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}#tsshop #ts-product-configurator #ts-editor #ts-editor-open{height:60px;padding-top:10px;background:#dc186a;width:100%;text-align:center;display:block;color:#fff;line-height:30px;text-decoration:none;position:relative;top:50%;transform:translateY(-50%)}#tsshop #ts-product-configurator #ts-editor #ts-editor-open i{display:block}#tsshop #ts-product-configurator #ts-editor #ts-editor-open:hover{background:#cd1868}@font-face{font-family:Lickcurl Petite;src:url(/build/fonts/Lickcurl-Petite.43bcdb83.ttf)}@font-face{font-family:Canyon Stencil Medium;src:url(/build/fonts/Canyon-Stencil-Medium-Regular.1ce19bd1.ttf)}@font-face{font-family:Deko Black Open Serial;src:url(/build/fonts/DekoBlackOpenSerial-Regular.8cdfe5b5.ttf)}@font-face{font-family:Dessau;src:url(/build/fonts/Dessau-Medium-Regular.3fe5b66a.ttf)}@font-face{font-family:Digital Dream;src:url(/build/fonts/Digital-dream.44126579.ttf)}@font-face{font-family:Dodger;src:url(/build/fonts/Dodger.333ce8bf.ttf)}@font-face{font-family:Dotimatrix;src:url(/build/fonts/Dotimatrix5.8e3553ce.ttf)}@font-face{font-family:Dots all for;src:url(/build/fonts/DotsAllForNowJL.d2d2839f.ttf)}@font-face{font-family:Durango Alt Medium;src:url(/build/fonts/Durango-Alt-Medium-Regular.411f3319.ttf)}@font-face{font-family:Durango;src:url(/build/fonts/Durango-Regular.d3f50979.ttf)}@font-face{font-family:Eco Files;src:url(/build/fonts/Eco-Files.8ea95524.ttf)}@font-face{font-family:Expressa;src:url(/build/fonts/ExpressaSerial-Regular.d9bca662.ttf)}@font-face{font-family:Micro Stencil Black Regular;src:url(/build/fonts/MicroStencil-Black-Regular.ffeede4a.ttf)}@font-face{font-family:Telegraphic;src:url(/build/fonts/Telegraphic.c9fae0f3.ttf)}@font-face{font-family:Telidon;src:url(/build/fonts/TelidonHv-Regular.60d40cae.ttf)}@font-face{font-family:Elegant Script;src:url(/build/fonts/Elegant-Script-Regular.3f0f55cd.ttf)}@font-face{font-family:Obstacle Lines BRK;src:url(/build/fonts/ObstacleLinesBRK.c7a16f94.ttf)}@font-face{font-family:A sensible Armadillo;src:url(/build/fonts/ASensibleArmadilloRegular.168c5d94.ttf)}@font-face{font-family:Malaga Regular;src:url(/build/fonts/Malaga-Regular.fb360f6d.ttf)}@font-face{font-family:Marriage Regular;src:url(/build/fonts/Marriage-Regular.c7afe3f5.ttf)}@font-face{font-family:Melville Regular;src:url(/build/fonts/Melville-Regular.0e3ea4dd.ttf)}@font-face{font-family:Merida;src:url(/build/fonts/Merida.29124866.ttf)}@font-face{font-family:Montreal Serial Script;src:url(/build/fonts/MontrealSerial-Regular.6b2e4ff3.ttf)}@font-face{font-family:Nagomi Regular;src:url(/build/fonts/Nagomi-Regular.e0c0215c.ttf)}@font-face{font-family:Nauvoo;src:url(/build/fonts/Nauvoo.4966a79a.ttf)}@font-face{font-family:Odstemplik;src:url(/build/fonts/odstemplik.d7f79eb9.ttf)}@font-face{font-family:Opus;src:url(/build/fonts/Opus-Regular.e9f85d51.ttf)}#tsshop #ts-product-configurator #configurator-image{min-height:446px;overflow:hidden;background:#fdfafa;border:1px solid #ddd}#tsshop #ts-product-configurator #configurator-image #example-images-container{display:none}@media only screen and (max-width:576px){#tsshop #ts-product-configurator #configurator-image{min-height:312px}}#tsshop #modal-ts-editor .modal-lg{max-width:90%;height:85%}#tsshop #modal-ts-editor .modal-lg .modal-content{min-height:100%;margin-top:50px}#tsshop #modal-ts-editor-preview #ts-preview-image{height:300px}#tsshop #modal-config-change #editor-color ul.config-color,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional ul.config-color,#tsshop #modal-config-change .config-color-picker-extra-kuvert ul.config-color,#tsshop #modal-config-change .config-color-picker ul.config-color{list-style:none;line-height:0;padding:0}#tsshop #modal-config-change #editor-color ul.config-color li,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional ul.config-color li,#tsshop #modal-config-change .config-color-picker-extra-kuvert ul.config-color li,#tsshop #modal-config-change .config-color-picker ul.config-color li{display:inline-block;cursor:pointer;border:1px solid #eee;margin-bottom:5px}#tsshop #modal-config-change #editor-color ul.config-color li .colorbox,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional ul.config-color li .colorbox,#tsshop #modal-config-change .config-color-picker-extra-kuvert ul.config-color li .colorbox,#tsshop #modal-config-change .config-color-picker ul.config-color li .colorbox{width:25px;height:25px;display:block}#tsshop #modal-config-change #editor-color ul.config-color li.selected,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional ul.config-color li.selected,#tsshop #modal-config-change .config-color-picker-extra-kuvert ul.config-color li.selected,#tsshop #modal-config-change .config-color-picker ul.config-color li.selected{position:relative}#tsshop #modal-config-change #editor-color ul.config-color li.selected:after,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional ul.config-color li.selected:after,#tsshop #modal-config-change .config-color-picker-extra-kuvert ul.config-color li.selected:after,#tsshop #modal-config-change .config-color-picker ul.config-color li.selected:after{content:"";position:absolute;border:2px solid #dc186a;left:-2px;top:-2px;right:-2px;bottom:-2px}#tsshop #modal-config-change #editor-color .color-choice,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional .color-choice,#tsshop #modal-config-change .config-color-picker-extra-kuvert .color-choice,#tsshop #modal-config-change .config-color-picker .color-choice{height:25px;cursor:pointer}#tsshop #modal-config-change #editor-color .color-choice .color-box,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional .color-choice .color-box,#tsshop #modal-config-change .config-color-picker-extra-kuvert .color-choice .color-box,#tsshop #modal-config-change .config-color-picker .color-choice .color-box{width:25px;height:25px;display:block;float:left;border:1px solid #eee;cursor:pointer}#tsshop #modal-config-change #editor-color .color-choice .color-label,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional .color-choice .color-label,#tsshop #modal-config-change .config-color-picker-extra-kuvert .color-choice .color-label,#tsshop #modal-config-change .config-color-picker .color-choice .color-label{display:block;float:left;height:25px;line-height:25px;margin-left:15px;font-size:15px}#tsshop #modal-config-change #editor-color .color-choice .label-change,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional .color-choice .label-change,#tsshop #modal-config-change .config-color-picker-extra-kuvert .color-choice .label-change,#tsshop #modal-config-change .config-color-picker .color-choice .label-change{display:block;float:right;height:25px;line-height:25px;margin-left:15px;border:1px solid #eee;padding:0 10px;text-transform:uppercase;font-size:12px}#tsshop #modal-config-change #editor-color .color-choice .label-change:hover,#tsshop #modal-config-change .config-color-picker-extra-kuvert-additional .color-choice .label-change:hover,#tsshop #modal-config-change .config-color-picker-extra-kuvert .color-choice .label-change:hover,#tsshop #modal-config-change .config-color-picker .color-choice .label-change:hover{border:1px solid #dc186a;cursor:pointer}#tsshop #modal-config-change #config-extra .extra-kuvert-none{height:30px;display:inline-block;line-height:30px;margin-bottom:10px;padding:0 15px;border:1px solid #eee;cursor:pointer}#tsshop #modal-config-change #config-extra .extra-kuvert-none.selected,#tsshop #modal-config-change #config-extra .extra-kuvert-none:hover{border:1px solid #dc186a}#tsshop .theme-app{background:#6c6c6c}#tsshop .app-view{min-height:920px;position:absolute;background:#fff;color:#555;left:15px;top:10px;right:15px;bottom:15px;width:auto;z-index:3}#tsshop .app-view .page-title{margin-bottom:10px;padding-bottom:3px}#tsshop .app-view .page-title h1{font-weight:700;font-size:17px;line-height:22px;margin-top:5px;margin-bottom:5px}#tsshop .app-view .page-title p{font-size:15px;line-height:17px;margin-bottom:6px}#tsshop .app-view .page-title a{text-decoration:none}#tsshop #editor-area #editor-canvas{width:calc(100% - 560px);float:left;height:800px;border:1px solid #99a3af;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}#tsshop #editor-area #editor-canvas #editor-wrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#tsshop #editor-area #editor-canvas #canvas-navigation{display:none;position:absolute}#tsshop #editor-area #editor-canvas #canvas-navigation .navigation-next{position:absolute;width:22px;height:37px}#tsshop #editor-area #editor-canvas #canvas-navigation .navigation-next:hover{cursor:pointer}#tsshop #editor-area #editor-canvas #canvas-navigation .navigation-back{position:absolute;width:22px;height:37px}#tsshop #editor-area #editor-canvas #canvas-navigation .navigation-back:hover{cursor:pointer}#tsshop #editor-area #editor-settings{width:520px;float:left;height:800px;margin:0 20px;border-left:1px solid #99a3af;border-right:1px solid #99a3af;border-bottom:1px solid #99a3af}#tsshop #editor-area #editor-settings .fullwidth-label{width:100%;border-top:1px solid #99a3af;border-bottom:1px solid #99a3af;text-align:center;height:28px;font-size:16px;line-height:28px;margin-bottom:15px;user-select:none}#tsshop #editor-area #editor-settings #config-change-container{line-height:18px}#tsshop #editor-area #editor-settings #config-change-container .config-change-material-container{width:100%;height:18px;display:block}#tsshop #editor-area #editor-settings #config-change-container .config-change-material-container span{display:block;float:left}#tsshop #editor-area #editor-settings #config-change-container .config-change-material-container span:first-child{margin-right:3px}#tsshop #editor-area #editor-settings #config-change-container .config-change-material-container span:nth-child(2){width:15px;height:15px;margin-right:3px;margin-top:1px;border:1px solid #ddd}#tsshop #editor-area #editor-settings #config-change-container a#config-change{margin-top:5px;display:block}#tsshop #editor-area #editor-settings #setting-text-area{margin:0}#tsshop #editor-area #editor-settings #setting-text-area #setting-create-text{line-height:35px;height:35px;border:1px solid #eee;cursor:pointer;text-align:center}#tsshop #editor-area #editor-settings #setting-text-area #setting-create-text:hover{background:#dc186a;border:1px solid #dc186a;color:#fff}#tsshop #editor-area #editor-settings #setting-text-area #setting-delete-text{line-height:35px;height:35px;border:1px solid #eee;cursor:pointer;text-align:center}#tsshop #editor-area #editor-settings #setting-text-area #setting-delete-text:hover{background:#bd3525;border:1px solid #bd3525;color:#fff}#tsshop #editor-area #editor-settings #setting-text-area #setting-delete-text.disabled{opacity:.3;cursor:not-allowed}#tsshop #editor-area #editor-settings #editor-text-edit{padding-left:15px;padding-right:15px}#tsshop #editor-area #editor-settings #editor-text-edit label{font-size:14px;letter-spacing:0;color:#000;margin-bottom:5px}#tsshop #editor-area #editor-settings #editor-text-edit #font-family-select{color:#404955;border:1px solid #ddd;height:44px;background-position:center right 17px;background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiM2MDY5NzUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-size:9px 9px;font-size:14px;user-select:none}#tsshop #editor-area #editor-settings #editor-text-edit #font-family-select .font-select{display:none}#tsshop #editor-area #editor-settings #editor-text-edit #font-family-select .font-selected{display:block;line-height:38px;min-height:43px;padding:0 38px 0 18px}#tsshop #editor-area #editor-settings #editor-text-edit #font-family-select.show-list{z-index:10;position:relative;border-color:#dc186a}#tsshop #editor-area #editor-settings #editor-text-edit #font-family-select.show-list .font-select-container{max-height:250px;overflow-y:scroll;padding:0}#tsshop #editor-area #editor-settings #editor-text-edit #font-family-select.show-list .font-select{display:block;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;padding-left:18px;padding-right:18px;line-height:21px}#tsshop #editor-area #editor-settings #editor-text-edit #font-family-select.show-list .font-select:hover{background:#dc186a;cursor:pointer}#tsshop #editor-area #editor-settings #editor-text-edit #font-family-select.show-list .font-select:last-child{border-bottom:1px solid #ddd}#tsshop #editor-area #editor-settings #editor-text-edit .editor-font-align{color:#000;display:inline-block;border:1px solid #ddd;padding:5px}#tsshop #editor-area #editor-settings #editor-text-edit .editor-font-align i{font-size:32px}#tsshop #editor-area #editor-settings #editor-text-edit .editor-font-align.active i{color:#dc186a}#tsshop #editor-area #editor-settings #editor-text-edit #et-font-color ul{padding-left:0;margin-bottom:0}#tsshop #editor-area #editor-settings #editor-text-edit #et-font-color ul li{list-style:none;display:inline-block;border:1px solid transparent}#tsshop #editor-area #editor-settings #editor-text-edit #et-font-color ul li span{display:block;width:25px;height:25px;border:1px solid #ddd}#tsshop #editor-area #editor-settings #editor-text-edit #et-font-color ul li:hover{cursor:pointer}#tsshop #editor-area #editor-settings #editor-text-edit #et-font-color ul li.active{border:1px solid #dc186a}#tsshop #editor-area #editor-settings #editor-text-edit #et-font-color i{font-size:12px}#tsshop #editor-area #editor-settings #setting-create-preview{cursor:pointer}#tsshop #editor-area #editor-settings #setting-create-preview:hover{background:#dc186a}#tsshop #editor-area #element-select{padding-left:15px;padding-right:15px;margin:0}#tsshop #editor-area #element-select .element{text-align:center;height:75px;cursor:pointer;margin-bottom:15px}#tsshop #editor-area #element-select .element .element-preview{height:50px;border-top:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd}#tsshop #editor-area #element-select .element .element-preview .row{padding:0 15px}#tsshop #editor-area #element-select .element .element-preview .element-page{height:49px;line-height:49px}#tsshop #editor-area #element-select .element .element-preview .element-page:hover{background:#ddd}#tsshop #editor-area #element-select .element .element-preview .element-page.disabled{pointer-events:none;opacity:.2;background:#ddd;cursor:not-allowed}#tsshop #editor-area #element-select .element .element-preview .element-page.active{background:#dc186a;color:#fff}#tsshop #editor-area #element-select .element .element-label{background:#ddd;height:25px;line-height:25px}#tsshop #editor-area #design-download-preview,#tsshop #editor-area #design-save-email{width:50%;float:left;border:1px solid #eee;margin-right:0;padding:0}#tsshop #editor-area #design-download-preview:hover,#tsshop #editor-area #design-save-email:hover{color:#dc186a}#tsshop #editor-area #checkout-add-cart{width:100%;letter-spacing:0}#tsshop #editor-area #checkout-add-cart i{margin-top:-6px;margin-right:2px}#tsshop #editor-area #editor-fonts-preload{display:none}#tsshop #modal-design-preview #preview-tseditor{margin-bottom:15px;padding-left:15px;padding-right:15px}#tsshop #modal-design-preview #preview-tseditor #preview-container-wrapper{height:450px;width:100%}#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-multiple-page,#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-single-page{display:flex;justify-content:center}#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-multiple-page .preview-page,#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-single-page .preview-page{display:inline-block;border:1px solid #eee}#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-multiple-page .preview-page svg,#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-single-page .preview-page svg{height:100%;width:auto}#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-multiple-page .preview-page.preview-material svg,#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-single-page .preview-page.preview-material svg{mix-blend-mode:color-burn}#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-multiple-page.multiple-page-stacked,#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-single-page.multiple-page-stacked{flex-direction:column}#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-multiple-page.multiple-page-stacked .preview-page,#tsshop #modal-design-preview #preview-tseditor .preview-container .preview-single-page.multiple-page-stacked .preview-page{margin:0 auto}#tsshop #admin-debug-calculation{display:none;border:1px solid #ddd;padding:15px 25px}#tsshop #description h2,#tsshop #tipps h2{font-size:18px}#tsshop #description h3,#tsshop #tipps h3{font-size:16px}#tsshop .widget-title{color:#606975;border-bottom-color:#ddd}#tsshop .widget-categories ul>li>a,#tsshop .widget-links ul>li>a{color:#606975}#tsshop .widget-categories ul>li>a:hover,#tsshop .widget-links ul>li>a:hover{color:#dc186a}#tsshop .grid-item .product-thumb{margin-bottom:15px;display:block;text-decoration:none}#tsshop .grid-item .product-card.product-favorite{border-radius:0;background-color:#fff;padding:0}#tsshop .grid-item .product-card.product-favorite .product-detail{padding:10px 15px 20px;display:block}#tsshop .grid-item .product-card.product-favorite .product-detail.product-detail-config-item{color:#404955;text-align:center}#tsshop .grid-item .product-card.product-favorite .product-detail.product-detail-config-item .ci-cta{font-size:13px;color:#dc186a}#tsshop .grid-item .product-card.product-favorite .product-detail.product-detail-config-item .ci-product-name{text-align:center;font-weight:700;margin-top:4px;font-size:15px}#tsshop .grid-item .product-card.product-favorite .product-detail.product-detail-config-item .ci-hint{font-size:13px;margin-bottom:11px;margin-top:5px}#tsshop .grid-item .product-card.product-favorite .product-title{margin-bottom:5px;height:40px;display:table;width:100%}#tsshop .grid-item .product-card.product-favorite .product-title>span{display:table-cell;vertical-align:middle}#tsshop .grid-item .product-card.product-favorite .product-title>span:hover{color:#dc186a}#tsshop .grid-item .product-card.product-favorite .product-title.product-title-alt>span{display:block}#tsshop .grid-item .product-card.product-favorite .product-title.product-title-alt>span.name-sub{font-size:13px;font-style:italic}#tsshop .grid-item .product-card.product-favorite .product-title.product-title-alt:hover{color:#dc186a}#tsshop .grid-item .product-card.product-favorite .product-price{display:block}#tsshop .grid-item .product-card.product-favorite .product-price small{margin-left:5px;font-size:13px}#tsshop .grid-item .product-card.product-favorite .product-soldout{text-align:center;line-height:36px;display:block;color:#99a3af;font-style:italic}#tsshop .grid-item .product-card.product-favorite .product-buttons{padding:0;display:blocK}#tsshop .category-text h2{font-size:22px}#tsshop #product-accessory-detail #checkout-add-cart,#tsshop #product-accessory-detail #checkout-add-cart-disabled{margin-top:29px}#tsshop #product-accessory-detail #checkout-add-cart-disabled i,#tsshop #product-accessory-detail #checkout-add-cart i{margin-top:-5px;margin-right:5px}@media only screen and (max-width:576px){#tsshop #product-accessory-detail #checkout-add-cart,#tsshop #product-accessory-detail #checkout-add-cart-disabled{width:100%;margin-top:5px;margin-bottom:20px}}#tsshop #product-accessory-detail .social-button.shape-circle{border-radius:0}#tsshop #product-accessory-detail .social-button.shape-circle i{font-size:16px;line-height:36px}#tsshop #product-accessory-detail .social-button.shape-circle.sb-mail:focus,#tsshop #product-accessory-detail .social-button.shape-circle.sb-mail:hover{color:#dc186a!important}#tsshop #product-accessory-detail .social-button.shape-circle.sb-whatsapp:focus,#tsshop #product-accessory-detail .social-button.shape-circle.sb-whatsapp:hover{color:#25d366!important}#tsshop #product-accessory-detail .social-button.shape-circle.sb-messenger:focus,#tsshop #product-accessory-detail .social-button.shape-circle.sb-messenger:hover{color:#0084ff!important}#tsshop #product-accessory-detail .social-button.shape-circle.sb-messenger,#tsshop #product-accessory-detail .social-button.shape-circle.sb-whatsapp{display:none}@media only screen and (max-width:576px){#tsshop #product-accessory-detail .social-button.shape-circle.sb-messenger,#tsshop #product-accessory-detail .social-button.shape-circle.sb-whatsapp{display:inline-block}}#tsshop #product-accessory-detail .social-button.shape-circle:hover{text-decoration:none}#tsshop #product-accessory-detail .accessory-price .price-legal{font-size:13px}@media only screen and (max-width:576px){#tsshop #product-accessory-detail .accessory-price .price-legal{display:block}}#tsshop #product-accessory-detail .accessory-price small{font-size:20px;display:inline-block;color:#606975}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper{width:500px}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-main{width:100%;position:relative}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-main .ag-arrow{position:absolute;top:0;left:0;width:100%}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-main .ag-arrow .arrow-left{position:absolute;left:15px;top:250px}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-main .ag-arrow .arrow-left:hover{cursor:pointer}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-main .ag-arrow .arrow-right{position:absolute;right:15px;top:250px}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-main .ag-arrow .arrow-right:hover{cursor:pointer}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-thumbs{height:125px;margin-top:10px;margin-left:-5px;margin-right:-5px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-thumbs .ag-thumb{flex:0 0 25%;position:relative;width:100%;padding-left:5px;padding-right:5px}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-thumbs .ag-thumb img{cursor:pointer}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-thumbs .ag-thumb.thumb-active img{border:1px solid #dc186a}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-images{display:none}#tsshop #product-accessory-detail #accessory-info .accessory-alt-name small{display:inline;font-size:18px;color:#404955}#tsshop #product-accessory-detail #accessory-material-color,#tsshop #product-accessory-detail #accessory-material-color-2{max-width:400px}#tsshop #product-accessory-detail #accessory-material-color-2 ul,#tsshop #product-accessory-detail #accessory-material-color ul{padding-left:0;margin-bottom:0}#tsshop #product-accessory-detail #accessory-material-color-2 ul li,#tsshop #product-accessory-detail #accessory-material-color ul li{list-style:none;display:inline-block}#tsshop #product-accessory-detail #accessory-material-color-2 ul li span,#tsshop #product-accessory-detail #accessory-material-color ul li span{display:block;width:25px;height:25px;border:1px solid #ddd}#tsshop #product-accessory-detail #accessory-material-color-2 ul li:hover,#tsshop #product-accessory-detail #accessory-material-color ul li:hover{cursor:pointer}#tsshop #product-accessory-detail #accessory-material-color-2 ul li.selected span,#tsshop #product-accessory-detail #accessory-material-color ul li.selected span{border:2px solid #dc186a}@media only screen and (min-width:1200px){#tsshop #product-accessory-detail #accessory-gallery{flex:0 0 45%;max-width:45%}#tsshop #product-accessory-detail #accessory-info{flex:0 0 55%;max-width:55%}#tsshop #product-accessory-detail #accessory-gallery,#tsshop #product-accessory-detail #acessory-info{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media only screen and (min-width:993px) and (max-width:1199px){#tsshop #product-accessory-detail #accessory-gallery{flex:0 0 45%;max-width:45%}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper{width:100%}#tsshop #product-accessory-detail #accessory-info{flex:0 0 55%;max-width:55%}#tsshop #product-accessory-detail #accessory-gallery,#tsshop #product-accessory-detail #acessory-info{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media only screen and (min-width:577px) and (max-width:991px){#tsshop #product-accessory-detail #accessory-gallery{flex:0 0 45%;max-width:45%}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper{width:100%}#tsshop #product-accessory-detail #accessory-info{flex:0 0 55%;max-width:55%}#tsshop #product-accessory-detail #accessory-gallery,#tsshop #product-accessory-detail #acessory-info{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media only screen and (max-width:576px){#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper{width:100%}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-main .ag-arrow{height:100%}#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-main .ag-arrow .arrow-left,#tsshop #product-accessory-detail #accessory-gallery .ag-wrapper #ag-main .ag-arrow .arrow-right{top:calc(50% - 17px)}}@media only screen and (max-width:576px){#tsshop #modal-cart-added .modal-footer{display:block}#tsshop #modal-cart-added .btn{width:100%;display:block;margin:0 0 10px}}#tsshop .checkout-steps>a{width:33.33%;border-color:#ddd}#tsshop .checkout-steps>a:first-child,#tsshop .checkout-steps>a:last-child{border-radius:0}#tsshop .checkout-steps>a.active{background-color:#606975;color:#fff}#tsshop .checkout-steps>a.active .angle:after,#tsshop .checkout-steps>a.active .angle:before{border-left-color:#606975}#tsshop .checkout-steps>a.active+a>.angle{background-color:#606975}#tsshop .checkout-steps>a:hover{color:#dc186a}@media only screen and (max-width:576px){#tsshop .checkout-steps>a{width:100%;border-radius:0}}#tsshop #checkout-login-new-account{margin-top:29px;margin-bottom:20px}@media only screen and (max-width:576px){#tsshop .checkout-steps{display:flex;flex-direction:column-reverse}#tsshop .checkout-footer>.column{display:block;padding:10px 15px;vertical-align:middle}#tsshop #checkout-login-new-account{margin-top:0}#tsshop #checkout-complete{font-size:11px;padding:0;width:100%}}#tsshop .remove-from-cart{font-size:14px;line-height:20px}#tsshop .remove-from-cart i{font-size:18px;margin-top:-2px;display:inline-block}#tsshop .remove-from-cart:hover{text-decoration:underline}#tsshop .checkout-footer{border-radius:0}#tsshop .coupon-form label{display:block;font-weight:700;margin-bottom:0}#tsshop .coupon-form #coupon-value,#tsshop .coupon-form #flex-product-code{display:inline-block;width:175px}#tsshop .coupon-form button{margin-top:5px}#tsshop #login-existing-error,#tsshop #login-new-error{color:#bd3525;display:none}#tsshop #login-existing-error .text,#tsshop #login-new-error .text{padding:15px;border:1px solid;margin-bottom:15px}#tsshop #payment-select .card{border-radius:0}#tsshop #payment-select .card .card-header{border-radius:0;border:none}#tsshop #payment-select .card .card-header a.collapsed .payment-selected{display:none}#tsshop #payment-select .card .card-header .payment-selected{display:inline-block;color:#07d12e}#tsshop #payment-select #checkout-paypal[disabled]{cursor:not-allowed;opacity:.5}#tsshop #payment-select #cc-reset{margin-bottom:10px;color:#bd6c1a;font-weight:700}#tsshop #payment-select #cardholder-name{padding-bottom:0;margin-bottom:15px;line-height:38px;height:auto}#tsshop #payment-select #card-errors{margin-top:10px;color:#bd3525;font-weight:700}#tsshop #payment-select .StripeElement{background-color:#fff;height:40px;padding:10px 12px;border-radius:0;border:1px solid #ddd}@media only screen and (max-width:576px){#tsshop #payment-select .StripeElement{margin-bottom:15px}}#tsshop #payment-select .StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}#tsshop #payment-select .StripeElement--invalid{border-color:#fa755a}#tsshop #payment-select .StripeElement--webkit-autofill{background-color:#fefde5!important}#tsshop #payment-select .interactive-credit-card button.btn.btn-outline-primary{height:40px;line-height:40px}#tsshop #shipment-address #checkout-is-firm,#tsshop #shipment-address #delivery-is-firm{text-decoration:none;margin-bottom:10px;display:block}#tsshop #shipment-address #checkout-firm-container,#tsshop #shipment-address #checkout-is-firm.hidden,#tsshop #shipment-address #delivery-firm-container,#tsshop #shipment-address #delivery-is-firm.hidden{display:none}#tsshop #shipment-address #checkout-firm-container.visible,#tsshop #shipment-address #delivery-firm-container.visible{display:flex}#tsshop #shipment-address #shipment-address-seperate-delivery{display:none}#tsshop #shipment-address #shipment-address-seperate-delivery.visible{display:block}#tsshop #checkout-complete-order i.icon-arrow-right2{margin-left:2px}#tsshop .ts-checkout .cart-list-view{margin-bottom:0;margin-top:5px}#tsshop .ts-checkout .cart-list-view th{padding-bottom:.35rem;border:none}#tsshop .ts-checkout .cart-list-view .product-item.product-configuration .product-thumb{width:140px;padding-right:25px;display:block;float:left}#tsshop .ts-checkout .cart-list-view .product-item.product-configuration .product-info{display:inline-block}#tsshop .ts-checkout .cart-list-view .product-item.product-configuration .product-info h4{font-size:16px;margin-bottom:0}#tsshop .ts-checkout .shopping-cart-footer .complete-total{padding-right:10px}#tsshop .ts-checkout .complete-footer{margin-top:5px}#tsshop .ts-checkout .complete-footer .custom-control-description a{text-decoration:none}#tsshop .ts-checkout .complete-footer .custom-control-description a:hover{text-decoration:underline}@media only screen and (max-width:576px){#tsshop .ts-checkout .btn.btn-outline-secondary,#tsshop .ts-checkout .btn.btn-primary{padding:0 11px;letter-spacing:0;font-size:12px;width:100%}#tsshop .ts-checkout .cc-delivery,#tsshop .ts-checkout .cc-payment{margin-top:10px}#tsshop .ts-checkout .cart-list-view .product-accessory .product-thumb{display:none}#tsshop .ts-checkout .cart-list-view .product-accessory .product-info{margin-left:0}}#tsshop .promo-box.promo-questions .promo-box-content div{color:#fff;font-size:18px}#tsshop .promo-box.promo-questions .promo-box-content div a{color:#fff;text-decoration:none}#tsshop .promo-box.promo-questions .promo-box-content .first-line{font-weight:700;font-size:20px}#tsshop .promo-box.promo-questions .promo-box-content .second-line{font-size:16px;line-height:18px}#tsshop .promo-box.promo-questions .promo-box-content .third-line{margin-top:20px}#tsshop .shopping-cart .product-item .product-thumb{width:70px;padding-right:20px}#tsshop .shopping-cart .count-input{width:150px}#tsshop .product-accessory .product-info{float:left;margin-left:10px}#tsshop .product-accessory .product-info .product-title{font-size:16px}#tsshop .product-accessory .product-info .product-title small{display:block;margin-left:0;color:#99a3af;padding-top:0}#tsshop .product-accessory .product-info .product-title span.material-color-preview{width:10px;height:10px;display:inline-block;margin-left:2px}#tsshop .product-accessory .product-info .product-title a:hover{color:#dc186a}#tsshop .product-accessory .product-thumb{width:70px;float:left}#tsshop .product-item.product-configuration .product-thumb{width:130px}#tsshop .product-item.product-configuration .edit-design{text-decoration:none}#tsshop .product-item.product-configuration span.material-color-preview{width:10px;height:10px;display:inline-block;margin-left:2px}#tsshop #coupon-value.valid,#tsshop #flex-product-code.valid{border:1px solid #07d12e}#tsshop #coupon-value.invalid,#tsshop #flex-product-code.invalid{border:1px solid #bd3525}#tsshop #coupon-value.warning,#tsshop #flex-product-code.warning{border:1px solid #bd6c1a}#tsshop #coupon-success .coupon-requirements{color:#bd3525;font-weight:700}#tsshop .btn-paypal[disabled]{cursor:not-allowed;opacity:.5}#tsshop .shopping-cart-footer{border-color:#ddd}#tsshop .cart-list-view th{border-top:none}#tsshop #modal-extra-kuvert #editor-color ul.config-color,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional ul.config-color,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert ul.config-color,#tsshop #modal-extra-kuvert .config-color-picker ul.config-color{list-style:none;line-height:0;padding:0}#tsshop #modal-extra-kuvert #editor-color ul.config-color li,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional ul.config-color li,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert ul.config-color li,#tsshop #modal-extra-kuvert .config-color-picker ul.config-color li{display:inline-block;cursor:pointer;border:1px solid #eee;margin-bottom:5px}#tsshop #modal-extra-kuvert #editor-color ul.config-color li .colorbox,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional ul.config-color li .colorbox,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert ul.config-color li .colorbox,#tsshop #modal-extra-kuvert .config-color-picker ul.config-color li .colorbox{width:25px;height:25px;display:block}#tsshop #modal-extra-kuvert #editor-color ul.config-color li.selected,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional ul.config-color li.selected,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert ul.config-color li.selected,#tsshop #modal-extra-kuvert .config-color-picker ul.config-color li.selected{position:relative}#tsshop #modal-extra-kuvert #editor-color ul.config-color li.selected:after,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional ul.config-color li.selected:after,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert ul.config-color li.selected:after,#tsshop #modal-extra-kuvert .config-color-picker ul.config-color li.selected:after{content:"";position:absolute;border:2px solid #dc186a;left:-2px;top:-2px;right:-2px;bottom:-2px}#tsshop #modal-extra-kuvert #editor-color .color-choice,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .color-choice,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert .color-choice,#tsshop #modal-extra-kuvert .config-color-picker .color-choice{height:25px;cursor:pointer}#tsshop #modal-extra-kuvert #editor-color .color-choice .color-box,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .color-choice .color-box,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert .color-choice .color-box,#tsshop #modal-extra-kuvert .config-color-picker .color-choice .color-box{width:25px;height:25px;display:block;float:left;border:1px solid #eee;cursor:pointer}#tsshop #modal-extra-kuvert #editor-color .color-choice .color-label,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .color-choice .color-label,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert .color-choice .color-label,#tsshop #modal-extra-kuvert .config-color-picker .color-choice .color-label{display:block;float:left;height:25px;line-height:25px;margin-left:15px;font-size:15px}#tsshop #modal-extra-kuvert #editor-color .color-choice .label-change,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .color-choice .label-change,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert .color-choice .label-change,#tsshop #modal-extra-kuvert .config-color-picker .color-choice .label-change{display:block;float:right;height:25px;line-height:25px;margin-left:15px;border:1px solid #eee;padding:0 10px;text-transform:uppercase;font-size:12px}#tsshop #modal-extra-kuvert #editor-color .color-choice .label-change:hover,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .color-choice .label-change:hover,#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert .color-choice .label-change:hover,#tsshop #modal-extra-kuvert .config-color-picker .color-choice .label-change:hover{border:1px solid #dc186a;cursor:pointer}#tsshop #modal-extra-kuvert .extra-kuvert-none,#tsshop #modal-extra-kuvert .extra-kuvert-select{float:left;line-height:33px;margin-bottom:10px;padding:0 15px;border:1px solid #eee;cursor:pointer;margin-right:15px}#tsshop #modal-extra-kuvert .extra-kuvert-none.selected,#tsshop #modal-extra-kuvert .extra-kuvert-none:hover,#tsshop #modal-extra-kuvert .extra-kuvert-select.selected,#tsshop #modal-extra-kuvert .extra-kuvert-select:hover{border:1px solid #dc186a}#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional{display:none}#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .config-kuvert-select-container .config-kuvert-select-notice{font-weight:500;color:#dc186a}#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .config-kuvert-select-container .config-kuvert-select{margin-top:5px}#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .config-kuvert-info-container{margin-top:15px;margin-bottom:5px}#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .config-kuvert-info-container label{margin-bottom:0}#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .config-kuvert-info-container .material-color-preview-container span{display:block;float:left;margin-right:3px}#tsshop #modal-extra-kuvert .config-color-picker-extra-kuvert-additional .config-kuvert-info-container .material-color-preview-container span.material-color-preview{margin-top:4px;width:14px;height:14px;margin-left:3px;border:1px solid #ddd;margin-right:15px}#tsshop #modal-extra-kuvert .extra-kuvert-quantity-container{float:left;display:none;margin-top:-30px}#tsshop #modal-extra-kuvert .extra-kuvert-quantity-container select{border:1px solid #eee;line-height:33px;height:35px;padding-bottom:0}#tsshop #modal-extra-kuvert.in-background{display:none!important}#tsshop .page-content h1{font-size:24px}#tsshop .page-content h2{font-size:20px}#tsshop .page-content h3{font-size:18px}#tsshop .guide-content h1{font-size:26px}#tsshop .guide-content ul{display:inline-block}#tsshop .ts-blog .blog-post-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-bottom:18px;color:#999;font-size:14px}#tsshop .ts-blog .blog-post-meta a:not(.read-more){transition:color .25s;color:#999;text-decoration:none}#tsshop .ts-blog .blog-post-meta a.read-more{text-decoration:none}#tsshop .ts-blog .blog-post-meta .divider{display:inline-block;width:1px;height:11px;margin:0 10px;background-color:hsla(0,0%,60%,.5);vertical-align:middle}#tsshop .ts-blog .blog-post-title{font-size:22px;font-weight:400;line-height:1.3;margin-bottom:6px}#tsshop .ts-blog .blog-post-title:hover>a{color:#dc186a}#tsshop .ts-blog .blog-post-title>a{transition:color .3s;color:#404040;text-decoration:none}#tsshop .ts-blog .blog-post-thumb{display:block;margin-bottom:24px}#tsshop .ts-blog .blog-post-thumb>img{display:block;width:100%}#tsshop .ts-blog .blog-text-content{font-size:17px}#tsshop .ts-blog .blog-text-content h1,#tsshop .ts-blog .blog-text-content h2,#tsshop .ts-blog .blog-text-content h3,#tsshop .ts-blog .blog-text-content h4{font-weight:300}#tsshop .ts-blog .blog-text-content a{text-decoration:none}#tsshop .ts-blog .comment{padding-left:0}#tsshop .ts-blog .comment .comment-body{position:relative;padding:24px;background-color:#f5f5f5;border-radius:0;border:none}#tsshop .ts-blog .comment .comment-body:after,#tsshop .ts-blog .comment .comment-body:before,#tsshop .ts-blog .row-comment-captcha{display:none}#tsshop .ts-blog a{text-decoration:none}#tsshop .ts-blog .social-button.shape-rounded{border-radius:0}#tsshop .ts-blog .social-button.shape-rounded i{font-size:16px;line-height:36px}#tsshop .ts-blog .social-button.shape-rounded.sb-mail:focus,#tsshop .ts-blog .social-button.shape-rounded.sb-mail:hover{color:#dc186a!important}#tsshop .ts-blog .social-button.shape-rounded.sb-whatsapp:focus,#tsshop .ts-blog .social-button.shape-rounded.sb-whatsapp:hover{color:#25d366!important}#tsshop .ts-blog .social-button.shape-rounded.sb-messenger:focus,#tsshop .ts-blog .social-button.shape-rounded.sb-messenger:hover{color:#0084ff!important}#tsshop .ts-blog .social-button.shape-rounded.sb-messenger,#tsshop .ts-blog .social-button.shape-rounded.sb-whatsapp{display:none}@media only screen and (max-width:576px){#tsshop .ts-blog .social-button.shape-rounded.sb-messenger,#tsshop .ts-blog .social-button.shape-rounded.sb-whatsapp{display:inline-block}}#tsshop .ts-blog .social-button.shape-rounded:hover{text-decoration:none}#tsshop .ts-blog-title{font-size:20px;line-height:38px}#tsshop .ts-blog-widget .blog-thumb{margin-bottom:15px;display:block;text-decoration:none}#tsshop .ts-blog-widget .blog-thumb .blog-box{border-radius:0;background-color:#fff;padding:0}#tsshop .ts-blog-widget .blog-thumb .blog-box picture img{height:260.5px;object-fit:cover}#tsshop .ts-blog-widget .blog-thumb .blog-box .blog-detail{padding:20px 15px;display:block;color:#404955}#tsshop .ts-blog-widget .blog-thumb .blog-box .blog-detail .blog-bw-name{font-size:16px;font-weight:400;text-align:center;height:40px;line-height:20px;margin-bottom:5px}#tsshop .ts-blog-widget .blog-thumb .blog-box .blog-detail .blog-button{text-align:center;display:block}#tsshop .ts-blog-widget .blog-thumb .blog-box .blog-detail .blog-button .btn{margin-bottom:0}#tsshop .ts-blog-widget .product-detail.product-detail-config-item{color:#404955;text-align:center}#tsshop .ts-blog-widget .product-detail.product-detail-config-item .ci-cta{font-size:13px;color:#dc186a}#tsshop .ts-blog-widget .product-detail.product-detail-config-item .ci-product-name{text-align:center;font-weight:700;margin-top:4px;font-size:14px}#tsshop .ts-blog-widget .product-detail.product-detail-config-item .ci-hint{font-size:13px;margin-bottom:10px;margin-top:5px}#tsshop .ts-blog.ts-guide .blog-post-thumb{color:#404955;margin-bottom:10px}#tsshop .ts-blog.ts-guide .blog-post-meta{padding-bottom:0}#tsshop .partner-tabs ul li{position:relative}#tsshop .partner-tabs ul li a{color:#404955;text-decoration:none;display:block;padding:7px 20px}#tsshop .partner-tabs ul li a.active{background:#8a94a0;color:#fff;border-bottom:1px solid #fff;margin-bottom:-2px}#tsshop .partner-tabs h2{font-size:18px}#tsshop .partner-tabs h2 a{text-decoration:none;font-size:14px}#tsshop .partner-tabs .partner-coupon-details{text-decoration:none}#tsshop .partner-payment{margin-top:10px}#tsshop .partner-payment label{font-weight:700}#tsshop .partner-payment input,#tsshop .partner-payment select{width:40%}#tsshop .partner-payment-status{margin-top:15px}#tsshop .partner-payment-status.error{color:#bd3525;font-weight:700}#tsshop .partner-payment-status.success{color:#07d12e;font-weight:700}#tsshop ol.partner-legal{margin-top:10px;margin-bottom:10px}#tsshop ol.partner-legal li{margin-bottom:10px;padding-left:10px}#tsshop ol.partner-legal li .legal-paragraph{margin-bottom:5px}#tsshop #modal-partner-coupon-new .form-horizontal label.control-label{float:left;line-height:44px;font-size:16px;text-align:right}#tsshop #modal-partner-coupon-new .form-horizontal .input-col{float:left}#tsshop #modal-partner-coupon-new #partner-error-message{color:#bd3525;font-weight:700;margin-top:10px}#tsshop .partner-register-error{background:#bd3525;padding:15px;color:#fff}#tsshop form[name=partner_public] input.error{border:1px solid #bd3525}#tsshop .designer-tabs ul li{position:relative}#tsshop .designer-tabs ul li a{color:#404955;text-decoration:none;display:block;padding:7px 20px}#tsshop .designer-tabs ul li a.active{background:#8a94a0;color:#fff;border-bottom:1px solid #fff;margin-bottom:-2px}#tsshop .designer-tabs h2{font-size:18px}#tsshop .designer-tabs h2 a{text-decoration:none;font-size:14px}#tsshop .designer-payment{margin-top:10px}#tsshop .designer-payment label{font-weight:700}#tsshop .designer-payment input,#tsshop .designer-payment select{width:40%}#tsshop .designer-payment-status{margin-top:15px}#tsshop .designer-payment-status.error{color:#bd3525;font-weight:700}#tsshop .designer-payment-status.success{color:#07d12e;font-weight:700}#tsshop ol.designer-legal{margin-top:10px;margin-bottom:10px}#tsshop ol.designer-legal li{margin-bottom:10px;padding-left:10px}#tsshop ol.designer-legal li .legal-paragraph{margin-bottom:5px}#tsshop .designer-register-error{background:#bd3525;padding:15px;color:#fff}#tsshop input.form-control.ts-search-input{height:34px;padding-left:10px}#tsshop a.btn.ts-search{float:right;margin-right:0;height:32px;line-height:32px;text-transform:none;margin-bottom:0}#tsshop .search-page input.form-control.ts-search-input{height:44px;padding-left:15px;font-size:15px;width:350px;display:inline-block}#tsshop .search-page a.btn.ts-search{float:none;display:inline-block;height:44px;line-height:44px;margin-top:0;margin-left:5px}#tsshop .ts-contact .contact-success-msg{font-weight:700;color:#07d12e}#tsshop .ts-contact form[name=contact] label{font-weight:500;margin-top:15px;margin-bottom:5px}#tsshop .ts-contact form[name=contact] textarea{min-height:150px}#tsshop .ts-contact form[name=contact] #request-topic{display:none}#tsshop .ts-content-box{margin-bottom:40px}#tsshop .ts-content-box h2{font-size:20px;margin-bottom:10px}#tsshop .ts-content-box h3{font-size:16px}#tsshop .ts-content-box .image-left{float:left;margin:0 40px 15px 0;max-width:350px}#tsshop .ts-content-box .image-right{float:right;margin:0 0 15px 40px;max-width:350px}@media only screen and (max-width:576px){#tsshop .ts-content-box .image-left,#tsshop .ts-content-box .image-right{margin:0 0 40px;float:none;max-width:100%}}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotate(4deg);-moz-transform:rotate(4deg);-o-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}to{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}to{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}to{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}