/* khaki-basiert */
body,
html {
  height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  color: #333;
  background-color: #847f4d;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: Freesans, Arial, Helvetica, sans-serif;
  min-height: 100%;
  min-width: 360px;
}
header,
main,
footer {
  margin: 0;
}
p {
  padding: 5px 14px;
  margin: 5px 0;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header {
  height: 80px;
  width: 100%;
  background-color: #65603b;
}
a.logo {
  width: 140px;
  height: 100%;
  display: block;
  text-decoration: none;
  float: left;
  background-image: url("/skin/shop-logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 20px;
}
a.contact {
  color: #d7d6c1;
  text-decoration: none;
  font-size: 14px;
  margin-top: 31px;
  float: right;
  display: block;
}
a.contact.hot,
a.contact:hover {
  color: #fff;
  text-decoration: underline;
}
nav.main {
  overflow: hidden;
  width: 200px;
  position: absolute;
  left: 0;
  top: 80px;
}
nav.main a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  letter-spacing: 1px;
  padding-bottom: 3px;
  margin-top: 1px;
}
nav.main a.hot,
nav.main a:hover {
  background-color: #65603b;
}
.nav-section {
  padding-top: 40px;
}
.nav-section i.fa {
  display: none;
}
.burger-box {
  margin-left: 40px;
  width: calc( 100% - 300px );
  float: left;
  height: 100%;
}
.search-box {
  float: left;
  position: relative;
  width: 250px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 25px;
  margin-left: 40px;
  display: none;
}
.search-box input {
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding: 3px;
  padding-right: 24px;
  font-size: 14px;
}
.search-box i.fa-search {
  position: absolute;
  color: #666;
  font-size: 16px;
  top: 27px;
  left: calc( 100% - 19px );
}
a.shopping-cart {
  float: right;
  margin-right: 20px;
  text-align: right;
  text-decoration: none;
  margin-top: 17px;
  font-size: 18px;
  display: flex;
  flex-flow: column;
}
a.shopping-cart i.fa-shopping-cart {
  color: #f08804;
  font-size: 28px;
  position: relative;
  top: -7px;
  padding-right: 3px;
}
a.shopping-cart span.product-count {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
main {
  padding: 0 0 50px;
  margin-left: 200px;
  background-color: #989259;
  box-sizing: border-box;
  min-height: calc( 100% - 130px );
}
h1,
h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 15px;
  /*color: #fff;*/
}
h2 {
  font-size: 22px;
}
select.input-error,
textarea.input-error,
input.input-error {
  background-color: #dd9180;
}
.button {
  color: #fff;
  width: auto;
  display: block;
  float: right;
  text-align: right;
  padding: 4px 7px;
  border: 1px solid #aca464;
  background-color: #65603b;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}
.button:hover {
  background-color: #847f4d;
}
.button.prev {
  float: left;
}
footer {
  width: 100%;
  min-height: 60px;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 10px;
  background-color: #65603b;
}
nav.foot {
  margin-left: 200px;
}
nav.foot a {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  color: #d7d6c1;
  margin-bottom: 10px;
}
nav.foot a.hot,
nav.foot a:hover {
  color: #fff;
  text-decoration: underline;
}
.privacy-blanket {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
  z-index: 500;
  top: 0;
  left: 0;
}
.privacy-dialog {
  position: absolute;
  left: calc( 50% - 180px );
  top: 30px;
  z-index: 550;
  width: 360px;
  box-sizing: border-box;
  padding: 15px;
  color: #ccc;
  background-color: #1a518a;
  font-size: 16px;
}
.privacy-dialog p {
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
.privacy-dialog p + p {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dotted #ccc;
}
.privacy-dialog p > a {
  color: #fff;
}
.privacy-dialog p.privacy-setting {
  padding-left: 30px;
  position: relative;
}
.privacy-dialog p.privacy-setting > i.fa {
  position: absolute;
  top: 14px;
  left: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
.privacy-dialog p.privacy-setting > i.fa-check-square-o {
  display: none;
  color: #f8e068;
}
.privacy-dialog p.privacy-setting.checked > i.fa-check-square-o {
  display: inline-block;
}
.privacy-dialog p.privacy-setting.checked > i.fa-square-o {
  display: none;
}
.privacy-dialog p.privacy-setting.frozen > i.fa {
  color: #999;
  cursor: default;
}
.privacy-dialog .privacy-head {
  display: block;
  font-weight: bold;
  padding-bottom: 4px;
  cursor: pointer;
}
.privacy-dialog p.privacy-setting.frozen > .privacy-head {
  cursor: default;
}
.privacy-dialog p.privacy-controls .button {
  background-color: #21568b;
}
.privacy-dialog p.privacy-controls .button:hover {
  background-color: #f8e068;
  color: #000;
}
article.content {
  padding: 0 40px 50px;
}
article.content h1 {
  padding-top: 40px;
  margin-top: 0;
}
section.chapter {
  max-width: 800px;
  overflow: hidden;
}
section.chapter + section.chapter {
  margin-top: 15px;
}
section.chapter h2 {
  margin-top: 0;
  padding-bottom: 5px;
  font-size: 20px;
}
section.chapter .dcl-image-placeholder,
section.chapter img {
  width: 360px;
  float: right;
  display: block;
  margin-top: 4px;
  margin-left: 15px;
  margin-bottom: 15px;
}
section.chapter.image-only .dcl-image-placeholder,
section.chapter.image-only img {
  width: 800px;
  margin: 10px 0;
  float: none;
}
section.chapter p {
  padding: 15px 0;
  margin: 0;
  color: #333;
}
section.chapter p a {
  color: #3b4170;
  text-decoration: none;
}
section.chapter.map {
  margin-top: 20px;
}
section.chapter iframe.map {
  border: 1px solid #aaa;
  width: 720px;
  height: 540px;
  margin-left: 39px;
}
ul.product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding-left: 40px;
  padding-top: 32px;
  padding-right: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
ul.product-list li {
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 20px;
}
ul.product-list li > a {
  color: #ccc;
}
ul.product-list li .product-image {
  width: 250px;
  height: 250px;
  /*height: 192px;*/
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  /*cursor: pointer;*/
  /*position: relative;*/
  background-color: #fff;
  /*background-color: #B5B49C;*/
  z-index: 0;
}
ul.product-list li .product-info {
  background-color: #fff;
  /*background-color: #B5B49C;*/
  overflow: hidden;
  padding: 4px;
  margin-top: 3px;
  background-color: #847f4d;
}
ul.product-list li .product-info span.label {
  display: inline-block;
  width: 75%;
}
ul.product-list li .product-info span.price {
  display: inline-block;
  width: 25%;
  text-align: right;
}
article.product {
  padding: 0 40px;
  overflow: hidden;
  margin-top: 0;
}
article.product h1 {
  margin-left: 542px;
  padding-top: 4px;
  margin-top: 0;
}
article.product p a {
  color: #3b4170;
  text-decoration: none;
}
article.product section {
  float: left;
  overflow: hidden;
  width: 502px;
}
article.product section.images {
  margin-top: -43px;
  margin-right: 40px;
}
.image-display {
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  /*border: 1px solid @extraLight;*/
  /*background-color: #fff;*/
}
.image-display img {
  width: 100%;
  height: auto;
  display: none;
}
.image-display img.active {
  display: block;
}
.caption {
  width: 500px;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  position: relative;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.thumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 502px;
  margin-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}
ul.thumb-list li {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
  border: 1px solid #aca464;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /*background-color: #fff;*/
  cursor: pointer;
}
ul.thumb-list li:first-child {
  margin-left: 0;
}
ul.thumb-list li.active,
ul.thumb-list li:hover {
  border-color: #e77600;
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
article.product section.info {
  min-width: 320px;
  max-width: 700px;
  width: calc( 100% - 542px );
}
article.product section.info p {
  padding: 5px 0;
}
article.product section.info p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
article.product p.product-props a {
  color: #333;
  text-decoration: underline;
}
.property-list {
  overflow: hidden;
  margin-bottom: 10px;
}
article.product .order-box {
  width: 200px;
  border: 1px solid #aca464;
  padding: 10px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.order-box .price-display {
  color: #000;
  font-weight: bold;
  text-align: right;
  padding-bottom: 5px;
  padding-right: 1px;
}
.order-box .controls {
  overflow: hidden;
  padding-top: 3px;
}
.order-box input {
  display: block;
  float: left;
  width: 20px;
  padding: 2px 3px;
  border: none;
  margin-top: 3px;
}
.order-box .button {
  padding: 4px;
}
.order-box .button:hover {
  background-color: #f08804;
}
.order-box .button:hover i.fa {
  color: #65603b;
}
.order-box .button i.fa {
  color: #f08804;
  display: inline-block;
  width: 22px;
  text-align: left;
}
article.product section.related-products {
  clear: both;
  width: auto;
  margin-top: 10px;
}
article.product section.related-products h2 {
  padding-bottom: 0;
}
article.product section.related-products ul.product-list {
  padding-top: 25px;
  padding-left: 0;
}
nav.product {
  clear: both;
  overflow: hidden;
  padding: 12px 0 5px 0;
  max-width: 1242px;
}
nav.product a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
nav.product .nav {
  float: left;
  padding: 4px;
}
nav.product .nav:hover {
  background-color: #65603b;
}
nav.product .nav > i.fa {
  display: block;
  float: left;
  width: 15px;
  color: #fff;
}
nav.product .nav.back > i.fa {
  width: 20px;
  position: relative;
  top: -3px;
}
nav.product .neighbors {
  float: right;
  width: calc( 100% - 542px );
  overflow: hidden;
}
nav.product .neighbors > .nav {
  width: 45%;
}
nav.product .neighbors > .nav > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 15px;
  display: block;
  float: left;
  width: calc( 100% - 15px );
}
nav.product .neighbors > .next {
  float: right;
  text-align: right;
}
nav.product .neighbors > .next > a {
  float: right;
}
nav.product .neighbors > .next > i.fa {
  text-align: right;
  float: right;
}
section.cart p.address-display,
p.address-display {
  line-height: 1.3;
  padding: 15px;
  border: 1px solid #aca464;
  background-color: #847f4d;
  margin-top: 0;
  float: left;
  margin-left: 30px;
  min-width: 250px;
}
section.cart p.address-display:first-child,
p.address-display:first-child {
  margin-left: 0px;
}
p.address-display .info-head {
  display: block;
  padding-bottom: 4px;
  font-weight: bold;
}
main.cart article.content {
  padding-bottom: 20px;
}
section.cart {
  padding: 0 40px;
  padding-right: 20px;
  overflow: hidden;
}
section.cart.form {
  max-width: 680px;
}
section.cart p {
  padding: 5px 0;
}
section.cart p.controls {
  max-width: 800px;
  overflow: hidden;
  padding-right: 20px;
  margin-top: 40px;
}
p.notice {
  overflow: hidden;
  float: left;
  min-width: 320px;
  display: none;
}
section.form.cart.paypal p.notice {
  display: block;
}
.info-block {
  overflow: hidden;
  padding: 30px 0;
}
section.cart p.agb-consent {
  margin-top: 30px;
  line-height: 1.3;
  padding-left: 18px;
  position: relative;
}
p.agb-consent > a {
  color: #000;
}
p.agb-consent i.fa {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 8px;
}
p.agb-consent.frozen i.fa {
  cursor: default;
}
p.agb-consent i.fa-check-square-o {
  display: none;
}
p.agb-consent.confirmed i.fa-square-o {
  display: none;
}
p.agb-consent.confirmed i.fa-check-square-o {
  display: block;
}
.sysdata {
  display: none;
}
ul.cart-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  max-width: 800px;
  min-width: 500px;
  padding-right: 20px;
  padding-bottom: 20px;
}
ul.cart-list li {
  overflow: hidden;
  border-bottom: 1px solid #aca464;
  margin-bottom: 2px;
}
ul.cart-list li.head,
ul.cart-list li.sum {
  font-weight: bold;
}
ul.cart-list li.head {
  margin-bottom: 4px;
}
ul.cart-list li.sum {
  margin-top: 4px;
  padding-bottom: 4px;
}
ul.cart-list li.entry:hover {
  background-color: #aca464;
}
ul.cart-list li.entry.special:hover {
  background-color: transparent;
}
ul.cart-list li > .cell {
  min-height: 20px;
  width: 15%;
  box-sizing: border-box;
  padding: 3px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.cart-list li > .cell.qty {
  text-align: right;
}
ul.cart-list li > .cell.code {
  width: calc( 25% - 30px );
}
ul.cart-list li > .cell.name {
  width: 30%;
}
ul.cart-list li > .cell.price {
  text-align: right;
}
ul.cart-list li > .cell.sum {
  text-align: right;
}
ul.cart-list li > .cell.trash {
  text-align: right;
  width: 30px;
  float: right;
  padding: 0px 2px;
}
ul.cart-list li > .cell.trash > i.fa {
  display: inline-block;
  width: 20px;
  height: 17px;
  cursor: pointer;
  text-align: center;
  padding: 2px 1px;
  font-size: 18px;
  color: #860606;
}
ul.cart-list li > .cell.trash > i.fa:hover {
  color: #847f4d;
  background-color: #860606;
}
ul.cart-list li.entry.special,
ul.cart-list li.sum {
  border-bottom: none;
}
ul.cart-list li.entry.special > .cell,
ul.cart-list li.sum > .cell {
  float: right;
  border-bottom: 1px solid #aca464;
}
ul.cart-list li.entry.special > .cell.trash,
ul.cart-list li.sum > .cell.trash {
  border-bottom: none;
}
ul.cart-list li.entry.special > .cell.name,
ul.cart-list li.sum > .cell.name {
  width: 200px;
}
ul.cart-list li.entry.special > .cell.name,
ul.cart-list li.sum > .cell.name {
  text-align: right;
}
ul.cart-list.frozen > li > .cell.trash {
  display: none;
}
ul.cart-list.frozen li > .cell.code {
  width: 25%;
}
.form-entry input,
.form-entry select,
.form-entry textarea {
  margin-top: 4px;
  display: inline-block;
  height: auto;
  padding: 4px 6px;
  /*font-size: 16px;*/
  line-height: 1.2;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #aca464;
  /*	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/
  width: 100%;
  box-sizing: border-box;
}
.form-entry input.input-error,
.form-entry select.input-error,
.form-entry textarea.input-error {
  background-color: #dd9180;
}
.form-block {
  overflow: hidden;
  margin-top: 20px;
  clear: both;
}
.form-block.topless {
  margin-top: 0;
}
.form-box {
  overflow: hidden;
  float: left;
}
.form-entry {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: 320px;
  min-height: 60px;
}
.form-label {
  padding-left: 5px;
  /*font-size: 14px;*/
}
.form-entry .radio {
  box-sizing: border-box;
  float: left;
  padding: 4px 6px;
  line-height: 1.2;
  margin-top: 4px;
  cursor: pointer;
}
.form-entry .radio + .radio {
  margin-left: 20px;
}
.form-entry .radio > i.fa.fa-dot-circle-o {
  display: none;
}
.form-entry .radio.selected > i.fa.fa-dot-circle-o {
  display: inline;
}
.form-entry .radio.selected > i.fa.fa-circle-o {
  display: none;
}
.form-entry.newline {
  clear: left;
}
.form-entry.double {
  width: auto;
  max-width: 660px;
  float: none;
}
.form-entry.giga {
  width: 560px;
}
.form-entry.midi {
  width: 220px;
}
.form-entry.small {
  width: 206px;
}
.form-entry.mini {
  width: 80px;
}
section.form.cart .form-block.business {
  display: none;
}
section.form.cart.business .form-block.business {
  display: block;
}
p.address-display.same-address,
.form-block.address {
  display: none;
}
section.form.cart.different-address .form-block.address {
  display: block;
}
section.form.cart.same-address p.address-display.same-address {
  display: inline-block;
}
.flash-dialog {
  width: calc( 100% - 12px );
  max-width: 400px;
}
.flash-dialog > .dialog-content > .dialog-head {
  background-color: #65603b;
}
.flash-dialog > .dialog-content > .dialog-control > .dialog-button:hover,
div.flash-button:hover {
  background-color: #65603b;
}
.flash-dialog > .dialog-content > .dialog-main {
  text-align: left;
}
@media (max-width: 1200px) {
  article.product h1 {
    margin-left: 0;
    text-align: center;
  }
  article.product section {
    float: none;
  }
  article.product section.images {
    margin-top: 0;
    margin-right: 0;
    margin-left: calc( 50% - 251px );
  }
  article.product section.info,
  article.product section.related-products {
    width: auto;
    margin-left: calc( 50% - 350px );
    max-width: 700px;
  }
  nav.product {
    text-align: center;
  }
  nav.product .nav.back {
    display: inline-block;
    float: none;
  }
  nav.product .nav.back > i.fa {
    display: block;
    width: 100%;
  }
  nav.product .neighbors {
    float: none;
    clear: both;
    width: 100%;
  }
  nav.product .neighbors > .nav {
    width: auto;
  }
}
@media (max-width: 1100px) {
  main {
    margin: 0 auto;
    max-width: 880px;
    min-height: calc( 100% - 140px );
  }
  nav.main {
    position: relative;
    top: 0;
    float: left;
    margin-top: 20px;
    width: 160px;
    height: 40px;
    overflow: visible;
  }
  .search-box {
    margin-left: 0;
  }
  .nav-section {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 1;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #847f4d;
    box-sizing: border-box;
    padding-top: 6px;
  }
  .nav-section:first-child {
    left: 0;
  }
  .nav-section i.fa {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
  }
  .nav-section.hot,
  .nav-section:hover {
    overflow: visible;
    width: 200px;
    height: auto;
    padding-bottom: 20px;
    z-index: 10;
  }
  nav.foot {
    margin: 0;
    text-align: center;
  }
  nav.foot a {
    font-size: 16px;
  }
}
@media (max-width: 910px) {
  a.logo {
    width: 80px;
    background-image: url("/skin/shop-logo-quadrat.png");
    background-position: center;
  }
  .search-box {
    width: 200px;
  }
  section.chapter.image-only .dcl-image-placeholder,
  section.chapter.image-only img {
    width: 100%;
    height: auto;
  }
  .burger-box {
    width: calc( 100% - 220px );
  }
  section.chapter iframe.map {
    width: 640px;
    height: 480px;
    margin: 0 calc( 50% - 321px );
  }
}
@media (max-width: 800px) {
  article.product section.info,
  article.product section.related-products {
    margin-left: calc( 50% - 290px );
    max-width: 580px;
  }
}
@media (max-width: 680px) {
  article.product,
  article.content {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  main.cart article.content {
    padding-bottom: 20px;
  }
  section.chapter .dcl-image-placeholder,
  section.chapter img {
    display: block;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  section.chapter iframe.map {
    width: 320px;
    height: 240px;
    margin: 0 calc( 50% - 161px );
  }
  header {
    position: relative;
  }
  .burger-box {
    position: absolute;
    top: 20px;
    left: 140px;
    z-index: 1;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #847f4d;
    box-sizing: border-box;
    padding-top: 40px;
    margin-left: 0;
  }
  .burger-box.hot,
  .burger-box:hover {
    overflow: visible;
    width: 200px;
    height: auto;
    padding-bottom: 20px;
    z-index: 10;
  }
  nav.main {
    position: static;
    width: auto;
    margin-top: 0;
    float: none;
    clear: both;
    height: auto;
  }
  .nav-section {
    position: static;
    width: auto;
    height: auto;
    clear: both;
  }
  .nav-section.hot,
  .nav-section:hover {
    padding-bottom: 0;
  }
  .nav-section + .nav-section {
    margin-top: 5px;
  }
  .nav-section i.fa {
    display: none;
  }
  .nav-section i.fa.fa-bars {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-top: 6px;
  }
  .search-box {
    margin-left: 10px;
    float: none;
    clear: both;
    width: 180px;
    padding-top: 20px;
  }
  .search-box i.fa-search {
    left: 161px;
    top: 22px;
  }
  a.contact {
    margin-top: 20px;
    display: block;
    float: none;
    clear: both;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    letter-spacing: 1px;
    padding-bottom: 3px;
  }
  a.contact.hot,
  a.contact:hover {
    background-color: #65603b;
    text-decoration: none;
  }
  nav.foot a {
    font-size: 20px;
  }
  article.product section.info,
  article.product section.related-products {
    margin-left: 0;
    max-width: 100%;
  }
  .image-display {
    width: 400px;
    height: 400px;
  }
  article.product section.images {
    width: 402px;
    margin-left: calc( 50% - 201px );
  }
  section.cart {
    padding-left: 20px;
    padding-right: 0;
  }
  ul.cart-list {
    min-width: unset;
    max-width: unset;
  }
  .form-entry.double {
    max-width: 320px;
  }
  section.cart p.address-display,
  p.address-display {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-top: 8px;
  }
}
@media (max-width: 540px) {
  ul.cart-list li > .cell {
    width: 30%;
  }
  ul.cart-list li > .cell.name {
    width: 65%;
  }
  ul.cart-list li > .cell.code {
    width: calc( 35% - 30px );
  }
  ul.cart-list.frozen li > .cell.code {
    width: 35%;
  }
  ul.cart-list li > .cell.sum {
    width: 40%;
  }
  ul.cart-list li > .cell.qty,
  ul.cart-list li > .cell.price {
    text-align: left;
  }
  ul.cart-list li.entry.special > .cell.trash,
  ul.cart-list li.sum > .cell.trash {
    display: none;
  }
  ul.cart-list li.entry.special > .cell.name,
  ul.cart-list li.sum > .cell.name {
    width: 60%;
  }
}
@media (max-width: 460px) {
  .image-display {
    width: 320px;
    height: 320px;
  }
  article.product section.images {
    width: 322px;
    margin-left: calc( 50% - 161px );
  }
  article.product .order-box {
    clear: both;
    float: none;
    margin-left: calc( 50% - 111px );
    margin-bottom: 40px;
  }
  article.product section.info p {
    text-align: center;
  }
  article.product section.related-products h2 {
    text-align: center;
  }
  ul.product-list,
  article.product section.related-products ul.product-list {
    padding-right: 0;
    display: block;
  }
  ul.product-list li,
  article.product section.related-products ul.product-list li {
    margin-right: 0;
    margin-left: calc( 50% - 125px );
  }
  ul.product-list {
    padding: 32px 20px 0;
  }
  ul.cart-list li.entry.special > .cell.name,
  ul.cart-list li.sum > .cell.name,
  ul.cart-list li > .cell.name {
    width: 60%;
  }
  ul.cart-list li > .cell.code {
    width: calc( 40% - 30px );
  }
  ul.cart-list.frozen li > .cell.code {
    width: 40%;
  }
}
/*# sourceMappingURL=main.css.map */