/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.extend-usps ul {
  padding: 0;
  list-style: none;
}
.extend-usps ul li {
  float: left;
  padding: 15px 0px 15px 65px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.extend-usps ul li:nth-child(1) {
  background: url("../icons/fresh.png") no-repeat;
  background-size: 30xp auto;
  background-position: 10px center;
}
.extend-usps ul li:nth-child(2) {
  background: url("../icons/vacuum.png") no-repeat;
  background-size: 30xp auto;
  background-position: 10px center;
}
.extend-usps ul li:nth-child(3) {
  background: url("../icons/delivery.png") no-repeat;
  background-size: 30xp auto;
  background-position: 10px center;
}
.extend-usps ul li:nth-child(4) {
  background: url("../icons/real.png") no-repeat;
  background-size: 30xp auto;
  background-position: 10px center;
}
body.wide {
  /* Sidebars */
  /* Amasty Ajaxcart */
}
@media (max-width: 767px) {
  body.wide .page-header.type19 .header.content {
    background: transparent;
  }
  body.wide .page-header.type19 .logo img {
    float: left;
  }
}
@media (min-width: 768px) {
  body.wide header.page-header.sticky-header .navigation > ul {
    margin-top: 40px;
  }
  body.wide .page-header.header-newskin.sticky-header .nav-sections {
    background: #ffffff url("../images/background-header.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  body.wide.catalog-category-view .page-wrapper,
  body.wide.page-layout-1column .page-wrapper {
    background: url("../images/background-larger.png") no-repeat;
    background-position: center bottom;
  }
}
body.wide.cms-index-index .page-wrapper {
  background: none;
}
@media (min-width: 1024px) {
  body.wide.cms-index-index .page-wrapper .outer-container-homepage {
    background: url("../images/background-small.png") no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}
body.wide.checkout-index-index .page-wrapper {
  background: none;
}
body.wide.page-layout-3columns .sidebar.sidebar-main .sidebar-information,
body.wide.page-layout-2columns-left .sidebar.sidebar-main .sidebar-information,
body.wide.page-layout-2columns-right .sidebar.sidebar-main .sidebar-information {
  background-color: #ffcb20;
}
body.wide #confirmBox #confirmButtons {
  display: none;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
}
