@charset "utf-8";
/* CSS Document */

.sound-es {
    width: 55%;
    margin-top: 1%;
    margin-bottom: 3%;
}

.video-wrapper {
    margin: 0 23%;
}

.cart-btn {
    margin-top: 40px;
    margin-bottom: 45%;
}


.order-list li 
{ font-size: 18px;
    font-weight: 700;
    text-align: left;
	margin-bottom:20px;
}


ol.order-list {
    margin-top: 20px;
}

.orderlist-wrapper {
    width: 45%;
    margin: 0 auto;
    padding-bottom: 40px;
}

/*video overlay   */

.video-overlay-glass{
                display: none; 
            }
			/*------ Video ------*/
						.video-overlay {
				width: 100%;
				height: 100%;
				position: absolute;
				background: none;
				z-index: 2!important;
				top: 0;
				left: 0;
			}
            .video-overlay-glass{
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 2!important;
                top: 0;
                left: 0;
            }
            .coverTap {
                background-image: url('../images/systeme-delivrance.png?v=1.5');
                background-size: cover;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
			
            }
			.video-cover {
				width:100%;
				height:100%;
				position:absolute;
				top:0;
				left:0;
				z-index:1!important;
			}
			.play-button-bg{
				position: absolute;
				display: block;
				width: 130px;
				height: 80px;
				border-radius: 5px;
				transition: all .2s ease-out;
				cursor: pointer;
				text-indent: .25em;
				top: 50%;
				left: 50%;
				-webkit-transform: translateY(-50%) translateX(-50%);
				transform: translateY(-50%) translateX(-50%);
				-ms-transform: translate(-50%,-50%);
				background: #da1921;
				-webkit-transition: all .2s ease-out;
			}
			.play-button-bg:hover{
				-webkit-transform: translateY(-50%) translateX(-50%) scale(1.05);
				transform: translateY(-50%) translateX(-50%) scale(1.05);
				-ms-transform: translate(-50%,-50%) scale(1.05);
				transition: all .2s ease-out;
			}
			.play-button-graphic{
				display: block;
				width: 130px;
				height: 80px;
				top: 50%;
				left: 50%;
				-webkit-transition: all .2s ease-out;
				transition: all .2s ease-out;
				cursor: pointer;
				position: relative;
				-webkit-transform: translateY(-50%) translateX(-50%);
				transform: translateY(-50%) translateX(-50%);
				-ms-transform: translate(-50%,-50%);
			}
			.play-button-graphic:before{
				content: "";
				position: absolute;
				border: 24px solid transparent;
				top: 50%;
				border-top-width: 18px;
				border-bottom-width: 18px;
				border-left-color: #fff;
				z-index: 2003;
				left: 50%;
				-webkit-transform: translateY(-50%) translateX(-18%);
				transform: translateY(-50%) translateX(-18%);
				-ms-transform: translate(-18%,-50%);
			}
			
			.delayfiftysix, .delay1h1m, #price-image { display:none; }
			#price-image{
				text-align: center;
				margin-top: 250px;
			}
			
	 





    




@media only screen and (max-width:480px)
{
	
 .coverTap{
 background-size:cover;

}	
	
.sound-es
{ display:none;
}

.video-wrapper
{ margin:20px auto 0;
}

.cart-btn
{ margin-bottom:0;
width:80%;
}

.orderlist-wrapper {
    width: 100%;
}

	
	
	
	
}