@charset "UTF-8";

div#divCal {
    overflow-x: auto;
}

.button-container {
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

.rt-container {
    max-width: 1340px;
    margin: auto;
}

.calendar-wrapper {
    border: 1px solid #DCD2C8;
    background-color: #fff;
    max-height: 85vh;
    overflow: auto;
    padding: 1.5em;
    margin: 0;
}

.simple-calendar table {
    clear: both;
	font-size: 75%;
    width: 100%;
    border: 1px solid #DCD2C8;
    border-collapse: collapse;
}

.simple-calendar td {
    height: 48px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #DCD2C8;
    border-top: 1px solid #DCD2C8;
    width: 14.28571429%;
}

div#divCal thead>:first-child>td {
    padding-top: 2em;
	padding-bottom: 1em;
}

.simple-calendar td.not-current {
  color: #c0c0c0;
}

.simple-calendar td.today {
    font-weight: 600;
    color: #28283b;
    font-size: 1.25em;
    background-color: #686d5a52;
}

.simple-calendar thead td {
  border: none;
  color: #28283b;
  text-transform: uppercase;
  font-size: 1.5em;
}

.simple-calendar #btnPrev {
  float: left;
  margin-bottom: 20px;
}

.simple-calendar #btnNext {
  float: right;
  margin-bottom: 20px;
}

.simple-calendar .nav-btn {
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  color: #c0c0c0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.simple-calendar .nav-btn.prev {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.simple-calendar .nav-btn:hover {
  color: #28283b;
  font-weight: bold;
}

.simple-calendar .close-btn {
    border: none;
    display: none;
    margin-left: auto;
    margin-right: 0;
}

.simple-calendar .time {
    font-size: 1rem;
    display: flex;
    justify-content: center;
}

.simple-calendar .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration-line: underline;
    text-decoration-style: dotted;
	text-decoration-color: currentColor;
}

.simple-calendar .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
    text-decoration-style: solid;
}

.calendar-event-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title {
    margin: 0 auto;
}

.close-btn-container {
    display: contents;
}

html.modal-open .simple-calendar .close-btn {
	display: block;
    margin-bottom: 1rem;
}

div.simple-calendar {
	display: none;
}

html.modal-open body div.simple-calendar {
	display: block;
    background-color: #686d5ae3;
    margin: 0;
    padding: 1.5rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 111;
}

.wp-element-button .icon.calendar {
    vertical-align: text-bottom;
    margin-right: .5em;
}

.simple-calendar svg.icon.close path {
    stroke: #fff;
}
