/* =========================
	PUBLIC DESKTOP CSS
========================= */

.row-location, .row-worker {
  display: none;
}
.ea-bootstrap .btn-primary {
  background-color: #b61d6a !important;
  border-color: #b61d6a !important;
}
.ui-datepicker .ui-datepicker-current-day {
  background-color: #b61d6a !important;
}
.ea-bootstrap.ea-bootstrap .selected-time, .ea-bootstrap.ea-bootstrap .selected-time:hover {
  background-color: #b61d6a !important;
}
.ea-bootstrap .col-md-6 {
  color: black !important;
}
.woo-header-cart .woo-menucart.circle {
  border-width: 0px;
}
.ea-bootstrap .radio input[type="radio"], .ea-bootstrap .radio-inline input[type="radio"], .ea-bootstrap .checkbox input[type="checkbox"], .ea-bootstrap .checkbox-inline input[type="checkbox"] {
  position: inherit !important;
}
.single-product {
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 17px;
  color: #353535;
}
.woocommerce div.product .product_title {
  font-family: "Open Sans Condensed", Sans-serif;
  font-size: 50px;
  font-weight: 600;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li a:after {
  background-color: #b6006a;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button[type="submit"]:hover, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button[type="submit"]:focus, .button:hover {
  background-color: #ffedde;
  color: #b6006a;
}
input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button {
  background-color: #b6006a;
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {



}

/* TABLET PORTRAIT */
@media (max-width: 991px) {



}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {



}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {



}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */