@charset "UTF-8";

k,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:transparent;
  background-color:tansparent;
  color:#75088a;
  font-family:Helvetica;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

#fixed_background {
  display:block;
  background-position:center center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:100% auto;
  background-image:url(https://img.mfcimg.com/photos2/170/17064145/186-168-420-526-7407207.jpg);
}

.profile_section_background {
  background-color:transparent;
  opacity:.1;
}

.img_radius_shadow {
  -webkit-border-radius:3px #777777;
  -moz-border-radius:3px #777777;
  border-radius:5px;
  -webkit-box-shadow:1px 1px 1px #888888;
  -moz-box-shadow:1px 1px 1px #888888;
  box-shadow:3px 3px 3px #888888;
}

.profile_section_content .heading {
  padding:5px;
  background-color:transparent;
  color:#f10a6a;
  font-family:'Live Love Life';
  font-weight:bold;
  font-style:normal;
  font-size:26px;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  border-radius:14px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #898585;
  -moz-text-shadow:0 0 0 #898585;
  text-shadow:0 0 0 #898585;
}

.content {
  padding:5px;
}

/* ==========================================================================
   Store
   ========================================================================== */
.store {
  font-size:1rem;
  line-height:1;
}

.store-header {
  background:#fffcfc;
  color:#f10a6a;
  font-family:'Live Love Life';
  font-weight:bold;
  font-style:normal;
  margin:auto;
  font-weight:bold;
  font-style:normal;
  font-size:26px;
  border:2px outset #D8BFD8;
  padding:4px;
  margin:0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:-2px -2px 10px #C0C0C0;
  -moz-box-shadow:-2px -2px 10px #C0C0C0;
  box-shadow:-2px -2px 10px #C0C0C0;
}

.store-list {
  background-color:#fff;
  font-family:'helvetica';
  font-weight:bold;
  font-style:normal;
  margin:auto;
  font-weight:bold;
  font-style:normal;
  font-size:16px;
  border:5px solid #fff;
  margin:auto;
  height:432px;
  overflow:auto;
  border:2px outset #D8BFD8;
  padding:4px;
  margin:0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:-2px -2px 10px #C0C0C0;
  -moz-box-shadow:-2px -2px 10px #C0C0C0;
  box-shadow:-2px -2px 10px #C0C0C0;
}

.four-rows {
  height:575px;
}

.store-footer {
  background:#fffcfc;
  color:#f10a6a;
  font-family:'Live Love Life';
  font-weight:bold;
  font-style:normal;
  margin:auto;
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  border:2px outset #D8BFD8;
  padding:4px;
  margin:0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:-2px -2px 10px #C0C0C0;
  -moz-box-shadow:-2px -2px 10px #C0C0C0;
  box-shadow:-2px -2px 10px #C0C0C0;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:#fff;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.store-item .desc {
  width:59.7%;
  height:100%;
  background-color:#fff;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-item:hover .desc {
  background-color:#D8BFD8;
  opacity:.9;
  color:#F8F8F8;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:20px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc-content {
  height:81px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:2px;
  font-size:.75em;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#fff;
  background-color:#444;
  padding:2px 10px;
  border-radius:8px;
}

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:#F8F8F8;
}