.gm-opening-hours {
	position: relative;
}
.gm-opening-hours ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gm-opening-hours ul li {
	display: flex;
	justify-content: space-between;
}

.gm-opening-hours .toggle {
	border: none;
	background-color: transparent;
	color: currentColor;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem;
	padding: 1em 1.5em;
	transition: all 0.25s;
	margin-right: .5em;
	
}

.gm-opening-hours .toggle .label {
	position: relative;
}

.gm-opening-hours .toggle .label:after {
	font-family: fontello;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /* margin-right: .2em; */
  line-height: 1em;
  /* margin-left: .2em; */
  position: absolute;
  content: "\e80b";
  top: 50%;
  right: -27px;
  color: #fff;
  /* height: 100%; */
}

.gm-opening-hours .toggle .label {
	display: flex;
	align-items: center;
	gap: .25em;
}

.gm-opening-hours .toggle .secondary-label {
	font-size: 1.125rem;
	font-weight: 600;
}

.gm-opening-hours[data-secondarylabel] .toggle {
	display: flex;
	flex-direction: column;
	gap: 0em;
}

.gm-opening-hours[data-secondarylabel=""] .toggle {
	display: inherit;
}

.gm-opening-hours .toggle:hover {
	/* border-color: #000000;
	background-color: #000000;
	color: #fff; */
}

.gm-opening-hours[data-style="list"] ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 1.25em .25em;
}

.gm-opening-hours[data-style="list"] ul li:last-of-type {
	border-bottom: none;
}

.gm-opening-hours[data-style="widget"] .content {
	display: none;
	position: absolute;
}

.gm-opening-hours[data-style="widget"] .content .page-link {
	background-color: #D3C9B6;
	color: #1D1D1B;
	padding: 1em;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	font-weight: 500;
}

.gm-opening-hours[data-style="widget"] .content .page-link:hover {
	text-decoration: none !important;
}

.gm-opening-hours[data-style="widget"] .content .page-link span[class*=icon-] {
	color: #1D1D1B;
	padding-right: 0px;
}

.gm-opening-hours[data-style="widget"][data-open="true"] .content {
	display: block;
  z-index: 9999;
  background:#F4F2EF;
  position: absolute;
	width: 200px;
	color: #1D1D1B;
	font-weight: 400;
}

.gm-opening-hours[data-style="widget"] .content ul {
	padding: 1em;
	padding-bottom: .5em;
}

.gm-opening-hours ul li .hours {
	display: inline-flex;
	gap: .25em;
}

.gm-opening-hours ul li .message {
	font-style: italic;
}

.gm-opening-hours[data-style="widget"][data-open="true"] .content ul li {
	padding: .5em 0;
}

/* .gm-opening-hours .content ul li {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5em;
	padding-bottom: 0.7em;
} */
/* .page-content .gm-opening-hours[data-show='regular'] .content ul li {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5em;
	padding-bottom: 0.5em;
	text-align: left;
} */


/* .page-content .gm-opening-hours .content ul li {
 text-align: center;
 display: block; 
 font-weight: 400;
 font-size: 1.063em;
 padding:0;
 border-bottom: 0;
}
.page-content .gm-opening-hours .content ul li span{
	margin-right: 10px;
   }
.page-content .gm-opening-hours .content ul li span.day{
	margin-right: 10px;
} */