body.modal-open
{
    overflow: visible;
}

ul.nav li.dropdown:hover > ul.dropdown-menu
{
    display: block;
}

.dropdown-submenu
{
    position: relative;
}

    .dropdown-submenu > .dropdown-menu
    {
        top: 0 !important;
        left: 100% !important;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu
    {
        display: block;
    }

    .dropdown-submenu > a:after
    {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after
    {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left
    {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu
        {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.mobileitem
{
    cursor: pointer;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    border: 1px solid #BABABA;
    border-top: none;
}

    .mobileitem > a > img
    {
        padding: 0px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .mobileitem:first-of-type
    {
        border-top: 1px solid #BABABA;
    }

.form-control-sm
{
    height: 30px;
}

#sidemenu
{
    position: absolute;
    top: 57px;
    left: 0px;
    z-index: 1000;
    width: 80%;
    min-height: 100%;
    margin-left: -80%;
    background-color: #333333;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

    #sidemenu li > a
    {
        color: #FFFFFF;
    }

.submenu
{
    background: linear-gradient(#6A3390, #FFFFFF) !important;
    background: -moz-linear-gradient(top, #6A3390 0%, #FFFFFF 99%);
    background: -webkit-linear-gradient(top, #6A3390 0%, #FFFFFF 99%);
    background: -o-linear-gradient(top, #6A3390 0%, #FFFFFF 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6A3390',endColorstr='#FFFFFF');
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

    .submenu a
    {
        color: #FFFFFF;
    }

    .submenu li
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .submenu h4
    {
        color: #6A3390;
        font-weight: bold;
        margin-bottom: 0;
    }

.navbar-toggle
{
    color: #6A318F;
    margin-left: 10px;
}

    .navbar-toggle .icon-bar
    {
        background-color: #6A318F;
    }

body
{
    background-color: #FFFFFF;
    font-family: ' L n      ', 'Microsoft JhengHei', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
}

.companylogo
{
    height: 100px;
}

.content
{
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
}

.red
{
    color: #FF0000;
}

.descriptionInCart
{
    height: 40px;
    overflow: hidden;
}

.vcenter
{
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.vcenter2
{
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.alignright
{
    text-align: right;
}

.required
{
    color: red;
}

.loggedin
{
}

.anonymous
{
}

.outofstock
{
    opacity: 0.5;
}

.outofstock-wording
{
    width: 100%;
    font-size: 26px;
    opacity: 0.8;
}

.margin-left-lg
{
    margin-left: 20px;
}

.margin-left
{
    margin-left: 10px;
}

.margin-left-sm
{
    margin-left: 5px;
}

.title
{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #DEDEDE;
}

.propertylabel
{
    font-size: 14px;
    font-weight: bold;
}

#recent
{
    position: fixed;
    background-color: #FFFFFF;
    width: 100px;
    height: 500px;
    overflow: hidden;
    top: 174px;
    padding: 5px;
    z-index: 99;
    right: 50%;
    margin-right: -600px;
}

    #recent.affix
    {
        top: 50px;
    }

.recentitem
{
    margin: 5px;
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #BABABA;
}

.list-inline-separator
{
    border-right: 1px solid #FFFFFF;
}

    .list-inline-separator:last-child
    {
        border-right: none;
    }

#headerTop
{
    border-bottom: 1px solid #DEDEDE;
}

#headerMiddle
{
    background-color: #FFFFFF;
}

#headerBottom
{
    width: 100%;
    z-index: 99;
}

    #headerBottom.affix
    {
        top: 0px;
    }

    #headerBottom.affix-top
    {
        position: absolute;
    }

#footerBottom
{
    font-size: 12px;
    color: #FFFFFF;
    background-color: #6E6E6E;
    padding: 10px;
}

    #footerBottom > .nav-pills
    {
        color: #FFFFFF;
    }

#footerTop .media
{
    height: 80px;
}

.cartpopover
{
    overflow: auto;
    max-height: 350px;
}

.thumbnail
{
    border-radius: 0;
    height: 390px;
    box-shadow: 8px 8px 4px #888888;
}

.thumbnailimg
{
    cursor: pointer;
    overflow: hidden;
    height: 320px;
    text-align: center;
}

.categoryname
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
}

.subcategoryname
{
    font-size: 11px;
    padding-bottom: 0px !important;
}

.categorytitle
{
    font-size: 16px;
    padding-bottom: 10px;
}

.productdescription
{
    font-size: 13px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productpromotionpx
{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.producttagpx
{
    font-size: 12px;
    color: #909090;
    margin-left: 10px;
    text-decoration: line-through;
}

.product-caption
{
    background-color: #FAFAFA;
}

.activephoto
{
    border: 1px solid #FF0000 !important;
}

.line-decoration
{
    background-image: url('/images/banner/hr01.png');
    background-repeat: repeat-x;
    background-position-y: center;
}

.btn-fw
{
    min-width: 120px;
}

.list-unstyled li
{
    padding-bottom: 10px;
}

.popover-panel
{
    margin: -10px -15px -10px -15px;
}

.media > a.pull-left
{
    width: 64px;
}

.media > a > img
{
    width: 64px;
    border: 1px solid #BABABA;
}

.media-heading
{
    display: block;
    font-weight: bold;
    margin: 0;
}

.nav > li > a
{
    padding: 5px 10px;
}

.navbar
{
    min-height: 0px;
    border: none;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a
{
    padding: 10px;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
    {
        background-color: #FF0000;
    }

.badge
{
    background-color: #FF6347;
}

.floatingchat {
    height:50px;
    width:50px;
    position:fixed;
    bottom:50px;
    right:50px;
    display:block;
}
