

/* Start:/bitrix/templates/2025/components/bitrix/sale.basket.basket.line/basket_top/style.css?17758052035032*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	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(/bitrix/templates/2025/components/bitrix/sale.basket.basket.line/basket_top/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/bitrix/templates/2025/components/bitrix/sale.basket.basket.line/basket_top/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-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.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 {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.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 { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	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: 10px;
	height: 2px;
	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: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }
/* End */


/* Start:/bitrix/templates/2025/components/bitrix/catalog.section.list/bottom/style.css?17761573962912*/
.catalog-section-list-item { }

.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
}

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }
/* End */


/* Start:/bitrix/templates/2025/template_styles.css?17804835355779*/
.basket_popup{
    width:400px;
    padding:40px;
    background:#fff;
    position:fixed;
    z-index:1000;
    top:15%;
    left:calc(50% - 200px);
    overflow:hidden;
    border-radius:10px;
    display:none;
}
.basket_popup-close {
    font-size:0;
    position:absolute;
    top:0;
    right:0;
    width:17px;
    height:17px;
    margin:0;
    cursor:pointer;
    border:none;
    outline:0;
    background-color:transparent
}
.basket_popup-close:active {
    border:0;
    outline:0
}
.basket_popup-close::after,.basket_popup-close::before {
    position:absolute;
    top:8px;
    right:-3px;
    width:22px;
    height:2px;
    content:"";
    border-radius:1px;
    background-color:#292a22;
}
.basket_popup-close::before {
    transform:rotate(45deg)
}
.basket_popup-close::after {
    transform:rotate(-45deg)
}

.count_block .button_like {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.count_block .btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.count_block .btns .add_to_cart {
    margin-right: 8px;
}

.product_image_block {
    max-height: 283px;
}
.cart_description_block {
    width: calc(90% - 240px);
}

.price s {
    font-size: 26px;
}

.delivery_block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.delivery_block .delivery-item { 
    width: 450px;
}

.delivery_info {
    padding: 0px 0px 0px 20px;
    text-align: justify;
}
.delivery_info .d_name {
    font-weight: bold;
    margin-bottom: 15px;
}
.delivery_info .d_price {
    font-weight: bold;
    margin-top: 15px;
}

.address_block .dropdown-block {
    background: #f0eeec;
    height: 46px;
    margin-bottom: 10px;
    line-height: 46px;
    border: 0px;
    border-radius: 8px;
}
.address_block .dropdown-fade2white {
    background: #f0eeec;
}

.payment-item {
    width: calc(33% - 10px) !important;
}

.basket-coupon-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 0;
  width: 100%;
  font: 400 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  align-items: flex-start;
}

.basket-coupon-alert .close-link {
  margin-left: 10px;
  border-bottom: 1px dotted;
  color: var(--primary);
  text-decoration: none;
  font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 1;
  cursor: pointer;
  transition: 220ms ease all;
}

.prop_input.error {
    border: 1px solid red;
    color: red;
}
.agreement_error, .delivery_error, .payment_error {
    color: red;
    margin: 10px 0px 5px;
    font-size: 12px;
    display: none;
}
.order_page .user_auth_fields, .order_page .user_auth_fields .auth_error {
    display: none;
}
.order_page .user_auth_fields .auth_error {
    color: red;
    margin: 10px 0px;
    width: 100%;
}
.order_page .errors_order_block {
    display: none;
    position: relative;
    margin: 15px 0px;
    color: red;
}

.auth_errors {
    display: none;
    position: relative;
    margin: 15px 0px;
    color: red;
}
.auth_errors.success {
    color: green;
}
.btn-primary {
	display: block !important;
	font-family: Inter,sans-serif !important;
	text-decoration: none !important;
	padding: 10px 20px !important;
	border-radius: 10px !important;
	background: #f1ede9 !important;
	font-size: 18px !important;
	line-height: 18px !important;
	margin: 0 10px !important;
	color: #292a22 !important;
	border: 1px solid #f1ede9 !important;
}
.btn-primary:hover {
	background: #292a22 !important;
  	color: #f3f1f1 !important;
	border: 1px solid #292a22 !important;
}

.search-page-wrap { 
    position: relative;
    display: block;
    margin: 30px 0px;
}
.search-page-wrap form { 
    display: flex;
    flex-direction: row;
}
.search-page-wrap form .form-control {
    background-color: #f5f3f1;
}
.search-page-wrap form .form-control input {
    width: 100%;
}
.search_popup_result.active {
    height: 235px;
    overflow-y: auto;
}
.search_popup_result.active li {
    width: 100%;
    padding: 10px;
    margin: 0px 0px 15px 0px;
    position: relative;
    display: flex;
    flex-direction: row;
}
.search_popup_result.active li .left {
    width: 20%;
    margin-right: 20px;
    position: relative;
}
.search_popup_result.active li .left img {
    max-width: 100%;
    max-height: 55px;
}
.search_popup_result.active li .right a {
    display: block;
    margin-bottom: 20px;
}

.sections_list {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px;
    margin-bottom: 200px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sections_list .item_block {
    width: 270px;
    height: 270px;
    transition: box-shadow ease 0.2s, border ease-out 0.2s, transform ease 0.2s;
    background-color: #fff;
    padding: 28px 34px 27px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    justify-content: center;
    align-items: center;
}
.sections_list .item_block .image {
    max-width: 120px;
    max-height: 120px;
}
.sections_list .item_block .image img {
    max-width: 120px;
    max-height: 120px;
}

@media (max-width:575px){
    .basket_popup {width:98%;left:1%}
    .delivery_block {
        flex-direction: column;
    }
}

/* End */
/* /bitrix/templates/2025/components/bitrix/sale.basket.basket.line/basket_top/style.css?17758052035032 */
/* /bitrix/templates/2025/components/bitrix/catalog.section.list/bottom/style.css?17761573962912 */
/* /bitrix/templates/2025/template_styles.css?17804835355779 */
