/*Button*/
button {
  padding: 10px 20px 10px 20px !important;
  margin-top: 20px;
  background-color: #85cac0;
  border-color: #85cac0;
}

button a {
	color: #fff !important;
}
/*Button*/

/*VirtueMart Description Ventor TOS*/
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  div.vendor-image-cont img.img-responsive {
	width: 300px;
  }
}

/*Header Top Right GTranslate*/
a.flag.nturl {
	margin-top: 2px;
  	display: inline-block;
}

.topmod-content {
  margin-left: 20px;
}

  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    a.flag.nturl {
      margin-top: 2px;
      display: inline-block;
    }
  }
  /* Extra small devices (phones, 600px and down) */
/*Header Top Right GTranslate*/

/*Product Page*/
#imagelightbox-overlay {
  background: #0b0b0bed;
}
/*Product Page*/