

/* Start:/local/templates/dresscode/components/bitrix/catalog/.default/style.css?170909121838*/
#middleSlider{
	margin-bottom: 24px;
}
/* End */


/* Start:/local/templates/dresscode/components/bitrix/catalog/.default/bitrix/catalog.section.list/level2/style.css?1709091218901*/
#nextSection{
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title{
	font-family: 'robotobold';
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 14px;
	cursor: pointer;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
    padding: 12px 24px;
	font-size: 13px;
}

#nextSection li .cnt{
	float: right;
}

#nextSection .sectionLine{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#nextSection .sectionColumn{
	display: table-cell;
	vertical-align: middle;
}

#nextSection .sectionColumn.last{
	width: 60px;
	text-align: right;
}
/* End */


/* Start:/local/templates/dresscode/components/dresscode/slider/middle/style.css?17090912182031*/
#middleSlider{
	position: relative;
	margin-top: 24px;
}

#middleSlider .wrap{
	position: relative;
	overflow: hidden;
}

#middleSlider ul{
	position:relative;
}

#middleSlider ul li{
	float:left;
	display: block;
}

#middleSlider ul li img{
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#middleSlider ul li:hover img{
	transform: scale(1.03);
}

#middleSlider ol{
	margin: 0px;
	padding: 0px;
	list-style: none;	
	position: absolute;
	left: 50%;
	bottom:12px;
}

#middleSlider ol{
	position: absolute;
	left: 50%;
	bottom: 12px;
}

#middleSlider ol li{
	background: url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.png) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	float:left;
	cursor: pointer;
}

#middleSlider ol li:hover{
	background: url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.png) -18px 0  no-repeat transparent;
}

#middleSlider ol li:active{
	background: url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.png) -36px 0  no-repeat transparent;
}

#middleSlider ol li.selected{
	background: url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.png) -54px 0  no-repeat transparent;	
}

#middleSlider ol li.selected:hover{
	background: url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.png) -72px 0  no-repeat transparent;	
}

#middleSlider ol li.selected:active{
	background: url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideButton.png) -90px 0  no-repeat transparent;	
}

#middleSlider .middleSliderBtnLeft, 
#middleSlider .middleSliderBtnRight{
	background: url(/local/templates/dresscode/components/dresscode/slider/middle/images/slideArrow.png) no-repeat transparent;
	position: absolute;
	margin-top: -30px;
	display: block;
	height: 60px;
	width: 30px;
	top: 50%;

}

#middleSlider .middleSliderBtnLeft{
	background-position: 0 0;
	left: 0px;
}

#middleSlider .middleSliderBtnLeft:hover{
	background-position: -30px 0;	
}

#middleSlider .middleSliderBtnLeft:active{
	background-position: -60px 0;		
}

#middleSlider .middleSliderBtnRight{
	background-position: 0 -60px;
	right: 0px;
}

#middleSlider .middleSliderBtnRight:hover{
	background-position: -30px -60px;
}

#middleSlider .middleSliderBtnRight:active{
	background-position: -60px -60px;
}
/* End */


/* Start:/local/templates/dresscode/components/bitrix/catalog/.default/bitrix/catalog.section.list/subsections/style.css?17090912181874*/
.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}

.catalog_page .product {
	width: 25%;
	height: 531px;
}
.catalog_page .product:nth-child(1),
.catalog_page .product:nth-child(2),
.catalog_page .product:nth-child(3),
.catalog_page .product:nth-child(4) {
	height: 532px;
}

.catalog_page .product:nth-child(5) {
	border-top: none;
	height: 531px;
}

.catalog_page .product .picture {
	height: 450px;
	line-height: 450px;
}

.catalog_page .product .tabloid {
	height: 530px;
}

.catalog_page .product .picture img {
	max-height: 100%;
	max-width: 100%;
}

.catalog_page .product:nth-child(5n+1) {
	border-left: none;
}

.catalog_page .product:nth-child(4n+1) {
	border-left: 1px solid #e7e8ea;
}

.catalog_page .product .name {
	text-align: center;
}

@media (max-width: 1800px) {
	.catalog_page .product:nth-child(-n+4) {
		height: 532px !important;
	}

	.catalog_page .product {height: 531px !important;}
}

@media (max-width: 1300px) {
	.catalog_page .product:nth-child(4) {height: 531px !important;}
}

@media (max-width: 1100px) {
	.catalog_page .product:nth-child(3) {height: 531px !important;}
}

@media (max-width: 1024px) {
	.catalog_page .product:nth-child(3) {height: 532px !important;}
	.catalog_page .product:nth-child(2n+1) {
		border-left: none !important;
	}
	.catalog_page .product:nth-child(3n+1) {
		border-left: 1px solid #e7e8ea !important;
	}
}

@media (max-width: 870px) {
	.catalog_page .product:nth-child(3) {height: 531px !important;}
	.catalog_page .product:nth-child(3n+1) {
		border-left: none !important;
	}
	.catalog_page .product:nth-child(2n+1) {
		border-left: 1px solid #e7e8ea !important;
	}
}

@media (max-width: 480px) {
	.catalog_page .product:nth-child(3n+1) {
		border-left: 1px solid #e7e8ea !important;
	}
}
/* End */
/* /local/templates/dresscode/components/bitrix/catalog/.default/style.css?170909121838 */
/* /local/templates/dresscode/components/bitrix/catalog/.default/bitrix/catalog.section.list/level2/style.css?1709091218901 */
/* /local/templates/dresscode/components/dresscode/slider/middle/style.css?17090912182031 */
/* /local/templates/dresscode/components/bitrix/catalog/.default/bitrix/catalog.section.list/subsections/style.css?17090912181874 */
