#page_order {
	background-image: url("/public/assets/frontend/images/404.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 80px);
}

.order-item {
	overflow: hidden;
	position: relative;
}

.order-item img {
    width: 45%;
}

/*wallpaper*/

[class*="-item"] .links-wrap-wallpaper a {
	/* border: 2px solid transparent; */
	display: inline-block;
	font-size: 20px;
	/* height: 60px;
	line-height: 58px; */
	opacity: 0;
	position: relative;
	text-align: center;
	/*top: -100px;*/
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	width: 60px;
	z-index: 5;
}

[class*="-item"] .links-wrap-wallpaper a.link-zoom {
	background-color: #0c1023;
	border-color: #0c1023;
	color: #daa72c;
}

[class*="-item"] .links-wrap-wallpaper a.link-zoom:hover {
	/* background-color: #ca416e;
	border-color: #ca416e; */
	color: #daa72c;
	opacity: 1;
}

[class*="-item"] .links-wrap-wallpaper a.link-anchor {
	color: #daa72c;
	transition-delay: 0.1s;
}

[class*="-item"] .links-wrap-wallpaper a.link-anchor:hover {
	color: #daa72c;
	opacity: 1;
}

[class*="-item"] .links-wrap-wallpaper a:before {
	/* content: "\f002";
	font-family: "FontAwesome"; */
}

[class*="-item"] .links-wrap-wallpaper a.link-anchor:before {
	/* content: "\e90f";
	font-family: "icomoon"; */
}

[class*="-item"]:hover .links-wrap-wallpaper a {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}



.order-img-preview{
	width: 60%;
	height:60%;
}

@media (max-width: 575px) {}
@media (min-width: 576px) {}

@media (max-width: 767px) {

}
@media (max-width: 768px) {
	.order-img-preview{
		width: 35%;
		height:35%;
	}

	.tarot-view{
		width: 45%;
		height:45%;
	}
}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (max-width: 1199px) {}
@media (min-width: 1200px) {}
@media (max-width: 1300px) {}

@media (max-width: 1200px) and (min-width: 576px) {}
@media (max-width: 1199px) and (min-width: 992px) {}
@media (max-width: 991px) and (min-width: 768px) {}
@media (max-width: 991px) and (min-width: 768px) {}










