.tReader_listOfItems-cartItems,
.tReader_listOfItems-orders {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
  min-height: 30vh;
}
.tReader_screenContent-cart .eShopInfo {
  display: none;
}

.buyProductDialog {
  width: 640px;
  max-height: 90%;
  overflow-y: auto;
}
.buyProductDialog_top {
  font-size: 80%;
  color: #0a0;
  background-color: #dfd;
  padding: 6px 14px 4px;
  margin: -12px -12px 12px;
}
.buyProductDialog_column {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.buyProductDialog_column-left {
  width: 40%;
  padding: 0 0 1em 0;
  position: relative;
}
.buyProductDialog_column-right {
  width: 60%;
  padding: 0 0 1em 1em;
}
.buyProductDialog_buttons {
  margin-top: 32px;
  text-align: center;
}
.buyProductDialog_buttons p {
  margin-bottom: 16px;
}

.buyProductDialog_category {
  font-weight: 300;
  font-size: 90%;
}
.buyProductDialog_itemName {
  font-weight: bold;
  margin-bottom: 16px;
}
.buyProductDialog_description {
  font-weight: 300;
  font-size: 90%;
}
.buyProductDialog .thumbnail {
  margin: 2px 0px;
  box-sizing: border-box;
  border: 1px solid var(--lines-color);
  cursor: pointer;
  line-height: 1;
  font-size: 0px;
}
.buyProductDialog .issueTagThumbnail .thumbnail,
.buyProductDialog .subscriptionThumbnail .thumbnail {
  border: 0 none;
  margin: 0;
}
.thumbnail-eshopPackage {
  padding-bottom: 77%;
}
.thumbnail-eshopPackage img {
  width: 100%;
}
.thumbnail-noThumbnail {
  padding-bottom: 10%;
}
.buyProductDialog .thumbnail img {
  width: 100%;
}

.buyProductDialog_optionsWrapper {
  border-top: 1px dotted var(--lines-color);
  padding: 2px 0;
}
.buyProductDialog_optionsWrapper:first-child {
  border-top: none;
}
.buyProductDialog_optionsInfo {
  opacity: 0.8;
  font-size: 80%;
}
.buyProductDialog_optionsInfo-hidden {
  display: none;
}

.buyProductDialog_quantity {
  width: 7em;
  margin-left: 8px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.buyProductDialog_optionDropdown {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 24px 6px 6px;
  font-size: 100%;
  background-position-y: 0;
}
.buyProductDialog_validFromDate {
  display: inline-block;
  width: 140px;
  vertical-align: middle;
  margin-bottom: 1px;
  padding: 7px 4px;
}

.buyProductDialog_optionsWrapper .mCheckbox {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}


.tShop_cartDiv {
  display: block;
  padding: 2em;
  border-bottom: 1px dotted var(--lines-color);
}
.tShop_memberDiv {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding: 2em;
}
.tShop_paymentDiv {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding: 2em;
}
.tShop_bottom {
  border-top: 1px dotted var(--lines-color);
  display: block;
  padding: 2em;
}

.tShop_title {
  font-weight: 300;
  font-size: 160%;
  margin: 0.5em 0 0.5em;
}
.tShop_title-marginOnTop {
  margin-top: 32px;
}

.tShop_discountVoucherRow {
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.75);
  border-radius: 3px;
  border: 1px solid var(--lines-color);
}
.tShop_discountVoucherRow .mInput {
  background-color: transparent;
}
.tShop_discountVoucherRow-invalid {
  border-color: #d00;
}
.tShop_discountVoucherCode {
  /* width: calc(100% - 24px); */
  width: 100%;
  font-family: courier;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  /* border: 0 none;
  margin: 0;
  padding: 6px 4px; */
}
.tShop_discountVoucherStatus {
  width: 24px;
  padding: 6px 0;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.tShop_discountVoucherInfo {
  margin: 0.25em 4px 1em;
  font-size: 90%;
}
.tShop_discountVoucherInfo-hidden {
  display: none;
}

.tShopMemberAddress-hidden {
  display: none;
}
.tShopMemberAddress .tShop_title {
  transition: 0.5s all;
  max-height: 48px;
}
.tShopMemberCreateAccount *,
.tShopMemberAddress_checkbox {
  transition: 0.5s all;
  max-height: 32px;
}
.tShopMemberAddress_checkbox-hidden {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.tShopMemberAddress .mDropdown {
  background-position-y: 1px;
}
.tShopMemberAddress_row {
  margin: 0;
  transition: 0.5s all;
  max-height: 32px;
}
.tShopMemberAddress_row-invalid {
  border-color: #d00;
}
.tShopMemberAddress_input {
  border: 1px solid var(--lines-color);
  border-radius: 0;
  border-bottom: 0px none;
  margin: 0;
  padding: 6px 4px;
  font-size: 14px;
}
.tShopMemberAddress_input:focus {
  border-color: var(--lines-color);
}
.tShopMemberAddress_input-companyName {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tShopMemberAddress_DICVerifyRow {
  text-align: right;
}
.tShopMemberAddress_DICVerifyButton {
  margin: 2px;
  width: 60px;
  padding: 3px;
  text-align: center;
  color: var(--highlighting-color);
  background-color: var(--opposite-color);
  cursor: pointer;
}



.tShop_combinedInput {
  box-sizing: border-box;
  background-color: var(--gray-f);
  border: 1px solid var(--lines-color);
}
.tShopMemberAddress_inputPart {
  display: inline-block;
  box-sizing: border-box;
}
.tShopMemberAddress_inputPart-input {
  width: calc(100% - 64px);
  font-size: 14px;
  border: 0 none;
  margin: 0;
  padding: 6px 4px;
}
.tShopMemberAddress_inputPart-status {
  margin: 2px;
  width: 60px;
  padding: 3px;
  text-align: center;
  color: var(--highlighting-color);
  background-color: var(--opposite-color);
  cursor: pointer;
}
.tShopMemberAddress_inputPart-status:hover {
  color: var(--highlighting-color);
  background-color: var(--opposite-color);
}
.tShopMemberAddress_inputPart-status:disabled:hover {
  color: var(--highlighting-color);
  background-color: var(--opposite-color);
}
.tShopMemberAddress:not(.tShopMemberAddress-includeCompany) .tShopMemberAddress_row-company {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.tShopMemberAddress_row:first-child>.tShopMemberAddress_input,
.tShopMemberAddress:not(.tShopMemberAddress-includeCompany) .tShopMemberAddress_row .tShopMemberAddress_input-name {
  border-top-left-radius: var(--area-border-radius, 0.375em);
  border-top-right-radius: var(--area-border-radius, 0.375em);
}
.tShopMemberAddress_row:last-child>.tShopMemberAddress_input {
  border-bottom: 1px solid var(--lines-color);
  border-bottom-left-radius: var(--area-border-radius, 0.375em);
  border-bottom-right-radius: var(--area-border-radius, 0.375em);
}
.tShopMemberAddress_row:last-child .tShopMemberAddress_input {
  border-bottom: 1px solid var(--lines-color);
}
.tShopMemberAddress_row:last-child .tShopMemberAddress_input:first-child {
  border-bottom-left-radius: var(--area-border-radius, 0.375em);
}
.tShopMemberAddress_row:last-child .tShopMemberAddress_input:last-child {
  border-bottom-right-radius: var(--area-border-radius, 0.375em);
}
.tShopMemberAddress_notes-hidden,
.tShopMemberDeliveryOptions-hidden {
  height: 0;
}
.tShopMemberCreateAccount-createHidden .tShopMemberCreateAccount_newAccountRow,
.tShopMemberCreateAccount-createHidden .tShopMemberCreateAccount_createRow,
.tShopMemberCreateAccount-newAccountHidden .tShopMemberCreateAccount_newAccountRow,
.tShopMemberCreateAccount-loginHidden .tShopMemberCreateAccount_loginRow,
.tShopMemberAddress_billing-hidden .tShopMemberAddress_row,
.tShopMemberAddress_billing-hidden .tShop_title,
.tShopMemberAddress_billing-hidden .tShopMemberAddress_checkbox,
.tShopMemberAddress_notes-hidden .tShop_note,
.tShopMemberAddress_notes-hidden .tShop_title,
.tShopMemberAddress_mailing-hidden .tShopMemberAddress_row,
.tShopMemberAddress_mailing-hidden .tShop_title,
.tShopMemberDeliveryOptions-hidden * {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.tShopMemberAddress_input-phonePrefix {
  display:inline-block;
  width: 4.5em;
  background-position-y: 0.3em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 none;
}
.tShopMemberAddress_input-phoneNumber {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: calc(100% - 4.5em);
}


.tShop_note {
  border-radius: 3px;
  border: 1px solid var(--lines-color);
  padding: 6px 4px;
  font-size: 14px;
  transition: 0.5s all;
  height: 80px;
  width: 100%;
  max-height: 80px;
}
.tShop_note:focus {
  border-color: var(--lines-color);
}

.tReader_listOfItems-cartItems .mRadioButtons {
  border-radius: 3px;
  border: 1px solid var(--lines-color);
  background-color: transparent;
  padding: 1px;
}
.tReader_listOfItems-cartItems .mRadioButtons_item {
  display: block;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 2.5em;
  border-top: 1px solid var(--lines-color);
}
.tReader_listOfItems-cartItems .mRadioButtons_item:first-child {
  border-top: 0px none;
}
.tReader_listOfItems-cartItems .mRadioButtons_item-on {
  background-color: var(--inputs-background);
}
.tReader_listOfItems-cartItems .mRadioButtons_item i.fa {
  float: left;
  font-size: 28px;
  margin: 4px 8px 0 0;
  color: var(--gray-a);
}
.tReader_listOfItems-cartItems .info {
  font-size: 80%;
  color: var(--gray-8);
}
.tReader_listOfItems-cartItems .mRadioButtons_item-disabled,
.tReader_listOfItems-cartItems .mRadioButtons_item-disabled .info,
.tReader_listOfItems-cartItems .mRadioButtons_item-disabled i.fa {
  color: #ddd;
  opacity: 0.5;
}
.tShop_selectPickupPointWrapper {
  float: right;
  width: auto;
  display: none;
}
.tReader_listOfItems-cartItems .mRadioButtons_item-on .tShop_selectPickupPointWrapper {
  display: block;
}


.tShop_seller {
  line-height: 120%;
  margin: 4px 0;
}
.tShop_seller-title {
  font-weight: bold;
}
.tShop_seller-info {
  word-wrap: break-word;
}

.tShop_card {
  box-sizing: border-box;
  background-color: var(--gray-f);
  padding: 0.5em;
  border: 1px solid var(--highlighting-color);
}
.tShop_card-number {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tShop_card-expiry {
  border-top: 0px none;
  border-bottom-left-radius: 3px;
  display: inline-block;
  width: 50%;
}
.tShop_card-cvc {
  border-top: 0px none;
  border-left: 0px none;
  border-bottom-right-radius: 3px;
  display: inline-block;
  width: 50%;
}
.tShop_alerts {
  color: #d00;
  font-size: 80%;
}

.tShop_cardLogosStrip {
  height: 16px;
  display: block;
  margin: 8px auto 0;
}
.tShop_info {
  margin-top: 0.5em;
  font-size: 90%;
}

.tShop_cartTableWrapper {
  background-color: rgba(128,128,128,0.1);
  border-radius: var(--area-border-radius);
  border: 1px solid var(--lines-color);
}
.tShopCart {
  border-collapse: collapse;
  width: 100%;
}
.tShopCart_row {
}
.tShopCart_row-header,
.tShopCart_row-total,
.tShopCart_row-totalAfterDiscountOrPostage {
  font-weight: bold;
}
.tShopCart_row-item:nth-child(even) {
  background-color: var(--inputs-background);
}
.tShopCart_row-postage .tShopCart_col,
.tShopCart_row-paymentFee .tShopCart_col,
.tShopCart_row-discount .tShopCart_col {
  padding-top: 0;
  padding-bottom: 0;
}
.tShopCart-noPostage .tShopCart_row-postage,
.tShopCart-noPaymentFee .tShopCart_row-paymentFee,
.tShopCart-noDiscount .tShopCart_row-discount,
.tShopCart-noDiscount.tShopCart-noPostage.tShopCart-noPaymentFee .tShopCart_row-totalAfterDiscountOrPostage,
.tShopCart-noAnotherEUCountrySell .tShopCart_row-anotherEUCountrySell,
.tShopCart-noVATColumns .tShopCart_col-netAmount,
.tShopCart-noVATColumns .tShopCart_col-VATRate,
.tShopCart-noQuantityColumn .tShopCart_col-quantity {
  display:none;
}


.tShopCart_col {
  box-sizing: border-box;
  padding: 6px;
  vertical-align: middle;
}
.tShopCart_thumbnailWrapper {
  width: 80px;
}
.tShopCart_thumbnailWrapper-issue {
  width: 50%;
  padding: 0 25%;
}
.tShopCart_thumbnailWrapper .thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tShopCart_col-title {
  width: 1000px;
  vertical-align: middle;
}
.tShopCart_col-netAmount, .tShopCart_col-VATRate, .tShopCart_col-grossAmount {
  text-align: right;
}
.tShopCart_col-remove {
  color: #d00;
  cursor: pointer;
}

.tShopCart_rowQuantity {
  border: 0 none;
  background-color: transparent;
  width: 6em;
}
.tShopCart_rowQuantity .mInputWithNumberControl_input {
  box-sizing: border-box;
  border-radius: 0;
  background-color: transparent;
  padding: 0 2px;
}
.tShopCart_rowQuantity .mInputWithNumberControl_button {
  background-color: transparent;
  color: var(--gray-8);
  border: 0 none;
  padding: 0;
  font-size: 14px;
}
.tShopCart_rowRecurrency {
  padding: 4px 0;
  text-align: left;
}
.tShopCart_rowRecurrencyTitle {
  margin: 8px 0 4px;
}
.tShopCart_rowRecurrencyInfo {
  display: none;
  font-size: 75%;
}
.tShopCart_rowRecurrentWrapperOn .tShopCart_rowRecurrencyInfo {
  display: block;
}
.tShopCart_col p {
}
.tShopCart_type {
  font-size: 66%;
  background-color: #bbb;
  color: #fff;
  display: inline-block;
  padding: 1px 4px;
  border-radius: 3px;
  margin: 4px 0 0;
  line-height: var(--def-line-height);
}
.tShopCart_category {
  font-size: 80%;
}
.tShopCart_title {
  font-weight: bold;
  margin: 0 0 4px;
}
.tShopCart_period {
  margin: 4px 0;
}
.tShopCart_info {
  margin: 4px 0;
  opacity: 0.8;
  font-size: 80%;
}

.item-order {
  background-color: var(--inputs-background);
  border-radius: var(--area-border-radius);
  border: 1px solid var(--lines-color);
  margin-bottom: 1em;
  padding: 0;
}
.item_orderInfo {
  padding: 0.5em;
  background-color: rgba(128,128,128,0.1);
}
.item_orderStatus {
  font-weight: bold;
  color: #d80;
}
.item_orderStatus-paid {
  color: #0a0;
}
.item_orderStatus-unpaid {
  color: #d00;
}
.item_orderItemsWrapper {
  padding: 0.5em;
  padding-left: 1.5em;
  list-style-type: disc;
  margin: 0;
}
.item_orderItem {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.item_orderSummary {
  clear: both;
  padding: 0.5em;
  border-top: 1px solid var(--lines-color);
  font-weight: bold;
}
.item_orderQRCode {
  float: right;
  width: 100px;
  height: 100px;
  padding: 0.5em;
}
.item_orderQRCode img {
  width: 100%;
  height: 100%;
}

@media (max-width: 719px) {
  .tShop_cart {
    display: block;
    font-size: 90%;
  }
  .tShopCart_row {
    display: block;
    position: relative;
    clear: both;
  }
  .tShopCart_col {
    display: block;
    box-sizing: border-box;
    padding: 4px;
  }
  .tShopCart_col-thumbnail {
    float: left;
  }
  .tShopCart_col-title {
    width: calc(100% - 2em);
  }
  .tShopCart_col-quantity {
    clear: left;
    width: calc(100% - 2em);
  }
  .tShopCart_col-netAmount {
    display: inline-block;
    width: calc(100% - 80px - 6em - 7em - 2em);
  }
  .tShopCart_col-VATRate {
    display: inline-block;
    width: 6em;
  }
  .tShopCart_col-grossAmount {
    display: inline-block;
    width: 7em;
  }
  .tShopCart-noVATColumns .tShopCart_col-grossAmount {
    display: block;
    width: calc(100% - 2em);
  }
  .tShopCart_col-remove {
    position: absolute;
    right: 0;
    top: 0;
  }

  .tShop_cartDiv {
    padding: 1em;
  }
  .tShop_memberDiv {
    display: block;
    width: auto;
    padding: 1em;
  }
  .tShop_paymentDiv {
    display: block;
    width: auto;
    padding: 1em;
  }
}
@media (max-width: 390px) {
  .tShopCart_col-thumbnail {
    width: 38px;
    height: 38px;
  }
  .tShopCart_col-thumbnail .tShopCart_thumbnailWrapper {
    width: 30px;
  }
  .tShopCart_col-netAmount {
    display: inline-block;
    width: calc(100% - 6em - 7em);
  }
}
