ion-icon {
  padding-right: 0.5rem;
}
.w-100 { 
  width: 100% 
}
.border-theme {
  border: 2px solid #f27c21 !important;
}
.has-background-theme {
  background-color: #f27c21 !important; 
}
.fixed-top {
  position: fixed;
  top: 0;
  z-index: 1;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1;
}
.fixed-top-footer {
  position: fixed;
  bottom: 6rem;
  padding: 0.25rem 1rem;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal ion-icon {
  cursor: pointer;
}
#map-container {
  height: 400px;
}
#form-delivery-address {
  padding-top: 0rem;
  margin-top: -1rem;
}
textarea {
  resize: none !important;
}
.searchbox {
  border: none;
  border-bottom: 5px solid #f5f5f5 !important;
  border-right: 1px solid #f5f5f5 !important;
  border-radius: 0% !important;
  height: 35px !important;
}
.searchbox:focus {
  border-bottom: 5px solid #f5f5f5 !important;
  border-right: 1px solid #f5f5f5 !important;
}
.pointer {
  cursor: pointer !important;
}
#search-container .columns .column:first-child {
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 5px solid #f5f5f5 !important;
  border-right: 5px solid #f5f5f5 !important;
}
#search-container .columns .column:nth-child(2) {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
#search-container .columns .column:last-child {
  padding-left: 0px !important;
  padding-bottom: 3px !important;
  margin-right: 1rem !important;
}
.dropdown {
  display: block !important;
}
.dropdown-content {
  height: 67vh !important;
  overflow-y: scroll !important;
  width: 120% !important;
  padding-bottom: 3.5rem;
}
.dropdown-item:hover {
  background-color: rgba(0,0,0,.7) !important;
}
table tr td {
  vertical-align: middle !important;
  text-align: center;
}
#container-10399 {
  display: none;
  margin-bottom: 48px;
}
#container-17537 {
  display: none;
  margin-bottom: 48px;
}
.message .note {
  border: 1px solid;
  padding: 8px;
  background: #fff;
  font-weight: normal;
}
.notes h2 {
  font-weight: 500 !important;
}
.message {
  background-color: #f8f8f8 !important;
}
.message-body {
  border-width: 0px !important;
  border-style: none !important;
}
.select:not(.is-multiple):not(.is-loading)::after {
  z-index: unset !important;
}
#ofcatalog-container {
  background-color: #f5f5f5 !important;
  padding-bottom: 8px;
}
#kart-modal {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 9;
  padding: 1rem;
  border-top: 1px solid whitesmoke;
  height: 100%;
  top: 100%;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  padding-bottom: 224px;
  overflow: scroll;
  display: none;
}
#kart-modal.is-active {
  top: 70px !important;
}
#kart-content .columns {
  margin-bottom: 0px !important;
}
#kart-content {
  padding-top: 0px !important;
}
#kart-content .columns .column:first-child {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-left: 1rem;
}
.is-size-14 {
  font-size: 14px !important;
}
#cart-notes {
  max-height: 69px;
  overflow: hidden;
}
.read-more {
  max-height: unset !important;
}
.hidden {
  display: none !important;
}
.cart-divider {
  height: 1rem;
  margin-bottom: 1rem !important;
  border-bottom: 1px solid lightgrey;
}
#cart-notes ul {
  list-style-type: square;
  margin-left: 1.5rem;
}
#cart-notes #more-link {
  position: absolute;
  margin: auto;
  right: 7%;
  top: 100px;
}
#cart-notes #less-link {
  position: absolute;
  margin: auto;
  right: 7%;
}
#p-image {
  border: 1px solid lightgray;
  border-radius: 0.5rem;
}
.image-enlarged {
  position: fixed !important;
  height: 60% !important;
  margin-top: 30% !important;
  z-index: 999 !important;
  width: 92% !important;
  margin-left: 4% !important;
}
#tandc-container {
  margin-bottom: 2rem;
}
#image-enlarded-close-button {
  display: none;
  position: fixed;
  top: 12%;
  right: 18px;
}
.is-danger-border {
  border-color: #f14668 !important;
}
.outofstock {
  color: #f14668;
  text-decoration: line-through;
}
#service-location-modal {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 9;
  padding: 1rem;
  border-top: 1px solid whitesmoke;
  height: 100%;
  top: 100%;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  padding-bottom: 224px;
  overflow: scroll;
  display: none;
}
#service-location-modal.is-active {
  top: 70px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.storepickitem {
  border: 1px solid lightgray;
  border-radius: 24px;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.storepickitem:hover {
  background-color: lightgray;
}
.seloc {
  width: 100%;
  margin-bottom: 1rem !important;
}
#contact-us-modal {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 9;
  padding: 1rem;
  border-top: 1px solid whitesmoke;
  height: 100%;
  top: 100%;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  padding-bottom: 224px;
  overflow: scroll;
  display: none;
}
#contact-us-modal.is-active {
  top: 70px !important;
}
#store-closed-modal {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 9;
  padding: 1rem;
  border-top: 1px solid whitesmoke;
  height: 100vh;
  top: 100%;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  padding-bottom: 224px;
  overflow: scroll;
  display: none;
}
#store-closed-modal.is-active {
  top: 70px !important;
}
#store-closed-modal #figure {
  height: 300px;
  margin-top: 100px;
  background: url('https://phenixcitylibrary.com/wp-content/uploads/2017/04/Library-Closed.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}
#feedback-form {
  margin-bottom: 1rem;
}