/* The Modal (background) */
.modal-nc {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1040; /* Sit on top */
/*  animation: slide-down 5s; */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 150%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-nc-content {
  background-color: #fefefe;
  margin: 15px auto; /* 15% from the top and centered */
  padding: 0px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  height: calc(65% - 20px);;
  overflow: hidden;
}

.modal-ncs-content
{
	position:relative;
	background-color:#fff;
	background-clip:
	padding-box;
	outline:0
}

.modal-ncs-header
{
	padding:15px;
	border-bottom:1px solid #e5e5e5
}
.modal-ncs-header:after
{
	content:"";
	display:table;
	clear:both
}

.modal-ncs-header .close{margin-top:-2px}


.modal-nc-body {
  padding: 10px 15px;
  width: 100%;
  height: 90%;
  overflow-y: auto; /* Enable scroll if needed */
  overflow-x: hidden;
}

/* The Close Button */
.close-nc {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-nc:hover,
.close-nc:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.flex-column-nc {
	flex-direction: column; 
    flex-flow: column;
}

.nc-toggle
{
	display: none; 
	text-align: justify;
}

.mapButton {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);    
    text-decoration  : none; 
    font-weight      : bold;
}

#header .header-nav .user-info{text-align:left;margin-left:0}

.tabs .nav-tabs .nav-link1 {
    color: #b6b6b6;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    padding: 0 10px 0px 10px;
    text-transform: uppercase;
}
.tabs .nav-tabs .nav-link1.active, 
.tabs .nav-tabs .nav-link1:hover{
    /*color:#1e1e1e; inno-theme-option */
 /*   border:1px solid #ffdc52;*/
    border:1px solid #e2e2e2;
/*    border:1px solid #4e7df1;*/
	border-bottom:0;
	padding: 0 10px 0 10px;
	color: #4e7df1;
	background:#f7f7f7;
}
.tabs .nav-tabs .nav-link2 {
    color: #cc3333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    padding: 0 10px 0px 10px;
    text-transform: uppercase;
    
 }
.tabs .nav-tabs .nav-link2.active, 
.tabs .nav-tabs .nav-link2:hover{
    /*color:#1e1e1e; inno-theme-option */
 /*   border:1px solid #ffdc52;*/
    border:1px solid #e2e2e2;
/*    border:1px solid #4e7df1;*/
	border-bottom:0;
	padding: 0 10px 0 10px;
	color: #4e7df1;
	background:#f7f7f7;
}


.my-tab-content
{
	background:#f7f7f7;
}

@media screen and (min-width:70050px){
.mobile-logo-bar {
    display: flex;
    height: 70px;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

}
.cart span.icon1 {
    display: flex;
    font-size: 21px;
    color: #1e1e1e;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    top: 0;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 12px;
}
#_mobile_user_icon #Capa_1 {
	width: 45px;
	height: 37px;
	margin: 5px 11px 3px 0;
	padding: 4px  0 0 0;

}
.mobile-search-bar {
	display: none;
}
.mobile-menu-meta {
	border-bottom: 3px solid #4e7df1;
/*	background-color: #fafafa; */
}
#header .header-nav {
    height: 80px;
}
#search_block_top1 .btn.button-search{
	color:#222;
    line-height: 42px;
}

@media screen and (min-width: 768px){
.cart span.hidden-sm-down1 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
#_mobile_cart .innovatory-cart{
padding: 15px 0px;
}
#_mobile_cart .innovatory-cart a.cart{
background-color: var(--main-color);
padding: 0px 15px;
}
}

@media screen and (max-width:767px){
.cart span.hidden-sm-down1 {
    display: none;
}
#header .innovatory-cart .cart > span.icon1 {
    width: 26px;
    height: 24px;
    background-size: 50px;
    border-left: none;
    padding: 0;
    margin: 0;
}
#_mobile_user_icon #Capa_1 {
	width: 24px;
	height: 24px;
	margin: 3px 11px 1px 2px;
	padding: 2px  0 0 0;
}

.tabs .nav-tabs .nav-link2 {
    line-height: 28px;
    padding: 0 5px 0px 5px;
}
.tabs .nav-tabs .nav-link2.active, 
.tabs .nav-tabs .nav-link2:hover{
	padding: 0 5px 0 5px;
}
.tabs .nav-tabs{	
height: 30px;	
}
.page-addresses #content{
padding: 10px;	
}	
}
/*		
@media (max-width:992px){
#_mobile_search1 {
	display: none;
}
.mobile-search-bar {
	display: block;
}
#header .header-nav {
    height: 140px;
}	
}	
*/

#cookie_info{
    bottom: 15px;
    color: #222;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 27px;
    opacity: 0.9;
    position: fixed;
    left: 10%;
    text-align: center;
    width: 80%;   
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    background-color: #b6b6b6; 
    z-index: 99;   
    transition:all .3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;    
}

.cookie_in{
	margin-left: 20px;
}

.j-image
{
    position: absolute;
    height: 100% !important;
}

.cookie_info_n{
    color: #222;
    display: block;
    font-size: 14px;
    line-height: 27px;
    opacity: 0.9;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;   
    background: rgba(0, 0, 0, .8) !important; 
    z-index: 999;   
    transition:all .3s;
}

.cookie_info_n2{
    color: #222;
    display: block;
    font-size: 14px;
    line-height: 27px;
    opacity: 0.9;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;   
    background: rgba(0, 0, 0, .8) !important; 
    z-index: 9999;   
    transition:all .3s;
    overflow-y: auto;
    overflow-x: hidden;
}

.cookie_info_content_n{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10 auto;
    padding: 10px 10px;
    font-size: 13;
    line-height: 17px;
    width: 90%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;    
}

.cookie_info_content_item_align_n
{
	text-align: center;
}

.cookie_info_content_item_n{
    font-size: 13px;
    font-weight: 300;
}

.cookie_info_content_item_button_n
{
	background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;    	
}

.cookie_info_content_item_par_n
{
	text-align: justify;	
}

.cookie_in_n1{
    font-size: 15px;
    font-weight: 300;
	margin-right: 0px;
	color: rgba(132,86,239,1);
	text-decoration: underline;
}

.cookie_in_n2{
    font-size: 15px;
    font-weight: 300;
   	margin-right: 20px;
	color: rgba(132,86,239,1);
	text-decoration: underline;
}

.cookie_in_n3{
	margin-right: 0px;
	margin-top: 20px;
	background-color: rgba(132,86,239,1);
	color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;    	
}

.cookie_in_n4{
    font-size: 15px;
    font-weight: 300;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #000000;
	padding: 10px;
}

.cookie_in_n4:hover{
	color: #aaaaaa;
}

.cookie_info_content_item_n .condition-label{margin-left: 1.7rem;margin-top:.525rem}
.cookie_info_content_item_n .js-terms1{text-align: left}

@media (min-width:544px){	
.cookie_info_content_n{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 20px 30px;
    font-size: 13;
    line-height: 17px;
    width: 90%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;    
}
}

@media (min-width:768px){
.cookie_info_content_n{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 15px 25px;
    font-size: 14;
    line-height: 27px;
    width: 500px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;    
}
.cookie_info_content_item_align_n
{
	text-align: right;
}
	
}

@media (min-width:992px){
.cookie_info_content_n{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 20px 30px;
    font-size: 14;
    line-height: 27px;
    width: 700px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;    
}
.cookie_info_content_item_align_n
{
	text-align: right;
}
	
}


.scroll-box-arrows .owl-next, .scroll-box-arrows .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	 font-size: 45px;
}
.scroll-box-arrows .owl-prev{
	left: 0px;
}
.scroll-box-arrows .owl-next{
	right: 0px;
}

.scroll-box-arrows > *{
    color: #fff;
    display: inline-block;
    font-size: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    width: 35px;
    height: 120px;
    text-align: center;
    line-height: 26px;
    border: 1px solid transparent;
    background-color: #ffffff;
    bottom: 40px;
}

.scroll-box-arrows .left {
    left: 8px;
}
.scroll-box-arrows .right {
    right: 8px;
}

ol.reglistMain {
  counter-reset: listMain;
  padding-left: 24px;
}
ol.reglistMain > li {
  list-style: none;
  position: relative;
}
ol.reglistMain > li:before {
  counter-increment: listMain;
  content: counter(listMain, decimal) ". ";
  position: absolute;
  left: -1.7em;
}
ol.reglistMain > li > p {
  display: inherit;
  margin-bottom: 0;
}

ul.reglist {
  counter-reset: list;
  padding-left: 24px;
}
ul.reglist > li {
  list-style: none;
  position: relative;
}
ul.reglist > li:before {
  counter-increment: list;
  content: counter(list, decimal) ") ";
  position: absolute;
  left: -1.7em;
}
ul.reglist > li > p {
  display: inherit;
  margin-bottom: 0;
}

ul.reglistL {
  counter-reset: listL;
}
ul.reglistL > li {
  position: relative;
  list-style: none; 
  padding-left: 24px;
}
ul.reglistL > li:before {
  counter-increment: listL;
  content: counter(listL, lower-latin) ". ";
  position: absolute;
  left: -0.1em;
}
ul.reglistL > li > p {
  display: inherit;
  margin-bottom: 0;
}

.radio-del {
  margin: 0px;
}

.radio-del input[name="del"] {
  opacity: 0;
  position: fixed;
  width: 0;
  margin: 0px;
  padding: 0px;
  height: 0px;
}

.radio-del label {
    background-color: #f6f6f6;
    padding: 10px 20px;
    border: 1px solid #444;
    border-radius: 4px;
}

.radio-del label:hover {
  background-color: #e6e6e6;
  border: 1px dashed #2F71DC;
}

.radio-del input[name="del"]:focus + label {
	background-color: #e6e6e6;
    border: 1px dashed #2F71DC;
}

.radio-del input[name="del"]:checked + label {
    background-color: #eFf1ff;
    border: 2px solid #2F71DC;
}
  
.radio-pay {
  margin: 0px;
}

.radio-pay input[name="payment-option"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-pay label {
    background-color: #f6f6f6;
    padding: 10px 20px;
    border: 1px solid #444;
    border-radius: 4px;
    text-align: left;
}

.radio-pay label:hover {
  background-color: #e6e6e6;
  border: 1px dashed #2F71DC;
}

.radio-pay input[name="payment-option"]:focus + label {
	background-color: #e6e6e6;
    border: 1px dashed #2F71DC;
}

.radio-pay input[name="payment-option"]:checked + label {
    background-color: #eFf1ff;
    border: 2px solid #2F71DC;
}

.radio-adr {
  margin: 0px;
}

.radio-adr input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-adr label {
    background-color: #f6f6f6;
    border: 1px solid #444;
    border-radius: 4px;
    margin-bottom:.625rem;
    margin-left:2px;
    margin-right:2px;
    padding:.9375rem;
    text-align:left;
    box-sizing: inherit;
    display: block;
}

.radio-adr label:hover {
  background-color: #e6e6e6;
  border: 1px dashed #2F71DC;
}

.radio-adr input[type="radio"]:focus + label {
	background-color: #e6e6e6;
    border: 1px dashed #2F71DC;
}

.radio-adr input[type="radio"]:checked + label {
    background-color: #eFf1ff;
    border: 2px solid #2F71DC;
}

.banner-top {
	background-image: url(../img/baner/baner.jpg);
	background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.banner-pos {
	float:left;
	width: 20%;
}

.banner-pic {
	margin: 7px;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 25%;
	padding-right: 25%;
}
.banner-txt {
	margin: 1px;
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	font-size: 8px;
}

@media (min-width:544px){	
.banner-pic {
	margin: 5px;
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 15%;
	padding-right: 15%;
}
.banner-txt {
	margin: 5px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: small;
}}

@media (min-width:768px){
.banner-pic {
	margin: 7px;
	padding-top: 10%;
	padding-bottom: 7%;
	padding-left: 20%;
	padding-right: 20%;
}
.banner-txt {
	margin: 7px;
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	font-size: 1em;
}}

@media (min-width:992px){
.banner-pic {
	margin: 8px;
	padding-top: 8%;
	padding-bottom: 8%;
	padding-left: 25%;
	padding-right: 25%;
	
}
.banner-txt {
	margin: 8px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}}

@media (min-width:1200px){
.banner-pic {
	margin: 10px;
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 30%;
	padding-right: 30%;
}
.banner-txt {
	margin: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	vertical-align: text-top;
}}

.wholesale {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    width:auto;
    margin-bottom:10px;
    vertical-align: middle;
    display: block;
    width: auto;
    float: none;
}

.wholesale_tab{
	display: table;
}
.wholesale_tr{
	display: table-row;
}
.wholesale_td{
	display: table-cell;
}
.wholesale_td1{
	display: table-cell;
	padding-right: 10px;
}
.modal-op {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1040; /* Sit on top */
/*  animation: slide-down 5s; */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 150%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-op-content {
  background-color: #fefefe;
  margin: 15px auto; /* 15% from the top and centered */
  padding: 0px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  height: calc(65% - 20px);;
  overflow: hidden;
}

.close-op {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-op:hover,
.close-op:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-ops-content
{
	position:relative;
	background-color:#fff;
	background-clip:
	padding-box;
	outline:0
}

.product-reference-1 {
    padding: 5px 0px 5px 0px;
    font-size:20px;
    font-weight: 900;
    color: #ed1d23;
}

.product-reference-1:hover {
    color: #0000aa;
}

.product-reference-2 {
    color: #ed1d23;
    font-weight: normal;
    font-size:14px;
}

.product-reference-2:hover {
    color: #0000aa;
}

:focus {
  outline: none;
}

button:focus, a:focus {
  outline: none;
}

.cms-page-link:focus, .custom-page-link:focus{
   outline: none;
}

.add-to-cart:focus, a.label:focus, a.btn:focus{
  outline: none;
}

.mypresta_scrollup:focus{
  outline: none;
}

#_mobile_cart .innovatory-cart a.cart:focus{
  outline: none;
}

#search_block_top .btn.button-search:focus{
  outline: none;
}

#quantity_wanted:focus, .product-line-grid-right .bootstrap-touchspin > .form-control:focus, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:focus, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:focus-visible{
  outline: none;
}

.product-quantity .input-group-btn-vertical .btn:focus{
  outline: none;
}

.block_newsletter .innovatoryForm .btn:focus{
  outline: none;
}

button.btn-primary:focus{
  outline: none;
}

.form-group .input-group .input-group-btn > .btn:focus{
  outline: none;
}

input[type="checkbox"]:focus{
  outline: none;
}

:focus-visible {
 background-color: #FFFF00; /* tło */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  outline-offset: 3px; /* odstęp od elementu */
  color: #000000; /* czarny tekst */
}

button:focus-visible, a:focus-visible {
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

.cms-page-link:focus-visible, .custom-page-link:focus-visible{
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

.add-to-cart:focus-visible, a.label:focus-visible, a.btn:focus-visible{
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

.mypresta_scrollup:focus-visible{
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

#_mobile_cart .innovatory-cart a.cart:focus-visible{
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

#search_block_top .btn.button-search:focus-visible{
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

#quantity_wanted:focus-visible, .product-line-grid-right .bootstrap-touchspin > .form-control:focus-visible, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:focus-visible, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:focus-visible{
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

.product-quantity .input-group-btn-vertical .btn:focus-visible{
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

.block_newsletter .innovatoryForm .btn:focus-visible{
  background-color: #FFFF00; /* tło */
  color: #000000; /* tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

button.btn-primary:focus-visible, .checkout .btn:focus-visible, .cart-grid .cart-grid-right .checkout .btn:focus-visible {
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

.form-group .input-group .input-group-btn > .btn:focus-visible {
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

.radio-del input[name="del"]:focus-visible + label, .radio-pay input[name="payment-option"]:focus-visible + label, .radio-adr input[type="radio"]:focus-visible + label  {
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
}

input[type="checkbox"]:focus-visible{
  background-color: #FFFF00; /* tło */
  color: #000000; /* czarny tekst */
  outline: 3px solid #7f58ee; /* niebieskie, grube obramowanie */
  box-shadow: 0 0 5px #7f58ee; /* dodatkowy efekt podświetlenia */
   outline-offset: 2px;
   opacity:1;
}

