#download-button {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; 
}

#download-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}

#download-button {
  background:url('icons/icon-download.png') right no-repeat !important;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1055;
  box-shadow: none;
  touch-action: manipulation; 
}

#download-button::-moz-focus-inner {
  padding: 0;
  border: 0; 
}

#download-button {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 88px;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  /*color: #FFF;*/
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; 
}

  #download-button:hover,
  #download-button:focus {
    opacity: 1; 
  }

  #download-button:active {
    top: 1px;
    background:url('icons/icon-download.png') right no-repeat !important;
  }

#download-button {
  color: #333; 
}

  .mfp-img-mobile #download-button {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; 
  }




#dropComments-button {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; 
}

#dropComments-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}

#dropComments-button {
  background:url('icons/icon-comments.png') right no-repeat !important;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1056;
  box-shadow: none;
  touch-action: manipulation; 
}

#dropComments-button::-moz-focus-inner {
  padding: 0;
  border: 0; 
}

#dropComments-button {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 44px;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  /*color: #FFF;*/
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; 
}

  #dropComments-button:hover,
  #dropComments-button:focus {
    opacity: 1; 
  }

  #dropComments-button:active {
    top: 1px;
    background:url('icons/icon-comments.png') right no-repeat !important;
  }

#dropComments-button {
  color: #333; 
}

  .mfp-img-mobile #dropComments-button {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; 
  }

#dropCommentWrap {
  height: 100%;
  width: 100%;
  position: fixed;
  padding-top: 40px !important;
  top: 0;
  right: 0;
  display: inline;
  overflow: hidden;
}

#dropCommentField {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  top: 0;
  right: 0;
  display: none;
  overflow-y: auto;
  overflow-x: hidden; // hide horizontal
}

.dropCommentsIcon {
  background:url('icons/icon-comments_xs.png') right no-repeat !important;
  width: 18px !important;
  height: 17px !important;
  position: absolute;
  top:2px;
  right:2px !important;
  z-index: 9999 !important;
}

.dropped {

}

/**
  Comments System with Reply Using jQuery & Ajax
*/

/* the comments container  */
.cmt-container{ 
	width: 100%;
	height: auto; min-height: 30px;
	padding: 10px;
	margin: 10px auto;
	background-color: #fff;
	border: #d3d6db 1px solid;
	z-index: 1061;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
} 

.cmt-cnt{
	width: 100%; height: auto; min-height: 35px; 
	padding: 5px 0;
	overflow: auto;
}
.cmt-cnt img{
	width: 35px; height: 35px; 
	float: left; 
	margin-right: 10px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background-color: #ccc;
}
.thecom{
	line-height: 100%;
	width: auto; height: auto; min-height: 35px; 
	background-color: #fff;
}
.thecom h5{
	display: inline;
	float: left;
	font-family: tahoma;
	font-size: 13px !important;
	color: #3b5998;
	margin: 0 15px 0 0;
}
.thecom .com-dt{
	display: inline;
	float: left;
	font-size: 12px; 
	line-height: 18px;
	color: #bbb;
}
.thecom p{
	display: block !important;
	font-size: 12px !important;
	width: auto;
	margin: 5px 5px 5px 45px;
	color: #4e5665;
}
.new-com-bt{
	width: 100%; 	height: 30px;
	border: #d3d7dc 1px solid;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background-color: #f9f9f9;
	color: #adb2bb;
	cursor: text;
}
.new-com-bt span{
	display: inline;
	font-size: 13px;
	margin-left: 10px;
	line-height: 30px;
}
.new-com-cnt{ width: 100%; height: auto; min-height: 110px; }
.the-new-com{ /* textarea */
	width: 98%; height: auto; min-height: 70px;
	padding: 5px; margin-bottom: 8px;
	border: #d3d7dc 1px solid;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background-color: #f9f9f9;
	color: #333;
	resize: none;
}
.new-com-cnt input[type="text"]{
	margin: 0;
	height: 20px;
	padding: 5px;
	border: #d3d7dc 1px solid;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background-color: #f9f9f9;
	color: #333;
	margin-bottom:5px;
}
.cmt-container textarea:focus, .new-com-cnt input[type="text"]:focus{
	border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);
}
.bt-add-com{
	/*display: inline;
	float: left;
	padding: 8px 10px;  margin-right: 10px;
	background-color: #3498db;
	color: #fff; cursor: pointer;
	opacity: 0.6;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;*/
}
.bt-cancel-com{
	/*display: inline;
	float: left;
	padding: 8px 10px; 
	border: #d9d9d9 1px solid;
	background-color: #fff;
	color: #404040;	cursor: pointer;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;*/
}
.new-com-cnt{ 
	width:100%; height: auto; 
	display: none;
	padding-top: 10px; margin-bottom: 10px;
	border-top: #d9d9d9 1px dotted;
}


/* Css Shadow Effect for the prod-box and prod-box-list div */
 .shadow{
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
}	