/* .shop.menuback {
    background: rgba(0, 0, 0, 0.5);
} */

.shop.active {
    opacity: 1;
    pointer-events: auto;
}

.shop .title {
    margin-left: 95px;
    margin-top: 83px;
    font-size: 10px;
    width: 63px;
    height: 0px;
    /* background: url(../img/1/newBigSpriteSheet.png) no-repeat -379px -1496px; */
}

.main_text.registred
{
  width: 63px;
  height: 16px;
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -379px -1496px;
}

.main_text.need_registration
{
  width: 150px;
  text-align: center;
  margin-left: -42px;
  margin-top: 0px;
  line-height: 16px;
  color: #55271c;
}

.crystalCount
{
  text-align: center;
    font-family: "AdvoCut";
    font-size: 10px;
    font-weight: normal;
    color: whitesmoke;
    line-height: 17px;
    margin-left: 5px;
}

.shop .crystal:after {

    /* content: url('../img/3/item-crystalblue.png'); */
}

.shop .product:first-child {
    margin-left: 17px;
}

.shop .product {
    width: 49px;
    height: 52px;
    float: left;
    margin-left: 8px;
    margin-top: 10px;
    padding-top: 5px;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat -330px -1504px;
    white-space: nowrap;
}

#potions_and_bombs .nameProductText {
  text-align: center;
  font-family: "AdvoCut";
  font-size: 7px;
  font-weight: bold;
  color: #55271c;
}

#potions_and_bombs .descrProductText {
  text-align: center;
  font-family: "AdvoCut";
  font-size: 8px;
  height: 8px;
  font-weight: bold;
  color: #55271c;
}

/* .shop .product:hover {
    background: rgba(0, 0, 0, 0.6);
} */

.shop .product .pic {
    margin: 2px auto 3px auto;
}

#potions_and_bombs .pic.healthpotion3{
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -337px -407px;
  width: 25px;
  height: 26px;
}

#potions_and_bombs .pic.manapotion3{
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -412px -407px;
  width: 25px;
  height: 26px;
}

#potions_and_bombs .pic.restorepotion3{
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -337px -435px;
  width: 25px;
  height: 26px;
}

#potions_and_bombs .pic.bombpotion{
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -424px -584px;
  width: 25px;
  height: 26px;
}


.shop .product .buttonBuy {
    width: 49px;
    height: 14px;
    margin-top: 9px;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat -373px -1482px;
    /* background: url(../img/1/newBigSpriteSheet.png) no-repeat -379px -1496px; */
}

.shop .product .price {
    font-weight: normal;
    line-height: 14px;
    font-size: 10px;
    text-align: right;
    font-family: "AdvoCut";
    color: #55271c;
    width: 14px;
    float: right;
    padding-right: 10px;
}

.shop .product .buyText {
    font-weight: normal;
    line-height: 14px;
    font-size: 10px;
    text-align: left;
    font-family: "AdvoCut";
    color: #55271c;
    width: 19px;
    float: left;
    padding-left: 3px;
}

.menuback.shop {
    height: auto;
    cursor: pointer;
}

.shop .page {
    height: 110px;
}

/* @media only screen and (max-width : 1470px), only screen and (max-height : 750px) {
    .shop .title {
        font-size: 166%;
    }

    .shop .crystal:after {
        content: url('../img/2/item-crystalblue.png');
    }

    .shop .product .pic {
        margin: -14px auto;
    }

    .shop .product .price {
        font-size: 27px;
        line-height: 40px;
        font-weight: normal;
    }
} */
