@import "normalize.css";
@import "lightbox.css";
.ui-effects-transfer {
  border: 2px dotted black;
  background: #ADA;
  background: rgba(0,255,0,0.25);
}
.lb-outerContainer {
  width: auto;
}
.ec-shop h1,
.ec-shop h2,
.ec-shop h3,
.ec-shop h4 {
  font-size: 1.42em;
}
.ec-shop .btn {
  color: white;
  background: #0c3f98;
  border: none;
}
.ec-shop .btn:hover {
  color: white;
}
.ec-shop .cart {
  padding-left: 2.5em;
  background: #0c3f98 url(../images/cart-icon.png) left 0.5em center no-repeat;
}
.ec-shop .spinner {
  width: 40px;
}
.ec-shop .empty-cart {
  text-align: center;
}
.ec-shop .cart-btn {
  display: block;
  position: relative;
  height: 30px;
  font-size: 0.85em;
}
.ec-shop .cart-btn > span {
  line-height: 30px;
}
.ec-shop .cart-btn .cart-price {
  position: absolute;
  right: 0;
  padding-right: 0.5em;
}
.ec-shop #shop-error {
  display: none;
  padding: 1em;
  border: 2px #A00 solid;
  background: #FEE;
  margin-bottom: 20px;
}
.ec-shop #shop-header {
  background: #f0f3f5;
  margin-bottom: 20px;
}
.ec-shop #shop-header #search-bar {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #0c3f98;
}
.ec-shop #shop-header #search-bar .search-component {
  display: table-cell;
}
.ec-shop #shop-header #search-bar #search {
  width: 80%;
  padding: 0.4em;
  border: 2px #0c3f98 solid;
}
.old-IE .ec-shop #shop-header #search-bar #search {
  width: 100%;
}
.ec-shop #shop-header #search-bar #search-btn {
  width: 20%;
}
.ec-shop #shop-header #options-bar {
  padding: 0.5em;
  color: #888;
  font-size: 0.85em;
  min-height: 2.8em;
}
.ec-shop #shop-header #options-bar .caption {
  display: inline-block;
  padding: 0.0em 0.5em;
  margin: 0.2em 0;
}
.ec-shop #shop-header #options-bar .label {
  float: left;
  padding-right: 0.5em;
  padding-left: 0;
  color: #888;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
.ec-shop #shop-header #options-bar .option {
  display: inline-block;
  margin-right: 0.5em;
}
.ec-shop #shop-header #options-bar .option .caption {
  position: relative;
  color: #000;
  cursor: pointer;
}
.ec-shop #shop-header #options-bar .option .caption:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -1px 2px 0 -1px;
  background: url(../images/check-states.png) left top no-repeat;
}
.old-IE .ec-shop #shop-header #options-bar .option .caption:before {
  display: none;
}
.ec-shop #shop-header #options-bar .option input[type=checkbox] {
  display: none;
}
.old-IE .ec-shop #shop-header #options-bar .option input[type=checkbox] {
  display: inline-block;
}
.ec-shop #shop-header #options-bar .option input[type=checkbox]:checked + .caption {
  color: white;
  background-color: #0c3f98;
}
.ec-shop #shop-header #options-bar .option input[type=checkbox]:checked + .caption:before {
  background-position: 0 -16px;
}
.ec-shop #shop-header #cart-info {
  padding: 10px;
}
.ec-shop #shop-header #cart-info .cart-title {
  margin-bottom: 10px;
}
.ec-shop #shop-header #cart-info .info {
  color: #888;
}
.ec-shop #shop-header #cart-info .user-data {
  font-size: 0.85em;
}
.ec-shop #shop-entries .entry {
  position: relative;
  margin: 20px 0 0 0;
}
.ec-shop #shop-entries .entry:first-child {
  margin-top: 0;
}
.ec-shop #shop-entries .entry .expand {
  cursor: pointer;
}
.ec-shop #shop-entries .entry .preview {
  margin-left: 0;
}
.ec-shop #shop-entries .entry .preview .image {
  background: center center no-repeat;
  background-size: contain;
}
.ec-shop #shop-entries .entry .preview .image a:hover {
  text-decoration: none;
}
.ec-shop #shop-entries .entry .preview .baum-image-single {
  height: auto;
  width: 100%;
  max-width: none;
}
.ec-shop #shop-entries .entry .preview .baum-image-multi {
  width: 40%;
  padding-top: 5px;
}
.ec-shop #shop-entries .entry .info > div {
  margin-top: 1em;
}
.ec-shop #shop-entries .entry .info > div:first-child {
  margin-top: 0;
}
.ec-shop #shop-entries .entry .info h3 {
  margin-bottom: 0 !important;
}
.ec-shop #shop-entries .entry .info .sku {
  display: none;
  margin-right: 1em;
  color: #888;
  font-size: 0.85em;
}
.ec-shop #shop-entries .entry .info .sku .data-sku {
  text-transform: uppercase;
}
.ec-shop #shop-entries .entry .info .prices {
  color: #888;
}
.ec-shop #shop-entries .entry .info .prices .price {
  display: inline-block;
}
.ec-shop #shop-entries .entry .info .prices .price.original {
  margin-right: 1em;
}
.ec-shop #shop-entries .entry .info .prices .price.valid {
  color: #000;
  font-weight: bold;
}
.ec-shop #shop-entries .entry .info .details .toggle-detail .caption-hide {
  display: none;
}
.ec-shop #shop-entries .entry .info .details .detail {
  display: block;
  padding-top: 1em;
  font-size: 0.85em;
}
.ec-shop #shop-entries .entry .info .options {
  margin-bottom: 0.2em;
}
.ec-shop #shop-entries .entry .info .options label {
  margin-left: 20px;
}
.ec-shop #shop-entries .entry .info .options label:first-child {
  margin-left: 0;
}
.ec-shop #shop-entries .entry .info .options label .ui-spinner {
  display: inline;
  font-size: 1.0em;
  line-height: auto;
}
.ec-shop #shop-entries .entry .info .options label .ui-spinner .spinner {
  margin: 0 0 0 4px;
}
.ec-shop #shop-entries .entry .info .add-cart {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  height: 30px;
  text-align: left;
}
.ec-shop #shop-entries .entry.expanded .toggle-detail .caption-show {
  display: none;
}
.ec-shop #shop-entries .entry.expanded .toggle-detail .caption-hide {
  display: inline !important;
}
.ec-shop #cart-entries,
.ec-shop .cart-entries {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.ec-shop #cart-entries .align-right,
.ec-shop .cart-entries .align-right {
  text-align: right;
}
.ec-shop #cart-entries thead,
.ec-shop .cart-entries thead {
  color: #888;
  font-size: 0.85em;
}
.ec-shop #cart-entries tbody tr:nth-child(2n-1),
.ec-shop .cart-entries tbody tr:nth-child(2n-1) {
  background: #f0f3f5;
}
.ec-shop #cart-entries tbody tr:hover,
.ec-shop .cart-entries tbody tr:hover {
  background: #dae6fc;
}
.ec-shop #cart-entries tbody tr .remove img,
.ec-shop .cart-entries tbody tr .remove img {
  margin-top: 2px;
}
.ec-shop #cart-entries tbody tr .data-price-sum,
.ec-shop .cart-entries tbody tr .data-price-sum {
  text-align: right;
  font-weight: bold;
  padding-right: 0.5em;
}
.ec-shop .aside {
  float: right;
  width: 20%;
  margin-bottom: 20px;
}
.ec-shop .aside.left {
  float: left !important;
}
.ec-shop .aside .btn {
  display: block;
  text-align: center;
  line-height: 30px;
}
.ec-shop .back-btn {
  background-color: #888;
}
.ec-shop #email-form {
  position: relative;
  width: 30%;
}
.ec-shop #email-form #email-input {
  display: block;
  width: 100%;
  border: 1px #0c3f98 solid;
  padding: 0.2em 0.5em;
}
.ec-shop #email-form #email-check {
  display: none;
}
.old-IE .ec-shop #email-form #email-check {
  display: inline-block;
  position: absolute;
  right: 1em;
  bottom: 1.2em;
}
.ec-shop #email-form #email-check + #email-input {
  color: #AAA;
  background: #DDD;
}
.old-IE .ec-shop #email-form #email-check + #email-input {
  color: #000 !important;
  background: white !important;
}
.ec-shop #email-form #email-check:checked + #email-input {
  color: #000;
  background: white;
}
.ec-shop #email-form label.btn {
  display: block;
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 0.85em;
  text-align: left;
  line-height: 1.5em;
  background: url(../images/unchecked.png) #0c3f98 no-repeat;
  background-position: right 1em center;
  cursor: pointer;
}
.old-IE .ec-shop #email-form label.btn {
  background-image: none;
}
.old-IE .ec-shop #email-form label.btn .email-on,
.old-IE .ec-shop #email-form label.btn .email-off {
  display: none !important;
}
.ec-shop #email-form label.btn .email-on {
  display: none;
}
.ec-shop #email-form #email-check:checked ~ label.btn {
  padding-right: 2em;
  background-image: url(../images/checked.png);
  background-position: right 1em center;
}
.old-IE .ec-shop #email-form #email-check:checked ~ label.btn {
  background-image: none;
}
.ec-shop #email-form #email-check:checked ~ label.btn .email-on {
  display: inline;
}
.ec-shop #email-form #email-check:checked ~ label.btn .email-off {
  display: none;
}
.ec-shop #cart-total #total-price {
  padding: 10px;
  text-align: right;
  background-color: #f0f3f5;
}
.ec-shop #cart-total #total-price .caption {
  color: #888;
  font-size: 0.85em;
}
.ec-shop #cart-total #total-price .price {
  font-size: 1.2em;
  font-weight: bold;
}
.ec-shop #email-confirmation {
  float: left;
  max-width: 60%;
}
