.box-tovar{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	width: 100%;
}
.box-tovar > .wrap-2{
	width: 100%;
	max-width: 640px;
}
.box-tovar--catalog{
	justify-content: flex-start;
}
.wrap-2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

.media-catalog-wrap{
	padding: 0 60px;
}

.box-tovar--interval > * {
	margin-bottom: 20px;
}
.box-min-tovar{
	display: flex;
	flex-wrap: wrap;
}
.box-min-tovar .tovar{
	width: 210px;
}
.box-min-tovar .tovar .box-tov-img{
	width: 210px;
	height: 150px;
}
.box-min-tovar .tovar .box-tov-text{
	height: auto;
	padding: 10px;
}
.box-min-tovar .tovar .box-tov-price{
	width: 70px;
	height: 70px;
	padding-left: 10px;
	top: -90px;
}
.box-min-tovar .tovar .font-24,
.box-min-tovar .tovar .font-30{
	font-size: 20px;
}
.box-min-tovar .tovar .link-tvr{
	margin-bottom: 0;
}
/*.box-min-tovar .tovar .tov-nav{
	border: 2px solid #f2f2f2;
	border-radius: 25px;
	display: flex;
	align-items: center;
	padding-left: 15px;
}*/
.box-min-tovar .tovar .tov-nav .cart-btn{
	margin: -2px -2px 0 0;
}
.box-min-tovar .tovar .tov-nav .cart-btn:hover{
	width: 50px;
	padding: 0;
    box-shadow: 0 5px 15px rgba(255,123,71,.7);
}
.box-tovar .tovar{
	height: 535px;
}
.box-tovar.box-tovar--list .tovar{
	height: auto;
}
.box-tovar .tovar .tov-nav{
	/* margin-top: auto; */
}
.tovar{
	width: 320px;
	display: flex;
	flex-direction: column;
	background: #fff;
	/*align-self: flex-start;*/
	margin-bottom: 20px;
}
.tovar--hidden {
	display: none;
}
.tovar:hover{
	box-shadow: 0 8px 16px rgba(0,0,0,.1);
	z-index: 1;
}
.box-tov-img{
	width: 320px;
	height: 300px;
	flex-shrink: 0;
	position: relative;
}
.box-tov-img img{
	max-width: 100%;
	display: block;
}

.box-tov-text{
	padding: 20px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;

}
.box-tov-text>*{
	margin-bottom: 10px;
}
.box-tov-text>*:last-child{
	margin-bottom: 0;
}

.box-tovar--list {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
	align-content: flex-start;
}
.box-tovar--list .tovar{
	width: 100%;
	flex-direction: row;
}

.box-tovar--list .tovar .box-tov-img{
	width: 159px;
	height: 150px;
}
.wrap-img{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.wrap-img img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.box-tovar--list .tovar .wrap-img img{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 100%;
}
.box-tovar--list .tovar .box-tov-text{
	max-width: 100%;
	border-left: 0;
	width: 100%;
}
.box-tovar--list .tovar .box-tov-text .tov-descr{
	display: none;
}

.box-tovar--list .tovar .box-tov-text .wrap-link-tvr{
	margin-bottom: 0 !important;
}
.box-tovar--list .tovar .box-tov-text .link-tvr{
	margin-bottom: 25px;
	height: 40px;
}
.box-tovar--list .tovar .box-tov-text .box-tov-price {
	margin-bottom: 0 !important;
}
.box-tovar--list .tovar .box-tov-text .box-tov-price .font-24{
	font-size: 16px !important;
}
.box-tovar--list .tovar .box-tov-text .box-tov-price{
	bottom: 10px;
	width: 150px;
	top: 60px;
	height: 20px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	border-radius: 0;
}
.box-tovar--list .tovar .box-tov-text .box-tov-price .font-12{
	margin: 0 0 0 10px;
}

/*.box-tovar--list .tovar .box-tov-text .tov-nav{
	padding-left: 95px;
}*/
.box-tovar--list .tovar .box-tov-text>*{
	margin-bottom: 6px;
}
.box-tovar--list .tovar .box-tov-text>*:last-child{
	margin-bottom: 0;
}
.box-tov-price{
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -120px;
	left: 20px;
	padding: 0 0 0 15px;
	justify-content: center;
	font-size: 16px;
}

.box-tov-price .font-24 {
	font-size: 20px;
}
.box-tov-price .js-item-price {
	font-family: 'Roboto';
	font-size: 24px;
	line-height: 0;
}

.link-tvr{
	min-width: 0;
	overflow: hidden;
	height: 45px;
	/*text-transform: uppercase;*/
	width: 100%;
	/*max-width: 100%;*/
	transition: .1s;
	display: flex;
	position: relative;
	word-break: break-all;
}
.link-tvr.no-padding{
	padding-left: 0 !important;
}
.link-tvr:after{
	content: '';
	display: block;
	width: 30px;
	height: 50px;
	background: url(/images/all/lg_bg.png) repeat-y;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.link-tvr:hover{
	 color: #e27535;
	 text-decoration: underline;
}

.tov-descr{
	font-size: 12px;
	color: #aea196;
	font-style: italic;
	height: 40px;
	line-height: 1.1em;
	overflow: hidden;
}

.tov-nav{
	display: flex;
	justify-content: space-between;
}

.favorit:hover{
	cursor: pointer;
}
.favorit:hover span{
	border-color: #e27535;
}
.favorit span{
	width: 50px;
	height: 50px;
	border: 2px solid #e9e9e9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	/*display: none;*/
}
.favorit input:checked + span .icon-favorit{
	background-image: url('/images/all/icon-favorite-red.svg');
}
label>input[type="checkbox"],
label>input[type="radio"],
label>input[type="file"] {
	display: none;
}
.tovar:hover .favorit span,.favorit input:checked + span {
	display: flex;
}

/* + Кнопки типов отображения*/
.type-show{
	align-self: flex-end;
	display: flex;
	padding-bottom: 15px;
}

.type-view{
	padding: 15px;
	height: 50px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #e8e8e8;
	border-radius: 30px;
	transition: .3s;
	text-transform: uppercase;
	font-weight: 700;

}
.type-view ~ .type-view{
	margin-left: 10px;
}
.type-show label input:checked + .type-btn{
	background: #e8e8e8;
	color: #e27535;
}
.type-view.type-activ .icon-tile{
	background-image: url('/images/all/icon-tile-red.svg');
}
.type-view.type-activ .icon-list{
	background-image: url('/images/all/icon-list-red.svg');
}
.type-view:hover, .type-activ{
	cursor: pointer;
	background: #e8e8e8;
	color: #e27535;

}
.type-view .icon{
	margin-right: 10px;
}
.type-view:hover .icon-list{
	background-image: url('/images/all/icon-list-red.svg');
}
.type-view:hover .icon-tile{
	background-image: url('/images/all/icon-tile-red.svg');
}
/* - Кнопки типов отображения*/

/* + Меню категорий*/
.wrap-scroll-menu{
	position: relative;
	width: 180px;
	margin-right: 20px;
	/*min-height: 1250px;*/
	flex-shrink: 0;
}
.stop-scroll-menu{
	height: 0;
	bottom: 0;
}
.menu-cat{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 180px;
	margin-right: 20px;
	padding-bottom: 40px;
	flex-shrink: 0;
	align-content: flex-start;
	z-index: 5;
}
/*.menu-cat + div{
	display: none !important;
}*/
.menu-cat:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 220px;
	height: 100%;
	left: -15px;
	background: url('/images/all/categories_panel.svg') left bottom no-repeat;
	z-index: -1;
}
.menu-cat-tit{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	background: #4f4944;
	color: #fff;
}
.menu-cat-check{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	min-height: 135px;
	padding: 20px;
	text-align: center;
}
.menu-cat-check:hover {
	cursor: pointer;
	color: #e27535;
	z-index: 5;
}
.menu-cat-check  ~ .menu-cat-check{
	border-top: 1px solid #f2f2f2;
	background: #fff;
	font-size: 14px;
}
.menu-cat-check .icon{
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
}

.menu-cat .menu-cat-check--current {
	background: linear-gradient(to bottom,#f26443 10%,#e27535 50%);
	color: #fff;
}
.icon-menu-f{
	background-image: url('/images/icon-cat/icon-f.svg');
}
.menu-cat-check:hover .icon-menu-f{
	background-image: url('/images/icon-cat/icon-f-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-f{
	background-image: url('/images/icon-cat/icon-f-white.svg');
}

.icon-menu-8{
	background-image: url('/images/icon-cat/icon-0.svg');
}
.menu-cat-check:hover .icon-menu-8{
	background-image: url('/images/icon-cat/icon-0-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-8{
	background-image: url('/images/icon-cat/icon-0-white.svg');
}

.icon-menu-1{
	background-image: url('/images/icon-cat/icon-1.svg');
}
.menu-cat-check:hover .icon-menu-1{
	background-image: url('/images/icon-cat/icon-1-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-1{
	background-image: url('/images/icon-cat/icon-1-white.svg');
}

.icon-menu-2{
	background-image: url('/images/icon-cat/icon-2.svg');
}
.menu-cat-check:hover .icon-menu-2{
	background-image: url('/images/icon-cat/icon-2-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-2{
	background-image: url('/images/icon-cat/icon-2-white.svg');
}

.icon-menu-3{
	background-image: url('/images/icon-cat/icon-3.svg');
}
.menu-cat-check:hover .icon-menu-3{
	background-image: url('/images/icon-cat/icon-3-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-3{
	background-image: url('/images/icon-cat/icon-3-white.svg');
}

.icon-menu-4{
	background-image: url('/images/icon-cat/icon-4.svg');
}
.menu-cat-check:hover .icon-menu-4{
	background-image: url('/images/icon-cat/icon-4-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-4{
	background-image: url('/images/icon-cat/icon-4-white.svg');
}

.icon-menu-5{
	background-image: url('/images/icon-cat/icon-5.svg');
}
.menu-cat-check:hover .icon-menu-5{
	background-image: url('/images/icon-cat/icon-5-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-5{
	background-image: url('/images/icon-cat/icon-5-white.svg');
}

.icon-menu-6{
	background-image: url('/images/icon-cat/icon-6.svg');
}
.menu-cat-check:hover .icon-menu-6{
	background-image: url('/images/icon-cat/icon-6-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-6{
	background-image: url('/images/icon-cat/icon-6-white.svg');
}

.icon-menu-7{
	background-image: url('/images/icon-cat/icon-7.svg');
}
.menu-cat-check:hover .icon-menu-7{
	background-image: url('/images/icon-cat/icon-7-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-7{
	background-image: url('/images/icon-cat/icon-7-white.svg');
}

.icon-menu-9{
	background-image: url('/images/icon-cat/icon-9.svg');
}
.menu-cat-check:hover .icon-menu-9 {
	background-image: url('/images/icon-cat/icon-9-red.svg');
}
.menu-cat .menu-cat-check--current .icon-menu-9 {
	background-image: url('/images/icon-cat/icon-9-white.svg');
}

/* - Меню категорий*/
/* + Сообщение */
.note {
	text-align: center;
	font-size: 20px;
	width: 100%;
	padding-top: 30px;
}
.note--hidden {
	display: none;
}
/* - Сообщение */


.item-sorter {
	width: 100%;
	margin-bottom: 20px;
}
.item-sorter__text {
	border-bottom: dotted 1px;
}
.item-sorter .icon-arr-bottom-dark {
	display: inline-block;
	margin: 0;
	transition: transform 0.3s;
}
.item-sorter .icon-arr-bottom-dark.up {
	transform: rotate(-180deg);
}

#type-sort-select-wrap {
	margin-left: 10px;
}

/* + Дизайн на 23 февраля */
.date-23-feb #catalog .tit-pg:before {
    width: 115px;
    height: 38px;
    margin-top: -20px;
    background-color: transparent;
    background-image: url(/images/23/wave.svg),url(/images/23/plane_red.svg);
    background-position: 0 50%, 100% 0;
}

.date-23-feb .content:before {
	background: url(/images/23/catalog_bg.jpg) center top no-repeat;
	background-size: cover;
	height: 1080px;
    max-height: 1080px;
}

.date-23-feb footer {
    z-index: 1;
}
/* - Дизайн на 23 февраля */

/* + Дизайн на 8 марта */
.date-8-mar #catalog .tit-pg:before {
    width: 115px;
    height: 42px;
    margin-top: -22px;
    background-color: transparent;
    background-image: url(/images/8m/flowers_viol.svg);
	background-size: 73px 42px;
    /*background-position: 0 50%; */
}

.date-8-mar .content:before {
	background: url(/images/8m/catalog_bg.jpg) center top no-repeat;
	background-size: cover;
	height: 1080px;
    max-height: 1080px;
}

.date-8-mar footer {
    z-index: 1;
}
/* - Дизайн на 8 марта */
