.wt-tipsy{font-size:12px;position:absolute;padding:5px;z-index:100000}.wt-tipsy-inner{background-color:#000;color:#FFF;max-width:200px;padding:5px 8px 4px 8px;text-align:center}.wt-tipsy-inner{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.wt-tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.wt-tipsy-arrow-n{border-bottom-color:#000}.wt-tipsy-arrow-s{border-top-color:#000}.wt-tipsy-arrow-e{border-left-color:#000}.wt-tipsy-arrow-w{border-right-color:#000}.wt-tipsy-n .wt-tipsy-arrow{top:0px;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.wt-tipsy-nw .wt-tipsy-arrow{top:0;left:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.wt-tipsy-ne .wt-tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.wt-tipsy-s .wt-tipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.wt-tipsy-sw .wt-tipsy-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.wt-tipsy-se .wt-tipsy-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.wt-tipsy-e .wt-tipsy-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent}.wt-tipsy-w .wt-tipsy-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent}.wt-pw-stick{position:fixed;top:150px;width:60px;height:60px;text-align:center;vertical-align:middle;cursor:pointer;webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;font-size:25px;z-index:9999;margin-bottom:5px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.15);-moz-box-shadow:0 2px 3px rgba(0,0,0,.15);box-shadow:0 2px 3px rgba(0,0,0,.15)}.wt-pw-stick-dark{background:#222;color:#CCC;border:1px solid #696969}.wt-pw-stick-light{background:#fff;color:#999;border:1px solid #e1e1e1}.pw-left-stick{left:1px}.pw-right-stick{right:1px}.wt-pw-border-top-left{border-top-left-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px}.wt-pw-border-bottom-left{border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px}.wt-pw-border-top-right{border-top-right-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px}.wt-pw-border-bottom-right{border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px -webkit-border-bottom-right-radius:5px}.wt-pw-stick-dark.pw-right-stick.wt-pw-active-stick,.wt-pw-stick-light.pw-right-stick.wt-pw-active-stick,.wt-pw-stick-color.pw-right-stick.wt-pw-active-stick{border-left:none;-webkit-box-shadow:2px 3px 3px rgba(0,0,0,.15)!important;-moz-box-shadow:2px 3px 3px rgba(0,0,0,.15)!important;box-shadow:2px 3px 3px rgba(0,0,0,.15)!important;z-index:100}.wt-pw-stick-dark.pw-left-stick.wt-pw-active-stick,.wt-pw-stick-light.pw-left-stick.wt-pw-active-stick,.wt-pw-stick-color.pw-left-stick.wt-pw-active-stick{border-right:none;-webkit-box-shadow:-1px 3px 3px rgba(0,0,0,.15)!important;-moz-box-shadow:-1px 3px 3px rgba(0,0,0,.15)!important;box-shadow:-1px 3px 3px rgba(0,0,0,.15)!important;z-index:100}.wt-pw-title{line-height:60px;font-size:25px}.wt-pw-stick:hover i{color:#333;webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s}.wt-pw-stick i{padding-top:18px;width:60px;height:40px}.wt-pw-stick.rotate-y-eff:hover i{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}.wt-pw-stick.pulsegrow-eff:hover i{-webkit-animation-name:pulse-grow;animation-name:pulse-grow;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.wt-pw-stick.pulseshrink-eff:hover i{-webkit-animation-name:pulse-shrink;animation-name:pulse-shrink;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}.wt-pw-stick.hover-eff:hover i{-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:0.7s;animation-duration:0.7s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes hover{50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}.wt-pw-content{opacity:0;-ms-filter:"alpha(opacity=0)";position:fixed;min-height:40px;max-height:85%;background:#fff;visibility:hidden;overflow:hidden;webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s}.pw-content-1{width:75%}.pw-content-2{width:50%}.pw-content-3{width:33%}.pw-content-4{width:25%}.pw-content-full{width:95%}.wt-pw-active-content{opacity:1;-ms-filter:"alpha(opacity=100)";z-index:999;visibility:visible;display:block;padding:0px 20px 20px 10px}.wt-pw-content-close{background:url(/wp-content/plugins/woo-product-tab/css/extra-button/close.png) no-repeat;margin-right:-20px;cursor:pointer;width:16px;height:16px;float:right}.wt-pw-content-left{left:60px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.15);-moz-box-shadow:0 2px 3px rgba(0,0,0,.15);box-shadow:0 2px 3px rgba(0,0,0,.15)}.wt-pw-content-right{right:60px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.15);-moz-box-shadow:0 2px 3px rgba(0,0,0,.15);box-shadow:0 2px 3px rgba(0,0,0,.15)}.wt-pw-content-dark{color:#ccc;background:#222;border:1px solid #696969}.wt-pw-content-light{color:#999;background:#fff;border:1px solid #e1e1e1}.wt-pw-content-color{color:#999;background:#fff;border:1px solid #fff}body .wt-pw-content .wpb_row{margin-left:0px;margin-right:0px}.wt-scrollbarcnt{width:100%;margin:20px auto 0px;position:relative}.wt-scrollbarcnt .viewport{overflow:hidden;position:relative;width:100%}.wt-scrollbarcnt .overview{list-style:none;position:absolute;left:0;top:0;margin:0;width:100%}.wt-scrollbarcnt .scrollbar{background:#ccc;position:absolute;background-position:0 0;right:-17px;top:0;width:9px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.wt-scrollbarcnt .track{background:#CCC;height:100%;width:9px;position:relative;padding:0 1px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.wt-scrollbarcnt .thumb{background:#333;height:20px;width:5px;cursor:pointer;overflow:hidden;position:absolute;top:0;left:2px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.wt-scrollbarcnt .thumb .end{background:#333;overflow:hidden;height:5px;width:25px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.wt-scrollbarcnt .disable{display:none}.noSelect{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}