@charset "utf-8";
.wrap_second_menu{
	border-bottom: 1px solid rgba(150,125,74,.5);
}
.second_menu a{
	display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
    margin: auto;
    padding: 0 20px;
    transition: 400ms ease;
}
.second_menu a h1{
	font-size: inherit;
}
.second_menu a:hover, .second_menu a.active{
	color: #967d4a;
}
.product_list{
	display: none;
}
.product_list .wrapper{
	justify-content: flex-start;
}
.card_preview .img_product img {
    position: relative;
}
.card_preview .info .bottom_info{
	margin-top: auto;
}
.card_preview .info .price {
	font-weight: 200;
}
.card_preview .info .select_format{
	background-color: transparent;
	border: unset;
	font-size: inherit;
	font-family: inherit;
	outline: none;
}
.card_preview .info .f_left{
	float: left;
}
.card_preview .info .flex_start{
	justify-content: flex-start;
}
.card_preview .info .line_flex{
	background-color: #967d4a;
	width: 1px;
	margin: 0 20px;
}


