@charset "UTF-8";
/* CSS Document */

.EshopList {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: url(../../img/BgrGrassMGreen.jpg)
}


.EshopList .ListWrapper {
	text-align: left;
	max-width: 1665px;
	margin: auto;
}

@media (max-width: 1765px)
{
	.EshopList .ListWrapper {
	max-width: 1332px;
	}
}

@media (max-width: 1432px)
{
	.EshopList .ListWrapper {
	max-width: 999px;
	}
}

@media (max-width: 1099px)
{
	.EshopList .ListWrapper {
	max-width: 666px;
	}
}

@media (max-width: 766px)
{
	.EshopList .ListWrapper {
	max-width: 333px;
	text-align: center;
	}
}





.EshopList .BubblesTexture {
	display: block;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	
	opacity: .45;
}

.EshopList .List {
	display: inline-block;
	position: relative;
	width: 300px;
	max-width: 100%;
	height: auto;
	min-height: 350px;
	vertical-align: top;
	border-radius: 10px;
	background: #FFF;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
	color: #414438;
	margin: 10px 14px;
	/*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.30);*/
	border:1px solid #414438;
	overflow: hidden;
}

.EshopList .List.Manager {
	/*background-image: linear-gradient(to bottom, #fdfdfd 40%, #e2e2e2);*/
	}
	
/*.EshopList .List.Manager:nth-child(1 of .Manager) {
	float: none;
	clear: both;
	}
	
.EshopList .List.Manager:nth-child(8) {
	clear: left;
	}*/



.EshopList .List .BubblesTexture {
	display: block;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: url(../../img/BgrCirclesW.png) repeat center top;
	opacity: .25;
}

.EshopList .List.Manager .BubblesTexture {
	/*background: url(../../img/BgrCircles2.png) repeat center top;
	opacity: .8;*/
}



.EshopList .List .Img {
	display: block;
	position: relative;
	width: 270px;
	height: 210px;
	background: no-repeat center center;
	background-size: contain;
	z-index: 1;
}

.EshopList .List p.Gallery {
	position: absolute;
	right:10px;
	top:10px;
	font-size: .9em;
	font-weight: 400;
	color: #414438;
	color:#FFF;
	text-decoration: none;
	z-index: 2;
	background: url(../../modules/eshop-list/img/IcoGalleryDark.svg) no-repeat center top;
	background-size: 20px;
	width: 20px;
	height: 20px;
}

.EshopList .List.Manager p.Gallery {
	/*background: url(../../modules/eshop-list/img/IcoGalleryDark.svg) no-repeat center top;
	background-size: 20px;
	opacity: .7;*/
}

.EshopList .List a:hover.Gallery {
	text-decoration: underline;
}


.EshopList .List .NextImg {
	display: none;
	}

.EshopList .List .Description {
	min-height: 160px;
	margin:8px auto;
	z-index: 1;
	position: relative;
	text-align: center;
}

.EshopList .List .Description h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 600;
	color: #a2c037;
	margin: 0 0 3px 0;
	text-align: center;
}

.EshopList .List  .Description p {
	font-size: .9em;
	line-height: 1.3em;
	font-weight:500;
	margin: 0;
	color: #414438;
}

.EshopList .List.Manager  .Description p {
	/*color: #424538;*/
}

.EshopList .List  .Description p b {
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 8px;
}

.EshopList .List .Description a {
	color: #424538;
	text-decoration: underline;
	}
	
.EshopList .List .Description a:hover {
	text-decoration: none;
	}
	
	
.EshopList .List .Description button {
	display: inline-block;
	text-align: center;
	width: auto;
	height: 20px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	color: #424538;
	font-size: .6em;
	padding: 0 10px;
	margin:10px auto;
}

.EshopList .List.Manager .Description button {
/*	background: rgba(66, 69, 56, 0.8);
	color: #FFF;*/
}

.EshopList .List .Description button:hover {
	background: rgba(255, 255, 255, 1);
	}
	
.EshopList .List.Manager .Description button:hover {
	/*background: #424638;*/
}


.EshopList .List .ControlBar {
	display: block;
	width: 100%;
	min-height: 40px;
	text-align: right;
	z-index: 1;
	position: relative;
}

.EshopList .List  input[type="text"] {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	border:1px solid #414438;
	border-radius: 5px;
	font-size:.85em;
	color:#414438;
	font-weight: 400;
	text-align: center;
	margin: 0 10px 0 0;
}

.EshopList .List .SmallLabel {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 36px;
}

.EshopList .List .SmallLabel::before {
	content:"Počet";
	position: absolute;
	font-size: .7em;
	top: -20px;
	left:1px;
	color:#414438;
}

.EshopList .List.Manager .SmallLabel::before {
	/*content:"Počet";
	position: absolute;
	font-size: .85em;
	top: -20px;
	left:1px;
	color:rgba(66, 70, 56, 0.7);*/
}

.EshopList .List .Sticker {
	display: block;
	position: absolute;
	top:4px;
	left:-40px;
	z-index: 2;
	padding: 5px 40px;
	font-size: .75em;
	line-height: 1.1em;
	font-weight: 700;
	color:#FFF;
	background: #888b7f;
	transform: rotate(-35deg);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.EshopList .List .Sticker.Top {
	color:#414438;
	background: #ffac07;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}


.EshopListSelectWrapper {
	display: inline-block;
	float: left;
	position: relative;
	margin: 0 2px 0 0;
	text-align: center;
	width: 90px;
	height: 36px;
	background-color:#FFF;
	border-radius: 5px;
	}
	
.EshopListSelectWrapper::before {
	content:"Velikost";
	position: absolute;
	font-size: .7em;
	top: -21px;
	left:8px;
	color:#414438;
}

.Manager .EshopListSelectWrapper::before {
	content:"Velikost";
	position: absolute;
	font-size: .93em;
	top: -21px;
	left:0px;
	color:rgba(66, 70, 56, 0.7);
}
	
.EshopListSelectInside {
	position: relative;
	width:100%;
	height:36px;
	line-height:32px;
	vertical-align:middle;
	background-color:transparent;
	overflow:hidden;
	border:1px solid #414438;
	border-radius: 5px;
	box-sizing:border-box;
	z-index: 1;
	}
	
.EshopListSelectWrapper::after {
	content:"";
	position: absolute;
	right:5px;
	top:16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #414438 transparent transparent transparent;
}

.EshopListSelectInside select {
	width: 100%;
	height: 32px;
	background-color: transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:.75em;
	color:#414438;
	font-weight: 400;
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
	padding-left:6px;
	}
	
.EshopListSelectInside select option {
    color: #363a35;
}

.EshopList .ListWrapper .Price {
	display: block;
	width: 94px;
	margin:0 0 1px 174px;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 600;
	color: #a2c037;
	text-align: center;
	}
	
.EshopList .ListWrapper .PriceDPH {
	display: block;
	width: 94px;
	margin:-3px 0 3px 174px;
	font-size: .7em;
	line-height: 1.3em;
	font-weight: 600;
	color: #424538;
	text-align: center;
	}
	
.EshopList .ListWrapper button {
	display: inline-block;
	vertical-align: top;
	width: 94px;
	height: 36px;
	min-height: 0;
	margin:0 0 0 0;
	font-size: 1em;
	border-radius: 5px;
	font-weight: 600;
	background: #a2c037;
	color:#FFF;
	padding: 0;
	}



.PopDescription {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius: 10px;
	background-image: linear-gradient(to bottom, #3e4242 40%, #1d2222);
	z-index: 2;
	transform: translateY(-100%);
	opacity: 0;
	transition: all ease-in-out .2s;
	padding: 60px 20px 20px 20px;
	text-align: justify;
	font-size: .85em;
	font-weight: 300;
	line-height: 1.55em;
	color:#FFF;
}

.PopDescription.Open {
	transform: translateY(0);
	opacity: 1;
	transition: all ease-in-out .2s;
}

.PopDescription .Close {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	width: 22px;
	height: 22px;
	border-radius:50%;
	right:10px;
	top:10px;
	transition:all ease-in-out .2;
	cursor: pointer;
}

.PopDescription .Close:hover {
	background: rgba(255, 255, 255, 1);
	transition:all ease-in-out .2;
}

.PopDescription .Close::after {
	content: '';
	display: block;
	position: absolute;
	background: #3e4242;
	width: 14px;
	height: 2px;
	right:4px;
	top:10px;
	transform: rotate(45deg);
}
.PopDescription .Close::before {
	content: '';
	display: block;
	position: absolute;
	background: #3e4242;
	width: 14px;
	height: 2px;
	right:4px;
	top:10px;
	transform: rotate(-45deg);
}



.EshopBar {
	position: relative;
	display: block;
	text-align: center;
	border-bottom:1px solid #CCC;
}

.EshopBar button.Switcher   {
	position: relative;
	display: inline-block;
	text-align: center;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	color:#FFF;
	text-decoration:none;
	padding: 5px 20px;
	vertical-align: top;
	background: url(../../img/BgrGrassMGreen.jpg);
	font-weight: 500;
	margin-bottom: -1px;
	width: auto;
	height: auto;
	border-radius: 0;
}

.EshopBar button.Switcher.Active   {
	border-bottom:1px solid transparent;
	}
	
.EshopBar button.Switcher:hover   {
	background: rgba(255, 255, 255, 0.1);
}

.EshopBar button.Switcher.Active:hover   {
	background: url(../../img/BgrGrassMGreen.jpg);
}




@media (max-width: 992px)
{
}


@media (max-width: 768px)
{
	.EshopList .List .Description {
	min-height: 0px;
	}
	
	.EshopBar {
	border-bottom:1px solid #CCC;
	padding-bottom: 15px;
	}
	
	.EshopBar button.Switcher   {
	margin: 5px;
	}
	
	.EshopBar button.Switcher.Active   {
	border-bottom:1px solid #CCC;
	background: rgba(255, 255, 255, 0.2);
	}
	
	.EshopBar button.Switcher.Active:hover   {
	background: rgba(255, 255, 255, 0.2);
	}


}

@media (max-width: 480px)
{
	.EshopList .ListWrapper button {
	width: 84px;
	}
	
	.EshopList .List {
	margin: 10px 0;
	}
	

}

