/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  background: #ffffff;
  font-size: 16px !important;
  font-family: 'Open Sans' !important;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
a {
  font-weight: 300;
  color: #f16f3b;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #f16f3b;
}
a:hover,
a:focus {
  color: #a1360b;
  text-decoration: none;
}
.button {
  transition: all ease-in-out 0.3s;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 20px;
  border-radius: 0;
  background-color: #f16f3b;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
}
.button:visited {
  color: #ffffff;
}
.button:hover {
  background: #a1360b;
  color: #ffffff;
}
.buttonBlk {
  transition: all ease-in-out 0.3s;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 20px;
  border-radius: 0;
  background: #000000;
  display: inline-block;
  text-transform: uppercase;
}
.buttonBlk:visited {
  color: #ffffff;
}
.buttonBlk:hover {
  background: #a1360b;
  color: #ffffff;
}
h1 {
  text-transform: none;
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 1.875em;
  color: #363636;
  margin-top: 20px;
  letter-spacing: -0.25px;
}
h2 {
  text-transform: none;
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  color: #363636;
  font-size: 1.7em;
  margin-top: 20px;
  letter-spacing: -0.25px;
}
h3 {
  text-transform: none;
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  font-size: 1.4em;
  color: #363636;
  margin: 0 0 15px 0;
  letter-spacing: -0.25px;
}
h4 {
  text-transform: none;
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  color: #363636;
  margin: 0 0 15px 0;
  letter-spacing: -0.25px;
}
/* Slick Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent /*#f5f5f5*/;
  z-index: 300;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #afafaf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.slick-prev:before {
  content: '\f104';
}
[dir='rtl'] .slick-prev:before {
  content: '\f105';
}
.slick-next {
  right: 0;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}
.slick-next:before {
  content: '\f105';
}
[dir='rtl'] .slick-next:before {
  content: '\f104';
}
.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;
  }
}
