*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 12pt;
}
body {
  background: #efefef;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #434343;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.siteContent {
  display: block;
}
.wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1180px;
  padding-left: 1rem;
  padding-right: 1rem;
}
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
  min-height: 1.5rem;
  outline: none;
  border: 1px solid #dddddd;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
  min-height: initial;
}
input:read-only,
textarea:read-only {
  background-color: #ececec;
}
.cart form {
  font-weight: 700;
}
.order form,
.cart form {
  background-color: #fff;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.order form .label,
.cart form .label {
  padding: 1.5rem 2rem 1.5rem 0;
  color: #d23c3c;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  font-size: 1.3rem;
}
.order form .item,
.cart form .item {
  width: 100%;
  padding: 0.5rem 2rem;
}
.order form .item label,
.cart form .item label {
  display: block;
  width: 100%;
  padding: 1rem 0;
}
.order form .item label small,
.cart form .item label small {
  text-transform: none;
}
.order form .item input,
.cart form .item input,
.order form .item textarea,
.cart form .item textarea {
  width: 100%;
  margin: 0;
  padding: 0.5rem;
}
.order form .item textarea,
.cart form .item textarea {
  height: 8rem;
}
.order form .item [type="checkbox"],
.cart form .item [type="checkbox"],
.order form .item [type="radio"],
.cart form .item [type="radio"] {
  width: auto;
  margin-right: 1rem;
}
.order form .item [type="checkbox"] ~ label,
.cart form .item [type="checkbox"] ~ label,
.order form .item [type="radio"] ~ label,
.cart form .item [type="radio"] ~ label {
  width: auto;
  display: inline-block;
  color: #afafaf;
}
.order form .item [type="checkbox"]:checked ~ label,
.cart form .item [type="checkbox"]:checked ~ label,
.order form .item [type="radio"]:checked ~ label,
.cart form .item [type="radio"]:checked ~ label {
  color: #434343;
}
.order form .item a,
.cart form .item a {
  color: #d23c3c;
}
.order form .item.half,
.cart form .item.half {
  width: calc(50%);
}
.order form .item.half:nth-child(2n+1),
.cart form .item.half:nth-child(2n+1) {
  padding-left: 0;
}
.order form button,
.cart form button {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  padding: 1.5rem 2rem;
  transition-duration: 0.2s;
}
.order form button[type="submit"],
.cart form button[type="submit"] {
  background-color: #71bf44;
  border: 1px solid #71bf44;
  color: #fff;
  margin-top: 2rem;
  text-transform: uppercase;
}
.order form button:hover,
.cart form button:hover {
  background-color: #f7f7f7;
  color: #313436;
  border: 1px solid #313436;
}
.order form p,
.cart form p {
  padding: 1.5rem 2rem;
  text-transform: none;
  line-height: 1.6;
}
body {
  display: flex;
  min-height: 100vh;
}
@media (min-width: 1281px) {
  body {
    padding-left: 320px;
  }
}
body #sideBar-switch {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
body #sideBar-switch-control {
  display: none;
}
body .sideBar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  overflow: auto;
  z-index: 2;
  background-color: #efefef;
}
body .sideBar .logo {
  text-align: center;
  padding: 2em 1em;
}
body .sideBar nav .title {
  display: block;
  margin: 0 0 1em;
  border: solid #dddddd;
  border-width: 1px 0;
  text-align: center;
  font-weight: 700;
  padding: 2em 1em;
}
body .sideBar nav .links {
  padding: 1em 0;
}
body .sideBar nav .links .active {
  color: #71bf44;
  font-weight: 700;
}
body .sideBar a {
  display: flex;
  padding: 0.5em 1em 0.5em 2em;
  align-items: center;
}
body .sideBar a [class^="icon-"],
body .sideBar a [class*=" icon-"] {
  margin-right: 1em;
}
body .sideBar a.order,
body .sideBar a.download {
  background-color: #71bf44;
  color: #fff;
  font-weight: 700;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
body .sideBar a.download {
  background-color: #00c8f3;
}
body .sideBar .order-temp {
  color: #fff;
  background-color: #00c8f3;
}
body .sideBar .order-temp .content {
  display: none;
}
body .sideBar .order-temp a,
body .sideBar .order-temp p,
body .sideBar .order-temp span.item,
body .sideBar .order-temp div.title,
body .sideBar .order-temp span.weight,
body .sideBar .order-temp span.value {
  display: block;
  padding: 0.5em 1em 0.5em 2em;
  align-items: center;
}
body .sideBar .order-temp a [class^="icon-"],
body .sideBar .order-temp p [class^="icon-"],
body .sideBar .order-temp span.item [class^="icon-"],
body .sideBar .order-temp div.title [class^="icon-"],
body .sideBar .order-temp span.weight [class^="icon-"],
body .sideBar .order-temp span.value [class^="icon-"],
body .sideBar .order-temp a [class*=" icon-"],
body .sideBar .order-temp p [class*=" icon-"],
body .sideBar .order-temp span.item [class*=" icon-"],
body .sideBar .order-temp div.title [class*=" icon-"],
body .sideBar .order-temp span.weight [class*=" icon-"],
body .sideBar .order-temp span.value [class*=" icon-"] {
  margin-right: 1em;
}
body .sideBar .order-temp .title {
  font-weight: 700;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
body .sideBar .order-temp span.item {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
body .sideBar .order-temp span.item .quantity {
  font-weight: 700;
}
body .sideBar .order-temp span.weight,
body .sideBar .order-temp span.value {
  font-size: 1.3em;
}
body .sideBar .order-temp a.order {
  background-color: #00b7de;
  font-weight: 700;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  transition-duration: 0.2s;
}
body .sideBar .order-temp a.order [class^="icon-"],
body .sideBar .order-temp a.order [class*=" icon-"] {
  color: #434343;
}
body .sideBar .order-temp a.order:hover {
  text-decoration: none;
  background-color: #71bf44;
}
@media (max-width: 1280px) {
  body .sideBar,
  body #sideBar-switch-control {
    transform: translateX(-320px);
    transition: transform 0.3s;
  }
  body #sideBar-switch:checked ~ .sideBar,
  body #sideBar-switch:checked ~ #sideBar-switch-control {
    transform: translateX(0);
  }
  body #sideBar-switch:checked ~ #sideBar-switch-control span {
    transform: scale(2) rotateY(180deg);
  }
  body #sideBar-switch-control {
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: fixed;
    z-index: 3;
    left: 320px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    background-color: #efefef;
  }
  body #sideBar-switch-control span {
    line-height: 1;
    transform: scale(2);
    transition: transform 0.3s;
  }
}
body .page {
  width: 100%;
  display: flex;
  flex-flow: column;
}
body .page .pageHeader {
  flex: 0 0 auto;
  min-height: 100px;
  display: flex;
  color: #fff;
  width: 100%;
  justify-content: stretch;
}
body .page .pageHeader > .data,
body .page .pageHeader > .cart,
body .page .pageHeader > .user,
body .page .pageHeader > .logout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  padding: 1em;
}
body .page .pageHeader > .data [class^="icon-"],
body .page .pageHeader > .cart [class^="icon-"],
body .page .pageHeader > .user [class^="icon-"],
body .page .pageHeader > .logout [class^="icon-"],
body .page .pageHeader > .data [class*=" icon-"],
body .page .pageHeader > .cart [class*=" icon-"],
body .page .pageHeader > .user [class*=" icon-"],
body .page .pageHeader > .logout [class*=" icon-"] {
  display: inline-block;
  margin: 0 0.3em;
}
body .page .pageHeader > .data {
  background-color: #00663b;
}
body .page .pageHeader > .cart {
  background-color: #00c8f3;
  font-weight: 700;
}
body .page .pageHeader > .cart .badge {
  display: inline-block;
  background-color: #00b7de;
  padding: 0.2em 0.6em;
}
body .page .pageHeader > .user {
  background-color: #71bf44;
}
body .page .pageHeader > .logout {
  background-color: #d23c3c;
}
body .page .pageHeader > .search {
  display: flex;
}
body .page .pageHeader > .search input,
body .page .pageHeader > .search button {
  padding: 0 1em;
  background-color: transparent;
}
body .page .pageHeader > .search input {
  flex: 1 1 auto;
}
body .page .pageHeader > .search button {
  border-width: 0;
  color: #434343;
  font-weight: 700;
}
@media (max-width: 1300px) {
  body .page .pageHeader .label {
    display: none;
  }
}
@media (max-width: 768px) {
  body .page .pageHeader {
    flex-flow: row wrap;
  }
  body .page .pageHeader > .data,
  body .page .pageHeader > .cart,
  body .page .pageHeader > .user,
  body .page .pageHeader > .logout {
    order: 1;
    padding: 0 0.3em;
  }
  body .page .pageHeader > .search {
    order: 2;
    width: 100%;
  }
}
body .page main {
  flex: 1 1 auto;
  background-color: #fff;
  overflow: hidden;
  padding: 2em 3em;
}
@media (max-width: 1024px) {
  body .page main {
    padding: 1em 2em;
  }
}
body .page main section > .title {
  font-size: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #dddddd;
  font-weight: 500;
}
body .page .pageFooter {
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1em 5em;
}
body .page .pageFooter .copyright {
  color: #afafaf;
}
body .page .pageFooter .contact {
  margin-left: 1em;
  color: #00663b;
}
body .page .pageFooter .contact:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #a71c20;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.5em;
}
body .page .pageFooter .payments {
  margin-left: auto;
}
@media (max-width: 1280px) {
  body .page .pageFooter .copyright,
  body .page .pageFooter .contact {
    order: 2;
  }
  body .page .pageFooter .payments {
    order: 1;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 1024px) {
  body .page .pageFooter {
    padding: 1em 2em;
    justify-content: center;
  }
  body .page .pageFooter .payments {
    text-align: center;
  }
  body .page .pageFooter .copyright {
    width: 100%;
    order: 3;
    text-align: center;
    padding: 0.3em 0;
  }
}
.price .v {
  white-space: nowrap;
}
button,
.button {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #71bf44;
}
button.red,
.button.red {
  background-color: #d23c3c;
}
.pointer {
  cursor: pointer;
}
#signin,
#registration {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#signin > *,
#registration > * {
  max-width: 700px;
}
#signin header,
#registration header,
#signin footer,
#registration footer {
  text-align: center;
  padding: 2em 0;
}
#signin header h1,
#registration header h1,
#signin footer h1,
#registration footer h1 {
  color: #a71c20;
  font-size: 1.5em;
  margin: 1em 0 0;
}
#signin section,
#registration section {
  border: solid #dddddd;
  border-width: 1px 0;
  display: flex;
  flex-flow: row wrap;
  padding: 0.5em;
}
#signin section > *,
#registration section > * {
  padding: 1em 0.5em;
}
#signin section > *:first-child,
#registration section > *:first-child {
  width: 75%;
}
#signin section > .submit,
#registration section > .submit {
  width: 25%;
}
#signin section > *:first-child,
#registration section > *:first-child {
  display: flex;
  flex-flow: row wrap;
  line-height: 2.5;
}
#signin section > *:first-child label,
#registration section > *:first-child label {
  width: 30%;
  font-weight: 700;
  line-height: 1;
  padding: 1em 0;
}
#signin section > *:first-child label .hint,
#registration section > *:first-child label .hint {
  font-weight: 400;
}
#signin section > *:first-child input,
#registration section > *:first-child input {
  width: 70%;
  padding: 0.5em 1.5em;
}
#signin section > *:first-child label,
#registration section > *:first-child label,
#signin section > *:first-child input,
#registration section > *:first-child input {
  margin-bottom: 0.5em;
}
#signin section > .submit,
#registration section > .submit {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding-bottom: 1.5em;
}
#signin section > .submit button,
#registration section > .submit button {
  font-weight: 700;
  width: 100%;
  min-height: 4em;
}
#signin footer .button,
#registration footer .button {
  margin: 1em;
  padding: 1em 3em;
}
#registration > section > *:first-child {
  width: 100%;
}
#registration > section > *:first-child button {
  width: 70%;
  margin-left: auto;
  margin-top: 2em;
  padding: 2em;
}
@media (min-width: 1281px) {
  #signin,
  #registration {
    margin-left: -160px;
  }
}
@media (max-width: 576px) {
  #signin section > *,
  #registration section > * {
    width: 100% !important;
  }
  #signin section > *:first-child,
  #registration section > *:first-child {
    line-height: 1.3;
  }
  #signin section > *:first-child label,
  #registration section > *:first-child label,
  #signin section > *:first-child input,
  #registration section > *:first-child input,
  #signin section > *:first-child button,
  #registration section > *:first-child button {
    width: 100%;
  }
  #signin section > *:first-child label,
  #registration section > *:first-child label {
    padding: 0.3em 0;
  }
}
.page > .dashboard {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin: 0;
}
.page > .dashboard > section {
  margin: 2rem;
  width: calc(50% - 4rem);
}
@media (max-width: 576px) {
  .page > .dashboard > section {
    margin: 2rem 4px;
  }
}
.page > .dashboard > section.wide {
  width: 100%;
}
.page > .dashboard > section .boxes {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1rem;
}
.page > .dashboard > section .boxes .box {
  margin: 1rem;
  width: calc(100% / 3 - 2rem);
  position: relative;
  font-size: 1rem;
}
.page > .dashboard > section .boxes .box .icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10em;
}
.page > .dashboard > section .boxes .box .content {
  position: relative;
  padding: 2rem;
  min-height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.page > .dashboard > section .boxes .box .content .value {
  margin-top: 1rem;
  font-size: 4.25em;
  font-weight: 500;
}
.page > .dashboard > section .boxes .box .content .price {
  font-size: 0.6em;
}
.page > .dashboard > section .boxes .box .content .price .c {
  font-size: 0.7em;
}
.page > .dashboard > section .boxes .box .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem;
  text-align: right;
}
.page > .dashboard > section .boxes .box.blue {
  color: #fff;
  background-color: #00c8f3;
}
.page > .dashboard > section .boxes .box.blue .icon {
  color: #00b7de;
}
.page > .dashboard > section .boxes .box.blue .footer {
  background-color: #00b7de;
}
.page > .dashboard > section .boxes .box.yellow {
  color: #fff;
  background-color: #ffb400;
}
.page > .dashboard > section .boxes .box.yellow .icon {
  color: #eca703;
}
.page > .dashboard > section .boxes .box.yellow .footer {
  background-color: #eca703;
}
.page > .dashboard > section .boxes .box.red {
  color: #fff;
  background-color: #d23c3c;
}
.page > .dashboard > section .boxes .box.red .icon {
  color: #a71c20;
}
.page > .dashboard > section .boxes .box.red .footer {
  background-color: #a71c20;
}
@media (max-width: 1024px) {
  .page > .dashboard > section .boxes .box {
    font-size: 0.6em;
  }
  .page > .dashboard > section .boxes .box .label,
  .page > .dashboard > section .boxes .box .footer {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .page > .dashboard > section .boxes .box {
    width: 100%;
  }
  .page > .dashboard > section .boxes .box .content {
    min-height: 150px;
  }
}
.page > .dashboard > section .orders {
  width: 100%;
}
.page > .dashboard > section .orders thead th {
  color: #eca703;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .page > .dashboard > section .orders {
    display: block;
  }
  .page > .dashboard > section .orders tr {
    margin-bottom: 1em;
    display: flex;
    flex-flow: row wrap;
  }
  .page > .dashboard > section .orders thead th {
    text-align: center;
  }
  .page > .dashboard > section .orders td,
  .page > .dashboard > section .orders th {
    width: calc(100% / 3);
    order: 5;
  }
  .page > .dashboard > section .orders td:nth-child(1),
  .page > .dashboard > section .orders th:nth-child(1) {
    order: 1;
  }
  .page > .dashboard > section .orders td:nth-child(2),
  .page > .dashboard > section .orders th:nth-child(2) {
    order: 4;
    width: calc(100% / 3 * 2);
  }
  .page > .dashboard > section .orders td:nth-child(3),
  .page > .dashboard > section .orders th:nth-child(3) {
    order: 2;
  }
  .page > .dashboard > section .orders td:nth-child(4),
  .page > .dashboard > section .orders th:nth-child(4) {
    order: 3;
  }
}
@media (max-width: 576px) {
  .page > .dashboard > section .orders td,
  .page > .dashboard > section .orders th {
    width: 50%;
  }
  .page > .dashboard > section .orders td:nth-child(2),
  .page > .dashboard > section .orders th:nth-child(2) {
    order: 3;
    width: 100%;
  }
}
.page > .dashboard > section .informations .item {
  margin-bottom: 1rem;
}
.page > .dashboard > section .informations .item .header {
  font-size: 1.125rem;
  color: #d23c3c;
}
.page > .dashboard > section .informations .item .header time {
  font-weight: 700;
}
.page > .dashboard > section .products .item {
  display: flex;
  padding: 0.5em 0;
}
.page > .dashboard > section .products .item .photo {
  width: 150px;
  flex: 0 0 auto;
  margin-right: 1em;
}
.page > .dashboard > section .products .item .description {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  line-height: 1.4;
}
.page > .dashboard > section .products .item .description > * {
  width: 100%;
}
.page > .dashboard > section .products .item .description .label {
  font-weight: 700;
}
.page > .dashboard > section .products .item .description .name .a {
  font-weight: 700;
}
.page > .dashboard > section .products .item .description .name .b {
  color: #71bf44;
}
.page > .dashboard > section .products .item .description .origin {
  font-size: 0.9em;
  color: #afafaf;
}
.page > .dashboard > section .products .item .description .price > * {
  display: inline-block;
}
.page > .dashboard > section .products .item .description .price .old {
  margin-right: 0.5em;
  text-decoration: line-through;
}
.page > .dashboard > section .products .item .description .price .main {
  font-weight: 700;
}
.page > .dashboard > section .products .item > .add {
  flex: 0 0 auto;
  margin-left: 1em;
  width: 180px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #71bf44;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1439px) {
  .page > .dashboard > section .products .item > .add {
    width: 70px;
  }
  .page > .dashboard > section .products .item > .add .label {
    display: none;
  }
}
.page > .dashboard > section .products .item.tint-red .description .label,
.page > .dashboard > section .products .item.tint-red .price .main {
  color: #a71c20;
}
.page > .dashboard > section .products .item.tint-blue .description .label,
.page > .dashboard > section .products .item.tint-blue .price .main {
  color: #00b7de;
}
@media (max-width: 576px) {
  .page > .dashboard > section .products .item {
    flex-flow: row wrap;
  }
  .page > .dashboard > section .products .item .photo {
    width: 100%;
    text-align: center;
  }
  .page > .dashboard > section .products .item .description {
    text-align: center;
  }
  .page > .dashboard > section .products .item .add {
    width: 100%;
    margin: 0 1rem 0 0;
  }
  .page > .dashboard > section .products .item .add .label {
    display: inline-block;
    padding: 1em;
  }
  .page > .dashboard > section .products .item .add .icon-basket {
    padding: 1em;
  }
}
@media (max-width: 1024px) {
  .page > .dashboard > section {
    width: 100%;
  }
}
.page > .order table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}
.page > .order table thead tr {
  background-color: #00663b;
  color: white;
}
.page > .order table thead tr th {
  position: sticky;
  top: 0;
  z-index: 100;
}
.page > .order table td.border-right,
.page > .order table th.border-right {
  border-right: 1px solid #a71c20;
}
.page > .order table tbody,
.page > .order table tfoot {
  /*
      tr:hover {
        td {
          background-color: @blue;
          color: @white;
        }
      }
      */
}
.page > .order table tbody td,
.page > .order table tfoot td,
.page > .order table tbody th,
.page > .order table tfoot th {
  color: #a71c20;
}
.page > .order table tbody:nth-child(2n+1) tr,
.page > .order table tfoot:nth-child(2n+1) tr {
  background-color: #dbe9df;
}
.page > .order table tbody:nth-child(2n+1) tr td,
.page > .order table tfoot:nth-child(2n+1) tr td,
.page > .order table tbody:nth-child(2n+1) tr th,
.page > .order table tfoot:nth-child(2n+1) tr th {
  color: #00663b;
}
.page > .order table tbody:nth-child(2n+1) tr.comment:hover td,
.page > .order table tfoot:nth-child(2n+1) tr.comment:hover td {
  background-color: #dbe9df;
}
.page > .order table tbody tr,
.page > .order table tfoot tr {
  /*
        td, th {
          &:first-child {
            border-left: 1px solid @borders;
          }
          &:last-child {
            border-right: 1px solid @borders;
          }
        }
        &:first-child, &.spacer + tr {
          td, th {
            border-top: 1px solid @borders;
          }
        }
        &:last-child {
          td, th {
            border-bottom: 1px solid @borders;
          }
        }
        &.spacer {
          td, th {
            border: 0;
            border-top: 1px solid @borders;
            background-color: @white;
            &:hover {
              background-color: @white; 
            }
          }
        }
        */
}
.page > .order table tbody tr.comment,
.page > .order table tfoot tr.comment {
  display: none;
}
.page > .order table tbody tr.comment textarea,
.page > .order table tfoot tr.comment textarea {
  width: 100%;
  padding: 0.4em;
  resize: none;
  height: 3.2em;
  font-size: 0.8em;
}
.page > .order table tbody td,
.page > .order table tfoot td,
.page > .order table tbody th,
.page > .order table tfoot th {
  padding: 0.2em 0.2em;
  text-align: left;
}
.page > .order table tbody td input,
.page > .order table tfoot td input,
.page > .order table tbody th input,
.page > .order table tfoot th input {
  width: 40px;
  text-align: center;
  font-size: 0.8rem;
  min-height: 1rem;
}
.page > .order table tbody td input:disabled,
.page > .order table tfoot td input:disabled,
.page > .order table tbody th input:disabled,
.page > .order table tfoot th input:disabled {
  background-color: #ccc;
  border-color: #aaa;
}
.page > .order table tbody td:last-child,
.page > .order table tfoot td:last-child {
  text-align: center;
}
.page > .order table tbody td:only-child,
.page > .order table tfoot td:only-child {
  text-align: left;
}
.page > .cart {
  overflow-x: auto;
}
.page > .cart .payment-method-wrapper {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 120px;
  padding: 0.5em;
  vertical-align: top;
  margin-right: 0.5em;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #eee;
  cursor: pointer;
  line-height: 0.8em;
}
@media (max-width: 768px) {
  .page > .cart .payment-method-wrapper {
    margin: 0.2em;
    width: 100px;
    height: 130px;
  }
}
.page > .cart .payment-method-wrapper .payment-method-radio {
  margin-right: 0;
  margin-top: 0.5em;
}
.page > .cart .payment-method-wrapper .payment-method-label {
  font-weight: normal;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .page > .cart .payment-method-wrapper .payment-method-label {
    font-size: 0.6em;
  }
}
.page > .cart .payment-method-wrapper.checked {
  border-color: #71bf44;
}
.page > .cart table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}
.page > .cart table thead th {
  background-color: #00c8f3;
  color: #fff;
  font-weight: 700;
  padding: 1.5em;
  border-bottom: 1px solid #e4e4e4;
}
.page > .cart table tfoot td {
  background-color: #71bf44;
  color: #fff;
  font-weight: 700;
  padding: 1.5em;
}
.page > .cart table tbody td,
.page > .cart table tbody th {
  color: #434343;
  background-color: #e4e4e4;
}
.page > .cart table tbody td,
.page > .cart table tbody th {
  padding: 1.5em;
  padding-bottom: 0.5em;
  text-align: left;
}
.page > .cart table tbody td input,
.page > .cart table tbody th input {
  width: 50px;
  text-align: center;
}
.page > .cart table tbody td:last-child {
  text-align: center;
}
.page > .cart table tbody td:only-child {
  text-align: left;
}
.page > .cart table tbody td:nth-child(3) {
  font-weight: 700;
}
.page > .cart table tbody tr.comment {
  border-top: 0;
}
.page > .cart table tbody tr.comment td {
  padding-top: 0.5em;
}
.page > .cart table tbody tr.comment textarea {
  width: 100%;
  padding: 0.4em;
  resize: none;
  height: 3.2em;
  font-size: 0.8em;
}
.page > .cart table tbody tr {
  border-top: 1px solid #00c8f3;
}
.page > .cart table tbody tr:last-child {
  border-bottom: 0;
}
.page > .cart table tbody tr:hover td,
.page > .cart table tbody tr.hover td,
.page > .cart table tbody tr:hover + .comment td,
.page > .cart table tbody tr.hover + .comment td {
  background-color: #00c8f3;
  color: #fff;
}
