/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: 'Bariol';
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
button:focus {
  outline: none;
}
button:active {
  box-shadow: none;
}
.block-static-block.widget {
  margin-bottom: 0;
}
.product-item-name > a,
.product.name a > a {
  color: #373a36;
}
.action.action-show-popup,
.action.primary {
  background-color: #bb0b2d;
  border-radius: 4px;
  font-weight: 800;
  font-size: 18px;
  border-color: #bb0b2d;
  color: white;
}
.action.action-show-popup:hover,
.action.primary:hover {
  background-color: #5b0516;
  border-color: #5b0516;
  transition: 0.5s ease;
}
.action.action-show-popup:focus,
.action.primary:focus {
  background-color: #5b0516;
  border-color: #5b0516;
  transition: 0.5s ease;
}
.action.secondary {
  background-color: #fbfbfb;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: #bb0b2d;
  font-size: 13px;
  font-weight: 800;
}
.action.secondary:hover {
  background-color: #c8c8c8;
  transition: 0.5s ease;
}
.column:not(.sidebar-additional) form .actions-toolbar,
.column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0;
}
.block-collapsible-nav .content {
  background: transparent;
}
.block-collapsible-nav .content .item {
  display: block;
  width: 100%;
}
.block-collapsible-nav .content .item.current > strong {
  border-left: none;
}
.loading-mask .loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-animation: form-spin 0.7s linear infinite;
  animation: form-spin 0.7s linear infinite;
  border: 3px solid #ddd;
  border-top: 3px solid #bb0b2d;
  border-radius: 50%;
  cursor: wait;
}
.loading-mask .loader > img {
  display: none;
}
@keyframes form-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mark {
  background-color: transparent;
}
/* Media Queries */
/* -- 567px down -- */
/* -- 768px down -- */
/* -- 992px down -- */
/* -- 1200px down -- */
/* -- 567px-768px -- */
/* -- 768px-991px -- */
/* -- 991px-1200px -- */
/* -- 768px up -- */
.blog-page-list .post-holder {
  border-bottom: none !important;
}
.widget.blog-search .action.search:before {
  background: url(../images/search-icon.svg) no-repeat -10px -7px !important;
  background-size: 35px !important;
}
.blog-search .actions .action.search {
  background: none !important;
}
.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;
  }
}
