

/* Start:/local/templates/default/components/bitrix/catalog/merch/style.css?16605501631971*/
.merch-over{
	background-color: #fff;
    padding-bottom: 10px;
}
.merch-over .is-row{
    margin-left: 24px;
    margin-right: 24px;
}
.merch-over .inner{
    height: 100%;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    /* padding: 34px 34px 0; */
	padding: 34px 34px 10px;
    overflow: hidden;	
}
.merch-over .merch-item-link{	
	text-decoration: none;
    color: #333;		
    display: block;
    margin: 15px 15px 5px;
    border: 1px solid rgb(255 255 255 / 0%);
}
.merch-over .merch-item-link:hover{
    border: 1px solid #00ADA8;
    border-radius: 2px;
}
.merch-over .merch-item-img img{	
    width: 100%;
    object-fit: contain;
}
.merch-over .merch-item-title{	
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.merch-over .merch-item-button{	
    height: 50px;
}
.merch-item-button-link{	
	display: none;
    padding: 12px 0;
    background: #00ADA8;
	color: #fff!important; 
    text-align: center;
    border: 1px solid #00ADA8;
    border-radius: 2px;
    border: 1px solid #00ADA8;
    text-decoration: none;
}
.merch-over .merch-item-link:hover .merch-item-button-link{    
	display: block;
}
.section-flex-slider {
	position: relative;
	height: 100%;
}
.section-flex-slider ul li::before {
	display: none;
}
.section-flex-slider .flex-viewport {
	display: flex;
	height: 100%;
}
.section-flex-slider .flex-viewport .slides {
	display: flex;
	height: 100%;
}
.section-flex-slider .flex-viewport .slides li {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.section-flex-slider > .slides {
	height: 100%;
}
.section-flex-slider > .slides li {
	display: none;
}
.section-flex-slider > .slides li:first-child {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-flex-slider > .slides {
	display: flex;
	overflow: hidden;
}
/* End */


/* Start:/local/templates/default/components/bitrix/catalog.section/merch_list/style.css?16605501631635*/
.products-c {
	background: #ffffff;
	border-radius: 8px;
	padding: 24px 16px;
	overflow-y: hidden;
	overflow-x: auto;
}
.products-c thead tr td {
	text-transform: uppercase;
	font-size: 0.6em;
	/* white-space: nowrap; */
	color: #525663;
	font-weight: 600;
	border-bottom: 2px solid #00ADA8;
	vertical-align: top;
}
.products-c tbody tr td {
	font-size: 1em;
}
.products-c .td-quantity {
	white-space: nowrap;
}
.price {
	white-space: nowrap;
}
.products-c .td-name {
	font-weight: normal;
}
.products-c .td-name a {
	white-space: nowrap;
	color: #00ADA8;
	text-decoration: none;
	border-bottom: 1px solid;
}

@media (max-width: 768px) {
	.products-c {
		background: transparent;
		padding: 0;
	}
	.product-item-c.m {
		position: relative;
		background: #ffffff;
		padding: 16px;
		margin-bottom: 2px;
	}
	.product-item-c.m .td-name {
		min-height: 64px;
	}
	.product-item-c.m .td-name,
	.product-item-c.m .td-name a {
		font-size: 16px;
		font-weight: 700;
		color: #525663;
		text-decoration: none;
		border: 0;
	}
	.product-item-c.m .td-name .td-price {
		font-weight: 300;
	}
	.product-item-c.m .is-to-basket {
		position: absolute;
		display: inline-block;
		width: 40px;
		height: 40px;
		top: 16px;
		right: 16px;
		border-radius: 2px;
		background: #00ADA8 url('/images/icons/icon-to-basket.svg') center center no-repeat;
	}
	.product-item-c.m .td-prop {
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		line-height: 1.2;
		font-weight: 300;
		/*padding: 8px;*/
	}
	.product-item-c.m .td-prop .prop-name {
		color: #BDBDBD;
	}
	.product-item-c.m .td-prop:nth-child(2n) {
		/* background: #F4F7FB; */
	}
}
/* End */
/* /local/templates/default/components/bitrix/catalog/merch/style.css?16605501631971 */
/* /local/templates/default/components/bitrix/catalog.section/merch_list/style.css?16605501631635 */
