/* MATTES Configurator Styles */
/* MATTES Color Scheme */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
a {
  font-weight: 500;
  color: #0D57F2;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0D57F2;
  text-decoration: underline;
}
a:visited,
a:focus {
  color: #0D57F2;
  text-decoration: none;
}
span.brbreak {
  display: block;
  margin-top: 5px;
}
span.label {
  font-size: 100%;
  padding-bottom: 0;
  font-weight: normal;
}
span.label.label-status_new {
  background-color: #5cb85c;
}
span.label.label-lightgrey {
  background-color: white;
  border: 2px solid #ebebeb;
  color: #333333;
}
span.label.label-status_transferred {
  background-color: #5bc0de;
}
span.label.label-status_bulk {
  background-color: #555555;
}
span.label.label-status_canceled {
  background-color: #d9534f;
}
span.label.label-status_ordered {
  background-color: #f37c50;
}
span.label.label-status_finished {
  background-color: #337ab7;
}
span.label.label-status_ready {
  background-color: #f0ad4e;
}
a.action-link {
  padding: 5px 0;
  display: inline-block;
}
h4 > span.label {
  font-size: 75%;
}
p.lead {
  font-size: 130%;
}
body {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
}
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.overlay.active {
  display: block;
}
.overlay h3 {
  margin: 0 0 20px 0;
}
.overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay ul li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 15px;
  padding: 0;
}
.overlay ul li:last-child {
  margin-right: 0;
}
.overlay .overlay-address {
  width: 100%;
  max-width: 1070px;
  background-color: #FFFFFF;
  margin: 40px auto;
  padding: 30px;
}
.overlay .overlay-address table {
  margin-bottom: 20px;
  border: 1px solid #EEE;
  padding: 20px 15px;
}
.overlay .overlay-address table tr {
  vertical-align: middle;
}
.overlay-products,
.instant-products {
  width: 100%;
  max-width: 1070px;
  background-color: #FFFFFF;
  margin: 40px auto;
  padding: 30px;
}
.overlay-products .product-item,
.instant-products .product-item {
  margin-bottom: 20px;
  border: 1px solid #EEE;
  padding: 20px 15px;
}
.overlay-products .product-item .product-image img,
.instant-products .product-item .product-image img {
  max-width: 100%;
}
.overlay-products .product-item .product-text,
.instant-products .product-item .product-text {
  padding: 20px;
}
.overlay-products .product-item .product-info,
.instant-products .product-item .product-info {
  border-left: 2px solid #EEEEEE;
  padding: 20px;
}
.overlay-products .product-item .product-info .product-price,
.instant-products .product-item .product-info .product-price {
  font-size: 26px;
  margin-top: 0;
}
.overlay-products .product-item .product-info .product-price small,
.instant-products .product-item .product-info .product-price small {
  display: inline-block;
  font-size: 13px;
}
.overlay-products .product-item .product-info .product-options,
.instant-products .product-item .product-info .product-options {
  margin: 30px 0;
}
.overlay-products .searchbar label,
.instant-products .searchbar label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.overlay-products ul,
.instant-products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay-products ul li,
.instant-products ul li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 15px;
  padding: 0;
}
.overlay-products .panel-btn,
.instant-products .panel-btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #0D57F2;
  border-radius: 6px;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
  vertical-align: top;
}
.overlay-products .panel-btn img,
.instant-products .panel-btn img {
  max-width: 100%;
}
.container {
  width: 1170px !important;
}
.dash-home .dash-buttons {
  padding-bottom: 40px;
}
.dash-home table tr,
.dash-home table tr:last-child {
  border: 0;
}
.dash-home table tr td,
.dash-home table tr td:last-child {
  border: 0;
  text-align: left;
}
.dash-home a.btn-jumbo {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*
  -moz-background-clip:    padding;
  -webkit-background-clip: padding-box;
  background-clip:         padding-box;
  */
  position: relative;
  display: inline-block;
  width: 30%;
  margin: 1.5%;
  height: 120px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  padding: 15px;
  border: 2px solid #0D57F2;
  background-color: #0D57F2;
}
.dash-home a.btn-jumbo span.btn-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  font-weight: bold;
  font-size: 18px;
}
.dash-home a.btn-jumbo span.icon-big {
  display: block;
  font-size: 48px;
}
.header-bar {
  background-color: #000000;
}
.header-bar .nav-primary h3 {
  float: left;
  color: #D00000;
  font-weight: 500;
}
.header-bar .nav-primary ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-bar .nav-primary ul li {
  display: inline-block;
  font-size: 1.3em;
  color: #FFFFFF;
  margin: 0 0 0 15px;
  padding: 0;
  border-top: 5px solid transparent;
}
.header-bar .nav-primary ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.header-bar .nav-primary ul li a:hover {
  text-decoration: none;
}
.header-bar .nav-primary ul li.active {
  border-color: #0D57F2;
}
.header-bar .nav-primary ul li.active a {
  display: block;
  padding: 8px 5px;
  font-weight: 500;
}
.header-bar h1 {
  color: #FFFFFF;
  margin: 60px 0 40px 0;
}
.header-bar a.abort-mission {
  float: right;
  display: inline-block;
  font-size: 50%;
  color: #FFFFFF;
}
main {
  padding-top: 40px;
  padding-bottom: 100px;
}
.confirm-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*
  -moz-background-clip:    padding;
  -webkit-background-clip: padding-box;
  background-clip:         padding-box;
  */
  border: 1px solid #EEE;
  padding: 20px;
  margin-left: -8px;
  margin-right: -12px;
}
.ico.ico-xlarge.brand-icon {
  width: 100px;
  height: 100px;
  margin-left: -20px;
}
.customer-data {
  border: 1px solid #EEE;
}
.btn-searchaddress {
  display: block;
}
.checkout-form .form-group small.form-info {
  display: inline-block;
  padding-top: 5px;
  float: right;
}
table {
  width: 100%;
  margin-bottom: 25px;
}
table thead,
table tfoot {
  background-color: #FCFCFC;
  border: 1px solid #EEE;
}
table thead tr,
table tfoot tr {
  vertical-align: middle;
}
table tr {
  border-top: 1px solid #EEE;
  vertical-align: top;
}
table tr th {
  padding: 15px 10px;
}
table tr th:last-child {
  text-align: right;
}
table tr td {
  padding: 10px;
}
table tr td:last-child {
  text-align: right;
}
table tr:last-child {
  border-bottom: 1px solid #EEE;
}
.customers-history {
  padding-left: 50px;
}
.customers-history div.tip {
  display: inline-block;
}
.customers-history div.tip .disabled {
  color: #AAAAAA;
}
.customers-list {
  border: 1px solid #DDD;
}
.customers-list th {
  border-bottom: 4px solid #ebebeb;
}
.customers-list tr td {
  padding: 15px 10px;
}
.customers-list tr:hover td {
  background-color: #f5f5f5;
}
.customers-list .sort-table {
  font-weight: bold;
  color: #333;
}
.customers-list .sort-table span {
  color: #0D57F2;
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
}
.customers-list .activity-indicator {
  width: 16px;
  height: 16px;
  display: block;
  background-color: #EEE;
  border-radius: 50%;
}
.customers-list .activity-indicator.activity-on {
  background-color: #4cae4c;
}
.customers-list .activity-indicator.activity-off {
  background-color: #D00000;
}
table.customers-stats {
  border: 1px solid #EEE;
}
table.orders-list thead h4 {
  margin-top: 0;
}
table.orders-list thead h4 small {
  margin-left: 25px;
}
table.orders-list thead h4 small .glyphicon {
  margin-right: 5px;
}
table.orders-list tbody {
  display: none;
}
.btn {
  font-weight: 500;
}
.btn.btn-custom.btn-lightblue {
  background-color: #0D57F2;
  color: #FFFFFF;
  border-color: transparent;
}
.btn > .glyphicon {
  margin-right: 5px;
}
a.btn {
  color: #FFFFFF;
}
a.btn.btn-link {
  color: #151D2F;
}
a.btn.btn-default {
  color: #0D57F2;
}
a.btn.btn-default:focus {
  color: #0D57F2;
  background-color: white;
  border-color: #CCC;
}
a.btn.btn-colorlink,
a.btn.btn-colorlink:active,
a.btn.btn-colorlink:hover,
a.btn.btn-colorlink:focus,
a.btn.btn-colorlink:active:focus {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
a.btn.btn-colorlink.btn-success,
a.btn.btn-colorlink:active.btn-success,
a.btn.btn-colorlink:hover.btn-success,
a.btn.btn-colorlink:focus.btn-success,
a.btn.btn-colorlink:active:focus.btn-success {
  color: #4cae4c;
}
a.btn.btn-colorlink.btn-danger,
a.btn.btn-colorlink:active.btn-danger,
a.btn.btn-colorlink:hover.btn-danger,
a.btn.btn-colorlink:focus.btn-danger,
a.btn.btn-colorlink:active:focus.btn-danger {
  color: #d43f3a;
}
table.orders-list.orders-list-bulk {
  border-left: 4px solid #DDD;
  margin-bottom: 0;
}
table.orders-list.orders-list-bulk.ordertable-excluded thead,
table.orders-list.orders-list-bulk.ordertable-excluded tbody {
  opacity: 0.35;
}
table.orders-list.orders-list-bulk tbody.product-list {
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  margin-right: 1px;
}
.table-actions {
  border: 1px solid #EEE;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.table-actions a.btn.btn-link,
.table-actions a.btn.btn-link:visited,
.table-actions a.btn.btn-link:focus,
.table-actions a.btn.btn-link:active {
  color: #0D57F2;
}
.sweet-alert {
  font-family: 'Hind', Arial, sans-serif !important;
}
.btn-close {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
  -moz-background-clip:    padding;
  -webkit-background-clip: padding-box;
  background-clip:         padding-box;
  */
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("../images/icon/icon-close_2x.png") no-repeat center center #FFFFFF;
  background-size: 100% 100%;
}
.btn-close.light {
  background: url("../images/icon/icon-close-light_2x.png") no-repeat center center transparent;
}
.btn-checkout {
  margin-top: 20px;
  width: 100%;
}
.ico {
  width: 40px;
  height: 40px;
  background-position: center center;
}
.ico.ico-close {
  background: url("../images/icon/icon-close_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-close.ico-large {
  background-image: url("../images/icon/icon-close_3x.png");
  background-size: 100% 100%;
}
.ico.ico-close.ico-xlarge {
  background-image: url("../images/icon/icon-close_3x.png");
  background-size: 100% 100%;
}
.ico.ico-close.light {
  background-image: url("../images/icon/icon-close-light_2x.png");
}
.ico.ico-close.light.ico-large {
  background-image: url("../images/icon/icon-close-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-close.light.ico-xlarge {
  background-image: url("../images/icon/icon-close-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-plus {
  background: url("../images/icon/icon-plus_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-plus.ico-large {
  background-image: url("../images/icon/icon-plus_3x.png");
  background-size: 100% 100%;
}
.ico.ico-plus.ico-xlarge {
  background-image: url("../images/icon/icon-plus_3x.png");
  background-size: 100% 100%;
}
.ico.ico-plus.light {
  background-image: url("../images/icon/icon-plus-light_2x.png");
}
.ico.ico-plus.light.ico-large {
  background-image: url("../images/icon/icon-plus-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-plus.light.ico-xlarge {
  background-image: url("../images/icon/icon-plus-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-minus {
  background: url("../images/icon/icon-minus_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-minus.ico-large {
  background-image: url("../images/icon/icon-minus_3x.png");
  background-size: 100% 100%;
}
.ico.ico-minus.ico-xlarge {
  background-image: url("../images/icon/icon-minus_3x.png");
  background-size: 100% 100%;
}
.ico.ico-minus.light {
  background-image: url("../images/icon/icon-minus-light_2x.png");
}
.ico.ico-minus.light.ico-large {
  background-image: url("../images/icon/icon-minus-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-minus.light.ico-xlarge {
  background-image: url("../images/icon/icon-minus-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-switch {
  background: url("../images/icon/icon-switch_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-switch.ico-large {
  background-image: url("../images/icon/icon-switch_3x.png");
  background-size: 100% 100%;
}
.ico.ico-switch.ico-xlarge {
  background-image: url("../images/icon/icon-switch_3x.png");
  background-size: 100% 100%;
}
.ico.ico-switch.light {
  background-image: url("../images/icon/icon-switch-light_2x.png");
}
.ico.ico-switch.light.ico-large {
  background-image: url("../images/icon/icon-switch-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-switch.light.ico-xlarge {
  background-image: url("../images/icon/icon-switch-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-eye {
  background: url("../images/icon/icon-eye_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-eye.ico-large {
  background-image: url("../images/icon/icon-eye_3x.png");
  background-size: 100% 100%;
}
.ico.ico-eye.ico-xlarge {
  background-image: url("../images/icon/icon-eye_3x.png");
  background-size: 100% 100%;
}
.ico.ico-eye.light {
  background-image: url("../images/icon/icon-eye-light_2x.png");
}
.ico.ico-eye.light.ico-large {
  background-image: url("../images/icon/icon-eye-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-eye.light.ico-xlarge {
  background-image: url("../images/icon/icon-eye-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-bars {
  background: url("../images/icon/icon-bars_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-bars.ico-large {
  background-image: url("../images/icon/icon-bars_3x.png");
  background-size: 100% 100%;
}
.ico.ico-bars.ico-xlarge {
  background-image: url("../images/icon/icon-bars_3x.png");
  background-size: 100% 100%;
}
.ico.ico-bars.light {
  background-image: url("../images/icon/icon-bars-light_2x.png");
}
.ico.ico-bars.light.ico-large {
  background-image: url("../images/icon/icon-bars-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-bars.light.ico-xlarge {
  background-image: url("../images/icon/icon-bars-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-horse {
  background: url("../images/icon/icon-horse_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-horse.ico-large {
  background-image: url("../images/icon/icon-horse_3x.png");
  background-size: 100% 100%;
}
.ico.ico-horse.ico-xlarge {
  background-image: url("../images/icon/icon-horse_3x.png");
  background-size: 100% 100%;
}
.ico.ico-horse.light {
  background-image: url("../images/icon/icon-horse-light_2x.png");
}
.ico.ico-horse.light.ico-large {
  background-image: url("../images/icon/icon-horse-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-horse.light.ico-xlarge {
  background-image: url("../images/icon/icon-horse-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-fullscreen {
  background: url("../images/icon/icon-fullscreen_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-fullscreen.ico-large {
  background-image: url("../images/icon/icon-fullscreen_3x.png");
  background-size: 100% 100%;
}
.ico.ico-fullscreen.ico-xlarge {
  background-image: url("../images/icon/icon-fullscreen_3x.png");
  background-size: 100% 100%;
}
.ico.ico-fullscreen.light {
  background-image: url("../images/icon/icon-fullscreen-light_2x.png");
}
.ico.ico-fullscreen.light.ico-large {
  background-image: url("../images/icon/icon-fullscreen-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-fullscreen.light.ico-xlarge {
  background-image: url("../images/icon/icon-fullscreen-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-cart {
  background: url("../images/icon/icon-cart_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-cart.ico-large {
  background-image: url("../images/icon/icon-cart_3x.png");
  background-size: 100% 100%;
}
.ico.ico-cart.ico-xlarge {
  background-image: url("../images/icon/icon-cart_3x.png");
  background-size: 100% 100%;
}
.ico.ico-cart.light {
  background-image: url("../images/icon/icon-cart-light_2x.png");
}
.ico.ico-cart.light.ico-large {
  background-image: url("../images/icon/icon-cart-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-cart.light.ico-xlarge {
  background-image: url("../images/icon/icon-cart-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-checkout {
  background: url("../images/icon/icon-checkout_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-checkout.ico-large {
  background-image: url("../images/icon/icon-checkout_3x.png");
  background-size: 100% 100%;
}
.ico.ico-checkout.ico-xlarge {
  background-image: url("../images/icon/icon-checkout_3x.png");
  background-size: 100% 100%;
}
.ico.ico-checkout.light {
  background-image: url("../images/icon/icon-checkout-light_2x.png");
}
.ico.ico-checkout.light.ico-large {
  background-image: url("../images/icon/icon-checkout-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-checkout.light.ico-xlarge {
  background-image: url("../images/icon/icon-checkout-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-sizing {
  background: url("../images/icon/icon-sizing_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-sizing.ico-large {
  background-image: url("../images/icon/icon-sizing_3x.png");
  background-size: 100% 100%;
}
.ico.ico-sizing.ico-xlarge {
  background-image: url("../images/icon/icon-sizing_3x.png");
  background-size: 100% 100%;
}
.ico.ico-sizing.light {
  background-image: url("../images/icon/icon-sizing-light_2x.png");
}
.ico.ico-sizing.light.ico-large {
  background-image: url("../images/icon/icon-sizing-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-sizing.light.ico-xlarge {
  background-image: url("../images/icon/icon-sizing-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes {
  background: url("../images/icon/icon-mattes_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-mattes.ico-large {
  background-image: url("../images/icon/icon-mattes_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.ico-xlarge {
  background-image: url("../images/icon/icon-mattes_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.light {
  background-image: url("../images/icon/icon-mattes-light_2x.png");
}
.ico.ico-mattes.light.ico-large {
  background-image: url("../images/icon/icon-mattes-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.light.ico-xlarge {
  background-image: url("../images/icon/icon-mattes-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.red {
  background-image: url("../images/icon/icon-mattes-red_2x.png");
}
.ico.ico-mattes.red.ico-large {
  background-image: url("../images/icon/icon-mattes-red_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.red.ico-xlarge {
  background-image: url("../images/icon/icon-mattes-red_3x.png");
  background-size: 100% 100%;
}
.ico.ico-rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
  -moz-background-clip:    padding;
  -webkit-background-clip: padding-box;
  background-clip:         padding-box;
  */
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EEE;
}
.ico.ico-inline {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.ico.ico-small {
  width: 32px;
  height: 32px;
}
.ico.ico-large {
  width: 64px;
  height: 64px;
}
.ico.ico-xlarge {
  width: 128px;
  height: 128px;
}
.cart a {
  font-weight: 500;
}
.cart .cart-title h2 {
  font-size: 1.8em;
  text-align: center;
  margin: 20px 0 5px 0;
}
.cart .cart-items {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
  -moz-background-clip:    padding;
  -webkit-background-clip: padding-box;
  background-clip:         padding-box;
  */
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.cart .cart-items .cart-items-header {
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.cart .cart-items .cart-items-header p {
  margin: 0;
  padding: 10px 0;
}
.cart .cart-items .cart-item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
}
.cart .cart-items .cart-item .cart-item-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*
  -moz-background-clip:    padding;
  -webkit-background-clip: padding-box;
  background-clip:         padding-box;
  */
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
  width: 45%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart .cart-items .cart-item .cart-item-btn.edit-product {
  margin-right: 10px;
}
.cart .cart-items .cart-item .cart-item-remove .btn-close {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-color: transparent;
}
.cart .cart-items .cart-item .cart-item-desc h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0 30px 10px 0;
}
.cart .cart-items .cart-item .cart-item-desc p {
  font-size: 1.2em;
  font-weight: 300;
  margin: 10px 0 20px 0;
}
.cart .cart-items .cart-item .cart-item-desc .desc-extended {
  display: none;
}
.cart .cart-items .cart-item .cart-item-desc .cart-actions {
  border-top: 1px solid #EEE;
  padding-top: 10px;
}
.cart .cart-items .cart-item .cart-item-desc .product-summary {
  padding: 0 0 20px 0;
}
.cart .cart-items .cart-item .cart-item-desc .product-summary p {
  position: relative;
  font-size: 1.1em;
  line-height: 130%;
  font-weight: 400;
  margin: 6px 0 0 0;
}
.cart .cart-items .cart-item .cart-item-desc .product-summary p .summary-label {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  text-align: left;
  font-weight: 500;
}
.cart .cart-items .cart-item .cart-item-desc .product-summary p .summary-value {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.cart .cart-items .cart-item .cart-item-desc .product-summary .color-dot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
  -moz-background-clip:    padding;
  -webkit-background-clip: padding-box;
  background-clip:         padding-box;
  */
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 4px 4px 0;
  vertical-align: middle;
  background-color: #0D57F2;
}
.cart .cart-items .cart-item .cart-item-price {
  margin-top: 20px;
}
.cart .cart-items .cart-item .cart-item-price .cart-item-amount {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*
  -moz-background-clip:    padding;
  -webkit-background-clip: padding-box;
  background-clip:         padding-box;
  */
  min-width: 10px;
  font-size: 1.2em;
  display: inline-block;
  padding: 4px 10px;
  color: #FFFFFF;
  background-color: #0D57F2;
  text-decoration: none;
  text-align: center;
}
.cart .cart-items .cart-item .cart-item-price .cart-item-price-single {
  display: inline-block;
  margin-left: 8px;
}
.cart .cart-items .cart-item .cart-item-price .cart-item-price-sum {
  font-size: 1.5em;
  font-weight: 300;
  float: right;
}
.cart .cart-items .cart-items-footer {
  text-align: center;
}
.cart .cart-items .cart-items-footer p {
  font-size: 1.4em;
  margin: 15px 0;
}
.cart .cart-items .cart-items-footer p a {
  text-decoration: none;
}
.cart .cart-summary {
  max-width: 380px;
  margin: 20px auto 0 auto;
  padding: 20px 10px;
}
.cart .cart-summary p {
  margin: 0;
}
.cart .cart-summary .cart-summary-discount-amount {
  font-size: 1.4em;
  line-height: 120%;
  margin-top: 10px;
  color: #D00000;
}
.cart .cart-summary .cart-summary-discount-amount .price-overall-discount {
  display: inline-block;
  float: right;
  font-size: 1.2em;
  font-weight: 300;
}
.cart .cart-summary .cart-summary-amount {
  font-size: 1.4em;
  line-height: 120%;
  margin-top: 10px;
}
.cart .cart-summary .cart-summary-amount .price-overall {
  display: inline-block;
  float: right;
  font-size: 1.2em;
  font-weight: 300;
}
.cart .cart-summary .cart-summary-amount.amount-before {
  margin-top: 0;
}
.cart .cart-summary .cart-summary-amount.amount-after {
  font-weight: 500;
}
.cart .cart-summary .cart-summary-amount.amount-after .price-overall {
  font-weight: 500;
}
.cart .cart-summary .cart-tax-amount {
  font-size: 1em;
  line-height: 120%;
  margin-top: 10px;
}
.cart .cart-summary .cart-tax-amount .price-overall-tax {
  display: inline-block;
  float: right;
}
.cart .cart-checkout {
  text-align: center;
}
.back-link {
  text-align: center;
  padding-bottom: 40px;
}
.mattes-print-icon,
.merchant-data {
  display: none;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .no-print,
  .order-print table tfoot,
  .back-link,
  .retail-notification,
  header {
    display: none !important;
  }
  .mattes-print-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
  }
  .merchant-data {
    display: block;
    padding: 20px 0;
  }
  .print-me {
    width: 1000px;
    margin: 40px;
  }
}
/*# sourceMappingURL=stylesheet.css.map */