#add_box{
	display:none;
}
.page-width-buy{
	max-width:1200px;
    margin:0 auto;
    padding-left:12px;
    padding-right:12px;
    margin-bottom:20px;
}
.o-layout {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px;
    font-size: 0;
}
.o-layout__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 12px;
    font-size: 16px;
    font-size: 1rem;
}


.order-wrapper{
	margin-top: 6rem;
}
.score_wrapper {
  display:inline-block;
  font-size: 45px;
  cursor: pointer;
  color: #dc2020;
  color: #ff8c44;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
/* .load_mask{
	display:none;
	position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.75;
    z-index: 9000;
} */
.load_mask {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top:300px; /* Location of the box */   
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}
/*loader_cart*/
.cart_loader {
	position:relative;
	width:0px;
	height:0px;
	margin:3rem auto 0rem;
}
.cart_loader>div {
	width: 6px;
	height: 20px;
	position: absolute;
	left: -10px;
	bottom: 15px;
	border-radius: 5px;
	transform-origin: 10px 35px;
	transform: rotate(0deg);
	animation: loader 0.8s infinite;
}
.cart_loader>div:nth-child(2) {
	transform: rotate(45deg);
	animation-delay: 0.1s;
}
.cart_loader>div:nth-child(3) {
	transform: rotate(90deg);
	animation-delay: 0.2s;
}
.cart_loader>div:nth-child(4) {
	transform: rotate(135deg);
	animation-delay: 0.3s;
}
.cart_loader>div:nth-child(5) {
	transform: rotate(180deg);
	animation-delay: 0.4s;
}
.cart_loader>div:nth-child(6) {
	transform: rotate(225deg);
	animation-delay: 0.5s;
}
.cart_loader>div:nth-child(7) {
	transform: rotate(270deg);
	animation-delay: 0.6s;
}
.cart_loader>div:nth-child(8) {
	transform: rotate(315deg);
	animation-delay: 0.7s;
}
@keyframes loader {
	0% {
	  background: transparent;
	  left: -10px;
	  transform-origin: 10px 35px;
	}
	30% {
	  background: #b3ffdf;
	}
	100% {
	  background: transparent;
	  left: 10px;
	  transform-origin: -10px 35px;
	}
}

/*loader_more*/
.loading9 i{
	position:relative;
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#b3ffdf;
}
.loading9 i:first-child{
	animation:loading9-ani2 0.5s linear infinite;
	opacity: 0;
	transform:translate(-20px);
}
.loading9 i:nth-child(2),
.loading9 i:nth-child(3){
	animation:loading9-ani3 0.5s linear infinite;
}
.loading9 i:last-child{
	animation:loading9-ani1 0.5s linear infinite;
}
@keyframes loading9-ani1{
	100%{
		transform:translate(40px);
		opacity: 0;
	}
}
@keyframes loading9-ani2{
	100%{
		transform:translate(20px);
		opacity: 1;
	}
}
@keyframes loading9-ani3{
	100%{
		transform:translate(20px);
	}
}
@media (max-width: 61.24rem){
	.user_main_left {
	    display: none;
	}
}
@media (min-width: 46.25em){
	.u-1\/5\@tablet {
	    width: 20% !important;
	}
	.u-4\/5\@tablet {
	    width: 80% !important;
	}
}