.mobile-panel {
	background-color: rgba(0,0,0,.5);
	backdrop-filter: blur(10px);
	/*height: 80px;*/
	width: 100%;
	position: fixed;
	bottom: 0px;
	/*padding-bottom: 10px;*/
	padding-top: 10px;
}

.mobile-panel .col {
	text-align: center;
	padding-top: 10px;
}

.mobile-panel .circle-btn {
	display: inline-block;
	border: none;
	height: 40px;
	width: 40px;
	/*border-radius: 100%;*/
	background-size: 50%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
}

.mobile-panel .col {
	margin-top: 0 !important;
	padding-top: 0;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.mobile-panel .col:first-of-type {
	padding-left: 30px !important;
}

.mobile-panel .col:last-of-type {
	padding-right: 30px !important;
}

.mobile-panel .phone-btn {
	background-image: url('../../img/v2/phone-white.png');
}

.mobile-panel .search-btn {
	background-image: url('../../img/v2/search.svg');
}

.mobile-panel .catalog-btn {
	background-size: 70%;
	background-image: url('../../img/v2/product-catalog.png');
}

.mobile-panel .cart-btn {
	background-image: url('../../img/v2/cart.png');
	position: relative;
}

.mobile-panel .cart-btn .cart-size {
	color: var(--my-white) !important;
	position: absolute;
	display: inline-block;
	background: var(--my-orange);
	/*top: 50px;*/
	/*left: 5px;*/
	font-family: montserrat-600;
	border-radius: 100%;
	/*width: 20px;*/
	/*height: 20px;*/
	font-size: 10px;
	padding: 1px 6px;
	text-align: center;
	left: 0;
}