/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  src: url('https://elektroskup.pl/poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: italic; 
  src: url('https://elektroskup.pl/poppins/Poppins-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  src: url('https://elektroskup.pl/poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  src: url('https://elektroskup.pl/poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-style: italic;
  src: url('https://elektroskup.pl/poppins/Poppins-BoldItalic.ttf') format('truetype');
}

html {
  scroll-behavior: smooth;
}
 
body {
    background: #edf0f4;
	font-family: 'Poppins';
}

* {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

*:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
    background-color: transparent;
    color: #4e2bc5;
    text-decoration: none;
}

a:hover {
    color: #240f6a;
    text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #311493;
}

#fb-messenger-fake-button {
	position:fixed;z-index:100;bottom:24px;right:24px;padding:0!important;border-radius:50%;--msgr-color:#311493;box-shadow:0 0 0 rgb(0 0 0 / 15%);cursor:pointer;transition:all 0.3s;border:0}
	
#fb-messenger-fake-button svg {display:block;width:64px;height:64px}
	
#fb-messenger-fake-button.active #logo {opacity:0}


#fb-messenger-fake-button.active #spinner {animation:spin 3s linear infinite;transform-origin:center}

@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

.homeslider__arrow>* {
    font-size: 4.5rem;
    color: #ffffffde;
    text-shadow: 1px 2px 3px black;
}


.tm-muskrat2__show-more-btn {
    font-size: 12px !important;
    padding: 4px 16px !important;
}

.tm-muskrat2__sticker.left-4 {
    bottom: 3% !important;
}

.cart-summary-line.cart-total {
    font-size: 1rem;
}
.product-grayed {
    opacity: 0.7;  
    filter: grayscale(100%);  
}

.content-sizeguide span {
    background: #edf0f4;
    border: 1px solid #edf0f4;
    color: #000000;
    padding: 7px 0;
    width: auto;
    margin-top: 15px;
    text-align: left;
}



.content-sizeguide span:hover {
	
    background: #edf0f4;
    border: 1px solid #edf0f4;
		color:blue;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.featured-products__slider.swiper-wrapper li.product-flags__flag.rounded.product-flags__flag--out_of_stock {
    display: none;
}

span#product-availability {
    display: none;
}

#deliveryCountdownBlock {
    width: 100%;
    height: auto;
    min-height: 85px;
    background: #fff;
    margin: 10px 0;
    border-radius: 25px;
    border: 1px solid #01ce96;
    display: block;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 30%);
    text-align: center;
}

#deliveryCountdownBlock .showdeliverytime_small {
    width: 100%;   
}

#deliveryCountdownBlock .showdeliverytime {
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #01ce96;
}

.product-description.cms-content hr {
    display: table;
    float: left;
    width: 100%;
    margin: 30px 0;
	border:0px solid gray;
}

.sekcja100 {
	float:left;
	display:table;
	width:100%;
}


.sekcja50 {
	float:left;
	display:table;
	width:50%;
    padding-right: 40px;
}


.sekcja50 img {
	float:left;
	display:table;
	width:100%;
}
 

.sekcja33 {
    float: left;
    display: table;
    width: 33.333%;
    padding-right: 80px;
}
 

.sekcja25 {
    float: left;
    display: table;
    width: 25%;
    padding-right: 60px;
}

.mobile {
	display:none;
}

.desktop {
	display:table;
}

.custom-select {
    padding: 10px 35px 10px 25px !important;
}

article.product-miniature:hover .product-miniature__actions {
    opacity: 1;
    height: 50px;
}

article.product-miniature:hover {
    border: 0.0625rem solid rgb(78 43 197);
}

p.card-title.h5.mb-0 {
    font-weight: 600;
    font-size: 18px;
    color: #1a0b63;
}

.list-group-item-action, .list-group-item-action-dropdown, .list-group-item-action-dropdown-link {
    color: #000;
}

.featured-products__footer.mt-4.text-right {
    text-align: left !important;
    margin: 20px 0 0px 0;
    display: table;
}

li, p {
    font-size: 13px;
}

body#cms li {
    padding: 0 0 8px 0;
}

.show .list-group-collapse a {
    background: #f7f7f7 !important;
}

.cms-content ol, .cms-content ul {
    list-style: disc;
}

.breadcrumb-item.active {
    color: #4e2bc5;
}

.display-toggle__link.active {
	background: #4e2bc5;
}
.swiper-backface-hidden .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #edf0f4;
}

.custom-select {
    font-size: 12px;
}	

li.swiper-slide.homeslider__slide {
    border-radius: 60px;
}

.noUi-handle {
	border: 1px solid #4e2bc5;
	background: #4e2bc5;
	
}

.noUi-connect {
    background: #4e2bc51f;
}

.taby1 .nav {
	margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: 7px;
}

.tabs li.nav-item {
    border-bottom: 1px solid #e9e9e9;
}

.taby1 .tab-content>.active {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 5px;
    border: 1px solid #dee2e6;
}

.taby1 .nav-tabs .nav-link {
    background-color: transparent;
    border: inherit;
}

section#content-hook_order_confirmation {
    text-align: center;
    background: #fff;
    padding: 25px 20px 5px 20px;
    border-radius: 7px;
}

body#order-confirmation section#content-hook_payment_return {
    display: none;
}

.products-list__block.products-list__block--list .d-flex.flex-column.h-100 {
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: flex-end;
}

.products-list__block.products-list__block--list .d-flex.flex-column.h-100 .product-miniature__title {
    height: auto;
}

.products-list__block.products-list__block--list .d-flex.flex-column.h-100 .row.mt-auto {
    margin-top: 18px !important;
}
.products-list__block.products-list__block--list .d-flex.flex-column.h-100  .product-miniature__desc {
	padding:15px 10px 0 10px;
}

.product-description .kolumny {
    display: flex;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-description .kolumny > * {
    width: calc(100% / 5);
    padding: 10px 50px 50px 0;
}

.product-description .kolumny h5 {
	font-size:14px;
}

.product-description .kolumny img {
	width:55px;
	height:55px;
}

.product-description .kolumny .wstep {
    font-weight: 600;
    padding: 40px 55px 0px 0px;
    font-size: 18px;
}

.product-description .kolumny .boks {
	
	
}

.product-description-short table {
	width:100%;
}

.product-description-short table tr {
    width: 100%;
    border-top: 1px solid #dee2e6;
}

.product-description-short table tr td:nth-child(odd) {
    width: 33.333%;
    padding: 3px 0;
}

.product-description-short table tr td:nth-child(even) {
    width: 66.666%;
    padding: 3px 0;
}

.product-information .product-description.cms-content {
	display:none;
}

.product-description.cms-content {
    border-radius: 30px;
    background: #fff;
    padding: 35px;
    display: table;
    flex-direction: column;
}

.product-description.cms-content tr {
    border-bottom: 1px solid #dee2e6;
    font-size: 13px;
}

.product-description.cms-content tr th {
    padding: 7px 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px; 
    width: 94%;
}

.question-icon {
    display: table;
    position: relative;
    font-size: 10px;
    margin-bottom: 30px;
    margin-top: -7px;
}

.question-icon:hover {
	cursor:pointer;
}

.question-icon i::before {
	content: ""; /* Unicode znaku zapytania Material Icon */
	font-family: 'Material Icons';
	font-size: 20px;
	color: #007bff; /* Kolor ikony */
	margin-left: 5px; /* Odstęp od tekstu */
}

.question-icon i.material-icons {
    font-size: 15px;
    margin: 0px 0px -2px -3px;
    top: -5px;
    position: absolute;
    right: -19px;
}

.question-icon .tip {
    display: none;
    position: absolute;
    background: #f9fafb;
    border: 1px solid #dde6f1;
    padding: 6px 10px 4px 10px;
    border-radius: 5px;
    width: 200px;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.3s;
}

.question-icon:hover .tip {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 999;
}

.product-prices.js-product-prices.mb-3 {
    margin-bottom: 5px !important;
    margin-top: -9px;
}

a:hover, a:focus {
	text-decoration:none;
}

img.logo.img-fluid {
    max-width: 190px;
}

.badge-warning {
    background-color: #f34c39;
    color: #fff;
    margin: 13px 0;
}
.l-header {
    border-bottom: 0px solid #dee2e6;
    background: #f8f9fa;
}

.product-quantity.d-flex.mb-1 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qty.mr-1.mb-1 {
    width: 35%;
    margin: 0 0 0 0 !important;
}

.add.mr-1.mb-1 {
    width: 65%;
    margin: 0 0 0 0 !important;
}

p#eraty {
    width: 50%;
    float: left;
    margin-top: 15px;
    border-radius: 12px;
}

div#oblicz-rate {
    width: 50%;
    float: left;
    margin-top: -30px;
}

div#oblicz-rate img {
    width: 112px;
}



.mobi3 .ets-ept-prod-tabs {
    display: none;
}

.products-list .nxtal-variant-text, .product-miniature__thumb.position-relative.mb-2 .nxtal-variant-text {
    display: none;
}

.header-top__row {
    margin: 0;
}
.search-form {
    max-width: 330px;
}

.header-top {
    padding: 15px 0 0 0;
}

.header-top__link {
    color: #0f0d4e;
}

.search-result__products .products-list__block {
    flex: 0 0 100%;
    max-width: 100%;
}

.search-result__products article.product-miniature.card.js-product-miniature.p-2.h-100.product-miniature--smaller {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 3px 0 !important;
}

.search-result__products .products-list__block {
    flex: 0 0 100%;
    margin: 0 0 2px;
    max-width: 100%;
    padding: 0 10px;
}

.search-result__products .product-miniature__thumb.position-relative.mb-2 {
    padding: 4px;
    width: 30px;
    margin: 0 0 3px 0 !important;
}

.search-result__products img.img-fluid.rounded.lazyload.entered.loaded {
    width: 30px;
    min-width: 30px;
}

.search-result__products .product-miniature--smaller .product-miniature__title {
    font-size: .7375rem;
}

.search-result__products .product-miniature__pricing.text-right {
	display:none;
}
.breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #ffffffa8;
    border-radius: 0.4rem;
    width: max-content;
    border-radius: 50px; 
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0.45rem 1rem;
}

.breadcrumb .breadcrumb-item:last-child {
    padding-right: 1rem;
    font-size: 10px;
    padding-top: 3px;
}

ol.breadcrumb a {
    color: #0f0d4e;
}

.breadcrumb-item.active {
    color: #0062f5;
}

.product-flag .out_of_stock {
  background: #14d03a;
}

.cart-grid-right.col-12.col-lg-4 .blockreassurance_product div {
    width: 48%;
    margin: 1%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #4e2bc5;
    color: #fff;
	padding:10px 20px;
	border-radius:20px;
}

.custom-select {
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 25px;
    height: 53px;
    font-size: 14px;
}

div#hook-display-after-carrier {
    margin-top: 10px;
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto;
    border-radius: 21px;
}

.block-category-inner {
    margin-top: 45px;
}

.comments-pagination span, .page-link {
    color: #4e2bc5;
}

.comments-pagination .page-item.active span, .comments-pagination li.active .page-link, .comments-pagination li.active span, .page-item.active .comments-pagination span, .page-item.active .page-link {
    background-color: #4e2bc5;
    border-color: #4e2bc5;
    color: #fff;
}



.badge {
    font-weight: 400;
}

.badge-warning {
    background-color: #f34c39;
    color: #fff;
}

.omni {
    font-size: 11px;
    padding: 10px 0;
}

.spec0 {
    width: 50%;
    float: left;
    padding: 0 30px 0 10px;
}
.spec0b {
    width: 50%;
    float: left;
}

.featured-products__header.d-flex.align-items-center.mb-3 {
    margin-bottom: 12px !important;
}



.spec0 p.h1.featured-products__title.m-0 {
    font-size: 20px;
}

.spec0 .featured-products__slider.swiper-wrapper {
    width: 100%;
    display: table;
    float: left;
}

.spec0 .swiper-slide .product-miniature__actions {
	display:none;
}

.spec0 .col-lg-35 {
    padding-left: 0px;
    padding-right: 0px;
}

.spec0 .col-lg-35 {
    width: 100% !important;
    max-width: 100% !important;
}

.spec0 .product-miniature__thumb.position-relative.mb-2 {
    padding: 0px;
    width: 10%;
    float: left;
}

.spec0 article.product-miniature.card.js-product-miniature.p-2.h-100 {
    padding: 7px !important;
}
.spec0 article.product-miniature.card.js-product-miniature.p-2.h-100 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.spec0 .product-miniature__title {
    line-height: 13px;
    font-size: 13px;
    float: left;
    width: 80%;
    margin: 0;
    padding: 0;
}

.spec0 .swiper-slide .product-miniature__pricing.text-right {
	display:none;
}

.spec0 .product-miniature__thumb.position-relative.mb-2 {
    padding: 1px;
    margin: 0 !important;
}

.spec0 .product-miniature__title {
    line-height: 14px;
    font-size: 14px;
    height: auto;
}

.spec0 .product-miniature__pricing.text-right .price {
    font-size: 0.6rem;
    font-weight: 500;
    background: #fff;
    border: 1px solid #01ce96;
    border-radius: 4px;
    padding: 2px 7px 1px 7px;
}

.spec10 .btn-primary {
    border-radius: 60px;
    font-size: 10px;
    padding: 3px 8px;
    margin-top: 5px;
}

.spec1 {
    width: 100%;
    float: left;
}

.spec1 {
    background: #f9fafb;
    font-size: 13px;
    padding: 20px;
    border-radius: 25px;
    display: table;
    margin: 0 0 30px 0;
}

.spec1 .product-description-short {
    padding-top: 20px;
}

div#pelna {
    padding-top: 80px;
    margin: -80px 0 0 0;
}

.js-product-images .rounded, .js-product-images .rounded-sm {
    border-radius: 30px !important;
}

.spec1 .col-4, .spec1 .col-8 {
    margin: 0 !important;
    padding: 6px 0 !important;
    border-bottom: 1px solid #dee2e6;
}

.spec1 dl {
    margin-bottom: 0px !important;
}

.col-md-3.col.header-top__block.header-top__block--logo {
    margin-left: 8%;
}

.header-top__block.header-top__block--cart.col.flex-grow-0 {
    margin-right: 8%;
}

.1homeslider {
    margin: 0 -10%;
}

#menugorne {
    background: #ffffff;
    padding: 0px 6%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: center;
    border-top: 1px solid #edf0f4;
}

#menugorne a.nowosci {
	color:#f43f10;
}
#menugorne a.nowosci {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7; color:#ed1c24;
  }
  100% {
    opacity: 1;
  }
}
#menugorne a {
    padding: 11px 11px;
    color: #0f0d4e;
    font-size: 14px;
    font-weight: 600;
}

#menugorne a:hover, #menugorne a:focus {
    background: #f8f9fa;
}

#menugorne img {
    width: 33px;
    height: 33px;
	margin-right:5px;
}

.homeslider {
    margin-top: 10px;
}

.homeslider img {
    border-radius: 60px;
}
.homeslider img:hover, .homeslider img:focus {
    filter: contrast(1.2);
}

.homeslider.swiper {
    background: transparent !important;
}

#menutop {
	padding:0 4%;
}

#menutop a {
    padding: 12px 10px;
    color: #202126;
    font-size: 14px;
}

#menutop a:hover {
	opacity:0.8;
}

#menutop p {
	padding:0;
	margin:0;
}

#bannerki1 {
	display:flex; 
	gap:10px;
}

#bannerki1 img {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 6px;
}

.col-lg-35 {
    max-width: 20% !important;
} 


#bannerki1 img:hover {
	opacity:0.8;
}

body#cms .breadcrumb {
	display:none;
}

.social-sharing.my-3 p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.mobi2 .product-description.cms-content {
    display: none;
}

.btn-secondary {
    background-color: #ffeac1;
    border-color: #ffeac1;
    color: #000000;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #323232 !important;
    border-color: #404040 !important;
    color: #fff;
}


.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #ffc351;
    border-color: #ffc351;
    color: #fff;
}



.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsl(0deg 0% 100% / 50%);
}



#dlaczego {
    background: #fff url(https://telectro.pl/modules/dlaczegowarto/content/bg1.png);
    margin: 150px 0 0px 0;
    float: left;
    width: 100%;
    background-size: cover;
    display: flex;
    background-repeat: no-repeat;
    padding: 0px 100px 0px 100px;
    border-radius: 60px;
    align-items: center;
}

#dlaczego .dlaczego1 img {
    margin: -80px 0 0 0;
    max-width: 290px;
}

#dlaczego .dlaczego1 {
    float: left;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}

#dlaczego .dlaczego2 {
    float: left;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
}

#dlaczego .dlaczego2 img {
	
}

#dlaczego .dlaczego2 h3 {
    color: #0062f5;
    font-size: 38px;
    width: 77%;
    padding: 20px 0 0 0;
    font-weight: 600;
}

#dlaczego .dlaczego2 p {
    width: 86%;
}

#dlaczego .dlaczego2 a {
    border-radius: 50px;
    padding: 14px 30px;
    margin-top: 0px;
    background: #fff;
    color: #4e2bc5;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #4e2bc5;
}

#dlaczego .dlaczego2 a:hover, #dlaczego a:focus {
	background:#4e2bc5;
	color:#fff;
}

#pagenotfound #main .page-content, #products #main .page-content {
    border: 1px solid #e9e9ea;
}

.header-top__badge {
    background: #01ce96;
}

.qty .form-control {
    height: calc(2.2em + 1rem + 2px);
}

.bootstrap-touchspin {
    border-radius: 50px !important;
}

span.material-icons.font-reset.line-height-reset {
    font-size: 42px !important;
    color: #5a5a5a;
    background: transparent;
    box-shadow: 0px 0px 0px transparent;
}

a.product-main-images__modal-trigger-layer.btn.btn-light.shadow.rounded-circle.hidden-sm-down {
    box-shadow: 0px 0px 0px transparent !important;
    background: transparent;
    right: 18px;
    bottom: 12px;
}

.js-product-container .product-flags {
    left: 9px;
    top: 9px;
}

.btn-primary {
    background-color: #4e2bc5;
    border-color: #4e2bc5;
    color: #fff;
    border-radius: 60px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 14px 28px;
    width: 100%;
}

.btn-primary:hover {
    background-color: #6610f2;
    border-color: #6610f2;
    color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #6610f2;
    border-color: #6610f2;
    box-shadow: 0 0 0 0.2rem rgb(235 223 255);
    color: #fff;
}

.product-miniature__pricing.text-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.product-miniature__pricing.text-right .price {
    color: #01ce96;
    font-size: 0.9rem;
    font-weight: 600;
    background: #fff;
    border: 2px solid #01ce96;
    border-radius: 7px;
    padding: 3px 9px 1px 9px;
}

h3.h5.product-miniature__title.mb-2 a {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}


article.product-miniature.card.js-product-miniature.p-2.h-100.reviews-loaded {
    display: flex;
    flex-direction: column;
}
.product-miniature__thumb.position-relative.mb-2 {
    order: 1;
}
.product-miniature__title {
    margin-top: 5px;
    order: 3;
    margin-bottom: 1px !important;
}
.product-miniature__pricing.text-right {
    order: 2;
    margin: 0;
    padding: 0 10px;
}
.product-miniature__title {
    line-height: 18px;
}
h3.h5.product-miniature__title.mb-2 a {
    font-size: 15px;
    color: #000 !important;
}
.product-miniature__actions {
    order: 4;
} 
.product-miniature__pricing.text-right {
    margin: 0;
}
.product-miniature__title {
    padding: 0 10px;
}

.product-miniature__actions {
	opacity:0; height:0px;
	
}
.product-miniature__thumb.position-relative.mb-2 {
    margin-bottom: 15px !important;
}

.swiper-slide.product-slider__item:hover .product-miniature__actions {
	opacity:1; height:50px;	
}

.product-information .featured-products {



}

.product-main-images {
    position: relative;
    background: #fff;
    border-radius: 30px;
}

.js-product-images .rounded, .js-product-images .rounded-sm {
    border-radius: 30px !important;
    padding: 10px;
    margin: 0 auto;
    display: table;
}

.modal-body img.rounded.img-fluid {
    margin: 0 auto;
    display: table;
}

p.control-label.h6.mb-2 {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}

.attribute-radio__input:checked~.attribute-radio__text {
    background-color: #fff;
    border-color: #007bff;
    color: #505050;
    border-width: 2px;
    border-radius: 30px;
}

button#furgonetka-set-point {
    border-color: #cad1db;
    color: #000000;
    border-radius: 60px;
    background: #cad1db;
    font-size: 12px;
    /* padding: 9px 16px; */
}

.modal-content {
    border-radius: 25px !important;
}

body#product .col-md-7.mb-4 .blockreassurance_product, body#product .col-md-7.mb-4 .spec0 #raty1 {
    display: none;
}

.mobi3 #raty1 {
		display:none;
}

.blockreassurance_product div {
    float: left;
    width: 23%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    background: white;
    margin: 1%;
    border-radius: 30px;
    padding: 16px;
}

body#product .blockreassurance_product {
    margin-top: 25px;
    display: table;
    margin-bottom: -15px;
}

.blockreassurance_product div.clearfix {
    background: transparent;
    min-height: 1px !important;
    padding: 0;
}

.blockreassurance_product .item-product {
    display: inline-block;
    height: 60px;
    float: left;
    margin-right: 0px;
    padding-top: 5px;
    width: 60px;
}

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
    height: 50px;
    width: 50px;
}


.blockreassurance_product span.block-title {
    font-weight: bold;
    color: #0f0d4e !important;
}

.blockreassurance_product div p {
	font-size:12px;
}



.product-miniature__title {
    margin-top: 10px;
}
.price {
    color: #01ce96;
    /* font-size: 1.8rem; */
    /* font-weight: 700; */
}

.price--regular {
    color: #6C757C !important;
    font-weight: 400 !important;
    text-decoration: line-through;
}

.search-form__btn {
    bottom: 0;
    color: #4e2bc5;
    line-height: 1;
    padding: 0 13px;
    position: absolute;
    right: 0;
    top: 5px;
}

.form-control {
    border-radius: 50px;
    height: 54px;
}

.tax-shipping-delivery-label {
    margin: -7px 0 0 0;
    font-size: 12px;
	display:none;
}

a.desk1 {
    padding: 10px 0 0px 0;
    display: table;
}

#raty1 {
	display:table;
	width:100%;
	margin:15px 0;
}

#raty1 h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

#raty1 img {
    border-radius: 10px;
    float: left;
    width: 49%;
    margin-right: 1%;
}

#raty1 img:hover {
	opacity:0.8;
}


#darmowa1 {
    background: #ffc351;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0 0 0;
	padding:0 30px 0 0;
}

body#product #darmowa1 {
    margin: 20px 0 20px 0;
    padding: 0 15px 0 15px;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /* text-align: center; */
}

body#product #darmowa1 .prawa1 {
    padding: 10px 9px;
    float: left;
    width: 70%;
}

body#product #darmowa1 img {
    margin: -17px 0 0px 0;
    width: 30%;
}

body#product #darmowa1 h5 {
    margin: 0;
    font-size: 25px;
    color: #fff;
    line-height: 29px;
}

#darmowa1 .prawa1 {
    padding: 20px 30px;
}

#darmowa1 h5 {
    margin: 0;
    font-size: 32px;
    color: #fff;
}

#darmowa1 p {
    padding: 4px 0;
    font-size: 12px;
    margin: 0;
}

#darmowa1 img {
    margin: -70px 0 0 0;
}

.text-danger {
    color: #bac2cd;
}

.btn-outline-primary {
    border-color: #cad1db;
    color: #000000;
    border-radius: 60px;
    background: #cad1db;
    font-size: 12px;
    padding: 9px 16px;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #bac2cd;
    border-color: #bac2cd;
    color: #000;
}

 

.product-flags__flag {
    background: #01ce96;
    color: #fff;
    font-size: .7rem;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 10px;
    padding: 5px 10px;
    pointer-events: auto;
    border-radius: 50px !important;
}

li.product-flags__flag.rounded.product-flags__flag--discount {
    color: #000000;
    background: #ffc44f;
}

li.product-flags__flag.rounded.product-flags__flag--out_of_stock {
    background: #f43f10;
}

.custom-control-label {
    font-size: 11px;
}

small.form-text.text-muted {
    font-size: 12px;
    padding: 0 20px;
}

label.form-label.required {
    padding: 0 20px;
}


#blockEmailSubscription_displayFooterBefore .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #4e2bc5;
    color: #000000;
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    height: calc(2.3em + 1rem + 2px);
    line-height: 1.5;
    padding: 10px 23px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* width: auto; */
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 50px;
}

.form-control {
    border: 1px solid #d9dde5;
    color: #495057;
    font-size: 14px;
}

.block-social.col-lg-4.col-md-12.col-sm-12 {
    display: none;
}

#blockEmailSubscription_displayFooterBefore p {
    text-align: right;
}

.footer-container .footer2 {
    float: left;
    padding: 35px 0px 35px 0px;
    width: 16%;
}

div#blockEmailSubscription_displayFooterBefore {
    padding: 0 7% 0 0;
}

#blockEmailSubscription_displayFooterBefore small.form-text.text-muted {
    font-size: 11px;
    padding: 10px 14px;
}

#blockEmailSubscription_displayFooterBefore h6 {
    font-size: 32px;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}

#blockEmailSubscription_displayFooterBefore .news1 {
    width: 30% !important;
    float: left;
    flex: 0 0 30%;
    margin: 5px 0 0 20px;
}

li.product-flags__flag.rounded.product-flags__flag--new {
    display: none;
}

span.h4.mb-0 {
    color: #361995;
}

.l-footer {
    margin-top: auto;
    padding-top: 60px;
}

.links-list__link {
    font-size: 14px;
    color: #212529;
}

#blockEmailSubscription_displayFooterBefore p {
    font-size: 13px;
}

#blockEmailSubscription_displayFooterBefore p#block-newsletter-label {
    display: none;
}

#konto1 {
    float: left;
    margin-left: 3%;
    width: 25%;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding: 22px 59px 22px 22px;
    align-content: flex-end;
    background: #4e2bc5;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    justify-content: center;
}

#konto1 a {
    color: #ffffff;
    font-size: 15px;
    padding: 6px 0;
}

#konto1 a:focus, #konto1 a:hover {
	opacity:0.8;
}

#konto1 img {
    width: 25px;
    height: 25px;
    filter: brightness(9999);
}

#konto1 .super1 {
    padding: 10px 0px 10px 10px;
    display: flex;
    color: #ffffff;
    align-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
}

#kontakt1 {
    width: 21%;
    max-width: 320px;
    margin-right: 3%;
}

#kontakt1 img {
    width: 60%;
    padding: 0 0 20px 0;
}

#kontakt1 a {
    display: flex;
    width: 100%;
    margin-bottom: 2px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    color: #0f0d4e;
    font-weight: 700;
    font-size: 18px;
}

#kontakt1 a:hover,
#kontakt1 a:focus {
	opacity:0.8;
}

#kontakt1 span {
    color: #4e2bc5;
    font-size: 24px;
}

#kontakt1 p {
    font-size: 14px;
    margin-bottom: 18px;
    width: 100%;
    display: table;
}

#kontakt1 small {
    margin-top: 2px;
    display: table;
    color: #000;
    font-size: 11px;
}

#copy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-content: center;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    padding: 40px 0 30px 0;
    margin-top: 30px;
}

#copy .copy1 {
}

#copy .copy2 img {
    max-width: 750px;
}

.card {
    border: 0.0625rem solid rgb(0 0 0 / 0%);
}

.product-miniature__thumb.position-relative.mb-2 {
    padding: 10px;
}

.product-miniature__quick-view {
	display:none !important;
}

@media (max-width:768px) {
	
.lc_bubble_alert.lc_chatbox_closed .lc_heading {
    height: 50px;
    width: 50px !important;
    padding: 0px !important;
    line-height: 76px;
}

.lc_chatbox_closed.lc_chatbox .lc_heading > svg {
    position: absolute;
    top: 28%;
    left: 30%;
}

.tm-muskrat2__sticker.mobile-left-1, .tm-muskrat2__sticker.mobile-left-2, .tm-muskrat2__sticker.mobile-left-3, .tm-muskrat2__sticker.mobile-left-4, .tm-muskrat2__sticker.mobile-left-5 {
    border-radius: 0 3.8em 3.8em 0;
    left: -40em;
    transform: translateX(0);
    bottom: 10px !important;
    top: auto !important;
}

.tm-muskrat2__stripe-wrap {
    display: none !important;
}


.tm-muskrat2__sticker {
    background-repeat: no-repeat;
    background-size: contain;
    color: #1d1d1b;
    filter: drop-shadow(0 0 8px rgba(0,0,0,.2));
    height: 13em !important;
    max-width: 800px;
    position: fixed;
    transition: transform .8s ease;
    -moz-transition: transform .8s ease;
    -o-transition: transform .8s ease;
    width: 60em;
    z-index: 2147483646;
}



.lc_chatbox.lc_saved_chatbox_status.lc_admin_online.lc_bubble_alert.loaded.lc_chatbox_closed {
    right: -15px !important;
    position: fixed !important;
    left: auto;
    bottom: 0px !important;
    width: 50px !important;
}
	
.sekcja100 {
	width:100%;
}


.sekcja50 {
	width:100%;
    padding-right: 0px;
}


.sekcja50 img {
	width:100%;
}
 

.sekcja33 {
	width:100%;
    padding-right: 0px;
}
 

.sekcja25 {
	width:100%;
    padding-right: 0px;
}


.mobi3 #raty1 {
		display:table;
}

#raty1 img {
    width: 100%;
    margin-right: 0%;
}
	
.container nav {
    margin-bottom: 4px;
}
	
.question-icon {
    margin: -4px auto 19px auto;
}

.mobile {
	display:table;
}

.desktop {
	display:none;
}

.modal-open .modal {
    z-index: 999999;
    height: auto;
}
.product-variants-item {
    margin-bottom: 5px !important;
}

.spec0 ul {
    margin-bottom: 0rem;
}

.spec0 mb-3 {
	
    margin-bottom: 0rem !important;
}
	
 
.block-category-inner {
    margin-top: 20px;
}

.product-description .kolumny {
    display: flex; 
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-description .kolumny > * {
    width: calc(100% / 1);
    padding: 7px 0px 8px 0;
}

.product-description .kolumny h5 {
    font-size: 14px;
    margin: 0 0 7px 0px;
}

.product-description .kolumny img {
	width:45px;
	height:45px;
	margin-bottom:5px;
}

.product-description .kolumny .wstep {
    font-weight: 600;
    padding: 0px 15px 30px 0px;
    font-size: 15px;
}
	
.qty.mr-1.mb-1 {
    margin: 0 0 5px 0 !important;
}

.spec0 ul li {
	margin-bottom: 5px!important;
}

.spec0 .mb-3, .spec0  .my-3 {
    margin-bottom: 5px!important;
}

.col-md-5.mb-4 {
    margin-bottom: 10px !important;
}
.qty.mr-1.mb-1, .add.mr-1.mb-1 {
    width: fit-content;
    float: left;
}
.product-quantity.d-flex.mb-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

button.wishlist-button-add.wishlist-button-product {
	display:none;
}

.hidden-md-up.text-xs-right.up {
    margin: 0px auto 10px auto;
    display: table;
}

img.rounded.img-fluid.lazyload.entered.loaded {
    padding: 0px;
    width: 100%;
    border: 3px solid white;
}

.mobi2 .product-description.cms-content {
    display: table;
}

.product-description.cms-content {
    padding: 25px 20px;
}

.social-sharing.my-3 {
    display: flex;
    gap: 20px;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 26px 0 -30px 0 !important;
}

.social-sharing.my-3 p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 4px;
    margin: 2px;
}

li.col.flex-grow-0.flex-shrink-0.mb-2 {
    margin: 0 0 0 0 !important;
    padding: 0 6px;
}



.spec1 .product-description-short {
    padding-top: 0px;
    margin: -1px 0 0 0;
}
.product-description-short table tr td:nth-child(odd) {
    width: 33.333%;
    padding: 6px 0;
}
.spec0 {
    width: 100%;
    padding: 0 0px 0 0px;
    text-align: center;
}
.spec0 h1 {
    font-size: 28px;
    line-height: 28px;
}
 

.product-variants-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.spec0b {
    width: 100%;
    float: left;
}
.spec0b #raty1 {
	display:none;
}

.blockreassurance_product div {
    float: left;
    width: 48%;
}

body#product #darmowa1 h5 {
    font-size: 18px;
    line-height: 19px;
}
.social-sharing.my-3 {
    margin-bottom: -10px !important;
}
.blockreassurance_product div {
    min-height: 280px;
}
ol.breadcrumb a {
    color: #0f0d4e;
    font-size: 10px;
}

	
.h1, h1 {
    font-size: 1rem;
}


h3.h5.product-miniature__title.mb-2 a {
    font-size: 0.7rem;
    color: #000 !important;
    font-weight: 400;
    line-height: 14px;
    display: table;
}


	
nav {
    overflow-x: scroll;
	
}

nav::-webkit-scrollbar {
  width: 0px;
}
	
img.logo.img-fluid {
    width: 130px;
}

.container2 .header-top__block--menu-toggle {
    display: none !important;
}

img.logo.img-fluid {
    max-width: 100%;
}

.col-md-3.col.header-top__block.header-top__block--logo {
    margin-left: 0%;
}

#menutop {
    padding: 0 0%;
}

.header-top {
    padding: 10px 0 10px 0;
}

.header-top__block.header-top__block--cart.col.flex-grow-0 {
    margin-right: 0%;
    padding: 0 3px;
}

.col.flex-grow-0.header-top__block.header-top__block--user {
    padding: 0 3px;
}

.header-top__block--search {
    flex-grow: 0;
    padding: 0 3px;
}

.col-md-3.col.header-top__block.header-top__block--logo {
    margin-left: 0%;
    padding: 0 13px;
}

.l-header {
    margin: 0 0 10px;
}

.l-footer {
    padding-top: 20px;
}

#menutop {
    display: none;
}

#mobilemenu {
    float: left;
    width: 100%;
}

#menugorne {
    background: #ffffff;
    padding: 69px 0px 0px 0px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    border-top: 0px solid #edf0f4;
    overflow-x: scroll;
    border-bottom: 0px solid #dee1e5;
    align-items: center;
    align-content: center;
}

#menugorne a {
    width: 33%;
    padding: 9px 11px;
    color: #0f0d4e;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    text-align: center;
    margin-right: -1px;
    height: 74px;
    border-left: 1px solid #edf0f4;
    border-right: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

#menugorne img {
    width: 26px;
    height: 26px;
    margin: 5px 5px;
}



.header-top__row #menugorne {
    display: none;
} 

.header-top {
    padding: 10px 10px 10px 0px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border-bottom: 1px solid #edf0f4;
    top: 0;
}

	
.homeslider img {
    border-radius: 20px;
}

#darmowa1 {
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20px 0 0 0;
    padding: 0 5px 0 5px;
}

#darmowa1 img {
    margin: -15px 0 0 0;
    width: 40%;
}

#darmowa1 p {
    padding: 2px 0;
    font-size: 9px;
    margin: 0;
}

#darmowa1 h5 {
    margin: 0;
    font-size: 22px;
    color: #fff;
}

#darmowa1 .prawa1 {
    padding: 15px;
    width: 60%;
}

#dlaczego {
    margin: 30px 0 30px 0;
    width: 100%;
    background-size: cover;
    display: flex;
    background-repeat: no-repeat;
    padding: 0px 20px 0px 20px;
    border-radius: 20px;
    align-items: center;
    flex-direction: column-reverse;
}

#dlaczego .dlaczego1 {
    float: left;
    width: 100%;
}

#dlaczego .dlaczego2 {
    float: left;
    width: 100%;
    height: 100%;
}

#dlaczego .dlaczego2 h3 {
    font-size: 32px;
    width: 100%;
    padding: 10px 0 0 0;
}

#dlaczego .dlaczego2 img {
    margin-top: 30px;
}

#dlaczego .dlaczego1 img {
    margin: 20px 0 0 0;
    width: 100%;
}

#dlaczego .dlaczego2 p {
    width: 95%;
    font-size: 12px;
    margin: 0;
}

div#left-column {
    order: 2;
}


.products-list__block {
    margin-bottom: 0.25rem;
    padding: 0 0.15rem;
}

body#category footer#footer {
    padding-top: 0px;
}

div#js-product-list-header {
    padding-top: 30px;
}

#category-description p {
    font-size: 10px;
}

a.desk1 {
    display: none;
}

.spec1 {
    background: #f9fafb;
    font-size: 13px;
    padding: 20px;
    border-radius: 25px;
    margin: 20px 0 25px 0;
}

.mobi1 {
	display:none;
}

.product-miniature__title {
    height: auto;
}

.product-miniature__actions {
    opacity: 1;
    height: auto;
}

.product-miniature__actions .btn-primary {
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 7px;
    margin: 7px 0 5px 0;
    width: 100%;
}
.product-miniature__pricing.text-right .price {
    font-size: 0.7rem;
    margin: 0 auto;
    padding: 3px 6px 1px 6px;
}
img.rounded.img-fluid.lazyload.entered.loaded {
    border: 1px solid white;
}
.bootstrap-touchspin {
    margin: 0 auto;
}

.breadcrumb {
    font-size: 10px;
    margin: 5px 0 0 0;
}

.col-lg-35 {
    max-width: 50% !important;
}

.rounded, .rounded-sm {
    border-radius: 25px !important;
}

img.rounded.img-fluid.lazyload.entered.loaded {
    padding: 0px;
    width: 100%;
    border: 10px solid white;
}

.cms-content ol, .cms-content ul {
    list-style: inherit;
    list-style-position: inside;
    padding-left: 0;
    font-size: 12px;
}

body#product .col-md-5.mb-4 .blockreassurance_product {
    display: none;
}	

body#product .col-md-7.mb-4 .blockreassurance_product, body#product .col-md-7.mb-4 .spec0 #raty1 {
    display: table;
}

div#blockEmailSubscription_displayFooterBefore {
    padding: 0 0% 0 0;
}

#blockEmailSubscription_displayFooterBefore .news1 {
    width: 100% !important;
    float: left;
    flex: 0 0 100%;
    margin: 5px 0 0 0px;
}

div#blockEmailSubscription_displayFooterBefore .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: 0;
}

div#blockEmailSubscription_displayFooterBefore .col-6 {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    flex: 0 0 100%;
}

#blockEmailSubscription_displayFooterBefore p {
    text-align: center;
    margin: 0 0 6px 0;
}

#blockEmailSubscription_displayFooterBefore h6 {
    font-size: 26px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}



#kontakt1 {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
}

#kontakt1 p {
    text-align: center;
}

#kontakt1 small {
    text-align: center;
    width: 100%;
}

#kontakt1 a {
    justify-content: center;
}

.d-flex.align-items-center.mb-3.justify-content-between.position-relative {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
}

li.links-list__elem {
    text-align: center;
}

.footer-container .footer2 {
    float: left;
    padding: 5px;
    width: 100%;
}

#konto1 {
    float: left;
    margin: 0 9px;
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 22px 20px 22px 22px;
    align-content: center;
    background: #4e2bc5;
    border-radius: 13px;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    justify-content: center;
}

.blockreassurance_product span.block-title {
    line-height: 18px;
}



#copy .copy2 img {
    max-width: 92%;
    margin: 0 auto;
    display: table;
}

#copy .copy1 {
    text-align: center;
    font-size: 10px;
}

#copy {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    font-size: 12px;
    margin: 25px 10px 0 10px !important;
    align-content: center;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    padding: 20px 0px 10px 0px;
    margin-top: 15px;
    flex-direction: column-reverse;
}


}
