@CHARSET "UTF-8";

#eshopCategory h2 {
	font-weight: 200;
	font-size: 2.3em;
	width: 100%;
	float: left;
	margin: 0;
}

#ecL {
	float: left;
	width: 200px;
	margin-top: -20px;
}

#ecR {
	float: right;
	width: 921px;
}

.ecA, .ecTitle {
	float: left;
    width: 100%;
}

.ecA {
	overflow: hidden;
}

.ecTitle {
	font-size: 1.5em;
	padding: 10px;
	color: #333;
	margin-top: 20px;
	background: rgba(255, 251, 242, 1);
}

.ecA ul {
	list-style: none;
}

.ecA div {
	float: left;
    width: 100%;
}

.ecA a, .ecA label {
    float: left;
    width: 100%;
    padding: 10px;
}

.ecA a:hover, .ecA div.item--active a {
	text-decoration: none !important;
	color: #bc994c !important;
}

.ecA label {
	padding: 10px 10px 10px 37px;
}

.ecA div .checkmark {
	margin-left: 10px;
}

.ecAMore {
    float: left;
    width: 100%;
    padding: 10px 0 10px 30px;
    cursor: pointer;
    color: #bc994c;
    background: url(https://app.sendio.cz/images/eshop/multiSelArrow.png) no-repeat center left 10px;
}

.ecAMore:hover {
	text-decoration: underline;
}

.ecA .eMultiSelBox div .checkmark {
	top: 7px;
}

#eshopCategory .edProdr {
	float: right;
	width: 100px;
}

#eshopCategory .edProdl {
    float: left;
    width: 95px;
    font-weight: 400;
}

/* articles */
#articles {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#articles .article {
	float: left;
	width: 19%;
	height: 60px;
	margin: 0 0.5% 13px 0.75%;
    border: 1px solid #d2d2d2;
    cursor: pointer;
}

#articles .article:first-child, #articles .article:nth-child(5n+1) {
	margin-left: 0;
}

#articles .article:nth-child(5n) {
	margin-right: 0;
}

#articles .article:hover {
	border-color: #bc994c;
	color: #bc994c;
}

#articles .article a {
	font-weight: bold;
}

#articles .article a:hover {
	text-decoration: none;
}

#articles .article .pad {
	margin: 10px;
	display: flex;
	align-items: center;
}

#articles .article .pad .icon {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10%;
	text-align: center;
}

#articles .article .pad .icon img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

#articles .article .pad .name {
	float: left;
	width: 70%;
}
/* articles end */

/* parameters */
#parameters {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#parameters .parameter {
	float: left;
	width: 176px;
    margin: 0 0 0 10px;
    font-size: 1.2em;
}

#parameters .parameter.first {
    margin: 0;
}
/* parameters end */

/* sort */
#sort {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}
/* sort end */

/*filter*/
#filterContainer {
	float: left;
	width: 100%;
	background-color: #F8F8F8;
	margin-top: 20px;
}

#filterContainer .ui-slider-range {
	background: #adadad;
}

#filterContainer .ui-slider-handle.ui-state-default {
    background: #a1c524;
    border-radius: 13px;
    cursor: e-resize;
}

#filterContainer .ui-slider-horizontal {
    height: 9px;
}

#filterPrice {
	float: left;
	width: 370px;
}

#filterAction {
	float: left;
	width: 510px;
	text-align: right;
	font-size: 1.1em;
}

#filterAction input, #filterAction label {
	float: left;
	width: auto;
}

#filterAction .cheCont {
	float: right;
	margin-left: 20px;
	padding-top: 3px;
}

.cheCont {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#filterContainer .pad {
	margin: 20px;
}

#filterPriceSlider {
	float: left;
	width: 170px;
	margin: 8px 20px 0 20px;
}

#filterPriceFrom, #filterPriceTo {
	float: left;
	width: 80px;
	text-align: center;
	margin-top: 3px;
	font-size: 1.1em;
}
/*filter end*/

/*topgoods more*/
#topGoodsLine {
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #d2d2d2;
    position: relative;
    margin-top: -1px;
    height: 0px;
}

#topGoodsMore {
	float: left;
	width: 100%;
	text-align: center;
}

#topGoodsMore span {
	display: inline-block;
	font-size: 0.9em;
	padding: 5px 10px 5px 27px;
	cursor: pointer;
	border: 1px solid #d2d2d2;
    border-top-width: 0;
    background-color: #F8F8F8;
    background-image: url( 'https://app.sendio.cz/images/main/arrow_dark_gray_down.svg' );
    background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 9px;
}

#topGoodsMore span.small {
	background-image: url( 'https://app.sendio.cz/images/main/arrow_dark_gray_up.svg' );
}
/*topgoods more end*/

/*goods*/
#goods {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

#goodsCont {
	float: left;
	width: 100%;
}


#goods .good {
	float: left;
	width: 23.9%;
    margin: 0 0.5% 10px 0.6%;
	height: 460px;
	border: 1px solid #d2d2d2;
}

#goods .good .pad .icon {
	float: left;
	width: 20%;
	margin-right: 10%;
}
/*goods end*/

/*pages*/
#pages {
	float: right;
	margin: 20px 0 20px 0;
	clear: both;
}

#pages .page, #pages .prev, #pages .next, #pages .dots {
	float: left;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 0 5px;
	border-radius: 5px;
}

#pages .page.active {
	background-color: #efefef;
}

#pages .page a {
	font-size: 1em;
}

#goodsMore {
	float: left;
	width: 100%;
	text-align: center;
}

#goodsMore a {
	text-align: center;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	background: #F8F8F8;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

#goodsMore a:hover {
	border-color: #bc994c;
    text-decoration: none;
}
/*pages end*/

/*producer*/
#ecProducerText {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#ecProducerText .block0 {
	width: 49% !important;
}

#ecProducerText .block1 {
	float: right !important;
	width: 47% !important;
}

#ecProducerText .block1 .padic {
	padding: 0 !important;
}
/*producer end*/

.edDeliveryFree {
	margin-top: 20px;
	font-size: 1.2em;
}

@media screen and ( max-width: 1200px ) {
	#ecL {
		display: none;
	}
	
	#ecL, #ecR {
		width: 100%;
	}
}

@media screen and ( max-width: 1000px ) {
	#articles .article:nth-child(1n), #parameters .parameter:nth-child(1n) {
		width: 24%;
		margin: 0 0.5% 13px 0.75%;
	}
	
	#articles .article:first-child, #articles .article:nth-child(4n+1), #parameters .parameter:first-child, #parameters .parameter:nth-child(4n+1) {
		margin-left: 0;
	}
	
	#articles .article:nth-child(4n), #parameters .parameter:nth-child(4n) {
		margin-right: 0;
	}
	
	#filterPrice {
		width: 100% !important;
	}
	
	#filterPrice {
		margin-bottom: 20px;
	}
	
	#filterAction {
		float: none;
		margin: 0 auto 0 auto;
	}
	
	#filterPriceSlider {
		width: 60%;
		margin-left: 0;
		margin-right: 0;
	}
	
	#filterPriceFrom, #filterPriceTo {
		width: 20%;
	}
}

@media screen and ( max-width: 850px ) {
	#topGoods .topGood {
		width: 100%;
	}
	
	#topGoods .topGood .pad .text {
		width: 100%;
	}
	
	#topGoods .topGood .pad, #topGoods .topGood.topGoodR .pad {
		margin: 0;
	}
}

@media screen and ( max-width: 800px ) {
	#articles .article:nth-child(1n), #parameters .parameter:nth-child(1n) {
		width: 32.5%;
		margin: 0 0.5% 13px 0.75%;
	}
	
	#articles .article:first-child, #articles .article:nth-child(3n+1), #parameters .parameter:first-child, #parameters .parameter:nth-child(3n+1) {
		margin-left: 0;
	}
	
	#articles .article:nth-child(3n), #parameters .parameter:nth-child(3n) {
		margin-right: 0;
	}
	
	#ecProducerText .block0 {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	
	#ecProducerText .block1 {
		width: 100% !important;
	}
}

@media screen and ( max-width: 550px ) {
	#articles .article:nth-child(1n), #parameters .parameter:nth-child(1n) {
		width: 49.3%;
		margin: 0 0.5% 13px 0.75%;
	}
	
	#articles .article:nth-child(2n+1), #parameters .parameter:nth-child(2n+1) {
		margin-left: 0;
	}
	
	#articles .article:nth-child(2n), #parameters .parameter:nth-child(2n) {
		margin-right: 0;
	}
	
	#filterPriceSlider {
		width: 32%;
	}
	
	#filterPriceFrom, #filterPriceTo {
		width: 34%;
	}
	
	#filterAction {
		width: 100%;
	}
	
	#filterAction .cheCont {
		float: left;
	    clear: both;
	    margin-bottom: 10px;
	}
}