.shop_item_container {
  margin:100px auto;
  border:1px solid;
  width:520px;
  overflow:hidden;
  background: #0b0b0b;
  padding: 10px;
}
.tabs {
  /*border:1px solid #ddd;*/
    padding: 5px 0px 0px 0px;
}


.item_holder:hover {
  /*border-color:rgba(255,255,255,0.5) !important;*/
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.item_holder {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;

    width: 30%;
    height: 130px;
  display:inline-block;
  position:relative;
  border: 2px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.7);
  border-radius:3px;
  margin:2.5px 4.5px;
}
.item_holder .name {
    text-align: center;
    color: #e9ebee;
    font-size: 20px;
}

.item_holder .image > div {
  margin: 0 auto;
  margin-top:15px !important;
  /*border: 1px solid #ddd;*/
  width:64px;
  height:64px;
  border-radius: 50%;
  padding: 1px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #1f1f1f !important;
}
.item_holder .buttons {
    position:absolute;
    bottom: 0;
    width:100%;
    font-size: 12px;

}

/*.item_holder .buttons a:nth-child(2){
  border-radius: 50%;
  border:1px solid;
  padding: 5px;
  float:right;
}*/
.item_holder .buttons .info_btn {
    font-size: 11px;
    border: 1px solid #dad6d6;
    border-radius: 99px;
    width: 15px;
    height: 15px;
    display: block;
    line-height: 15px;
    text-align: center;
    color: #af9855;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-weight: bold;
}
.item_holder .buttons .info_btn:hover {
    cursor: pointer !important;
    color: #fff;
    border-color: #fff;
    display: block;
    transition: all 0.1s linear;
}

.item_holder .buttons .info_btn:hover ~ .info_box {
    visibility: visible;
    opacity: 1;
}
.item_holder .buttons div {
  overflow:hidden;
}
.item_holder .buttons div > div {
  display:inline-block;
  vertical-align: bottom;
}
.item_holder .buttons div > div:nth-child(1) {
  float:left;
}
.item_holder .buttons div > div:nth-child(2) {
  float:right;
}

.item_holder .buttons .points {
    position: absolute;
    left: 3px;
    bottom: 3px;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 4px;
    background: #441A0C;
    display: block;
    color: #F45A0C !important;
}

.info_box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 110px;
    background: rgba(255,255,255,0.2);
    color: #441A0C;
    width: 140px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    z-index: 99;
    transition: visibility 0.05s, opacity 0.1s linear;
}

.line {
  width:100%;
  height:2px;
  background: #333332;
}

.tabs > a {
    display: inline-block;
    padding: 3px 4px;
    margin: 0 1px;
    font-size: 11px;
    background: #212121;
    letter-spacing: 0px;
    color: #737373;
}
.tabs > a.active {
  background: #333332;
  font-size: 12px;
  color: #BFBFBF;
}
a:hover { color: #fe6513 !important; }
.showpoints {
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}
