body {
	background: rgba(255, 253, 208,0.3);
}
.wrapper {
	width: 100%;
	height: auto;
	position: relative;
}
.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/img/bg4.jpg) center center;
	//filter: blur(1px);
}
.bg_color {
	width: 100%;
	height: 100%;
	background: rgba(255, 253, 208,0.3);
}
.logo {
	width: 300px;
	height: 70px;
	background: url(/img/kit.png);
	margin: 0 auto;
	border-radius: 10px;
}
.top_menu {
	position: fixed;
	left: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	z-index: 10;
	color: #fff;
}
.top_menu .item {
	margin-right: 10px;
	display: inline-block;
	color: inherit;
}
.cart_open {
	cursor: pointer;
	display: block;
	color: inherit;
}
.cart_open:hover {
	text-decoration: underline;
}
.top_menu .item .fa, .top_menu .cart_open .fa {
	margin-right: 5px;
}
.header {
	//font-family: Tahoma;
	text-shadow: 1px 1px 1px #333;
}
.head_text {
	position: relative;
	margin-top: 40px;
	color: #fff;
	text-align: center;
}
.head_text .pluses {
	font-size: 14px;
	font-weight: bold;
	margin: 40px 0;
}
.head_text .pluses .fa {
	display: block;
	font-size: 50px;
}
.kits {
	//margin-top: 20px;
}
.kit {
	background: #fff;
	border-radius: 10px;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	border: 1px solid #eee;
	position: relative;
	margin-top: 20px;
}
.kit img {
	display: block;
	width: auto;
	width: 100%;
	bottom: 0;
}
.kit_text {
	//position: absolute;
	//right: 10px;
	top: 0px;
	width: 100%;
	text-align: center;
}
.kit_title {
	margin: 10px 15px;
	font-size: 16px;
	line-height: 1.1;
	text-align: center;
	font-weight: bold;
}
.kit_price {
	//font-weight: bold;
	font-size: 16px;
}
.buy {
	display: inline-block;
	border: 1px solid #eee;
	background: rgba(255, 223, 178,1);
	padding: 10px 20px;
	border-radius: 20px;
	color: #333;
	//text-shadow: 1px 1px 1px #999;
	margin-top: 10px;
}
.contacts {
	text-align: center;
	font-size: 16px;
}
.contacts a {
	display: inline-block;
	margin: 10px 0;
	text-decoration: none;
}
.contacts a span {
	position: relative;
	top: -5px;
}
.contacts .fa {
	font-size: 30px;
	margin-right: 10px;
}
.fa-whatsapp {
	color: #25d366
}
.fa-telegram {
	color: #0088cc;
}
.fa-instagram {
	color: #fd1d1d;
}
.about_kits .panel{
	margin-top: 20px;
}
.about_kits .panel-heading {
	text-align: center;
	background-color: #fbf9e0;
	color: #ba7a0b;
}
.cart_good {
	margin-bottom: 20px;
}
.cart_good .middle {
    height: 34px;
    padding: 6px 0;
    display: inline-block;
}
.cart_good img {
	width: 100%;
}
.cart_title, .cart_count, .cart_price {
	float: right;
}
.cart_count input{
	width: 50%;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.cart_count .btn{
	margin: 0;
	padding: 6px 3px;
}
.order_price {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.delivery_type, .payment_method {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
	margin: 5px 0;
}
.kit_details h3 {
	text-align: center;
}
.kit_details img {
	width: 100%;
}
.footer {
	background: #acacac;
	margin-top: 30px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}
.onpay {
	height: 20px;
}

@media (min-width: 992px) {
	.cart_title, .cart_count, .cart_price {
		float: left;
	}
	.top_menu {
		text-align: left;
	}
	.top_menu .item {
		margin-right: 20px;
		display: inline;
	}
	.top_menu .cart_open {
		float: right;
		display: inline;
	}
	.kit_title {
		font-size: 20px;
		font-weight: normal;
		text-align: right;
	}
	.kit {
		height: 300px;
	}
	.kit_text {
		text-align: right;
	}
}