.webselfstorage-units-container {
  padding: 12px;
  display: block;
  position: relative;
  font-family: inherit;
}
.webselfstorage-details {
  text-align: center;
}
.webselfstorage-details i{
	margin-right: 5px;
}
.webselfstorage-details .webselfstorage-h2 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  font-family: inherit;
  padding: 0px !important;
  margin: 12px 0px !important;
}
.webselfstorage-details .webselfstorage-h3 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  font-family: inherit;
  padding: 0px !important;
  margin: 12px 0px !important;
}
.webselfstorage-units{
	display: table;
width: 100%;
margin: 18px 0;
}
.webselfstorage-units-parent{
	display: table;
margin: 16px 0 !important;
padding: 10px !important;
border-bottom: 1px solid #ddd;
}
.webselfstorage-units-child{
	display: table-cell;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}
.webselfstorage-units-child p {
  padding: 0px !important;
  margin: 0px !important;
}
.reserveUnitBtn, .reserveUnitBtn:active, .reserveUnitBtn:hover, .reserveUnitBtn:focus {
  background: #f66711 !important;
  color: #fff !important;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
.webselfstorage-h3 .fa.fa-tag {
  -moz-transform: rotate(110deg);
  -o-transform: rotate(110deg);
  -webkit-transform: rotate(110deg);
  transform: rotate(110deg);
  color: #8db20d;
}
.webselfstorage-coupons {
  display: flex;
  text-align: center;
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.webselfstorage-coupons li {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: inherit;
  margin: 0 10px;
}
.webselfstorage-coupons li i{
	color: #8db20d;
}
.locationFeatures {
  text-align: center;
  margin: 35px 0;
}
.locationFeatures-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  margin: 16px 0px ;
  list-style: none;
  text-align: left;
}
.locationFeatures h3 {
  font-size: 25px;
  color: #000;
  font-weight: 500;
  font-family: inherit;
  padding: 0px !important;
  margin: 12px 0px !important;
}
.locationFeatures-list-item .fa-check-circle {
  color: #8db20d;
  margin-right: 5px;
}
.locationFeatures-list-item {
  margin: 5px 0;
}
.webselfstorage-modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.webselfstorage-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.webselfstorage-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.webselfstorage-close:hover,
.webselfstorage-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.webselfstorage-modal-header {
  padding: 2px 16px;
  background-color: #f66711;
  color: white;
}
.webselfstorage-modal-body {
	padding: 8px;
}
.webselfstorage-modal-header .close {
  float: right;
  font-size: 30px;
  cursor: pointer;
}
.webselfstorage-modal-header h2 {
  margin: 0px;
  padding: 12px 0;
  font-size: 25px;
}
.webselfstorage-model-form-container {
  padding: 0px !important;
  display: flex;
  margin: 0px !important;
  flex-wrap: wrap;
  justify-content: center;
}
.webselfstorage-col {
  width: 33.33%;
  float: left;
  padding: 0px 5px 5px 5px !important;
}
.webselfstorage-col label {
  color: #7a7a7a !important;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 22px;
  padding-bottom: 3px;
}
.webselfstorage-col input{
	padding: 6px 3px 6px 3px !important;
margin: 4px 0 !important;
border: 1px solid #ccc !important;
border-radius: 4px !important;
box-sizing: border-box;
width: 100% !important;
background: #fff !important;
height: 40px !important;
font-weight: 400 !important;
text-indent: .4em !important;
color: #7a7a7a !important;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
cursor: pointer !important;
}
.webselfstorage-full-col {
  width: 100%;
float: left;
padding: 5px 5px 5px 5px !important;
display: block;
text-align: center;
}
.webselfstorageReserve {
  background-color: #f66711 !important;
  width: fit-content;
  color: #fff !important;
  padding: 15px 40px !important;
  margin: 10px 0px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  line-height: 22px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.webselfstorageReserve.disabled {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: default !important;
}
.reserve-unit-api-response p {
  margin: 0px !important;
  padding: 0px;
  color: #000;
  font-weight: 600;
}
.reserve-unit-api-response {
  margin: 10px 0 30px 0;
  display: none;
  text-align: left !important;
}
.reserve-unit-api-response p{
  margin: 0px !important;
  padding: 0px;
  color: #000;
  font-weight: 600;
}
.reserve-unit-api-response h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 667px) {
  .webselfstorage-coupons {
    display: block;
    text-align: left;
    line-height: 32px;
  }
  .webselfstorage-units-child {
    display: block;
    width: 100%;
    margin-bottom: 18px;
  }
  .locationFeatures-list {
    display: block;
  }
  .webselfstorage-modal-content {
    width: 95%;
  }
  .webselfstorage-col {
    width: 100%;
  }
  .webselfstorage-modal {
    padding-top: 20px;
  }
}