@charset "UTF-8";
.commerce-productstv {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #555555;
}
.commerce-productstv * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.commerce-productmatrix-invalid__btn, .commerce-productstv-toolbar button,
.commerce-productstv-toolbar a, .commerce-productmatrix-toolbar a, .commerce-productstv-product-footer a,
.commerce-productstv-product-footer button {
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
  background: #32AB9A linear-gradient(#32AB9A, #00948E);
  box-shadow: none;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 10px 15px 10px 15px;
  margin: 0 0.25em;
  text-decoration: none;
}
.commerce-productmatrix-invalid__btn:first-of-type, .commerce-productstv-toolbar button:first-of-type,
.commerce-productstv-toolbar a:first-of-type, .commerce-productmatrix-toolbar a:first-of-type, .commerce-productstv-product-footer a:first-of-type,
.commerce-productstv-product-footer button:first-of-type {
  margin-left: 0;
}
.commerce-productmatrix-invalid__btn:hover, .commerce-productstv-toolbar button:hover,
.commerce-productstv-toolbar a:hover, .commerce-productmatrix-toolbar a:hover, .commerce-productstv-product-footer a:hover,
.commerce-productstv-product-footer button:hover, .commerce-productmatrix-invalid__btn:focus, .commerce-productstv-toolbar button:focus,
.commerce-productstv-toolbar a:focus, .commerce-productmatrix-toolbar a:focus, .commerce-productstv-product-footer a:focus,
.commerce-productstv-product-footer button:focus {
  cursor: pointer;
  background: #2b9385 linear-gradient(#2b9385, #007571);
  box-shadow: none;
  color: #FFF;
}

.commerce-productstv-product-footer a,
.commerce-productstv-product-footer button {
  padding: 7px 12px 7px 12px;
  font-size: 11px;
}

.commerce-productstv-toolbar, .commerce-productmatrix-toolbar {
  margin-bottom: 0.5em;
}

.commerce-productstv-product-footer a.commerce-productstv-delete-product, .commerce-productstv-product-footer a.commerce-productstv-unlink-product,
.commerce-productstv-product-footer button.commerce-productstv-delete-product,
.commerce-productstv-product-footer button.commerce-productstv-unlink-product {
  float: right;
}

.commerce-productstv-products-wrapper {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
.commerce-productstv-products-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.commerce-productstv-product {
  position: relative;
}
.commerce-productstv-product header {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  font-size: 18px;
  overflow: hidden;
  background-color: #FBFBFB;
}
.commerce-productstv-product:first-child header {
  border-radius: 5px 5px 0 0;
}

.commerce-productstv-product-sort-handle {
  float: left;
  width: 7%;
  cursor: move;
}

.commerce-productstv-product-expand {
  overflow: hidden;
  cursor: pointer;
  float: left;
  width: 93%;
}

.commerce-productstv-product-name {
  float: left;
  width: 60%;
}

.commerce-productstv-product-price {
  float: left;
  width: 30%;
  text-align: right;
}

.commerce-productstv-product-expand-icon {
  float: left;
  width: 10%;
  text-align: right;
}

.commerce-productstv-product-content-inner {
  overflow: hidden;
}

.commerce-productstv-product-content-left {
  float: left;
  width: 45%;
  padding: 1em;
}

.commerce-productstv-product-content-right {
  margin-left: 45%;
  width: 55%;
  padding: 1em;
  line-height: 2em;
}
.commerce-productstv-product-content-right ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.commerce-productstv-product-content dl {
  overflow: hidden;
  line-height: 2em;
}
.commerce-productstv-product-content dl dt, .commerce-productstv-product-content dl dd {
  display: block;
  float: left;
}
.commerce-productstv-product-content dl dt {
  width: 40%;
}
.commerce-productstv-product-content dl dd {
  width: 60%;
  font-weight: bold;
}

.commerce-productstv-product-footer {
  padding: 0 1em 1em;
}

.commerce-productstv-toggle-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.commerce-productstv-product-content {
  display: none;
}

.commerce-productstv-toggle-checkbox:checked + .commerce-productstv-product-header + .commerce-productstv-product-content {
  display: block;
  border-bottom: 1px solid #ccc;
}

.commerce-productstv-toggle-checkbox:checked + .commerce-productstv-product-header i.icon-plus:before {
  content: "";
}

/**
    Some small tweaks for when it's moved to different places
 */
#modx-resource-main-right .commerce-productstv-product-content-left {
  width: 100%;
  float: none;
}
#modx-resource-main-right .commerce-productstv-product-content-right {
  margin-left: 0;
  width: 100%;
  padding: 0 1em 1em;
}

.commerce-productmatrix-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commerce-productmatrix-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commerce-productmatrix-container .commerce-productmatrix-wrapper {
  border-radius: 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  overflow-x: auto;
}
.commerce-productmatrix-container .commerce-productmatrix {
  color: #555555;
  background-color: #FFF;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
.commerce-productmatrix-container .commerce-productmatrix tr td, .commerce-productmatrix-container .commerce-productmatrix tr th {
  border: 1px solid #ddd;
}
.commerce-productmatrix-container .commerce-productmatrix tr td .commerce-productmatrix-item-inner {
  padding: 0.5em 1em;
  font-size: 16px;
}
.commerce-productmatrix-container .commerce-productmatrix tr th {
  padding: 0.5em 1em;
  font-size: 16px;
  background-color: #FBFBFB;
  color: #333;
  font-weight: bold;
  vertical-align: top;
}
.commerce-productmatrix-container .commerce-productmatrix tr th.commerce-productmatrix-header-item {
  border-top: none;
}
.commerce-productmatrix-container .commerce-productmatrix tr th.commerce-productmatrix-row-header-item, .commerce-productmatrix-container .commerce-productmatrix tr th.commerce-productmatrix-footer-item, .commerce-productmatrix-container .commerce-productmatrix tr th.commerce-productmatrix-header-item-title {
  border-left: none;
  width: 200px;
}
.commerce-productmatrix-container .commerce-productmatrix tr th .cpmi-header-actions {
  visibility: hidden;
}
.commerce-productmatrix-container .commerce-productmatrix tr th:hover .cpmi-header-actions {
  visibility: visible;
}
.commerce-productmatrix-container .commerce-productmatrix tr th:hover .cpmi-header-name {
  color: rgba(0, 117, 111, 0.8);
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-header-item-title {
  background: #FBFBFB linear-gradient(to right top, transparent 0%, transparent 48%, #ddd 49.5%, #ddd 50.5%, transparent 52%, transparent 100%);
  position: relative;
  height: 3em;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-header-item-title .title-for-rows {
  position: absolute;
  bottom: 0.5em;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-header-item-title .title-for-columns {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-header-row-action, .commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-row-action {
  width: 3em;
  text-align: center;
  border: none;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-row-header-item {
  text-align: left;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-add-column a, .commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-add-row a {
  background: #32AB9A linear-gradient(#32AB9A, #00948E);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: none;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-add-column {
  padding: 0;
  background: transparent;
  border: 0;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-add-column a {
  display: block;
  padding: 1.2em 1em;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-add-row {
  padding: 0;
  background: transparent;
  border: 0;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-add-row a {
  display: block;
  padding: 0.5em 1em;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-row-action, .commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-column-action, .commerce-productmatrix-container .commerce-productmatrix tr .commerce-productmatrix-table-action {
  background-color: #fff;
  border: none;
}
.commerce-productmatrix-container .cpmi-header-inner {
  display: flex;
}
.commerce-productmatrix-container .cpmi-header-info {
  margin-bottom: auto;
  flex: 1;
}
.commerce-productmatrix-container .cpmi-header-name {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
}
.commerce-productmatrix-container .cpmi-header-name:hover, .commerce-productmatrix-container .cpmi-header-name:focus {
  text-decoration: underline;
  color: #111;
}
.commerce-productmatrix-container .cpmi-header-price {
  font-weight: normal;
  color: #999;
  height: 1.375em;
}
.commerce-productmatrix-container .cpmi-header-actions {
  display: flex;
  flex-direction: column;
  padding-left: 1em;
}
.commerce-productmatrix-container .cpmi-header-actions a, .commerce-productmatrix-container .cpmi-header-actions span {
  color: #333;
}
.commerce-productmatrix-container a.cpmi-delete {
  text-decoration: none;
  color: #777;
  padding: 0.5em;
  margin: -0.5em;
}
.commerce-productmatrix-container a.cpmi-delete:hover, .commerce-productmatrix-container a.cpmi-delete:focus {
  color: #8d023c;
}
.commerce-productmatrix-container .commerce-productmatrix-item-inner {
  text-align: left;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #555;
}
.commerce-productmatrix-container .commerce-productmatrix-item-inner:hover, .commerce-productmatrix-container .commerce-productmatrix-item-inner:focus {
  background: rgba(0, 148, 141, 0.2);
}
.commerce-productmatrix-container .commerce-productmatrix-item-inner:hover .cpmi-sku, .commerce-productmatrix-container .commerce-productmatrix-item-inner:focus .cpmi-sku {
  color: #00948d;
}
.commerce-productmatrix-container .cpmi-price {
  font-weight: bold;
}
.commerce-productmatrix-container .cpmi-sku {
  margin-top: auto;
  font-size: 13px;
  padding-top: 3px;
  text-transform: uppercase;
  display: block;
  color: rgba(0, 148, 141, 0.8);
  white-space: nowrap;
  font-weight: normal;
}
.commerce-productmatrix-container .cpmi-item-out-of-stock {
  position: relative;
}
.commerce-productmatrix-container .cpmi-item-out-of-stock::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: 1em solid rgba(255, 227, 179, 0.8);
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.commerce-productmatrix-container .cpmi-inactive {
  background: rgba(255, 235, 235, 0.6) !important;
}

/**
  Invalid matrix - basically, a matrix that was copied/moved
 */
.commerce-productmatrix-invalid__container {
  position: relative;
}

.commerce-productmatrix-invalid__matrix {
  min-height: 450px;
}

.commerce-productmatrix-invalid__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 220, 220, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.commerce-productmatrix-invalid__panel {
  background: #fff;
  color: #000;
  padding: 1.5rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  max-width: 60%;
  font-size: 1rem;
}

.commerce-productmatrix-invalid__header {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.commerce-productmatrix-invalid__message {
  margin-bottom: 1rem;
}

.commerce-productmatrix-invalid__principal {
  font-weight: bold;
}

.commerce-productmatrix-invalid__action {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px dotted #aaa;
}
.commerce-productmatrix-invalid__action:first-child {
  border-top: 1px dotted #aaa;
}

.commerce-productmatrix-invalid__actiondesc {
  color: #555;
  font-size: 0.9em;
}

.commerce-productmatrix-invalid__btn {
  box-sizing: border-box;
  margin-right: 1rem;
  white-space: nowrap;
  min-width: 175px;
  text-align: center;
}

/**
  Dragula CSS
 */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  list-style-type: none;
  border: 1px solid #ccc;
  border-bottom: none;
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/*# sourceMappingURL=products.css.map */
