/*** ### ./css/responsive/marks.css ### ***/

.marks-cover{
	padding: 0 5px;
	}

.marks{
	width: 100%;
	padding: 30px 0;
	}

.marks-title{
	display: flex;
	flex-wrap: wrap;
	}

.marks-title-space{
	flex-grow: 1;
	min-height: 5px;
	min-width: 15px;
	}

.marks-title-in{
	font-size: 1.8rem;
	font-weight: 700;
	color: rgb(210,43,14);
	line-height: 85%;
	}

.marks-title-in span{
	font-size: 0.8rem;
	font-weight: 400;
	color: black;
	}

.marks-title-line{
	height: 2px;
	background-image: linear-gradient(to right, rgb(210,43,14), white, white);
	}

.marks-title a{
	color: rgb(210,43,14);
	}

.marks-noproducts{
	text-align: right;
	font-size: 0.8rem;
	}

.marks-noproducts label{
	margin-right: 0;
	text-align: right;
	}

.marks-noproducts label:hover{
	text-decoration: underline;
	}

.marks-noproducts input{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background-color: rgb(147,156,168);
	position: relative;
	top: 2px;
	}

.marks-noproducts input:checked{
	background-image: url(/images/responsive/items/marks_checkbox.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% 70%;
	background-color: rgb(219,79,27);
	}

/*** chars ***/
.marks-chars{
	background: rgb(255,166,112);
	text-align: right;
	padding: 1px 2px 2px 0;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	}

.marks-chars a{
	display: block;
	padding: 3px 4px 2px;
	color: white;
	background: rgb(210,43,14);
	font-size: 0.8rem;
	text-decoration: none;
	margin-left: 2px;
	margin-top: 1px;
	}

.marks-chars a:hover{
	background: rgb(255,166,112);
	}

/*** char ***/
.marks-char-id{
	height: 50px;
	}

.marks-char{
	margin: 0 auto 5px;
	}

.marks-char span{
	display: inline-block;
	padding: 8px 15px 6px;
	background: rgb(210,43,14);
	color: white;
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	top: 13px;
	}

.marks-char div{
	height: 10px;
	border-top: 1px dotted rgb(210,43,14);
	}

/*** list ***/
.marks-list{
	column-count: 5;
	padding: 0 0 0 40px;
	}

.marks-list ul{
	color: rgb(210,43,14);
	list-style-type: square;
	font-size: 0.95rem;
	margin-top: 0;
	}

.marks-list li{
	margin-top: 0;
	}

.marks-list a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 4px 0 3px;
	}

.marks-list a:hover{
	text-decoration: underline;
	color: rgb(210,43,14);
	}

.marks-list a b{
	font-weight: 500;
	}

.marks-list a span{
	font-size: 0.7rem;
	display: inline-block;
	padding-left: 5px;
	}


/*** categories ***/
.marks-categories{
	column-count: 3;
	padding: 15px 0;
	}

.marks-categories ul{
	color: rgb(0,192,204);
	list-style-type: square;
	font-size: 0.9rem;
	margin-top: 0;
	}

.marks-categories li{
	margin-top: 0;
	}

.marks-categories a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 4px 0 3px;
	line-height: 125%;
	}

.marks-categories a:hover{
	text-decoration: underline;
	color: rgb(210,43,14);
	}

.marks-categories a b{
	font-weight: 500;
	}

.marks-categories a span{
	font-size: 0.7rem;
	}


/*** products ***/
.marks-categories-products{
	column-count: auto;
	}

.marks-categories-products a{
	font-size: 1.3rem;
	color: rgb(210,43,14);
	}

.marks-categories-products .marks-categories-items a{
	font-size: 0.9rem;
	color: black;
	}

/*** items ***/
.marks-categories-items{
	padding: 5px 0 15px 25px;
	display: flex;
	flex-wrap: wrap;
	}

.marks-categories-items a{
	display: flex;
	width: 20%;
	margin-right: 25px;
	background: rgb(235,235,235);
	padding: 1px;
	margin-bottom: 10px;
	line-height: 100%;
	}

.marks-categories-items i{
	display: block;
	font-style: normal;
	}

.marks-categories-items img{
	width: 50px;
	max-width: 50px;
	height: 50px;
	border: 3px solid white;
	}

.marks-categories-items-name{
	flex-grow: 1;
	}

.marks-categories-items-name b{
	display: block;
	padding: 15px 5px 0 10px;
	}
