.mobile-menu, .mobile-menu .menu {
    background-color: #f6f6f6;
}

.mobile-menu .mobile-menu-info {
    color: #000;
    border-top: .0625rem solid #d0d0d0;
}

.mobile-menu .mobile-menu-info a {
    color: #000;
}

.mobile-menu .mobile-menu-info-phone {
	font-size: 1.5rem;
	text-align: center;	
}

.mobile-menu-info-adress {
	text-align: center;
	margin-top: 12px;
}

.catalog-category-grid .tile {
	border: none;
}

#page .product-price .main {
    color: #c36aa5;
}

.product-preview-zoom {
	display: none;
}

.filter-mobile-toggle {
	display: none;
}

.catalog-sorting label {
	display: inline-block;
}

.catalog-sorting-label-1 {
	margin-right: 24px; 
}

.label.warning {
	background: transparent !important;
    color: #c36aa5 !important;
	font-size: .825rem !important;
}

.label.bestseller {
	display: none !important;
}


@media screen and (min-width: 32.375em) {
    .footer-copyright .footer-copyright-company {
        width: 66.6% !important;
    }
	
	.header-phone .header-phone-number {
		margin-top:8px;
		margin-left:4px;
	}	
}

@media screen and (max-width: 32.375em) {
    .footer-copyright .footer-copyright-company {
        width: 100% !important;
		text-align:center;
    }
    .footer-copyright .col-4 {
        display:none;
    }
	.catalog-view-select {
		display:none;
	}
	
	.catalog-sorting label {
		display: block;
	}	
	
	.catalog-sorting-label-1 {
		margin-right: 0px; 
		margin-bottom:16px;	
	}	
	
	.catalog-wrapper {
		padding-top: 0px;
	}	
}