

/* Start:/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?17485472161511*/
.yt-button {position:relative;}

.yt-button:hover {
  cursor: pointer;
}
.yt-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 48%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.yt-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 48%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.yt-button:hover:before,  .yt-button:focus:before {
    border-color: #90213a;
}
.yt-button:hover:after, .yt-button:focus:after {
  border-left-color: #90213a;
}
.videoWrapperActive .yt-button {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.js-product-item__image_preview.yt-button:before {
    width:20px;
    height:20px;
    margin: -12px 0 0 -12px;  
    border: 2px solid #fff;
}
.js-product-item__image_preview.yt-button:after {
    margin: -6px 0 0 -3px;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;    
}

@media(max-width:768px) {
	.product-item__image iframe {width:100%;}
}
/* End */
/* /local/templates/main/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?17485472161511 */
