/*!
 * com_ezcart
 *
 * Copyright 2016 {ORGANIZATION}
 * License GNU General Public License version 2 or later..
 */
/* Predefine BS3 */
.list-group-item {
  border: 1px solid #ddd;
  padding: 10px 15px;
  cursor: pointer;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body::before {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* Uikit extended */
.ezcart-scope .uk-form-label {
  font-size: 1rem;
}
.ezcart-scope .uk-button.uk-button-square {
  padding-left: 10px;
  padding-right: 10px;
}
.ezcart-scope .uk-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ezcart-scope .uk-button-large {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ezcart-scope .uk-input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.ezcart-scope .uk-input-group > .uk-input {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.ezcart-scope .uk-input-group > .uk-input:focus {
  z-index: 3;
}
.ezcart-scope .uk-input-group > .uk-input + .uk-input {
  margin-left: -1px;
}
.ezcart-scope .uk-input-group-prepend,
.ezcart-scope .uk-input-group-append {
  display: flex;
}
.ezcart-scope .uk-input-group-prepend .uk-button,
.ezcart-scope .uk-input-group-append .uk-button {
  position: relative;
  z-index: 2;
  padding: 0 1rem;
}
.ezcart-scope .uk-input-group-prepend .uk-button + .uk-button,
.ezcart-scope .uk-input-group-append .uk-button + .uk-button,
.ezcart-scope .uk-input-group-prepend .uk-button + .uk-input-group-text,
.ezcart-scope .uk-input-group-append .uk-button + .uk-input-group-text,
.ezcart-scope .uk-input-group-prepend .uk-input-group-text + .uk-input-group-text,
.ezcart-scope .uk-input-group-append .uk-input-group-text + .uk-input-group-text,
.ezcart-scope .uk-input-group-prepend .uk-input-group-text + .uk-button,
.ezcart-scope .uk-input-group-append .uk-input-group-text + .uk-button {
  margin-left: -1px;
}
.ezcart-scope .uk-input-group-prepend {
  margin-right: -1px;
}
.ezcart-scope .uk-input-group-append {
  margin-left: -1px;
}
.ezcart-scope .uk-icon > svg:nth-child(2) {
  display: none;
}
/* GLOBAL */
.swal-footer {
  text-align: center;
}
/* BODY */
/* TYPO */
/* LAYOUT */
/* CATEGORY PRODUCTS */
.product-item-wrapper {
  text-align: center;
  padding-bottom: 1.5rem;
}
.product-item-wrapper .product-text-wrapper {
  padding: 7px;
}
.product-item-wrapper .product-text-wrapper .heading h2 {
  font-size: 1.2em;
}
.product-item-wrapper .product-price .taxed-origin-price .reference-label,
.product-item-wrapper .product-price .final-price .reference-label {
  display: none;
}
.product-item-wrapper .product-price .taxed-origin-price,
.product-item-wrapper .product-price .notaxed-price {
  color: #999;
}
.product-item-wrapper .readmore {
  margin-bottom: 0;
}
.product-item-wrapper .product-actions {
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-item-wrapper .product-actions-buttons .col-add-cart {
  padding-right: 5px;
}
.product-item-wrapper .product-actions-buttons .col-add-wishlist .button-text {
  display: none;
}
/* PRODUCT */
.product-item .product-images-wrapper .image-container {
  border: 1px solid #ddd;
  padding: 5px;
}
.product-item .product-images-wrapper .image-thumb {
  padding: 3px;
  margin: 10px 3px 10px 0;
}
.product-item .product-images-wrapper .image-thumb:last-child {
  margin-right: 0;
}
.product-item .product-price .taxed-origin-price .reference-label,
.product-item .product-price .final-price .reference-label {
  display: none;
}
.product-item .product-price .final-price {
  font-size: 1.3rem;
  line-height: 1.3;
}
.product-item .product-options .radio {
  padding-left: 20px;
}
.product-item .product-options .radio label {
  display: block;
}
.product-item .product-detail-block {
  margin-top: 50px;
}
/* IMAGES */
.square-image {
  padding: 50% 0;
  width: 100%;
  height: auto;
  background: transparent no-repeat center;
  background-size: contain;
}
/* CART */
#ezcart-cart .cart-title-cell {
  min-width: 150px;
}
#ezcart-cart .cart-quantity-cell input {
  min-width: 50px;
}
/* CHECKOUT */
#ezcart-checkout fieldset {
  margin-bottom: 30px;
}
#ezcart-checkout #shipping-payment .shipping-image,
#ezcart-checkout #shipping-payment .payment-image {
  margin-right: 1.25rem;
}
#ezcart-checkout #shipping-payment .uk-card .uk-card-body {
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
#ezcart-checkout #shipping-payment .uk-card .uk-card-body:last-child {
  border-bottom: none;
}
#ezcart-checkout .checkout-items .cart-title-cell {
  min-width: 150px;
}
/* FORM */
/* FOOTER */
/*
MY DASHBOARD
----------------------------------------------
*/
/* DASHBOARD */
.navigation-links .thumbnail {
  text-align: center;
  display: block;
}
.navigation-links .thumbnail .nav-item-icon span {
  width: auto;
  height: auto;
  margin: 20px auto;
}
.navigation-links .thumbnail h3 {
  margin-top: 10px;
}
/* ORDERS */
#order-wrap .cart-title-cell {
  min-width: 150px;
}
/* ADDRESS */
#addresses-wrap .address-empty-notice {
  padding: 125px 0;
}
/*# sourceMappingURL=main.css.map */