@charset "utf-8";
/* CSS Document */

.pre_item_text{
	color: #A82A00;
}
.preitem-btn{
    background: #FFAE00;
    color: #fff;
    padding: 12px 82px;
    border-radius: 7px;
    border: none;
    box-shadow: 0 5px 0 rgb(172 103 53), 0 7px 5px rgb(0 0 0 / 30%);
    /* margin-left: 50px; */
    width: 100%;
    color: #000;
}
.active_preitem{
	 background: #FFAE00!important;
    color: #000!important;
	    box-shadow: 0 2px 0 rgb(172 103 53), 0 7px 5px rgb(0 0 0 / 30%)!important;

}
.preitem-btn2{
    background: #c9c9c9;
    color: #fff;
    padding: 12px 82px;
    border-radius: 7px;
    border: none;
    box-shadow: 0 5px 0 rgb(152 152 152), 0 7px 5px rgb(0 0 0 / 30%);
    width: 100%;
    color: #000;
}


.preorderBox {
  border: solid;
  border-image: linear-gradient(to right,red, purple, blue);
  border-image-slice: 16;
  border-image-width: 2px;
  margin-bottom:10px
}