.code-svg {
	transform: translateY(-3px);
	position: relative;
	display: inline-block;
}

.product__bcode {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.product__bcode-wrap {
	padding: 6px 15px;
	border-radius: 6px;
	line-height: 29px;
	position: absolute;
	  left: 64px;
	  top: -7px;
}

.bcode-hide {
	display: none;
}

.product__bcode-wrap:hover {
	background-color: #fff;
	box-shadow: 1.5px 2.598px 15.64px 1.36px rgba(0,0,0,.15);
}

.product__bcode-wrap:hover .bcode-hide {
	display: block;
}

.product__bcode-wrap:hover .code-svg {
	transform: translateY(-4px);
}
.product__bcode-wrap:hover svg {
	transform: rotate(180deg);
}

.singlephoto .product-pagination {
	display: none !important;
}

.singlephoto .swiper-button-prev {
	display: none !important;
}

.singlephoto .swiper-button-next {
	display: none !important;
}

.singlephoto .product__link:hover {
	opacity:  1 !important;
}

.product__discount-wrap .product__price-count {
	padding-top: 4px !important;
}

.product__description-text a {
	color: #00a0e1;
	text-decoration: none;
}

.product__description-text a:hover {
	opacity: 0.7;
}

a.product__link:hover {
	opacity: 0.7;
}

.product__avaliability {
	width: auto;
}

@media screen and (max-width:500px) {
	.product__price-count {
		margin-top: 7px;
		margin-bottom: 7px;
	}
}