/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 639px) {
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 30px 30px 0;
    width: 30%;
  }
}
@media all and (min-width: 640px) {
  .products-grid .product-item {
    margin-bottom: 22.5px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 30px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    margin-left: 30px;
    padding: 0;
    width: calc((100% - 90px) / 4);
  }
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 30px;
  }
  .page-layout-1column .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 30px;
    padding: 0;
    width: calc((100% - 60px) / 3);
  }
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 30px;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 30px;
    padding: 0;
    width: calc((100% - 90px) / 4);
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 30px;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 30px;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.products {
  margin: 22.5px 0;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 30px;
  padding: 0;
  width: calc((100% - 30px) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-info {
  max-width: 100%;
  width: 100%;
}
.page-products .product-item-info {
  width: 100%;
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 22.5px 22.5px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products.page-layout-1column .products-grid .product-item {
  width: 25%;
}
.page-products.page-layout-3columns .products-grid .product-item {
  width: 50%;
}
.pdw-row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
}
.pdw-col-1 {
  box-sizing: border-box;
  width: 8.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-2 {
  box-sizing: border-box;
  width: 16.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-3 {
  box-sizing: border-box;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-4 {
  box-sizing: border-box;
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-5 {
  box-sizing: border-box;
  width: 41.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-6 {
  box-sizing: border-box;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-7 {
  box-sizing: border-box;
  width: 58.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-8 {
  box-sizing: border-box;
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-9 {
  box-sizing: border-box;
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-10 {
  box-sizing: border-box;
  width: 83.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-11 {
  box-sizing: border-box;
  width: 91.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.pdw-col-12 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-3 {
    width: 25%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-5 {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-6 {
    width: 50%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-8 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-9 {
    width: 75%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-10 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-11 {
    width: 91.66666667%;
  }
}
@media screen and (min-width: 320px) {
  .pdw-col-xxs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-3 {
    width: 25%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-5 {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-6 {
    width: 50%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-8 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-9 {
    width: 75%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-10 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-11 {
    width: 91.66666667%;
  }
}
@media screen and (min-width: 480px) {
  .pdw-col-xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-3 {
    width: 25%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-5 {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-6 {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-8 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-9 {
    width: 75%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-10 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-11 {
    width: 91.66666667%;
  }
}
@media screen and (min-width: 640px) {
  .pdw-col-s-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-5 {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-8 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-10 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-11 {
    width: 91.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .pdw-col-m-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-5 {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-8 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-10 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-11 {
    width: 91.66666667%;
  }
}
@media screen and (min-width: 1024px) {
  .pdw-col-l-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-5 {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-8 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-10 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-11 {
    width: 91.66666667%;
  }
}
@media screen and (min-width: 1440px) {
  .pdw-col-xl-12 {
    width: 100%;
  }
}
@media print {
  html {
    font-size: 37.5%;
  }
  .block-order-details-view .block-title {
    margin-bottom: 30px;
  }
  .block-order-details-view .block-content .box {
    float: left;
    margin-right: 1.19%;
  }
}
.products-carrousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.products-carrousel .owl-stage .product-item {
  height: 100%;
}
.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;
  }
}
