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

.abc-category-list {
	margin:45px 0 65px 0;
	background-color:#83115d;
	padding:18px 0 0px 0;
	box-shadow:1px 1px 7px 0 rgba(0,0,0,0);
}

.abc-category-list h2 {
	color:#ffffff;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:0 0 20px 0;
}

.abc-category-list > .body {

}

.abc-category-list .body > ul {
	float:left;
	width:100%;
	background-color:white;
	padding:30px 0 0px 0;
	margin-bottom:0px;
}

.abc-category-list .body > ul > li {
	float:left;
	width:25%;
	padding:0 15px 0 15px;
	box-sizing:border-box;
	margin:0 0 30px 0;
}

.abc-category-list .body a {
	color:#4d0436;
	
}

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

.abc-category-list .body > ul li h3 {
	font-size:22px;
	font-weight:400;
	margin:0 0 20px 0;
	padding:0 0 0 15px;
}

.abc-category-list .body > ul li ul {
    padding:0 0 0 15px;
}

.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:145px;
	margin:0 0 -10px 0;
	margin-left: 25px;
}

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

/*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;
}

*/