#buylinkid {
	background: url(/style/img/knopka.png?t=1);
	color: white;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 16px;
	width: 199px;
	height: 63px;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-family: sans-serif;
	padding-top: 13px;
}

/* .modal-dialog {
	max-width: 670px;
} */

.modal-open .modal {
	overflow-x: hidden;
	padding-right: 0 !important;
}

.btn-custom,
.btn-custom:focus,
.btn-custom:active,
.btn-custom:hover {
	background: url(../img/button.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 140px;
	height: 40px;
	border: none;
	outline: none;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 10px;
}

.btn-custom:hover:active {
	filter: brightness(1.2);
}

.btn-custom:active:focus {
	outline: none;
}

.btn-custom:hover {
	filter: brightness(1.05);
}

::-webkit-scrollbar {
	width: 10px;
	background-color: rgb(92, 92, 92);
}
::-webkit-scrollbar-thumb {
	background-color: #2c2c2c;
}

.checkoutname {
	font-weight: 700;
	font-size: 20px;
}

.category-title {
	height: 68px;
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-family: sans-serif;
	text-align: center;
	line-height: 68px;
	background: url(../img/chests-title.png);
	background-size: auto;
	background-size: 100% 100%;
}

.goods {
	display: flex;
	flex-wrap: wrap;
}

.chest {
	width: 180px;
	height: 285px;
	display: inline-block;
	margin: 25px 20px;
	position: relative;
	cursor: pointer;
	display: flex;
	margin-right: 50px;
}

.chest-bg {
	position: absolute;
	width: 215px;
	height: 250px;
	background: url(../img/chests.png);
	top: 14px;
	left: 14px;
	z-index: 5;
}

.chest {
	cursor: pointer;
}


.chest .price-discount {
	position: absolute;
	top: 1px;
	left: 78px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 166px;
	height: 51px;
	line-height: 34px;
	/*background: url(/style/img/price-bg.png);*/
	z-index: 10;
}

.chest .price {
	position: absolute;
	top: 1px;
	left: 142px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 102px;
	height: 51px;
	line-height: 34px;
	/*background: url(/style/img/price-bg.png);*/
	z-index: 10;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    margin-right: 10px;
}

.current-price {
    color: red;
    font-weight: bold;
}


.price span {
	padding-left: 14px;
}

.chest .price {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
}

.chest .name {
	position: absolute;
	top: 250px;
	left: 22.5px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	width: 199px;
	height: 63px;
	background: url(../img/knopka.png?t=1);
	z-index: 10;
}

.name div {
	width: 175px;
	height: 63px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
	margin-top: 26px;
	font-size: 16px;
	font-family: sans-serif;
}

.chest .name {
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.name div span {
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.47);
	text-transform: uppercase;
}

.chest .img {
	position: absolute;
	width: 200px;
	height: 255px;
	background-size: 100% 100%;
	top: 38px;
	left: 22.5px;
	z-index: 10;
}

.chest .img img {
	height: 208px;
	width: 195px;
}

.ribbon1 {
	position: absolute;
	top: -6.1px;
	right: 10px;
}

.ribbon1:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 53px solid transparent;
	border-right: 53px solid transparent;
	border-top: 10px solid #f8463f;
}

.ribbon1 span {
	position: relative;
	display: block;
	text-align: center;
	background: #f8463f;
	font-size: 14px;
	line-height: 1;
	padding: 12px 8px 10px;
	border-top-right-radius: 8px;
	width: 90px;
}

.ribbon1 span:before,
.ribbon1 span:after {
	position: absolute;
	content: "";
}

.ribbon1 span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #f8463f;
}

.ribbon1 span:after {
	height: 6px;
	width: 8px;
	left: -8px;
	top: 0;
	border-radius: 8px 8px 0 0;
	background: #c02031;
}
