/* Generic styles -- move to styles.css */

.table_style {
  width: 100%;
  display: table;
}

.table_style.table_width_half {
  width: 50%;
}

.table_style.table_align_center {
  margin-left: auto;
  margin-right: auto;
}

.table_style .tr_style {
  display: table-row;
  width: 960px;
}

.table_style .td_style {
  vertical-align: top;
  display: table-cell;
}

.table_style .tr_style .td_style.td_right {
  padding-left: 32px;
}

.table_style .tr_style .td_style.td_width_full {
  width: 100%;
}

.table_style .tr_style .td_style.td_width_half {
  width: 50%;
}

/* Abandoned Carts */
table.abandoned_cart td,
table.abandoned_cart th {
  padding: 2px;
  padding-left: 9px;
  font-size: 11px;
}

table.abandoned_cart td ul,
table.abandoned_cart td ul li {
  padding: 0;
  margin: 0;
}

/* Singleton Purchases */
table.purchase_options,
table.plugin-confirm-user-info,
table.plugin-confirm-order-info,
table.plugin-upgrade-code {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 12px;
  /* max-width: 750px; */
}

table.purchase_options td,
table.plugin-confirm-user-info td,
table.plugin-confirm-order-info td,
table.purchase_options th,
table.plugin-confirm-user-info th,
table.plugin-confirm-order-info th,
table.plugin-upgrade-code {
  border: 1px solid #333333;
}

table.plugin-confirm-user-info th,
table.plugin-confirm-order-info td.product {
  width: 300px;
  font-weight: bold;
}

p.demo_link {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.option_description {
  font-size: 11px;
  margin: 0 0 12px 24px;
  padding: 0 0 0 0;
  font-weight: normal;
}

#edit-back-button,
#edit-submit-button {
  margin-top: 20px;
  margin-right: 20px;
}

td.option_label {
  width: 50%;
}

td.option_msrp,
td.option_sale {
  width: 25%;
}
.align_right {
  text-align: right;
}

/* Shopping Cart */

.teaser {
  font-size: 80%;
}

#eventide-store-cart-display-form table.purchase_options .form-item label {
  display: none;
}

#edit-update.form-submit {
  margin-right: 20px;
}

p.warning {
  background-color: yellow;
}

input.form-submit.form-button-disabled {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  cursor: default;
  color: #666;
}

input.form-submit.form-button-disabled:hover {
  background: #ebebeb;
  border-color: #ebebeb;
}

/* Cart Treatments */

#block-eventide-store-cart-display-header {
  position: absolute;
  display: inline-block;
  z-index: 100;
}

.cart_header {
  position: relative;
  top: -10px;
  left: 457px;
}

.cart_sidebar {
  text-align: center;
}

.cart_sidebar .count a {
  color: #2d2f39;
}

.cart_sidebar .count {
  font-size: 2em;
  padding-right: 20px;
  padding-top: 24px;
  color: #787a7c;
}

#block-eventide-store-cart-display-mobile {
  display: none;
}

/* make specials item in mobile menu red */
/*#block-menu-block-2 .menu li.last a {
  color: red;
  font-weight: 700;
  text-transform: uppercase;
}
*/

/* make specials item in user menu red */

/*#block-system-user-menu .menu li.first a {
  color: red !important;
  font-weight: 700;
}
*/

/* Store Transactions Admin Listing */

table.store-transactions td {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 2px;
}

.page-store-transactions table.store-transactions-detail-analytics td,
.page-store-transactions table.store-transactions-detail-tx td {
  padding-left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

table.store-transactions-detail-cart {
  border: 1px solid black;
}
table.store-transactions-detail-cart td {
  border: 1px solid black;
  padding-left: 12px;
}

/* Specials landing page */

.page-specials .table_style .tr_style .td_style.td_right .content {
  min-height: 230px;
}

#highlighted img.holiday_mobile {
  display: none;
}

.page-specials .thumbnail img {
  margin-top: 18px;
  width: 280px;
  height: auto;
}

.page-specials h2 {
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 0;
}

.page-specials h2 a {
  color: #2d2f39;
}

.discount_parent {
  position: relative;
}

.discount_child {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #d2232a;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
}

.discount_text {
  color: white;
  margin: auto;
  font-weight: 700;
  padding-top: 5px;
  line-height: 16px;
}

.page-specials .cart_add {
  float: left;
}

.page-specials .teaser {
  margin: 4px 0;
}

.page-specials .sale_text {
  font-style: italic;
  margin: 4px 0;
}

.page-specials .large {
  font-size: 1.5em;
}

.page-specials .price_special {
  font-weight: bold;
  /*color: #d2232a; */
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .table_style .td_style {
    vertical-align: top;
    display: block;
  }

  .page-specials .thumbnail img {
    width: 100%;
    height: auto;
  }

  .table_style .tr_style .td_style.td_right {
    padding-left: 0;
  }

  #highlighted img.holiday_mobile {
    display: block;
  }

  #highlighted img.holiday_desktop {
    display: none;
  }

  .page-specials h2 {
    margin-top: 2px;
  }

  .page-specials select {
    width: 100%;
  }

  .cart_header {
    display: none;
  }

  #block-eventide-store-cart-display-mobile {
    display: inline-block;
    float: left;
    padding-left: 10px;
  }

  .cart_mobile {
    float: left;
    margin-top: 9px;
    font-size: 12px;
    color: #4b505e;
  }

  .cart_mobile a {
    color: #2d2f39;
  }

  .cart_mobile .icon {
    float: left;
  }

  .cart_mobile .count {
    float: left;
  }

  table.purchase_options td,
  table.purchase_options th {
    font-size: 0.9em;
  }

  table.purchase_options .teaser {
    display: none;
  }
}

#upgrade-progress-overlay {
  height: inherit;
  width: 100%;
  display: none;
  background-color: #696969;
  opacity: 60%;
  z-index: 800;
  position: absolute;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

.spinner {
  display: none;
  z-index: 801;
  position: absolute;
  left: 50%;
  top: 350px;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 8px solid rgba(20, 90, 172, 0.15);
  border-right: 8px solid rgba(20, 90, 172, 0.15);
  border-bottom: 8px solid rgba(20, 90, 172, 0.15);
  border-top: 8px solid rgba(20, 90, 172, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
