.h1200 {
	height: 1200px
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

.progress-basket-stepper .progress-step {
	text-align: center;
	display: inline-block
}

.progress-basket-stepper .line {
	width: 100px;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 27px
}

.progress-basket-stepper .progress-step-circle {
	height: 25px;
	width: 25px;
	background-color: #bbb;
	color: #fff;
	border-radius: 5px;
	display: inline-block
}

.progress-basket-stepper .progress-step-circle span {
	line-height: 25px
}

.progress-basket-stepper .progress-step.active .progress-step-circle {
	background-color: #727171;
	font-weight: 600
}

.progress-basket-stepper .progress-step-label {
	color: #a3a2a2
}

.progress-basket-stepper .progress-step.active .progress-step-label {
	color: #696868
}

@media (max-width:575.98px) {
	.progress-basket-stepper .line {
		width: 25px !important
	}
}

@media (max-width:767.98px) {
	.progress-basket-stepper .line {
		width: 60px
	}
}

body {
	margin: 0;
	font-size: .9rem !important;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: var(--main-body-bg-color);
	font-family: 'Roboto', sans-serif;
	overflow-x: auto
}

body {
	padding-top: 148px
}

header {
	height: 151px;
	position: fixed;
	top: 0;
	transition: top .3s ease-in-out;
	width: 100%;
	z-index: 9990
}

.nav-up {
	top: -152px
}

.container {
	position: relative
}
a:hover{
	text-decoration: underline;
}
a {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #000;
	text-decoration: underline
}

.btn {
	font-size: .8rem
}

.dropdown-menu {
	font-size: .8rem
}

.tooltip {
	font-size: .75rem
}

.navbar-toggler {
	padding: .08rem .75rem
}

.sticky-lg-top {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
	z-index: 1020
}

.table {
	--bs-table-hover-bg: rgba(0, 0, 0, 0.12)
}
.top-bar.guest{
	height:15px;
}
.top-bar {

	background-color: var(--main-gc-gienger-color);
	color: var(--main-body-bg-color);
	font-size: .7rem
}

.top-bar .top-bar-content {
	margin: 0;
	padding: 0;
	color: var(--main-body-bg-color)
}

.top-bar .divider {
	width: 1px;
	display: inline;
	border-right: 1px solid var(--main-body-bg-color);
	height: 100%;
	margin: 0 10px
}

.top-bar a {
	color: var(--main-body-bg-color);
	text-decoration: none
}

.top-bar a:hover:not(.dropdown-item) {
	text-decoration: underline;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 99%)
}

.top-bar a:hover {
	text-decoration: underline
}

.top-bar .dropdown-item a:hover {
	text-decoration: underline
}

.top-bar .my-account a {
	padding: 4px 10px 3px;
	text-decoration: none;
	color: var(--main-body-bg-color);
	border-radius: 3px;
	font-size: .8rem;
	position: relative;
	top: 0
}

.top-bar a.my-account:hover {
	text-decoration: underline
}

.top-bar .dropdown-menu {
	font-size: 1.9rem
}

.top-bar .dropdown-menu::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	right: 26%;
	margin-left: 0;
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.top-bar .dropdown-menu::before {
	content: " ";
    position: absolute;
    bottom: 100%;
    right: 5px;
    margin-left: 0;
    width: 150px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
}
.top-bar .dropdown-menu .dropdown-item {
	color: #000 !important
}

.top-bar .dropdown-menu .dropdown-item i {
	margin-right: 7px
}

.top-bar .dropdown-menu .dropdown-item i {
	color: var(--main-gc-line)
}

.header-top {
	border-top: 1px solid grey
}

.head.bg-header-order {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: var(--main-header-order-color)
}

.head .divider {
	width: 1px;
	display: inline;
	border-right: 1px solid var(--main-gc-line);
	height: 100%
}

.head .icons {
	font-size: 1rem
}

.head a {
	color: var(--main-header-icon-color);
	text-decoration: none
}

.head .icons a:hover {
	color: var(--main-header-icon-hover-color);
	text-decoration: underline;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 99%)
}

.head .badge {
	position: relative;
	top: -10px;
	left: 2px;
	border: 1px solid var(--main-badge-border-color);
	border-radius: 5px;
	background-color: var(--main-badge-bg-color);
	color: #fff;
	font-size: .65rem;
	font-weight: 400;
	margin: 0;
	padding: 3px
}

#search .box {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	margin: auto 0
}

#search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 999999;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translate(0, -100%) scale(0, 0);
	-moz-transform: translate(0, -100%) scale(0, 0);
	-o-transform: translate(0, -100%) scale(0, 0);
	-ms-transform: translate(0, -100%) scale(0, 0);
	transform: translate(0, -100%) scale(0, 0);
	opacity: 0
}

#search.open {
	-webkit-transform: translate(0, 0) scale(1, 1);
	-moz-transform: translate(0, 0) scale(1, 1);
	-o-transform: translate(0, 0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	opacity: 1
}

#search .close.close-form {
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 20px;
	z-index:100;
}

.basket-bar {
	position: relative
}

.basket-bar .btn {
	font-size: .8rem
}

.basket-bar .shopping-basket .basket-item {
	position: absolute;
	top: 50px;
	right: -13px;
	width: 340px;
	background: #fff;
	padding: 15px 15px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	z-index: 500000;
	border-radius: 5px
}

.basket-bar .shopping-basket:hover .basket-item {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.shopping-basket a:hover {
	text-decoration: underline
}

.shopping-basket:hover .basket-item::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	right: 10%;
	margin-left: 0;
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.shopping-basket:hover .basket-item::before {
	content: " ";
	position: absolute;
	bottom: 100%;
	right: 5px;
	margin-left: 0;
	width: 150px;
	border-width: 7px;
	border-style: solid;
	border-color: transparent;
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-header {
	padding-bottom: 10px
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-content-item {
	border-top: 1px solid #e6e6e6;
	margin: 5px 0 2px 0;
	padding: 5px 0
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-content .img {
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 5px
}

.shopping-basket div.img img:hover {
	border: 1px solid #dcdedf;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%)
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-content .img img {
	border-radius: 5px
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-content .title a {
	color: #000;
	display: flex
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-content .title a:hover {
	color: var(--main-gc-line);
	text-decoration: underline
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-content .price {
	margin-top: 5px;
	font-size: .8rem;
	font-weight: 600
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-content .remove a {
	color: var(--main-basket-remove-icon)
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-content .remove a:hover {
	color: var(--main-gc-gienger-color)
}

.basket-bar .shopping-basket .basket-item .dropdown-cart-footer {
	border-top: 1px solid var(--main-basket-footer-color);
	padding-top: 10px
}

.shopping-basket {
	padding: 0
}

.search-ico {
	font-size: 1rem !important
}

.whisperer {
	position: absolute;
	height: auto;
	border: 1px solid #ccc;
	background: #f7f7f7;
	box-shadow: 0 0 3px #ccc;
	font-size: .75rem;
	z-index: 999 !important;
	top:40px;
	border-radius:5px !important;
}

.whisperer-item {
	display: block;
	padding: 3px 0
}

.whisperer a {
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	color: #000
}

.whisperer a:hover {
	padding-left: 2px;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	color: var(--main-gc-line);
	text-decoration: underline
}

.whisperer .produkt-box {
	padding: 0 10px 0 0
}

.whisperer .produkt-box .title {
	padding: 5px 0 5px 10px
}

.whisperer .produkt-box .title a {
	display: inline;
	margin-left: 2px;
	color: var(--main-gc-line)
}

.whisperer-item .produkt-box .producer {
	color: #777
}

.whisperer .produkt-box a:hover {
	background-color: #f1f1f1
}

.whisperer .produkt-box strong {
	color: var(--main-gc-line)
}

.whisperer .category-box {
	background-color: var(--main-whisperer-category-box)
}

.whisperer .category-box .title {
	padding: 5px 0 5px 10px
}

.whisperer .category-box strong {
	font-weight: 600
}

.whisperer .category-box li,
.whisperer .category-box ul {
	padding-bottom: 0;
	margin-bottom: 0
}

.top-menu {
	background-color: var(--main-gc-gienger-color);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

top-menu .navbar {
	padding-top: 0;
	padding-bottom: 0
}

.top-menu .nav-link {
	color: #fff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	margin-left: 5px;
	margin-right: 5px
}

.top-menu .nav-link:hover {
	color: rgb(255, 253, 253, .8) !important;
	padding-bottom:5px;
	border-bottom:3px solid white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .99)
}
.top-menu .nav-link.active {
	color: rgba(255, 255, 255, 1) !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .99);
	padding-bottom:5px;
	border-bottom:3px solid white;
}

.top-menu .dropdown-menu {
	font-size: .8rem
}

.top-menu .dropdown-menu .dropdown-item {
	color: #000 !important
}
.top-bar ul a:hover{
	background-color:#dddddd;
}
.top-menu .dropdown-menu .dropdown-item:hover{
	background-color:#dddddd;
}
@media (min-width:1200px) {
	.top-menu .dropdown:hover>.dropdown-menu {
		display: block;
	}
}

.top-menu .overlay,
.top-menu .sidebar {
	position: fixed;
	top: 0;
	bottom: 0
}

.top-menu .sidebar {
	left: -150%;
	max-width: 300px;
	transition: all ease .25s;
	overflow-y: auto;
	z-index: 1032
}

.top-menu .overlay {
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .75);
	visibility: hidden;
	z-index: 1031
}

.top-menu .main-navigation.active .sidebar {
	left: 0
}

.top-menu .main-navigation.active .overlay {
	visibility: visible
}

.top-menu .closebtn {
	display: none
}

@media (max-width:991px) {
	.top-menu .sidebar {
		background-color: #272727
	}

	.top-menu .closebtn {
		display: block;
		text-align: end;
		font-size: 1.6rem
	}

	.top-menu a.closebtn {
		color: #fff
	}

	.top-menu a.closebtn:hover {
		color: #6e6e6e
	}

	.top-menu .dropdown-divider {
		border-top: 1px solid rgba(255, 255, 255, .5);
		display: block
	}

	.top-menu .nav-item i {
		margin-right: 5px
	}
}

@media (min-width:992px) {
	.top-menu .sidebar {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		flex-direction: row;
		max-width: 100%;
		transform: none;
		transition: none;
		overflow-y: visible;
		z-index: auto
	}
}

.breadcrumb-box {
	color: var(--main-breadcrumb-bg-color);
	padding-top: 2px
}

.breadcrumb {
	margin: 3px 0 5px;
	font-size: .65rem
}

.breadcrumb .breadcrumb-item.active {
	color: var(--main-breadcrumb-color)
}

.breadcrumb .breadcrumb-item a {
	color: var(--main-breadcrumb-a-color);
	text-decoration: none
}

.breadcrumb .breadcrumb-item a:hover {
	color: var(--main-breadcrumb-a-hover-color);
	text-decoration: underline
}

.showmore {
	cursor: pointer
}

.sidehoverbar span,.sidehoverbar a {
	background-color: #999;
	border: 1px solid #868686;
	position: fixed;
	top: 177px;
	font-size: 1rem;
	line-height: .99;
	text-decoration: none;
	Color: #fff;
	padding: 10px;
	border-radius: 0 6px 6px 0;
	left: -60px;
	transition: .5s;
	opacity: 1;
	z-index: 200
}

.more {
	display: none
}

.sidehoverbar a:hover, .sidehoverbar span:hover {
	left: 0;
	opacity: 1;
	background-color: var(--main-gc-gienger-color);
	color: #fff;
	cursor:pointer;
}

.sidehoverbar i {
	float: right;
	margin: 0 2px
}

.sidebar-btn {
	width: 100px;
	height: 36px
}

.left-sidebar .title {
	font-weight: 600;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d3d2d2
}

.left-sidebar a {
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.left-sidebar a:hover {
	color: var(--main-gc-gienger-color) !important;
}
body>main.container.shadow-md.aktuality div.aktuality>a p:hover{
	color: var(--main-gc-gienger-color) !important;
}
.left-sidebar .arrow::after {
	content: " ";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f077";
	display: inline;
	transition: all .75s .25s;
	color: #aaa
}

.left-sidebar .arrow:hover {
	text-decoration: none !important
}

.left-sidebar .arrow.collapsed::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f078";
	color: var(--main-gc-line)
}

@media (max-width: 1200px) {
	.left-sidebar {
		background-color: var(--main-leftsidebar-bg-color);
		position: fixed;
		left: -100%;
		top: 0;
		overflow-y: auto;
		z-index: 1000;
		height: 100%;
		text-align: start;
		width: 300px;
		transition: all ease 0.25s;

	}

	.left-sidebar .nav-sidebar {
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 20px;

	}

	.left-sidebar .closebtn {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		display: block;
		text-align: end;
		font-size: 1.6rem;

	}

	.left-sidebar a.closebtn {
		color: #fff;
	}

	.left-sidebar a.closebtn:hover {
		color: rgb(110, 110, 110)
	}

	.left-sidebar .dropdown-divider {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		display: block;
	}

	.left-sidebar .nav-item i {
		margin-right: 5px;

	}

	.left-sidebar li.nav-item {
		margin-right: 5px;

	}

	.navbar nav-sidebar {
		flex-direction: row;
		float: none;
	}

	.sidebarclose {
		text-align: end;
		font-size: 1.6rem;
		z-index: 9999;
		color: #272727;
		display: inline;
		padding-right: 3px;
		float: right;

	}

	.sidebarout {
		left: -100%;
	}

	body>main>div>div.col-lg-2.d-lg-block>div.sidebarin {
		left: 0px;
		transition: left ease 0.25s;
		z-index: 50000;
		top:0px;
	}

}

.left-sidebar .filters .skladem {
	color: green
}

.left-sidebar .filters .akcni-zbozi {
	color: var(--main-gc-gienger-color)
}
.left-sidebar .filters .domovske-produkty{
	color:#13508e;
}
.left-sidebar .filters .vyprodej {
	color: #575555
}

.left-sidebar .filters .skladem {
	color: green
}

.left-sidebar .filters .akcni-zbozi {
	color: var(--main-gc-gienger-color)
}

.left-sidebar .filters .vyprodej {
	color: #575555
}

.left-menu-products li {
	list-style-type: none;
	text-align: left;
	left: 0;
	display: block;
	padding: 0;
	margin: 0
}

.left-menu-products ul {
	list-style-type: none;
	text-align: left;
	left: 0;
	padding: 0;
	margin: 0
}


.arrow-button {
	border: none;
	background-color: transparent
}

.arrow-button:after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: inherit;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f105";
	
}

.arrow-button:hover:after {
	color: var(--main-default-color)
}

.arrow-button:not(.collapsed):after {
	color: var(--main-default-color);
	box-shadow: none;
	transform: rotate(-90deg)
}
.arrow-button:not(.collapsed)>a{
	color: var(--main-default-color) !important;
}

h1.arrow-button:not(.collapsed)>a{
	font-weight:600;
}

@keyframes bounce2 {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-4px)
	}

	60% {
		transform: translateY(-2px)
	}
}

button.subtoggle.arrow-button.collapsed:hover {
	transform: rotate(90deg);
	transition: all .2s ease
}

.accordion-menu-title {
	font-size: .4em;
	font-weight: 400;
	background-color: transparent;
	color: #000;
	align-items: center;
	margin-bottom: 2px;
	margin-top: 2px;
	justify-content: space-between
}

.accordion-header a {
	align-content: flex-end
}

.accordion-item {
	margin-bottom: 4px;
	margin-top: 2px
}

.left-sidebar .manufactures a {
	display: block;
	color: rgb(97, 97, 97);
	font-size:11px;
}

.left-sidebar .manufactures a:hover {
	color: var(--main-gc-line);
	text-decoration: underline
}

main {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #fff;
	border-left: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
	border-top: 1px solid #e7e5e5
}

.alert {
	font-size: .85rem
}

.alert i {
	font-size: 2rem
}

.alert a {
	color: #000;
	text-decoration: underline
}

.alert a:hover {
	color: var(--main-gc-line);
	text-decoration: none
}

.home .img-home-button {
	max-width: 90%;
	height: auto
}

.page-header .arrow {
	position: relative;
	padding: 0 3px;
	margin-left: 5px;
	border-radius: 3px
}

.page-header .arrow::after {
	content: " ";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f077";
	display: inline;
	transition: all .75s .25s;
	color: #aaa;
	font-size: .7rem
}

.page-header .arrow:hover {
	text-decoration: none !important
}

.page-header .arrow.collapsed::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f078";
	color: var(--main-gc-line)
}

.page-header h1 {
	font-weight: 600;
	font-size: .9rem;
	display: inline
}

.page-header h1 {
	color: #979696
}
.page-header h1 i{
	color: #979696
}

.page-header a:hover {
	color: var(--main-gc-line)
}
.page-header a i:hover {
	color: var(--main-gc-line)
}

.page-header h1 i {
	font-size: .8rem;
	position: relative;
	top: -1px
}

.page-header span {
	color: #bebebe;
	font-weight: 400
}

.product-category i {
	font-size: .5rem;
	position: relative;
	top: -1px;
	color: var(--main-gc-line);
	margin-right: 2px
}

.product-category a {
	color: #333
}

.product-category ul li {
	margin-bottom: 10px;
	font-weight: 600
}

.product-category ul li ul li {
	margin-bottom: 0;
	font-weight: 400
}

.product-category ul li {
	padding-right: 0 !important;
	margin-right: 0 !important
}

.product-category ul li ul li a {
	color: #666
}

.product-category ul li ul li::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	font-size: .5rem;
	content: "\f111";
	display: inline;
	color: var(--main-gc-line);
	margin-left: 7px;
	margin-right: 3px;
	position: relative;
	top: -1px
}

.product-category ul li ul li:last-child::after {
	content: " "
}

button.remove {
	color: #706e6e
}

button:hover.remove.btn {
	color: var(--main-gc-gienger-color)
}

#list .test-product-list {
	display: grid;
	grid-template-columns: 10px 20px 90px 10fr 3fr 0 115px 133px 2.5fr 40px 0px;
	grid-template-rows: auto auto auto auto auto;
	gap: 0 10px;
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	grid-auto-flow: column
}

.test-product-list:first-child {
	display: grid;
	grid-template-columns: auto auto auto 10fr 3fr 0 2fr 1fr 2fr auto auto;
	grid-template-rows: auto auto auto auto auto auto;
	gap: 0 10px;
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	grid-auto-flow: column
}

.legend:nth-child(1n+3):not(:last-child) {
	padding-top: 10px;
	padding-bottom: 10px
}

.legend-move {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1
}

.legend-item-desc {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 1
}

.legend-DPC-VAT-discount {
	grid-column-start: 5;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 1;
	text-align:right !important;
}

.legend-warehouse-avaibility {
	grid-column-start: 6;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 1
}

.legend-noVAT-price {
	grid-column-start: 6;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 1;
	text-align: end
}

.legend-quantities {
	grid-column-start: 7;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 1;
	text-align: end
}
.legend-selling-price {
	grid-column-start: 8;
	grid-column-end: 8;
	grid-row-start: 1;
	grid-row-end: 1;
	text-align: end
}

.legend-total-price {
	grid-column-start: 9;
	grid-column-end: 9;
	grid-row-start: 1;
	grid-row-end: 1;
	text-align: end
}

.legend-delete {
	grid-column-start: 10;
	grid-column-end: 10;
	grid-row-start: 1;
	grid-row-end: 1;
	color: transparent
}

.test-product-list .move-up-down {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: end;
	display:grid;
	text-align:center;
}
.test-product-list .move-up-down a.btn-favourite i{
	color:#C10841;
	margin-top:14px;
}
.test-product-list .move-up-down>a>div{
	display:flex;
	justify-content:center;
}

.test-product-list .sticker-wrapper-basket {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: end;
	position: relative;
	width: fit-content;
	display: flex;
	flex-direction: column
}

.test-product-list .img.img-cart {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 6;
	align-self: center;
	margin-bottom: 10px
}

.test-product-list .title {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: end;
	align-self: center
}

.test-product-list .product-number {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 4;
	grid-row-end: end;
	margin-top: 2px
}

.test-product-list .product-info-price .text-nowrap {
	font-weight: 300
}

.test-product-list .product-info-price {
	grid-column-start: 5;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end: 6;
	align-self: center;
	font-size: 14px
}

.test-product-list .product-stock {
	grid-column-start: 8;
	grid-column-end: 8;
	grid-row-start: 2;
	grid-row-end: 3;
	display: flex;
	flex-direction: column;
	align-self: center;
	margin-top: 18px;
	margin-bottom: 0
}

.test-product-list .product-stock a {
	z-index: 1;
	font-size: .6rem;
}

.test-product-list .prices-b {
	margin-top: 16px;
	grid-column-start: 7;
	grid-column-end: 7;
	grid-row-start: 2;
	grid-row-end: 6;
	text-align: end;
	display: block
}

.test-product-list .button-box {
	grid-column-start: 8;
	grid-column-end: 8;
	grid-row-start: 2;
	grid-row-end: 6;
	margin: 17px 0 0 0
}

.test-product-list .total-price {
	margin-top: 16px;
	grid-column-start: 9;
	grid-column-end: 9;
	grid-row-start: 2;
	grid-row-end: end;
	text-align: end;
	font-size: 16px
}

.test-product-list .remove-item {
	grid-column-start: 10;
	grid-column-end: 10;
	grid-row-start: 2;
	grid-row-end: end;
	display: flex
}

.legend a {
	font-weight: 600;
	font-size: .8rem;
	text-transform: uppercase;
	color: var(--main-gc-gienger-color);
	text-decoration: underline
}

.test-product-list .input-group-text.unit {
	padding: 0;
	padding-bottom: 4px;
	padding-left: 2px
}

.test-product-list .remove {
	padding: 3px;
	border: 0
}

.test-product-list .remove-item {
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.test-product-list .input-group-text.unit {
	padding-right: 2px
}

.test-product-list .price_kc {
	font-size: 12px
}

@media (max-width:1400px) {
	.test-product-list .product-number {
		grid-column-start: 4;
		grid-column-end: 4;
		grid-row-start: 8;
		grid-row-end: 8
	}
}

@media (max-width:1200px) {
	#list .test-product-list.nadpis{
		border-bottom:0px !important;
	}

	.legend {
		display: none
	}

	.test-product-list .move-up-down {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 2;
		grid-row-end: end
	}

	.test-product-list .sticker-wrapper-basket {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: end;
		position: relative;
		width: fit-content;
		display: flex;
		flex-direction: column;
		margin-right: -10px
	}

	.test-product-list .img.img-cart {
		grid-column-start: 3;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: end;
		align-self: center
	}

	.test-product-list .title {
		grid-column-start: 4;
		grid-column-end: 7;
		grid-row-start: 2;
		grid-row-end: 3
	}

	.test-product-list .product-number {
		grid-column-start: 4;
		grid-column-end: 10;
		grid-row-start: 3;
		grid-row-end: 3
	}

	.test-product-list .product-info-price {
		grid-column-start: 4;
		grid-column-end: 4;
		grid-row-start: 5;
		grid-row-end: 8;
		padding-right: 5px;
		padding-top: 0;
		margin-top: 0;
		font-size: 12px
	}

	.test-product-list .product-stock {
		grid-column-start: 6;
		grid-column-end: 6;
		grid-row-start: 6;
		grid-row-end: 6;
		text-align: right;
		margin-bottom: 0;
		margin-top: -36px
	}

	.test-product-list .prices-b {
		grid-column-start: 5;
		grid-column-end: 5;
		grid-row-start: 6;
		grid-row-end: end;
		text-align: right;
		white-space: nowrap
	}

	.test-product-list .button-box {
		grid-column-start: 6;
		grid-column-end: 6;
		grid-row-start: 6;
		grid-row-end: end;
		padding-top: 0
	}

	.test-product-list .total-price {
		grid-column-start: 7;
		grid-column-end: 7;
		grid-row-start: 6;
		grid-row-end: end;
		white-space: nowrap;
		text-align: end
	}

	.test-product-list .remove-item {
		grid-column-start: 7;
		grid-column-end: 7;
		grid-row-start: 5;
		grid-row-end: 5;
		display: flex
	}
}

@media (max-width:768px) {
	
}

.test-product-list .product-title a:hover {
	text-decoration: underline;
	color: var(--main-gc-gienger-color)
}

.test-product-list .product-title {
	font-size: .9rem;
	font-weight: 600;
	line-height: .7rem
}

.product-item {
	display: grid;
	grid-template-columns: 135px 60% auto;
	grid-template-rows: auto auto
}

.product-item .title {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 1;
	order: 1;
	margin-bottom: 7px
}

.product-item .move-up-down a:hover {
	color: var(--main-gc-gienger-color);
	font-size: 1.1rem
}

.product-item .img {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: end;
	order: 1
}

.product-item .content {
	grid-column-start: 2;
	grid-column-end: end;
	grid-row-start: 2;
	grid-row-end: end;
	order: 4
}

.product-item .content {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto
}

.product-item .content .info {
	grid-column-start: 1;
	grid-column-end: 1;
	order: 1
}

.product-item .content .buttons {
	grid-column-start: 2;
	grid-column-end: 2;
	order: 2
}

@media (max-width:992px) {
	.product-item .title {
		grid-column-start: 1;
		grid-column-end: 5;
		grid-row-start: 1;
		grid-row-end: 1
	}

	.product-item .img {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 2;
		grid-row-end: 2
	}

	.product-item .content {
		grid-column-start: 2;
		grid-column-end: end;
		grid-row-start: 2;
		grid-row-end: end
	}
}

@media (max-width:767.98px) {
	.product-item .content {
		display: block;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto
	}

	.product-item .content .info {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 1;
		order: 1
	}

	.product-item .move-up-down {
		grid-column-start: 4;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 1;
		order: 1;
		text-align: end
	}

	.product-item .content .buttons {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 2;
		margin-top: 40px;
		float: none
	}

	.row-header h1 {
		font-size: 12px
	}

	.row-header {
		font-size: 10px
	}
}

.input-group-addon {
	text-align: center;
	vertical-align: middle;
	align-self: center;
	border-radius: 5px;
	border: 1px solid #ced4da;
	padding: 10px;
	color: var(--main-header-icon-color);
	background:#f5f5f5;
}

#list div.img img:hover {
	border: 1px solid #dcdedf;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%)
}

.product-item {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top:10px;
}
.product-item.pridano-kosik{
	border-radius:5px;
	background:#75bd751f;
}
.item-carousel.pridano-kosik>div.item-cely{
	background:#75bd751f !important;
}
.product-item .product-title {
	font-size: .85rem;
	font-weight: 500;
	line-height: .7rem
}

.product-item .product-title a {
	color: #000;
	text-decoration: none
}

.product-item .product-title a:hover {
	text-decoration: underline;
	color: var(--main-gc-gienger-color)
}
.product-item .img {
		grid-template-columns:25px auto;
		grid-template-rows:20px 20px 20px 20px 10px;
}
.product-item img {
	margin-right: 10px;
	border-radius: 5px;

}

.product-item img:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	display: block
}

.product-item .product-number {
	color: gray;
	font-size: .75rem
}

.product-item .product-info-price {
	font-size: .8rem
}

.product-item .product-info-price strong {
	font-weight: 400
}

.product-item .product-stock {
	font-size: .8rem;
	color: green
}

.product-item a {
	text-decoration: none
}

.product-item a:hover {
	color: var(--main-gc-gienger-color)
}

.your-price {
	font-weight:500;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 1.1rem;
	color: var(--main-product-yourprice-text-color)
}

.previous-price {
	font-size: .81rem
}

.sale {
	font-size: .875rem;
	color: var(--main-product-sale-text-color);
	font-weight: 600
}

.product-item .input-group .input-group-text {
	font-size: .8rem !important
}

.product-item .input-group .input-group-text.unit {
	width: 40px
}

.product-item input {
	text-align: center
}

.product-item .input-group-sm>.btn,
.product-item .input-group-sm>.form-control,
.product-item .input-group-sm>.form-select,
.product-item .input-group-sm>.input-group-text {
	padding: .15rem .4rem;
	font-size: .875rem;
	border-radius: .2rem
}

.form-control {
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto
}

.pagination {
	justify-content: left
}


.pagination .page-item a {
	color: gray;
	border-radius: 5px;
	margin-right: 4px;
}

.pagination .page-item.active a {
	background-color: var(--main-gc-gienger-color);
	border: 1px solid #dee2e6;
	color: #fff;
	border-radius: 5px
}

.pagination a {
	color: #000;
	text-decoration: none
}

.pagination a:hover:not(.active) {
	border-radius: 5px
}

.pagination .page-item a {
	text-align: center;
	width: 35px;
	vertical-align: middle
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	opacity: .5;
	font-size: 26px;
	border: 1px solid #929090;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	z-index: 99
}

.back-to-top i {
	opacity: .5;
	color: #000;
	transition: .5s;
	transform: rotateY(0)
}

.back-to-top:hover i {
	opacity: 1;
	color: var(--main-gc-line);
	transition: .5s;
	transform: rotateY(180deg)
}

.filter-button {
	cursor: pointer;
	position: fixed;
	top: 250px;
	left: 0;
	margin-left: -3.5px;
	font-size: 25px;
	border: 4px solid var(--main-gc-gienger-color);
	width: 40px;
	height: 60px;
	text-align: center;
	border-radius: 5px;
	background-color: var(--main-header-order-color);
	z-index: 5;
	color: var(--main-gc-gienger-color)
}

.filter-button-inside {
	display: none
}

@media only screen and (max-width:628px) {
	.filter-button {
		display: none
	}

	.product-filter-button {
		display: block
	}

	.filter-button-inside {
		display: inline-flex;
		font-size: .7rem
	}
}

.filter-button i {
	opacity: 1;
	color: var(--main-gc-gienger-color);
	transition: .5s;
	transform: rotateY(0);
	text-align: center
}

.filter-button:hover i {
	opacity: 1;
	color: var(--main-gc-line);
	transition: .5s;
	transform: rotateY(180deg)
}

footer h6.title {
	font-size: .95rem;
	color: #575757;
	margin-top: 15px;
	padding-bottom: 0;
	font-weight: 600
}

footer h6.title i {
	font-size: .85rem;
	color: var(--main-gc-line);
	margin-right: 4px
}

.footer-hr {
	border: none;
	border-bottom: 1px solid var(--main-default-color);
	margin: 0 0 15px 0;
	max-width: 100%;
	width: 80%;
	opacity: 1
}

footer hr {
	margin: 0
}

footer i {
	font-size: .6rem
}

footer li {
	line-height: 16px;
	margin-top: 5px
}

footer a:hover {
	color: var(--main-gc-line);
	text-decoration: underline
}

.footer-top {
	background-color: #ebebeb;
	border-top: 1px solid #d8d8d8;
	border-bottom-left-radius: 7px;
	padding-bottom: 15px
}

.footer-bottom {
	background-color: #fff;
	border-top: solid 2px #cb0935;
}

footer ul li {
	margin-bottom: 1px
}

.footer-bottom .green-line {
	font-size: .9rem;
	font-weight: 700
}

.footer-bottom a:hover {
	color: var(--main-gc-line);
	text-decoration: underline
}

.banner.bocni {
	display: none
}

@media (min-width:1660px) {
	.banner.bocni {
		display: block;
	}
}

.banner-layout-left {
	position: absolute;
	top: 0;
	left: -170px
}

.banner-layout-right {
	position: absolute;
	top: 0;
	right: -170px
}

.dropdown-menu {
	--bs-dropdown-link-active-bg: #F2F2F2
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em
}

.dropdown-submenu .dropdown-menu {
	top: -10px;
	left: 100%;
	margin-left: 1px;
	margin-right: 1px;
}

.frm-number {
	display: inline-block;
	position: relative
}

.frm-input,
.frm-select,
.frm-textarea {
	border-radius: 3px;
	line-height: 18px;
	min-height: 34px;
	outline: 0;
	padding: 7px 7px 6px !important;
	transition: background-color .2s, border-color .2s, padding .2s
}

.frm-input {
	padding-left: 0 !important;
	padding-right: 20px !important;
	text-align: center;
	vertical-align: top;
	width: 70px;
	height: 100%;
}

.up {
	cursor: pointer;
	fill: currentColor;
	text-decoration: none
}

.down {
	cursor: pointer;
	fill: currentColor;
	text-decoration: none
}

.down::before,
.up::before {
	content: "";
	margin: -7px 0 0 -5px;
	left: 50%;
	position: absolute;
	top: 50%;
	border: 5px transparent solid;
	border-bottom-color: #777
}

.down,
.up {
	background-color: #f5f5f5;
	border-left: 1px solid #b5b5b5;
	border-top-right-radius: 3px;
	transition: background-color .2s;
	width: 20px;
	bottom: 50%;
	position: absolute;
	right: 1px;
	top: 1px
}

.down::before {
	border-top-color: #777;
	border-bottom-color: transparent;
	margin-top: -2px
}

.down {
	border-bottom-right-radius: 3px;
	border-top: 1px solid #b5b5b5;
	border-top-right-radius: 0;
	bottom: 1px;
	top: 50%
}

.input-group-text {
	background-color: #f5f5f5
}

.product-item .input-group .input-group-text.unit {
	width: 35px
}

.up:hover {
	background-color: #fff
}

.down:hover {
	background-color: #fff
}

.prices-buttons {
	display: grid;
	grid-template-columns: auto 200px;
	grid-template-areas: "prices button-box"
}

.prices-buttons-cart {
	display: grid;
	grid-template-columns: 130px 130px 190px;
	grid-template-areas: " prices-b prices button-box";
	float: right
}

.button-box {
	margin-top: .5rem
}

.button-box a {
	color: #706e6e
}

@media (max-width:768px) {

	.button-box {
		margin-top: 0
	}

	.product-item .your-price {
		margin-bottom: 0
	}

	.prices {
		padding-right: 2px
	}
}

@media (min-width:542px) {
	.prices {
		padding-right: 2px
	}
}

@media (max-width:768px) {
	.product-item .prices-b {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 3;
		grid-row-end: 3
	}
}

.product-item .content .ms-auto .buttons {
	grid-column-start: 2;
	grid-column-end: 3
}

.product-item .content .ms-auto .prices {
	grid-column-start: 1;
	grid-column-end: 2;
	white-space: nowrap
}

#list div.buttons>div>.prices-buttons .prices {
	white-space: nowrap;
	margin-top:auto;
	margin-bottom:auto;
}

.img {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: 20px 20px 20px 20px auto;
	grid-template-areas: "tag img" "flag img" "box img"
}
.sticker-middle span,.sticker-wrapper-basket span{
	margin:2px 0px;
}
.badge-flag {
	grid-area: flag;
	color: #cb0935;
	background-color: rgb(250 215 223);
	border-radius: 4px;
	width: 22px;
	line-height:1px;
	padding:4px 0px;
	text-align:center;
}
.badge-home {
	  grid-area: home;
    color: #5380ad;
    background-color: #dcedff;
    border-radius: 4px;
    width: 22px;
    line-height: 1px;
    padding: 4px 0px;
    text-align: center;
}
.badge-star {
	grid-area: star;
	color: #ffc107;
	background-color: #ffc10747;
	border-radius: 4px;
	width: 22px;
	line-height:1px;
	padding:4px 0px;
	text-align:center;
}

.badge-tag {
	grid-area: tag;
	color: rgb(131, 132, 134);
	background-color: rgb(223, 223, 223);
	border-radius: 4px;
	width: 22px;
	line-height:1px;
	padding:4px 0px;
	text-align:center;
}

.badge-box {
	grid-area: box;
	color: #555;
	background-color: #d2d2d2;
	margin-right: 0;
	border-radius: 4px;
	width: 22px;
	line-height:1px;
	padding:4px 0px;
	text-align:center;
}

.product-img {
	grid-area: img
}

.badge-warehouse {
	min-width: 85px;
	color: #156b38;
	background-color: #c7f5d9;
	margin-right: 0;
	border-radius: 4px
}
.badge-warehouse.red{
	background-color:#ffe5e5;
	color:black;
	font-weight:400;
}

.button-box {
	justify-content: end
}

@media (min-width:770px) and (max-width:992px) {
	.product-item {
		padding-bottom: 10px
	}
}

.categories {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, 1fr)
}

@media screen and (max-width:964px) {
	.categories {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media screen and (max-width:768px) {
	.categories {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width:440px) {
	.categories {
		grid-template-columns: repeat(1, 1fr)
	}
}

.item {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	display: inline-flex;
	border: 1px solid #eceef0;
	font-size: 12px;
	height: auto;
	overflow: hidden;
	transition: all .15 ease;
	vertical-align: top
}

.item:hover {
	background-color: #f8f9fa;
	text-decoration: none;
	border: 1px solid #dcdedf;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	color: var(--main-default-color)
}

.item-img {
	fill: inherit;
	flex-shrink: 0;
	display: flex;
	width: 75px
}

@media screen and (max-width:964px) {
	.item-img {
		width: 78px
	}
}

.item-img img {
	display: block;
	fill: inherit;
	width: 70px;
	height: 70px
}

@media screen and (max-width:799px) {
	.left-side {
		float: none;
		width: 100%
	}
}

.left-side {
	clear: left;
	float: left;
	position: relative
}

.product-image {
	position: relative
}

.right-side .button-box {
	width: auto
}

.right-side .badge-warehouse {
	width: 220px;
	font-size: 13px;
	text-decoration: none
}

.right-side .sale {
	font-size: 15px
}

.right-side .your-price {
	font-size: 25px
}

.right-side .previous-price {
	font-size: 15px
}

.product-name {
	font-weight: 600
}

.manufacture {
	font-size: 13px
}

.product-number {
	font-size: 13px
}

.product-site {
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: auto auto auto;
	grid-template-areas: "left right banner" "left right banner"
}

.banner-product {
	grid-area: banner;
	text-align: center
}

@media screen and (max-width:772px) {
	.product-site {
		display: grid;
		grid-template-columns: 40% 60% 200px;
		grid-template-rows: auto auto auto;
		grid-template-areas: "left left banner" "right right banner"
	}
}

@media screen and (max-width:1199.5px) {
	.banner-product {
		display: none;
		grid-area: banner;
		text-align: center
	}
}

.right-side {
	grid-area: right;
	padding-left: 50px;
	padding-bottom: 30px;
	padding-right: 15px;

}

.left-side {
	grid-area: left;
	margin-top:10px;
}

#description {
	padding-top: 20px
}

.manufacture {
	padding-bottom: 15px
}

.right-side {
	display: grid;
	grid-template-areas: "product product" "prices prices" "product-stock product-stock" "button-box button-box" "p-pridano-kosik p-pridano-kosik" "hr hr" "tab tab" "manufactures manufactures"
}

.prices {
	grid-area: prices
}

.description {
	grid-area: description
}

.button-box {
	grid-area: button-box
}

.product-stock {
	grid-area: product-stock
}

.input-group {
	flex-wrap: unset
}

#download {
	grid-area: download;
	padding-bottom: 30px;
	padding-top: 20px
}

.left {
	min-width: 250px;
	max-width: 250px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

#dismiss {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 10px;
	right: 10px
}

@media (max-width:770px) {
	.your-price {
		text-align: right
	}
}

@media (min-width:1200px) {
	body>main.container.shadow-md.faktury div.faktury-list:first-child div.legend {
		grid-row-start: 1 !important;
		grid-row-end: 1 !important;
		display: block;
	}

	body>main.container.shadow-md.faktury div.faktury-list div.legend {
		display: none;
	}

	.btn-open {
		display: none
	}
}

.btn-lg {
	border-radius: 5px;
}

.btn-md {
	border-radius: .25rem
}

.left-menu-products>ul>li .submenu-zeynep {
	position: unset
}

.zeynep .title {
	font-weight: 600;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d3d2d2
}

.zeynep .arrow::after {
	content: " ";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f077";
	display: inline;
	transition: all .75s .25s;
	color: #aaa
}

.zeynep .arrow:hover {
	text-decoration: none !important
}

.zeynep .arrow.collapsed::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f078";
	color: var(--main-gc-line)
}

.zeynep .filters .akcni-zbozi {
	color: var(--main-gc-gienger-color)
}

 .filters .kompletni-sortiment {
	text-decoration: underline
}

.zeynep .filters .skladem {
	color: green
}

#more {
	display: none
}

#moreZ {
	display: none
}

.zeynep a {
	text-decoration: none;
	display: inline;
	cursor: pointer
}

.form-check-input:checked {
	background-color: #cb0935;
	border-color: #cb0935;
	box-shadow: none
}

.form-check-input:focus {
	box-shadow: none !important;
	border-color: #706e6e
}

.skladem::before {
	box-shadow: none !important
}

.form-check-input:checked[type=checkbox] {
	background-image: none;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%)
}

.text-right {
	vertical-align: middle;
	text-align: end
}

.text-left {
	vertical-align: middle;
	text-align: start
}

.text-center {
	vertical-align: middle;
	text-align: center
}

.td-price {
	vertical-align: middle;
	text-align: end
}

.wrapped-content {
	vertical-align: middle
}

.wrapped-column td {
	vertical-align: middle
}

.adress {
	text-align: left
}

.green {
	color: #156b38
}

.table {
	margin-bottom: -7px
}

.wrap-text {
	display: inline;
	white-space: nowrap
}

.navbar-toggler {
	background-color: #cb0935;
	border: none
}

.navbar-expand-lg .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand-lg .navbar-nav {
	flex-direction: row
}

@media (max-width:992px) {
	.navbar-bar {
		display: none
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: column
	}
}

.product-items-grid {
	display: flex;
	flex-wrap: wrap
}

.tile:before {
	//border-right: 1px solid #e4e4e4;
	content: "";
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0
}

.tile {
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	padding: 0 10px;
	position: relative;
	width: 25%;
	display: flex;
	flex-direction: column
}
.tile.pridano-kosik{
	background:#75bd751f;
}

.tile .img-wrapper {
	margin: 10px 0 30px;
	position: relative
}

.sticker-wrapper {
	position: absolute;
	width: 0;
	z-index: 10;
	top: 0;
	margin-left:-5px;
}

.sticker-wrapper-basket {
	position: absolute;
	width: 0;
	z-index: 10
}

.img-wrapper {
	text-align: center
}

div.img-wrapper img:hover {
	border: 1px solid #dcdedf;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%)
}

.tile .overflow {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.tile h5 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 15px
}

.tile .price-wrapper {
	font-size: 0;
	margin: 12px 0 0;
	position: relative;
	text-align: right;
	white-space: nowrap
}

.tile:before {
	//border-right: 1px solid #e4e4e4;
	content: "";
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0
}

.tile .product-number {
	color: gray;
	font-size: .75rem
}

.tile .product-title {
	font-size: .85rem;
	font-weight: 600;
	line-height: .7rem
}

.tile .product-title a {
	color: #000;
	text-decoration: none
}

.tile .product-title a:hover {
	text-decoration: underline
}

.tile .product-info-price {
	font-size: .8rem
}

.tile .product-info-price strong {
	font-weight: 400;
}

.tile .product-stock {
	font-size: .8rem;
	color: green
}

.tile a:hover,
.badge.badge-warehouse.red:hover{
	color: var(--main-gc-gienger-color);
}

.tile .product-title a:hover {
	text-decoration: underline
}

.price-wrapper {
	height: 100px
}

@media (max-width:992px) {
	.price-wrapper {
		height: 90px
	}

}

@media (max-width:767.2px) {
	.tile {
		width: 50%
	}
}

@media (max-width:770.2px) {
	.tile .your-price {
		text-align: right
	}
}

@media (max-width:522px) {
	.tile {
		width: 100%
	}
}

@media (max-width:312px) {
	.tile {
		width: 100%
	}

	.tile h5 {
		height: unset
	}
}

.tile .badge-warehouse {
	margin-top: 7px;
	margin-bottom: 0px
}

.tile .prices {
	padding-right: 0
}

#grid {
	display: none
}

.btndisplay {
	float: right
}

footer {
	position: relative;
	font-weight: 400;
	font-size: 15px
}

footer h4 {
	font-weight: 500
}

footer ul {
	padding: 0;
	margin: 0
}

footer li {
	list-style: none
}

a:focus,
a:hover {
	text-decoration: none;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

footer a:focus {
	outline: 0
}

footer p {
	font-size: 16px;
	line-height: 18px;
	color: #898b96;
	font-weight: 300
}


.no-padding {
	padding: 0 !important
}

.footer-big {
	padding: 20px 0 20px 0
}

.footer-big .footer-widget {
	margin-bottom: 20px
}

.footer--light {
	border-right: solid 1px #e7e5e5;
	border-left: solid 1px #e7e5e5;
	background: #fff;
	padding:0px;
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
	color: var(--main-footer-text-color)
}

.footer-menu {
	padding-left: 10px
}

.footer-menu ul li a {
	font-size: 12px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.footer-menu ul li a:hover {
	color: var(--main-footer-a-hover-color)
}

.footer-menu--1 {
	width: 100%
}

.footer-widget-title {
	line-height: 30px;
	font-size: 15px;
	color: var(--main-footer-title-text-color)
}

@media (max-width:991px) {
	.footer-menu {
		padding-left: 0
	}
}
.banner-sortiment-layout{
	border: 1px solid #e7e5e5;
}
.banner-sortiment {

	background-color: #fff
}

.product-item .cart {
	margin-left: 2px;
	margin-right: 2px
}

.product-item .button-box img:hover {
	box-shadow: none;
	display: unset
}

.tile :hover img {
	box-shadow: none;
	display: unset
}

.input-group-text {
	color: #706e6e
}

.head .divider {
	border-right: 1px solid #706e6e
}

body {
	padding-right: 0 !important
}

.form-control {
	font-size: .95rem
}

.form-control::placeholder {
	font-size: .95rem;
	color: #aaa;
	font-style: italic
}

.form-control:focus {
	box-shadow: none;
	background-color: #fff
}

.dropdown-menu {
	background-color: #fff;
	border-radius: 3px;
	border: none;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%)
}
.dropdown-item {
	padding-right:25px;
	padding-left:25px;
}
.info-menu .dropdown-menu {
	border: 1px solid #e3e3e4;
	box-shadow: none;
	background-color: #fff;
	--bs-dropdown-min-width: none
}

.info-menu .table-sm {
	margin-left: .25rem;
	margin-right: .25rem
}

.info-menu .table-sm td {
	padding: .2rem
}

.info-menu .table-sm tr td:first-child {
	padding-right: .3rem;
	text-align: left
}

.info-menu .dropdown-menu tr {
	border: none
}

.info-menu a {
	color: #706e6e
}

:root {
	--menu-width: 37.5em;
	--items: 4;
	--item-width: calc(var(--menu-width) / var(--items))
}

.navbar .menu-item {
	color: #fff;
	font-weight: 600;
	transform-style: preserve-3d;
	flex-grow: 1;
	box-sizing: border-box;
	padding-top: 8px;
	perspective: 200px;
	letter-spacing: .5px;
	min-height: 36px
}

.navbar .menu-text,
.navbar .menu-text a {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	transition: color .1s ease-out;
	text-align: center
}

.navbar .menu-text a:hover {
	color: rgba(255, 255, 255, .5)
}

#sub-menu-container {
	position: absolute;
	z-index: -1;
	min-width: 100%;
	top: 2.5em;
	width: 100%
}

.menu-item .sub-menu {
	position: absolute;
	top: 37px;
	color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	min-width: 27.5em;
	pointer-events: none;
	box-sizing: border-box;
	z-index: 999;
	margin-left: -5em;
	clip-path: inset(0 10em 10em 15em);
	opacity: 0;
	font-weight: initial;
	padding: 1.5em;
	transition: all .25s ease-out, opacity .25s ease-in, margin-left .25s ease-out, clip-path .15s ease-out
}

.menu-item:hover .sub-menu {
	pointer-events: all;
	clip-path: inset(0 0 0 0)
}

.menu-text:after {
	transition: bottom .25s ease-out, opacity 10ms ease-out 10ms;
	opacity: 0;
	content: '';
	position: absolute;
	pointer-events: none;
	bottom: -10px;
	left: calc(50% - 10px);
	border-color: transparent transparent #fff transparent;
	border-width: 10px;
	border-style: solid
}

.menu-item:hover .menu-text:after {
	bottom: .5em;
	opacity: 0;
	transition: bottom .25s ease-out, opacity 10ms ease-out .15s
}

.menu-item:hover .sub-menu {
	opacity: 1;
	margin-left: 0
}

@keyframes clipPath {
	0% {
		opacity: 0
	}

	100% {
		transform: rotateX(0) scale(1);
		top: 15px;
		opacity: 1
	}
}

.menu-item .title {
	font-weight: 500;
	color: rgb(44 70 86);
	margin: 0 0 .25em 0
}

.menu-item .icon-box * {
	transition: all .1s ease-out;
	position: relative
}

.menu-item .icon-box.space {
	margin-bottom: 1.25em
}

.menu-item .icon,
.menu-item .text {
	float: left;
	color: #9ea9af
}

.menu-item .icon {
	color: rgb(44 70 86);
	font-size: 1.25em;
	margin: 0 1em 0 0
}

.menu-item .icon-box {
	cursor: pointer
}

.menu-item .icon-box {
	float: left;
	width: 100%;
	margin: 0;
	row-gap: 0;
	line-height: 1.5em
}

.menu-item .icon-box .text i {
	clip-path: inset(0 100% 0 0);
	font-size: .75em;
	position: relative;
	top: -1px
}

#sub-menu-bottom {
	background: #d4e3ea70;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: all .25s ease-out, height .1s ease-out;
	left: 0;
	width: 100%;
	height: 5em
}

.bottom-container {
	grid-area: 4/-3/4/3;
	padding-top: 1.5em;
	color: #3a5260;
	font-weight: 500
}

.top-container {
	grid-area: 1/-3/1/3;
	margin: 0 0 2em 0
}

.bottom-container a {
	float: right;
	background: linear-gradient(90deg, #8ea4b166, #a3b5bf6b);
	padding: .5em 1em;
	border-radius: 100px;
	position: absolute;
	color: #2c4655bf;
	font-weight: 700;
	text-decoration: none;
	right: 1.5em;
	bottom: 1.5em
}

.bottom-container a:hover {
	background: linear-gradient(90deg, #8ea4b136, #a3b5bf33)
}

.sub-menu h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: rgb(44 70 86 / 68%);
	margin: .75em 0
}

.sub-menu .box a {
	width: 100%;
	float: left;
	font-size: 1em;
	line-height: 1.75em;
	color: #7a8a94;
	text-decoration: none
}

.sub-menu .box a:hover {
	color: rgb(44 70 86)
}

.box {
	margin: 0 0 3em 0
}

.icon.big i {
	font-size: 1.25em;
	top: .2em
}

#info-box {
	position: absolute;
	bottom: 2em;
	right: 2em
}

#info-box ul {
	list-style: none
}

.menu-item .icon-box li a {
	color: #9ea9af
}

.menu-item .icon-box li a:hover {
	text-decoration: none;
	color: rgb(44 70 86)
}

.menu-item .icon-box ul {
	list-style: none;
	padding-left: 0
}

.menu-item .icon-box .title a {
	color: #000
}

.a {
	height: 2em
}

.b {
	height: 2em
}

@media (min-width:992px) {
	.toggler {
		display: none
	}
}

@media (max-width:992px) {
	.menu-item {
		display: none
	}

	.toggler {
		display: inline-block
	}

	:root {
		--menu-width: 37.5em;
		--items: 4;
		--item-width: calc(var(--menu-width) / var(--items))
	}
}

.navbar .menu-item {
	color: #fff;
	font-weight: 600;
	transform-style: preserve-3d;
	flex-grow: 1;
	box-sizing: border-box;
	padding-top: 8px;
	perspective: 200px;
	letter-spacing: .5px;
	min-height: 36px
}

.navbar .menu-text,
.navbar .menu-text a {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	transition: color .1s ease-out;
	text-align: center
}

.navbar .menu-text a:hover {
	color: rgba(255, 255, 255, .5)
}

#sub-menu-container {
	position: absolute;
	z-index: -1;
	min-width: 100%;
	top: 2.5em;
	width: 100%
}

.menu-item .sub-menu {
	position: absolute;
	top: 37px;
	color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	min-width: 27.5em;
	pointer-events: none;
	box-sizing: border-box;
	z-index: 999;
	margin-left: -5em;
	clip-path: inset(0 10em 10em 15em);
	opacity: 0;
	font-weight: initial;
	padding: 1.5em;
	transition: all .25s ease-out, opacity .25s ease-in, margin-left .25s ease-out, clip-path .15s ease-out
}

.menu-item:hover .sub-menu {
	pointer-events: all;
	clip-path: inset(0 0 0 0)
}

.menu-text:after {
	transition: bottom .25s ease-out, opacity 10ms ease-out 10ms;
	opacity: 0;
	content: '';
	position: absolute;
	pointer-events: none;
	bottom: -10px;
	left: calc(50% - 10px);
	border-color: transparent transparent #fff transparent;
	border-width: 10px;
	border-style: solid
}

.menu-item:hover .menu-text:after {
	bottom: .5em;
	opacity: 0;
	transition: bottom .25s ease-out, opacity 10ms ease-out .15s
}

.menu-item:hover .sub-menu {
	opacity: 1;
	margin-left: 0
}

@keyframes clipPath {
	0% {
		opacity: 0
	}

	100% {
		transform: rotateX(0) scale(1);
		top: 15px;
		opacity: 1
	}
}

.menu-item .title {
	font-weight: 500;
	color: rgb(44 70 86);
	margin: 0 0 .25em 0
}

.menu-item .icon-box * {
	transition: all .1s ease-out;
	position: relative
}

.menu-item .icon-box.space {
	margin-bottom: 1.25em
}

.menu-item .icon,
.menu-item .text {
	float: left;
	color: #9ea9af
}

.menu-item .icon {
	color: rgb(44 70 86);
	font-size: 1.25em;
	margin: 0 1em 0 0
}

.menu-item .icon-box {
	cursor: pointer
}

.menu-item .icon-box {
	float: left;
	width: 100%;
	margin: 0;
	row-gap: 0;
	line-height: 1.5em
}

.menu-item .icon-box .text i {
	clip-path: inset(0 100% 0 0);
	font-size: .75em;
	position: relative;
	top: -1px
}

.menu-item .icon-box:hover .text i {
	clip-path: inset(0 0 0 0);
	transition: clip-path .1s ease-out
}

.menu-item .icon-box:hover .icon,
.menu-item .icon-box:hover .sub-text,
.menu-item .icon-box:hover .title {
	color: rgb(89 110 123)
}

#sub-menu-bottom {
	background: #d4e3ea70;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: all .25s ease-out, height .1s ease-out;
	left: 0;
	width: 100%;
	height: 5em
}

.bottom-container {
	grid-area: 4/-3/4/3;
	padding-top: 1.5em;
	color: #3a5260;
	font-weight: 500
}

.top-container {
	grid-area: 1/-3/1/3;
	margin: 0 0 2em 0
}

.bottom-container a {
	float: right;
	background: linear-gradient(90deg, #8ea4b166, #a3b5bf6b);
	padding: .5em 1em;
	border-radius: 100px;
	position: absolute;
	color: #2c4655bf;
	font-weight: 700;
	text-decoration: none;
	right: 1.5em;
	bottom: 1.5em
}

.bottom-container a:hover {
	background: linear-gradient(90deg, #8ea4b136, #a3b5bf33)
}

.sub-menu h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: rgb(44 70 86 / 68%);
	margin: .75em 0
}

.sub-menu .box a {
	width: 100%;
	float: left;
	font-size: 1em;
	line-height: 1.75em;
	color: #7a8a94;
	text-decoration: none
}

.sub-menu .box a:hover {
	color: rgb(44 70 86)
}

.box {
	margin: 0 0 3em 0
}

.icon.big i {
	font-size: 1.25em;
	top: .2em
}

#info-box {
	position: absolute;
	bottom: 2em;
	right: 2em
}

#info-box ul {
	list-style: none
}

.menu-item .icon-box li a {
	color: #9ea9af
}

.menu-item .icon-box li a:hover {
	text-decoration: none;
	color: rgb(44 70 86)
}

.menu-item .icon-box ul {
	list-style: none;
	padding-left: 0
}

.menu-item .icon-box .title a {
	color: #000;
	font-weight: 600
}

.a {
	height: 2em
}

.navbar-toggler:active {
	box-shadow: none
}

.b {
	height: 2em
}

@media (min-width:992px) {
	.toggler {
		display: none
	}
}

@media (max-width:992px) {
	.menu-item {
		display: none
	}

	.toggler {
		display: inline-block
	}

	.navbar .menu-item {
		padding-top: 2px
	}
}

.product-name {
	grid-area: product;
	word-break: break-word;
}

.your-price-product {
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.6rem;
	color: #d3121a
}

.btn-product {
	width: 200px
}

.hr {
	grid-area: hr
}

.trunc {
	display: inline-flex
}

.badge-discount-price {
	grid-area: flag;
    color: #cb0935;
    background-color: rgb(250 215 223);
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 12px;
}
.badge-vyprodej{
	grid-area: flag;
    color: rgb(131, 132, 134);
    background-color: rgb(223, 223, 223);
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 12px;
}
.badge-domovsky{
	grid-area: home;
    color: #5380ad;
    background-color: #dcedff;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 12px;
}
.badge-vybeh{
	grid-area: box;
    color: #555;
    background-color: #d2d2d2;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 12px;
}

.buttons-product {
	border-radius: 2px;
	background-color: #f5f5f5
}

.buttons-product a {
	color: #706e6e
}

.tab {
	padding-top: 50px;
	min-height: 360px;
	grid-area: tab
}

.tablinks {
	border: none;
	background-color: #f5f5f5
}

.tab button:hover {
	background-color: #ddd
}

.tab button.active {
	background-color: #ddd
}

#info {
	padding-top: 20px
}

.required {
	color: #cb0935
}

h5 {
	font-size: 15px !important
}

.datumodberu-title {
	font-size: 15px
}

.order-form {
	background-color: #fdfdfd;
	border-radius: 5px;
	border: 1px solid #ced4da;
	padding: 15px;
	padding-bottom: 20px
}

.cart-price {
	font-size: 16px;
	color: #000
}

.total-price {
	font-weight: 500
}

.img-cart {
	display: unset
}

.cart-item {
	grid-template-columns: 120px 65% auto
}

.cart-item img {
	margin-left: 10px
}

@media (min-width:770px) and (max-width:992px) {
	.cart-item .content {
		display: block
	}
}

@media (max-width:767.98px) {
	.prices-buttons-cart {
		display: inline-flex;
		flex-wrap: wrap
	}
}

.cart-items {
	padding-left: 30px;
	padding-right: 30px
}


.change:active {
	box-shadow: unset
}

#totalprice {
	padding: 15px;
	background-color: #fdfdfd;
	border-radius: 5px;
	border: 1px solid #ced4da
}

#totalprice button {
	margin-top: 40px;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	font-size: .9rem
}

.change1 {
	display: none
}

@media (max-width:480px) {
	.change {
		display: none
	}

	.change1 {
		display: inline-block
	}
}

body>main.container.shadow-md.order-detail .grid-table-tr {
	display: grid;
	grid-template-columns: minmax(0, .3fr) minmax(0, .4fr) minmax(0, 85px) minmax(0, 1fr) minmax(0, 2fr) minmax(0, 9fr) minmax(0, 1.5fr) minmax(0, .5fr) minmax(38px, 60px) minmax(0, .5fr) minmax(0, .3fr) minmax(0, .5fr) minmax(38px, 60px) minmax(0, 1fr);
	grid-template-rows: auto;
	gap: 20px 10px;
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	vertical-align: middle;
	grid-auto-flow: column;
	justify-content: center;
	align-items: center
}

body>main.container.shadow-md.order-detail .grid-table-td-0 {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
	display: initial;
	padding-top: 3px;
	padding-bottom: 3px
}

body>main.container.shadow-md.order-detail .grid-table-td-0 img {
	width: 80px;
	height: 80px;
	place-items: center;
	border: 1px solid #dcdcdc
}

body>main.container.shadow-md.order-detail .grid-table-td-1 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: end;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-2 {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: end;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-3 {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: end;
	overflow-wrap: break-word;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-4 {
	grid-column-start: 5;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: end;
	overflow-wrap: break-word;
	text-align: right;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-5 {
	grid-column-start: 6;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: end;
	text-decoration: underline;

	text-align: left;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-5 a:hover {
	color: var(--main-gc-gienger-color)
}

body>main.container.shadow-md.order-detail .grid-table-td-6 {
	grid-column-start: 7;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: end;
	text-align: center;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-7 {
	grid-column-start: 8;
	grid-column-end: 8;
	grid-row-start: 1;
	grid-row-end: end;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-8 {
	grid-column-start: 9;
	grid-column-end: 9;
	grid-row-start: 1;
	grid-row-end: end;
	text-align: end;
	display: inherit
}

body>main.container.shadow-md.order-detail .grid-table-td-9 {
	grid-column-start: 10;
	grid-column-end: 10;
	grid-row-start: 1;
	grid-row-end: end;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-10 {
	grid-column-start: 11;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: end;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-11 {
	grid-column-start: 12;
	grid-column-end: 12;
	grid-row-start: 1;
	grid-row-end: end;
	display: initial;
	text-align: center
}

body>main.container.shadow-md.order-detail .grid-table-td-12 {
	grid-column-start: 13;
	grid-column-end: 13;
	grid-row-start: 1;
	grid-row-end: end;
	text-align: end;
	display: inherit
}

body>main.container.shadow-md.order-detail .grid-table-td-13 {
	grid-column-start: 14;
	grid-column-end: 14;
	grid-row-start: 1;
	grid-row-end: end;
	vertical-align: middle;
	text-align: center;
	display: initial
}

body>main.container.shadow-md.order-detail .grid-table-td-14 {
	display: none
}

.showallinfo {
	display: none
}

.th-1 {
	text-decoration: none
}

.grid-table-th {
	font-weight: 600
}

.th-2 {
	text-align: center
}

.th-7 {
	text-align: center
}

.th-4 {
	text-align: center
}

.th-8 {
	text-align: center
}

.th-9 {
	text-align: center;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: end;
	justify-content: center;
	align-items: center;
}

@media (max-width:1200px) {
	body>main.container.shadow-md.order-detail .grid-table-tr {
		display: grid;
		grid-template-columns: auto auto auto auto 8fr auto auto auto auto auto auto auto auto;
		grid-template-rows: auto auto auto;
		gap: 2px 10px;
		align-items: center;
		border-bottom: 1px solid #d8d8d8;
		vertical-align: end;
		grid-auto-flow: column;
		justify-content: center;
		margin-top: 10px
	}

	.grid-table-th {
		display: none
	}

	body>main.container.shadow-md.order-detail .grid-table-td-3:before {
		content: "Č."
	}

	body>main.container.shadow-md.order-detail .grid-table-td-4:before {
		content: "Zkr."
	}

	body>main.container.shadow-md.order-detail .grid-table-td-6:before {
		content: "DPC: "
	}

	body>main.container.shadow-md.order-detail .grid-table-td-6:after {
		content: " Kč"
	}

	body>main.container.shadow-md.order-detail .grid-table-td-7:before {
		content: "DPH: "
	}

	body>main.container.shadow-md.order-detail .grid-table-td-7:after {
		content: " %"
	}

	body>main.container.shadow-md.order-detail .grid-table-td-8:before {
		content: "Vaše cena "
	}

	body>main.container.shadow-md.order-detail .grid-table-td-8:after {
		content: " Kč"
	}

	body>main.container.shadow-md.order-detail .grid-table-td-10:before {
		content: ""
	}

	body>main.container.shadow-md.order-detail .grid-table-td-11:before {
		content: "Sleva: "
	}

	body>main.container.shadow-md.order-detail .grid-table-td-11:after {
		content: " %"
	}

	body>main.container.shadow-md.order-detail .grid-table-td-12:before {
		content: "Celková cena"
	}

	body>main.container.shadow-md.order-detail .grid-table-td-12:after {
		content: " Kč"
	}

	body>main.container.shadow-md.order-detail .grid-table-tr .grid-open {
		display: flex;
		gap: 3px
	}

	body>main.container.shadow-md.order-detail .grid-table-td-0 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
		display: none
	}

	body>main.container.shadow-md.order-detail .grid-table-td-0.grid-open {
		grid-column-start: 1;
		grid-column-end: 6;
		grid-row-start: 4;
		grid-row-end: 4;
		display: none
	}

	body>main.container.shadow-md.order-detail .grid-table-td-1 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1
	}

	body>main.container.shadow-md.order-detail .grid-table-td-2 {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 1
	}

	body>main.container.shadow-md.order-detail .grid-table-td-2.grid-open {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
		justify-content: end
	}

	body>main.container.shadow-md.order-detail .grid-table-td-3 {
		grid-column-start: 4;
		grid-column-end: 4;
		grid-row-start: 3;
		grid-row-end: 3;
		overflow-wrap: break-word;
		display: none
	}

	body>main.container.shadow-md.order-detail .grid-table-td-4 {
		grid-column-start: 5;
		grid-column-end: 5;
		grid-row-start: 3;
		grid-row-end: 3;
		overflow-wrap: break-word;
		display: none;
		text-align: center
	}

	body>main.container.shadow-md.order-detail .grid-table-td-5 {
		grid-column-start: 3;
		grid-column-end: 13;
		grid-row-start: 1;
		grid-row-end: 1
	}

	body>main.container.shadow-md.order-detail .grid-table-td-5.grid-open {
		grid-column-start: 2;
		grid-column-end: 9;
		grid-row-start: 1;
		grid-row-end: 1;
		display: inherit
	}

	body>main.container.shadow-md.order-detail .grid-table-td-6 {
		grid-column-start: 8;
		grid-column-end: end;
		grid-row-start: 3;
		grid-row-end: 3;
		display: none;
		justify-content: end
	}

	body>main.container.shadow-md.order-detail .grid-table-td-7 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 3;
		grid-row-end: 3;
		display: none
	}

	body>main.container.shadow-md.order-detail .grid-table-td-8 {
		grid-column-start: 3;
		grid-column-end: 7;
		grid-row-start: 2;
		grid-row-end: 2;
		text-align: left;
		display: block
	}

	body>main.container.shadow-md.order-detail .grid-table-td-8.grid-open {
		grid-column-start: 3;
		grid-column-end: 5;
		grid-row-start: 2;
		grid-row-end: 2;
		text-align: left;
		display: block
	}

	body>main.container.shadow-md.order-detail .grid-table-td-9 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 2;
		grid-row-end: 2;
		text-align: left;
		width: min-content
	}

	body>main.container.shadow-md.order-detail .grid-table-td-10 {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 2;
		order: 2
	}

	body>main.container.shadow-md.order-detail .grid-table-td-10.grid-open {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 2;
		grid-row-end: 2;
		justify-content: end
	}

	body>main.container.shadow-md.order-detail .grid-table-td-11 {
		grid-column-start: 3;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 3;
		display: none
	}

	body>main.container.shadow-md.order-detail .grid-table-td-12 {
		grid-column-start: 8;
		grid-column-end: end;
		grid-row-start: 2;
		grid-row-end: 2;
		font-weight: 600;
		text-align: end;
		display: block
	}

	body>main.container.shadow-md.order-detail .grid-table-td-12.grid-open {
		grid-column-start: 5;
		grid-column-end: end;
		grid-row-start: 2;
		grid-row-end: 2;
		text-align: end;
		justify-content: end
	}

	body>main.container.shadow-md.order-detail .grid-table-td-13 {
		grid-column-start: 14;
		grid-column-end: 14;
		grid-row-start: 1;
		grid-row-end: 1;
		justify-content: center
	}

	body>main.container.shadow-md.order-detail .grid-table-td-13.grid-open {
		grid-column-start: 14;
		grid-column-end: 14;
		grid-row-start: 1;
		grid-row-end: 1;
		justify-content: end
	}

	body>main.container.shadow-md.order-detail .grid-table-td-14 {
		grid-column-start: end;
		grid-column-end: end;
		grid-row-start: 1;
		grid-row-end: end;
		display: flex;
		text-align: center;
		justify-content: center
	}

	.showallinfo {
		grid-column-start: end;
		grid-column-end: end;
		grid-row-start: 1;
		grid-row-end: 1;
		display: block;
		text-align: end;
		font-size: 12px
	}
}

.table-zakazky-detail th {
	vertical-align: middle
}

.table {
	border-radius: 5px
}

.table th {
	font-weight: 400
}

.table tr td a:hover {
	text-decoration: underline;
	color: var(--main-gc-gienger-color)
}

.fa-state-1 {
	color: #00f
}

.fa-state-2 {
	color: red
}

.fa-state-0 {
	color: orange
}

@media (max-width:768px) {
	body>main.container.shadow-md.cart #shopping-cart-table{
		font-size:100%;
	}
	#shopping-cart-table {
		font-size: 70%;
	}

	#shopping-cart-table thead tr th:nth-child(4) {
		min-width: 100px
	}

	#shopping-cart-table thead tr th:nth-child(2) {
		white-space: wrap;
		min-width: 20px;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

@media (max-width:992px) {
	#shopping-cart-table tr td:nth-child(2) {
		min-width: 20px;
		max-width: 20px;
		word-wrap: break-word
	}

	#shopping-cart-table tr td:nth-child(7) {
		font-size: 80%;
		min-width: 30px;
		max-width: 30px;
		word-wrap: break-word
	}

	#shopping-cart-table tr td:nth-child(8) {
		font-size: 80%;
		min-width: 30px;
		max-width: 30px;
		word-wrap: break-word
	}

	#shopping-cart-table tr th:nth-child(7) {
		font-size: 80%;
		min-width: 30px;
		max-width: 30px;
		word-wrap: break-word
	}
}

.nav-tabs li.active {
	display: block
}

.nav-tabs-menu {
	list-style-type: none;
	padding: 0
}

@media (max-width:992px) {
	.tabs-menu ul {
		border-color: transparent !important;
		border-bottom-color: #dee2e6 !important
	}

	.nav-tabs-menu:not(.open) {
		border-color: transparent
	}

	.widget.menu .nav:not(.open) {
		border-color: transparent !important
	}

	.nav-tabs-menu.open {
		border: 1px solid #dee2e6 !important;
		border-radius: .375rem
	}

	.nav-tabs-menu {
		display: flex;
		flex-direction: column;
		justify-content: normal
	}

	.nav-tabs-menu li:not(.hamburger) {
		display: none
	}

	.nav-tabs-menu li.active {
		display: none
	}

	ul.open.nav-tabs-menu li {
		display: block
	}

	.widget.menu .nav-tabs-menu li a {
		justify-content: flex-start
	}

	.nav-tabs-menu .nav-link.active {
		border-color: transparent;
		color: #cb0935;
		background-color: transparent
	}

	.nav-tabs-menu .nav-link:hover {
		border-color: transparent
	}

	.nav-tabs-menu .nav-link.active a {
		background-color: transparent;
		color: #cb0935
	}
}

.widget.menu i {
	float: left;
	text-align: left;
	vertical-align: middle;
	align-self: center
}

.widget.menu a {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: flex-start;
	flex-wrap: wrap
}

@media (max-width:992px) {
	.widget.menu ul.open {
		box-shadow: 5px 10px #b4b4b4;
		width: 70%
	}
}



   #main a h3 {
		color: red;
		transition: color 0.5s
	}
   body a:hover {
		text-decoration: none;
	}
    #main a:hover h3 {
		color: black
	}

    #main .eff a {
        display: block;
        transition: transform 0.5s;
    }
    #main .eff a:hover {
        transform: scale(1.03);
        /*transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);*/
    }