.sections_catalog__list {

}

.sections_catalog__item {
	padding: 10px;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 1px solid var(--gray-color);
    margin: 20px 0;
}

.sections_catalog__link {
	text-decoration: none;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 10px;
}

.sections_catalog__link span {
	transition: 0.3s;
    font-family: var(--font-primary);
    font-size: var(--middle-size);
    color: var(--text-color);
    font-weight: 500;
    padding: 10px;
}

.bottom_prod_title{
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.dop_prod_list {
	display: flex;
	margin: 0 auto;
	gap: 10px;
	overflow-x: scroll;
	min-height: 55px;
	padding: 10px 0;
	transition: all 0.5s;
}

.dop_prod_item {
	background: #f8f8f8;
	transition: all 0.5s;
	color: #000;
	min-height: 34px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border: 1px solid #afafaf;
	border-radius: 6px;
}
.dop_prod_bottom_list {
	overflow-x: scroll;
	display: flex;
	grid-gap: 10px;
	justify-items: center;
	padding: 15px 4px;
  }
  .dop_prod_bottom_item {
	border-radius: 6px;
	  border: 1px solid var(--primary-1);
	  box-shadow: 2px 2px 4px var(--primary-1);
	  padding: 0.5rem
  }
  
  .dop_prod_bottom_item a {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	height: 100%;
  }
  .dop_prod_bottom_item span {
	text-align: center;
	padding: 0 5px;
	width: 180px;
	display: block;
}
  .dop_prod_bottom_item p{
	  width: 180px;
	  text-align: center;
  }

.tag_list_wrapper,
.tags_top_footer_list {
	overflow-x: scroll;
	display: flex;
	grid-gap: 10px;
	justify-items: center;
	padding: 15px 4px;
}


@media (min-width: 600px) {
	.dop_prod_list {
		grid-template-columns: repeat(10, 1fr);
		gap: 10px;
		display: grid;
		overflow: visible;
	}

	.dop_prod_item {
		grid-column-start: span 4;
		border: none;
		box-shadow: 1px 1px 4px var(--primary-2);
	}



}
@media (min-width: 768px){
	.sections_catalog__list {
		display: grid;
		gap: 15px;
		grid-template-columns: 1fr 1fr 1fr;
	  }
	  .sections_catalog__item {
		text-align: center;
		border-radius: 10px;
		border-bottom: 0;
	  }
	
	  .sections_catalog__link {
		display: flex;
		flex-direction: column;
		align-items: center;
	  }
}


@media (min-width: 1024px) {
	.sections_catalog__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: 15px;
	  }
	  .sections_catalog__item:hover {
		box-shadow: 0px 2px 10px 10px rgb(0 0 0 / 25%);
	  }
	  .sections_catalog__item:hover span {
		color: var(--primary-1);
	  }
	.dop_prod_item {
		grid-column-start: span 2;
	}
	.dop_prod_bottom_item a{
		flex-direction: row;
	}

	.dop_prod_item:hover a{
		color: var(--primary-1);
	}

	.tag_list_wrapper,
	.tags_top_footer_list {
		overflow: visible;
		flex-wrap: wrap;
	}
}

@media (min-width: 1200px) {
	.section_tile {
		grid-template-columns: repeat(10, 1fr);
		border-top: none;
		gap: 10px;
	}
	.sections_catalog__list {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	  }
	.dop_prod_bottom_list{
		overflow: visible;
		flex-wrap: wrap;
	}
	.dop_prod_bottom_item p{
		width: 151px;
	}
}


/* LEFT POPAP */
.dop_prod_popap {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	height: 100vh;
	z-index: 9;
	padding: 30px 10px;
	max-width: 350px;
	width: 100%;
}

.dop_prod_popap.active {
	display: block;
}

.sort_prod_button {
	padding: 4px 6px;
	width: 100%;
	height: 34px;
	font-weight: 400;
	border: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Roboto", "Arial", sans-serif;
	font-size: 1rem;
	transition: all 0.5s;
	border: 0.1rem solid var(--gray-color);
}

.sort_prod_section .dop_prod_active {
	padding: 55px 10px 90px;
	top: 0;
	height: 100vh;
	width: 300px;
	overflow: hidden;
	z-index: 10;
}

.sort_col_type .dop_prod_bottom.dop_prod_active {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	display: flex;
	gap: 5px;
	flex-direction: column;
	height: 100vh;
	width: 300px;
	padding: 55px 5px 5px;
	background-color: #fff;
	overflow: hidden;
}

.dop_prod_popap_heading {
	background: var(--main-color);
    color: var(--primary-1);
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
	border-bottom: 0.1rem solid var(--primary-3);
}
.dop_prod_title {
margin: 10px 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.box_button__catalog .dop_prod_title {
	display: none
}

.dop_prod_popap_item {
	padding: 10px 0 10px 22px;
	position: relative;
}

.dop_prod_popap_item::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: var(--gray-color);
	top: 18px;
	left: 10px;
}