.itemList .button, .itemList a.button {
 border-radius:5px !important;
  margin-top: auto !important;
}
.itemList p.itemName {
 color:blue;
 text-decoration:underline;
}
.itemList p.itemPrice {
 color:red;
 line-height:2;
}
a.itemWrap {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

body {
min-width: 1200px !important;
}

table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}
.searchForm.searchFormB .searchForm__inner input[type="text"] {
  height: 100%;
}

#hdr .hdrBottom .hdrInner .searchForm input[type="text"] {
	height: 100%;
}

.form_select_box{
    padding: 10px 0;
}

.form_select{
  max-width: 300px;
  flex: 0 0 300px;
  font-size: 12px;
  margin: 7px 7px 0;
}

.form_select ul{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
}

.form_select ul li{
	margin-right: 20px;
  list-style: none;
}
.form_select ul li input{
	margin: 0 5px 0 0;
	display: none;

}

.form_select label {
  position: relative;
  cursor: pointer;
  padding-left: 29px;
}

.form_select label::before,
.form_select label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.form_select label::before {
  background-color: #fff;
  border: 1px solid #2A2A2A;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 0;
}

.form_select label::after {
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 12px;
  height: 12px;
  left: 5px;
}

.form_select input:checked + label::before {
	background: #2A2A2A;
}

.form_select .visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}
.gNav > ul > li > a {
    height: 88px;
}