

/* Start:/local/templates/marcandre2023/components/bitrix/catalog/main_template/style.css?16510464521451*/
.filter-button{
	display: none;
	flex-basis: 50%;
    color: #c3a471;
    line-height: 42px;
	height: 42px;
    text-align: center;
    background: #ece3d3;
    text-transform: uppercase;
}
.filter-wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}
.sort-wrapper{
	display: inline-block;
	flex-basis: 50%;
}

.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.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:18px; 
	text-align: left;
	margin:5px 0;
	padding:5px 0px; 
	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/marcandre2023/components/bitrix/catalog.store.amount/store/style.css?16786256925179*/
.amount-button{
	cursor: pointer;
	transition: .25s;
}
.amount-button:hover{
	color: #c3a471;
}

.amount-wrapper{
	display: none;
}
.amount-wrapper #c_store_amount{
	max-height: 500px;
	overflow: scroll;
	overflow-x: hidden;
}

.balance span{
	border-right: 0.5px solid rgb(195, 164, 113);
	border-left: 0.5px solid rgb(195, 164, 113);
    padding: 0px 4px;
    font-size: 14px;
	margin-top: 5px;
	margin-left: -1px;
}
.balance span:nth-child(1){
	border-left: 1px solid rgb(195, 164, 113);
}

.balance span:last-child{
	border-right: 1px solid rgb(195, 164, 113);
}
.store-info{
	display: none;
}

.store-info a{
	color: #1e1e1e !important;
}
.store-info a:hover{
	text-decoration: none !important;
	color: rgb(195, 164, 113) !important;
}
.store-description{
	border-bottom: 1px solid rgb(195, 164, 113);
}

.store-description a{
	transition: .2s;
	text-decoration: underline !important;
}

.store-description a:hover{
	color: #bca480 !important;
	text-decoration: none !important;
}

.store-description .balance{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
}
.store-description__title{
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 0 0 5px;
    border-color: rgb(0, 0, 0);
	color: #1e1e1e !important;
}

.store-description__item{
	display: block;
    padding-bottom: 13px;
    font-style: normal;
}
.store-description__item.no_padding{
	padding: 0;
}
.store-description__item_gold{
	display: inline-block;
    padding: 0 0 4px 5px;
    letter-spacing: 1.6px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(195, 164, 113);
}

.store-description__item_gold.pl0{
	padding-left: 0px;
}
.icon{
    display: inline-block;
	left: 13px;
    overflow: hidden;
    background: url(/images/icons.png) no-repeat;
}
.icon::before{
	content: "";
    display: block;
    height: 200%;
    width: 200%;
}

.icon_worktime {
    width: 20px;
    height: 20px;
    background-position: -59px -174px;
}

.icon_phone{
	width: 19px;
    height: 19px;
    background-position: -72px -86px;
}

hr.hr-amount{
	background: #bca480;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
	margin: 0;
}


div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/local/templates/marcandre2023/components/bitrix/catalog.store.amount/store/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */
/* /local/templates/marcandre2023/components/bitrix/catalog/main_template/style.css?16510464521451 */
/* /local/templates/marcandre2023/components/bitrix/catalog.store.amount/store/style.css?16786256925179 */
