.top-menu.all-menu-items .has-child ul {
	transition: all 0.3s ease-in-out;
}
.top-menu.all-menu-items .has-child:hover > ul {
	display: block;
}
.all-menu-items.top-menu.desktop .level-2 .has-child ul {
	position:absolute;
	left: 100%;
	top: 0;
}
.all-menu-items.top-menu.mobile .has-child > ul.active {
	display: block;
	padding: 0 10px;
}

body .site-container{
	overflow: visible;
}

@media all and (min-width: 480px){
	.product-side-right .action-wrap .shop2-product-actions .item-action{
		margin-left: 15px;
	}
}

.phone-wrap .phone-body a, .footer-phone .phone-body a{
	cursor: pointer;
}

.shop2-product-tabs-body .shop2-group-kinds-wrap.refresh {
	opacity: 0;
	visibility: hidden;
}

.shop-elem .cart-wrap a.no-event {
	pointer-events: none;
}

.share .share-links a:hover {
	cursor: pointer;
}