/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */



.rallyshow-grid {
  grid-template-columns: repeat(auto-fit,minmax(290px,1fr));
}


[data-products] .product .custom-text {
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
	position: absolute;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background-color: #990000;
	color: #fff;
	margin: 5px;
}


.napis {
  border-radius: 5px;
  padding: 5px 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	background-color: #990000;
	color: #fff;
	margin: 5px;
	text-align: center;
	width: fit-content;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}



/* booking koledar */

.rallyshow-month-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.rallyshow-calendar-day,
.rallyshow-calendar-head {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.rallyshow-date-pick {
  border-radius: 7px;
  padding: 4px 8px;
  font-size: 12px;
}

.rallyshow-calendar-day span {
  font-size: 12px;
}

.rallyshow-calendar-day {
  min-height: 80px;
  padding: 7px;
}

.rallyshow-calendar-day strong {
  line-height: 1;
}