/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.back-button {
  margin-top: 5%;
}
.goback_button {
  height: 3rem;
  padding: 0px 0;
  margin-left: 5%;
  margin-bottom: 0;
  min-width: 150px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -.015em;
  font-weight: 700;
  line-height: 3rem;
  border: none;
  background: #222529 !important;
  color: white !important;
}
.page-products .product-item-info .stock-label {
  background: #ccc;
  color: #000;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: block;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
}
.config-circles {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-top: 10px;
}
.red-circle {
  background-color: #FF0000;
}
.green-circle {
  background-color: #00FF00;
}
.yellow-circle {
  background-color: #FFBF00;
}
input.qty_att_product {
  border: 0.5px solid #36BEBD !important;
}
.catalog-sub-category .info {
  word-wrap: break-word;
}
.header-right .custom-block .porto-sicon-box h4.porto-sicon-title {
  font-size: 14px;
}
.header-main .header-right .custom-block .d-flex.align-items-center.flex-wrap {
  margin: 0 0 0 20px;
}
@media (max-width: 1350px) and (min-width: 1215px) {
  .header-main .header .header-right .custom-block .align-items-center .porto-sicon-box,
  .header-main .header .header-right .custom-block .align-items-center .porto-sicon-box-link {
    display: none !important;
  }
  .header-main .header .header-right .custom-block .align-items-center .header-contact .porto-sicon-box,
  .header-main .header .header-right .custom-block .align-items-center .header-contact .porto-sicon-box-link {
    display: flex !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;
  }
}
