#app {
     padding-bottom: 0;
}
.wrapper.style3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 325px;
    position: relative;
}
.wrapper.style3 header h3.slogan {
    color: white;
}
.slogan-c{
    color: white;
}
.homepage #header {
    padding: 4em 0;
    background: #efefef;
}
.productSection{
    padding: 3rem 0 ;
    background-color: grey;
    position: relative;
    font-size: 14px;
}

.pageSec{
    padding: 0 30px;
}

.productSection > .container{
    padding: 12px;
    background-color: white;
    border-radius: 10px;
}

.pd-descript{
    font-size: 16px;

}

.back-btn-wrapper{
    width: 100%;
    display: block;
    text-align: right;
}

.btn-default {
    background: #C61E47;
    color: #fff;
    font-size: .6em;
    border: none;
    float: right;
}

.btn-default:hover {
    color: #FFF;
    background: #C61E47;
    text-decoration: none;
    -webkit-filter: contrast(180%);
    filter: contrast(180%);
}

.product-card{
    padding: 15px;
}

.price{
    color: black;
}
.discount-price{
    color: red;
    margin-top: 11px;
}

.file-icon{
    display: inline-block;
    margin-right: 12px;
}
.right-icon{
    float: right;
}
.right-icon:after{
    clear: right;
}

.pd-html-area{
    padding: 30px 30px 0;
}

.pd-html-area ol{
    list-style: decimal;
    padding: 0 0 0 40px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-thumb{
    display: inline-block;
    padding: 5px 4px;
    width: 100px;
}
.photo-thumb:hover{
    cursor: pointer;
    animation: sm-photo 1s;
}
.pd-container{
    display: block;
}
#centerPhoto{
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 500px;
}
.centerPhoto-wrapper{
    overflow: hidden;
}
.color-title{
    color: inherit;
}

@keyframes sm-photo {
    from{
        opacity: .5;
    }
    to{
        opacity: 1;
    }
}

@media (max-width: 768px){
    .productSection > .container{
        margin-right: 15px;
        margin-left: 15px;
    }

    .pageSec{
        padding: 0;
    }

    .pd-html-area{
        padding: 0;
    }
}