:root {
	--my-color: #ef4036;
	--sec-color: #58bab9;
	--gray: #efefef;
	--col-gray: #cdcdcd;
}
body {
	font-family:"Nunito Sans", Montserrat, sans-serif;
	font-display: swap;
	color: rgba(0,0,0,.8);
	font-size:12px;
	padding-top: 86px;
	overflow-x: hidden;
}
.hidden-xs {
	display: none;
}
a {
	color: rgba(0,0,0,.8);
	text-decoration: none;
}
a:hover {
	color: var(--my-color);
	text-decoration: none;
}
.show-desktop {
	display:none !important;
}
@media (max-width: 900px) {
	#ceneo-widget {
		position: fixed !important;
	}
	div#ceneo-mobile-widget-bar {
		position: fixed;
		bottom: 0;
	}
	.product-box .text img {
		max-width: 100%;
		height: auto !important;
	}
}
@media (min-width: 900px) {
	#ceneo-widget {
		display: none !important;
	}
}
img.lazyload {
	visibility: hidden;
}
img.lazyloaded {
	visibility: visible;
}

h1, .h1 {
	font-size: 22px;
	line-height:28px;
}
h2, .h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    margin: 5px 0 15px;
}






header.header {
    padding: 10px 0;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);
	position: fixed;
	left:0;
	top:0;
	width:100%;
	z-index:10000;
	background-color:#FFF;
}
.header .btns {
	text-align:right;
	padding-left:0;
}
.header .btns a {
    font-size: 20px;
    display: inline-block;
    margin: 4px 4px 0 4px;
    position: relative;
}
.header .btns a:first-of-type {
    margin-left: 0px;
}
.header .btns a i {
    display: inline-block;
    min-height: 20px;
}
.header .btns a.basket span {
    position: absolute;
    font-size: 9px;
    font-weight: 800;
    color: #FFF;
    background-color: var(--my-color);
    padding: 4px 7px 2px;
    border-radius: 10px;
    bottom: 0px;
    right: -10px;
}
.header a.logo {
    position: relative;
    top: 5px;
}
.upper-promo {
    background: #efefef;
    padding: 5px;
    margin-top: 5px;
}
.menubar-toggle {
	font-size:24px;
	display:inline-block;
	margin:3px 10px 0 5px;
}
.menubar-toggle i {
	display:none !important;
	transform: translateY(2px);
}
.menubar-toggle i.on {
	display:block !important;
}

.header .widgets {
	display:none;
}
nav.main-nav {
    position: fixed;
    z-index: 9998;
    width: 100%;
    background-color: #FFF;
    height: calc(100% - 86px);
    display: none;
    top: 84px;
}
nav.main-nav.on {
	display: block;
}
nav.desktop-nav {
	background-color:#FFF;
	display:none;
}

.desktop-nav a.new,
.desktop-nav a.promo,
.main-nav a.new,
.main-nav a.promo {
    display: block;
    background-color: var(--my-color);
    color: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.desktop-nav a.promo,
.main-nav a.promo {
	background-color: var(--sec-color);
}
.desktop-nav a i,
.main-nav a i {
	margin-right:8px;
	width: 18px;
	display: inline-block;
}
.main-menu {
	list-style: none;
	margin:0 0;
	padding:0 0;
}

.sub-menu {
	list-style: none;
	margin:0 0;
	padding:0 0;
	display:none;
}
.sub-menu.on {
	display:block;
}
.sub-menu li,
.main-menu li {
	display:flex;
	border-bottom:1px var(--gray) solid;
	position: relative;
	align-items: center;
	justify-content: center;
}
.sub-menu li.header i.chevron,
.main-menu li:not(.icon) i.chevron {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1;
    content: "\f078";
    color: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 10px 18px 18px;
    margin-right: 0;
}
/*
.sub-menu li.header:before {
	content: "\f053";
}
*/
.sub-menu li a,
.main-menu li a {
    display: flex;
    width: 100%;
    padding: 12px 45px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.5px;
}
.sub-menu li img,
.main-menu li img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	object-position: center;
    margin: 0 20px 0 0;
}
.sub-menu .header {
    background-color: var(--gray);
}
nav.main-nav .container-- {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	padding-bottom:120px;
}


.search-widget {
	display:none;
}
.search-widget.on {
	display:block;
}
.search-widget form {
    position: relative;
    margin: 10px 15px;
}
.search-widget form button {
    background: var(--my-color);
    border: 0;
    outline: 0;
    position: absolute;
    z-index: 10;
    top: 4px;
    right: 5px;
    font-size: 17px;
    border-radius: 4px;
    height: 30px;
    color: #FFF;
    padding: 0px 10px;
}





footer.menu-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: var(--gray);
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px 15px;
}
footer.menu-footer a {
    display: inline-flex;
    margin: 0 6px;
    text-align: center;
    padding: 2px 5px 4px;
    opacity: .5;
    line-height: 20px;
    border-radius: 2px;
    font-size: 11px;
    align-items: center;
    height: 26px;
}
footer.menu-footer a.active {
    opacity: 1;
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    background: #FFF;
}









.slider {
	width: 100%;
	height: 100vw;
	max-height:500px;
}
.slider img {
    object-fit: contain;
    width: 100%;
	height: 100vw;
    max-height: 500px;
}







.category-bar {
	margin:10px 0;
}
.category-bar .carousel {
    height: 190px;
    overflow: hidden;
}
.category-bar .carousel a {
	display:inline-block;
	background-color:#eaeaea;
	background: linear-gradient(to bottom, #ededed 0%,#fdfdfd 50%,#eeeeee 51%,#eaeaea 100%); 
	border-radius:12px;
	width:120px;	
	height:160px;
	margin:0 4px;
	position:relative;
	float: left;
}
.category-bar .carousel a img {
	width: 120px;	
    max-width: 100%;
	height: 100px;
	padding: 10px;
	margin:0 auto;
	display:block;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.category-bar .carousel a span {
    position: absolute;
    bottom: 12px;
    left: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.5px;
    display: block;
    line-height: 14px;
}
.category-bar .carousel a span small {
	display:block;
	opacity:.5;
	margin-top:7px;
}
.category-bar .carousel .slick-prev {
    position: absolute;
    top: -25px;
    color: #000;
	right: 25px;
	left: initial;
}
.category-bar .carousel .slick-next {
    position: absolute;
    top: -25px;
    color: #000;
	right: 0px;
}
.category-bar .carousel .slick-prev,
.category-bar .carousel .slick-next {
	font-size:20px;
}
.category-bar .carousel .slick-prev:before, .slick-next:before {
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#000;
	font-size:16px;
}
.category-bar .carousel .slick-prev:before {
	content: "\f053";
	display:none !important;
}
.category-bar .carousel .slick-next:before {
	content: "\f054";
	display:none !important;
}
.slick-prev:before,
.slick-next:before {
	display:none !important;
}
.slick-prev, .slick-next {
	font-size:18px;
	color:#000;
}






.big-btns {
	display: block;
}
.big-btns a {
	
}
.big-btns a img {
	width:100%;
	display: block;
	margin:0 auto 10px;
}





.home-products {
	background-color:#f2f2f2;
	padding:10px 0;
}
.home-products .product-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-products .shop-item {
    flex: 0 0 48%;
    margin: 0 0px 10px 0;
    background: #FFF;
    overflow: hidden;
	font-family: "Barlow Condensed", Arial Narrow;
}
.home-products .shop-item img {
	display: block;
	height: 130px;
	width: 120px;
	object-fit: contain;
	margin:10px auto 15px;
}
.home-products .shop-item span {
	font-size:14px;
	letter-spacing:-0.5px;
	display:block;
	margin:5px 15px 5px;	
    line-height: 18px;
}
@media (min-width: 1024px) {
	.home-products .shop-item img {
		height: 170px;
		width: 100%;
		margin: 5px auto 10px;
	}
	.home-products .shop-item span.name {
		height: 42px;
		overflow: hidden;
	}
}
@media (max-width: 1024px) {
	.home-products .shop-item span.name {
		height: 50px;
		overflow: hidden;
	}
}
.home-products .shop-item span.priceOld {
    text-decoration: line-through;
    color: rgba(0,0,0,.4);
    font-size: 13px;
    display: inline-block;	
    margin: 5px 0px 5px 10px;
}
.home-products .shop-item .price {
    font-family: "Nunito Sans";
    color: var(--my-color);
    font-weight: 700;
}







.category-banner {
    background: #EFEFEF url() no-repeat center center;
    background-size: cover;
    padding: 20px;
    color: #FFF;
    height: auto/* 25vh */;
    min-height: 100px;
    display:flex;
	align-items:center;
	justify-content: flex-end;
}
.category-banner .text {
	max-width:70%;
	text-align:right;
	padding-bottom:40px;
}
.category-banner.wide .text {
	max-width: 100%;
	text-align: center;
	padding: 0px;
	line-height: 12px;
}
.category-banner .text h1 {
    font-weight: 700;
    text-shadow: 0px 2px 2px rgba(0,0,0,.6);
	font-size: 24px;
	line-height: 28px;
}
.category-banner .text h1 em,
.category-banner .text h1 i {
	font-style:normal;
	font-size:18px;
	display: block;
	font-weight: 300;
	line-height: 24px;
}
.category-intro {
	font-size:10px;
	margin:15px auto;
	line-height:13px;
}



.category-text {
    padding: 15px 0;
    background-color: #f2f2f2;
	font-size: 10px;
	line-height: 13px;
}
.category-text h1 {
    font-weight: 500;
	letter-spacing: .5px;
	font-size: 22px;
	line-height: 25px;
	margin: 5px 0 15px;
	/*font-family: "Barlow Condensed", Arial Narrow;*/
}
.category-text h1 em,
.category-text h1 i {
	font-style:normal;
	font-size:18px;
	display: block;
	font-weight: 300;
	line-height: 24px;
}
.category-text h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 5px 0 5px;
    font-weight: 600;
}
.category-text h3 {
    font-size: 17px;
    line-height: 22px;
    margin: 5px 0 5px;
    font-weight: 600;
}




.intro-args {
    position: relative;
    padding: 20px 0;
}
.intro-args .side-text {
	position: absolute;
	display:none;
}
.intro-args .side-text .inner {
	display: block;
    transform: rotate(-90deg);
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -.5px;
    color: rgba(0,0,0,.2);
    width: 300px;
}
.intro-args .content {
	font-size:13px;
}
.intro-args .content strong, 
.intro-args .content b {
	color: var(--my-color)
}
.intro-args ul {
	list-style:none;
	padding:10px 15px;
}
.intro-args ul li {
	display:block;
	margin:0 0 10px 0;
}







.intro-text {
	font-size:12px;
	line-height:15px;
}






.sort-box {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 10px;
    margin: 0 auto 15px;
    font-size: 13px;

}
.sort-box a {
	color:rgba(0,0,0,.55);
}
.sort-box a:hover {
	text-decoration:underline;
}
.sort-box a.active {
	color: var(--my-color);
}




.category-title {
	text-align:center;
	font-size:24px;
	margin:0 auto 10px;
	padding:15px;
	font-family: "Barlow Condensed", Arial Narrow;
	position:relative;
}
.category-title:after {
	display:block;
	content:"";
	position: absolute;
	bottom:3px;
	width:100px;
	height:1px;
	left:50%;
	margin-left:-50px;
	background-color:#000;
}










ul.breadcrumbs {
    list-style: none;
    padding: 8px 15px;
    text-transform: uppercase;	
    margin: 2px 0 5px;
}
ul.breadcrumbs li {
	display:inline-block;
	font-size:10px;
}
ul.breadcrumbs li:not(:last-of-type):after {
	content:"/";
	display:inline-block;
	margin:0 8px;
	opacity:.2;
}
ul.breadcrumbs a i {
	font-size:16px;
	max-height: 16px;
	display:inline-block;
}







.product-details {
    padding-bottom: 20px;
}
.product-details .images .main {
    border: 1px var(--col-gray) solid;
	display:block;
	display:block;
	margin:0px auto 10px;
	text-align: center;
}
.product-details .images .main img {
	width: 98%;
	display: block;
	/*
	height: 60vh;
	min-height:300px;
	max-height:600px;
	*/
	height: 220px;
	object-fit: contain;
	padding:10px 0;
}
@media (min-width: 990px) {
	.product-details .images .main img {
		height: 60vh;
		min-height:300px;
		max-height:600px;
	}	
}
.product-details .images .thumb {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px var(--col-gray) solid;
    margin: 0 10px 0 0;
    text-align: center;
}
.product-details .images .thumb img {
    width:94px;
	height:94px;
	object-fit: contain;
	padding:7px;
}
.product-details h1 {
    font-size: 15px;
    font-weight: 900;
    margin: 10px 0 10px;
    line-height: 22px;
}
@media ( min-width: 990px ) {
	.product-details h1 {
		font-size: 18px;
	}
}
.sizes {
	margin:0 0 10px 0;
	padding-right: 50px;
}
.sizes p.hd {
    margin: 2px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
}
a.size {
    background-color: var(--col-gray); /*#ababab;*/
    padding: 3px 10px 2px;
    color: #FFF;
    font-weight: 900;
    font-size: 20px;
    margin: 1px 2px 10px;
    display: inline-block;
    border-radius: 5px;
}
a.size:not(.active):hover {
	background-color: var(--sec-color);
}
a.size.active {
	background-color: var(--my-color);
}

.block-screen {
	display: block;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#FFf;
	opacity:.9;
	z-index:9999;
	content:"";
}





.basket-container {
    padding-bottom: 170px;
}
.hidden {
	display: none;
}

.product-basket {
    text-align: center;
}
.product-basket .price sup,
.product-basket .price sub {
	font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

.product-basket .price {
    font-size: 24px;
    font-weight: 900;
    position: relative;
	display:inline-block;
}


.product-basket .price-old sup,
.product-basket .price-old sub {
    font-size: 14px;
	    vertical-align: inherit;
    position: relative;
    top: 0px;
}

.product-basket .price-old {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #999;
    margin-left: 25px;
    letter-spacing: -1px;
}
.product-basket .price-old:after {
	content:"";
	display:block;
	position: absolute;
	top:18px;
	left:0px;
	width:100%;
	height:2px;
	background-color:#999;
	transform: rotate(-10deg);
}

.insurance-row {
	background-color: var(--gray);
	padding:10px;
}






.lighterbox-close {
    font-size: 0 !important;
	top:80px !important;
	right:20px !important;
	opacity:.75 !important;
}
@media (max-width: 992px ) {
	.lighterbox-close {
		font-size: 0 !important;
		top:110px !important;
	}
}
.lighterbox-close:before {
	display: inline-block;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
	font-weight: 900;
	font-size:20px !important;
    text-rendering: auto;
    line-height: 1;
	content: "\f00d";
	color: #000;    
}




form#add-to-basket {
	text-align: center;
}
button.basket {
    width: 80%;
	max-width:400px;
    background-color: var(--my-color);
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 12px 15px;
	margin:2px auto 15px;
}
button.basket i {
	display: inline-block;
	margin-left:15px;
	font-size:20px;
	height: 20px;
}






.product-box header {
    background-color: var(--gray);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
	position: relative;
	cursor:pointer;
}
.product-box header i:not(.ico) {
	position:absolute;
	top:14px;
	right:12px;
	transition: all .25s ease;
}
.product-box.open header i:not(.ico) {
	transform: rotate(180deg);
}
.product-box header i.ico {
	font-size:24px;
	margin-right:10px;
}
.product-box .text {
	font-size:13px;
	padding:10px;
	border:1px var(--gray) solid;
	display:none;
}
.product-box.open .text {
	display:block;
}





.product-attributes table {
    width: 100%;	
    border-collapse: collapse;
	border: 2px solid var(--gray);
}
.product-attributes table tr:nth-of-type(even) {
    background-color: var(--gray);
}
.product-attributes table td {
	padding:3px 5px;
	font-size:12px;
}
.product-attributes table tr td:first-of-type {
	text-align:right;
}
.product-attributes table tr td:last-of-type {
	font-weight:800;
}





.basket-table {
	
}
.basket-table thead {
	display: none;
}
.basket-table .basket-img {
	padding-right: 10px;
}
.basket-table .basket-img img {
	width:50px;
	height:50px;
	object-fit: contain;
	display:block;
	margin:0 auto;
}
.basket-row {
    border-bottom: 1px var(--gray) solid;
}
.basket-row td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.basket-row small {
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
}
.basket-row .basket-price {
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: -.5px;
    color: #999;
}
.basket-table .name {
    margin: 0 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    padding: 0 15px 0 0;
}
.basket-table tr.summary {
    position: fixed;
    bottom: 53px;
    left: 0;
    width: 100%;
	display:flex;
	z-index: 9;
	box-shadow: 0px -5px 15px rgba(0,0,0,.1);
}
.basket-table tr.summary td {
	flex:0 0 50%;
	width:48%;
}
.basket-table.orderBasket tr.summary { 
	bottom:0;
}
.basket-table.orderBasket tr.summary td {
	flex:0 0 45%;
	width:45%;
}
.basket-table tr.summary td:last-of-type {
	background-color:#000;
	color:#FFF;
	padding:10px;
}
.basket-table .cena_sum {
    font-size: 20px;
    font-weight: 700;
}
.basket-table tr.summary td h3 {
	font-size:12px;
    margin: 0 0;
	text-transform: uppercase;	
}
.basket-table .totalPrice {
	font-size:20px;
	font-weight: 700;
}
.basket-table .basket-summary {
    padding: 5px 10px;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: #FFF;
}
.basket-table .basket-summary input[type=text] {	
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.basket-table a.link {
	color: var(--my-color);
	font-weight: 700;
}
a#basket-discount-submit {
    display: block;
    background-color: var(--gray);
    padding: 3px 8px;
    text-align: center;
    margin-top: 3px;
    max-width: 100px;
    float: right;
    border-radius: 3px;
    color: var(--sec-color);
    margin-bottom: 3px;
}
.basket-table tr.last {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
	display:flex;
}
.basket-table tr.last td {
    flex: 0 0 50%;	
    width: 48%;
}
.basket-table tr.last td a {
	text-transform: uppercase;
	display:flex;
	justify-content:center;
	align-items: center;
}
.basket-table tr.last td a i {
	font-size:22px;
}
.basket-table tr.last a.button:not(.big-button) {	
	background-color: var(--sec-color);
	color:#FFF;
	padding:10px;
	font-size:13px;
	font-weight:700;
}
.basket-table tr.last a.button {	
	background-color: var(--my-color);
	color:#FFF;
	padding:10px;
	font-size:13px;
	font-weight:700;
	text-align: left;
	height: 50px;
}
.basket-table tr.last a.button span {
	display:block;
	margin-left:10px;	
    line-height: 14px;
}
.basket-del {
    display: inline-block;
    background-color: #bbb;
    color: #FFF;
    font-size: 12px;
    padding: 4px 5px 3px;
    border-radius: 4px;
    box-shadow: inset 0px 9px 7px rgba(255,255,255,.5);
    margin-top: 2px;
}
a.btn-remove {
    font-size: 8px;
    text-transform: uppercase;
    padding: 3px 7px 1px;
	background-color:var(--gray);
}
select.basket-amount {
    border: 1px #bdbdbd solid;
    border-radius: 5px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 5px;
}
form#registerFrm {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 12px;
}
.form .checkbox {
    margin-left: 20px;
}
.form .checkbox label {
	font-weight:300;
	font-size:11px;
	text-transform: none;
}




div#basket-discount-box {
    position: relative;
}
div#basket-discount-success {
    position: absolute;
    padding: 5px;
    text-align: center;
    line-height: 14px;
    height: 60px;
    align-items: center;
}
div#basket-discount-success:not(.hidden) {
    display: flex;	
}


tr.discountRow {
	
}
tr.discountRow td:nth-of-type(2) {
	font-size: 14px;
	font-weight: 900;
	padding:5px;
}
tr.discountRow td:last-of-type {
	text-align:center;
	font-size: 14px;
	font-weight: 900;
	padding:5px;
}



input.error {
    box-shadow: 0px 0px 2px 2px red;
}
.orderFooter--buttons {
    position: fixed;
    display: block;
    bottom: 0;
    right: 0px;
    width: 54%;
    z-index: 999;
}
.orderFooter--buttons .btn {
    background-color: var(--my-color);
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    height: 51px;	
	line-height:15px;
	border-radius: 0;
}
.orderFooter--buttons .btn i {
	font-size:28px;
	float:left;
	margin-right:12px;
}




.form {
	
}
.form input[type=text],
.form input[type=password],
.form textarea,
.form select {
    width: 100%;
    border-radius: 5px;
    border: 1px var(--col-gray) solid;
    font-size: 13px;
    padding: 3px;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form textarea:focus,
.form select:focus,
.form input[type=text]:active,
.form input[type=password]:active,
.form textarea:active,
.form select:active {
	border-color: var(--my-color);
	outline:0;
	background-color: var(--my-color);
	color:#FFF;
}
.form label {
    margin: 0 0 2px 0;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 800;
}
.form .form-group {
	padding-top:5px;
	padding-bottom: 0px;	
    margin-bottom: 2px;
}
.form .label-radio {
    position: relative;
    font-size: 11px;
    top: -2px;
}
.form textarea[name=uwagi] {
    height: 80px;
}
.js--invoiceContent {
	display: none;
}

.tableDelivery,
.tablePayment {
    width: 100%;
}
td.tableDelivery--radio,
td.tablePayment--radio {
	width:40px;
}
td.tableDelivery--img,
td.tablePayment--img {
	width:100px;
}
td.tableDelivery--img img,
td.tablePayment--img img {
    width: 90px;
    height: 55px;
    object-fit: contain;
    padding: 10px;
}
.tableDelivery input[type=radio],
.tablePayment input[type=radio] {
	transform: scale(1.5);
	display:block;
	margin:0 7px;
}
.tableDelivery--price p {
    margin: 0 0 1px;
}
.tableDelivery td,
.tablePayment td {
	border-bottom: 1px var(--col-gray) solid;
}
.tableDelivery .text-name {
	font-weight:800;
	font-size:13px;
	line-height:16px;
}
.tableDelivery--details {
    padding: 8px 3px 5px;
}
table.orderBasket {
    width: 100%;
}
table.orderBasket .name {
	
}
table.orderBasket tr.product-row td:nth-of-type(2):after {
	content:"x";
}
table.orderBasket tr td {
	border-bottom:1px var(--col-gray) solid;
	padding-top:3px !important;
	padding-bottom:3px !important;
}
#zamowienieForm {
	padding-bottom:200px;
}
.orderFooter--buttons button {
}



footer.footer {
    background-color: #efefef;
    text-align: center;
    padding: 25px 0;
}
footer.footer .contact a {
    font-weight: 900;
    font-size: 13px;
    display: block;
    padding: 10px 0;
}
footer.footer .pages {
	padding:15px 0;
	font-family:"Barlow Condensed";
}
.footer .pages a:not(:last-of-type):after {
    content: "/";
    display: inline-block;
    margin: 0 9px;
    color: #ccc;
}
footer.footer .icons {
	font-size:24px;
	padding:20px 0;
}
footer.footer .icons a {
	display:inline-block;
	margin:0 10px;
}
.footer address {
    background-color: #e5e5e5;
    padding: 15px 20px;
    margin: 15px auto;
    text-align: left;
    font-size: 12px;
}
.footer address p {
	margin: 5px 0 0;
}
.footer address .h4 {
	font-size: 16px;
	letter-spacing: 1px;
	margin:0 0 10px;
	font-weight: 900;
}







.rights {
	padding:20px 0;
	font-size:12px;
	text-align:center;
}
.creation {
	padding:10px 0;
	font-size:10px;
	text-align:center;
}
.creation a {
	text-transform:uppercase;
	color:#999;
}


.producerList ul {
    display: flex;
    padding: 0 15px;
    margin: 10px;
    flex-wrap: wrap;
    align-items: stretch;
	list-style: none;
}
.producerList ul li {
	flex: 0 0 50%;
	display:block;
}
.producerList ul li a {
	background-color:#FFF;
	margin:3px;
	text-align: center;
	display:block;
	padding: 3px;
}
.category-intro .producerList ul li a {
	background-color: #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 3px;
    padding: 6px 15px;
    line-height: 15px;
}



.home-products .shop-item .sizes {
    display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 10px;
}
.home-products .shop-item .sizes span {
    border: 1px solid #dfdfdf;
    padding: 1px 5px;
    margin: 0 3px 3px;
    font-size: 11px;
    font-weight: 700;
    font-family: "Nunito Sans";
    border-radius: 4px;
    color: #676767;
}



.category-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.category-flex > a {
    flex: 0 0 49%;
    border: 2px #efefef solid;
    padding: 10px;
    height: 270px;
    background-color: #FFF;
    margin-bottom: 10px;
    width: 49%;
}
.category-flex > a img {
	object-fit: contain;
	width: 100%;
	height: 190px;
}
.category-flex > a span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 10px auto;
}

.sort-box {
    display: flex;
    width: 75%;
    justify-content: space-around;
    padding: 10px;
    margin: 0 0 15px 25%;
    font-size: 13px;
}
.filter-box {
    position: relative;
    top: -50px;
	max-width: 300px;
}
.filter-box p {
	display: inline-block;
	margin-right: 20px;
}
.filter-box select.form-control {
    width: 150px;
    display: inline-block;
}
@media (max-width:900px) {
	.filter-box {
		top: initial;
		text-align: center;
	}
	.sort-box {
		width: 100%;
		margin-left: 0;
	}
}

.shop-item {
	position: relative;
}
.shop-item form#add-to-basket {
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.shop-item form#add-to-basket button.basket {
	border: 0;
    background: transparent;
    color: #ababab;
    width: initial;
    height: initial;
    padding: 5px;
	margin:0 0;
}
.shop-item form#add-to-basket button.basket i {
    margin: 0 0;
}
.shop-item form#add-to-basket button.basket:hover i {
	color: var(--my-color);
}


.allergo-opinions {
    position: absolute;
    top: 100px;
    right: -250px;
	transition: all .5s ease;
}
.allergo-opinions:hover {
	right: 0px;
}
.allergo-opinions .inner {
    width: 250px;
    height: 200px;
    overflow: auto;
    border: 1px var(--my-color) solid;
    padding: 15px;
	background-color: #FFFFFF;
}
.allergo-opinions .bar {
    position: relative;
    transform: rotate(-90deg) translateX(-60%);
    left: -120px;
    width: 200px;
    height: 40px;
    background-image: linear-gradient(0deg, var(--my-color), #ff5500);
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
}
.allergo-opinions .item {
	margin-bottom: 12px;
}
.allergo-opinions .item strong {
	display: block;
	font-size: 12px;
}
@media (max-width: 992px) {
	.allergo-opinions {
		transition: initial;
		right: initial;
		left: 40px;
	}
	.allergo-opinions .bar {
		transform: rotate(90deg) translateX(60%);
		
	}
	.allergo-opinions .inner {
		display: none;
	}
	.allergo-opinions:hover .inner {
		display: block;
	}
	.basket-table tr.summary td:last-of-type {
		text-align: right;
	}
	body.page-koszyk #o-widget-lws,
	body.page-zamowienie #o-widget-lws {
		transform: scale(.75) translateY(-20px);
	}
}

.omnibus {
    font-size: 0.85em;
    padding: .5em .5em 1em;
}
.container-slider {
	overflow: hidden;
}