

/* Start:/bitrix/templates/aspro_next_copy/components/bitrix/catalog.element/main_custom/style.css?17426698945230*/
.price-in-stores__wrapper {

}
.price-in-stores__filter__select {
  max-width: 354px;
}

/** custom select **/
.price-in-stores__filter__select .bx_section .common_select-link, .catalog_detail .common_select .common_select-link {
  height: 42px !important;
}
.price-in-stores__filter__select .bx_section .common_select-link .trigger, .catalog_detail .common_select .common_select-link .trigger {
  height: 40px !important;
}
.price-in-stores__filter__select .bx_section .common_select-link .ik_select_link_text, .catalog_detail .common_select .common_select-link .ik_select_link_text {
  line-height: 40px !important;
}
.price-in-stores__filter__select  .bx_filter .bx_filter_select_arrow:before, .common_select .common_select-link .trigger:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.price-in-stores__table-wrapper {
  margin-top: 26px;
  position: relative;
}
.price-in-stores__table {
  width: 100%;
}
.price-in-stores__table tr {
  border-bottom: 1px solid #f5f5f5;
}
.price-in-stores__table td {
  padding: 17px 10px;
}
.price-in-stores__table__title {
  color: #999999;
}
.price-in-stores__table__address {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.price-in-stores__table__address:hover {
  color: #1569bc;
}
.price-in-stores__table__phone {
  color: #666666;
}
.price-in-stores__table__price {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.price-in-stores__table__quantity {
  color: #666666;
  position: relative;
  display: inline-block;
}
.price-in-stores__table__quantity::before {
  /*content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 9px;
  background: url('/bitrix/templates/aspro_next_copy/components/bitrix/catalog.element/main_custom/images/arrow-green.png') no-repeat;
  bottom: 0;
  top: 0;
  margin: auto;*/
}
.price-in-stores__table__current-region {
  font-size: 13px;
  color: #666666;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.price-in-stores__table__current-region::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: url('/bitrix/templates/aspro_next_copy/components/bitrix/catalog.element/main_custom/images/arrow-circle-green.png') no-repeat;
  bottom: 0;
  top: 0;
  margin: auto;
}
.price-in-stores__table__choose-region {
  font-size: 13px;
  color: #1976d2;
  cursor: pointer;
}
.price-in-stores__table__columnn-m-actions {
  display: none;
}
.price-in-stores__loading-wrapper {
  text-align: center;
  display: none;

  position: absolute;
  top: 0px;
  bottom: 0;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
}
.price-in-stores__loading {
  width: 64px;
  height: 64px;
  background: url(/bitrix/templates/aspro_next_copy/components/bitrix/catalog.element/main_custom/images/loading.gif) no-repeat center center;
  margin: auto;
  margin-top: 20px;

  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
}
.price-in-stores__sort {
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none; 
  -webkit-user-select: none;  
  -khtml-user-select: none;    
  -moz-user-select: none;     
  -ms-user-select: none;       
  user-select: none;   
}
.price-in-stores__sort:hover {
  color: #1976d2;
}
.price-in-stores__sort span {
  display: inline-block;
  position: relative;
}
.price-in-stores__sort span::after {
  content: '';
  width: 9px;
  height: 11px;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;  
}
.price-in-stores__sort[order="asc"] span::after {
  background: url(/bitrix/templates/aspro_next_copy/components/bitrix/catalog.element/main_custom/images/arrow-up.png) no-repeat center center;
}
.price-in-stores__sort[order="desc"] span::after {
  background: url(/bitrix/templates/aspro_next_copy/components/bitrix/catalog.element/main_custom/images/arrow-down.png) no-repeat center center;
}
.price-in-stores__sort-wrapper {
  margin-top: 31px;
  display: none;
}
.price-in-stores__sort-wrapper .sort_filter a span {
  display: inline-block !important;
  margin-right: 4px;
}
.price-in-stores__sort-wrapper .sort_filter a {
  margin-right: 20px !important;
}

.price-in-stores__sort-wrapper .sort_filter a i {
  opacity: 0 !important;
}
.price-in-stores__sort-wrapper .sort_filter a[order="asc"] i,
.price-in-stores__sort-wrapper .sort_filter a[order="desc"] i {
  opacity: 1 !important;
}
.ik_select_list_inner.scroller {
  height: 200px !important;
}
/** Media ------------------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {

  .price-in-stores__sort-wrapper {
    display: block;
  }
  .price-in-stores__table {
    border: 0;
  }

  .price-in-stores__table thead {
    display: none;
  }

  .price-in-stores__table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  .price-in-stores__table tr:nth-child(2n) {
    background-color: #f6f6f7;
  }
  .price-in-stores__table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  .price-in-stores__table td:last-child {
    border-bottom: 0;
  }
  .price-in-stores__table tbody tr:first-child td:first-child { 
    display: none;
  }
  .price-in-stores__table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .price-in-stores__table__columnn-m-actions {
    text-align: left !important;
    display: block;
  }
  .price-in-stores__table__columnn-actions {
    display: none !important;
  }
}

/* End */
/* /bitrix/templates/aspro_next_copy/components/bitrix/catalog.element/main_custom/style.css?17426698945230 */
