.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;
}

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

.video {
	overflow: hidden;
}

.video__media {
	left: 50%;
	right: auto;
	height: 100%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 1 !important;
	width: auto;
	
}

.video__button {
	transition: transform .2s;
}
.video:hover .video__button {
	transition: transform .2s;
	transform: translate(-50%, -50%) scale(1.1);
}

.product__seo-block {
	position: absolute;
	left: 0;
	top: 250px;
}

.product__seo-block-img {
	max-width: 65px;
	position: relative;
	margin-bottom: 13px;
}

.product__seo-block-link {
	display: block;
	margin-top: 12px;
	color: #00a0e1;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    cursor: pointer;
	text-decoration: none;
}

.product__seo-block-link:hover {
	opacity: 0.85;
}

.product__description {
	max-width: calc(100% - 320px);
}

@media screen and (max-width:800px) {
	.product__seo-block {
		display: none;
	}
	
	.product__description {
		max-width: 100%;
	}
}