
.photobook_order{
  color: #000; background-color: #f3f3f3;
  min-width: 500px; 
  padding: 20px 0 20px;
  margin: 0px 20px;
}
.photobook_type .button{
  border: 1px solid #ccc;
  padding: 10px 10px 10px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  border-radius: 15px;
  cursor:pointer;
  position: relative;
}
.button_label{
  font-size: 18px;
  font-weight: bold;
}

.button_description{
  font-size: 12px;
  font-weight: normal;
}

.photobook_type .button:has(input:checked){
  border: 3px solid #F80;
  color: #000;
  margin: -2px;
}

.photobook_type .photobook_checkbox{
  padding: 3px 10px 2px;
  background-color: #fff;
  cursor:pointer;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eee;
  box-sizing: border-box;
}
.photobook_type .photobook_checkbox_label{
  text-align:left;
  flex: 1;
  cursor: pointer;
}

.photobook_type .photobook_checkbox:has(input:checked){
  font-weight: bold;
}

.photobook_order .content{
  padding: 0px 15px;
}
.photobook_order h2{
  font-size: 22px;
  margin: 0;
}
.photobook_order h4{
  font-size: 14px;
  font-family: Helvetica;
}
.photobook_order h4 .numeric{
  font-size: 16px;
  padding: 0px 1px 0px 3px;
}

.photobook_type .button > input[type="checkbox"],
.photobook_type .photobook_checkbox > input[type="checkbox"]{
  display:none;
}

.photobook_type .photobook_checkbox label{
  display:flex;
  gap: 10px;
  width: 100%;
  text-align: left;
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.photobook_type .thumbanail{
  width: 60px; height:70px; display:block; background-size: auto 100%; background-position:center; background-repeat:no-repeat; 
}

.button_photobook_order{
  width: 80%;
  color: #fff !important;
  text-decoration: none;
  background-color: #f80 !important;
  text-align: center;
  margin: 10px auto 0;
  display: block;
  max-width: 500px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
}

.photobook_type .photobook_checkbox_mark_auto{
  position:absolute;
  top: 15px;
  left: 20px;
  width: 40px;
  height: 40px;
}

.photobook_type .photobook_checkbox .photobook_checkbox_mark{
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 480px) {
  .photobook_type .thumbanail{
    width: 30px; height:50px; 
    display:block; background-size: auto 100%; background-position:center; background-repeat:no-repeat; 
  }
  .photobook_order{
    min-width: 320px; 
  }

  .photobook_type .photobook_checkbox_mark_auto{
    position:absolute;
    top: 8px !important;
    left: 20px;
    width: 30px;
    height: 30px;
  }
  .photobook_type .photobook_checkbox .photobook_checkbox_mark{
    width: 30px;
    height: 30px;
  }
}