/* product */
.img-column section#content {
    position: relative;
}

.thumbnail-container.reviews-loaded {
    position: relative;
}
article.product-miniature.js-product-miniature {
    position: relative;
} 

li.product-flag.discount {
    padding: 12px;
    background: #aa0d0d;
    color: white;
    font-size: 24px;
    width: fit-content;
}


.breadcrumb ol {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex
;
    flex-direction: row;
    list-style: none;
    
}

.breadcrumb li a::after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 21px;
    background-color: #bfbfbf;
}
.breadcrumb li a {
    position: relative;
	padding-inline:8px;
	
}
.breadcrumb li:first-child a {
    padding-inline-start:0}

.breadcrumb li:last-child a::after {
    display: none
}
.product-container {
    display: flex;
	margin-bottom: 60px;
	margin-top: 60px;
}
.img-column {
    width: 50%;
}
.custom-column {
    width: 50%;
	padding-left: 2rem;
}

img {
  width: 100%;
  height: auto;
  max-width: fit-content;
}

.images-container.js-images-container {
    overflow: hidden;
	position: relative;
}
.swiper-container.slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: relative;
}
.swiper-container.swiper-thumbs {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
	z-index: 9;
}

.swiper-backface-hidden .swiper-slide {

    width: 100px;
}

.slider-wrapper-thumbnail {
    display: flex;
    justify-content: center;
	    position: absolute!important;
    bottom: 0;
	height: unset!important;
    width: 100%;
}

.slider-wrapper-thumbnail .swiper-slide {
	background: white;
	width: auto;
}

.slider-wrapper-thumbnail .swiper-slide img {
	opacity: 0.5;
}

.slider-wrapper-thumbnail .swiper-slide-thumb-active img {
	opacity: 1;
}
.img-column-content {
	display: flex;
}

h1.h1 {
	font-size: 30px;
}

.product-variants-item {
    display: flex
;
    flex-direction: column;
	margin-bottom: 2rem;
}
.form-control {
	border: 1px solid #e5e5e5;
	text-align: center;
	
}

span.input-group-btn-vertical button {
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

span.input-group-btn-vertical i {
    padding: 0;
}

span.input-group-btn-vertical {
    display: flex;
}

.input-group.bootstrap-touchspin {
    display: flex;
	height: 50px;
}
.mobile {
    display: none !important;
}

.product-quantity.clearfix {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	gap: 16px;
}

@media (max-width: 991px) {
	.product-quantity.clearfix {
		flex-direction: column;
		align-items: flex-start
	}
}
 





.qty {
    height: 50px;
}

span.control-label {
    margin-bottom: 8px;
}

.product-prices.js-product-prices {
    margin-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
}

span.current-price-value {
    font-size: 50px;
}

.product-add-to-cart.js-product-add-to-cart {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

button.btn.btn-primary.add-to-cart {
    display: flex
;
    align-items: center;
    gap: 12px;
}

.social-sharing a {
    font-family: 'social-media';
	font-size: 2rem;
}

.social-sharing ul {
    display: flex;
	gap: 12px;
	margin-top: 12px;
}

.product-additional-info.js-product-additional-info {
    margin-bottom: 12px;
}

.tab-pane.fade {
	display: none;
	/*height:0;*/
}
.tab-pane.active.in {
	display: block;
	height: auto;
	
}
ul.nav.nav-tabs {
    display: flex
;
    gap: 24px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
	margin-bottom: 24px;
}

a.nav-link.active {
    border-bottom: 2px solid #00818d;
    padding-bottom: 12px;
    color: #00818d;
}
#blockcart-modal .cart-content .btn.btn-secondary.btn-primary {
    background-color: #000;
    color: #fff;
    border-color: #b68e65;
    padding: 12px 20px
}

#blockcart-modal .cart-content .btn {
    margin-block-end:10px;padding: 12px 20px
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
	left: calc(50% - 350px);
	max-width: 700px;
	height: 800px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    float: left;
    width: 100%;
    border-radius: var(--border-radius);
	height: 800px;
	display: flex
;
    flex-direction: column;
    row-gap: 28px;
    padding: 0 24px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0
}

.modal-backdrop.in {
    opacity: .6;
    -khtml-opacity: .6;
    -webkit-opacity: .6;
    -moz-opacity: .6
}

.modal-header {
    padding: 10px
}

.modal-header::after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: 0;
    font-size: 40px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 4px;
	display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
    border: 1px solid #bfbfbf;
}
.modal-header .close span {
font-size: 34px;
    display: block;
    height: 35px;
} 
.modal-title {
    margin: 0;
    line-height: 40px
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both
}

.fade {
    opacity: 0;
	display: none;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear
	
}

.fade.in {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
	display: block;
	    /* position: absolute; */
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transform: translate(0,-25%);
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    -moz-transform: translate(0,-25%);
	    top: calc(50% - 300px); 
}
.modal-backdrop.fade {
	z-index: 2;
	opacity: 0.7;
} 

body#product.modal-open {
    overflow: hidden;
}

div#blockcart-modal {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
	height: 100%;
}

.akcesoria-swiper-unikat {
    overflow: hidden;
}

.akcesoria-swiper-unikat-wrapper {
    display: flex
;
    transition-property: transform;
    box-sizing: content-box;
}
	
.akcesoria-swiper-unikat-slide {
    flex-shrink: 0;
    width: 33.3333%;
    box-sizing: border-box;
}

.akcesoria-swiper-unikat-slide img {
    height: auto;
}


.akcesoria-swiper-unikat-pagination {
    display: flex;
    justify-content: center;
}
.swiper-slide img {
    height: auto;
}

.akcesoria-swiper-unikat2 {
    overflow: hidden;
}

.akcesoria-swiper-unikat2-wrapper {
    display: flex
;
    transition-property: transform;
    box-sizing: content-box;
}
	
.akcesoria-swiper-unikat2-slide {
    flex-shrink: 0;
    width: 33.3333%;
    box-sizing: border-box;
}

.akcesoria-swiper-unikat2-slide img {
    height: auto;
}


.akcesoria-swiper-unikat2-pagination {
    display: flex;
    justify-content: center;
}

span.regular-price {
    font-size: 18px;
    text-decoration-line: line-through;
}
span.current-price-value {
    font-weight: 600;
}
span.discount.discount-percentage {
    font-size: 14px;
}

.tax-shipping-delivery-label {
    font-size: 14px;
}

.blockreassurance_product {
    display: flex;
    justify-content: center;
    align-items: flex-start;
	gap: 48px;
}

.blockreassurance_product div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

svg.svg.replaced-svg {
    width: 120px;
    height: 120px;
}

path#fill {
    fill: #00818d;
}

path#color {
    fill: #00818d;
}

.product-description {
    margin-bottom: 24px;
}

div#dp_product img {
    width: auto;
}

div#dp_product .form-control {
    width: auto;
    padding: 10px;
}


.color-cover-input {
    position: relative;
    width: 100px;
    height: 100px;
}

input.input-color {
    position: absolute;
    width: 100px;
    height: 100px;
}

.color-input-background {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    background-position: center;
    background-size: contain;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 1px;
    padding: 5px;
}
 
.color-input-background span {
    position: absolute;
    font-size: 70px;
}

li.input-container {
    width: fit-content;
    margin: auto;
}

.clearfix.product-variants-item ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 12px;
} 

.product-description ul {
    list-style-type: circle !important;
    padding-left: 32px;
}

h4#myModalLabel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header {}

button.close {}

.modal-header .close span {
    display: flex;
    align-items: center;
}

.modal-content .product-line {
    display: flex;
    align-items: center;
    gap: 32px;
}

.modal-content a.btn.btn-primary {
    display: flex;
    width: fit-content;
}

.cart-content-btn {
    display: flex
;
    gap: 32px;
    justify-content: center;
}

.thumbnail-container {
    position: relative;
}

/* nowy opis */

/* nowy opis */

.space {
  height: 1px;
}
.green-row {
  background: #00818d;
  margin-bottom: 1rem;
  color: white;
  max-width: 100%;
      margin-left: auto;
    margin-right: auto;
    float: none;
}

.viewport {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 2rem;
}
.viewport img {
  position: absolute;
  top: 0;
  left: 0;

  height: auto;
}

.spacer {
  height: 1vh; /* Miejsce przed animacjÃ„â€¦ */
}

.text-align-vert-cent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container2 {
  width: 400px;
  height: 800px;
  overflow: hidden;
}
.container2 img {
  width: 100%;
  height: auto;
  display: block;
}
.spacer-bottom {
  height: 1vh; /* Miejsce po animacji */
}

.container-video {
  width: 100%;
  margin: 0 auto 2rem;
}
.title-ruchome {
  font-size: 4rem;
  font-family: lato;
  text-align: center;
  color: black;
  line-height: 96px;
}
.subtitle-ruchome {
  font-size: 2rem;
  font-family: lato;
  text-align: center;
  color: grey;
  margin-bottom: 2rem;
}

.headline {
  font-size: 2rem;
  font-family: lato;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.youtube {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

#youtube {
  text-align: center;
}

.dbl-pht-title {
width: 100%;
font-size: 1.5rem; 
background-color: rgb(0,129,141); 
color: white; 
text-align: center;
padding: 1rem;
margin-bottom: 1rem;
}

.green-row h3 {
    color: white;
}

body#product section#wrapper .product-description img {
    max-width: 100%;
}

.dp-layers img {
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 100%;
}

.dp-layers.svelte-49t06f.svelte-49t06f {
	margin-bottom: 1rem;
}

/* nowy opis */

.product-description .row {
    display: flex
;
}

.product-information .form-control {
    width: fit-content;
}

button.btn.btn-link.dp\:p-0 {
    border-radius: 50%;
} 

.gjs-grid-row {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.gjs-grid-column {
    width: -webkit-fill-available;
}

.tytul-i-zdjecie {
    display: flex;
    flex-direction: column;
}

.tytul-zdjecia {
    background: rgb(0 129 141);
    padding: 24px;
    text-align: center;
    color: white;
    font-size: 32px;
}

.zdjecie-z-tytulem {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

dt.name {width: fit-content;margin-right: 0;display: flex;width: 50%;margin-left: 0;border-bottom: 1px solid rgb(0 129 141);border-right: 1px solid rgb(0 129 141);padding: 12px;font-weight: 700;}

dd.value {
    width: fit-content;
    margin-right: 0;
    display: flex;
    width: 50%;
    margin-left: 0;
    border-bottom: 1px solid rgb(0 129 141);
    align-items: center;
    padding: 12px;
}

dl.data-sheet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(0 129 141);
    border-collapse: collapse;
    border-spacing: 0;
}

dd.value:last-child {
    border-bottom: 0;
}

dt.name:nth-last-child(2) {
    border-bottom: 0;
}


dd.value:nth-child(even of dd.value) {
    background: rgb(0 129 141 / 25%);
}

dt.name:nth-child(even of dt.name) {
    background: rgb(0 129 141 / 25%);
}

li.product-flag {
    margin-bottom: 12px;
}

li.product-flag.out_of_stock {
    padding: 12px;
    background: #aa0d0d94;
    color: white;
    font-size: 24px;
    width: max-content;
}

.alert.alert-warning.row {
    background: red;
    color: white;
}

.alert.alert-warning.row .col-sm-12 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
}

ul.product-flags.js-product-flags {
    position: absolute;
    z-index: 99;
    top: 12px;
    left: 12px;
}

.images-container.js-images-container .dp-layers {
    position: absolute;
    z-index: 9;
}

label.dp-image-list-item {
    border: 1px solid;
}
button.btn.dp\:px-2.dp\:py-0.dp\:text-sm.dp\:flex.dp\:gap-1.dp\:rounded {
    display: none !important;
}

.akcesoria-swiper-unikat2-slide li.product-flag.out_of_stock {
    padding: 12px;
    background: #aa0d0d94;
    color: white;
    font-size: 15px;
    width: max-content;
}

.custom-column li.product-flag.out_of_stock {
    padding: 12px;
    background: #aa0d0d94;
    color: white;
    font-size: 12px;
    width: max-content;
}

.blockreassurance_product_desc {
    margin-bottom: 2rem;
}

div[data-type-role=flex-row] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 24px;
}

div[data-type-role=flex-column] {
    flex: 1;
}

.product-description div[data-type-role=flex-column] h2 {
    font-size: 28px !important;
	margin-bottom: 24px !important;
	margin-top: 24px !important;
}
.product-description div[data-type-role=flex-column] h3 {
    font-size: 24px !important;
	margin-bottom: 24px !important;
	margin-top: 24px !important;
}

.product-description h2:not(.cross-selling .product-description h2) {
    font-size: 28px !important;
	margin-bottom: 24px !important;
	margin-top: 24px !important;
}
.product-description h3:not(.cross-selling .product-description h3) {
    font-size: 24px !important;
	margin-bottom: 24px !important;
	margin-top: 24px !important;
}