/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
  font-size:1px;
  height:1px;
  line-height:1px;
  margin:12px 0;
  overflow:hidden;
  padding:0;
  background: url(images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }

.bx_storege ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.bx_storege ul li{
  padding: 5px 0 20px;
  font-size: 12px;
  line-height: 17px;
}
.bx_storege ul li a{
  text-decoration: none;
  color: var(--main_link_color);
}
.bx_storege ul li a:hover{
  text-decoration: underline;
}


.catalog-stores-item-name{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalog-stores-item-address, .catalog-stores-item-info {
  font-size: 12px;
}
.stores_items_left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.catalog-stores-item-address{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.catalog-stores-item-payment{
  width: 98px;
  flex-shrink: 0;
}
.catalog-stores-item-payment .accept_payment{
  font-size: 12px;
  line-height: 11px;
  color: #83879C;
}
.catalog-stores-item-payment .payment_description{
  color: var(--main_font_color);
  font-size: 14px;
}
.catalog-stores-item-title{
  width: 60%;
  padding-right: 50px;
  margin-right: 10px;
}

.catalog-stores-item-schhedule{
  margin-bottom: 12px;
}
.catalog-stores-item-phone{
  margin-bottom: 12px;
}
.catalog-stores-item-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.catalog-stores-item-metro .metro_icon{
  margin-right: 6px;
  line-height: 1;
  margin-top: -3px;
  min-width: 16px;
}
.catalog-stores-item-metro .metro_icon svg{
  min-width: 15px;
  width: 15px;
  overflow: visible;
}
.catalog-stores-item-description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 230px;
}
.metro_name {
  font-size: 14px;
  color: var(--main-txt)
}
.catalog-stores-item-description span{
  width: 110px;
  height: 20px;
  color: #8d8d8d;
  border-radius: 25px;
  margin: 4px 4px 0 0;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.5px solid #8d8d8d;
}
.circule{
  width: 8px;
  height: 8px;
  margin-right: 8px;
  position: relative;
  bottom: 0px;
  top: 0px;
  line-height: 1;
}
.circule.green{
  background-color: #7DC054;
}
.circule.grey{
  background-color: #808080;
}
.circule.orange{
  background-color: #F3A952;
}
.payments_description {
  display: flex;
  align-items: center;
}
.payments_description span:nth-child(2){
  font-size: 12px;
  line-height: 1;
  color: var(--main-txt)
}
.payments_description .green{
  color: #7DC054;
  line-height: 1;
}
.store_item{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  transition: .3s ease;
}
.store_item:hover {
  box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
}
.payments_description.green{
  color: #7DC054;
}
.payments_description.grey{
  color: #808080;
}
.payments_description.orange{
  color: #F3A952;
}

.payments_description.grey .circule{
  background-color: #AAAAAA;
}
.payments_description.orange .circule{
  background-color: #E0A81A;
}
.payments_description.green .circule{
  background-color: #7BC761;
}


[data-metro^=red]{
  fill: red;
}
[data-metro^=green]{
  fill: green;
}
[data-metro^=blue]{
  fill: blue;
}
[data-metro^=yellow]{
  fill: yellow;
}
[data-metro^=orange]{
  fill: orange;
}
[data-metro^=violet]{
  fill: violet;
}

.catalog-stores-item-info .subtitle {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 400;
}
.catalog-stores-item-info .subtitle + div, .catalog-stores-item-info .subtitle + a {
  font-size: 14px;
  color: var(--main-txt);
  font-weight: 400;
}
.catalog-stores-item-info .subtitle + a:hover {
   color: var(--main_color);
 }
