#easykey9300 {
    background-image: url("../img/easykey_9300_000.jpg");
}
#easykeyAlpha {
    background-image: url("../img/easykey_alpha_000.jpg");
}
#easykeyDdl702e {
    background-image: url("../img/easykey_ddl702e_000.jpg");
}
#easykeyDdl702-1 {
    background-image: url("../img/easykey_ddl702-1_000.jpg");
}
#easykeyDdl702-8 {
    background-image: url("../img/easykey_ddl702-8_000.jpg");
}
#easykeyDdl603 {
    background-image: url("../img/easykey_ddl603e_000.jpg");
}
#easykeyDv001 {
    background-image: url("../img/easykey_dv001_000.jpg");
}
.product-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 95vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
#easykeyddl702e {
    position: relative;
    background-image: url("../img/easykey_ddl702e_000.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 95vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.product-header h1 {
    font-family: 'Neue Frutiger World 2';
    color: #fff;
}
.product-header h3, .product-icons li, footer h5 {
    font-family: 'Neue Frutiger World';
    color: #fff;  
}

.product-text {
    padding: 15px;
    background-color: rgba(0,0,0,0.25);
}
.product-info img {
    padding-top: 10vh;
    padding-bottom: 10vh;
}
.product-info {    
    text-align: justify;
    text-justify: inter-word;
    padding-bottom: 10vh;
}

.product-info h4 {
    font-family: 'Neue Frutiger World';
    color: #0066a1;
}

.product-details {
    padding-bottom: 10vh;
}

.product-details div:nth-of-type(even) {
    background-color: #ebebeb;
}
.product-details div {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.product-details h3 {
    font-family: 'Neue Frutiger World';
    color: #666;
    padding-top: 3rem;
}

.product-icons {
    padding: 5px;
    background-color: rgba(0,0,0,0.25);
}
.product-icons img {
    max-width: 45px;
}