﻿/*補完計劃*/
    .btn-circle {
        width: 30px;
        height: 30px;
        padding: 6px 0;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
        line-height: 1.428571429;
    }
    .panel-primary {
        /* border-color: #337ab7; */
        border-color: #96B722;
    }
    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #94B719;
        border-color: #8A8A8A;
    }
    .btn-primary {
        color: #fff;
        background-color: #95B819;
        border-color: #95B819;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #526510;
        border-color: #7F9C17;
    }
    .modal {
        z-index: 1200;
    }
    .modal.in .modal-dialog {
        z-index: 1205;
    }

    .video_heading{
        color: #fff;
        font-size: 12px;
        background-color: #94B719;
        border-color: #8A8A8A;
        border-top-left-radius:6px;
        border-top-right-radius:6px;
    }
    

    /*預設按鈕樣式*/
    .btn-oopen-default{
        color: #fff;
        background-color: #95B819;
        border-color: transparent;
        border-radius:0px;
    }
    .btn-oopen-default:hover, .btn-oopen-default:active, .btn-oopen-default:focus{
        color: #fff;
        background-color: #7F9C17;
        border-color: transparent;
    }

    .block-text span{
        display:inline-block;
    }

    #dvtitleblock{
        padding-left:0px;
        padding-right:0px;
        position: relative;
    }

    .modal-open {
        overflow: scroll;
    }

    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width:100%;
        height:100%;
        visibility: hidden;
    }

    .navbar {
        min-height: 5px;
    }
/*共通*/
    /**{font-family: 'cwTeXHei', serif;}
    @font-face {
        font-family: 'cwTeXHei';
        font-style: normal;
        font-weight: 500;
        src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
        src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
            url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
            url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
            url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
    }*/
    *{font-family: 'Microsoft JhengHei', serif;}

    .hoverActive{
        border: 2px #ABD6AB;
        border-style: dotted;
    }
    .editblock{
        cursor:alias;
    }
    .navbar-brand > img {
        height: -moz-calc(100%);
        height: -webkit-calc(100%);
        height: calc(100%);
    }

    #dvtoolmenu{
        width: 150px;
        position: absolute;
        top: 50px;
        Z-INDEX: 1100;
        opacity: 0.9;
        display:none;
    }
        #dvtoolmenu .btnmenutoggle {
            position: absolute;
            top: 0px;
            left: 149px;
            border-radius: 0px 5px 5px 0px;
            width: 25px;
            height: 43px;
            font-size: 25px;
            padding:0px;
            opacity: 0.8;
        }
    #dvtoolcontextmenu {
        z-index:1101;
    }
    .colorpicker{
        z-index:1210;
    }

    .dvfilecontainerCube {
        border: 5px solid rgb(203, 203, 203);
        height: 115px;
        width: 115px;
        position: relative;
        border-radius: 11px;
    }
        .dvfilecontainerCube .lbltitle {
            position: absolute;
            top: 36px;
            left: 14px;
            color: gray;
        }
        .dvfilecontainerCube img {
            border-radius: 5px;
            max-width: 100%;
            max-height: 105px;
            position: absolute;
        }            
        .dvfilecontainerCube .myfile {
            height: 73px;
            width: 100%;
            filter: alpha(opacity=1);
            opacity: 0.01;
            -moz-opacity: 0.01;
        }
        .dvfilecontainerCube .msg {
            color: white;
            font-size: 12px;
            background-color: #75A953;
            border-radius: 0px 0px 10px 10px;
            padding: 2px 9px;
        }         

    .colorSelector {
        width: 100%;
        height: 38px;
    }
    .colorSelector div {
        width: 100%;
        height: 30px;
    }

    .img-radio{
        cursor:pointer;
        width:100%;
    }
    .btn-radio{
        width:100%;
    }

    #dvtoolmenu .txtlbl{
        background-color: #EAEAEA;
    }
    #nav-right-tool .panel-footer .txtlbl{
        background-color: #F5F5F5;
    }

    .btn-bgalign{
        width:30px;
        height:30px;
        border-radius:0px;
        padding: 4px 9px;
    }
    #bodyafter {
        /*background-color: gray;
        background-image: url('http://www.salamandinay.com.tw/img/FIGURE-013317_b.jpg');
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -99;
        opacity: 0.8;*/
    }

    .dvfilecontainer_btn {
        border: 5px solid rgb(203, 203, 203);
        height: 47px;
        width: 150px;
        position: relative;
        border-radius: 11px;
        display:inline-block;
    }
        .dvfilecontainer_btn .lbltitle {
            position: absolute;
            top: 3px;
            left: 14px;
            color: gray;
        }
        .dvfilecontainer_btn img {
            border-radius: 5px;
            max-width: 100%;
            max-height: 37px;
            position: absolute;
        }            
        .dvfilecontainer_btn .myfile {
            height: 43px;
            width: 100%;
            filter: alpha(opacity=1);
            opacity: 0.01;
            -moz-opacity: 0.01;
        }
        .dvfilecontainer_btn .msg {
            color: brown;
            font-size: 12px;
            background-color: #C0EFA0;
            position: absolute;
            top: 2px;
            left: 37px;
        }       

/*屬性視窗相關*/
    #mybody{
        /*margin-top:34px;*/
        /*margin-bottom:103px;*/
    }
    .mytagrow{

    }
    .mytagblock, .mytagblock_foot{
        /*border:1px dotted green;*/
        /*min-height:100px;*/            
    }        

    /*圖文工具列*/
    #dvtoptoolbar{
        position: fixed;
        bottom: 0;
        padding: 7px;
        background-color: #2B2B2B;
        width: 100%;
        z-index: 1190;
        opacity:0.8;
    }
    /*圖文工具鈕*/
    .toolbtn{
        position:relative;
        z-index:100;
        background-color: black;
    }
    /*123工具*/
    .erotool{
        position:relative;
        z-index:100;
        background-color: black;
    }
        .erotool img {
            width:50px;
        }

    #dderotool{
        position: relative;
        top: 2px;
        color: #595959;
        background-color: #FFFFFF;
        cursor: pointer;
    }

    .dvElementToolContainer{
        display:inline;
    }
    
    /*提示這裡可以放*/
    .rowcontainer-hover{
        background-color:aliceblue;
    }
    /*提示正在上面*/
    .rowcontainer-active{
        background-color:antiquewhite;
    }

    .rowblock-hover{
        background-color:burlywood;
    }
    .rowblock-active{
        background-color:coral;
    }

    .block-text {
        font-size: 24px;
        position:relative;
        /*z-index:200;*/
    }
    .block-pic{
        position:relative;
        /*z-index:200;*/

    }
    .mytagblock, .mytagblock_foot{
        padding-left:0px;
        padding-right:0px;
    }

    .carousel-inner .item{
        height:323px;
        background-size:cover;
        background-position-x:center;
        background-position-y:center;
    }

    #nav-right-tool{
        right: 0px;
        position: absolute;
        position:fixed;
        top: 34px;
        width: 180px;
        /*text-align: center;*/
        z-index: 1002;
    }
        #nav-right-tool .panel-heading {
            cursor:all-scroll;
        }
        #nav-right-tool .btnattrtoggle {
            position: absolute;
            top: 0px;
            left: -25px;
            border-radius: 5px 0px 0px 5px;
            width: 25px;
            height: 43px;
            font-size: 25px;
            padding: 0px;
            opacity: 0.8;
        }
    .dvtoolsetAttr{
        display:none;
    }

    .page-element{
        position:relative;            
    }
    .page-element-active{
        border:2px dotted #ff6a00;
    }

    .myrow, .myrow_foot{
        padding:0px;
        position:relative;
    }
    .myblockset, .myblockset_foot{
        padding:0px;
    }

    .tbsetpadding{
        margin-left:auto;
        margin-right:auto;
    }
        .tbsetpadding input[type="text"]{
            display:inline;
            width:45px;
        }

    .tab-attrtool{
        position: absolute;
        left: -44px;
        top: 43px;
        background-color: white;
        border-radius: 10px 0px 0px 12px;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #9E9E9E;
        border-right: 1px solid #94B719;
    }
        .tab-attrtool li {

        }
        .tab-attrtool a {
            cursor:pointer;
        }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #94B719;
    }

    .nav-pills > li > a{
        color:#94B719;
    }

    .ddmenuli{
        font-weight: bold;
        font-size: 17px;
    }
    .ddmenuli-sub{
        margin-left: 13px;
    }
/*血拼Flora*/   
    .block-shopping{
        background-color:white;
    }
    .block-shopping .sp-leftmenu{
        height: 100%;
        width: 160px;
        /*background-color: blanchedalmond;*/
        position: absolute;
    }
    .block-shopping .sp-list{
        /*margin-left: 171px;*/
        min-height: 200px;
    }

    .block-shopping .sp-list-normal{
        margin-left: 171px;
    }
    .block-shopping .sp-list-full{
        margin-left: 0px;
    }

    .block-shopping .sp-list-nomenu{
        margin-left: 0px;
    }
        .block-shopping .dv-spmenu .sp-menu{
            color: #505050;
            background-color: white;
            border: 1px solid #C5C5C5;
            border-radius: 8px;
        }
    .ui-menu .ui-menu-item {
        min-width: 139px;
    }
    .ui-widget-content {
        /*background:none;
        background-color: #797979;
        color: white;*/
    }
    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        /*border: 1px solid #79b7e7;
        background:none;
        font-weight: bold;
        color: #1d5987;
        background-color: aliceblue;*/
    }

    .arrow-right {
	    width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #797979;
        margin-right: 5px;
        padding-right: 4px;
    }

    #prodmask{
        width: 100%;
        height: 100%;
        position: absolute;
        margin: 0px;
        z-index: 50;
        background-color: #ffffff;
        opacity: 0.5;
    }
    .prodListContainer{
        display:none;
    }
    .prodBlockContainer{
        padding-bottom:15px;
        display:none;
    }

    .prodblock{
        cursor:pointer; margin-bottom:42px;
    }
    .prodblock-img{
        width: 100%;
        height: 150px;
        border-radius: 11px;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    }
    .prodblock-img img{
                    
    }
    .prodblock .prodblock-info{
        height: 100px;
        padding-top: 10px;
    }
    .prodblock .dvcartitem-funcset{
        position: initial;
        text-align: right;
    }
    .prodblock .dvcartitem-funcset .lblcartitem-func{
        font-size:18px;
    }
    .lblprodname {
        font-size: 16px;
        font-weight: bold;
        padding: 3px 0px;
    }
    .prodblock-info .lblmemo {
        font-size: 16px;
    }

    .lblbigprice{
        font-size: 48px;height: 118px;
        text-align: right;
        vertical-align:top;
        padding-right:26px;
    }

    .colinfo-right{
        text-align: right;
        vertical-align:top;
        padding:5px 18px;
    }

    .dvprodrow{
        margin-bottom: 15px;
        cursor: pointer;
        border-radius: 10px;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
        position:relative;
    }
    .dvprodrow-fake{
        margin-bottom: 15px;
        height:150px;
    }

    .lblcartitem-func{
        font-size: 24px;
        margin-left: 10px;
    }

    .block-shopping .btn-default.pagerbtn-active{
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .sp-list-content{
        min-height:200px;
    }

    .lblcagname{margin-bottom:20px;margin-top:15px;}

    .videdit, .visitprodhistory, .gmapedit{
        display:none;
    }
    
    .tbborder-radius-set{
        margin-left:auto;
        margin-right:auto;
    }
    .tbborder-radius-set input{
        width: 52px;
    }
    .tbborder-radius-set div{
        border: 1px solid #5BAAEA;
        padding: 5px;
    }
    .tb-position-absolute {
        width:150px;height:150px;cursor:pointer;background-color:#fff;
    }
    .tb-position-absolute td{
        border: 0px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow:  0px 0px 1px 0px #999;
        box-shadow:  0px 0px 1px 0px #999;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .td-positioncheck{background-color:#b0ceff;}
    .dvcartitem-funcset{
        position: absolute;
        right: 11px;
        bottom: 8px;
        z-index:5;
    }
        .dvcartitem-funcset-hover {
            color:white;
        }
        .dvcartitem-funcset .fa-heart:hover {
            color:red;
        }
        .dvcartitem-funcset .fa-shopping-bag:hover {
            color:#2ECBD0;
        }
        .dvcartitem-funcset .fa-share-square-o:hover {
            color:#4C9BFF;
        }


    .dvitem-mask{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 3;
        border-radius:5px;
        display:none;
        color:white;
    }
    .prodBlockContainer .dvitem-mask {
        background-color: #1d1d1d;
        opacity: 0.9;
    }
    
    .dvitem-mask .fa-sign-in, .dvitem-mask .fa-search-plus{
        font-size: 72px;
        width:100%;
        position: absolute;
        top:0;
        left:0;
        text-align:center;
        /*top: 34%;left: 47%;*/
    }

    .prodblock .dvitem-mask .fa-sign-in, .prodblock .dvitem-mask .fa-search-plus{
        top: 0px;
        left: 0px;
    }
     .dvitem-mask .fa-sign-in:hover, .dvitem-mask .fa-search-plus:hover {
        /*background-color:white;*/
        /*color:#1d1d1d;*/
        border-top-left-radius:4px;
        border-top-right-radius:4px;
    }

    .prodblock .dvitem-mask .block-info{
        position:absolute;
        bottom:0px;
        /*background-color:white;
        color:black;*/
        background-color:#1d1d1d;
        color:white;
        width:100%;
        padding:5px 3px;
        height: 68px;
    }
    .prodblock .dvitem-mask .block-info:hover {
        background-color:white;
        color:#1d1d1d;
        border-bottom-left-radius:4px;
        border-bottom-right-radius:4px;
    }

    .prodblock, .dvprodrow{
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .prodblock:hover{
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }
    .dvprodrow:hover{
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }


/*血拼Flora-彩帶*/   
    .ribbon-hot {
        font: bold 15px Sans-Serif;
        color: #333;
        text-align: center;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform:    rotate(-45deg);
        -ms-transform:     rotate(-45deg);
        -o-transform:      rotate(-45deg);
        position: relative;
        padding: 7px 0;
        left: -33px;
        top: 10px;
        width: 120px;
        background-color: #BFDC7A;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
        background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
        background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
        background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
        background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
        color: #6a6340;
        -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
        box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
    }
    .ribbon-hot:before, .ribbon-hot:after {
        content: "";
        border-top:   3px solid #6e8900;   
        border-left:  3px solid transparent;
        border-right: 3px solid transparent;
        position:absolute;
        bottom: -3px;
    }
    .ribbon-hot:before {
        left: 0;
    }
    .ribbon-hot:after {
        right: 0;
    }

/*gallery樣式*/
.mygalitem{
    margin: 0px 10px;
}
    .mygalitem .lbl {
        position: relative;
        top: -21px;
        height: 22px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0px 0px 5px 5px;
        color: white;
        padding: 1px 0px 0px 5px;
    }
    .mygalitem img{
        width:200px;
        border-radius: 9px;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(189,189,189,1);
        -moz-box-shadow: 3px 3px 5px 0px rgba(189,189,189,1);
        box-shadow: 3px 3px 5px 0px rgba(189,189,189,1);
    }
    
/*最新消息區塊*/
.newsblock{
    
}
.newsblock-row{
    margin-bottom: 10px;
}
.newsblock-subject{
    font-size: 22px; margin-bottom: 10px;
}
.newsblock-cag{
    font-weight:bold;
    color:gray
}
.newsblock-title{
    font-weight:bold;
    cursor:pointer;
}
    .newsblock-title:hover {
        opacity:0.8;
    }
.newsblock-date{
    font-size: 10px;        
    color:gray;
}
.newsblock-content {
    word-wrap: break-word;
    cursor:pointer;
}
    .newsblock-content:hover {
        opacity:0.8;
    }
.newsblock-sharebtn{
    text-align: right;border-bottom: 1px solid gray; color: gray; font-weight: bold;
    cursor:pointer
}
.newsblock-morebtn {
    text-align: right;margin-top: 10px;cursor:pointer;
}

/*第二型*/
.newsblock-imgcontainer{
    float:left;margin-right:10px;
}
    .newsblock-imgcontainer img{
        max-width:100px;            
        max-height: 50px;
    }
        .newsblock-imgcontainer img:hover {
            cursor:pointer;
            opacity:0.8;
        }
/*第三型*/
.newsblock-col {
    margin-bottom:15px;
}
    .newsblock-col img{
        width:100%;            
    }
        .newsblock-col img:hover {
            cursor:pointer;
            opacity:0.8;
        }

.newsblock-img{

}

.socialul{
    list-style:none;
    padding:0px;
    margin:0px;
}
    .socialul li{
        display:inline-block;
    }

.hr-article{
    border-top: 1px solid #CACACA;
}

.prodplus-row span{
    padding-right: 12px;
    font-size: 18px;
}

.prodplus-row .prodplus-row-special {
    color:red;
}

.prodplus-row input {
    cursor:pointer;
}

/*購物車相關*/
.ulpaytypelist {
    margin:0px;
    list-style:none;
    padding: 0px 17px;
}
.lblpricedel{
    text-decoration:line-through;
}

.lblpricediscount{
    color:red;
}

.lblblockprod-discount{
    color: red;
    padding-left: 7px;
}
.lblrowprod-discount{
    color: red;
    padding-left: 7px;
    font-size: 28px;
}

.lblproddetail-discount{
    color: red;
    padding-left: 7px;

}

.dvprodmenuH{
    margin-bottom: 12px;
    font-size: 1.1em;
}
/*.dvprodmenuH ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.dvprodmenuH ul li {
    padding: 3px 10px 3px 0px;
    display:inline-block;
}
.dvprodmenuH ul li:last-child {
    float:none;
    padding: 3px 10px 3px 0px;
}*/
.dvprodmenuH select{
    display:inline-block;
    width:200px;
}

.block-shopping .ui-menu .ui-menu-item {
    font-size: 1.1em;
    padding: 5px 1em 5px .4em;
}

.block-visitprodhistory ul{
    list-style:none;
    margin: 0px;
    padding: 0px;
}
.block-visitprodhistory li{
    padding:5px;
    float:left;
}
.block-visitprodhistory li:last-child{
    float:none;
}
.block-visitprodhistory img{
    height:100px;
}
.block-visitprodhistory img:hover{
    opacity:0.8;
}

/*頁尾*/
.dvFooterZone{
    /*width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;*/
    border-top:2px dotted #ef7de6;
    position: relative;
}
/*編輯器用*/
.dvFooterContainer{
    /*border:1px solid yellow;position:relative;*/
    width: 100%;
    position: relative;
    /*left: 0;
    bottom: 0;
    z-index:6666;*/
    min-height:100px;
}
/*前台用*/
.dvFooterContainer2{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*頁尾工具列*/
.dvfootTool{
    width: auto;
    min-width: 83px;
    height: 35px;
    border: 0px solid blue;
    position: absolute;
    top: 0px;
    left: auto;
    text-align: left;
    z-index: 99;
    display: none;
    background-color: #cfcff7;
    opacity: 0.8;
    padding: 6px;
}

.dvtoolbar {
    width: 100%;
    height: 37px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #2d4150;
    text-align: left;
    list-style: none;
    vertical-align: top;
    box-sizing: border-box;
    background: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    box-shadow: 0 2px 6px 0 rgba(22, 45, 61, 0.55);
    border-radius:99em;
    clear: both;
    font-size:26px;
    padding:0 10px;
}
.tbtoolbar{width:155px;margin:0;}
.tbtoolbar td{vertical-align:middle; text-align:center;padding:0 1px;}
.dvtoolbarIcon_i {
    font-size: 2.0em;
    color: #8d60bb;
    text-shadow: 0 0 3px #ffffff;
}
.dvtoolbarIcon_i:hover{color: #565656;}
#toolbarTitle{
    font-size:14px;
    display: inline-block;
    vertical-align: middle;
}


@media (min-width: 768px) {
    .sidebar-nav {
        padding: 9px 0;
    }

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
        margin-top: 0;
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }
    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px;
    }

    #dvpageContainer .dvprodmenuH{
        display:none;
    }
}

@media (max-width: 767px) {
    #dvpageContainer .dvprodmenuH{
        display:block;
    }
}