body, h1, h2, h3, h4, h5, p, table, th, td, li, 
div, a, input {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #444;
}
a, button, input[type="submit"], input[type="button"] {
  cursor: pointer;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
body, h1, h2, h3, h4, h5, p, table, th, td, li, 
div, span, a, input, select, form {
  z-index: 5;
}
body {
  background: rgb(255, 255, 255);
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
}
input, textarea, select {
  -webkit-appearance: none;
  outline: none;
}
.header {
  display: flex;
  padding: 10px 2%;
  box-sizing: border-box;
}
.logo {
  width: 50%;
  text-align: left;
}
.to_law .logo {
  width: 100%;
  text-align: center;
}
.logo img {
  max-width: 240px;
}
.links {
  width: 50%;
  margin: 20px auto 40px;
  padding-top: 15px;
  box-sizing: border-box;
  text-align: right;
}
.to_settle.links {
  margin-top: 5px;
}
.btn_list {
  /* display: inline-block; */
  padding: 5px 20px;
  border-radius: 3px;
  background: linear-gradient(rgb(237,115,83), rgb(230,8,22));
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
button.btn_list {
  border: none;
}
@media(max-width:767px) {
  .logo {
    width: 42%;
    padding-top: 3px;
  }
  .logo img {
    width: 100%;
  }
  .links {
    width: 58%;
    padding-top: 0;
  }
  .to_settle.links {
    margin-top: 8px;
  }  
  .btn_list {
    padding: 3px 6px;
    font-size: 13px;
  }
}

.cushion {
  width: 98%;
  height: 20px;
  margin: 0 auto 15px;
  border-bottom: 1px solid rgb(230,8,22);
  padding-bottom: 3px;
}
.cushion p {
  text-align: left;
  color: #777;
}
.flex {
  display: flex;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.flex .container {
  width: 85%;
}
.search {
  width: 15%;
  min-width: 200px;
  border-right: 1px solid #aaa;
  padding: 5px;
  box-sizing: border-box;
}
.direct {
  margin-bottom: 30px;
}
.category ul {
  padding: 0;
}
.category li {
  text-align: left;
  font-size: 14px;
  margin-bottom: 3px;
}
.category li a {
  cursor: pointer;
}
.category li a:hover {
  color: rgb(230,8,22);
}
.count {
  text-align: center;
  font-size: 16px;
  color: #888;
  margin-bottom: 30px;
}
.no_count {
  margin-top: 200px;
  margin-bottom: 200px;
}
.items {
  margin: 0 auto;
  width: 99%;
  /* background: #f8f8f8; */
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  min-height: 700px;
}
.item {
  width: 24.2%;
  height: 460px;
  margin: 20px auto;
}
.hidden {
  visibility: hidden;
}
@media(max-width:767px) {
  .items {
    width: 100%;
  }
  .item {
    width: 49.4%;
    height: auto;
  }
}
/* .items::after {
  display: block;
  content: "";
  width: 23%;
  margin: 0 auto;
} */
.up_frame {
  max-width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  /* background: rgb(243, 247, 237); */
}
.up_frame img {
  width: 100%;
  max-height: 250px;
  margin-top: auto;
  margin-bottom: auto;
  object-fit: contain;
}
.down_frame {
  margin-top: 10px;
}
.down_frame a {
  border: none;
  border-radius: 2px;
  padding: 3px 6px;
  font-size: 14px;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
}
.product_name {
  font-size: 17px;
  color: rgb(8, 119, 204);
  margin-bottom: 5px;
  height: 48px;
  width: 100%;
  word-wrap: break-word;
}
.product_name.resize {
  font-size: 14px;
}
.product_explain {
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
  height: 69px;
  width: 100%;
  word-wrap: break-word;
  overflow-y: hidden;
  transition: 1s;
}
.product_explain.mouseover {
  height: auto;
  overflow-y: visible;
}
.orders {
  font-size: 16px;
}
.product_price {
  font-size: 16px;
  margin-bottom: 5px;
}
.orders.hide,
.product_price.hide {
  visibility: hidden;
  pointer-events: none;
}
.span_left {
  float: left;
  margin-left: 5%;
}
.span_right {
  float: right;
  margin-right: 5%;
  font-weight: bold;
  color: rgb(0, 105, 185);
}
.change_orders_num {
  width: 16%;
  border: 1px solid #777;
  border-radius: 2px;
}
.orders_number {
  width: 14%;
  border: 1px solid #777;
  border-radius: 2px;
}
.input_num {
  font-size: 15px;
}
.cart_in {
  border: none;
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 2px;
  background: linear-gradient(rgb(237,115,83), rgb(230,8,22));
  color: #fff;
}
@media(max-width:767px) {
  .product_name {
    font-size: 16px;
    height: 63px;
  }
  .product_explain {
    font-size: 15px;
    height: 80px;
  }
  .span_left, .span_right {
    font-size: 14px;
  }
  .span_left {
    margin-left: 1%;
  }
  .span_right {
    margin-right: 1%;
  }
  .ko {
    font-size: 14px;
  }
  .cart_in {
    font-size: 11px;
    padding: 1px 3px;
  }
}
.cart_delete {
  border: none;
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 2px;
  background: linear-gradient(rgba(250,208,122,0.8), rgba(246,176,20,0.8));
  color: #fff;
}
.sort {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.sort select {
  float: right;
  padding: 2px 4px;
}

.footer2 {
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
}
.footer2 input[name="btn_order"] {
  border: none;
  background: linear-gradient(rgba(237,115,83,0.8), rgba(230,8,22,0.8));
  color: #fff;
  padding: 6px 12px;
  margin-top: 22px;
  border-radius: 3px;
  cursor: pointer;
}
.footer2 input[name="btn_clear"] {
  border: none;
  background: linear-gradient(rgba(250,208,122,0.8), rgba(246,176,20,0.8));
  color: #fff;
  padding: 6px 12px;
  margin-top: 22px;
  border-radius: 3px;
  cursor: pointer;
}
@media(max-width:767px) {
  .footer2 {
    height: 60px;
  }
  .footer2 input[name="btn_order"],
  .footer2 input[name="btn_clear"] {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.order {
  margin: 50px auto;
}
.order table {
  width: 66%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}
.order th,
.order td {
  border-left: 2px solid rgb(251, 191, 218);
  border-top: 2px solid rgb(251, 191, 218);
  padding: 3px 4px;
}
.order th:last-child,
.order td:last-child {
  border-right: 2px solid rgb(251, 191, 218);
}
.order tr:last-child td {
  border-bottom: 2px solid rgb(251, 191, 218);
}
.order th {
  background: linear-gradient(rgba(237,115,83,0.8), rgba(230,8,22,0.8));
  color: #fff;
}
.order th:first-child {
  border-radius: 12px 0 0 0;
}
.order th:last-child {
  border-radius: 0 12px 0 0;
}
.order tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.order tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
@media(max-width:767px) {
  .order table {
    width: 99%;
  }
  .order th, .order td {
    font-size: 15px;
    padding: 2px 4px;
  }
}

.item_name {
  text-align: left;
}
.order b {
  color: rgb(111, 111, 111);
}
.money {
  text-align: right;
}
#grand_text {
  font-weight: 600;
  color: rgb(111, 111, 111);
}
.banking {
  background: linear-gradient(rgba(237,115,83,0.8), rgba(230,8,22,0.8));
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 3px;
  margin-top: 40px;
}
.applications {
  width: 66%;
  margin: 30px auto 40px;
  padding: 20px 3%;
  border-radius: 12px;
  box-sizing: border-box;
  background: linear-gradient(150deg,#f9f6f6, #ebd8d8);
}
.form_p {
  margin: 0 auto 20px;
}
.application {
  width: 70%;
  height: 40px;
  margin: 0 auto 20px;
  text-align: right;
}
.application label {
  float: left;
}
@media(max-width:767px) {
  .applications {
    width: 99%;
    padding: 20px 2%;
    font-size: 15px;
  }
  .application {
    width: 100%;
    font-size: 15px;
  }
}

.up_side_mark {
  float: right;
}
.application input {
  border: 1px solid #777;
  padding: 3px 1px;
  box-sizing: border-box;
  width: 100%;
  float: right;
  text-align: left;
  border-radius: 4px;
}
.application .up_side {
  width: 30%;
}
.application .left_side {
  width: 25%;
  float: left;
}
.application .right_side {
  width: 74%;
  float: right;
}
.application textarea {
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
  border-radius: 3px;
}
.new_item_p {
  font-size: 20px;
  font-weight: bold;
  color: rgb(140, 140, 140);
  margin-bottom: 10px;
}
.hearing .new_item_p {
  margin-bottom: 30px;
}
.new_item_frame {
  width: 70%;
  margin: 5px auto 30px;
  padding-bottom: 20px;
  background: linear-gradient(150deg,#fffdfd, #f4eeee);
  border-radius: 4px;
}
.new_item {
  width: 100%;
  height: 300px;
  display: flex;
  padding: 5px;
  box-sizing: border-box;
}
.new_item .left {
  width: 45%;
  /* border: 1px solid rgb(230,8,22); */
}
.new_img img {
  display: block;
  max-width: 64%;
  max-width: 260px;
  margin: 20px auto;
  max-height: 180px;
  object-fit: contain;
  background: #fff;
}
.new_img img.hide {
  visibility: hidden;
}
.new_upload label {
  border: none;
  border-radius: 2px;
  background: linear-gradient(rgb(242, 152, 129), rgb(234, 63, 74));
  color: #fff;
  padding: 4px 8px;
  cursor: pointer;
}
.up_item_frame .new_upload label {
  font-size: 13px;
  margin-right: 2%;
}
.new_upload label input {
  display: none;
}
#select_img {
  display: none;
}
.new_item .left input[type="button"] {
  display: inline-block;
  /* margin-top: 20px; */
  border: none;
  border-radius: 2px;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
  padding: 4px 8px;
  cursor: pointer;
}
.new_item .right {
  width: 55%;
  /* border: 1px solid rgb(230,8,22); */
  border-left: none;
  padding: 5px;
  box-sizing: border-box;
}
.new_item .right p {
  text-align: left;
  margin-top: 6px;
  color: #888;
}
.new_item .right input[type="text"] {
  width: 90%;
  border: 1px solid #888;
  padding: 3px;
  box-sizing: border-box;
  text-align: left;
}
.new_item .right input[type="text"].input30,
.new_item .right input[type="tel"] {
  width: 30%;
  border: 1px solid #888;
  padding: 3px;
  box-sizing: border-box;
  text-align: right;
}
.new_item .right input[type="text"].input15,
.new_item .right input[type="number"].input15 {
  width: 15%;
  border: 1px solid #888;
  padding: 3px;
  box-sizing: border-box;
  text-align: right;
}
.new_item .right select {
  width: 10%;
  border: 1px solid #888;
  padding: 3px;
  box-sizing: border-box;
  text-align: right;
}
.new_item .right textarea {
  width: 90%;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #888;
  text-align: left;
}
.btn_register input {
  border: none;
  padding: 4px 8px;
  border-radius: 2px;
  background: linear-gradient(rgb(242, 152, 129), rgb(234, 63, 74));
  color: #fff;
}
#btn_delete {
  border: none;
  padding: 4px 8px;
  border-radius: 2px;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
}
.store_information {
  width: 50%;
  margin: 30px auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}
.store_information th {
  width: 40%;
  border-top: 1px solid rgb(237,115,83);
  border-left: 1px solid rgb(237,115,83);
  border-right: 1px solid rgb(237,115,83);
  padding: 6px;
  box-sizing: border-box;
  background: linear-gradient(rgb(237,115,83), rgb(230,8,22));
  color: #fff;
  text-align: right;
}
.store_information tr:first-child th {
  border-radius: 5px 0 0 0;
}
.store_information td {
  width: 60%;
  border-top: 1px solid rgb(237,115,83);
  border-right: 1px solid rgb(237,115,83);
  padding: 6px;
  box-sizing: border-box;
  text-align: left;
}
.store_information tr:first-child td {
  border-radius: 0 5px 0 0;
}

.store_information tr:last-child th {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid rgb(237,115,83);
}
.store_information tr:last-child td {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid rgb(237,115,83);
}
.btn_edit {
  border: none;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 16px;
}
.btn_edit2 {
  border: 2px solid rgb(237,115,83);
  background: #fff;
  color: rgb(230,8,22);
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
}
.store_information .for_input,
.store_information .for_input80 {
  text-align: center;
}
.store_information2 {
  width: 70%;
  margin: 40px auto;
}
.store_information2 th {
  width: 40%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 5%;
  height: 40px;
}
.store_information2 th small {
  color: rgb(230,8,22);
}
.store_information2 td {
  width: 60%;
  text-align: left;
  box-sizing: border-box;
}
.for_input input[type="text"] {
  width: 98%;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-align: left;
}
.for_input80 input[type="text"] {
  width: 82%;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-align: left;
}
.for_input80 span {
  display: inline-block;
  width: 16%;
  vertical-align: bottom;
  color: #666;
  font-size: 14px;
  text-align: left;
  padding-left: 4px;
  box-sizing: border-box;
}
.for_input select {
  width: 98%;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-align: left;
}
.for_input input[type="date"] {
  width: 98%;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-align: left;
}
.store_information small {
  color: rgb(246, 225, 162);
}
.store_information2 .for_input input[type="text"],
.store_information2 .for_input80 input[type="text"],
.store_information2 .for_input select {
  padding: 4px;
}

.caution {
  color: #888;
  /* animation: blinkAnime 1.1s infinite alternate; */
}
/* @keyframes blinkAnime{
	0% { color: rgb(255, 255, 255) }
	100% { color: rgb(141, 141, 141)}
} */
.container.hearing {
  margin-top: 60px;
}
.container.for_upload {
  margin-top: 30px;
}
.up_item_frame {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.up_item_frame .new_item {
  height: 265px;
}
.up_item_frame .num {
  width: 10%;
}
.up_item_frame .left {
  width: 40%;
}
.up_item_frame .right {
  width: 50%;
}
.num p {
  width: 60%;
  margin: 100px auto 0;
}
@media(max-width:767px) {
  .new_item_p {
    font-size: 16px;
  }
  .up_item_frame .new_item {
    height: 480px;
  }
  .up_item_frame p,
  .up_item_frame span {
    font-size: 15px;
  }
  .new_item {
    flex-wrap: wrap;
  }
  .up_item_frame .num {
    width: 30%;
  }
  .up_item_frame .num p {
    width: 100%;
    margin: 20px 0 0;
  }
  .up_item_frame .left {
    width: 70%;
  }
  .up_item_frame .left .new_img img {
    max-width: 160px;
    max-height: 160px;
  }
  .up_item_frame .right {
    width: 100%;
  }
  .up_item_frame .new_item .right input[type="text"] {
    width: 100%;
    padding: 2px;
  }
  .up_item_frame .new_item .right input[type="text"].input15 {
    width: 15%;
  }
  .up_item_frame .new_item .right select {
    padding: 2px;
  }
  .up_item_frame .new_item .right textarea {
    width: 100%;
    padding: 2px;
  }
}

.space10 {
  height: 10px;
}
.space20 {
  height: 20px;
}
.space30 {
  height: 30px;
}
.space40 {
  height: 40px;
}
.space50 {
  height: 50px;
}
.ec_title {
  font-size: 23px;
  color: #777;
  margin-bottom: 10px;
}
.maruuke_link {
  background: linear-gradient(rgb(237,115,83), rgb(230,8,22));
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
}
.preparation {
  font-size: 18px;
  color: rgb(230,8,22);
}
input[name="shop"] {
  appearance: auto;
}
input[name="change_flag"] {
  border: none;
  background: linear-gradient(rgb(246, 225, 162), rgb(234, 191, 63));
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}
.form_flag {
  margin: 0;
}
.to_trading_law {
  display: block;
  width: fit-content;
  margin: 15px auto 5px;
  color:rgb(164, 213, 250);
  font-weight: 600;
  text-align: center;
  transition: 0.5s;
}
.to_trading_law:hover {
  color:rgb(196, 229, 253);
}
.applications .to_trading_law {
  display: inline-block;
}
.law_label {
  margin: 20px auto;
  font-size: 19px;
  font-weight: bold;
  color: #777;
}
.law_table {
  width: 70%;
  margin: 0 auto;
}
.law_table th {
  width: 44%;
  background: #fff;
  color: rgb(124, 124, 124);
  border: 1px solid rgb(164, 213, 250);
  border-radius: 5px;
  padding: 6px;
  box-sizing: border-box;
}
.law_table td {
  width: 56%;
  text-align: left;
  padding-left: 5%;
  box-sizing: border-box;
}
@media(max-width:767px) {
  .law_table {
    width: 100%;
  }
  .law_table th {
    width: 28%;
    padding: 1%;
    font-size: 13px;
  }
  .law_table td {
    width: 72%;
    font-size: 13px;
    padding-left: 1%;
  }

}
.applications.confirm {
  margin-top: 0;
}
.explain {
  margin-top: 20px;
}
@media(max-width:767px) {
  .explain {
    font-size: 12px;
  }
}
.kurukuru2 {
  position: fixed;
  width: 100vw;
  height: 55vh;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kurukuru2 img {
  display:inline-block;
}
.kurukuru2.hidding {
  display: none;
}
#payment-form {
  width: 60%;
  max-width: 800px;
  margin: 60px auto;
  padding: 20px;
  border-radius: 16px;
  background: rgb(241, 248, 252);
  border: 2px solid rgb(212, 235, 248);
}
.btn_pay {
  background: rgb(225, 240, 250);
  border: 1px solid rgb(145, 200, 242);
  color:rgb(145, 200, 242);
  padding: 4px 8px;
  margin-top: 30px;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(108, 147, 163, 0.2);
  transition: 0.6s;
}
.btn_pay:hover {
  background: rgb(145, 200, 242);
  color: #fff;
}
@media(max-width:767px) {
  #payment-form {
    width: 80%;
    margin: 40px auto;
  }
}

.postage_alert {
  font-weight: bold;
  animation: blueAnime 1s infinite alternate;
}

/* .postage_alert {
  font-weight: bold;
  animation: redAnime 1s infinite alternate;
} */
.blue .postage_alert {
  animation: blueAnime 1s infinite alternate;
}
.blue2 .postage_alert {
  animation: blue2Anime 1s infinite alternate;
}
.green .postage_alert {
  animation: greenAnime 1s infinite alternate;
}
.green2 .postage_alert {
  animation: green2Anime 1s infinite alternate;
}
.orange .postage_alert {
  animation: orangeAnime 1s infinite alternate;
}
.orange2 .postage_alert {
  animation: orange2Anime 1s infinite alternate;
}
.purple .postage_alert {
  animation: purpleAnime 1s infinite alternate;
}
.purple2 .postage_alert {
  animation: purple2Anime 1s infinite alternate;
}
.pink .postage_alert {
  animation: pinkAnime 1s infinite alternate;
}
.pink2 .postage_alert {
  animation: pink2Anime 1s infinite alternate;
}

@keyframes redAnime{
	0% { color: rgb(247, 222, 222) }
	100% { color: rgb(230,8,22)}
}
@keyframes blueAnime{
	0% { color: rgb(218, 230, 243) }
	100% { color: rgb(35, 89, 148)}
}
@keyframes blue2Anime{
	0% { color: rgb(218, 235, 241) }
	100% { color: rgb(58, 141, 170)}
}
@keyframes greenAnime{
	0% { color: rgb(234, 242, 216) }
	100% { color: rgb(157, 192, 76)}
}
@keyframes green2Anime{
	0% { color: rgb(220, 243, 224) }
	100% { color: rgb(160, 209, 168)}
}
@keyframes orangeAnime{
	0% { color: rgb(245, 231, 219) }
	100% { color: rgb(232, 130, 42)}
}
@keyframes orange2Anime{
	0% { color: rgb(243, 232, 218) }
	100% { color: rgb(170, 122, 64)}
}
@keyframes purpleAnime{
	0% { color: rgb(242, 217, 242) }
	100% { color: rgb(143, 95, 143)}
}
@keyframes purple2Anime{
	0% { color: rgb(225, 220, 243) }
	100% { color: rgb(165, 154, 202)}
}
@keyframes pinkAnime{
	0% { color: rgb(243, 218, 228) }
	100% { color: rgb(241, 114, 163)}
}
@keyframes pink2Anime{
	0% { color: rgb(245, 222, 220) }
	100% { color: rgb(246, 151, 143)}
}

.pattern1 .plate:before,
.pattern1 .plate:after,
.pattern1 #colors span:before,
.pattern1 #colors span:after {
  display: none;
}
.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.pattern1 .plate {
  border: 4px solid rgb(230,8,22);
  border-radius: 20%;
}
.pattern1 .plate span {
  color: rgb(229, 53, 65);
}
.pattern1 .btn_list {
  text-decoration: none;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  font-weight: bold;
  color:rgb(164, 213, 250);
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(239, 247, 252);
  transition: 0.5s;
  /* border: 1px solid rgb(165, 165, 165); */
  border: none;
  border-radius: 47.5%;
  box-shadow: 0px 3px 3px rgba(108, 147, 163, 0.2);
}
@media(max-width:767px) {
  .pattern1 .btn_list {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 2px 2px rgba(108, 147, 163, 0.2);

  }
}
.pattern1 .btn_list:hover {
  background: rgb(164, 213, 250);
  color:#fff;
}
.pattern1 .cart_in {
  background: rgb(239, 247, 252);
  border: none;
  color:rgb(164, 213, 250);
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0px 1px 1px rgba(108, 147, 163, 0.2);
  transition: 0.6s;
}
.pattern1 .cart_in:hover {
  background: rgb(164, 213, 250);
  color:#fff;
}

.pattern1 .cart_delete {
  background: rgb(253, 238, 244);
  border: none;
  color:rgb(250, 164, 203);
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0px 1px 1px rgba(163, 108, 141, 0.2);
  transition: 0.6s;
}
.pattern1 .cart_delete:hover {
  background: rgb(250, 164, 203);
  color:#fff;
}
.pattern1 .footer2 input[name="btn_order"] {
  background: rgb(239, 247, 252);
  border: none;
  color:rgb(164, 213, 250);
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0px 2px 2px rgba(108, 147, 163, 0.2);
  transition: 0.6s;
}
.pattern1 .footer2 input[name="btn_order"]:hover {
  background: rgb(164, 213, 250);
  color:#fff;
}

.pattern1 .footer2 input[name="btn_clear"] {
  background: rgb(253, 238, 244);
  border: none;
  color:rgb(250, 164, 203);
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0px 2px 2px rgba(163, 108, 141, 0.2);
  transition: 0.6s;
}
.pattern1 .footer2 input[name="btn_clear"]:hover {
  background: rgb(250, 164, 203);
  color:#fff;
}
.pattern1 .applications {
  background: rgb(241, 248, 252);
  border: 2px solid rgb(212, 235, 248);
}
.pattern1 .applications input, 
.pattern1 .applications textarea {
  border-color: rgb(175, 175, 175);
}
.pattern1 .banking {
  background: rgb(239, 247, 252);
  border: none;
  color:rgb(164, 213, 250);
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0px 2px 2px rgba(108, 147, 163, 0.2);
  transition: 0.6s;
}
.pattern1 .banking:hover {
  background: rgb(164, 213, 250);
  color:#fff;
}
.pattern1 .order th {
  background: rgb(253, 238, 244);
  color:rgb(250, 164, 203);
  font-weight: bold;
}


/* blue */
.blue .cushion {
  border-bottom: 1px solid rgb(35, 89, 148);
}
.blue .btn_list,
.blue .cart_in,
.blue .footer2 input[name="btn_order"],
.blue .order th,
.blue .banking,
.blue .law_table th,
.blue .btn_pay {
  background: linear-gradient(rgb(125, 170, 222), rgb(35, 89, 148));
}
.blue .footer2 input[name="btn_clear"],
.blue .cart_delete {
  background: linear-gradient(rgb(234, 214, 158), rgb(178, 150, 73));
}
.blue .order th,
.blue .order td {
  border-left: 1px solid rgb(35, 89, 148);
  border-top: 1px solid rgb(35, 89, 148);
}
.blue .order th:last-child,
.blue .order td:last-child {
  border-right: 1px solid rgb(35, 89, 148);
}
.blue .order tr:last-child td {
  border-bottom: 1px solid rgb(35, 89, 148);
}
.blue .applications,
.blue #payment-form {
  background: linear-gradient(rgb(212, 228, 248), rgb(145, 183, 223));
}
.blue .new_item_p {
  color: rgb(35, 89, 148);
}
.blue #colors {
  background: linear-gradient(rgb(125, 170, 222), rgb(35, 89, 148));
}


/* blue pattern1 */
.blue.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.blue.pattern1 .plate {
  border: 4px solid rgb(35, 89, 148);
  border-radius: 20%;
}
.blue.pattern1 .plate span {
  color: rgb(56, 107, 162);
}
.blue.pattern1 .btn_list {
  border: 3px solid rgb(35, 89, 148);
  border-radius: 5px;
  background: #fff;
  color: rgb(35, 89, 148);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.blue.pattern1 .cart_in {
  background: #fff;
  border: 1px solid rgb(35, 89, 148);
  color: rgb(35, 89, 148);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.blue.pattern1 .cart_delete {
  background: #fff;
  border: 1px solid rgb(178, 150, 73);
  color: rgb(178, 150, 73);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.blue.pattern1 .footer2 input[name="btn_order"] {
  background: #fff;
  border: 2px solid rgb(35, 89, 148);
  color: rgb(35, 89, 148);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.blue.pattern1 .footer2 input[name="btn_clear"] {
  background: #fff;
  border: 2px solid rgb(178, 150, 73);
  color: rgb(178, 150, 73);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.blue.pattern1 .applications,
.blue.pattern1 #payment-form {
  background: #fff;
  border: 1px solid rgb(35, 89, 148);
  outline: 1px solid rgb(35, 89, 148);
  outline-offset: 2px;
}
.blue.pattern1 .applications input, 
.blue.pattern1 .applications textarea {
  border-color: rgb(35, 89, 148);
}
.blue.pattern1 .banking,
.blue.pattern1 .btn_pay {
  background: #fff;
  border: 2px solid rgb(35, 89, 148);
  color: rgb(35, 89, 148);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.blue.pattern1 .order th {
  background: rgb(221, 237, 255);
  color: rgb(35, 89, 148);
  font-weight: bold;
}


/* blue2 */
.blue2 .cushion {
  border-bottom: 1px solid rgb(58, 141, 170);
}
.blue2 .btn_list,
.blue2 .cart_in,
.blue2 .footer2 input[name="btn_order"],
.blue2 .order th,
.blue2 .banking,
.blue2 .law_table th,
.blue2 .btn_pay {
  background: linear-gradient(rgb(147, 185, 198), rgb(58, 141, 170));
}
.blue2 .footer2 input[name="btn_clear"],
.blue2 .cart_delete {
  background: linear-gradient(rgb(239, 218, 142), rgb(223, 202, 127));
}
.blue2 .order th,
.blue2 .order td {
  border-left: 1px solid rgb(58, 141, 170);
  border-top: 1px solid rgb(58, 141, 170);
}
.blue2 .order th:last-child,
.blue2 .order td:last-child {
  border-right: 1px solid rgb(58, 141, 170);
}
.blue2 .order tr:last-child td {
  border-bottom: 1px solid rgb(58, 141, 170);
}
.blue2 .applications,
.blue2 #payment-form {
  background: linear-gradient(rgb(210, 228, 233), rgb(150, 196, 213));
}
.blue2 .new_item_p {
  color: rgb(58, 141, 170);
}
.blue2 *,
.blue2 .footer2 input[name="btn_clear"],
.blue2 .footer2 input[name="btn_order"],
.blue2 .order th:first-child,
.blue2 .order th:last-child,
.blue2 .order tr:last-child td:first-child,
.blue2 .order tr:last-child td:last-child,
.blue2 #payment-form {
  border-radius: 0;
  box-shadow: none;
}
.blue2 #colors {
  background: linear-gradient(rgb(147, 185, 198), rgb(58, 141, 170));
}
.blue2 .plate:before,
.blue2 .plate:after,
.blue2 #colors span:before,
.blue2 #colors span:after {
  display: none;
}

/* blue2 pattern1 */
.blue2.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(135deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
  background-image: linear-gradient(-45deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
}
.blue2.pattern1 .plate {
  border-top: 4px solid #e7f9f9;
  border-right: 4px solid rgb(58, 141, 170);
  border-bottom: 4px solid rgb(39, 115, 143);
  border-left: 4px solid rgb(102, 185, 215);
  border-radius: 0;
}
.blue2.pattern1 .plate span {
  color: rgb(39, 115, 143);
}
.blue2.pattern1 .cushion {
  border-bottom: 2px solid rgb(58, 141, 170);
}
.blue2.pattern1 .btn_list {
  border-top: 2px solid #e7f9f9;
  border-right: 2px solid rgb(58, 141, 170);
  border-bottom: 2px solid rgb(39, 115, 143);
  border-left: 2px solid rgb(102, 185, 215);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
  background-image: linear-gradient(-45deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
  color: rgb(39, 115, 143);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.blue2.pattern1 .cart_in {
  background-image: -webkit-linear-gradient(135deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
  background-image: linear-gradient(-45deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
  border-top: 1px solid #e7f9f9;
  border-right: 1px solid rgb(58, 141, 170);
  border-bottom: 1px solid rgb(39, 115, 143);
  border-left: 1px solid rgb(102, 185, 215);
  border-radius: 0;
  color: rgb(39, 115, 143);
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.blue2.pattern1 .cart_delete {
  background-image: -webkit-linear-gradient(135deg, rgb(238, 222, 165) 0%, rgb(228, 208, 136) 20%, rgb(250, 242, 212) 34%, white 53%, rgb(238, 222, 165) 100%);
  background-image: linear-gradient(-45deg, rgb(238, 222, 165) 0%, rgb(228, 208, 136) 20%, rgb(250, 242, 212) 34%, white 53%, rgb(238, 222, 165) 100%);
  border-top: 1px solid rgb(248, 238, 201);
  border-right: 1px solid rgb(218, 197, 121);
  border-bottom: 1px solid rgb(173, 153, 81);
  border-left: 1px solid rgb(238, 219, 152);
  border-radius: 0;
  color: rgb(173, 153, 81);
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.blue2.pattern1 .footer2 input[name="btn_order"] {
  background-image: -webkit-linear-gradient(135deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
  background-image: linear-gradient(-45deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
  border-top: 2px solid #e7f9f9;
  border-right: 2px solid rgb(58, 141, 170);
  border-bottom: 2px solid rgb(39, 115, 143);
  border-left: 2px solid rgb(102, 185, 215);
  border-radius: 0;
  color: rgb(39, 115, 143);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.blue2.pattern1 .footer2 input[name="btn_clear"] {
  background-image: -webkit-linear-gradient(135deg, rgb(238, 222, 165) 0%, rgb(228, 208, 136) 20%, rgb(250, 242, 212) 34%, white 53%, rgb(238, 222, 165) 100%);
  background-image: linear-gradient(-45deg, rgb(238, 222, 165) 0%, rgb(228, 208, 136) 20%, rgb(250, 242, 212) 34%, white 53%, rgb(238, 222, 165) 100%);
  border-top: 2px solid rgb(248, 238, 201);
  border-right: 2px solid rgb(218, 197, 121);
  border-bottom: 2px solid rgb(173, 153, 81);
  border-left: 2px solid rgb(238, 219, 152);
  border-radius: 0;
  color: rgb(173, 153, 81);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.blue2.pattern1 .applications,
.blue2.pattern1 #payment-form {
  /* background-image: -webkit-linear-gradient(135deg, rgb(179, 227, 245) 0%, rgb(108, 186, 214) 20%, rgb(204, 235, 247) 34%, white 53%, rgb(179, 227, 245) 100%);
  background-image: linear-gradient(-45deg, rgb(179, 227, 245) 0%, rgb(108, 186, 214) 20%, rgb(204, 235, 247) 34%, white 53%, rgb(179, 227, 245) 100%); */
  border-top: 2px solid #c0e6e6;
  border-right: 2px solid rgb(58, 141, 170);
  border-bottom: 2px solid rgb(39, 115, 143);
  border-left: 2px solid rgb(102, 185, 215);
  outline: none;
  border-radius: 0;
}
.blue2.pattern1 .applications input, 
.blue2.pattern1 .applications textarea {
  border-color: rgb(58, 141, 170);
}
.blue2.pattern1 .banking,
.blue2.pattern1 .btn_pay {
  background-image: -webkit-linear-gradient(135deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
  background-image: linear-gradient(-45deg, rgb(167, 221, 241) 0%, rgb(100, 179, 208) 20%, rgb(168, 220, 239) 34%, white 53%, rgb(167, 221, 241) 100%);
  border-top: 2px solid #e7f9f9;
  border-right: 2px solid rgb(58, 141, 170);
  border-bottom: 2px solid rgb(39, 115, 143);
  border-left: 2px solid rgb(102, 185, 215);
  border-radius: 0;
  color: rgb(39, 115, 143);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.blue2.pattern1 .order th {
  background: rgb(227, 241, 246);
  color: rgb(58, 141, 170);
  font-weight: bold;
}
.blue2.pattern1 .order th {
  border-top: 2px solid rgb(176, 215, 230);
}
.blue2.pattern1 .order th:first-child,
.blue2.pattern1 .order td:first-child {
  border-left: 2px solid rgb(86, 173, 204);
}
.blue2.pattern1 .order th:last-child,
.blue2.pattern1 .order td:last-child {
  border-right: 2px solid rgb(58, 141, 170);
}
.blue2.pattern1 .order tr:last-child td {
  border-bottom: 2px solid rgb(39, 115, 143);
}
@media(max-width:767px) {
  .blue2.pattern1 .plate {
    border-width: 3px;
  }
}


/* green */
.green .btn_list,
.green .cart_in,
.green .footer2 input[name="btn_order"],
.green .order th,
.green .banking,
.green .law_table th,
.green .btn_pay {
  background: linear-gradient(rgb(185, 208, 139), rgb(157, 192, 76));
}
.green .applications,
.green #payment-form {
  background: linear-gradient(rgb(222, 240, 188), rgb(203, 226, 159));
}
.green .footer2 input[name="btn_clear"],
.green .cart_delete {
  background: linear-gradient(rgb(241, 221, 150), rgb(234, 204, 99));
}

.green .cushion {
  border-bottom: 1px solid rgb(157, 192, 76);
}
.green .order th,
.green .order td {
  border-left: 1px solid rgb(157, 192, 76);
  border-top: 1px solid rgb(157, 192, 76);
}
.green .order th:last-child,
.green .order td:last-child {
  border-right: 1px solid rgb(157, 192, 76);
}
.green .order tr:last-child td {
  border-bottom: 1px solid rgb(157, 192, 76);
}
.green .new_item_p {
  color: rgb(157, 192, 76);
}
.green #colors {
  background: linear-gradient(rgb(185, 208, 139), rgb(157, 192, 76));
}


/* green pattern1 */
.green.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.green.pattern1 .plate {
  border: 4px solid rgb(157, 192, 76);
  border-radius: 20%;
}
.green.pattern1 .plate span {
  color: rgb(178, 211, 102);
}
.green.pattern1 .btn_list {
  border: 3px solid rgb(157, 192, 76);
  border-radius: 5px;
  background: #fff;
  color: rgb(157, 192, 76);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.green.pattern1 .cart_in {
  background: #fff;
  border: 1px solid rgb(157, 192, 76);
  color: rgb(157, 192, 76);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.green.pattern1 .cart_delete {
  background: #fff;
  border: 1px solid rgb(228, 199, 93);
  color: rgb(228, 199, 93);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.green.pattern1 .footer2 input[name="btn_order"] {
  background: #fff;
  border: 2px solid rgb(157, 192, 76);
  color: rgb(157, 192, 76);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.green.pattern1 .footer2 input[name="btn_clear"] {
  background: #fff;
  border: 2px solid rgb(228, 199, 93);
  color: rgb(228, 199, 93);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.green.pattern1 .applications,
.green.pattern1 #payment-form {
  background: #fff;
  border: 1px solid rgb(157, 192, 76);
  outline: 1px solid rgb(157, 192, 76);
  outline-offset: 2px;
}
.green.pattern1 .applications input, 
.green.pattern1 .applications textarea {
  border-color: rgb(157, 192, 76);
}
.green.pattern1 .banking,
.green.pattern1 .btn_pay {
  background: #fff;
  border: 2px solid rgb(157, 192, 76);
  color: rgb(157, 192, 76);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.green.pattern1 .order th {
  background: rgb(241, 253, 212);
  color: rgb(157, 192, 76);
  font-weight: bold;
}


/* green2 */
.green2 .btn_list,
.green2 .cart_in,
.green2 .footer2 input[name="btn_order"],
.green2 .order th,
.green2 .banking,
.green2 .law_table th,
.green2 .btn_pay {
  background: linear-gradient(rgb(208, 233, 212), rgb(160, 209, 168));
}
.green2 .applications,
.green2 #payment-form {
  background: linear-gradient(rgb(235, 243, 236), rgb(217, 235, 220));
}
.green2 .footer2 input[name="btn_clear"],
.green2 .cart_delete {
  background: linear-gradient(rgb(241, 229, 167), rgb(243, 217, 91));
}
.green2 .cushion {
  border-bottom: 2px solid rgb(165, 212, 173);
}
.green2 .order th,
.green2 .order td {
  border-left: 1px solid rgb(165, 212, 173);
  border-top: 1px solid rgb(165, 212, 173);
}
.green2 .order th:last-child,
.green2 .order td:last-child {
  border-right: 1px solid rgb(165, 212, 173);
}
.green2 .order tr:last-child td {
  border-bottom: 1px solid rgb(165, 212, 173);
}
.green2 .new_item_p {
  color: rgb(165, 212, 173);
}
.green2 *,
.green2 .footer2 input[name="btn_clear"],
.green2 .footer2 input[name="btn_order"],
.green2 .order th:first-child,
.green2 .order th:last-child,
.green2 .order tr:last-child td:first-child,
.green2 .order tr:last-child td:last-child,
.green2 #payment-form {
  border-radius: 0;
  box-shadow: none;
}
.green2 #colors {
  background: linear-gradient(rgb(208, 233, 212), rgb(160, 209, 168));
}
.green2 .plate:before,
.green2 .plate:after,
.green2 #colors span:before,
.green2 #colors span:after {
  display: none;
}


/* green2 pattern1 */
.green2.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(135deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  background-image: linear-gradient(-45deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
}
.green2.pattern1 .plate {
  border-top: 4px solid rgb(203, 238, 208);
  border-right: 4px solid rgb(157, 208, 165);
  border-bottom: 4px solid rgb(133, 191, 142);
  border-left: 4px solid rgb(177, 222, 184);
  border-radius: 0;
}
.green2.pattern1 .plate span {
  color: rgb(99, 171, 110);
}
.green2.pattern1 .btn_list {
  border-top: 2px solid rgb(203, 238, 208);
  border-right: 2px solid rgb(157, 208, 165);
  border-bottom: 2px solid rgb(133, 191, 142);
  border-left: 2px solid rgb(177, 222, 184);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  background-image: linear-gradient(-45deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  color: rgb(99, 171, 110);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.green2.pattern1 .cushion {
  border-bottom: 2px solid rgb(157, 208, 165);
}
.green2.pattern1 .cart_in {
  border-top: 1px solid rgb(203, 238, 208);
  border-right: 1px solid rgb(157, 208, 165);
  border-bottom: 1px solid rgb(133, 191, 142);
  border-left: 1px solid rgb(177, 222, 184);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  background-image: linear-gradient(-45deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  color: rgb(99, 171, 110);
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.green2.pattern1 .cart_delete {
  background-image: -webkit-linear-gradient(135deg, rgb(240, 225, 151) 0%, rgb(234, 215, 118) 20%, rgb(244, 235, 190) 34%, white 53%, rgb(240, 225, 151) 100%);
  background-image: linear-gradient(-45deg, rgb(240, 225, 151) 0%, rgb(234, 215, 118) 20%, rgb(244, 235, 190) 34%, white 53%, rgb(240, 225, 151) 100%);
  border-top: 1px solid rgb(242, 230, 167);
  border-right: 1px solid rgb(234, 208, 81);
  border-bottom: 1px solid rgb(219, 194, 68);
  border-left: 1px solid rgb(237, 218, 121);
  border: 1px solid rgb(234, 208, 81);
  color: rgb(201, 177, 48);
  border-radius: 0;
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.green2.pattern1 .footer2 input[name="btn_order"] {
  border-top: 2px solid rgb(203, 238, 208);
  border-right: 2px solid rgb(157, 208, 165);
  border-bottom: 2px solid rgb(133, 191, 142);
  border-left: 2px solid rgb(177, 222, 184);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  background-image: linear-gradient(-45deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  color: rgb(99, 171, 110);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.green2.pattern1 .footer2 input[name="btn_clear"] {
  background-image: -webkit-linear-gradient(135deg, rgb(240, 225, 151) 0%, rgb(234, 215, 118) 20%, rgb(244, 235, 190) 34%, white 53%, rgb(240, 225, 151) 100%);
  background-image: linear-gradient(-45deg, rgb(240, 225, 151) 0%, rgb(234, 215, 118) 20%, rgb(244, 235, 190) 34%, white 53%, rgb(240, 225, 151) 100%);
  border-top: 2px solid rgb(242, 230, 167);
  border-right: 2px solid rgb(234, 208, 81);
  border-bottom: 2px solid rgb(219, 194, 68);
  border-left: 2px solid rgb(237, 218, 121);
  border: 1px solid rgb(234, 208, 81);
  color: rgb(201, 177, 48);
  border-radius: 0;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.green2.pattern1 .applications,
.green2.pattern1 #payment-form {
  border-top: 2px solid rgb(203, 238, 208);
  border-right: 2px solid rgb(157, 208, 165);
  border-bottom: 2px solid rgb(133, 191, 142);
  border-left: 2px solid rgb(177, 222, 184);
  border-radius: 0;
  /* background-image: -webkit-linear-gradient(135deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  background-image: linear-gradient(-45deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%); */
  outline: none;
}
.green2.pattern1 .applications input, 
.green2.pattern1 .applications textarea {
  border-color: rgb(157, 208, 165);
}
.green2.pattern1 .banking,
.green2.pattern1 .btn_pay {
  border-top: 2px solid rgb(203, 238, 208);
  border-right: 2px solid rgb(157, 208, 165);
  border-bottom: 2px solid rgb(133, 191, 142);
  border-left: 2px solid rgb(177, 222, 184);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  background-image: linear-gradient(-45deg, rgb(182, 226, 188) 0%, rgb(173, 220, 180) 20%, rgb(210, 242, 215) 34%, white 53%, rgb(182, 226, 188) 100%);
  color: rgb(99, 171, 110);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.green2.pattern1 .order th {
  background: rgb(233, 255, 237);
  color: rgb(157, 208, 165);
  font-weight: bold;
}
.green2.pattern1 .order th {
  border-top: 2px solid rgb(203, 238, 208);
}
.green2.pattern1 .order th:first-child,
.green2.pattern1 .order td:first-child {
  border-left: 2px solid rgb(177, 222, 184);
}
.green2.pattern1 .order th:last-child,
.green2.pattern1 .order td:last-child {
  border-right: 2px solid rgb(157, 208, 165);
}
.green2.pattern1 .order tr:last-child td {
  border-bottom: 2px solid rgb(133, 191, 142);
}
@media(max-width:767px) {
  .green2.pattern1 .plate {
    border-width: 3px;
  }
}


/* orange */
.orange .btn_list,
.orange .cart_in,
.orange .footer2 input[name="btn_order"],
.orange .order th,
.orange .banking,
.orange .law_table th,
.orange .btn_pay {
  background: linear-gradient(rgb(238, 175, 119), rgb(232, 130, 42));
}
.orange .applications,
.orange #payment-form {
  background: linear-gradient(rgb(244, 231, 220), rgb(240, 206, 176));
}
.orange .footer2 input[name="btn_clear"],
.orange .cart_delete {
  background: linear-gradient(rgb(227, 232, 137), rgb(220, 229, 43));
}

.orange .cushion {
  border-bottom: 1px solid rgb(232, 130, 42);
}
.orange .order th,
.orange .order td {
  border-left: 1px solid rgb(232, 130, 42);
  border-top: 1px solid rgb(232, 130, 42);
}
.orange .order th:last-child,
.orange .order td:last-child {
  border-right: 1px solid rgb(232, 130, 42);
}
.orange .order tr:last-child td {
  border-bottom: 1px solid rgb(232, 130, 42);
}
.orange .new_item_p {
  color: rgb(232, 130, 42);
}
.orange #colors {
  background: linear-gradient(rgb(238, 175, 119), rgb(232, 130, 42));
}


/* orange pattern1 */
.orange.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.orange.pattern1 .plate {
  border: 4px solid rgb(232, 130, 42);
  border-radius: 20%;
}
.orange.pattern1 .plate span {
  color: rgb(241, 158, 85);
}
.orange.pattern1 .btn_list {
  border: 3px solid rgb(232, 130, 42);
  border-radius: 5px;
  background: #fff;
  color: rgb(232, 130, 42);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.orange.pattern1 .cart_in {
  background: #fff;
  border: 1px solid rgb(232, 130, 42);
  color: rgb(232, 130, 42);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.orange.pattern1 .cart_delete {
  background: #fff;
  border: 1px solid rgb(205, 214, 34);
  color: rgb(205, 214, 34);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.orange.pattern1 .footer2 input[name="btn_order"] {
  background: #fff;
  border: 2px solid rgb(232, 130, 42);
  color: rgb(232, 130, 42);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.orange.pattern1 .footer2 input[name="btn_clear"] {
  background: #fff;
  border: 2px solid rgb(205, 214, 34);
  color: rgb(205, 214, 34);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.orange.pattern1 .applications,
.orange.pattern1 #payment-form {
  background: #fff;
  border: 1px solid rgb(232, 130, 42);
  outline: 1px solid rgb(232, 130, 42);
  outline-offset: 2px;
}
.orange.pattern1 .applications input, 
.orange.pattern1 .applications textarea {
  border-color: rgb(232, 130, 42);
}
.orange.pattern1 .banking,
.orange.pattern1 .btn_pay {
  background: #fff;
  border: 2px solid rgb(232, 130, 42);
  color: rgb(232, 130, 42);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.orange.pattern1 .order th {
  background: rgb(255, 230, 208);
  color: rgb(232, 130, 42);
  font-weight: bold;
}



/* orange2 */
.orange2 .btn_list,
.orange2 .cart_in,
.orange2 .footer2 input[name="btn_order"],
.orange2 .order th,
.orange2 .banking,
.orange2 .law_table th,
.orange2 .btn_pay {
  background: linear-gradient(rgb(213, 171, 118), rgb(170, 122, 64));
}
.orange2 .applications,
.orange2 #payment-form {
  background: linear-gradient(rgb(244, 228, 206), rgb(242, 204, 158));
}
.orange2 .footer2 input[name="btn_clear"],
.orange2 .cart_delete {
  background: linear-gradient(rgb(222, 222, 222), rgb(177, 177, 177));
}

.orange2 .cushion {
  border-bottom: 2px solid rgb(170, 122, 64);
}
.orange2 .order th,
.orange2 .order td {
  border-left: 1px solid rgb(170, 122, 64);
  border-top: 1px solid rgb(170, 122, 64);
}
.orange2 .order th:last-child,
.orange2 .order td:last-child {
  border-right: 1px solid rgb(170, 122, 64);
}
.orange2 .order tr:last-child td {
  border-bottom: 1px solid rgb(170, 122, 64);
}
.orange2 .new_item_p {
  color: rgb(170, 122, 64);
}
.orange2 *,
.orange2 .footer2 input[name="btn_clear"],
.orange2 .footer2 input[name="btn_order"],
.orange2 .order th:first-child,
.orange2 .order th:last-child,
.orange2 .order tr:last-child td:first-child,
.orange2 .order tr:last-child td:last-child,
.orange2 #payment-form {
  border-radius: 0;
  box-shadow: none;
}
.orange2 #colors {
  background: linear-gradient(rgb(213, 171, 118), rgb(170, 122, 64));
}
.orange2 .plate:before,
.orange2 .plate:after,
.orange2 #colors span:before,
.orange2 #colors span:after {
  display: none;
}


/* orange2 pattern1 */
.orange2.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(135deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  background-image: linear-gradient(-45deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
}
.orange2.pattern1 .plate {
  border-top: 4px solid rgb(240, 210, 173);
  border-right: 4px solid rgb(170, 122, 64);
  border-bottom: 4px solid rgb(150, 104, 48);
  border-left: 4px solid rgb(227, 179, 120);
  border-radius: 0;
}
.orange2.pattern1 .plate span {
  color: rgb(145, 100, 45);
}
.orange2.pattern1 .btn_list {
  border-top: 2px solid rgb(240, 210, 173);
  border-right: 2px solid rgb(170, 122, 64);
  border-bottom: 2px solid rgb(150, 104, 48);
  border-left: 2px solid rgb(227, 179, 120);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  background-image: linear-gradient(-45deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  color: rgb(145, 100, 45);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.orange2.pattern1 .cushion {
  border-bottom: 2px solid rgb(170, 122, 64);
}
.orange2.pattern1 .cart_in {
  border-top: 1px solid rgb(240, 210, 173);
  border-right: 1px solid rgb(170, 122, 64);
  border-bottom: 1px solid rgb(150, 104, 48);
  border-left: 1px solid rgb(227, 179, 120);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  background-image: linear-gradient(-45deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  color: rgb(145, 100, 45);
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.orange2.pattern1 .cart_delete {
  border-top: 1px solid rgb(230, 230, 230);
  border-right: 1px solid rgb(177, 177, 177);
  border-bottom: 1px solid rgb(130, 130, 130);
  border-left: 1px solid rgb(216, 216, 216);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(222, 222, 222) 0%, rgb(200, 200, 200) 20%, rgb(245, 245, 245) 34%, white 53%, rgb(222, 222, 222) 100%);
  background-image: linear-gradient(-45deg, rgb(222, 222, 222) 0%, rgb(200, 200, 200) 20%, rgb(245, 245, 245) 34%, white 53%, rgb(222, 222, 222) 100%);
  color: rgb(116, 116, 116);
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.orange2.pattern1 .footer2 input[name="btn_order"] {
  border-top: 2px solid rgb(240, 210, 173);
  border-right: 2px solid rgb(170, 122, 64);
  border-bottom: 2px solid rgb(150, 104, 48);
  border-left: 2px solid rgb(227, 179, 120);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  background-image: linear-gradient(-45deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  color: rgb(145, 100, 45);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.orange2.pattern1 .footer2 input[name="btn_clear"] {
  border-top: 2px solid rgb(230, 230, 230);
  border-right: 2px solid rgb(177, 177, 177);
  border-bottom: 2px solid rgb(130, 130, 130);
  border-left: 2px solid rgb(216, 216, 216);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(222, 222, 222) 0%, rgb(200, 200, 200) 20%, rgb(245, 245, 245) 34%, white 53%, rgb(222, 222, 222) 100%);
  background-image: linear-gradient(-45deg, rgb(222, 222, 222) 0%, rgb(200, 200, 200) 20%, rgb(245, 245, 245) 34%, white 53%, rgb(222, 222, 222) 100%);
  color: rgb(116, 116, 116);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.orange2.pattern1 .applications,
.orange2.pattern1 #payment-form {
  border-top: 2px solid rgb(240, 210, 173);
  border-right: 2px solid rgb(170, 122, 64);
  border-bottom: 2px solid rgb(150, 104, 48);
  border-left: 2px solid rgb(227, 179, 120);
  border-radius: 0;
  /* background-image: -webkit-linear-gradient(135deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  background-image: linear-gradient(-45deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%); */
  outline: none;
}
.orange2.pattern1 .applications input, 
.orange2.pattern1 .applications textarea {
  border-color: rgb(170, 122, 64);
}
.orange2.pattern1 .banking,
.orange2.pattern1 .btn_pay {
  border-top: 2px solid rgb(240, 210, 173);
  border-right: 2px solid rgb(170, 122, 64);
  border-bottom: 2px solid rgb(150, 104, 48);
  border-left: 2px solid rgb(227, 179, 120);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  background-image: linear-gradient(-45deg, rgb(237, 201, 157) 0%, rgb(217, 168, 108) 20%, rgb(247, 227, 203) 34%, white 53%, rgb(237, 201, 157) 100%);
  color: rgb(145, 100, 45);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.orange2.pattern1 .order th {
  background: rgb(255, 238, 216);
  color: rgb(170, 122, 64);
  font-weight: bold;
}
.orange2.pattern1 .order th {
  border-top: 2px solid rgb(240, 210, 173);
}
.orange2.pattern1 .order th:first-child,
.orange2.pattern1 .order td:first-child {
  border-left: 2px solid rgb(227, 179, 120);
}
.orange2.pattern1 .order th:last-child,
.orange2.pattern1 .order td:last-child {
  border-right: 2px solid rgb(170, 122, 64);
}
.orange2.pattern1 .order tr:last-child td {
  border-bottom: 2px solid rgb(150, 104, 48);
}
@media(max-width:767px) {
  .orange2.pattern1 .plate {
    border-width: 3px;
  }
}


/* purple */
.purple .btn_list,
.purple .cart_in,
.purple .footer2 input[name="btn_order"],
.purple .order th,
.purple .banking,
.purple .law_table th,
.purple .btn_pay {
  background: linear-gradient(rgb(199, 176, 205), rgb(143, 95, 143));
}
.purple .applications,
.purple #payment-form {
  background: linear-gradient(rgb(241, 229, 244), rgb(235, 215, 240));
}
.purple .footer2 input[name="btn_clear"],
.purple .cart_delete {
  background: linear-gradient(rgb(215, 215, 215), rgb(179, 179, 179));
}

.purple .cushion {
  border-bottom: 1px solid rgb(143, 95, 143);
}
.purple .order th,
.purple .order td {
  border-left: 1px solid rgb(143, 95, 143);
  border-top: 1px solid rgb(143, 95, 143);
}
.purple .order th:last-child,
.purple .order td:last-child {
  border-right: 1px solid rgb(143, 95, 143);
}
.purple .order tr:last-child td {
  border-bottom: 1px solid rgb(143, 95, 143);
}
.purple .new_item_p {
  color: rgb(143, 95, 143);
}
.purple #colors {
  background: linear-gradient(rgb(199, 176, 205), rgb(143, 95, 143));
}


/* purple pattern1 */
.purple.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.purple.pattern1 .plate {
  border: 4px solid rgb(143, 95, 143);
  border-radius: 20%;
}
.purple.pattern1 .plate span {
  color: rgb(177, 128, 177);
}
.purple.pattern1 .btn_list {
  border: 3px solid rgb(143, 95, 143);
  border-radius: 5px;
  background: #fff;
  color: rgb(143, 95, 143);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .cart_in {
  background: #fff;
  border: 1px solid rgb(143, 95, 143);
  color: rgb(143, 95, 143);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .cart_delete {
  background: #fff;
  border: 1px solid rgb(179, 179, 179);
  color: rgb(179, 179, 179);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .footer2 input[name="btn_order"] {
  background: #fff;
  border: 2px solid rgb(143, 95, 143);
  color: rgb(143, 95, 143);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .footer2 input[name="btn_clear"] {
  background: #fff;
  border: 2px solid rgb(179, 179, 179);
  color: rgb(179, 179, 179);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .applications,
.purple.pattern1 #payment-form {
  background: #fff;
  border: 1px solid rgb(143, 95, 143);
  outline: 1px solid rgb(143, 95, 143);
  outline-offset: 2px;
}
.purple.pattern1 .applications input, 
.purple.pattern1 .applications textarea {
  border-color: rgb(143, 95, 143);
}
.purple.pattern1 .banking,
.purple.pattern1 .btn_pay {
  background: #fff;
  border: 2px solid rgb(143, 95, 143);
  color: rgb(143, 95, 143);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple.pattern1 .order th {
  background: rgb(242, 227, 242);
  color: rgb(143, 95, 143);
  font-weight: bold;
}


/* purple2 */
.purple2 .btn_list,
.purple2 .cart_in,
.purple2 .footer2 input[name="btn_order"],
.purple2 .order th,
.purple2 .banking,
.purple2 .law_table th,
.purple2 .btn_pay {
  background: linear-gradient(rgb(192, 188, 222), rgb(165, 154, 202));
}
.purple2 .applications,
.purple2 #payment-form {
  background: linear-gradient(rgb(238, 237, 246), rgb(218, 215, 244));
}
.purple2 .footer2 input[name="btn_clear"],
.purple2 .cart_delete {
  background: linear-gradient(rgb(222, 222, 222), rgb(164, 164, 164));
}

.purple2 .cushion {
  border-bottom: 2px solid rgb(165, 154, 202);
}
.purple2 .order th,
.purple2 .order td {
  border-left: 1px solid rgb(165, 154, 202);
  border-top: 1px solid rgb(165, 154, 202);
}
.purple2 .order th:last-child,
.purple2 .order td:last-child {
  border-right: 1px solid rgb(165, 154, 202);
}
.purple2 .order tr:last-child td {
  border-bottom: 1px solid rgb(165, 154, 202);
}
.purple2 .new_item_p {
  color: rgb(165, 154, 202);
}
.purple2 *,
.purple2 .footer2 input[name="btn_clear"],
.purple2 .footer2 input[name="btn_order"],
.purple2 .order th:first-child,
.purple2 .order th:last-child,
.purple2 .order tr:last-child td:first-child,
.purple2 .order tr:last-child td:last-child,
.purple2 #payment-form {
  border-radius: 0;
  box-shadow: none;
}
.purple2 #colors {
  background: linear-gradient(rgb(192, 188, 222), rgb(165, 154, 202));
}
.purple2 .plate:before,
.purple2 .plate:after,
.purple2 #colors span:before,
.purple2 #colors span:after {
  display: none;
}


/* purple2 pattern1 */
.purple2.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(135deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  background-image: linear-gradient(-45deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
}
.purple2.pattern1 .plate {
  border-top: 4px solid rgb(222, 215, 245);
  border-right: 4px solid rgb(165, 154, 202);
  border-bottom: 4px solid rgb(139, 127, 181);
  border-left: 4px solid rgb(193, 184, 224);
  border-radius: 0;
}
.purple2.pattern1 .plate span {
  color: rgb(128, 116, 171);
}
.purple2.pattern1 .btn_list {
  border-top: 2px solid rgb(222, 215, 245);
  border-right: 2px solid rgb(165, 154, 202);
  border-bottom: 2px solid rgb(139, 127, 181);
  border-left: 2px solid rgb(193, 184, 224);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  background-image: linear-gradient(-45deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  color: rgb(128, 116, 171);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple2 .cushion {
  border-bottom: 2px solid rgb(165, 154, 202);
}
.purple2.pattern1 .cart_in {
  border-top: 1px solid rgb(222, 215, 245);
  border-right: 1px solid rgb(165, 154, 202);
  border-bottom: 1px solid rgb(139, 127, 181);
  border-left: 1px solid rgb(193, 184, 224);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  background-image: linear-gradient(-45deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  color: rgb(128, 116, 171);
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.purple2.pattern1 .cart_delete {
  border-top: 1px solid rgb(215, 215, 215);
  border-right: 1px solid rgb(164, 164, 164);
  border-bottom: 1px solid rgb(140, 140, 140);
  border-left: 1px solid rgb(189, 189, 189);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(214, 214, 214) 0%, rgb(182, 182, 182) 20%, rgb(232, 232, 232) 34%, white 53%, rgb(214, 214, 214) 100%);
  background-image: linear-gradient(-45deg, rgb(214, 214, 214) 0%, rgb(182, 182, 182) 20%, rgb(232, 232, 232) 34%, white 53%, rgb(214, 214, 214) 100%);
  color: rgb(130, 130, 130);
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.purple2.pattern1 .footer2 input[name="btn_order"] {
  border-top: 2px solid rgb(222, 215, 245);
  border-right: 2px solid rgb(165, 154, 202);
  border-bottom: 2px solid rgb(139, 127, 181);
  border-left: 2px solid rgb(193, 184, 224);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  background-image: linear-gradient(-45deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  color: rgb(128, 116, 171);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple2.pattern1 .footer2 input[name="btn_clear"] {
  border-top: 2px solid rgb(215, 215, 215);
  border-right: 2px solid rgb(164, 164, 164);
  border-bottom: 2px solid rgb(140, 140, 140);
  border-left: 2px solid rgb(189, 189, 189);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(214, 214, 214) 0%, rgb(182, 182, 182) 20%, rgb(232, 232, 232) 34%, white 53%, rgb(214, 214, 214) 100%);
  background-image: linear-gradient(-45deg, rgb(214, 214, 214) 0%, rgb(182, 182, 182) 20%, rgb(232, 232, 232) 34%, white 53%, rgb(214, 214, 214) 100%);
  color: rgb(130, 130, 130);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple2.pattern1 .applications,
.purple2.pattern1 #payment-form {
  border-top: 2px solid rgb(222, 215, 245);
  border-right: 2px solid rgb(165, 154, 202);
  border-bottom: 2px solid rgb(139, 127, 181);
  border-left: 2px solid rgb(193, 184, 224);
  border-radius: 0;
  /* background-image: -webkit-linear-gradient(135deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  background-image: linear-gradient(-45deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%); */
  outline: none;
}
.purple2.pattern1 .applications input, 
.purple2.pattern1 .applications textarea {
  border-color: rgb(165, 154, 202);
}
.purple2.pattern1 .banking,
.purple2.pattern1 .btn_pay {
  border-top: 2px solid rgb(222, 215, 245);
  border-right: 2px solid rgb(165, 154, 202);
  border-bottom: 2px solid rgb(139, 127, 181);
  border-left: 2px solid rgb(193, 184, 224);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  background-image: linear-gradient(-45deg, rgb(208, 199, 237) 0%, rgb(186, 175, 222) 20%, rgb(232, 228, 247) 34%, white 53%, rgb(208, 199, 237) 100%);
  color: rgb(128, 116, 171);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.purple2.pattern1 .order th {
  background: rgb(245, 239, 249);
  color: rgb(165, 154, 202);
  font-weight: bold;
}
.purple2.pattern1 .order th {
  border-top: 2px solid rgb(222, 215, 245);
}
.purple2.pattern1 .order th:first-child,
.purple2.pattern1 .order td:first-child {
  border-left: 2px solid rgb(193, 184, 224);
}
.purple2.pattern1 .order th:last-child,
.purple2.pattern1 .order td:last-child {
  border-right: 2px solid rgb(165, 154, 202);
}
.purple2.pattern1 .order tr:last-child td {
  border-bottom: 2px solid rgb(139, 127, 181);
}
@media(max-width:767px) {
  .purple2.pattern1 .plate {
    border-width: 3px;
  }
}


/* pink */
.pink .btn_list,
.pink .cart_in,
.pink .footer2 input[name="btn_order"],
.pink .order th,
.pink .banking,
.pink .law_table th,
.pink .btn_pay {
  background: linear-gradient(rgb(249, 193, 207), rgb(241, 114, 163));
}
.pink .applications,
.pink #payment-form {
  background: linear-gradient(rgb(252, 245, 247), rgb(250, 212, 222));
}
.pink .footer2 input[name="btn_clear"],
.pink .cart_delete {
  background: linear-gradient(rgb(169, 169, 169), rgb(94, 94, 94));
}

.pink .cushion {
  border-bottom: 1px solid rgb(241, 114, 163);
}
.pink .order th,
.pink .order td {
  border-left: 1px solid rgb(241, 114, 163);
  border-top: 1px solid rgb(241, 114, 163);
}
.pink .order th:last-child,
.pink .order td:last-child {
  border-right: 1px solid rgb(241, 114, 163);
}
.pink .order tr:last-child td {
  border-bottom: 1px solid rgb(241, 114, 163);
}
.pink .new_item_p {
  color: rgb(241, 114, 163);
}
.pink #colors {
  background: linear-gradient(rgb(249, 193, 207), rgb(241, 114, 163));
}


/* pink pattern1 */
.pink.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.pink.pattern1 .plate {
  border: 4px solid rgb(241, 114, 163);
  border-radius: 20%;
}
.pink.pattern1 .plate span {
  color: rgb(242, 143, 185);
  text-shadow: -1px 1px 2px #ccc;
}
.pink.pattern1 .btn_list {
  border: 3px solid rgb(241, 114, 163);
  border-radius: 5px;
  background: #fff;
  color: rgb(241, 114, 163);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.pink.pattern1 .cart_in {
  background: #fff;
  border: 1px solid rgb(241, 114, 163);
  color: rgb(241, 114, 163);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.pink.pattern1 .cart_delete {
  background: #fff;
  border: 1px solid rgb(94, 94, 94);
  color: rgb(94, 94, 94);
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.pink.pattern1 .footer2 input[name="btn_order"] {
  background: #fff;
  border: 2px solid rgb(241, 114, 163);
  color: rgb(241, 114, 163);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.pink.pattern1 .footer2 input[name="btn_clear"] {
  background: #fff;
  border: 2px solid rgb(94, 94, 94);
  color: rgb(94, 94, 94);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.pink.pattern1 .applications,
.pink.pattern1 #payment-form {
  background: #fff;
  border: 1px solid rgb(241, 114, 163);
  outline: 1px solid rgb(241, 114, 163);
  outline-offset: 2px;
}
.pink.pattern1 .applications input, 
.pink.pattern1 .applications textarea {
  border-color: rgb(241, 114, 163);
}
.pink.pattern1 .banking,
.pink.pattern1 .btn_pay {
  background: #fff;
  border: 2px solid rgb(241, 114, 163);
  color: rgb(241, 114, 163);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.pink.pattern1 .order th {
  background: rgb(255, 241, 249);
  color: rgb(241, 114, 163);
  font-weight: bold;
}


/* pink2 */
.pink2 .btn_list,
.pink2 .cart_in,
.pink2 .footer2 input[name="btn_order"],
.pink2 .order th,
.pink2 .banking,
.pink2 .law_table th,
.pink2 .btn_pay {
  background: linear-gradient(rgb(247, 210, 207), rgb(246, 151, 143));
}
.pink2 .applications,
.pink2 #payment-form {
  background: linear-gradient(rgb(253, 244, 244), rgb(251, 229, 227));
}
.pink2 .footer2 input[name="btn_clear"],
.pink2 .cart_delete {
  background: linear-gradient(rgb(216, 216, 216), rgb(155, 155, 155));
}

.pink2 .cushion {
  border-bottom: 2px solid rgb(246, 151, 143);
}
.pink2 .order th,
.pink2 .order td {
  border-left: 1px solid rgb(246, 151, 143);
  border-top: 1px solid rgb(246, 151, 143);
}
.pink2 .order th:last-child,
.pink2 .order td:last-child {
  border-right: 1px solid rgb(246, 151, 143);
}
.pink2 .order tr:last-child td {
  border-bottom: 1px solid rgb(246, 151, 143);
}
.pink2 .new_item_p {
  color: rgb(246, 151, 143);
}
.pink2 *,
.pink2 .footer2 input[name="btn_clear"],
.pink2 .footer2 input[name="btn_order"],
.pink2 .order th:first-child,
.pink2 .order th:last-child,
.pink2 .order tr:last-child td:first-child,
.pink2 .order tr:last-child td:last-child,
.pink2 #payment-form {
  border-radius: 0;
  box-shadow: none;
}
.pink2 #colors {
  background: linear-gradient(rgb(247, 210, 207), rgb(246, 151, 143));
}
.pink2 .plate:before,
.pink2 .plate:after,
.pink2 #colors span:before,
.pink2 #colors span:after {
  display: none;
}


/* pink2 pattern1 */
.pink2.pattern1 #colors {
  box-shadow: inset 0 0 0 2px #fff, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(135deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  background-image: linear-gradient(-45deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
}
.pink2.pattern1 .plate {
  border-top: 4px solid rgb(249, 214, 205);
  border-right: 4px solid rgb(240, 148, 140);
  border-bottom: 4px solid rgb(220, 130, 122);
  border-left: 4px solid rgb(246, 173, 166);
  border-radius: 0;
}
.pink2.pattern1 .plate span {
  color: rgb(217, 113, 104);
  text-shadow: -1px 1px 2px #ccc;
}
.pink2.pattern1 .btn_list {
  border-top: 2px solid rgb(249, 214, 205);
  border-right: 2px solid rgb(240, 148, 140);
  border-bottom: 2px solid rgb(220, 130, 122);
  border-left: 2px solid rgb(246, 173, 166);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  background-image: linear-gradient(-45deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  color: rgb(217, 113, 104);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.pink2 .cushion {
  border-bottom: 2px solid rgb(246, 151, 143);
}
.pink2.pattern1 .cart_in {
  border-top: 1px solid rgb(249, 214, 205);
  border-right: 1px solid rgb(240, 148, 140);
  border-bottom: 1px solid rgb(220, 130, 122);
  border-left: 1px solid rgb(246, 173, 166);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  background-image: linear-gradient(-45deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  color: rgb(217, 113, 104);
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.pink2.pattern1 .cart_delete {
  border-top: 1px solid rgb(211, 211, 211);
  border-right: 1px solid rgb(155, 155, 155);
  border-bottom: 1px solid rgb(134, 134, 134);
  border-left: 1px solid rgb(183, 183, 183);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(217, 217, 217) 0%, rgb(189, 189, 189) 20%, rgb(239, 239, 239) 34%, white 53%, rgb(217, 217, 217) 100%);
  background-image: linear-gradient(-45deg, rgb(217, 217, 217) 0%, rgb(189, 189, 189) 20%, rgb(239, 239, 239) 34%, white 53%, rgb(217, 217, 217) 100%);
  color: rgb(124, 124, 124);
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.pink2.pattern1 .footer2 input[name="btn_order"] {
  border-top: 2px solid rgb(249, 214, 205);
  border-right: 2px solid rgb(240, 148, 140);
  border-bottom: 2px solid rgb(220, 130, 122);
  border-left: 2px solid rgb(246, 173, 166);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  background-image: linear-gradient(-45deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  color: rgb(217, 113, 104);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.pink2.pattern1 .footer2 input[name="btn_clear"] {
  border-top: 2px solid rgb(211, 211, 211);
  border-right: 2px solid rgb(155, 155, 155);
  border-bottom: 2px solid rgb(134, 134, 134);
  border-left: 2px solid rgb(183, 183, 183);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(217, 217, 217) 0%, rgb(189, 189, 189) 20%, rgb(239, 239, 239) 34%, white 53%, rgb(217, 217, 217) 100%);
  background-image: linear-gradient(-45deg, rgb(217, 217, 217) 0%, rgb(189, 189, 189) 20%, rgb(239, 239, 239) 34%, white 53%, rgb(217, 217, 217) 100%);
  color: rgb(124, 124, 124);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.pink2.pattern1 .applications,
.pink2.pattern1 #payment-form {
  border-top: 2px solid rgb(249, 214, 205);
  border-right: 2px solid rgb(240, 148, 140);
  border-bottom: 2px solid rgb(220, 130, 122);
  border-left: 2px solid rgb(246, 173, 166);
  border-radius: 0;
  /* background-image: -webkit-linear-gradient(135deg, rgb(250, 183, 177) 0%, rgb(245, 169, 154) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  background-image: linear-gradient(-45deg, rgb(250, 183, 177) 0%, rgb(245, 169, 154) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%); */
  outline: none;
}
.pink2.pattern1 .applications input, 
.pink2.pattern1 .applications textarea {
  border-color: rgb(246, 151, 143);
}
.pink2.pattern1 .banking,
.pink2.pattern1 .btn_pay {
  border-top: 2px solid rgb(249, 214, 205);
  border-right: 2px solid rgb(240, 148, 140);
  border-bottom: 2px solid rgb(220, 130, 122);
  border-left: 2px solid rgb(246, 173, 166);
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  background-image: linear-gradient(-45deg, rgb(250, 183, 177) 0%, rgb(242, 160, 149) 20%, rgb(251, 219, 214) 34%, white 53%, rgb(250, 183, 177) 100%);
  color: rgb(217, 113, 104);
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.pink2.pattern1 .order th {
  background: rgb(255, 241, 239);
  color: rgb(246, 151, 143);
  font-weight: bold;
}
.pink2.pattern1 .order th {
  border-top: 2px solid rgb(249, 214, 205);
}
.pink2.pattern1 .order th:first-child,
.pink2.pattern1 .order td:first-child {
  border-left: 2px solid rgb(246, 173, 166);
}
.pink2.pattern1 .order th:last-child,
.pink2.pattern1 .order td:last-child {
  border-right: 2px solid rgb(240, 148, 140);
}
.pink2.pattern1 .order tr:last-child td {
  border-bottom: 2px solid rgb(220, 130, 122);
}
@media(max-width:767px) {
  .pink2.pattern1 .plate {
    border-width: 3px;
  }
}
