/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
* {
  box-sizing: border-box;
}
/* theme */
/* main store & outlet differences */
/* COLORS */
/* TYPOGRAPHY */
/* BUTTONS */
a.primary,
a.secondary {
  text-transform: uppercase;
}
a.button {
  background-image: none;
  background: #ffffff;
  border: 2px solid #ef4123;
  color: #ef4123;
  cursor: pointer;
  display: inline-block;
  font-family: 'Oswald';
  font-weight: 500;
  margin: 0;
  padding: 13px 18px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 100px;
}
a.button:focus,
a.button:active {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.button:hover {
  background: #ef4123;
  border: 2px solid #ef4123;
  color: #ffffff;
}
a.button.disabled,
a.button[disabled],
fieldset[disabled] a.button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.button,
button {
  text-transform: uppercase;
}
.abs-action-pattern {
  text-transform: uppercase;
}
/*@select__background: @color-white;
@select__border-radius: 3px;
@select__border: 2px solid @color-black;
@select__padding: 0 20px;
@select__height: 48px;
@select__focus__border: 2px solid @color-black;*/
div.mage-error[generated] {
  margin-top: 10px;
}
/*
.checkbox-mixin() {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    min-height: 20px;
    cursor: pointer;
    &:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px;
        height: 20px;
        width: 30px;
        .lib-css(transition, background .3s, 1);
        background: url("@{baseDir}images/sprite_choice.svg") 0 -30px - no-repeat;
    }
}

.theme-checkbox {
    .lib-visually-hidden();
    &__label {
        .checkbox-mixin();
    }
    &:checked + &__label {
        &:before {
            background-position: 0 0;

        }
    }
    &:disabled + &__label {
        opacity: .3;
    }
}
*/
.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;
  }
  .page-wrapper {
    padding: 0 20px;
  }
  .page-wrapper > div {
    display: none;
  }
  .page-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  .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;
  }
  .page-main .columns {
    display: block !important;
  }
  .catalog-product-view .page-main .columns > .column.main > div {
    width: 100% !important;
    float: none !important;
  }
  .catalog-product-view .product.media .fotorama__wrap .fotorama__stage {
    width: auto !important;
  }
  .catalog-product-view .product.media .fotorama__wrap .fotorama__stage__shaft {
    width: auto !important;
  }
  .breadcrumbs {
    display: none;
  }
  .footer.content {
    padding: 0;
  }
  .product-info-main {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: none;
  }
  #tab-label-reviews,
  .map-block,
  .collections-product {
    display: none;
  }
  .product.data.items .toggler-cbox:checked ~ .data.content {
    margin-top: 20px !important;
    max-height: 100% !important;
    opacity: 1 !important;
    -webkit-transform: translate(0, 0)!important;
    -moz-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
  }
  .product.info.detailed {
    max-width: 100%;
  }
  .page-footer .footer-after {
    max-width: 100%;
    padding: 0;
  }
  .block-box {
    background: url('../images/sprite_boxes.svg') 0 0 no-repeat !important;
    margin: 0 76px;
    -webkit-print-color-adjust: exact;
  }
  .fotorama {
    width: 70%;
    margin: 0 auto;
  }
}
