

/* Start:/local/templates/food_court_am/components/bitrix/catalog/catalog_supermarket/style.css?17653214882891*/
.catalog-sections-container {
	padding: 36px 0 0;
}
.catalog-sections-container .catalog-sections-list{
	padding-top: 60px;
}
.catalog-section-title h1{
	color: #696E7B;
	font-family: "Montserratarm-SemiBold";
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.catalog-sections-list{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 22px;
	row-gap: 34px;
}
.catalog-section-list-item{
	width:18.85%;
	height: 196px;
	border-radius: 40px;
	background: #F6F6F6 50% / cover no-repeat;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.catalog-section-list-item a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 40px;
	position: absolute;
	top: 30px;
	right: -70px;
}
.catalog-section-list-item a p{
	position: absolute;
	top: 33px;
	left: 30px;
	color: #696E7B;
	font-family: "Montserratarm-SemiBold";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.elements-count-block  h3.all_count{
	color: #696E7B;
	font-family: "Montserratarm-SemiBold";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.catalog-elements-count-and-sort-block .elements-count-block.flex_block{
	display: flex;
	flex-direction: row;
}
.sort-select-container .sort-select-item:hover, .sort-select-item.active {
	background: #EEF1F9;
	transition: all ease .3s;
}
@media (max-width: 1440px) and (min-width: 1280px){
	.catalog-section-list-item{
		width: 31.9%;
	}
	.catalog-sections-container .catalog-sections-list{
		 padding-top: 36px;
 	}
}
@media (max-width: 1279px){
	.catalog-elements-count-and-sort-block{
		flex-wrap: wrap;
	}
	.catalog-sections-container{
		width: 100%;
	}
	.catalog-elements-container .main-container .catalog-elements-count-and-sort-block .catalog-sections-container {
		padding-bottom: 28px;
		padding-top: 12px;
	}
}
@media screen and (min-width: 1025px){
	.catalog-section-list-item:hover{
		border: 4px solid #AA0029;
	}
	.catalog-sections-container .catalog-sections-list{
		padding-top: 28px;
	}
}
@media (max-width: 1279px) and (min-width: 1024px){
	.catalog-section-list-item{
		width: 31.6%;
	}

}
@media (max-width: 1023px) and (min-width: 768px){
	.catalog-section-list-item{
		width: 48%;
	}
} 
@media (max-width: 767px) {
	.catalog-section-list-item{
		width: 100%;
	}
	.catalog-sections-container .catalog-sections-list{
		padding-top: 0;
	}
	.catalog-section-title h1{
		padding-bottom: 17px;
		font-size: 20px;
	}
	.catalog-sections-container{
		padding: 36px 0 10px;
	}
	.catalog-elements-container .main-container .catalog-elements-count-and-sort-block .catalog-sections-container {
		padding-bottom: 0;
		padding-top: 12px;
	}
}
/* End */


/* Start:/local/templates/food_court_am/components/bitrix/catalog.element/.default/style.css?176762831418237*/
.catalog-element-container {
	padding: 37px 0 76px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 76px;
}

.catalog-element-top-block {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	max-height: 703px;
	height: 703px;
}

.catalog-element-top-slider {
	width: calc(50% - 12px);
	display: flex;
	align-items: flex-start;
	gap: 24px;
	max-height: inherit;
	height: inherit;
}
.catalog-element-slider img{
	max-height: 703px;
	object-fit: contain;
}
.catalog-element-slider-dots-and-nav {
	position: relative;
	max-height: inherit;
	height: inherit;
	overflow: hidden;
}

.catalog-element-slider-dots {
	display: flex;
	flex-direction: column;
	gap: 24px;
	overflow-y: auto;
	width: 121px;
	height: 703px;
	overflow-y: auto;
	scrollbar-width: none;
}

.catalog-element-slider-dots::-webkit-scrollbar {
	width: 0;
}

.catalog-element-slider-dots button {
	width: 121px;
	height: 121px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
	transition: all ease .3s;
	flex-shrink: 0;
	border-radius: 14px;
	border: 1px solid #ffffff;
	overflow: hidden;
}
.catalog-element-popup-slider.owl-carousel .owl-item img{
	max-height: 736px;
	object-fit: contain;
	width: 100%;
	padding: 5%;
}
.catalog-element-slider-dots button.active {
	opacity: 1;
	border: 1px solid #AA0029;
	transition: all ease .3s;
}

.catalog-element-slider-dots button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-element-slider-block {
	position: relative;
	width: calc(100% - 145px);
	cursor: pointer;
}

.catalog-element-slider-nav button {
	position: absolute;
	left: 25%;
	border: 0;
	outline: 0;
	margin: 0;
	width: 60px;
	height: 60px;
}

.catalog-element-slider-nav button.owl-prev {
	top: 22px;
	transform: rotate(90deg);
}

.catalog-element-slider-nav button.owl-next {
	bottom: 22px;
	transform: rotate(90deg);
}

.element-new-block {
	position: absolute;
	left: 34px;
	bottom: 34px;
	z-index: 4;
	border-radius: 90px;
	background: #94CE18;
	padding: 3px 6px;
	color: #FFF;
	font-family: "Montserratarm-Medium";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.yes_photo{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.no_photo img, .yes_photo img{
	object-fit: contain;
	max-height: 700px;
	height: 700px;
	max-width: 694px;
	width: 100%;
}
.catalog-element-fields {
	width: calc(50% - 12px);
	border-radius: 40px;
	border: 1px solid #EEF1F9;
	display: flex;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	max-height: inherit;
	height: inherit;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.element-discount-block {
	border-radius: 148.419px;
	background: #AA0029;
	padding: 3px 6px;
	color: #FFF;
	font-family: "Montserratarm-Medium";
	font-size: 19.789px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.element-name {
	color: #696E7B;
	font-family: "Montserratarm-SemiBold";
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	word-break: break-word;
}

.element-available {
	font-family: "Montserratarm-Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.available {
	color: #94CE18;
}

.not-available {
	color: #AA0029;
}

.element-articule {
	display: flex;
	align-items: center;
	gap: 16px;
}

.articule-title {
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	opacity: 0.7;
}

.articule {
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.element-price-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.old-price {
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: line-through;
}

.new-price {
	color: #AA0029;
	font-family: "Montserratarm-Medium";
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.element-add-basket-and-favorite {
	display: flex;
	align-items: center;
	gap: 30px;
}
.catalog-element-popup-slider.owl-carousel .owl-item img{
	max-height: 736px;
	object-fit: contain;
	width: 100%;
	padding: 5%;
}
.element-add-basket-and-favorite .add-basket, .order_popup_correction_open {
	border-radius: 14px;
	background: rgba(170, 0, 41, 1);
	display: flex;
	padding: 18px 40px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	color: #FFF;
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	height: 62px;
}

.element-add-basket-and-favorite .add-basket:hover, .order_popup_correction_open:hover {
	background: linear-gradient(90deg, #AA0029 2.14%, #7B001E 53.25%, #AA0029 100%);
	transition: all ease .3s;
}
.disable-basket {
	border-radius: 14px;
	background: #aba9b8;
	display: flex;
	padding: 18px 40px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	color: #FFF;
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	height: 60px;
	margin-top: 2px;
}

.element-add-basket-and-favorite .favorite-button {
	border-radius: 20px;
	border: 1px solid #696E7B;
	background: #FFF;
	min-width: 62px;
	width: 100%;
	height: 62px;
	position: unset;
	background: url("/local/templates/food_court_am/icon/heart_icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	transition: all ease .3s;
}

.element-add-basket-and-favorite .favorite-button:hover, .element-add-basket-and-favorite .favorite-button.active {
	background: url("/local/templates/food_court_am/icon/heart_icon_active.svg");
	background-repeat: no-repeat;
	background-position: center;
	transition: all ease .3s;
	background-color: white;
}

.element-fields-list {
	width: 91%;
}

.element-fields-list ul {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.element-fields-list ul li {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.element-fields-list ul li p {
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.element-fields-list ul li p:first-child {
	width: 44%;
}
.element-fields-list ul li p:last-child{
	width: 30%;
}

.catalog-element-properties-bottom-block ul li p:first-child {
	width: 37%;
}
.catalog-element-properties-bottom-block  ul li p:last-child{
	width: 30%;
}



.dasheds {
	width: 100%;
	background-size: 83%;
	height: 1px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='5' stroke-dasharray='25' stroke-dashoffset='100' stroke-linecap='round'/%3e%3c/svg%3e");
}

.all-description {
	color: #130266;
	font-family: "Montserratarm-SemiBold";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
}

.catalog-element-properties {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 36px;
	width: 727px;
}

.catalog-element-properties-top-block {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.element-properties-line {
	width: 100%;
	height: 10px;
	background: #EEF1F9;
}

.element-properties-line p {
	height: inherit;
	width: 58%;
	background: rgba(170, 0, 41, 1);
}

.catalog-element-properties-bottom-block {
	width: 100%;
}

.catalog-element-popup {
	position: fixed;
	z-index: 11;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 736px;
	width: 737px;
	background-color: rgba(238, 241, 249, 1);
	border-radius: 40px;
	display: none;
}

.catalog-element-popup-slider {
	position: relative;
}

.catalog-element-popup-slider-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
}

.catalog-element-popup-slider-nav button.owl-prev {
	left: -30px;
}

.catalog-element-popup-slider-nav button.owl-next {
	right: -30px;
}

.age-18-popup {
	position: fixed;
	z-index: 11;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 338px;
	border-radius: 14px;
	border: 1px solid #EEF1F9;
	background: #FFF;
	height: 251px;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.age-18-popup-body {
	display: flex;
	align-items: flex-start;
	gap: 34px;
	flex-direction: column;
	width: 100%;
}

.age-18-popup-ask {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	gap: 10px;
}

.age-18-popup-ask button {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: rgba(170, 0, 41, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.age-18-popup-ask h3 {
	color: #696E7B;
	text-align: center;
	font-family: "Montserratarm-SemiBold";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.age-18-popup-ask p {
	color: rgba(105, 110, 123, 0.60);
	text-align: center;
	font-family: "Montserratarm-Medium";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.age-18-popup-buttons {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 23px;
}

.age-18-popup-buttons button {
	display: flex;
	padding: 18px 40px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex: 1 0 0;
	border-radius: 14px;
	border: 1px solid #EEF1F9;
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.age-18-popup-buttons button:first-child {
	background: #130266;
	color: #ffffff;
}
.element-calc-block{
	display: flex;
	align-items: center;
	gap: 24px;
	justify-content: space-evenly;
	width: 100%;
	border-radius: 14px;
	border: 1px solid #AA0029;
	padding: 10px;
	max-height: 62px;
	background-color: #ffffff;
}
.element-add-calc-button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px;
	background-color: #AA0029;
	border-radius: 14px;
}
.element-calc-container{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}
.element-calc-container button{
	display: flex;
	justify-content: center;
	align-items: center;
}
.element-calc-block input{
	border: 0;
	outline: 0;
	width: 40px;
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: transparent;
	text-align: center;
}

@media only screen and (max-width: 1600px) {
	.catalog-element-container {
		padding: 60px 0;
		row-gap: 60px;
	}
	.no_photo img, .yes_photo img{
		max-height: 640px;
		max-width: 640px;
	}
	.catalog-element-top-block {
		gap: 20px;
		max-height: 825px;
		height: 825px;
	}
	.catalog-element-fields{
		height: 711px;
	}
	.catalog-element-slider img{
		max-height: 570px;
	}
	.catalog-element-slider-block {
		width: 100%;
		height: 661px;
	}
	.catalog-element-top-slider {
		width: calc(50% - 10px);
		gap: 20px;
	}
	.catalog-element-fields {
		width: calc(50% - 10px);
	}
	.catalog-element-top-slider {
		flex-direction: column-reverse;
		justify-content: flex-end;
	}

	.catalog-element-slider-dots-and-nav {
		width: 100%;
		height: auto;
	}

	.catalog-element-slider-dots {
		width: 100%;
		flex-direction: row;
		height: auto;
		gap: 59px
	}

	.catalog-element-slider-nav button {
		top: unset;
		bottom: unset;
		left: unset;
	}

	.catalog-element-slider-nav button.owl-prev {
		left: 20px;
		top: 35px;
		transform: rotate(0deg);
	}

	.catalog-element-slider-nav button.owl-next {
		right: 20px;
		top: 35px;
		transform: rotate(0deg);
	}
	.catalog-element-popup {
		height: 603px;
		width: 603px;
	}
	.owl-nav.catalog-element-slider-nav button img {
		width: 60px;
		height: 60px;
	}
	.element-fields-list ul li p:first-child {
		width: 68%;
	}
	.element-fields-list ul li p:last-child{
		width: 46%;
	}

	.catalog-element-properties-bottom-block ul li p:first-child {
		width: 39%;
	}
	.catalog-element-properties-bottom-block  ul li p:last-child{
		width: 30%;
	}
}
@media only screen and (max-width: 1439px) {
	.catalog-element-container {
		padding: 39px 0 60px;
	}
	.catalog-element-slider-dots {
		gap: 33px;
	}
	.no_photo img, .yes_photo img{
		max-height: 580px;
	}
	.catalog-element-top-block {
		gap: 20px;
		max-height: 711px;
		height: 711px;
	}
	.catalog-element-slider-block {
		height: 570px;
	}
	.element-fields-list ul li .dasheds{
		width: 83%;
	}
	.catalog-element-properties-bottom-block ul li .dasheds{
		width: 88%;
	}
	.element-fields-list ul li{
		justify-content: space-between;
	}
	.catalog-element-properties-bottom-block ul li p:first-child {
		width: 39%;
	}
	.catalog-element-properties-bottom-block  ul li p:last-child{
		width: 30%;
		text-align: right;
	}
}
@media only screen and (max-width: 1279px) {
	.catalog-element-container {
		padding: 60px 0;
	}
	.catalog-element-top-block {
		max-height: 100%;
		height: 100%;
		flex-direction: column;
	}
	.catalog-element-top-slider,.catalog-element-fields{
		width: 100%;
	}
	.element-new-block {
		left: 37px;
		bottom: 41px;
	}
	.catalog-element-slider-dots-and-nav {
		width: 59%;
		height: auto;
		margin: 0 auto;
	}
	.catalog-element-slider-block {
		height: 962px;
	}
	.catalog-element-slider img {
		max-height: 962px;
	}
	.catalog-element-fields{
		gap: 14px;
	}
	.element-name {
		font-size: 28px;
		width: 90%;
	}
	.element-available ,.articule-title,.articule,.old-price{
		font-size: 16px;
	}
	.new-price{
		font-size: 28px;
	}
	.element-add-basket-and-favorite .add-basket, .order_popup_correction_open{
		font-size: 12px;
	}
	.catalog-element-bottom-block,.catalog-element-properties{
		width: 100%;
	}
	.element-fields-list ul li p:last-child {
		width: 20%;
	}
	.element-fields-list ul li p:first-child {
		width: 26%;
	}
	.catalog-element-properties-bottom-block ul li .dasheds {
		width: 84%;
	}
}
@media only screen and (max-width: 1023px) {
	.catalog-element-properties-bottom-block ul li .dasheds {
		width: 79%;
	}
	.catalog-element-container {
		padding:40px 0 60px;
	}
	.element-new-block {
		left: 34px;
		bottom: 34px;
	}
	.catalog-element-slider-dots-and-nav {
		width: 81%;
	}
	.element-fields-list {
		width: 100%;
	}
	.catalog-element-slider-block {
		height: 708px;
	}
	.catalog-element-slider img {
		max-height: 708px;
	}
	.dasheds{
		background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='5' stroke-dasharray='12' stroke-dashoffset='100' stroke-linecap='round'/%3e%3c/svg%3e");
	}
}
@media only screen and (max-width: 767px) {
	.catalog-element-container {
		padding:35px 0;
	}
	.no_photo img, .yes_photo img{
		max-height: 287px;
		height: 700px;
	}
	.no_photo,  .yes_photo{
		display: flex;
		justify-content: center;
	}
	.catalog-element-fields {
		height: max-content;
	}
	.catalog-element-slider-dots-and-nav {
		width: 100%;
	}
	.catalog-element-slider-dots {
		gap: 14px;
		height: 138px;
	}
	.catalog-element-fields {
		gap: 20px;
		border-radius: 20px;
		padding: 20px;
	}
	.element-name {
		font-size: 20px;
		width: 100%;
	}
	.element-available, .articule-title, .articule, .old-price {
		font-size: 12px;
	}
	.new-price {
		font-size: 20px;
	}
	.element-add-basket-and-favorite {
		gap: 14px;
	}
	.element-add-basket-and-favorite .add-basket,.element-add-basket-and-favorite .order_popup_correction_open {
		padding: 18px 20px;
		font-size: 12px;
	}
	.element-fields-list ul li p{
		font-size: 12px;
	}
	.age-18-popup{
		width: 280px;
		padding: 14px;
		gap: 12px;
		height: auto;
	}
	.age-18-popup-ask h3{
		font-size: 16px;
	}
	.age-18-popup-ask p{
		font-size: 12px;
		width: 90%;
	}
	.age-18-popup-body{
		gap: 14px;
	}
	.age-18-popup-buttons button{
		font-size: 12px;
	}
	.catalog-element-slider-block {
		height: 290px;
	}
	.catalog-element-slider img {
		max-height: 290px;
	}
	.element-fields-list ul li p:first-child {
		width: 100%;
	}
	.catalog-element-properties-bottom-block ul li .dasheds {
		width: 100%;
	}
	.element-fields-list ul li p:last-child {
		width: 100%;
		text-align: left;
	}
	.element-fields-list ul li .dasheds {
		width: 100%;
	}
	.element-fields-list ul li {
		gap: 10px;
		flex-direction: column;
	}
	.element-add-basket-and-favorite .disable-basket{
		padding: 18px 14px;
	}
	.element-calc-block{
		gap: 14px;
	}
}

/* sale-block */

.catalog-element-container .sale-block {
	color: #FFF;
	background-color: #AA0029;
	font-family: "Montserratarm-Medium";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 90px;
	position: absolute;
	left: 34px;
	top: 34px;
	z-index: 4;
	padding: 3px 6px;
}
@media only screen and (max-width: 767px){
	.catalog-element-container .sale-block {
		left: 34px;
		top: 34px;
	}
}

/* End */


/* Start:/local/templates/food_court_am/components/bitrix/catalog.element/.default/themes/blue/style.css?17653214881094*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/food_court_am/components/bitrix/catalog/catalog_supermarket/style.css?17653214882891 */
/* /local/templates/food_court_am/components/bitrix/catalog.element/.default/style.css?176762831418237 */
/* /local/templates/food_court_am/components/bitrix/catalog.element/.default/themes/blue/style.css?17653214881094 */
