
    .productbox {
        display: flex;
        flex-direction: column;
        margin: 65px 45px 0 45px;
        padding-bottom: 1rem;
        justify-content: space-between;
        flex-wrap: nowrap;
        white-space: nowrap;
        border-radius: 25px;
        padding: 0 35px;
        font-size: 14px;
        min-height: 250px;
        width: 297px;
      background-color: #D8E0F1;
      border: 1px solid #fff;
      
      }
      
      .productbox-dummy{
          height: 250px;
        width: 297px;
          /* display: hidden; */
          /* border: 1px solid black; */
          margin: 65px 45px 0 45px;
      }
      
      .productbox-top {
        display: flex;
        margin: 0 0 0 0;
        padding-bottom: 1rem;
        justify-content: space-between;
        flex-wrap: nowrap;
        white-space: nowrap;
        border-bottom: 2px solid #fff;
      }
      .productbox-top h7{
        font-weight: 500;
        font-size: 21px;
        line-height: 32px;
        letter-spacing: -0.005em;
        color: #333366;
        margin-top: 20px;
      }
      .productbox-flag {
              border-radius: 15px;
              width: 25px;
              height: 25px;
              margin-top: 25px;
          }
          .productbox-middle{
              margin-top: 10px;
              height: 125px;
              color: #535353;
          }
          .productbox-typee{
              margin-bottom: 0;
              text-align: left;
          }
          .productbox-type{
              text-align: left;
      
          }
          .text-before-date{
              color: #23D796;
          }
          .productbox-calendarextras{
              display: none;
          }
          .productbox-roostersignup{
              display: flex;
              justify-content: space-between;
              margin-bottom: 15px;
              margin-top: 8px;
          }
          .productbox-calendarbutton{
              color: #23D796 !important;
          }

          
    .sign_up_button{
        width: 110px;
height: 27.5px;
background-color: #23D796;
border-radius: 15px;
/* margin-left: 35px; */
display: flex;
justify-content: space-between;
padding-left: 30px;
padding-right: 5px;
/* line-height: 26px; */

    }
    .sign_up_button > p{
        color: #fff;
        display: inline-block;
        font-size: 13px;
    /* font-weight: bold; */
    line-height: 26px;
    }
    .sign_up_button p:nth-child(2){
        font-size: 20px;
        line-height: 26px;
            }

    .calendarlocation{
        display: none;
        height: 310px;
        position: relative;
        margin-top: 34px;
    }
    .fc-left h2 {
  font-size: 11px !important;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  padding-top: 10px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #989898;
  float: none;
        /* position: absolute; */
        /* left: 35px; */
        padding-top: 0 !important;
    }
    .fc-toolbar .fc-left {
  float: none;
  width: 100%;
}

    .fc-today-button {
  display: none;
}
.fc-day-grid-container {
  height: 100% !important;
}
.fc-day-grid-container {
  overflow: visible !important;
  /* background-color: white; */
}
.fc-day-header {
  font-weight: 400;
  font-size: 10px;
  line-height: 34px;
  color: #989898;
}
.fc-day-number {
  font-weight: 400;
  font-size: 10px;
  line-height: 34px;
  text-align: center;
  color: #989898;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 2em;
}
.fc-next-button, .fc-prev-button {
  background-image: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #23D796;
}
.fc-prev-button {
  position: absolute !important;
  left: 0;
  top: 0;
}
.fc-next-button {
  position: absolute !important;
  right: 0;
  top: 0;
}
.fc button {
 
  outline: none;
}

.productbox.open {
  background-color: #fff;
  border: 1px solid #577BD0;
  border-radius: 25px;
}
.productbox.open .productbox-top {
  border-bottom: 2px solid #577BD0;
}
.fc td, .fc th{
    border: none;
}
.fc-day-top{
    text-align: center;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: none;
}
.fc-unthemed .fc-disabled-day {
    background: #fff;
}
.fc-unthemed td.fc-today {
  background: #fff;
  border: none;
}
.fc .fc-toolbar > * > * {
  float: none;
  margin-left: .75em;
}
@media only screen and (max-width: 450px){

  .alloffersrow .productbox {
    margin: 0 auto;
  }
}