/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  color: #212121;
  text-transform: none;
}
h1,
.h1 {
  font-size: 35px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
h2,
.h2 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
h3,
.h3 {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
h4,
.h4 {
  font-size: 20px;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 500;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 400;
}
a {
  color: #f68200;
  transition: all .3s ease;
}
a:hover {
  color: #0053a0;
  text-decoration: none;
  transition: all .3s ease;
}
a:visited {
  color: inherit;
}
a:visited:hover {
  color: inherit;
}
a:focus {
  outline: 0;
  outline-offset: 0;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  vertical-align: top;
  line-height: 1.5;
}
a.pagebuilder-button-secondary:visited,
button.pagebuilder-button-secondary:visited,
div.pagebuilder-button-secondary:visited {
  color: #ffffff;
}
a.pagebuilder-button-secondary:visited:hover,
button.pagebuilder-button-secondary:visited:hover,
div.pagebuilder-button-secondary:visited:hover {
  color: #ffffff;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  font-weight: 600;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.4;
  padding: 10px 15px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
a.pagebuilder-button-primary:visited,
button.pagebuilder-button-primary:visited,
div.pagebuilder-button-primary:visited {
  color: #ffffff;
}
a.pagebuilder-button-primary:visited:hover,
button.pagebuilder-button-primary:visited:hover,
div.pagebuilder-button-primary:visited:hover {
  color: #ffffff;
}
img {
  max-width: 100%;
  outline: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
p:empty {
  display: none;
}
p:blank {
  display: none;
}
* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}
input[type="text"] {
  border: 1px solid #d7d7d7;
  font-family: 'Poppins', sans-serif;
  height: 40px;
  border-radius: 5px;
  color: #212121;
}
input[type="password"] {
  border: 1px solid #d7d7d7;
  font-family: 'Poppins', sans-serif;
  height: 40px;
  border-radius: 5px;
  color: #212121;
}
input[type="tel"] {
  border: 1px solid #d7d7d7;
  font-family: 'Poppins', sans-serif;
  height: 40px;
  border-radius: 5px;
  color: #212121;
}
input[type="number"] {
  border: 1px solid #d7d7d7;
  font-family: 'Poppins', sans-serif;
  height: 40px;
  border-radius: 5px;
  color: #212121;
}
input[type="email"] {
  border: 1px solid #d7d7d7;
  font-family: 'Poppins', sans-serif;
  height: 40px;
  border-radius: 5px;
  color: #212121;
}
select {
  border: 1px solid #d7d7d7;
  color: #212121;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border-radius: 5px;
  background: #ffffff url('../images/select-bg.png') no-repeat 100% 55%;
}
textarea {
  border-color: #d7d7d7;
  color: #212121;
  font-family: 'Poppins', sans-serif;
  border-radius: 5px;
}
::-webkit-input-placeholder {
  color: #474747;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  opacity: 1;
}
::-moz-placeholder {
  color: #474747;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #474747;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  opacity: 1;
}
:-moz-placeholder {
  color: #474747;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  opacity: 1;
}
body {
  background-color: #ffffff;
  color: #212121;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}
.navigation,
.breadcrumbs,
.block.category.event,
.top-container,
.page-main {
  margin: 0 auto;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.page-header .header.panel {
  max-width: 1210px;
}
.page-header .header.content {
  max-width: 1210px;
}
.panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.header-placeholder {
  min-height: auto;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #212121 !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;
  }
}
