div.yt div::before {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "\00a0";
    background: rgba(0%, 0%, 0%, .2) url(Play_Icon_Mline.png) no-repeat center center;
    filter: drop-shadow(1px 1px 3px rgb(0, 0, 0)) !important;
    transition: background-color 1s ease-out
}

div.yt:hover div::before {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 1.0)) !important;
    background-color: rgba(0%, 0%, 0%, 0);
    transition: background-color 1s ease-out
}

.yt {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


p {
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: .02em;
}

.element-product-description li::marker {
    list-style: none;
    content: "■  ";
    color: #2292d3;
    margin: 0 10px;
    font-family: "Arial";
    font-size: .75em;
    line-height: 3.5em;
    position: relative;
    top: -3px;
}

.package-content {
    border: 1px solid #ddf;
    padding: 20px;
}
#specification-tab table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

div#specification-tab table tr:first-child td:first-child {
    font-weight: bold;
}

#specification-tab .title, .white_theme td.title {
    font-weight: bold;
    font-weight: bold\9;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    vertical-align: top;
    padding-left: 13px;
    /* border-top: thin solid #dbdbdb; */
    border-bottom: thin solid #dbdbdb;
    /* background-color: #f7f7f7; */
}

.product-view-content  .ui-widget-content {
        color: #666
}
