
:root {
    --header-background-default: #000;
    --background-content: #000;
    --custom-color: var(--blue-color);
    --background-default: #2c2c2c;
    --border-default: #000;
    --background-grey: #191919;
}
body{
	color:#ccc;
	background-color: var(--background-default);
}

.breadcrumb{
	background-color: #000;
}
.background-grey{
    background: #191919;
	/*border-top: 1px solid #333;*/
}

#delivery_street_form #extraInfo,
#delivery_street_form .aircomplete-list,
.card-body{
    color: #aaa;
}
/*svg .stroke-black{
    stroke: #fff;
}
svg .fill-.white{
    fill: #000;
}
svg .fill-black{
    fill: #fff;
}*/
.cover-a{fill:none}
.cover-b{clip-path:url(#a)}
.cover-d {fill: hsla(20, 20%, 95%, 1)}
.cover-d{opacity:0.5;isolation:isolate;}
.cover-d{fill: #656565}
.cover-c{fill: #000;}
.zamawiaj-online .cover-c {
    fill: var(--background-default);
}
body.private-page.dark .cover-c{fill: #000;}
/*hsl(0,0%,0%)*/

.big-bg-ico{
	color: #fff;
	font-size: 3rem;
	stroke: #000;
	text-shadow: 0 0 2px #aaa;
	line-height: 3rem;
	float:right;
}
/*.tooltip-main,
.tooltip-inner,
.tooltip-arrow{
  background-color: rgba(0,0,0,.9) !important;
  color: #aaa;
}*/

/*.tooltip-main,*/
.tooltip-inner{
  background-color: rgba(200,200,200,.8) !important;
  color: #000;
   border-color: #fff !important;
}


/*.bs-tooltip-auto[x-placement^=bottom] .arrow::before,*/
.bs-tooltip-right .arrow::before {
  border-right-color: rgba(200,200,200,.8);
}
/*.bs-tooltip-auto[x-placement^=bottom] .arrow::before,*/
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: rgba(200,200,200,.8);
}
/*.bs-tooltip-auto[x-placement^=bottom] .arrow::before,*/
.bs-tooltip-top .arrow::before {
  border-top-color: rgba(200,200,200,.8);
}
/*.bs-tooltip-auto[x-placement^=bottom] .arrow::before,*/
.bs-tooltip-left .arrow::before {
  border-left-color: rgba(200,200,200,.8);
}


.popover-header {
    color: #111;
}


body.dark .dark-mode-off{
	display: none !important;
}
body.light-mode .light-mode-off{
	display: none !important;
}
body.dark .alert-warning{
	background: rgba(255,243,205,.5);
	color: #fff;
}

body.dark .alert-danger{
	background: rgba(248,115,118,.2);
	color: #fff;
}
body.dark .alert-success{
	background: rgba(112,237,118,.4);
	color: #fff;
}
body.dark .alert-primary{
	background: rgba(60,124,263,.4);
	color: #fff;
}
body.dark .alert-secondary{
	background: rgba(100,100,100,.5);
	color: #fff;
}



body.dark .select2-container--default .select2-selection--single,
body.dark .select2-container--default .select2-selection--single .select2-selection__rendered,
body.dark .select2-container--default,
body.dark .select2-selection--multiple,
body.dark .select2-dropdown,
body.dark .select2-container--default .select2-search--dropdown .select2-search__field,
body.dark .select2-container--default .select2-selection--multiple,
body.dark .select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #eee;
    background-color: #000;
}
body.dark .select2-container--default .select2-selection--multiple{
    color: #eee;
    background-color: #000;
    border: 1px solid #6c757d;
}
body.dark .select2-dropdown,
body.dark .select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #6c757d;
}
.select2-container--default .select2-results__option[aria-selected=true]{
/*	color: #eee !important;
	background-color: #666 !important;
    background-color: --blue;*/
}
.select2-container--default .select2-search--inline .select2-search__field{
	/*color: #eee;*/
}

.form-control:disabled, 
.form-control[readonly]{
   background: none; 
}
.payment-ico{
    display: inline-block;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    height: 25px;
}
.payment-ico.payment-p24{
    background-image: url(/img/ico/payments/p24-light.png);
    width: 73px;
}
.payment-ico.payment-payu{
    background-image: url(/img/ico/payments/payu-light.png);
    width: 51px;
}
.payment-ico.payment-blick{
    background-image: url(/img/ico/payments/blik.png);
    width: 54px;
}