a {
	transition: 100ms;
	outline: 0 none!important;}

* {
	outline: none !important;}
.btn {
    /* box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05); */
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 0 none!important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.31);}
.mt {
	margin-top: 20px;}
.shop-map-container {
	position: relative;}
#shop-canv {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: crosshair;
    display: none;}
	#shop-map {
	  width: 100%;
	  height: 500px;}


.shop-best-price .best-price {
	width: 40%;
	border: 1px solid;
	padding: 5px;
	font-size: 14px;
	display: inline-block;
	float: left;
	margin-bottom: 15px;}
	.shop-best-price .best-max-price {
		float: right;
		position: relative;}
		.shop-best-price .best-max-price:before {
			position: absolute;
			content: '';
			height: 1px;
			width: 20px;
			background: #000;
			left: -40px;
			top: 50%;}

.shop-ul.pagination>.active>a, 
.shop-ul.pagination>.active>span,
.shop-ul.pagination>.active>a:hover, 
.shop-ul.pagination>.active>span:hover, 
.shop-ul.pagination>.active>a:focus, 
.shop-ul.pagination>.active>span:focus {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;}

.btn-br {
	border-radius: 5px;}
.shop-info-container {
	position: relative;
	margin-bottom: 10px;
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #eee;
	padding: 10px;}
	.shop-info-container + .shop-info-container {
    margin-top: 10px;}
  .shop-info-container .shop-info-image {
    width: 175px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: top;}
    .shop-info-container .shop-info-image img {
    	max-height: 110px;
    	margin: 0 auto;}
		.shop-info-container .shop-info-image a span {
			background: #fff url(/image/site/no_photo.png) center no-repeat;
			background-size: contain;
			width: 100%;
			height: 100px;
			display: block;}
  .shop-info-container .shop-info-data {
    width: 100%;
    display: table-cell;
    vertical-align: top;}
    .shop-info-container .shop-info-data .shop-info-data-price {
    	font-weight: 600;
    	float: right;
    	margin-bottom: 15px;
    	font-size: 16px;}
  .shop-info-container .shop-info-data .shop-info-name {
  	font-size: 18px;
    max-width: 500px;}
  .shop-info-container .shop-info-data .shop-width-list {
  	width: 80%;}
  .shop-info-container .shop-info-data .shop-info-description {
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	flex-wrap: wrap;
  	width: 100%;
  	margin: 10px 0;}
	  .shop-info-container .shop-info-data .shop-info-description > * {
	    padding-right: 10px;
	    font-size: 14px;
	    max-width: 400px;
	    display: table-cell;}
	    .shop-info-seller {
	    	display: block;
	    	overflow: hidden;
	    	height: 20px; }
  .shop-info-container .shop-info-data .shop-sports {
    margin: 0 -5px;
    overflow: hidden;}
    .shop-info-container .shop-info-data .shop-sports > li {
    	float: left;
    	margin: 0 5px;}
    	.shop-info-container .shop-info-data .shop-sports > li > a {
    		font-size: 12px;
    		color: #5484b9;}
    		.shop-info-container .shop-info-data .shop-sports > li > a:before {
    			content: "#";}


.contact-dialog {
	width: 500px;
	margin: 50px auto;
	border: 1px solid #f0f0f0}
	.contact-header .close {
		color: #000;
		margin: 0;}
	.contact-header {
		background: #f6f6f6;
		font-size: 16px;
		padding: 20px; 
		border-bottom: 1px solid #e5e5e5;}
		.name-company {
			font-size: 24px;
			font-weight: 600;
	    color: rgba(20, 59, 90, 0.88);}
		.phone-company, .email-company {
			font-size: 18px;   
			display: block;
			margin-bottom: 10px;}
			.fa-color {
				color: #2780e3;}
	.contact-footer {
		font-size: 14px;
		text-align: center;
		background: #f3f3f3;}


.product-descr {
	background: #f6f6f6;
	width: 100%;
	display: inline-block;
	padding: 20px;}
	.product-descr-name {
		float: left;
		display: inline-block;}
	.product-name {
		font-size: 28px;
    color: rgba(20, 59, 90, 0.88);}
	.product-price {
		font-size: 26px;
		font-weight: 600;
		float: right;}
	.product-descr-body {
		width: 60%;}
		.product-feature, .product-text-descr, .product-events {
			background: #f3f3f3;
			display: inline-block;
			padding: 20px;
			width: 100%;
			margin-top: 20px;
			position: relative;}
			.product-feature-table {
				margin-bottom: 0;}
				.product-feature-table *{
					border: none !important;}
					.product-feature-table tr td:first-child {
						font-weight: 600;}
			.seller-feature {
				position: absolute;
				width: 400px;
				right: -30.5em;
				padding: 20px;
				top: -3em;
				-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
				box-shadow: 0 2px 4px rgba(0,0,0,0.5);
				background: #fff;	}
				.seller-feature > * {
					display: block;
					font-size: 16px;}
				.seller-feature:after {
					content: '';
					position: absolute;
					top: -10px;
					left: 0;
					height: 10px;
					display: block;
					width: 100%;
					background: #2780e3;}
				.seller-feature-img img {
					max-width: 100%;
					max-height: 250px;
					display: block;
					margin: 0 auto;}
					.seller-feature-img, 
					.seller-feature-address,
					.seller-feature-work-time,
					.seller-feature-site {
						margin-bottom: 10px;}
			.event {
				margin-bottom: 20px;}
			.event > * {
				margin-bottom: 10px;}
			.product-txt-header, .product-event-header {
				font-weight: 600;}
			.product-event-date {
				color: rgba(0, 0, 0, 0.5);}
.shop-best-price .input-price {
	position: relative;
	float: left;
	width: 40%;
	margin-bottom: 15px;}
	.shop-best-price .input-price:last-child {
		float: right;}				
.shop-best-price .input-price:last-child:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 25px;
	background: #000;
	left: -38px;
	top: 50%;}
	.input-field {
		padding: 5px;
    width: 100%;
    border: 1px solid #ccc;}


.demo-gallery {
	width: 100%;
	height: auto;
	float: left;}
	.demo-gallery a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    display: block;
    float: left;
    margin: 0 12px 12px 0;
    width: 292px;
    line-height: 0;}
    a.demo-gallery__img--main {
    	width: 400px;
    	height: 400px;}
    	#demo-test-gallery a.demo-gallery__img--main img {
    		max-height: 100%;	}
  #demo-test-gallery img {
  	/*width: 100%;*/
  	height: auto;
  	/*float: left;*/
  	display: block;
  	margin: 0 auto;
  	max-height: 150px;}

.slick-slider {
	width: 100%;}
	.slick-slide a {
		width: 100%;	}
		.slider-small-slide a{
			height: 250px;
			display: block;}
.photo-slider .slider-big-slide {
	height: 500px;
	width: 400px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	overflow: hidden;}
.photo-slider .slider-small-slide {
	height: 500px;
	width: 250px;
	display: inline-block;
	margin-left: 20px;}
.slider-small-slide img{
		height: 240px;}
	.slider-small-slide a:first-child img{
		margin-bottom: 20px;}
	.slick-slider .slick-next {
		right: 30px;
		top: 44%;	}
	.slick-slider .slick-prev {
		z-index: 1;
		top: 44%;
		left: 0;	}
	.slick-slider .slick-prev:before, 
	.slick-slider .slick-next:before {
		position: absolute;
		content: '\0276f';
		font-size: 16px;
		padding: 20px;
		left: 0;
		background: #000;
		color: #fff;}
	.slick-slider .slick-prev:before {
		content: '\0276e';	}
#shop-map-mini {
	display: block;
	width: 100%;
	height: 250px;
}
#ymap {
	height: 507px;
}
.product-descr-body { 
margin-bottom: 10em; 
}

@media only screen and (max-width: 767px) {
	.shop-info-container {
		display: block;}
	.shop-info-container .shop-info-image {
		width: 100%;
		padding-right: 0;
		display: flex;
		justify-content: center;}
	.shop-info-container .shop-info-image img {
    max-height: 300px;}
  .product-descr-body {
    width: 100%;}
    .seller-feature {
    	position: relative;
    	width: 100%;
    	right: 0;
    	top: 0;}
  .shop-info-seller {
  	overflow: visible;
  }

}
@media only screen and (max-width: 600px) {
	.contact-dialog {
		width: 100%;}

}

