﻿#ProductRetail {
    position: absolute;
    /* top: 0; */
    left: 0;
    height: auto;
    width: 100%;
    background-color: #33302f;
    background-color: rgba(0,0,0,.85);
    z-index: 907;
    display: none;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #ProductRetail a:hover {
        border: 1px solid #d9d5d5 !important;
    }

    #ProductRetail li > a {
        list-style-type: none;
    }





