/*
Theme Name: mytheme
Template: storedesign
Description: Моя тема на основе storedesign
Author: Sergey Kozirev
Author URI: //ptk-strong.ru
Version: 1.0
*/

@import url("../storedesign/style.css");


#map {
	height: 600px;
	float: left;
	margin-bottom: 100px;
}

.contacts-info p {
	font-size: 16px;
	margin: 0;
}

@media (min-width: 768px) {
	.description-header {
		width: 27%;
		float: left;
		margin-bottom: 10px;
	}

	.contacts-info {
		text-align: left;
		width: 33%;
		float: left;
	}

	.storedesign-primary-navigation {
		background-color: #DF0101;
	}

	#map {
		width: 67%;
	}
}

@media (max-width: 767px) {
	.description-header {
		width: 100%;
		float: right;
		text-align: center;
	}

	.contacts-info {
		text-align: center;
		width: 100%;
		float: right;
		margin-right: 20px;
		margin-bottom: 50px;
	}

	#map {
		width: 100%;
	}

	.storedesign-primary-navigation {
		background-color: white;
	}
}

.description-header p {
	margin: 0;
	font-size: 14px;
	color: black;
}

.description-header .tel-header {
	font-size: 16px;
	margin-bottom: 2px;
}

.site-header {
	background-color: white;
}

#site-navigation a {
	color: white;
}

#site-navigation li.current-menu-item {
	background-color: #B40404;
}

.footer-info {
	background-color: #1e85be;
	color: white;
}

.fa-shopping-cart:before {
	color: white;
}

.footer-info-title {
	font-size: 21px;
	font-family: "museo300", sans-serif;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding: 0 0 0.3em;
	margin-bottom: 1em;
	font-weight: 600;
}

.footer-description {
	margin-bottom: 100px;
}

.footer-description li {
	font-weight: lighter;
}

.main-description {
	font-size: 15px;
	clear: both;
	font-family: "Poppins", sans-serif;
	margin: 0 0 .5407911001em;
	color: #131315;
	font-weight: 500;
}