@charset "UTF-8";
/* Base Styles */
.error_message {
  font-weight: bold;
  color: #ff0000;
  padding: 10px 0 20px;
}

.section .cart_page_title {
  font-size: 130%;
  color: #000;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .section .cart_page_title {
    padding: 0 2% 0;
  }
}

.indiispen_notation {
  padding: 0 0 6px;
}

.indiispen_notation em {
  color: #ff0000;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="text"] {
  -webkit-appearance: none;
}

/*Item Details*/
.item_sku_content .sku_set .no_zaiko {
  text-align: right;
  color: #ff0000;
  margin-bottom: 10px;
}

.item_sku_content .sku_set .msg {
  line-height: 1.8;
  margin-bottom: 10px;
}

.item_sku_content .sku_set .c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 0px;
}

.item_sku_content .sku_set .c-box .quantity {
  text-align: right;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  .item_sku_content .sku_set .c-box .quantity {
    width: 40%;
  }
}

.item_sku_content .sku_set .c-box .quantity input[type="text"] {
  text-align: center;
  width: 30px;
  font-size: 120%;
  margin-left: 5px;
  padding: 6px 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.item_sku_content .sku_set .c-box .item_cart_btn {
  width: 50%;
  padding: 0 0 0 20px;
}

@media (max-width: 480px) {
  .item_sku_content .sku_set .c-box .item_cart_btn {
    width: 60%;
  }
}

.item_sku_content .sku_set .c-box .item_cart_btn input.skubutton {
  width: 100%;
  cursor: pointer;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  padding: 12px 10px;
  border: 0px;
  border-radius: 4px;
  background: #ff9c00;
}

/*.sku_exist*/
.item_sku_content .sku_set.sku_exist {
  margin-bottom: 15px;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.7);
}

.item_sku_content .sku_set.sku_exist .sku_name {
  font-size: 1.1rem;
  border-bottom: 1px solid #2d3447;
  margin-bottom: 10px;
  padding: 0 5px 7px;
}

.item_sku_content .sku_set.sku_exist .c-box .sku_price {
  width: 33%;
  color: #e2001a;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .item_sku_content .sku_set.sku_exist .c-box .sku_price {
    width: 100%;
  }
}

.item_sku_content .sku_set.sku_exist .c-box .sku_price span {
  color: #2d3447;
  font-size: 0.95rem;
}

.item_sku_content .sku_set.sku_exist .c-box .quantity {
  width: 17%;
}

@media (max-width: 480px) {
  .item_sku_content .sku_set.sku_exist .c-box .quantity {
    width: 40%;
  }
}

.item_sku_content .sku_set.sku_exist .c-box .item_cart_btn {
  width: 50%;
}

@media (max-width: 480px) {
  .item_sku_content .sku_set.sku_exist .c-box .item_cart_btn {
    width: 60%;
  }
}

/*.cart_navi*/
.cart_navi {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 25px;
}

@media (max-width: 480px) {
  .cart_navi {
    width: 100%;
  }
}

.cart_navi ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart_navi ul:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #d5d5d5;
  top: 23px;
}

.cart_navi ul li {
  position: relative;
  text-align: center;
  width: 25%;
  color: #666;
  padding-top: 54px;
}

@media (max-width: 480px) {
  .cart_navi ul li {
    font-size: .7rem;
  }
}

.cart_navi ul li:before {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  margin-left: -12.5px;
  top: 8px;
  left: 50%;
  z-index: 100;
}

.cart_navi ul li:nth-child(1):before {
  content: url(https://www.yamaei-h.com/wp/wp-content/themes/welcart_basic-child/img/cart/cart_navi_cart.svg);
}

.cart_navi ul li:nth-child(2):before {
  content: url(https://www.yamaei-h.com/wp/wp-content/themes/welcart_basic-child/img/cart/cart_navi_customer.svg);
}

.cart_navi ul li:nth-child(3):before {
  content: url(https://www.yamaei-h.com/wp/wp-content/themes/welcart_basic-child/img/cart/cart_navi_delivery.svg);
}

.cart_navi ul li:nth-child(4):before {
  content: url(https://www.yamaei-h.com/wp/wp-content/themes/welcart_basic-child/img/cart/cart_navi_confirm.svg);
}

.cart_navi ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border-radius: 50%;
  background: #ccc;
  top: 0px;
  left: 50%;
}

.cart_navi ul li.current {
  color: #111;
}

.cart_navi ul li.current:after {
  background: #ff7e02;
}

/*#cart*/
.cart_section {
  width: 1020px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .cart_section {
    width: 100%;
  }
}

.cart_section h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.cart_contents {
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .cart_contents {
    width: 100%;
    padding: 0 2%;
  }
}

#cart {
  padding: 10px 0 60px;
}

#cart .supplement_message {
  text-align: right;
  font-size: .8rem;
  color: #555;
  padding: 8px 0;
}

@media (max-width: 480px) {
  #cart .supplement_message {
    letter-spacing: 0px;
  }
}

#cart .supplement_message span {
  color: #e2001a;
}

/*.cart_table_base*/
table.cart_table_base {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  border-collapse: collapse;
}

@media (max-width: 480px) {
  table.cart_table_base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

table.cart_table_base tbody {
  display: block;
}

@media (max-width: 480px) {
  table.cart_table_base tbody {
    width: 100%;
  }
}

table.cart_table_base tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 15px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 480px) {
  table.cart_table_base tr {
    margin-bottom: 0px;
  }
}

table.cart_table_base tr:first-child {
  border-top: 1px solid #ccc;
}

table.cart_table_base tbody tr th,
table.cart_table_base tbody tr td {
  text-align: left;
  font-size: 1.0rem;
  font-weight: normal;
  color: #444;
  border: 0px solid #ff0000;
  vertical-align: middle;
}

table.cart_table_base tr th {
  width: 30%;
  padding-left: 10px;
}

@media (max-width: 480px) {
  table.cart_table_base tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

table.cart_table_base tr th em {
  color: #ff0000;
}

table.cart_table_base tr td {
  width: 70%;
  font-size: 1.3rem;
  color: #666;
  padding-right: 10px;
}

@media (max-width: 480px) {
  table.cart_table_base tr td {
    width: 100%;
    padding: 10px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

table.cart_table_base tr td dt.payment_3 {
  padding-top: 15px;
}

table.cart_table_base tr td dd.payment_2, table.cart_table_base tr td dd.payment_3 {
  font-size: .9rem;
}

table.cart_table_base tr td + td {
  width: 40%;
}

@media (max-width: 480px) {
  table.cart_table_base tr td + td {
    width: 100%;
  }
}

table.cart_table_base tr td:nth-last-of-type(2) {
  width: 30%;
}

@media (max-width: 480px) {
  table.cart_table_base tr td:nth-last-of-type(2) {
    width: 100%;
  }
}

table.cart_table_base tr td + td input[type="text"],
table.cart_table_base tr td:nth-last-of-type(2) input[type="text"] {
  width: 70%;
}

@media (max-width: 480px) {
  table.cart_table_base tr td + td input[type="text"],
  table.cart_table_base tr td:nth-last-of-type(2) input[type="text"] {
    display: inline-block;
    width: 90%;
    margin: 0 0 0 5px;
  }
}

table.cart_table_base input[type="text"],
table.cart_table_base select,
table.cart_table_base textarea {
  min-width: 50%;
  font-size: 1.0rem;
  line-height: 1.2;
  color: #555;
  margin: 0 10px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  table.cart_table_base input[type="text"],
  table.cart_table_base select,
  table.cart_table_base textarea {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

table.cart_table_base textarea {
  width: 80%;
}

@media (max-width: 480px) {
  table.cart_table_base textarea {
    width: 90%;
    margin: 0 auto;
  }
}

table.cart_table_base input[type="radio"] {
  margin-right: 5px;
}

@media (max-width: 480px) {
  table.cart_table_base input[type="text"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

table.cart_table_base input[type="button"] {
  font-size: .9rem;
  line-height: 1.2;
  cursor: pointer;
  margin: 0 8px 0 4px;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media (max-width: 480px) {
  table.cart_table_base input[type="button"] {
    display: block;
    width: 60%;
    margin: 10px auto;
  }
}

table.cart_table_base tbody tr.ttl {
  color: #fff;
  padding: 8px 12px;
  border: 0px;
  background: #999;
}

table.cart_table_base tbody tr.ttl td h3 {
  color: #fff;
}

table.cart_table_base tfoot th {
  display: block;
}

/*.send*/
.send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 25px 0 15px;
}

@media (max-width: 480px) {
  .send {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.send input[type="submit"] {
  color: #fff;
  cursor: pointer;
  min-width: 200px;
  font-size: 1.0em;
  margin: 0 5px;
  padding: 12px 0;
  border: 0px;
  border-radius: 4px;
  background: #ff9c00;
}

@media (max-width: 480px) {
  .send input[type="submit"] {
    margin: 0 0 20px;
  }
}

.send input[type="submit"]:first-of-type {
  background: #999;
}

#wc_page .send.single {
  text-align: center;
  width: initial;
  display: block;
}

.send input.continue_shopping_button,
.send input.to_customerinfo_button {
  width: 200px;
  font-size: 1.0em;
  margin: 0 10px;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
}

@media (max-width: 480px) {
  .send input.continue_shopping_button,
  .send input.to_customerinfo_button {
    width: 60%;
    margin: 0 0 20px;
  }
}

.send input.to_customerinfo_button {
  border: 0px;
}

/*個別ページ*/
.aright {
  text-align: right;
}

.cart_base_button {
  font-size: .7rem;
  cursor: pointer;
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

.no_cart {
  text-align: center;
  font-size: 120%;
}

/*cart*/
/* PAGE:cart_page */
.cart .upbutton {
  text-align: center;
  padding: 0 0 20px;
}

@media (max-width: 480px) {
  .cart .upbutton {
    width: 80%;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0 2% 30px;
  }
}

.cart .upbutton input[type="submit"] {
  cursor: pointer;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

@media (max-width: 480px) {
  .cart .upbutton input[type="submit"] {
    display: block;
    width: 50%;
    font-size: 1.0rem;
    margin: 10px auto;
    padding: 9px 0;
  }
}

.cart .cart_table_block {
  width: 900px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .cart .cart_table_block {
    width: 100%;
  }
}

.cart .cart_table_block tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart .cart_table_block thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #4a4115;
}

@media (max-width: 480px) {
  .cart .cart_table_block thead {
    display: none;
  }
}

.cart .cart_table_block tbody tr {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 480px) {
  .cart .cart_table_block tbody tr {
    padding: 15px 2% 15px;
  }
}

.cart .cart_table_block tbody tr:last-child {
  border: 0px;
}

@media (max-width: 480px) {
  .cart .cart_table_block tbody tr:last-child {
    margin-bottom: 0px;
    border: 0px;
  }
}

.cart .cart_table_block th,
.cart .cart_table_block td {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 90%;
  font-weight: normal;
  padding: 8px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px solid #ccc;
}

.cart .cart_table_block tfoot {
  border-top: 1px solid #4a4115;
}

@media (max-width: 480px) {
  .cart .cart_table_block tfoot {
    border-top: 1px solid #555;
  }
}

@media (max-width: 480px) {
  .cart .cart_table_block tfoot tr {
    padding: 12px 5% 0;
  }
}

.cart .cart_table_block thead th {
  text-align: center;
}

.cart .cart_table_block thead th.num {
  width: 50px;
}

.cart .cart_table_block thead th.thumbnail {
  width: 110px;
}

.cart .cart_table_block thead th.productname {
  width: 290px;
}

.cart .cart_table_block thead th.unitprice {
  width: 110px;
}

.cart .cart_table_block thead th.quantity {
  width: 60px;
}

.cart .cart_table_block thead th.subtotal {
  width: 110px;
}

.cart .cart_table_block thead th.stock {
  width: 100px;
}

.cart .cart_table_block thead th.action {
  width: 70px;
}

.cart .cart_table_block tbody td {
  text-align: center;
  font-size: .9rem;
}

.cart .cart_table_block tbody td.num {
  width: 50px;
}

.cart .cart_table_block tbody td.thumbnail {
  width: 110px;
}

.cart .cart_table_block tbody td.productname {
  text-align: left;
  width: 290px;
  font-size: 1.0rem;
}

.cart .cart_table_block tbody td.unitprice {
  width: 110px;
}

.cart .cart_table_block tbody td.quantity {
  width: 60px;
}

.cart .cart_table_block tbody td.subtotal {
  text-align: right;
  width: 110px;
}

.cart .cart_table_block tbody td.stock {
  width: 100px;
}

.cart .cart_table_block tbody td.action {
  width: 70px;
}

@media (max-width: 480px) {
  .cart .cart_table_block tbody td.num {
    display: none;
    width: 0px;
  }
  .cart .cart_table_block tbody td.thumbnail {
    width: 22%;
    padding-right: 2%;
  }
  .cart .cart_table_block tbody td.productname {
    text-align: left;
    width: 78%;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .cart .cart_table_block tbody td.unitprice {
    text-align: left;
    width: 24%;
    line-height: 1.2;
  }
  .cart .cart_table_block tbody td.unitprice .name {
    text-align: left;
    font-size: .7rem;
    margin-right: 4px;
  }
  .cart .cart_table_block tbody td.quantity {
    width: 12%;
  }
  .cart .cart_table_block tbody td.subtotal {
    text-align: right;
    width: 24%;
  }
  .cart .cart_table_block tbody td.stock {
    width: 15%;
    font-size: .7rem;
  }
  .cart .cart_table_block tbody td.action {
    width: 25%;
  }
}

.cart .cart_table_block tfoot th {
  text-align: center;
}

.cart .cart_table_block tfoot th.num {
  width: 0px;
}

.cart .cart_table_block tfoot th.thumbnail {
  width: 0px;
}

.cart .cart_table_block tfoot th.total {
  text-align: right;
  width: 620px;
}

.cart .cart_table_block tfoot th.amount {
  text-align: right;
  width: 110px;
  font-size: 1.0rem;
  font-weight: bold;
}

.cart .cart_table_block tfoot th.stock {
  width: 0px;
}

.cart .cart_table_block tfoot th.action {
  width: 0px;
}

@media (max-width: 480px) {
  .cart .cart_table_block tfoot th.num {
    display: none;
  }
  .cart .cart_table_block tfoot th.thumbnail {
    display: none;
  }
  .cart .cart_table_block tfoot th.total {
    text-align: right;
    width: 70%;
  }
  .cart .cart_table_block tfoot th.amount {
    text-align: center;
    width: 30%;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .cart .cart_table_block tfoot th.stock {
    display: none;
  }
  .cart .cart_table_block tfoot th.action {
    display: none;
  }
}

.cart .cart_table_block tbody td.quantity input.quantity {
  width: 80%;
  text-align: center;
  padding: 12px 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media (max-width: 480px) {
  .cart .cart_table_block tbody td.quantity input.quantity {
    font-size: 1.0em;
    padding: 4px 1px;
  }
}

.cart .cart_table_block .delButton {
  font-size: .8rem;
  letter-spacing: 2px;
  line-height: 1.0;
  padding: 12px 8px;
  background: #ccc;
}

@media (max-width: 480px) {
  .cart .cart_table_block .delButton {
    width: 80%;
    font-size: .8rem;
    padding: 8px 6px;
  }
}

/* PAGE:customer_page */
.customer_info {
  width: 900px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (max-width: 480px) {
  .customer_info {
    width: 100%;
  }
}

/* PAGE:deliver_page */
.delivery_info {
  width: 900px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (max-width: 480px) {
  .delivery_info {
    width: 100%;
  }
}

table#delivery_table {
  margin-bottom: 50px;
}

table#delivery_flag {
  margin-bottom: 50px;
}

table#time {
  margin-bottom: 50px;
}

table#custom_order {
  margin-bottom: 20px;
}

table#custom_order .customkey_deliver_date {
  width: 100%;
  display: none;
}

table#custom_order .customkey_deliver_date th {
  width: 30%;
}

table#custom_order .customkey_deliver_date td {
  width: 70%;
}

/* PAGE:confirm_page */
.info_confirm {
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .info_confirm {
    width: 100%;
    padding: 0 2%;
  }
}

table.table_confirm_page_block {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

table.table_confirm_page_block tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

@media (max-width: 480px) {
  table.table_confirm_page_block tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

table.table_confirm_page_block tr td,
table.table_confirm_page_block tr th {
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table.table_confirm_page_block .num {
  width: 5%;
}

@media (max-width: 480px) {
  table.table_confirm_page_block .num {
    display: none;
  }
}

table.table_confirm_page_block .thumbnail {
  width: 15%;
}

@media (max-width: 480px) {
  table.table_confirm_page_block .thumbnail {
    width: 20%;
  }
}

table.table_confirm_page_block .productname {
  width: 55%;
}

@media (max-width: 480px) {
  table.table_confirm_page_block .productname {
    width: 80%;
  }
}

table.table_confirm_page_block .price,
table.table_confirm_page_block .unitprice {
  width: 15%;
}

@media (max-width: 480px) {
  table.table_confirm_page_block .price,
  table.table_confirm_page_block .unitprice {
    text-align: right;
    width: 45%;
  }
}

table.table_confirm_page_block .quantity {
  width: 7%;
}

@media (max-width: 480px) {
  table.table_confirm_page_block .quantity {
    text-align: left;
    width: 25%;
  }
  table.table_confirm_page_block .quantity:before {
    content: "×";
    color: #777;
    margin-right: 10px;
  }
}

table.table_confirm_page_block .subtotal {
  text-align: right;
  width: 13%;
}

@media (max-width: 480px) {
  table.table_confirm_page_block .subtotal {
    width: 20%;
  }
}

table.table_confirm_page_block .action {
  display: none;
}

table.table_confirm_page_block .item {
  text-align: right;
  width: 87%;
}

@media (max-width: 480px) {
  table.table_confirm_page_block .item {
    width: 70%;
  }
}

table.table_confirm_page_block .amount {
  text-align: right;
  width: 13%;
}

@media (max-width: 480px) {
  table.table_confirm_page_block .amount {
    width: 30%;
  }
}

table.table_confirm_page_block thead {
  border-bottom: 1px solid #555;
}

@media (max-width: 480px) {
  table.table_confirm_page_block thead {
    display: none;
  }
}

table.table_confirm_page_block thead th {
  font-weight: normal;
}

table.table_confirm_page_block thead th.subtotal {
  text-align: center;
}

@media (max-width: 480px) {
  table.table_confirm_page_block tbody {
    border-top: 1px solid #555;
  }
}

table.table_confirm_page_block tbody tr {
  border-bottom: 1px dashed #ccc;
}

@media (max-width: 480px) {
  table.table_confirm_page_block tbody tr {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

table.table_confirm_page_block tbody tr:last-child {
  border: 0px;
}

table.table_confirm_page_block tbody tr .productname {
  text-align: left;
}

table.table_confirm_page_block tfoot {
  border-top: 1px solid #555;
}

table.table_confirm_page_block tfoot tr {
  padding: 3px 0;
}

table.table_confirm_page_block tfoot tr.items_total {
  padding-bottom: 10px;
}

table.table_confirm_page_block tfoot tr.total_price {
  background: #ddd;
}

table.table_confirm_page_block tfoot tr.total_price .amount {
  font-size: 1.2rem;
}

#delivery-info .picker table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
}

#delivery-info .picker table tr th, #delivery-info .picker table tr td {
  text-align: center;
  display: initial;
  width: 14.28%;
  padding: 3px;
}

#delivery-info .picker table tr th div, #delivery-info .picker table tr td div {
  display: initial;
  padding: 10px 0;
}

#delivery-info .picker table tr th .picker__day, #delivery-info .picker table tr td .picker__day {
  display: block;
}
/*# sourceMappingURL=cart_style.css.map */