/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.select-wrapper.primary {
  position: relative;
  height: 40px;
}
.select-wrapper.primary select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  line-height: 2rem;
  z-index: 200;
  border: 1px solid #ebebeb;
  padding: 11px 40px 11px 20px;
  position: absolute;
  background-color: transparent;
  cursor: pointer;
}
.select-wrapper.primary::after {
  content: url("..//images/icons/ic-arrow-down.png");
  z-index: 100;
  top: 8.5px;
  right: 20px;
  position: absolute;
}
.input.focusable.primary {
  padding: 10px 0;
  border: none;
}
.input.focusable.primary:focus {
  border: 1px solid #ebebeb;
  padding: 11px 20px;
}
input[type="checkbox"] {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  color: #00965e;
  margin: 0;
  font: inherit;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
input[type="checkbox"] > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="checkbox"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 13px;
  color: inherit;
  content: '\e904';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
input[type="checkbox"]:before {
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  width: 20px;
  height: 20px;
}
input[type="checkbox"]:checked {
  border-color: #00965e;
  background-color: #00965e;
  color: #ffffff;
}
input[type="checkbox"]:checked:before {
  transform: scale(1);
  position: absolute;
  left: -1px;
  top: 3px;
}
input[type="checkbox"]:checked + .label {
  color: #151515;
}
input[type="checkbox"] + .label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #575757;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #ffffff;
  color: #00965e;
  border: 1px solid #d1d1d1;
  margin: 0;
  font: inherit;
  min-width: 15px;
  max-width: 15px;
  width: 100%;
  height: 15px;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type="radio"]:before {
  box-shadow: inset 1em 1em #00965e;
  background-color: #00965e;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
input[type="radio"]:checked {
  border: 1px solid #d1d1d1;
}
input[type="radio"]:checked:before {
  border: 1px solid #00965e;
  transform: scale(1);
}
.section-header {
  color: #06452d;
  font-weight: 200;
  font-size: 4rem;
  line-height: 4.4rem;
  text-align: left;
}
.section-header:after {
  background: #419465;
  margin: 10px auto 20px 0;
  content: '';
  display: block;
  width: 48px;
  height: 1px;
}
.section-header.small {
  font-size: 3rem;
  line-height: 3.4rem;
}
.subsection-header {
  color: #06452d !important;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  font-weight: 600 !important;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.message.muted {
  background: #f5f5f5;
  color: #666666;
  padding: 20px 7.88% 20px 25px;
}
.message.error {
  background: #fff6f6 !important;
  font-weight: 700;
}
.page-products .breadcrumbs-container,
.cms-page-view .breadcrumbs-container {
  margin-top: 100px;
}
.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;
  }
}
