a:focus,button:focus {outline: none;}
button::-moz-focus-inner {border: 0;}
body {overflow-y: scroll;}

/*** GLOBAL ***/
body {
	1background: #F4F6F9;
	font-size: 15px;
    1background-color: rgba(0, 0, 0, .1);
    1box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
	background: #EEF9FF;

}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
header + section {
    flex: 1;
}


h1 {
	font-size: 2.0rem;
	margin-bottom: 1rem;
}
h2 {
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
}
h3 {
	font-size: 1.3rem;
	margin-bottom: 0.8rem;
}
label.required::after, .form-group.required > label::after {
	color: #dd4b39;
	content: "*";
	font-size: 15px;
	padding-left: 3px;
}

.form-check.required > label::before  {
	color: #dd4b39;
	content: "*";
	font-size: 15px;
	padding-right: 3px;
}

.alert-danger {
  color: #fff;
  background: #dc3545;
  border-color: #d32535;
}
.alert-danger.alert-dismissible p {
	margin-bottom: 0px;
}
#flashmsg {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:9999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align:center;
	text-transform: uppercase;
	font-size: 17px;
	padding: 12px;
}
body > header + section {
margin-bottom: 50px;
}
h1 + .alert h2 {
font-size:0.90rem;
line-height: 1.5;
}




/*** HEADER ***/
#topbar {
	background: #343a40;
	color: #c2c7d0;
	padding: 10px 0;
	font-size: 0.90rem;
}
#topbar a {
	color: #c2c7d0;
}
#topbar .active,
#topbar .nav-pills .nav-link.active, #topbar .nav-pills .show > .nav-link {
	background-color:#c6c6c6;
	color: #000;
}

header .dropdown-menu {
	min-width: auto;
}
.formsearch {
1margin-top:2px
}
#cartbutton {
margin-right:10px;
margin-left:10px;
}
#cartbutton i {
margin-right: 5px;
}
#cartbutton span {
margin-left: 5px;
}
#cartbutton .badge {
font-size: 85%;
}


/*** FOOTER ***/
footer {
	background: #1F1F1F;
	color: #c2c7d0;
}
footer .border-top {
	border-color: #303030 !important;
}
#cookie {
	background: #1F1F1F;
	position: fixed;
	width: 100%;
	bottom: 0px;
	padding: 5px;
	text-align: center;
	display:none;
}
#cookie p{
	1font-size: 0.9rem;
	color: #6c757d;
	padding: 0px;
	margin: 0px;
}
#cookie .accept, #cookie .btn {
  font-size: 0.85rem;
  padding: 2px 5px;
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}


/*** MAIN ***/
.tree a.btn + button,
.tree > button + button {
	margin-left:10px;
}
.tree a.btn + button .fa::after {
	content: "\f068";
}
.tree a.btn + button.collapsed .fa::after {
	content: "\f067";
}
.tree > ul {
	margin-left: 35px;
	margin-top: 10px;
}
.tree li {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	padding: 2px 0px 2px 0px;
}
.tree li::before,
.tree li::after {
	content:'';
	left:-20px;
	position:absolute;
	right:auto
}
.tree li::before {
	border-left:1px solid #000;
	bottom:50px;
	height:100%;
	top:0;
	width:1px
}
.tree li::after {
	border-top:1px solid #000;
	height:20px;
	top:19px;
	width:20px
}
.tree ul li ul {
	margin-left: 40px;
}
.tree ul li:first-child {
	padding-top: 4px;
}
.tree ul li:last-child {
	padding-bottom: 0px;
}

.tree li:last-child::before {
	height: 20px;
}
.tree > ul > li:first-child::before {
	top: 18px;
}




.getcategories3 a {
	color: #212529;
}
.getcategories3 li.current {
}
.getcategories3 a.current {
	color: #212529;
	font-weight: bold;
}
.getcategories3 .list-group-item {
	padding: .30rem 1.25rem;
}
.getcategories3 li + ul + li.list-group-item {
	border-top-width: 1px;
}
.getcategories3 li.expand {
}
.getcategories3 li.expand + ul {
	margin-left: 30px;
}
.getcategories3 li.expand + ul > li.list-group-item {
	border-left-width: 1px !important;
}
.getcategories3 li.list-group-item.expand.current {
	border-left-width: 4px !important;
	1border-left-color: #212529;
	background: #E9ECEF;
}



.productslist .card:hover {
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.productslist .card .card-title {
font-size: 0.95rem;
line-height: 1.5;
text-align: center;
}
.productslist .card a.image {
margin: 1rem 0px;
}
.productslist .card .card-body {
padding: 0px 0.5rem;
margin: 0.5rem 0px;
}
.productslist .card .card-text {
font-size: 0.8rem;
line-height: 1.3;
}
.productslist .card .card-footer {
padding: 0.75rem 0.75rem;
}
.productslist .card .price,
.productslist .card .storage {
margin-bottom:0px;
}


#productdetail h1 {
font-size: 2.0rem;
}
#productdetail .card-title {
font-size: 1.3rem;
}
#productdetail .price {
font-size: 1.6rem;
}
#productdetail .detail span {
font-weight:bold;
margin-right: 10px;
}
#productdetail .counter {
width:auto;
float:left;
}
#productdetail .counter input {
border-left: 0px !important;
border-right: 0px none !important;
max-width: 50px !important;
background: transparent;
}
#productdetail .counter button {
font-size: 0.6rem;
}
#productdetail .description_html h1 {
font-size: 1.3rem;
}
#productdetail .description_html .p-5 {
padding: 5px !important;
}
#productdetail .image_area img {
	padding: .25rem;
	max-height: 100%;
	width: auto;
	max-width: 88px;
}




#kosik thead, #kosik tfoot {
--bs-border-width: 0px;
}
#kosik th {
vertical-align: middle;
border: 0px none;
}
#kosik th, #kosik td {
padding: 0.5rem;
vertical-align: middle;
}
#kosik td.image img {
padding: .25rem;
max-width: 100%;
height: auto;
max-height: 75px;
}
#kosik h4 {
font-size: 1.10rem;
}
#kosik .detail {
display:block;
}
#kosik .detail > span {
font-weight:bold;
margin-right: 10px;
}
#kosik .price_total {
font-weight:bold;
font-size: 1.2rem;
}
#kosik td[colspan] {
font-weight:bold;
text-align:right;
}
#kosik .action {
white-space: nowrap;
text-align: center;
}
#kosik tfoot .action {
text-align: center;
}
#kosik #productdetail {
width: 125px;
}
#kosik #cart_delivery img {
padding: .25rem;
max-width: 100%;
height: auto;
max-height: 50px;
}
#kosik #cart_listing .name
#kosik #cart_delivery .name,
#kosik #cart_payment .name {
1width:70%
}
#kosik #cart_listing .price,
#kosik #cart_delivery .price,
#kosik #cart_payment .price {
width:30%;
text-align:right;
1margin-left: 15px;
white-space: nowrap;
}
#kosik #cart_listing li:first-child *,
#kosik #cart_listing #cart_listing_total {
font-weight:bold;
}



/*** ADDONS ***/
.hidden, hidden {
	display:none !important;
}
#banner .owl-stage-outer {
	border: 1px solid #dee2e6;
	border-radius: .25rem !important;
}

@media all and (min-width: 768px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}


a.productimage[data-fancybox] {
    position: relative;
		/*height: 100%;*/
		display: block;
}
.ribbon {
  width: auto;
  height: auto;
  line-height: 20px;
  padding-left: 15px;
  position: absolute;
  left: -7px;
  top: 20px;
  background: #007bff;
	border-radius: 0px 3px 3px 3px;
}
.ribbon:before {
  content: "";
  position: absolute;
}
.ribbon:before {
  height: 0;
  width: 0;
  top: -6.5px;
  left: 1.1px;
  border-bottom: 7px solid #007bff;
  border-left: 7px solid transparent;
	filter: brightness(65%);

}
.ribbon span {
	display:block;
	padding: 5px 15px 5px 0px;
	color: #fff;
}

.novinka{background-color: #EA4213;}
.novinka:before {border-bottom-color: #EA4213;}
.akce{background-color: #e0a800;}
.akce:before {border-bottom-color: #e0a800;}
.vyprodej{background-color: #007bff;}
.vyprodej:before {border-bottom-color: #007bff;}
.doprodej{background-color: #007bff;}
.doprodej:before {border-bottom-color: #007bff;}
.posledni{background-color: #007bff;}
.posledni:before {border-bottom-color: #007bff;}

.productslist a.image .ribbon {
  padding-left: 12px;
}
.productslist a.image .ribbon:before {
top: -6.5px;
left: 0.1px;
}
.productslist a.image .ribbon span {
	padding: 4px 8px 4px 0px;
	font-size:13px;
}







/*** FIX ***/
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow:none;
}
/*body.modal-open,
body.modal-open .modal {
	padding-right: 0px !important;
}
body.modal-open .fixed-top {
padding-right: 1rem  !important;
}
fixed by overflow on body instead of html
*/
body.compensate-for-scrollbar {
margin-right: 0px !important;
}

.card.web_notice {
}
.card.web_notice * {
	color: #fff !important;
}

.card-header[data-toggle="collapse"] {
    cursor: pointer;
}
.card-header .icon {
    float: left;
    margin-right: 10px;
}
.card-header .icon i.fas:before {
    content: "\f078";
}
.card-header.collapsed .icon i.fas:before {
    content: "\f077";
}

.description_html figure.table table {
    width: 100%;
    table-layout: fixed;
    word-wrap: normal;
    white-space: normal;

    display: block;
    width: 100%;
    overflow-x: auto;
}
.description_html figure.table table th,
.description_html figure.table table td {
    padding: .3rem;
    border: 1px solid #dee2e6;
}



*[class*=' status_color_'].badge {
    font-size: 90%;
    background-color: #aaa;
    color: #333;
}
.badge.status_color_1 {
    background-color: #0000000d;
    color: #333;
}
.badge.status_color_3 {
    background-color: #28a745;
    background-color: #007BFF;
    color: #fff;
}
.badge.status_color_2,
.badge.status_color_5,
.badge.status_color_6 {
    background-color: #28a745;
    color: #fff;
}


/********** MOBILE RESPONSIVE  **********/
@media screen and (max-width: 767px) {
	#topbar {
		font-size: 0.85rem;
	}
	#topbar .nav-link {
		padding: .5rem 0.5rem;
	}
}/*media*/




/*** MODAL FULLSCREEN PPL GMAP ***/
.modal.fullscreen {
  padding: 0 !important; 
}
.modal.fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal.fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal.fullscreen .modal-body {
  overflow-y: auto;
}
@mixin modal-fullscreen() {
  padding: 0 !important;

  .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-body {
    overflow-y: auto;
  }

}

@each $breakpoint in map-keys($grid-breakpoints) {
  @include media-breakpoint-down($breakpoint) {
    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
    .modal-fullscreen#{$infix} {
      @include modal-fullscreen();
    }
  }
}








/********** REDIZAJN  **********/
/*
Bootstrap Navbar vertical line separator
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 0.5em;
  }
  .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 2px solid #000000;
  }
}
*/

/*
zmena classov zo 4 na 5
https://getbootstrap.com/docs/5.3/migration/#v500
*/

.form-group {
    margin-bottom: 1rem;
}
label {
    margin-bottom: .5rem;
}
.float-right { /*to float-end */
    float: right !important;
}








