/*.clearfix:after {
  content: "";
  display: table;
  clear: both;
} */

.abc-category-list {
	margin:60px 0 65px 0;
	background-color:transparent;		
}

.abc-category-list > .body {

}

.abc-category-list .body > ul {	
	display:block;	
	background-color:transparent;	
	margin-bottom:0px;
	display:flex;
	margin:0 -15px 0 -15px;
	flex-wrap:wrap;		
}

.abc-category-list .body > ul > li  ul{
	visibility:hidden;
	opacity:0;
	z-index:-1;
	position:absolute;
	left:0px;
	top:90px;
	width:100%;
	height:calc( 100% - 90px );
	background-color:white;
	padding:0px 25px 0px 25px;
	transition: all 0.5s ease;
}

.abc-category-list .body > ul > li  ul li {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 5px 0;
}

.abc-category-list .body > ul > li  ul li:before {
	content:"";
	width:10px;
	height:10px;
	display:block;
	position:absolute;
	z-index:10;
	left:0px;
	top:5px;
	border-radius:50%;
	background-color:#4b7b9f;
}

.abc-category-list .body > ul > li  ul li a {
	font-size:16px;
	line-height:20px;
	color:#565656;
	padding-left:20px;
}

.abc-category-list .body > ul > li  ul li a:hover {
	text-decoration:underline;
}

.abc-category-list .body > ul > li {	
	flex:0 0 calc( 33.33% - 30px );
	max-width:calc( 33.33% - 30px );	
	box-sizing:border-box;
	margin:0 15px 30px 15px;
	background-color:white;
	padding:30px 25px 20px 25px;
	border:1px solid white;
	position:relative;	
}

.abc-category-list .body > ul > li:hover {
	border:1px dashed #4b7d9e !important;
}

.abc-category-list .body > ul > li:hover ul{
	z-index:10;
	visibility: visible;
	opacity:1;
}

.abc-category-list .body > ul > li + li + li + li + li {
	flex:0 0 calc( 66.66% - 30px );
	max-width:calc( 66.66% - 30px);	
}

.abc-category-list .body a {
	color:black;	
}

.abc-category-list .body a:hover {
	text-decoration:underline;
}

.abc-category-list .body > ul li h3 {
	font-size:22px;
	color:black;
	font-weight:600;
	font-family: 'Montserrat';
	margin:0 0 20px 0;
	padding:0 0 0 0px;
}

.abc-category-list .body > ul li.divider-li {
	width:100%;
}

.abc-category-list .body > ul li.divider-li-3,
.abc-category-list .body > ul li.divider-li-2 {
	display:none;
}

.abc-category-list .body > ul li ul li {
	float:none;
	display:inline-block;
	padding:0 15px 0 0;
}

.abc-category-list .body > ul li ul li a {
	font-size:15px;
}

.abc-category-list .body .cat-image {
	min-height:0px;
	margin:0 0 0px 0;
	margin-left: 0px;
	display:flex;
	justify-content:center;
}

.abc-category-list .body .cat-image img {
	width:100%;
	max-width:100%;
	height:auto;
}

.abc-category-list .body li:last-child .cat-image img {
	
}

.abc-category-list .body li .cat-desc p,
.abc-category-list .body li .cat-desc p span {
	font-size:16px !important;
	line-height:20px !important;
	color:#565656 !important;
	margin:0px !important;
}

/*Main 1000px*/
@media only screen and (max-width: 1000px) {
    .abc-category-list .body > ul > li {
		width:33%;
	}

    .abc-category-list .body > ul li ul li a {
		font-size:15px;
	}
    .abc-category-list .body > ul li h3 {
		font-size:24px;
	}

    .abc-category-list .body > ul li.divider-li {
		display:none;
	}

    .abc-category-list .body > ul li.divider-li-3 {
		display:block;
		width:100%;
	}

}

/*Main 768px*/
@media only screen and (max-width: 768px) {
    .abc-category-list .body > ul > li {
		width:50%;
	}

    .abc-category-list .body > ul li ul li a {
		font-size:15px;
	}
    .abc-category-list .body > ul li h3 {
		font-size:24px;
	}

    .abc-category-list .body > ul li.divider-li-3 {
		display:none;
	}

    .abc-category-list .body > ul li.divider-li-2 {
		display:block;
		width:100%;
	}

}

/*Main 500px*/
@media only screen and (max-width: 500px) {
    .abc-category-list .body > ul > li {
		width:100%;
	}

    .abc-category-list .body > ul li.divider-li-2 {
		display:none;
	}
	
	.abc-category-list .body .cnt {
    	text-align: center;
	}
	.abc-category-list .body .cat-image {
    	margin-left: 0px;
	}
	.abc-category-list .body > ul li h3 {
    	padding: 0px;
	}
	.abc-category-list .body > ul li ul {
		padding: 0px;
	}

}



/*

************************************************ shop.astrasat.sk **************************************************

html body.astrasat-body


Theme color: #052843
Tmavsia modra: #021a2c



.astrasat-body .abc-category-list {
    background-color: #052843;
}

*/