.product-old-price{
    color: red;
    text-decoration: line-through;
    white-space: nowrap;
}

.current-price {
    white-space: nowrap;
}

.offer-selected {
	background: #e8e8e8;	
}

.offer-variant {
	padding: 6px;
	margin-bottom: 6px;
}

.prop-name {
	white-space: nowrap;
}

.offer-variant:hover {
	cursor:pointer;
	background: #e8e8e8;	
}

.youtub {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.order-call-btn {
	color: #2F2F2F;
	border: 1px solid #2F2F2F;
	background: none;
	padding: 9px 31px 9px 20px;
	margin-top: 30px;
	display: inline-block;
	border-radius: 3px;
}

.order-call-btn-outer {
	text-align: center;
}

.pre-order-premium {
	width: 100%;
	text-align: center;
}

.selector-offer {
	text-align: center;
	font-family: OpenSans!important;
	margin-bottom: 14px;
}

input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked), 
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) 
{
	position: absolute;
	left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label, 
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	line-height: 20px;
	cursor: pointer;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
	border-radius: 2px;
}

input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
	border-radius: 100%;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
	left: 2px;
	top: 4px;
	width: 14px;
	height: 8px;
	border-radius: 1px;
	border-left: 2px solid #777777;
	border-bottom: 2px solid #777777;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
	left: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #e145a3;
}

input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
}

input[type="checkbox"]:checked + label:after, 
input[type="radio"]:checked + label:after {
	opacity: 1;
}



@media (max-width: 580px) {
	.pre-order-premium {
		padding-left: 0; margin-top: 10px;
	}   
	#characterictics-collapse {
		display: block;
	}
	.character {
		display: none!important;
	}
	.product .more-btn {
		display: block!important;
		margin-top: 20px!important;
		position: initial!important;
	}
}
.fancybox-slide div[id^='video_'] {
    padding: 0px;
    font-size: 0;
}
.fancybox-slide .fancybox-close-small,
    .fancybox-close-small:after,
        .fancybox-slide .fancybox-close-small:active,
        .fancybox-slide .fancybox-close-small:active:after,
            .fancybox-slide .fancybox-close-small:focus,
            .fancybox-slide .fancybox-close-small:focus:after,
                .fancybox-slide .fancybox-close-small:hover,
                .fancybox-slide .fancybox-close-small:hover:after{
                    outline: none;
                    background-color: transparent;
                }            
        
.product-page .product-carousel img{
    max-height: none!important;
    margin: 0 auto!important;
}

.fancybox-slide video {
	width: 100% !important;
	height: inherit;
}
.fancybox-slide--video .fancybox-content {
	width:initial!important;
	height:initial!important;
}

.fancybox-slide {
	padding: 10px!important;
}

.product-img:not(.center){
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-img:not(.center) > div{
    margin: 10px auto;
}

.product-img .slick-slide {
    margin: 0 20px;
}

.product-img img, .product-img a video{
    display: block;
    margin: auto;
}

.product-img a video {
    max-height: 500px;
    max-width: 100%;
}
.product-img .video-item{
    position: relative;
    display: block;
}
.product-img .video-item .video__play-icon {
    height: 44px;
    width: 44px;
    padding: 32px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.8);

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-img .video-item .video__play-triangle {
    width: 0;
    height: 0;
    margin-left: 8px;
    border-style: solid;
    border-width: 22px 0 22px 37px;
    border-color: transparent transparent transparent #ffffff;
  
    position: absolute;
    top: 11px;
    left: 11px;
}

.product-img .product-carousel a video{
    text-align: center;
    /*max-height: 250px;*/
    /*margin: 25% auto 10% auto;*/
    margin: 0 auto;
    display: block;
}

.fancybox-slide video{
    max-width: 100%;
}

.product-img .slick-dots{
    position: static;
}

@media (max-width: 580px){
    .product-page .product-carousel a video {
        margin-top: 0;
        /*max-height: 250px;*/
    }
}