

/* Start:/local/templates/pet_teezer/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?17639799975229*/
.collection {
	margin-bottom: 40px
}

.collection img {
	width: 100%
}

.collection .collection-header {
	margin-bottom: 40px
}

.collection .collection-header .text {
	margin-bottom: 40px
}

.collection .collection-header .text h2 {
	font-size: 48px
}

.collection .collection-header .text p {
	font-size: 16px
}

.collection .collection-header .image-left {
	padding-right: 80px
}

.collection .collection-header .image-right {
	padding-left: 80px
}

.collection-items p {
	font-size: 14px;
	font-weight: bold;
}

.collection .collection-items .button {
	text-transform: uppercase;
	padding: 4px 20px
}
.collection .collection-items a {
	text-align: center;
	display: inline-block;
}
.collection .collection-items a img {

}
.collection .collection-items .item a.img:after {
	content: '';
	position: absolute;
	z-index: 0;
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 40px 20px rgba(0, 0, 0, 0.3);
	width: 25%;
	left: 0;
	right: 0;
	background-color: transparent;
	margin-left: auto;
	height: 5px;
	bottom: 75px;
	margin-right: auto;
}
.collection .collection-items a.link {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase
}
.collection .collection-button a.button {
	margin-top: 80px;
	margin-bottom: 60px;
	background-color: #5e0d8b;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	padding: 12px 22px 10px 22px;
	border-radius: 30px;
	transition: all .5s ease;
}
.collection .collection-button a.button:hover {
	background-color: #d7d4ec;
	transition: all .5s ease;
}

.collection .item {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden
}

.collection .item a.product-item {
	display: inline-block;
	font-weight: 400;
	zoom:1;
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative
}

.collection .item a.product-item img {
	transform-style: inherit;
	-webkit-transform-style: inherit
}

.collection .item-link {

	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 50px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transition: opacity .3s ease-in-out 0s,visibility .3s ease-in-out 0s,margin-left .3s ease-in-out 0s;
	-o-transition: opacity .3s ease-in-out 0s,visibility .3s ease-in-out 0s,margin-left .3s ease-in-out 0s;
	transition: opacity .3s ease-in-out 0s,visibility .3s ease-in-out 0s,margin-left .3s ease-in-out 0s;
	z-index: 200
}

.collection .item-link span {
	color: #31e8fc;
	float: left;
	width: 100%;
	clear: both
}

.collection .item-link .arrow-right {
	display: block;
	text-align: left;
}

.collection .item-link .arrow-right svg {
	width: 60px;
	margin-left: 26.3%;
}

.collection .item a.product-item .png-img {
	transition: none;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 6%;
	left: 50%;
	transform:translate(-50%, 0%);
	width: auto;
	height: 75%;
	z-index: 3;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
	.collection .item-link {
		font-size: 38px
	}
	.collection .item-link .arrow-right svg {
		width: 48px;
		margin-left: 19.4%;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.collection .item-link {
		font-size: 42px
	}
	.collection .item-link .arrow-right svg {
		width: 50px;
		margin-left: 20.5%;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.collection .item-link {
		font-size: 65px
	}
	.collection .item-link .arrow-right svg {
		width: 76px;
		margin-left: 20%;
	}
}
@media (min-width: 400px) and (max-width: 575.98px) {
	.collection .item-link {
		font-size: 60px;
		height: 70px;
	}
	.collection .item-link .arrow-right {
		display: none;
	}
}
@media (max-width: 399.98px) {
	.collection .item-link {
		font-size: 46px;
		height: 60px;
	}
	.collection .item-link .arrow-right {
		display: none;
	}
}
.collection .item a.product-item:hover span .png-img {
	visibility:hidden;
	transition: none;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 200;
}
.collection .item a.product-item:hover .item-link {
	visibility:visible;
	opacity: 1;
	filter: alpha(opacity=1);
	z-index: 200;
	margin-left: 0;
}
.collection .item a.product-item .image-hover-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	background: 0 0;
	transition: all .5s ease;
	border: 16px solid transparent
}
.collection .item a.product-item:hover .image-hover-block {
	border: 16px solid #31e8fc;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=1);
}

.collection .item a.product-item .shadow-img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2
}



/* End */
/* /local/templates/pet_teezer/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?17639799975229 */
