@charset "UTF-8";
/* SHOP PAGES CSS */
/* Author: Max van Doorn */

/* Text */

.container h2 {
    font-family: "MuseoSansRounded700", 'Arial', sans-serif;
    width:100%;
    margin:auto;
    color:#fff;
    background-color:#000;
    text-align:center;
    box-sizing:border-box;
    padding:10px;
    font-size:13pt;
}

.container a {
	text-decoration:none;
}
/*
.shop-item .item-img {
	border: 1px solid #888888;
}
*/

.shop-info {
    margin: auto auto 10px !important;
}

@media screen and (max-width:481px) {
	.shop-info {
		display:none;
	}
    .shop-bg {
        margin:10px auto;
    }
    .refresh-bottom {
        display:block;
    }
}
@media screen and (min-width:482px) {
    .refresh-bottom {
        display:none;
    }
}

#confirmPurchasePopup {
    max-width:480px !important;
}

#confirmPurchasePopup .popup-body__2020 p {
    margin:10px auto;
}

/* Main */

.shop-keeper {
    
}

.shop-bg {
    background-size:100%;
	margin:20px auto;
	width:90%;
	height:0;
	padding-bottom:30%;
}

@media screen and (min-width:500px) {
	.shop-bg {
		width:450px;
		height:150px;
		padding-bottom:0;
        cursor:pointer;
	}
}

.foodHint {
    font-family: "MuseoSansRounded500", 'Arial', sans-serif;
}

.soldOutMessage {
    margin: 20px auto !important;
}

/* Obelisk perk shop item frame */

.item-obelisk {
    border-image-slice: 7 20 7 20;
    border-width: 10px 20px 10px 20px;
    border-style: solid;
    border-image-repeat: repeat stretch;
    border-image-source: url(//images.neopets.com/prehistoric/obelisk/item_bg.png);
    box-sizing: border-box;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 66%;
    background-size: 100%;
    cursor:pointer;
}

.refresh-bottom {
    width: 90% !important;
    max-width: 250px;
    margin: auto auto 20px;
}