
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-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-contacts{
  width: 21%;
}
.catalog-stores-item-dop-info {
  width: 26%;
}
.catalog-stores-item-pay{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 16px;
}
.stores_items_left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.catalog-stores-shop-number{
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 16px;
}
.catalog-stores-item-address{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 12px;
}

.catalog-stores-item-social{
  display: flex;
  flex-direction: column;
}
.catalog-stores-item-social .social-item{
  line-height: 0;
  margin-bottom: 12px;
  white-space: nowrap;
}
.catalog-stores-item-social .social-item:last-child{
  margin-bottom: 0;
}
.catalog-stores-item-social a{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-txt);
  border-bottom: 1px dashed var(--main-txt);
  transition: 0.2s all linear;
}

.catalog-stores-item-social a:hover{
  border-bottom: 1px dashed transparent;
  color: var(--main-txt)!important;
  transition: 0.2s all linear;
}


.catalog-stores-item-phone,
.catalog-stores-item-email{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 12px;
}

.catalog-stores-item-payment{
  width: 12%;
  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: 28%;
}
.second-column{
  width: 64%;
  display: flex;
  justify-content: space-between;
}

.metro-schedule-wrap>div:first-child{
  margin-bottom: 24px;
}

.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: 12px;
}
.catalog-stores-item-metro .metro_icon{
  margin-right: 8px;
  line-height: 1;
  margin-top: -3px;
  min-width: 16px;
}
.catalog-stores-item-metro .metro_icon svg,
.catalog-stores-item-metro .metro_icon svg path{
  min-width: 15px;
  width: 15px;
  overflow: visible;
  fill: currentColor;
}
.catalog-stores-item-schhedule{
  margin-bottom: 12px;
}
.catalog-stores-item-description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.metro_name,
.schedule,
.availability{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.catalog-stores-item-description span{
  padding: 0 14px;
  height: 30px;
  color: #626262;
  background-color: var(--main_bg_gray);
  border-radius: 14px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
}
.circule-wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  width: 38px;
  height: 28px;
  padding: 4px;
  margin-right: 8px;
}
.circule{
  width: 8px;
  height: 18px;
  border-radius: 2px;
}
.circule.green{
  background-color: #7DC054;
}
.circule.grey{
  background-color: #808080;
}
.circule.orange{
  background-color: #F3A952;
}
.circule.little-amount{

}

.circule.big-amount{

}

.circule.disable{

}
.payments_description {
  display: flex;
  align-items: center;
}
.payments_description .green{
  color: #7DC054;
  line-height: 1;
}
.store_item{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #EFEFEF;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 20px;
  transition: .3s ease;
  border-radius: 14px;
  min-height: 254px;
}
.store_item:last-child{
  margin-bottom: 0;
}
.payments_description.green{
  color: #89E769;
}
.payments_description.grey{
  color: #ECECEC;
}
.payments_description.orange{
  color: #FFCA42;
}

.payments_description.grey .circule{
  background-color: #ECECEC;
}
.payments_description.orange .circule{
  background-color: #FFCA42;
}
.payments_description.orange .circule:nth-child(2),
.payments_description.orange .circule:last-child{
  background-color: #ECECEC;
}
.payments_description.green .circule{
  background-color: #89E769;
}

.store_item .subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 16px;
}

.catalog-stores-item-info .subtitle + a:hover {
   color: var(--main_color);
 }

@media (max-width: 1140px){
  .second-column{
    flex-direction: column;
  }
  .second-column>div{
    margin-bottom: 24px;
  }
  .second-column{
    width: 40%;
  }
}
@media (max-width: 992px){
  .store_item{
    flex-wrap: wrap;
  }
  .catalog-stores-item-title{
    width: 46%;
  }
  .catalog-stores-contacts{
    width: 35%;
  }
  .catalog-stores-item-dop-info{
    width: 46%;
    margin-top: 32px;
  }
  .catalog-stores-item-payment{
    width: 35%;
    margin-top: 32px;
  }
}
@media (max-width: 678px){
  .catalog-stores-item-title,
  .catalog-stores-contacts,
  .catalog-stores-item-dop-info,
  .catalog-stores-item-payment{
    width: 100%;
    margin-top: 32px;
  }
  .catalog-stores-item-payment{
    margin-top: 24px;
  }
  .catalog-stores-item-title{
    margin-top: 0;
  }
  .store_item{
    padding: 24px;
  }
  .catalog-stores-shop-number,
  .store_item .subtitle{
    margin-bottom: 16px;
    font-size: 14px;
  }
  .catalog-stores-item-address,.catalog-stores-item-phone, .catalog-stores-item-email{
    /*font-size: 12px;*/
    margin-bottom: 16px;
  }
  .metro_name, .schedule,.catalog-stores-item-social a, .pay-info, .availability{
    /*font-size: 12px;*/
  }
  .catalog-stores-item-schhedule{
    margin-bottom: 0;
  }
  .catalog-stores-item-social .social-item{
    margin-bottom: 16px;
  }
}

