
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu {
    width: 200px;
    position: relative;
    max-height: 60vh;
    font-family: 'Open Sans', sans-serif;
    /* top: 33px; */
    left: 0;
    height: auto;
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    overflow-y: auto;
    z-index: 1;
    border: 2px solid;
    border-radius: 0 0 5px 5px;
}

#cssmenu ul ul {
    display: none;
}
#cssmenu > ul > li.active > ul {
    display: block;
}
.align-right {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 7px 20px 7px 7px;
    cursor: pointer;
    line-height: 17px;
    z-index: 2;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 13px;
    top: 10px;
    z-index: 5;
    display: block;
    height: 8px;
    width: 2px;
    background: #525252;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 10px;
    top: 13px;
    display: block;
    width: 8px;
    height: 2px;
    background: #525252;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cssmenu ul ul li a {
    padding: 7px 14px;
    cursor: pointer;
    z-index: 2;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul ul li a {
    padding-left: 32px;
}

#cssmenu ul ul > li.has-sub > a:after {
    top: 9px;
    right: 13px;
    background: #636262;
}
#cssmenu ul ul > li.has-sub > a:before {
    top: 12px;
    background: #636262;
}
.nav-hd1 {
    background: #222222 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 13px !important;
    font-weight: bold !important;
    width: 200px;
    z-index: 999999;
    /*position: absolute;
    top:3px;
    left: 15px;*/
    padding: 6px 8px 8px 8px !important;
}
.sec-toggle{
    border-radius: 3px;
    font-size: 19px;
    padding: 1px 8px;
    /*top: 3px;
    position: absolute;
    left: 15px;*/
    z-index: 99;
}


.productviewdiv{
    background: rgba(255, 255, 255, .85);
    z-index: 999999 !important;
    position: absolute;
    left: 216px; 
    top: 3px; 
    width: calc(100% - 230px);

    height: calc(100% - 20px);
    height: 95%;
    padding: 10px 10px 10px 10px;
    overflow-y: auto;
}
.clickable {
    background: #f3f3f3;
    color: #fff;
    display: inline-block;
    padding: 6px 13px;
    border-radius: 0px 2px 2px 25px;
    cursor: pointer;
    position: fixed;
    right: 12px;
    top: 3px;
    z-index: 9999999999;
}
.prod-show{
    text-align: center;
    background: #fff;
    padding: 5px;
    border: 1px solid #DCDCDC;
}

.prod-show img{ display: inline-block;}
.prod-show h5{ 
    min-height: 21px;
    font-size: 11px;
}
.recommendedproduct {
    z-index: 1;
    left: 5%;
    /* bottom: 146px; */
    position: absolute;
    width: 90%;
    /* height: 120px; */
    padding: 5px 5px 5px 5px;
    /* margin: 0 auto; */
	top: calc(100% - 135px);
	/* opacity: 0.8; */
}
.recommendedproduct:hover{ opacity: 1;}
.recprdclose {
    background: #f3f3f3;
    color: #fff;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 0px 2px 2px 25px;
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999999999;
}

.smil-prod-img {
    cursor: pointer;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.smil-prod-img:hover{
    box-shadow: 0px 0px 12px 1px #888;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}


.sim_prd {
    height: 25px;
    display: block;
    position: absolute;
    left: -28px;
    top: 170px;
    z-index: 99999;
    right: 0;
    cursor: pointer;
    width: 142px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    background: #f3f3f3;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px 3px 0px 0px;
    padding-top: 1px;
}
.sim_prd:hover {
    opacity: 1;
}
.linkedproduct{
    cursor:pointer;
}

@media screen and (max-width: 699px) {
.productviewdiv{
    left: 186px; 
    top: 3px; 
    width: calc(100% - 186px);
}
}
.editsecname,.editttgnw{
    padding: 1px !important;
}
.editsecname i,.editttgnw i{
    padding: 0 5px;
}
.editsecname input,.editttgnw input{
    margin-top: 0px;
    width: 80%;
}
.ncls{
  margin-left: 55px;
}
.editttgnw .ncls{
    margin-left: 30px;
}

/*...........Edit-Tour Section CSS............*/
/* For Non Google Section Start */
.edit-cssmenu{
    top: 88px !important;
    left: 15px !important;
}
.edit-menu-sctn{
    position: absolute !important;
    top: 56px !important;
    left: 15px !important;
}
.edit-sec-toggle{
   position: absolute !important; 
   left: 15px !important;
   cursor: pointer !important;
}
/* For Non Google Section End */
/* For Google Dummy Section Start */
.dummy-cssmenu{
	position: absolute !important;
    top: 37px !important;
    left: 15px !important;
}
.dummy-nav-hd1{
	position: absolute !important;
    top: 5px !important;
    left: 15px !important;
}
.dummy-sec-toggle{
	position: absolute !important;
    top: 5px !important;
    left: 15px !important;
}
/* For Google Dummy Section End */
/* For Google Section Start */
.editg-sec-toggle {
	position: absolute !important;
    top: 5px !important;
    left: 5px !important;
}
.editg-nav-hd1 {
	position: absolute !important;
    top: 5px !important;
    left: 5px !important;
}
.editg-cssmenu {
	position: absolute !important;
	top: 33px !important;
    left: 5px !important;
}
/* For Google Section End */