@charset "UTF-8";
/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@mixin notojp {
	& {
		font-family: 'Noto Sans Japanese' !important;
	}
}
*/
@font-face {
  font-family: "sunday-webfont01";
  src: url("../media/files/fonts/sunday-webfont01.eot");
  src: url("../media/files/fonts/sunday-webfont01.eot?#iefix") format("embedded-opentype"), url("../media/files/fonts/sunday-webfont01.woff") format("woff"), url("../media/files/fonts/sunday-webfont01.ttf") format("truetype"), url("../media/files/fonts/sunday-webfont01.svg#sunday-webfont01") format("svg");
  font-weight: normal;
  font-style: normal;
}
#mypage-form div.form-row {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  #mypage-form div.form-row {
    display: flex;
    gap: 20px;
  }
}
#mypage-form div.form-row > div.form {
  margin: auto;
  flex: 1 1 auto;
}
#mypage-form div.form-row > div.form.member-sex div.inputted {
  top: 0;
}
#mypage-form div.form-row > div.form * {
  line-height: 1.3;
}
#mypage-form div.form-row > div.form span.help-block {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}
#mypage-form div.form-row > div.form span.help-block.errormessage {
  display: block;
  margin: 0;
}
#mypage-form div.form-row > div.form span.help-block.errormessage:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 5px;
}
#mypage-form div.form-row select {
  width: auto;
}
@media print, screen and (min-width: 768px) {
  #mypage-form div.form-row label.control-label {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex: 0 0 200px;
    white-space: nowrap;
  }
  #mypage-form div.form-row label.control-label .required .label {
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  #mypage-form div.form-row label.control-label {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #mypage-form div.form-row input[type=button] {
    margin-right: 10px !important;
  }
}
@media print, screen and (min-width: 768px) {
  #mypage-form div.form-row input[type=text],
  #mypage-form div.form-row input[type=button] {
    display: inline-block;
  }
  #mypage-form div.form-row input[type=text][name="member:zipcode"], #mypage-form div.form-row input[type=text][name="members_delivery:zipcode"],
  #mypage-form div.form-row input[type=button][name="member:zipcode"],
  #mypage-form div.form-row input[type=button][name="members_delivery:zipcode"] {
    max-width: 150px;
  }
  #mypage-form div.form-row input[type=text][name="member:phone"], #mypage-form div.form-row input[type=text][name="members_delivery:phone"], #mypage-form div.form-row input[type=text][name="members_delivery:cellular"],
  #mypage-form div.form-row input[type=button][name="member:phone"],
  #mypage-form div.form-row input[type=button][name="members_delivery:phone"],
  #mypage-form div.form-row input[type=button][name="members_delivery:cellular"] {
    max-width: 200px;
  }
  #mypage-form div.form-row input[type=text][name="member:birthday"],
  #mypage-form div.form-row input[type=button][name="member:birthday"] {
    max-width: 150px;
  }
}
#mypage-form div.form-row input[type=text].zip,
#mypage-form div.form-row input[type=button].zip {
  width: 50px;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #mypage-form div.form-row input[type=text],
  #mypage-form div.form-row input[type=button] {
    width: 100%;
  }
  #mypage-form div.form-row input[type=text]#member-zipcode,
  #mypage-form div.form-row input[type=button]#member-zipcode {
    display: inline-block;
    width: 180px;
  }
  #mypage-form div.form-row input[type=text].zip,
  #mypage-form div.form-row input[type=button].zip {
    width: 50px;
  }
}
#mypage-form div.form-row .inputted .data {
  padding: 5px;
}

#my-page {
  margin: 10px 0 50px;
}
#my-page ul {
  margin: 40px 0 40px;
}
@media print, screen and (min-width: 768px) {
  #my-page ul li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #my-page ul li {
    margin-bottom: 20px;
  }
}
#my-page ul li a {
  display: block;
  background-color: #1b4885;
  position: relative;
  color: white;
  text-decoration: none;
  padding: 10px 10px 10px 37px;
}
#my-page ul li a:before {
  font-size: 20px;
  padding-right: 10px !important;
  position: absolute;
  left: 10px;
  top: 50%;
  line-height: 1px;
}
#my-page ul li a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  line-height: 1px;
}
#my-page ul li a:hover {
  text-decoration: none;
  background-color: #245faf;
}
#my-page ul li.history a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
#my-page ul li.update a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
#my-page ul li.favorites a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
#my-page ul li.email a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
#my-page ul li.password a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
#my-page ul li.shipping a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
#my-page ul li.delete a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
#my-page ul li p {
  padding: 4px;
}

#main #login {
  margin: 20px auto;
}

#favorites ul.favorites {
  font-size: 0;
}
#favorites ul.favorites li {
  border: 1px solid #d6d6d6;
  display: inline-block;
  margin: 0 1% 10px 0;
  padding: 10px;
  text-align: center;
  width: 24%;
}
#favorites ul.favorites h6.title {
  font-size: 14px;
  text-align: center;
  word-break: break-all;
}
#favorites ul.favorites div.remove {
  margin-top: 7px;
}
#favorites ul.favorites div.remove a {
  background-color: #1b4885;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
}

@media screen and (max-width: 767px) {
  #favorites ul.favorites li {
    margin: 0 0 10px;
    width: 100%;
  }
}
#order-history h3.title {
  margin: 45px 0 10px;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
}
#order-history .table {
  width: 100%;
  border-collapse: collapse;
}
#order-history .table thead th {
  background-color: #1b4885;
  color: white;
  text-align: center;
  padding: 10px 5px;
}
#order-history .table th, #order-history .table td {
  vertical-align: middle;
}
#order-history .table th.status, #order-history .table td.status {
  text-align: center;
}
#order-history .table th.detail, #order-history .table td.detail {
  text-align: center;
}
#order-history .table th.detail a, #order-history .table td.detail a {
  font-size: 13px;
  width: auto;
  min-width: 20px;
  padding: 3px 10px;
}
#order-history .table th.detail a, #order-history .table td.detail a {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
#order-history.detail tbody th {
  background: #f8fafe;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  #order-history.detail tbody th {
    width: 200px;
  }
}
#order-history.detail tbody div.title {
  font-size: 18px;
  font-weight: bold;
}
#order-history.detail tbody a.shop {
  margin: 5px 0 0;
}
#order-history.detail tbody a.shop {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
#order-history.detail tbody a.shop:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
#order-history.detail tbody a.schedule {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 3px 12px;
  margin-top: 5px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}
#order-history.detail tbody a.schedule:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
#order-history.detail tbody a.schedule:hover {
  background-color: #f4f4f4;
}
#order-history.detail tbody #modify_schedule {
  display: none;
}
#order-history.detail tbody #modify_schedule div.options {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  #order-history.detail tbody #modify_schedule label.radio-inline {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #order-history.detail tbody #modify_schedule label.radio-inline {
    display: block;
    margin-left: 10px;
  }
}
#order-history.detail tbody #modify_schedule button {
  margin: 0;
}
#order-history.detail tbody #modify_schedule button {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
#order-history.detail tbody div.alert {
  margin-bottom: 5px;
  padding: 7px 10px;
}
#order-history.detail div.about_cancel {
  border-top: 1px dotted #ccc;
  margin: 40px 0 0;
  padding: 25px 0 0;
}
#order-history.detail #shop_select,
#order-history.detail .hidden_for_cart {
  display: none;
}
#order-history.detail .show_for_cart {
  display: block !important;
  visibility: visible !important;
}
#order-history.detail section .imgbox ul li {
  width: 370px;
}
#order-history.detail span.hidden_for_mypage {
  display: none;
}
#order-history.detail span.show_for_mypage {
  display: inline !important;
  visibility: visible !important;
}

@media screen and (max-width: 767px) {
  #order-history .table.order_history {
    display: block;
  }
  #order-history .table.order_history thead, #order-history .table.order_history tbody, #order-history .table.order_history tr, #order-history .table.order_history th, #order-history .table.order_history td {
    display: block;
  }
  #order-history .table.order_history thead {
    display: none;
  }
  #order-history .table.order_history tbody th, #order-history .table.order_history tbody td {
    padding-left: 6em;
  }
  #order-history .table.order_history tbody th:after, #order-history .table.order_history tbody td:after {
    content: " ";
    display: block;
    clear: both;
  }
  #order-history .table.order_history tbody th:before, #order-history .table.order_history tbody td:before {
    display: block;
    content: attr(title);
    background-color: #e7effa;
    color: #1b4885;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 5px;
    margin-right: 5px;
    margin-left: -5.5em;
    width: 4.5em;
    text-align: center;
    float: left;
  }
  #order-history .table.order_history tbody th.status, #order-history .table.order_history tbody td.status {
    text-align: left;
  }
  #order-history .table.order_history tbody th.detail, #order-history .table.order_history tbody td.detail {
    text-align: right;
    padding-bottom: 30px;
  }
  #order-history .table.order_history tbody th.detail a:before, #order-history .table.order_history tbody td.detail a:before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 5px;
  }
  #order-history .table.order_history tbody th.detail:before, #order-history .table.order_history tbody td.detail:before {
    display: none;
  }
  #order-history.detail {
    display: block;
    border: none;
  }
  #order-history.detail > tbody {
    display: block;
  }
  #order-history.detail > tbody > tr {
    display: block;
  }
  #order-history.detail > tbody > tr > th {
    display: block;
    border: none;
  }
  #order-history.detail > tbody > tr > td {
    display: block;
    border: none;
    padding: 10px 0;
  }
  #order-history.detail > tbody > tr > td div.options {
    padding: 0 !important;
  }
  #order-history.detail > tbody > tr > td div.submit {
    text-align: center;
    margin-bottom: 20px;
  }
  #order-history.detail table.order_item {
    display: block;
  }
  #order-history.detail table.order_item:after {
    content: " ";
    display: block;
    clear: both;
  }
  #order-history.detail table.order_item thead {
    display: none;
  }
  #order-history.detail table.order_item tbody, #order-history.detail table.order_item tfoot, #order-history.detail table.order_item tr, #order-history.detail table.order_item th, #order-history.detail table.order_item td {
    display: block;
    background: transparent;
  }
  #order-history.detail table.order_item tbody th, #order-history.detail table.order_item tbody td {
    padding-left: 6em;
    padding-left: 7.5em;
  }
  #order-history.detail table.order_item tbody th:after, #order-history.detail table.order_item tbody td:after {
    content: " ";
    display: block;
    clear: both;
  }
  #order-history.detail table.order_item tbody th:before, #order-history.detail table.order_item tbody td:before {
    display: block;
    content: attr(title);
    background-color: #e7effa;
    color: #1b4885;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 5px;
    margin-right: 5px;
    margin-left: -5.5em;
    width: 4.5em;
    text-align: center;
    float: left;
  }
  #order-history.detail table.order_item tbody th:before, #order-history.detail table.order_item tbody td:before {
    width: 5.5em;
    margin-left: -7em;
  }
  #order-history.detail table.order_item tbody th.sum, #order-history.detail table.order_item tbody td.sum {
    padding-bottom: 40px;
  }
  #order-history.detail table.order_item tfoot {
    width: 100%;
  }
  #order-history.detail table.order_item tfoot:after {
    content: " ";
    display: block;
    clear: both;
  }
  #order-history.detail table.order_item tfoot td {
    border: none;
  }
  #order-history.detail table.order_item tfoot td.void {
    display: none;
  }
  #order-history.detail table.order_item tfoot td.title {
    width: 40%;
    background-color: #1b4885;
    color: white;
    text-align: center;
    float: left;
    border-top: 1px solid #dddddd;
  }
  #order-history.detail table.order_item tfoot td.price {
    float: right;
    width: 60%;
    border-top: 1px solid #dddddd;
  }
  #order-history.detail section div.imgbox.sp li {
    width: 100%;
  }
}
#favorites ul.favorites {
  font-size: 0;
}
#favorites ul.favorites li {
  border: 1px solid #d6d6d6;
  display: inline-block;
  font-size: 14px;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #mypage-form {
    width: 800px;
    margin: 0 auto;
  }
}
#mypage-form fieldset {
  border: none;
}
#mypage-form div.form-row:after {
  content: " ";
  display: block;
  clear: both;
}
#mypage-form div.form-row.sex label {
  vertical-align: top;
  margin-right: 5px;
}
#mypage-form div.form-row.sex div.form div {
  position: relative;
  top: 4px;
}
#mypage-form div.form-row.sex div.form div label.radio-inline input {
  margin-top: 2px;
  margin-right: 5px;
  vertical-align: top;
}
#mypage-form div.cart {
  display: none;
}
#mypage-form div.submit {
  text-align: center;
  margin: 30px 0 100px;
}
#mypage-form div.submit button {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
#mypage-form input[type="button"] {
  width: 50px !important;
  text-align: center;
  margin: 0 0 0 5px !important;
  padding: 8px 0 !important;
}
#mypage-form input[type="button"] {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
#mypage-form form.confirm div.form-row > div.form {
  border-bottom: 1px solid #ccc;
}
#mypage-form form.confirm div.form-row span.help-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #mypage-form form.confirm div.submit button {
    width: auto;
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }
  #mypage-form form.confirm div.submit button[value=modify] {
    font-size: 13px;
    opacity: 0.9;
  }
  #mypage-form form.confirm div.submit button[value=modify]:before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 3px;
  }
}
#mypage-form div.form {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  #mypage-form div.form {
    position: relative;
    padding-left: 250px;
  }
  #mypage-form div.form label.control-label {
    position: absolute;
    width: 235px;
    text-align: right;
    left: 0px;
    line-height: 20px;
  }
  #mypage-form div.form span.help-block {
    margin-left: 15px;
    display: inline-block;
  }
  #mypage-form div.form span.required {
    position: absolute;
    top: 17px;
    right: 0px;
  }
  #mypage-form div.form input[type="text"] {
    width: 30%;
    display: inline-block;
  }
  #mypage-form div.form select {
    width: auto;
  }
  #mypage-form div.form .input-group {
    width: 30%;
    display: inline-block;
  }
  #mypage-form div.form .input-group .input-group-addon {
    float: left;
    width: 20%;
    padding: 9px 8px;
    font-size: 11px;
  }
  #mypage-form div.form .input-group input[type="text"] {
    float: left;
    width: 80%;
  }
  #mypage-form div.form .input-group + .help-block {
    position: absolute;
    top: 12px;
  }
  #mypage-form div.form .errormessage + .input-group + .help-block {
    top: 30px;
  }
}

body.loggedin #mypage-form div.to_cart {
  display: block;
  margin: 10px 0;
  text-align: center;
}
body.loggedin #mypage-form div.to_cart a {
  font-size: 14px;
  min-width: auto;
}
body.loggedin #mypage-form div.to_cart a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  #mypage-form div.form-row label.control-label {
    padding-left: 0;
    margin-bottom: 0;
  }
  #mypage-form #members_delivery-zipcode {
    display: inline-block;
    width: 100px;
  }
  #mypage-form div.submit button + button {
    margin-top: 20px;
  }
}
.delivery-list {
  border-bottom: 4px solid #eeeeee;
  padding-bottom: 30px;
}
.delivery-list table.members_delivery {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .delivery-list table.members_delivery {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .delivery-list table.members_delivery {
    border-top: none;
  }
}
.delivery-list table.members_delivery th {
  background-color: #f8fafe;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .delivery-list table.members_delivery th {
    display: block;
    padding: 10px 20px;
  }
}
.delivery-list table.members_delivery td {
  padding: 10px 20px;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .delivery-list table.members_delivery td {
    border-left: 1px solid #ccc;
  }
}
.delivery-list table.members_delivery td.edit {
  text-align: center;
}
.delivery-list table.members_delivery td.edit a {
  display: inline-block;
  background: #1b4885;
  color: white;
  padding: 3px 8px;
  margin: 0 5px;
}
.delivery-list table.members_delivery td.edit a.delete {
  background: #999;
}
@media screen and (max-width: 767px) {
  .delivery-list table.members_delivery td {
    display: block;
  }
}

.back-to-cart {
  text-align: center;
}
.back-to-cart a {
  display: inline-block;
  background: #1b4885;
  color: white;
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 16px;
}
.back-to-cart a::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}

.delivery-add {
  padding-top: 30px;
}

#main div.coupon {
  border: 1px solid #ccc;
  margin: 40px 0;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main div.coupon {
    padding: 20px 10px;
  }
}
#main div.coupon:after {
  content: "";
  display: table;
  clear: both;
}
#main div.coupon table {
  float: left;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  #main div.coupon table {
    margin-left: 0;
    float: none;
    text-align: left;
  }
}
#main div.coupon table thead {
  display: none;
}
@media screen and (max-width: 767px) {
  #main div.coupon table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main div.coupon table tbody tr {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main div.coupon table tbody td, #main div.coupon table tbody tbody {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  #main div.coupon table tbody th {
    display: block;
  }
}
#main div.coupon table tbody th:after {
  content: ":";
}
@media screen and (max-width: 767px) {
  #main div.coupon table tbody th:after {
    content: " ";
    display: none;
  }
}
#main div.coupon table tbody th + * {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 3px;
  background: #f3f3f3;
  font-weight: bold;
  font-family: Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  #main div.coupon table tbody th + * {
    margin-top: 5px;
    padding: 5px 10px;
  }
}
#main div.coupon table tbody th + * + * {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #main div.coupon table tbody th + * + * {
    display: block;
    margin-top: 5px;
    padding: 0px 10px;
  }
}
#main div.coupon span.expiration-date {
  display: block;
  float: right;
  margin-right: 100px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  #main div.coupon span.expiration-date {
    margin-right: 0;
    font-weight: bold;
    float: none;
    text-align: left;
  }
}
#main div.coupon > div.void + span.expiration-date {
  display: none;
}

/*# sourceMappingURL=mypage.css.map */
