/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.button-contact-style-2 {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #0487ff;
  padding: 0 20px;
  color: #0487ff;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
}
.button-contact-style-2:hover {
  background: #0487ff;
  color: #FFFFFF;
}
.primary-button-1 {
  background: #012240;
  border-radius: 8px;
  border: 1px solid #012240;
  padding: 0 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  line-height: 40px;
  min-width: 190px;
}
.primary-button-1:hover {
  background: #ffffff;
  border: 1px solid #012240;
  color: #012240;
}
.primary-button-1:active,
.primary-button-1:visited,
.primary-button-1:focus {
  background: #012240;
  border: 1px solid #012240;
  color: #ffffff;
}
.primary-button-1:active:hover,
.primary-button-1:visited:hover,
.primary-button-1:focus:hover {
  background: #ffffff;
  border: 1px solid #012240;
  color: #012240;
}
.primary-button-1.light:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #012240;
}
.primary-button-1.light:active,
.primary-button-1.light:visited,
.primary-button-1.light:focus {
  background: #012240;
  border: 1px solid #012240;
  color: #ffffff;
}
.primary-button-1.light:active:hover,
.primary-button-1.light:visited:hover,
.primary-button-1.light:focus:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #012240;
}
.primary-button-2 {
  background: #0487ff;
  border-radius: 8px;
  border: 1px solid #0487ff;
  padding: 0 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  line-height: 40px;
  min-width: 190px;
}
.primary-button-2:hover {
  background: #ffffff;
  border: 1px solid #0487ff;
  color: #0487ff;
}
.primary-button-2:active,
.primary-button-2:visited,
.primary-button-2:focus {
  background: #0487ff;
  border: 1px solid #0487ff;
  color: #ffffff;
}
.primary-button-2:active:hover,
.primary-button-2:visited:hover,
.primary-button-2:focus:hover {
  background: #ffffff;
  border: 1px solid #0487ff;
  color: #0487ff;
}
.secondary-button {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #0487ff;
  padding: 0 20px;
  color: #0487ff;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  line-height: 40px;
  min-width: 190px;
}
.secondary-button:hover {
  background: #0487ff;
  border: 1px solid #0487ff;
  color: #ffffff;
}
.secondary-button:active,
.secondary-button:visited,
.secondary-button:focus {
  background: #0487ff;
  border: 1px solid #0487ff;
  color: #ffffff;
}
.secondary-button:active:hover,
.secondary-button:visited:hover,
.secondary-button:focus:hover {
  background: #ffffff;
  border: 1px solid #0487ff;
  color: #0487ff;
}
.vertical-padding-xl {
  padding: 150px 0;
}
.vertical-margin-xl {
  margin: 150px 0;
}
.vertical-padding-l {
  padding: 90px 0;
}
.vertical-margin-l {
  margin: 90px 0;
}
.vertical-padding-m {
  padding: 40px 0;
}
.vertical-margin-m {
  margin: 40px 0;
}
.vertical-padding-s {
  padding: 20px 0;
}
.vertical-margin-s {
  margin: 20px 0;
}
.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;
  }
}
