

/* Start:/local/templates/restoran/components/bitrix/catalog/restoran/style.min.css?1716403715959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/restoran/components/bitrix/sale.basket.basket.line/sprava/style.css?17164037155895*/
.bx-basket { }

.basket-line__title {
	text-align: left;
}

.basket-line-block {
	position: relative;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/local/templates/restoran/components/bitrix/sale.basket.basket.line/sprava/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/local/templates/restoran/components/bitrix/sale.basket.basket.line/sprava/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	padding-bottom: 20px;
	border-top: 2px solid #e5e5e5;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	padding: 10px 0;
	border-top: 2px solid #e5e5e5;
	background: #fff;
	text-align: center;
	font-size: 21px;
	line-height: 26px;
	font-weight: 500;
	color: #333;
}
.bx-basket__delivery {
	border-bottom: 2px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.bx-basket__delivery dl {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bx-basket__delivery dt, .bx-basket__delivery dd {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: #bbb;
}

.bx-basket-item-list-button-container>span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.bx-basket-item-list-button-container strong {
	font-weight: 500;
}
.bx-basket-item-list-button-container a.btn {
	color: #000;
    font-size: 25px;
    border-radius: 0;
    letter-spacing: 1px;
    text-decoration: none !important;
    padding: 8px 0 10px;
    width: 100%;
    text-align: center;
    display: block;
    border: 2px solid #fcb700;
    background-color: #fff;
}
.bx-basket-item-list-button-container a.btn:hover {
    background-color: #fcb700;
}
.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #e5e5e5;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
/*
.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}
*/
.bx-basket-item-list-item-name { 
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 5px;
	margin-right: 20px;
	font-size: 14px;
    line-height: 20px;
    color: #333;
}

.bx-basket-item-list-item-name a {
    color: #333;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: 6px;
	right: 0;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 8px;
	height: 1px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 14px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-left: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-left: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }
/* End */


/* Start:/local/templates/restoran/components/bitrix/catalog.section/.default/style.css?1716403715488*/
@media (max-width: 480px) {
	.pl-product-item {
		padding-right: 0px !important;
	    padding-left: 0px !important;
	}
	.product-item-image-wrapper.pl-product-item__link{
		/*padding:0 !important;*/
	}
	.pl-product-item__foot{
		flex-direction: column;
		align-items: flex-start !important;
	}
	.pl-product-item__price {
		margin-bottom: 5px;
	}
	.pl-product-item__image{
		height:130px !important;
	}
	.pl-product-item__link{
		/*height:175px !important;*/
		height:auto !important;
	}
}
/* End */


/* Start:/local/templates/restoran/css/custom/pl-menu-categories-line.css?1716403708682*/
.pl-menu-categories-line {
	background-color: rgba(255,255,255,0.92);
	padding: 9px 19px;
	margin-bottom: 9px;
}
.pl-menu-categories-line__list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pl-menu-categories-line__item {
	font-family: 'HarmoniaSansProCyr-SemiBd', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	text-decoration: underline;
	margin-right: 22px;
	display: inline-block;
	padding-top:8px;
	padding-bottom:8px;
}
.pl-menu-categories-line__item:hover {
	text-decoration: none;
}
.pl-menu-categories-line__item--active {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	padding: 0 10px;
}

/* End */
/* /local/templates/restoran/components/bitrix/catalog/restoran/style.min.css?1716403715959 */
/* /local/templates/restoran/components/bitrix/sale.basket.basket.line/sprava/style.css?17164037155895 */
/* /local/templates/restoran/components/bitrix/catalog.section/.default/style.css?1716403715488 */
/* /local/templates/restoran/css/custom/pl-menu-categories-line.css?1716403708682 */
