/* header */
.header-logo span{
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

/* top phones */
.top-contact{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 13px;
}
.top-contact:before{
	content: "";
	display: inline-block;
	background-size: contain;
	width: 13px;
	height: 13px;
	margin-right: 4px;
}
.top-contact.icon-phone:before{
	background-image: url('../../honey_06_2020/images/icons/phone-bold.svg');
}
.top-contact.icon-whatsapp:before{
	background-image: url('../../honey_06_2020/images/icons/whatsapp-bold.svg');
}
.top-contact.icon-telegram:before{
	background-image: url('../../honey_06_2020/images/icons/telegram-bold.svg');
}
.sort-group span:hover {
	color: initial;
}
.sort-group span span:hover {
	color: #fb7320;
}
.sort-group.ht-phone img{
	height: 30px;
	margin: 0 2px;
}
.sort-group.ht-phone img.logo-telegram{
	height: 25px;
}
.sort-group.ht-phone img:hover{
	transition: 0.2s;
}
.whatsapp-mobile{
	width: 85px;
}
.whatsapp-mobile img{
	height: 40px;
}
.whatsapp-mobile img.logo-telegram{
	height: 35px;
}
@media (max-width: 450px) {
	.whatsapp-mobile {
		width: 65px;
	}
	.whatsapp-mobile img{
		height: 30px;
	}
	.whatsapp-mobile img.logo-telegram{
		height: 25px;
	}
}

/* basket */
.cart-fluid-bot{
	flex-wrap: wrap;
}
.minsum{
	width: 100%;
	margin-left: 0;
}
.logo-whatsapp{
	height: 30px;
}
.logo-telegram{
	height: 25px;
}
@media (max-width: 1023px) {
	.header-menu-mobile .footer-phones a:after {
		display: none;
	}
	.header-menu-mobile .footer-phones a:nth-child(2):after{
		display: none;
	}
	.header-menu-mobile .footer-phones .logo-whatsapp{
		height: 30px;
	}
	.header-menu-mobile .footer-phones{
		margin: 15px 0;
	}
}

/* catalog */
.show-by-box{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.show-by-box .option.isActive{
	color: #fb7320;
}
.sec-title{
	justify-content: flex-start;
}