

/* Start:/bitrix/templates/mshop_3401/components/panda/catalog.smart.filter/monopoly_series/style.css?17485338551303*/
.popup-window-content {
  max-height: 300px;
  overflow-y: scroll;
}
.smartfilter .bx_filter_param_label.disabled,
body #smartFilterDropDown190 .bx_filter_param_label.disabled {
	display: none !important;
}
.smartfilter ul.list-unstyled > li > div{
	min-height: 100px;
}
.smartfilter .filter-buttons > div {
    display: flex;
   justify-content: center;
   align-items: center;
}
body .popup-window.smartFilterSelectbox .popup-window-content li {
	height: auto !important;
}
.smartfilter {
	position: relative;
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(225, 225, 225, .55) 25%,
                      transparent 25%,
                      transparent 50%, rgba(225, 225, 225, .55) 50%, rgba(225, 225, 225, .55) 75%,
                      transparent 75%, transparent);
  background-size: 20px 20px;
  z-index: 10;
  pointer-events: none;
  display: none;
  animation: moveStripes 1s linear infinite;
}

/* Анимация полосок */
@keyframes moveStripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}
.filter_loading {
	pointer-events: none;
}
.filter_loading .loading-overlay{
	display: block;
}
/* End */


/* Start:/bitrix/templates/mshop_3401/components/bitrix/catalog.section/itpanda_table/style.css?17463676611106*/
.itpanda_table th, .itpanda_table td {
	text-align: center;
	vertical-align: middle;
}
.itpanda_table th {
	padding: 10px;
	font-weight: 500;
}
.itpanda_table td {
	padding: 10px;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}
.itpanda_table .price {
	font-size: 14px;
}
.itpanda_table td.name {
	width: 32%;
}
.itpanda_table .add2basketform.checked .quantity, .js-element .add2basketform.cantbuy .quantity, .itpanda_table .js-measurename {
	display: none !important;
}
.itpanda_table .add2basketform {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.itpanda_table .quantity {
	min-width: 98px;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 10px !important;
}
.itpanda_table .buy1click {
	margin-left: 10px;
}
.itpanda_table .btn {
    padding: 8px 10px !important;
	font-size: 12px !important;
}
.itpanda_table tr:hover td {
	background: #fafafa;
}
.itpanda_table td.prices {
	width: 20%
}
.itpanda_table_wrap {width: 100%;
    overflow: auto;}

/* End */
/* /bitrix/templates/mshop_3401/components/panda/catalog.smart.filter/monopoly_series/style.css?17485338551303 */
/* /bitrix/templates/mshop_3401/components/bitrix/catalog.section/itpanda_table/style.css?17463676611106 */
