body {
  font-family:  -apple-system,system-ui,BlinkMacSystemFont,'Open Sans','Poppins';
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background:#fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family:  -apple-system,system-ui,BlinkMacSystemFont,'Open Sans', 'Poppins';
  font-size: large;
  font-weight: 700;
  letter-spacing: 1px;
}

.login-caption{
  margin-top: 50px;
}
.firebase-auth{
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-header {
  margin-top: 60px;
  color: #fff;
  text-align: center;
}

.page-header .page-title {
  font-size: 25px;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  position: relative;
}

.page-header .page-title span {
  color: #7db208;
}

.page-header .page-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.page-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #7db208;
  margin-top: 15px;
}

.item-popup{
  padding: 20px;
  width: 850px;
  height: 530px;
}

.item-popup-image{
  padding: 20px;
  width: 540px;  
}

input.price{
  text-align: right;
}

.category-popup{
  padding: 20px;
  width: 550px;
  height: 220px;
}

.catalog-popup{
  padding: 20px;
  width: 600px;  
}

.address-popup{
  padding: 10px;
}

.store-order-popup{
  padding: 20px;
  width: 500px;  
}

.popup{
  border-radius: 3px;
  background-color: #fff;
}

.btn.btn-outline-primary {
  color: green;
  border-color: green;
}
.btn.btn-outline-primary:hover {
  color: #ffffff;
  background:green;
  border-color:green;
}
.btn.btn-outline-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-outline-primary.inverse:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}
form .form-control:focus {
  border-color: #66cdcc;
  color: #999999;
}

img.item-image{
  max-height: 250px;
  max-width: 250px;
}

img.item-image-full{
  max-width: 500px;  
}


.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;   
  cursor: inherit;
  display: block;
}

.show-image{
  position: relative;
  width: 250px;
  height: 250px;
}
.show-overlay{
  position: relative;
  width: 100%;
  height: auto;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;  
}


.show-overlay:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, .5);
}


.btn-overlay {    
  margin-top: 15px;
  text-align: center;  
  opacity: 0;
  transition: opacity .35s ease;
}

.btn-overlay button {
  z-index: 1;
}

.show-overlay:hover .btn-overlay {
  opacity: 1;
}

.list-map {
  height: 200px;
  width: 550px;
}
/* To show GG map autocomplete in magnific popup*/
.pac-container{
  z-index: 9999;
}

.section-list{
  min-height:  850px;
}

/*order*/
.order-section-title{
  color: gray;
}
.order-section-detail{
  margin: 0.5em;
}
hr.head-line{
  border: 0.6px solid green;
  margin: 0px;
}
.list-detail{
  color: #333;
}

/*bootgrid data table*/
#data_grid th{
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.data-grid{
  padding: 5px 0px 5px;
}

.btn-icon .ic{
  height: 30px;
  width: 30px;
}

.mfp-close{
  display: none !important;
}