

.underlined {
  text-decoration: underline !important;
}

div#storebox {
  width: 100%;
  margin: 0 auto 20px auto;
  overflow: hidden;
  position: relative;
}

div.back_to {
  margin-top: 2em;
  font-size: 14px;
  font-weight: bold;
}

div.items_header {
  border-bottom: 1px solid #ECECEC;
  padding: 6px;
  color: black;
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
}
div.items_header_image {
  width: inherit;
  padding: 0;
  margin: 0 0 10px 0;
}
div.items_header_image img {
  width: 100%;
  height: 100%;
  display: block;
}

div.cat_page {
  margin: 0;
  padding: 0;
}
div.cat_page div.items_grid {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
div.cat_page div.item_area {
  display: inline-block;
  width: 376px;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  margin: 10px;
  padding: 0 3px 30px 3px;
}
div.cat_page div.thumbnail {
  width: 376px;
  position: relative;
}
div.cat_page div.beneath_item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
div.cat_page p.item_name {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}
div.cat_page p.item_name a {
  text-decoration: none;
  color: #232F3E;
}
div.cat_page p.item_price {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  text-align: center;
}
div.cat_page p.item_sold_out {
  padding: 0;
  margin: 0;
  color: red;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
div.cat_page p.item_sold_out_ribbon {
  position: absolute;
  top: 40px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  padding: 2px 10px;
  margin: 0;
  color: white;
  background: red;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

a.items_in_cart {
  color: #F00;
}

table.account_table {
  border: 1px solid black;
  margin-bottom: 2em;
  border-radius: 5px;
}
table.account_table tr.header th {
  background: #557FA6;
  color: #FFFFFF;
  font-size: 125%;
  text-align: left;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid white;
}
table.account_table tr th, table.account_table tr td {
  padding: 5px 20px;
  margin: 10px 0px;
}

p {
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div.successmsg, div.errormsg {
  background: #EEE;
  color: #333;
  height: 100px;
  margin: 0 auto 20px auto;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
}
div.successmsg p, div.errormsg p {
  float: right;
}
div.successmsg p.noicon, div.errormsg p.noicon {
  padding: 30px;
}
div.successmsg_icon {
  float: left;
  width: 85px;
}
div.errormsg_icon {
  float: left;
  width: 85px;
}

div.item_subinfo {
  padding-left: 2em;
  font-size: 12px;
}
div.item_comments {
  font-style: italic;
}
button.add_to_cart {
  width: 100%;
  margin: 5px 0px;
  padding: 8px;
  border: solid 1px #333;
  color: black;
  background: white;
  font-family: 'Nunito', 'Arial', 'Helvetica', sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
}
button.add_to_cart:hover {
  background: #EEE;
}
.short_text {
  margin: 0;
  padding: 0;
}
.long_text {
  display: none;
  margin: 0;
  padding: 0;
}
.short_text_arrow, .long_text_arrow {
  color: #666;
  font-size: 11px;
  margin-left: -14px;
  margin-right: 3px;
}
.faq_arrow_right, .faq_arrow_down {
  color: #666;
  font-size: 11px;
}
.faq_arrow_down {
  display: none;
}
.number_badge {
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #5879F5;
  color: white;
  font-size: 0.75rem;
  position: relative;
  top: -0.5rem;
  left: -0.25rem;
  display: none;
}
.number_badge_mobile {
  top: -2.25rem !important;
  left: 1.25rem !important;
}

@media only screen and (min-width: 900px) {
  div.successmsg, div.errormsg {
    width: 800px;
  }
  div.successmsg p, div.errormsg p {
    width: 550px;
  }
  div.successmsg p.noicon, div.errormsg p.noicon {
    width: 640px;
  }
}
@media only screen and (max-width: 600px) {
  div.cat_page div.item_area {
    margin: 3px;
    border-bottom: 1px solid #ECECEC !important;
  }
  div.cat_page div.thumbnail {
    width: 100%;
    box-sizing: border-box;
  }
  div.cat_page p.item_name {
    text-align: left;
  }
  div.cat_page p.item_price {
    text-align: right;
    font-weight: bold;
  }
}
