/* Metal construction styles */
#metal-construction .main-content {
  display: none;
}
#metal-construction .main-content.content-active {
  display: block;
}
#metal-construction hr.red {
  border: 1px solid #db402a;
  opacity: 1;
  width: 100%;
  max-width: none;
  margin: 1rem 0;
}
#metal-construction .h6,
#metal-construction h6 {
  font-size: 1.2rem;
}
#metal-construction p,
#metal-construction ul,
#metal-construction li {
  font-size: 16px;
}
#metal-construction .container .section1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 50px;
}
#metal-construction .container {
  padding-left: 0;
  padding-right: 0;
}
#metal-construction .row {
  width: 50%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
#metal-construction .section1 .row {
  width: 50%;
}
#metal-construction .section1 .row h6 {
  font-size: 21px;
  line-height: 26px;
}
#metal-construction .flex-container {
  display: flex;
}
#metal-construction .section1 .row img {
  width: 100%;
  max-width: 100px;
}
#metal-construction .image-fluid-content {
  height: 100px;
}
#metal-construction .flex-container div {
  padding-left: 10px;
}
#metal-construction .flex-container h6 {
  color: #db402a;
}
#metal-construction .flex-container p {
  width: 80%;
}
#metal-construction .section1 .row img.image {
  height: auto;
  max-width: none;
}
#metal-construction .red-profile-title {
  font-weight: bold;
  font-size: 21px;
  background-color: #db402a;
  color: #fff;
  padding: 10px;
  display: block;
  max-width: 250px;
  margin: 10px;
}

#metal-construction .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
#metal-construction .row tr td {
  font-weight: 600;
  padding: 8px 15px;
}
#metal-construction .row tr td:last-child {
  color: #db402a;
}

#metal-construction .specification {
  align-items: flex-start !important;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 50px;
}
#metal-construction .specification-profile {
  align-items: flex-start !important;
}
#metal-construction .specification .row a img {
  width: 100%;
  padding: 20px;
}
#metal-construction .specification .row {
  flex-direction: column;
}
#metal-construction .specification-profile img {
  max-width: 300px;
  margin: 0 auto;
}
#metal-construction .image-resp-container {
  max-height: 300px;
  width: 100%;
}
#metal-construction .invert {
  flex-direction: row-reverse;
}
#metal-construction .three-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#metal-construction .three-buttons a {
  width: 33%;
  display: flex;
  padding: 20px;
  text-decoration: none;
}
#metal-construction .three-buttons a img {
  width: 40px;
  height: 40px;
}
#metal-construction .three-buttons a div {
  padding: 0 20px;
}
#metal-construction .three-buttons a div span {
  color: white;
  font-weight: bold;
}
#metal-construction .three-buttons a div p {
  color: #fff;
}
#metal-construction .three-buttons a div span {
  color: white;
  font-weight: bold;
}

#metal-construction .margin {
  margin-top: 50px;
}
#metal-construction .rows {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
#metal-construction .rows .row {
  width: 50%;
}
#metal-construction .row {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
#metal-construction .row > * {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
#metal-construction .red-button {
  background: #db402a;
  color: white;
  border: 1px solid #db402a;
  text-decoration: none;
  padding: 10px 25px;
  margin: 10px 0;
  text-align: center;
  width: initial;
}
#metal-construction .list-style p {
  text-indent: -1.5em;
  padding-left: 1.2em;
}
#metal-construction .list-style p:before {
  content: "";
  display: inline-flex;
  width: 14px;
  height: 14px;
  background-image: url(//plytywarstwowerozbud.pl/wp-content/themes/rozbud/images/next-active.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  transition: 0.3s;
}

#metal-construction .tabs {
  padding-top: 10px;
  padding-bottom: 10px;
}
#metal-construction .tabs .container {
  margin: 20px auto;
  padding: 40px 0;
}
#metal-construction .tabs.main .container {
  padding: 0;
}

#metal-construction .tabs .container h6 {
  text-align: center;
}
#metal-construction .tabs .container .tabs-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
#metal-construction .active-tab {
  background-color: #333;
  color: #fff;
}
#metal-construction .tabs .container .tabs-container .tab1 {
  width: 50%;
  text-align: center;
  padding: 20px;
  border: 1px solid black;
  font-weight: bold;
  cursor: pointer;
}
#metal-construction .tabs .container .tabs-container .tab2 {
  width: 50%;
  text-align: center;
  padding: 20px;
  border: 1px solid black;
  font-weight: bold;
  cursor: pointer;
}
#metal-construction .tabs .container .content-active {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
}
#metal-construction .tabs .container .content {
  background: white;
  padding: 20px;
  display: none;
}
#metal-construction .tabs .container .content div {
  width: 50%;
}
#metal-construction .tab-vertical div {
  width: 100% !important;
}
#metal-construction .tabs .container .content img {
  width: 100%;
}
#metal-construction ul {
  padding-left: 20px !important;
}
#metal-construction .tabs ul {
  padding-left: 0 !important;
}
#metal-construction ul li {
  list-style: none;
  padding: 0;
}
#metal-construction li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
#metal-construction .tabs .container .content#tab-content2 img {
  max-width: 100%;
  width: 65%;
}

#metal-construction #projectsvg {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  vertical-align: middle;
  margin: 0;
  overflow: hidden;
}
#metal-construction #projectsvg svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#metal-construction .svg-text {
  opacity: 0;
  fill: white !important;
}
#metal-construction .rect {
  z-index: 1 !important;
}
#metal-construction #projectsvg svg text:not(.svg-text) {
  display: none;
}
#metal-construction .timeline-active {
  opacity: 1 !important;
}
#metal-construction .timeline-active {
  fill: #db402a;
  color: black !important;
}

#metal-construction .colors-menu {
  margin: 40px auto;
}
#metal-construction .align-items-start {
  align-items: flex-start !important;
}
#metal-construction .d-flex {
  display: flex !important;
}
#metal-construction .nav {
  z-index: 300;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#metal-construction .nav-pills {
  max-width: 400px !important;
  width: 100% !important;
}
#metal-construction .me-3 {
  margin-right: 1rem !important;
}
#metal-construction .flex-column {
  flex-direction: column !important;
}
#metal-construction
  .nav-pills
  button:not(:disabled):not(.fancybox-button):hover {
  background-color: #db402a !important;
}
#metal-construction .nav-pills button:not(:disabled):not(.fancybox-button) {
  border-bottom: 1px solid #000;
  border-radius: 0;
}
#metal-construction .nav-pills .nav-link.active,
#metal-construction .nav-pills .show > .nav-link {
  background-color: #db402a !important;
}
#metal-construction #v-pills-tab .active h6 {
  color: white !important;
}
#metal-construction #v-pills-tab h6 {
  margin: 0;
  color: black;
  text-align: left;
  font-size: 21px;
  text-transform: capitalize;
}
#metal-construction .search > [type="button"]:not(:disabled),
#metal-construction [type="reset"]:not(:disabled),
#metal-construction [type="submit"]:not(:disabled),
#metal-construction button:not(:disabled):not(.fancybox-button) {
  background: #fff !important;
  color: #000 !important;
  background-color: #fff !important;
  background-position: center right !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-origin: content-box !important;
}
#metal-construction .accordion-item > [type="button"]:not(:disabled),
#metal-construction [type="reset"]:not(:disabled),
#metal-construction [type="submit"]:not(:disabled),
#metal-construction button:not(:disabled):not(.fancybox-button) {
  background: white !important;
  color: black !important;
}
#metal-construction .colors-menu .tab-content > .active {
  display: flex;
  flex-wrap: wrap;
}
#metal-construction .tab-content > .active {
  display: block;
}
#metal-construction .tab-content > .tab-pane {
  display: none;
}
#metal-construction .fade {
  transition: opacity 0.15s linear;
}
#metal-construction .fade:not(.show) {
  opacity: 0;
}
#metal-construction .color {
  margin: 8px;
  padding: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#metal-construction .single-color {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
#metal-construction .buttons-catalogue .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#metal-construction .buttons-catalogue .container a {
  width: 50%;
}
#metal-construction .cta-links {
  text-decoration: none;
  color: white;
  transition: 0.3s !important;
}
#metal-construction .buttons-contact-us {
  background-color: #a9a9a9;
  display: flex;
  padding: 30px;
  margin-bottom: 20px;
}
#metal-construction .buttons-contact-us img {
  max-width: 50px;
  max-height: 50px;
}
#metal-construction .buttons-contact-us div {
  padding-left: 20px;
}
#metal-construction .cta-title {
  font-weight: bold;
  font-size: 22px;
}

@media (min-width: 1200px) {
  #metal-construction .h6,
  #metal-construction h6 {
    font-size: 1.2rem;
  }
  #metal-construction .info-content .h6,
  #metal-construction h6 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 991px) {
  #metal-construction .section1 {
    flex-direction: column;
  }
  #metal-construction .section1 .row {
    width: 100%;
  }
  #metal-construction .specification {
    flex-direction: column;
  }
  #metal-construction .specification .row {
    width: 100%;
    margin: 0 auto;
  }
  #metal-construction .invert {
    flex-direction: column !important;
  }
  #metal-construction .three-buttons {
    flex-direction: column;
  }
  #metal-construction .three-buttons a {
    width: 100%;
  }
  #metal-construction .tabs .container h6 {
    padding: 0 15px;
  }
  #metal-construction .rows {
    flex-direction: column;
  }
  #metal-construction .rows .row {
    width: 100%;
  }
  #metal-construction .align-items-start {
    flex-direction: column !important;
  }
  #metal-construction .colors-menu .nav {
    width: 100%;
  }
  #metal-construction .nav-pills {
    max-width: 1000px !important;
  }
}

@media screen and (max-width: 767px) {
  #metal-construction .tabs .container .tabs-container {
    flex-direction: column;
  }
  #metal-construction .tabs .container .tabs-container .tab1 {
    width: 100%;
  }
  #metal-construction .tabs .container .tabs-container .tab2 {
    width: 100%;
  }
  #metal-construction .buttons-catalogue .container {
    flex-direction: column;
  }
  #metal-construction .buttons-catalogue .container a {
    width: 100%;
  }
}

@media screen and (max-width: 551px) {
  #metal-construction .tabs .container .content-active {
    flex-direction: column;
  }
  #metal-construction .tabs .container .content div {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  #metal-construction .list-style {
    padding-left: 0;
    list-style: none;
  }
  #metal-construction .list-style li p {
    margin-bottom: 0;
  }
}

/* Checkout */
.woocommerce-checkout .optional,
.wc_payment_methods {
  display: none;
}
