.addToCart{
	color: #6ab04c;
	background: #fff;
	border: 1px solid #6ab04c;
	border-radius: 4px;
}
.product-box:hover .addToCart
{
	background: #6ab04c;
	color: #fff;
}
.product-box:hover .addToCart i
{
	color: #fff;
}
.addToCart i
{
	color: #6ab04c;
	font-size: 1.45em;
}
.addToCart::after
{
	border: 0;
}
.no-q
{
	background: #F3F3F3;
	color: #7f8c8d;
	border: 1px solid #dfe4ea;
}
.no-q i
{
	color: #7f8c8d;
}
.product-box:hover .no-q i
{
	color: #7f8c8d;
}
.product-box:hover .no-q
{
	background: #F3F3F3;
	color: #7f8c8d;
	border: 1px solid #dfe4ea;
}
.inCart
{
	border: 1px solid #3498db;
	border-radius: 4px;
	background: #FFF;//#ecf0f1;
	color: #192a56;	
}
.inCart::after
{
	border: 0;
}
.inCart i
{
	color: #192a56;
}
.product-box a
{
	text-decoration: none;
}
.product-name
{
	font-size: 1em;
	line-height: 1.1rem;
    height: 2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
	color: #333;
	margin-bottom: 5px;
	text-align: left;
}
.product-name:hover
{
	color: #c0392b;
}
.product-box .ter
{
	text-align: center;
	display: inline-block;
}

.product-cart-button
{
	width: 120px;
	text-align: right;
	display: inline-block;
	top: 10px;
	vertical-align: top;
}

.product-box:hover .inCart
{
	background: #3498db;
	color: #fff;
}
.product-box:hover .inCart i
{
	color: #fff;
}

.product-box:hover .special
{
	opacity: 0;
}
.special
{
	opacity: 1;
	transition-property: all;
	transition-duration: 0.3s;
	z-index: 3;
}

	#category-special-box button{
		display: inline-block;
		background: #F6F6F6;
		width: 226px;
		height: auto !important;
		border: 1px solid #DDD;
		padding: 14px 0px;
		text-align: center;
		margin-top: 8px;
		margin-right: 4px;
		border-radius: 3px;
		font-size: 17px;
		font-family: 'bold', Tahoma;
		color: #0072BC;
	}
	#category-special-box button:hover{
		cursor: pointer;
		background: #FFC;
		color: #F00;
	}




.banner
{
//padding: 3px;
position: relative;
z-index: 2;
overflow-x: hidden;
word-wrap: normal;
width: 100%;
}
.banner-block
{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}
.baner-left
{
	width: 190px;
	display: flex;
	flex-direction: column;
	border-right: 5px solid #f5f5f5;
}
.baner-left:hover
{
	
}
.baner-left-top, .baner-left-bot
{
	display: block;
	height: 160px;
	padding: 10px 5px;
}
.baner-left-top a, .baner-left-bot a
{
	text-decoration: none;
}

.baner-left-bot
{
	vertical-align: bottom;	
}

.banner_images
{
margin-left: 0%;
width: 100%;
transition-property: all;
transition-duration: 0.5s;
white-space: nowrap;
position: relative;
}
.banner_i {
display: inline-block;
vertical-align: middle;
width: 100%;
}
.banner_l, .banner_r
{
font-size: 1.2em;
//display: none;
background: #00000090;
color: #fff;
padding: 10px;
border-radius: 50%;
height: 20px;
width: 20px;
text-align: center;
position: absolute;
z-index: 5;
top: calc(50% - 48px);
vertical-align: middle;
//border-radius: 1px;
text-transform: uppercase;
//mix-blend-mode: multiply;
}
.banner_r
{
	right: 2px;
}
.banner_l
{
	left: 2px;
}

.banner img{
	width: 100%;
	height: auto;
}

.banner_bot
{
	text-align: center;
	padding: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.banner .circle
{
	color: #777;
	padding: 5px;
	display: inline-block;
	transition-property: color;
	transition-duration: 1s;
}
.banner .circle.active
{
	color: #2980b9;
}

#special-ajax-result
{
}
.akcia
{
	display: flex;
	background: #fff;
	margin-bottom: 6px;
}

.akcia a
{
	flex-grow: 1;
	padding: 10px 0px;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #ced6e0;
	font-size: 1.05em;
	color: #000;
	display: inline-block;
	font-weight: 550;
	cursor: pointer;
	text-align: center;
	transition-property: border, background, color;
    transition-duration: 0.5s;
}
.akcia a:hover
{
	color: #546de5;
	border: 1px solid #546de5;
}
.akcia a.active
{
	
	padding: 11px 1px;
	background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	color: #fff;
}

.product-desc
{
	display: none;
}
.product-box
{	
	width: 25%;
	position: relative;
	z-index: 10;
	padding-bottom: 11px;
	height: auto;
	float: none;
	display: inline-block;
	border: 1px solid #fff;
	border-right: #eaeaea solid 1px;
	border-bottom: #eaeaea solid 1px;
}

.product-box:hover
{
	z-index: 11;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 2px 16px rgba(0,0,0,.24);
    box-shadow: 0 2px 16px rgba(0,0,0,.24);
	transition-property: all;
	transition-duration: 0.3s;
}
.product-box.product-box-disable:hover
{
	border: 1px solid #f3f3f3;
}
.product-box.product-box-disable
{
	border-top: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
}
.product-image
{
	height: 200px;
	position: relative;
}
.product-image img
{
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 2;
}
.product-box .pric
{
	font-size: 19px;
	color: #2f3640;
	font-weight: bold;
}
.product-box .addToCart
{
	transition-property: all;
	transition-duration: .3s;
	//height: auto;
	//padding: 13px;
}
.product-box .product-price
{
	text-align: left;
	display: inline-block;
	width: calc(100% - 120px);
}
.product-code
{
	text-align: right;
	font-size: 0.9em;
	color: #747d8c;
	padding-right: 6px;
}
.old_price
{
	font-size: 1.2em;
	text-decoration: line-through;
}
.baner-left .capacity
{
	flex-grow: 1;
	text-decoration: none;
	background: #fff;
	padding-top: 20px;
	color: #6ab04c;
	border-bottom: 3px solid #f9ca24;
	transition-property: all;
	transition-duration: .3s;
}
.baner-left .capacity.to
{
	border-top: 3px solid #f5f5f5;
}
.baner-left .capacity i
{
	margin-bottom: 6px;
}
.baner-left .capacity:hover
{
	background: #f1f2f6;
	color: #6ab04c;
}
@media (min-width: 0px)
{
	.product-box
	{
		width: 100%;
	}
}
@media (min-width: 350px)
{
	.product-box
	{
		width: 50%;
	}
}
@media (min-width: 600px)
{
	.product-box
	{
		width: 33.333333333333333%;
	}
}
@media (max-width: 800px)
{
	.product-cart-button
	{
		display: inline-block;
		width: 37px;
	}
	.addToCart
	{
		width: 100%;
		display: block;
	}
	.product-box .product-price
	{
		text-align: left;
		display: inline-block;
		width: calc(100% - 37px);
	}
	.banner-block
	{
		width: 100%;
		display: block;
	}
}
@media (min-width: 1250px)
{
	.product-box
	{
		width: 25%;
	}
}

@media (min-width: 1500px)
{
	.product-box
	{
		width: 20%;
	}
}


















#mobile .product-box .addToCart
{
	background: #6ab04c;
	color: #fff;
	min-width: auto;
	width: 37px;
	display: inline-block;
}
#mobile .product-box .addToCart .ter
{
	display: none;
}
#mobile .product-box .addToCart i
{
	color: #fff;
}
#mobile .product-box .inCart
{
	background: #3498db;
	color: #fff;
}
#mobile .product-box .inCart i
{
	color: #fff;
}
#mobile .product-box .no-q i
{
	color: #7f8c8d;
}
#mobile .product-box .no-q
{
	background: #F3F3F3;
	color: #7f8c8d;
	border: 1px solid #dfe4ea;
}
#mobile .akcia
{
	overflow: scroll;
	width: 100%;
}
#mobile .akcia a
{
	margin-right: 5px;
}
#mobile .akcia .cl-r, .akcia .cl-l
{
	position: absolute;
	width: 30%;
	top: -20px;
	bottom: -20px;
	padding: 23px 10px;

}
#mobile .akcia .cl-l
{
	left: 0;
	box-shadow: inset 40px 0em 1.5em #fff;
}
#mobile .akcia .cl-r
{
	right: 0;
	text-align: right;
	box-shadow: inset -40px 0em 1.5em #fff;
}
#mobile .akcia
{
	//overflow: hidden;
	width: 100%;
	position: relative;
}
#mobile .akcia .cate
{
	width: 50%;
	color: #000;
	display: inline-block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px;
	text-align: center;
}
#mobile .akcia .acte-l
{
	display: inline-block;
	width: 25%;
}
#mobile .akcia .pa
{
	margin-left: 0%;
}

#mobile .nul .product-image
{
	color: #f5f5f5;
}
#mobile .nul .product-name
{
	height: 15px;
	background: #f5f5f5;
	border-radius: 7px;
	margin: 5px;
}
#mobile .nul .product-code .product-name
{
	display: inline-block;
	width: 10px;
}
#mobile .nul .no-q
{
	border: 0px;
	background: #f5f5f5;
}
#mobile .product-box:hover
{
	box-shadow: none;
	border: 1px solid #eaeaea;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.product-box-more
{
	text-decoration: none;
	color: #999;
	padding: 78px 0px;
	font-size: 1.4em;
}
.product-box-more:hover
{
	color: #e67e22;
}