/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Some useful theme variables */
.nav-sections,
.navigation {
  background-color: #FFF !important;
}
.nav-sections .level-top.ui-corner-all > span,
.navigation .level-top.ui-corner-all > span {
  color: #333 !important;
}
.nav-sections .submenu,
.navigation .submenu {
  background: #333333 !important;
  border-color: #333333 !important;
}
.nav-sections .submenu .ui-corner-all > span,
.navigation .submenu .ui-corner-all > span {
  color: #ffffff !important;
}
.navigation .level0 .submenu a > span,
.navigation .level0 .submenu a.ui-state-focus > span {
  transition: color 200ms ease-in;
}
.navigation .level0 .submenu a:hover > span,
.navigation .level0 .submenu a.ui-state-focus > span {
  color: #333333 !important;
}
.navigation .level0 .submenu .active > a {
  border-color: #ffffff !important;
}
a.primary,
.alink.primary,
a:visited.primary,
.alink:visited.primary,
button.action.primary,
a.btn-primary,
.alink.btn-primary,
a:visited.btn-primary,
.alink:visited.btn-primary,
button.action.btn-primary,
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff !important;
}
a:not(.action),
.alink,
a:not(.action):visited,
.alink:visited {
  color: #333333 !important;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  color: #ffffff !important;
}
button.action:hover,
a.action:not(.showcart):not(.viewcart):not(.action-help):hover {
  background: #333333 !important;
}
button.action:hover:before,
a.action:not(.showcart):not(.viewcart):not(.action-help):hover:before {
  color: #ffffff !important;
}
button.action:hover > span,
a.action:not(.showcart):not(.viewcart):not(.action-help):hover > span {
  color: #ffffff !important;
}
ul.list-unstyled li a {
  color: #333333 !important;
}
* {
  border-color: rgba(51, 51, 51, 0.2) !important;
}
ol.products.list.items.product-items .item.product.product-item:hover {
  border-color: rgba(51, 51, 51, 0.2) !important;
}
button {
  transition: all 100ms ease-in;
}
.logo img {
  width: 450px;
  height: 30px;
  margin: 15px 0;
}
.minicart-wrapper .action.showcart:before {
  color: #333333;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #333333;
  margin: 4px 0 0;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: none;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  color: #ffffff;
  padding: 10px;
  display: block;
  margin-top: 24px;
  background-color: #333333;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
  text-decoration: none;
}
#block-shipping #shipping-zip-form .field.note {
  display: none;
}
.product-item .price-box {
  margin: 10px 0 10px;
}
.checkout-agreement.field button.action.action-show span {
  color: #333333 !important;
}
.checkout-agreement.field button.action.action-show:hover {
  background-color: transparent !important;
}
.page-footer {
  border-top: 1px #333333 solid !important;
}
.clatronic-custom-footer {
  color: #333333 !important;
  background-color: #ffffff !important;
  border-top: 1px #333333 solid !important;
}
.clatronic-custom-footer ul li a {
  color: #333333 !important;
}
.clatronic-custom-footer ul li a:visited {
  color: #333333 !important;
}
.amrma-table {
  table-layout: fixed;
}
.amrma-table .amrma-status {
  text-align: center;
  width: 100%;
  display: block;
}
.amreturns-orders-container .amreturn-select {
  width: 75%;
}
.amreturns-title-container {
  flex: 0 0 23%;
}
.btn.amreturn-btn {
  background-color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.amrma-row .col.actions .action:hover {
  background-color: #ffffff !important;
}
@media (max-width: 767.98px) {
  .nav-sections-item-title {
    width: 33.3% !important;
    background: #ffffff !important;
  }
  .nav-sections .header.links a {
    color: #ffffff !important;
    text-transform: uppercase;
  }
}
/* STYLE BY CLATRONIC! */
.nav-sections {
  border-top: 1px solid #333 !important;
  border-bottom: 1px solid #333 !important;
}
.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;
  }
  .hidden-print {
    display: none !important;
  }
}
