﻿body{padding-top:4.5rem}
.container{padding-bottom:0}
.button-box {
    color: #d7091d;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    font-size: 0;
    text-align: center;
}
.button-box >a{   
    color: #d7091d;
    background: #fff;
    display: inline-block;
    padding: 1.25rem 0;
    font-size: 1.25rem;
    line-height: 1;
    width:33.333%;
}
.product {
    padding: 3rem;
    text-align: center;
}
.title .chTitle {
    font-size: 1.5rem;
    font-weight: bold;
}
.title img {
    width: 1.5rem;
    margin: .5rem 0 2rem;
}
button.btn {width: 3.8rem;position: absolute;z-index: 2;top: 50%;left: 50%;margin-left: -1.9rem;background: transparent;border: 0;margin-top: -1.9rem;}
button.btn.video-pause-btn { display: none; }
.video { position: relative; }
.product .video {
    margin-bottom: 3rem;
    border-radius: 5px;
    overflow: hidden;
    line-height: 0;
}
.product-title {
    background: #f7f8f8;
    padding: 2rem;
    line-height: 1;
    font-size: 1rem;
}
.product button.btn{margin-top:-3.9rem;}