:root {
  --primary-color: 	#8b263e; /* Марсала (Основной акцент) */
  --text-color: #2b2625; /* Теплый антрацит (Контент) */
  --secondary-color: #f7f4ef; /* Миндальный крем (Вторичный фон) */
  --secondary2-color: #f1eee9; /* Миндальный крем темнее (фон для выделения активных элементов) */
  --secondary3-color: #f9f6f1; /* Миндальный крем светлее (для фона) */


}


.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #8b263e;
	--theme-color-primary: #8b263e;
	--theme-color-second: #85243b;
	--theme-color-light: #f7f4ef;
	--theme-b-link: #8b263e;
	--theme-b-link-hover: #85243b;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #8b263e;
	--theme-b-bd-primary: #8b263e;
	--theme-b-sd-primary: #f7f4ef;
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #85243b;
	--theme-b-bd-primary-hover: #85243b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #8b263e;
	--theme-b-bd-primary-active: #85243b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #484848;
	--theme-b-bd-primary-disabled: #484848;
}

body {
	background-attachment: fixed;
	background-size: cover;
  	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: normal;
  	font-style: normal;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
  	font-family: "Playfair Display", serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	font-weight: normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a {
	font-family: "Montserrat", sans-serif;
}
.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 29px;
	width: auto;
}



/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: var(--text-color);
	white-space: nowrap;
	font: 700 21px/28px "Montserrat", sans-serif;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	width: 18px;
	height: 18px;
	background: no-repeat center url(images/phone.svg);
	margin-right: 10px;
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Montserrat", sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Montserrat", sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 14px "Montserrat", sans-serif;
}
.bx-worktime-title a:hover, .bx-worktime-title a:focus, .bx-worktime-title a:active, .bx-worktime-title a:link, .bx-worktime-title a{
	color: #000;
	font-weight: bold;
}	

.bx-worktime-schedule {
	color: var(--text-color);
	font: 12px "Montserrat", sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Montserrat", sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
	width:110px;
	display: block;	
}
.bx-footer-logo img {
	max-width: 100%;
	height: 20px;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}










/*************/
.bx-green.bx-top-nav .bx-top-nav-container {
	background: var(--secondary-color);
	border-radius: 4px;
}
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a {
	background: var(--secondary2-color);
	border-bottom: none;
}
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a {
	color: var(--text-color);
	background-color: transparent;
}
/*2 lvl*/
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover {
	color: var(--text-color);
	background: var(--secondary2-color);
}
/*3 lvl*/
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a.bx-active,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a:hover {
	color: var(--text-color);
	background: var(--secondary2-color);
}
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--text-color);
}
.bx-nav-1-lvl-link-text {
	color: var(--text-color);
	display: block;
	text-decoration: none;
	border-radius: 1px;
	padding-top: 6px;
	padding-bottom: 2px;
    border-bottom: none;
    text-transform: none;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}
.bx-nav-angle-bottom{
	display: inline-block;
}
.bx-nav-angle-bottom:before, .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before{
	background-color:var(--text-color);
}	
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	width: 230px;
	background: var(--secondary-color);
}
.bx-nav-2-lvl-link-text{
	font-weight: normal;
	color: var(--text-color);
}

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	background: var(--secondary2-color);
}
.bx-nav-1-lvl.bx-opened, .bx-aside-nav .bx-nav-1-lvl:hover > a, .bx-aside-nav .bx-nav-1-lvl.bx-hover > a {
	background: var(--secondary-color);
	color: var(--text-color);
}
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text, .bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	color: var(--text-color);
}	
.bx-aside-nav .bx-nav-list-2-lvl {
	background: var(--secondary-color);
}	
.bx-aside-nav .bx-nav-2-lvl-link-text, .bx-aside-nav .bx-nav-3-lvl-link-text, .bx-aside-nav .bx-nav-4-lvl-link-text {
	color: var(--text-color);
}	

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	background-color: var(--text-color);
}	
.bx-aside-nav .bx-nav-parent-arrow {
	border-left-color: var(--secondary2-color);
}	
@media (min-width: 1200px) {
    .bx-top-nav-container .bx-nav-1-lvl>a {
        font-size: 14px;
    }

}    

/* Logo */
.bx-logo-block{
	height: auto;
}


.bx-header-phone-number a:link, .bx-header-phone-number a:hover, .bx-header-phone-number a:active, .bx-header-phone-number a:focus{
	color:#212529;
	text-decoration: none;
}



.text-white a:link, .text-white a:hover, .text-white a:focus, .text-white a:visited {
	color: #fff;
	text-decoration: none;
}

.bx-worktime-title {
	color: var(--text-color);
	margin-bottom: 0.5rem;
}


.info-top{
	padding: 5px;
	color: #302f2f;
	background: #fffef0;
	font-size: .9rem;
	text-align: center;
	margin-bottom: .5rem;
}

/* INC.wt */

.bx-wt-block {
	color: #fff;
	padding: 5px 15px;
	background: #43b6c6;
	border-radius: 3px;
	margin-bottom: 20px;
}

.bx-wt .bx-block-title {
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.bx-wt-block ul li {
	padding-bottom: 7px;
}

.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}

.search-title-button{
	height: 100%;
}

/* Contacts */
.contact__item{
	display: flex;
	margin-bottom: 50px;
}
.contact__img{
	margin-right: 40px;
	border-radius: 8px;

}
.contact__descr h2{
	font-size: 20px;
	font-weight: bold;      
	margin-top: 0;  
	margin-bottom: 9px;
}
.contact__address{
	font-size: 18px;
	margin-bottom: 9px;
}
.contact_txt{
	font-size: 16px;
	margin-bottom: 5px;
}

a.btn_navigator{
	text-decoration: none;
	border-radius: 5px;
	background-color: #63aa28;
	font-size: 16px;
	height: 44px;
	padding: 0 25px 0;
	color: #fff;
	display: inline-flex; 
	justify-content: center;      
	align-items: center;
	margin-right: 15px;
}
a.btn_navigator:hover{
	background-color: #56940B;
}
a.btn_navigator::before{
	background-image: url(images/compass.svg);
	margin-right: 12px;     
}
a.phone{
	color: #000;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
a.btn_navigator::before, a.phone::before, .contact__times::before{
	content: "";
	height: 14px;
	width: 14px;
	background-position: center;
	background-repeat: no-repeat;
	display: block; 
}
a.phone::before{
	background-image: url(images/phone.svg);       
	margin-right: 8px;        
}
.contact__times{
	margin-bottom: 17px;
	font-size: 14px;
	display: flex;
	align-items: center;	
}
.contact__times::before{
	background-image: url(images/clock.svg); 
	margin-right: 7px;
}

.bx-worktime-title a:hover, .bx-worktime-title a:focus, .bx-worktime-title a:active, .bx-worktime-title a:link, .bx-worktime-title a{
	font-weight: normal;
	text-decoration: none;
}	
.bx-logo-block{
	width: 60px;
}

@media (max-width: 1200px) {
	.contact__descr h2{
		font-size: 20px;
	}
    .contact__address{
        font-size: 18px;
	}	
    .contact_txt{
		font-size: 14px;
	}			
	a.btn_navigator{
		margin-bottom: 17px;
	}
}  
@media (max-width: 767px) {
	.contact__item{
		display: block;
	}
	.contact__img{
		width: 100%;
		display: block;
		margin: 0 auto 20px;
		width: 100%;
		height: auto;
		max-width: 200px;		
	}
	.contact__descr h2{
		font-size: 18px;
	}
    .contact__address{
        font-size: 16px;
	}	
    .contact_txt{
		font-size: 14px;
	}	
	.btn_navigator{
		width: 100%;
	}
	.contact__item .phone{
		margin: 0 auto;
		display: flex;
	}
	.bx-header-phone-icon{
		width: 14px;
		height: 14px;
	}
	.bx-header-worktime{
		text-align: center;
	}




	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	body.bx-theme-green .bx-store-logo { background: #33b111; }

	ul.product-item-detail-properties{
		column-count: 1;
	}
	.bx-logo-block{
		width: auto;
		height: 50%;
		margin: auto;
	}	

	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--primary-color);
		display: flex;
	}

	body.bx-theme-green .bx-store-logo { background: var(--primary-color); }

	.bx-aside-nav{
		background: var(--secondary-color);
	}
	.bx-aside-nav a{
		border-bottom-color: var(--secondary2-color) !important;
	}

	.bx-worktime-title {
		display: inline-block;
	}
	.bx-worktime-schedule{
		display: inline-block
	}	

}

.product-item-detail-collect {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 0;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #fff
}
.h-product-item-detail-collect{
	font-weight: bold;
}
ul.product-item-detail-properties {
	column-count: 1;
	column-gap: 40px;					
	padding-left: 0;
	max-width: 768px;
}
ul.product-item-detail-properties li {
	list-style-position: inside;
	-webkit-column-break-inside: avoid;
			  page-break-inside: avoid;
				   break-inside: avoid;
}


.nowrap{
	white-space: normal;
}


.bx-nav-catinfo{
	border-left-color: var(--secondary2-color);
	background: var(--secondary3-color);
}
.bx-nav-catinfo img{
	border-color: var(--secondary2-color);
}
.product-item-detail-price-current{
	color: var(--primary-color);
}
.smart-filter-popup-result a{
	color: var(--theme-b-link);
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: var(--primary-color);
}

/* pagination */
.bx-pagination .bx-pagination-container ul li a {
	color: var(--text-color);
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: var(--secondary2-color);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: var(--primary-color);
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border-color: var(--secondary-color);
	color: var(--text-color);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: var(--text-color);
	border-color: var(--secondary-color);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	border-color: var(--secondary-color);
	color: var(--text-color);
}
.bx-pagination .bx-pagination-container ul li span{
    background: var(--secondary-color);
    color: var(--text-color);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	border-color: var(--secondary2-color);
	color: var(--text-color);
}
/* Slider */
.carousel-caption span{
  background-color: rgba(247, 244, 239, .8);
  color: var(--text-color);
  padding: 2px 4px;
  border-radius: 3px; 
}
.carousel button{
	border: 0;
	background: none;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus{
	background: rgba(247, 244, 239, .5);
}
.carousel{
	margin-bottom: 30px;
}

.bx-breadcrumb-item-text{
	font-family: "Montserrat", sans-serif;
}

.btn-check:focus + .btn-primary, .btn-primary:focus{
	background-color: var(--theme-b-bd-primary-hover);
	border-color: var(--theme-b-bd-primary-hover);
}

.bx-aside-nav .bx-nav-2-lvl-link-text, .bx-aside-nav .bx-nav-3-lvl-link-text, .bx-aside-nav .bx-nav-4-lvl-link-text{
	font-weight: normal;
}

