/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
html,
body {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
}
img {
  height: auto;
}
@media (min-width: 767px) {
  h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
button,
a.action.primary {
  border-radius: 1px;
}
.nav-sections .header.links a,
.nav-sections .header.links a:hover {
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-main {
    width: 22.3%;
  }
  .page-layout-2columns-right .column.main {
    width: 72.7%;
  }
  .page-layout-2columns-right .sidebar-additional,
  .page-layout-2columns-right .sidebar-main {
    width: 27.3%;
  }
}
@media (min-width: 1480px) {
  .minicart-wrapper,
  .block-search {
    margin-right: 0px;
  }
  .logo {
    margin-left: 0px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .nav-sections {
    display: block;
  }
  .checkout-index-index .logo {
    margin-left: auto;
  }
  .authentication-wrapper {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .page-header {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .checkout-index-index .nav-toggle {
    display: block;
  }
  .checkout-index-index .logo {
    margin-left: auto;
  }
}
.products-grid .product-item-info .product-item-inner {
  position: relative !important;
  height: auto !important;
  width: auto !important;
  border: none !important;
  box-shadow: none !important;
  overflow: unset !important;
}
.products-grid .product-item-info .product-item-name {
  height: 40px;
  overflow: visible;
  hyphens: inherit;
  -moz-hyphens: inherit;
  -ms-hyphens: inherit;
  -webkit-hyphens: inherit;
}
.cms-home .widget {
  display: inline-block;
  margin-bottom: 0px;
}
#back_top {
  background-color: transparent;
  bottom: 22px;
  cursor: pointer;
  display: none;
  height: 44px;
  position: fixed;
  right: 20px;
  width: 54px;
  z-index: 999;
}
@media (min-width: 768px) {
  .page-header.sticky .panel.wrapper {
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .page-header.sticky {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
.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;
  }
}
