

.cursor {
  position: absolute;
  z-index: 999;
  transform: translate(-50%, -50%);
  user-select: none;
  pointer-events: none;
  cursor: pointer;
}

.cursor.cursor-follower {
  background: none;
  transition: top .1s, left .1s,
  width .2s, height .2s;
  transition-timing-function: ease-out;
}

.cursor.cursor-dot {

}

.cursor-follower.focus {

}

.cursor-dot.focus {
  width: 0px;
	height: 0px;
}

#mainmenu li ul li a {
  cursor: pointer;
}

.cursor-follower.rfocus {
  width: 34px;
  height: 34px;
  background: none;
  border: solid 1px #FF3300;
}

.cursor-follower.menufocus {
  width: 17px;
  height: 33px;
  background: #FF3300;
  opacity: .7;
}

.cursor-follower.cartfocus:before {
  content: "\f447";
  display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 32px;
	color: rgba(0,0,0,.6);
}
