

/* Start:/bitrix/components/dresscode/catalog.tags/templates/.default/style.css?17428476871357*/
.catalogTagItems{
	margin-bottom: 12px;
}

.catalogTagItems .catalogTagItem{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 12px;
}

.catalogTagItems .catalogTagItem:last-child{
	margin-right: 0px;
}

.catalogTagItems .catalogTagLink{
	transition: all 0.2s ease-in-out;
	display: block;
	background-color: #f4f4f4;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 4px;
	color: #000000;
}

.catalogTagItems .catalogTagLink.selected{
	font-family: 'robotomedium';
}

.catalogTagItems .catalogTagLink.selected .reset{
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
	font-size: 13px;
}

.catalogTagItems .catalogTagLink:hover{
	background-color: #f0f0f0;
}

.catalogTagItems .catalogTagLink:active{
	position: relative;
	top: 1px;
}

.catalogTagItems .moreButton .catalogTagLink{
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
}

.catalogTagItems .moreButton .catalogTagLink:hover{
	background-color: #fbfbfb;
}

.catalogTagItems .catalogTagItem.showAll{
	display: inline-block !important;
}

@media screen and (min-width: 600px){
	.catalogTagItems .desktopHidden{
		display: none;
	}
}

@media screen and (max-width: 600px){
	.catalogTagItems .mobileHidden,
	.catalogTagItems.mobileHidden{
		display: none;
	}
}
/* End */


/* Start:/local/components/kombox/filter/templates/ajax/style.css?174284768115157*/
#kombox-filter{
	margin-top: 0;
    border: 1px solid #e7e8ea;
    position: relative;
    border-radius: 4px;
	padding: 10px 10px 20px 10px;
}
@media(max-width:991px){
	#kombox-filter{
		display:none;
		width:300px;
		position: absolute;
    	z-index: 23;
    	background: #fff;
		box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
	}
	#kombox-filter.opened{
		display:block;
	}
}
#kombox-filter ul{
	list-style: none !important;
	margin:0;
	padding:0 0 20px 0;
}

#kombox-filter .lvl1 {
	position: relative;
	list-style: none !important;
	margin:0;
	padding:0;
	margin-top: 1em;
}

#kombox-filter .lvl1:before, #kombox-filter li:before {
	content: none !important;
}

#kombox-filter .kombox-filter-property-body{
	padding: 10px 0 0 15px;
}

#kombox-filter .lvl2{
	margin:0;
	padding: 2px 0 0 0;
}

#kombox-filter .kombox-filter-property-head {
	zoom: 1;
	padding-left: 19px;
	margin-bottom:5px;
	position: relative;
}

#kombox-filter .kombox-filter-property-i {
	background: url("/local/components/kombox/filter/templates/ajax/images/list.gif") no-repeat scroll center -9px rgba(0, 0, 0, 0);
	display: block;
	position: absolute;
	font-size: 1px;
	height: 9px;
	left: 1px;
	cursor: pointer;
	top: 5px;
	width: 9px;
	zoom: 1;
}

#kombox-filter .kombox-closed .kombox-filter-property-i {
	background: url("/local/components/kombox/filter/templates/ajax/images/list.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
}

#kombox-filter .kombox-filter-property-name {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
	font-weight:bold;
	cursor: pointer;
}

#kombox-filter .kombox-num .kombox-input{
	width: 4em;
	margin:0;
}

#kombox-filter .kombox-num .kombox-range{
	padding:10px 10px 10px 0;
}

#kombox-filter .kombox-num .kombox-range input{
	display:none;
}

#kombox-filter div.kombox-combo,
#kombox-filter div.kombox-radio
{
	padding: 5px 0 0 15px;
	margin: 0;
}

#kombox-filter div.kombox-link
{
	padding: 0 0 0 15px;
	margin: 0;
}

#kombox-filter div.kombox-select,
#kombox-filter div.kombox-list
{
	padding: 0;
	margin: 0;
}

#kombox-filter .kombox-select select,
#kombox-filter .kombox-list select
{
	padding: 5px;
	width:100%;
}

#kombox-filter .kombox-combo .lvl2 input,
#kombox-filter .kombox-radio .lvl2 input{
	margin:0;
}

/* #kombox-filter .kombox-combo .lvl2 label, */
/* #kombox-filter .kombox-radio .lvl2 label{ */
	/* padding-left: 7px; */
/* } */

#kombox-filter .kombox-disabled label,
#kombox-filter .kombox-disabled a,
#kombox-filter option.kombox-disabled{
	color: #6f7980;
}

#kombox-filter .kombox-link  .lvl2{
	padding-left: 8px;
	position: relative;
	left: -8px;
}

#kombox-filter .kombox-link .kombox-checked{
	padding-left: 0;
}

#kombox-filter .kombox-link  .lvl2 a{
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #3f454b;
	padding:1px 14px 1px 14px;
	position: relative;
	text-decoration:none;
	display: inline-block;
}
#kombox-filter .kombox-link  .lvl2 a:hover{
	background: #f0f0f0;
}
#kombox-filter .kombox-link .kombox-checked a{
	background: #f0f0f0;
	padding: 1px 22px 1px 8px;
}

#kombox-filter .kombox-link .kombox-checked a:hover{
	border-color: #d42d20;
	background: rgba(252,252,252);
	text-decoration:none;
}

#kombox-filter .kombox-link  .lvl2 a span.kombox-remove-link{
	background: #ffffff url("/local/components/kombox/filter/templates/ajax/images/remove_link.png") no-repeat 0 0;
	display: none;
	height: 8px;
	margin-left: 8px;
	position: absolute;
	right: 8px;
	top: 6px;
	width: 8px;
}

#kombox-filter .kombox-link .kombox-checked a span.kombox-remove-link{
	display: inline-block;
}

#kombox-filter .kombox-link .kombox-checked a:hover span.kombox-remove-link{
	background-position: 0 100%;
}

#kombox-filter .kombox-link .kombox-disabled a{
	color: #6f7980 !important;
	border:none;
	text-decoration:line-through;
}

#kombox-filter .kombox-disabled a{
	border:none;
	text-decoration:line-through;
}

#kombox-filter .lvl2 .kombox-cnt{
	color: #6f7980;
	font-size: .85em;
}

#kombox-filter .kombox-disabled .kombox-cnt, .kombox-filter .kombox-checked .kombox-cnt{
	display:none;
}

#kombox-filter .kombox-checked a{
	border:none;
	color:#000;
}

#kombox-filter .kombox-filter-property-body a.kombox-values-other-show,
#kombox-filter .kombox-filter-property-body a.kombox-values-other-hide{
	font-size: .85em;
	display:inline-block;
	margin-top:5px;
	border:0;
}

#kombox-filter .kombox-filter-property-hint{
	cursor: pointer;
	position: relative;
	top: 2px;
	width: 12px;
	height: 12px;
	margin-left:5px;
	display: inline-block;
	background: rgba(0, 0, 0, 0) url(/local/components/kombox/filter/templates/ajax/images/hint.gif) no-repeat right center;
}

#kombox-filter .kombox-filter-property-hint-text{
	display:none;
}

.kombox-filter-hint{
	padding:5px 10px 5px 5px;
	max-width: 500px;
}

#kombox-filter .modef {
	background: transparent url('/local/components/kombox/filter/templates/ajax/images/modef.gif') no-repeat right center;
	top: -4px;
	position: absolute;
	padding-right:5px;
	z-index:1000;
}

#kombox-filter .modef-right {
	background: transparent url('/local/components/kombox/filter/templates/ajax/images/modef-right.gif') no-repeat left center;
	padding-left:5px;
}

#kombox-filter .modef .modef-wrap {
	background-color:#fff;
	border: 1px solid #ffea94;
	border-right:none;
	color: #3F3F3F;
	padding: 5px 25px 5px 10px;
	white-space: nowrap;
}

#kombox-filter .modef-right .modef-wrap {
	border: 1px solid #ffea94;
	border-left:none;
}

#kombox-filter .kombox-loading {
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	background:transparent url(/local/components/kombox/filter/templates/ajax/images/loading.png) repeat center;
	display:none;
}

a.kombox-del-filter{
	display:inline-block;
	margin-left:10px;
}

.kombox-filter-choice{
	overflow: hidden;
	padding: 5px 0 20px 0;
}


.kombox-filter-choice ul{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.kombox-filter-choice li{
	float: left;
    border: 1px solid #e7e7e7;
	border-right:0;
    border-radius: 0;
    color: #3f454b;
    padding: 5px 25px 5px 15px;
    position: relative;
    text-decoration: none;
}

.kombox-filter-choice li:last-child{
    border-radius: 0 5px 5px 0;
    padding: 5px 25px 5px 15px;
	border: 1px solid #e7e7e7;
}

.kombox-filter-choice li:first-child{
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    padding: 5px 25px 5px 15px;
	border-left: 1px solid #e7e7e7;
}

.kombox-filter-choice li.kombox-filter-choice-item-name {
    border-radius: 5px 0 0 5px;
	padding: 5px 15px 5px 15px;
	color: #000;
    font-weight: bold;
}

.kombox-filter-choice li:hover{
	border-color: #fbdada;
	text-decoration:none;
}

.kombox-filter-choice li a, .kombox-filter-choice li a:hover{
	text-decoration:none;
	color: #3f454b;
}

.kombox-filter-choice li.kombox-filter-choice-item-name:hover {
    border-color: #e7e7e7;
}

.kombox-filter-choice li .kombox-remove-link span{
	background: #ffffff url("/local/components/kombox/filter/templates/ajax/images/remove_link.png") no-repeat 0 0;
	height: 8px;
	margin-left: 8px;
	position: absolute;
	right: 8px;
	top: 9px;
	width: 8px;
}

.kombox-filter-choice li .kombox-remove-link span{
	display: inline-block;
}

.kombox-filter-choice li:hover .kombox-remove-link span{
	background-position: 0 100%;
}

.kombox-filter-choice-count {
    float: left;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #000;
    padding: 5px 25px 5px 15px;
    position: relative;
    text-decoration: none;
    background: rgba(255, 234, 148, 0.42);
}

#kombox-filter .irs {
    position: relative; display: block;
}
    #kombox-filter .irs-line {
        position: relative; display: block;
        overflow: hidden;
    }
        #kombox-filter .irs-line-left, #kombox-filter .irs-line-mid, #kombox-filter .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        #kombox-filter .irs-line-left {
            left: 0; width: 0%;
        }
        #kombox-filter .irs-line-mid {
            left: 10%;
        }
        #kombox-filter .irs-line-right {
            right: 0; width: 0%;
        }

    #kombox-filter .irs-diapason, #kombox-filter .irs-diapason-left, #kombox-filter .irs-diapason-right {
        position: absolute; display: block;
        left: 0; width: 100%;
    }
    #kombox-filter .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        #kombox-filter .irs-slider.single {
            left: 10px;
        }
            #kombox-filter .irs-slider.single:before {
                position: absolute; display: block; content: "";
                top: -50%; left: -100%;
                width: 300%; height: 200%;
                background: rgba(0,0,0,0.0);
            }
        #kombox-filter .irs-slider.from {
            left: 100px;
        }
            #kombox-filter .irs-slider.from:before {
                position: absolute; display: block; content: "";
                top: -50%; left: -200%;
                width: 300%; height: 200%;
                background: rgba(0,0,0,0.0);
            }
        #kombox-filter .irs-slider.to {
            left: 300px;
        }
            #kombox-filter .irs-slider.to:before {
                position: absolute; display: block; content: "";
                top: -50%; left: 0;
                width: 300%; height: 200%;
                background: rgba(0,0,0,0.0);
            }
        #kombox-filter .irs-slider.last {
            z-index: 2;
        }

    #kombox-filter .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    #kombox-filter .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    #kombox-filter .irs-from, #kombox-filter .irs-to, #kombox-filter .irs-single {
        position: absolute; display: block;
        bottom: 0; left: 0;
        cursor: default;
        white-space: nowrap;
		margin-bottom:-17px;
    }

	#kombox-filter .irs-from {
		margin-left:-7px;
    }

	#kombox-filter .irs-to {
		margin-left:10px;
    }


#kombox-filter .irs-grid {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 20px;
}
#kombox-filter .irs-with-grid #kombox-filter .irs-grid {
    display: block;
}
    #kombox-filter .irs-grid-pol {
        position: absolute;
        bottom: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    #kombox-filter .irs-grid-pol.small {
        height: 4px;
    }
    #kombox-filter .irs-grid-text {
        position: absolute;
        top: 0; left: 0;
        width: 100px;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        color: #000;
    }

#kombox-filter .irs-line-mid,
#kombox-filter .irs-line,
#kombox-filter .irs-diapason-left,
#kombox-filter .irs-diapason-right,
#kombox-filter .irs-slider {
    background: url(/local/components/kombox/filter/templates/ajax/images/slider.png) repeat-x;
}

#kombox-filter .irs {
    height: 40px;
}
#kombox-filter .irs-with-grid {
    margin-top: 10px;
}
#kombox-filter .irs-line {
    height: 8px; top: 25px;
	 background-position: 0 0;
}
    #kombox-filter .irs-line-left {
        height: 8px;
        background-position: 0 -30px;
    }
    #kombox-filter .irs-line-mid {
        height: 6px;
        background-position: left bottom;
    }
    #kombox-filter .irs-line-right {
        height: 8px;
        background-position: 100% -30px;
    }

#kombox-filter .irs-diapason, #kombox-filter .irs-diapason-left, #kombox-filter .irs-diapason-right {
    height: 8px; top: 25px;
    background-position: 0 -60px;
}

#kombox-filter .irs-diapason{
	background:none;
}

#kombox-filter .irs-slider {
    width: 22px; height: 22px;
    top: 17px;
    background-position: 0 -90px;
}

#kombox-filter .irs-min, #kombox-filter .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}
.lt-ie9 #kombox-filter .irs-min, .lt-ie9 #kombox-filter .irs-max {
    background: #ccc;
}

#kombox-filter .irs-from, #kombox-filter .irs-to, #kombox-filter .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
	display:none !important;
}
.lt-ie9 #kombox-filter .irs-from, .lt-ie9 #kombox-filter .irs-to, .lt-ie9 #kombox-filter .irs-single {
    background: #999;
}

#kombox-filter .irs-grid-pol {
    background: #99a4ac;
}
#kombox-filter .irs-grid-text {
    color: #99a4ac;
}

#kombox-filter .irs-slider.from {
	background-position:-4px -75px;
	width: 13px;
	height: 28px;
	margin-left: -6px;
}

#kombox-filter .irs-slider.to {
	background-position:-4px -75px;
	width: 13px;
	height: 28px;
	margin-left: -7px;
}

#irs-active-slider, #kombox-filter .irs-slider:hover {
    background-position: -4px -105px;
}

#mouse_loading_icon{
	position:absolute;
	top:-20px;
	left:-20px;
	display:inline-block;
	width:43px;
	height:11px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	z-index:11000;
}
#mouse_loading_icon img{
	width:70px;
	height:70px;
	margin-top:-35px;
}

a.kombox-del-filter:hover{text-decoration: none!important;}
a.kombox-del-filter.disabled{
	display:none;
}

#kombox-filter input[type="checkbox"]:not(checked), #smartFilter input[type="radio"]:not(checked) {
    position: absolute;
    opacity: 0;
}
#kombox-filter input[type="checkbox"]:not(checked) + label, #smartFilter input[type="radio"]:not(checked) + label {
    position: relative;
    padding-left: 28px;
}
#kombox-filter input[type="checkbox"] + label, #kombox-filter input[type="radio"] + label {
    cursor: pointer;
}
#kombox-filter .radio label, #kombox-filter .checkbox label {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
#kombox-filter input[type="checkbox"]:not(checked) + label:before, #kombox-filter input[type="radio"]:not(checked) + label:before {
    position: absolute;
    content: " ";
    height: 17px;
    width: 17px;
    left: 0;
    top: 0px;
}
#kombox-filter input[type="checkbox"] + label:before {
    background: url(/bitrix/templates/dresscode/components/bitrix/catalog.smart.filter/.default/images/checkBox.png) 0 0 no-repeat transparent;
}
#kombox-filter input[type="checkbox"]:checked + label:before, #kombox-filter input[type="radio"]:checked + label:before {
    background-position: 0 -34px;
}
#set_filter {
	text-decoration: none;
	border: none;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    padding: 11px 30px;
	margin: 0 16px;
    display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.kombox-del-filter {
	text-decoration: none;
	border: none;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
	background: #000;
	cursor: pointer;
	background-color: #2b2b2b;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.kombox-del-filter:hover{
	background: #000;
}
.kombox-filter-property-body[data-name="cml2_available"],
.kombox-filter-property-body[data-name="khit"],
.kombox-filter-property-body[data-name="rasprodazha"]
{
	display:block!important;
}

/* End */


/* Start:/local/templates/dresscodeV3/components/dresscode/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?17428476802701*/
.catalog-section-list-pictures{
	margin-bottom: 24px;
	border-left: 1px solid #f3f3f3;
}

.catalog-section-list-pictures .catalog-section-list-item{
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	line-height: 206px;
	text-align: center;
	padding: 0px 24px;
	height: 206px;
	float: left;
	width: 20%;
}

.catalog-section-list-pictures .catalog-section-list-item:before {
	background: #f3f3f3;
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 1px;
}

.catalog-section-list-pictures .catalog-section-list-item-wp{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.catalog-section-list-pictures .catalog-section-list-link{
	-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;
	text-align: center;
	line-height: 44px;
	overflow: hidden;
	color: #000000;
	display: block;
	height: 44px;
}

.catalog-section-list-pictures .catalog-section-list-link span{
	vertical-align: bottom;
	display: inline-block;
	line-height: 21px;
}

.catalog-section-list-pictures .catalog-section-list-link:hover{
	opacity: 0.7;
}

.catalog-section-list-pictures .catalog-section-list-link:active{
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture{
	margin-bottom: 12px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
}

.catalog-section-list-pictures .catalog-section-list-picture:hover img{
	opacity: 0.8;
}

.catalog-section-list-pictures .catalog-section-list-picture:active{
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

@media all and (max-width: 1440px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 25%;
	}

}

@media all and (max-width: 1280px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 33.333333%;
	}

}

@media all and (max-width: 1024px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 25%;
	}
}

@media all and (max-width: 1000px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 33.333333%;
	}

}

@media all and (max-width: 700px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 50%;
	}
}

/*@media all and (max-width: 1100px){
	.catalog-section-list-pictures .catalog-section-list-item{
		width: 50%;
	}
}*/
/* End */


/* Start:/local/templates/dresscodeV3/components/bitrix/system.pagenavigation/round/style.css?17428476812357*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.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 {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.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: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.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 {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/* End */


/* Start:/local/components/dresscode/catalog.section/templates/squares/style.css?174284768192*/
.items.productList{
    margin-bottom: 24px;
}

.removeFromWishlist{
    display: none;
}



/* End */


/* Start:/local/components/dresscode/catalog.item/templates/.default/style.css?17428476812521*/
.productColText .name .middle {
  width: 100%;
}
.productColText .name b {
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-bottom: 3px;
}
.product .price {
  min-height: 37px;
}
.product .markerContainer {
	width: calc(100% - 79px - 5px);
    display: flex;
	flex-wrap: wrap;
}
.product .marker {
	margin-bottom: 3px;
	margin-right: 2px;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: transparent;
}
.product img.marker {
    line-height: inherit !important;
    padding: 0 !important;
    width: auto;
	height: 18px;
}
@media(max-width: 700px) {
	.product {
    border: none;
    height: auto;
    border-bottom: 1px solid #e7e8ea;
  }
  .product:before {
    display: none;
  }
  #catalog .product,
  #catalog .clear  {
    width: calc((100% - 10px * 2) / 3);
  }
  .product .icon.top {
    margin-top: 0;
    top: 7px;
    right: 7px;
  }
  .productList {
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productTable {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .productColImage {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
    display: block;
    vertical-align: top;
  }
  .productColText .name {
    color: #222222;
    font-size: 11px;
  }
  .product .price {
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .product .price .discount {
    color: #888888;
    font-size: 11px;
    margin-left: 15px;
  }
  .product .markerContainer {
    position: static;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
	width: 100%;
  }
  .product .markerContainer .marker {
    margin: 0 2px 3px;
  }
  .product .btn-simple {
    display: none;
  }
  .product .tabloid {
    border: none;
  }

  /* product hover */
  
  .product:hover {
    position: static;
  }
  .product:hover .tabloid {
      position: relative;
  }
  .product:hover .nowp {
      overflow: hidden;
  }
  .product:hover .morePhoto {
      display: none;
  }
  .product:hover .tabloid {
    background: transparent;
    box-shadow: none;
    border-bottom: none;
}
}
@media(max-width: 575px) {
  #catalog .product,
  #catalog .clear  {
    width: calc((100% - 10px) / 2);
  }
  .productColImage {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

  
/* End */


/* Start:/bitrix/components/dresscode/catalog.subscribe/templates/.default/style.css?17428476876881*/
.catalogSubscribe{
	margin: 24px 0px;
}

.catalogSubscribeContainer{
	background-color: #f9f9f9;
	border-collapse: separate;
	box-sizing: border-box;
	padding: 48px 36px;
	display: table;
	width: 100%;
}

.catalogSubscribeColumn{
	vertical-align: middle;
	display: table-cell;
	width: 50%;
}

.catalogSubscribeColumn:first-child{
	padding-right: 12px;
}

.catalogSubscribeColumn:last-child{
	padding-left: 12px;
	text-align: right;
}

.catalogSubscribeHeading{
	font-family: "robotobold";
	font-size: 21px;
}

.catalogSubscribeDescription{
	line-height: 21px;
	margin-top: 12px;
	font-size: 14px;
}

.catalogSubscribeRotator{
	line-height: normal;
	font-size: 0px;
}

.catalogSubscribeRotatorContainer{
	display: inline-block;
}

.catalogSubscribeRotatorBg{
	background-color: #ffffff;
	box-sizing: border-box;
	table-layout: fixed;
	padding: 12px 18px;
	border-radius: 4px;
	display: table;
	width: 100%;
}

.catalogSubscribeRotatorBg.error{
	border: 1px solid #ff0000;
}

.catalogSubscribeRotatorBg.success{
	border: 1px solid #91c409;
}

.catalogSubscribeLabel,
.catalogSubscribeField,
.catalogSubscribeButtons{
	vertical-align: middle;
	display: table-cell;
	font-size: 14px;
}

.catalogSubscribeLabel{
	width: 25px;
}

.catalogSubscribeField input{
	background-color: transparent;
	box-sizing: border-box;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 12px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	border: 0;
}

.catalogSubscribeLabel img,
.catalogSubscribeLabel span{
	vertical-align: middle;
	display: inline-block;
}

.catalogSubscribeButtons{
	width: 120px;
}

.catalogSubscribeSend .icon{
	display: none;
}

.catalogSubscribePersonal{
	line-height: normal;
	text-align: left;
	margin-top: 18px;
	font-size: 14px;
}

.catalogSubscribePersonal input,
.catalogSubscribePersonal label{
	vertical-align: middle;
	display: inline-block;
    padding: 0;
    margin: 0;
}

.catalogSubscribePersonal input{
	border: 1px solid #e7e8ea;
	box-sizing: border-box;
	margin-top: -1px;
	height: 14px;
	width: 14px;
}

.catalogSubscribePersonal input.error + label:before{
	border: 1px solid #ff0000;
	border-radius: 4px;
}

.catalogSubscribePersonal a{
	border-bottom: 1px dashed #e7e8ea;
}

.catalogSubscribePersonal input[type="checkbox"] + label{
	cursor: pointer;
}

.catalogSubscribePersonal input[type="checkbox"]:not(checked){
  position: absolute;
  opacity: 0;
}

.catalogSubscribePersonal input[type="checkbox"]:not(checked) + label{
	position: relative;
	padding-left: 28px;
}

.catalogSubscribePersonal input[type="checkbox"] + label:before {
	background: url(/bitrix/components/dresscode/catalog.subscribe/templates/.default/images/checkBox.png) 0 0 no-repeat transparent;
}

.catalogSubscribePersonal input[type="checkbox"]:not(checked) + label:before{
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0px;
	top: -1px;
}

.catalogSubscribePersonal input[type="checkbox"]:not(checked) + label:hover:before{
	background-position: 0 -17px;
}

.catalogSubscribePersonal input[type="checkbox"]:checked + label:before{
	background-position: 0 -34px;
}

.catalogSubscribePersonal input[type="checkbox"]:checked + label:hover:before{
	background-position: 0 -51px;
}

.catalogSubscribePersonal input[type="checkbox"]:disabled + label{
	cursor: default;
}

.catalogSubscribePersonal input[type="checkbox"]:disabled + label:before{
	background-position: 0 -68px !important;
}

.catalogSubscribeSuccess,
.catalogSubscribeError{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px 24px;
    text-align: center;
    min-height: 300px;
    overflow: hidden;
    position: fixed;
    display: none;
    z-index: 9999;
    width: 420px;
    left: 50%;
    top: 50%;
}

.catalogSubscribeSuccess.open,
.catalogSubscribeError.open{
    display: block;
}

.catalogSubscribeSuccessHeading,
.catalogSubscribeErrorHeading{
    font-family: "robotomedium";
    line-height: 26px;
    margin-top: 12px;
    font-size: 24px;
}

.catalogSubscribeSuccessText,
.catalogSubscribeErrorText{
    line-height: 18px;
    margin-top: 12px;
    font-size: 13px;
}

.catalogSubscribeSuccessClose,
.catalogSubscribeErrorClose{
    margin-top: 12px;
}

.catalogSubscribeSuccessButton,
.catalogSubscribeErrorButton{
    text-decoration: none;
    line-height: 50px;
    padding: 0px;
    height: 50px;
}

@media screen and (max-width: 1380px){

	.catalogSubscribeHeading{
		font-size: 18px;
	}

	.catalogSubscribeContainer{
		padding: 36px;
	}

}


@media screen and (min-width: 1025px) and (max-width: 1250px){

	.catalogSubscribeColumn{
		display: block;
		padding: 0px;
		width: 100%;
	}

	.catalogSubscribeColumn:first-child{
		padding-right: 0px;
	}

	.catalogSubscribeColumn:last-child{
		padding-left: 0px;
		margin-top: 12px;
	}

}

@media screen and (max-width: 940px){

	.catalogSubscribeColumn{
		display: block;
		padding: 0px;
		width: 100%;
	}

	.catalogSubscribeColumn:first-child{
		padding-right: 0px;
	}

	.catalogSubscribeColumn:last-child{
		padding-left: 0px;
		margin-top: 12px;
	}

}

@media screen and (max-width: 550px){
	.catalogSubscribeContainer{
		padding: 24px;
	}
}

@media screen and (max-width: 550px){
	.catalogSubscribeHeading{
		font-size: 16px;
	}
}

@media all and (max-width: 500px){

    .catalog-subscribe-success,
    .catalog-subscribe-error{
        width: 380px;
    }

}

@media all and (max-width: 420px){

    .catalog-subscribe-success,
    .catalog-subscribe-error{
        width: 290px;
    }

}

@media screen and (max-width: 418px){

	.catalogSubscribeField input{
		padding-left: 0px;
	}

	.catalogSubscribeLabel{
		display: none;
	}

}

@media screen and (max-width: 400px){

	.catalogSubscribeButtons{
		width: 40px;
	}

	.catalogSubscribeButtons .catalogSubscribeSend.btn-simple{
		line-height: 26px;
		min-width: auto;
		padding: 0px;
		width: 40px;
	}

	.catalogSubscribeSend .text{
		display: none;
	}

	.catalogSubscribeSend .icon{
		background: url(/bitrix/components/dresscode/catalog.subscribe/templates/.default/images/sub_arrow.png) 50% 50% no-repeat transparent;
		vertical-align: middle;
		display: inline-block;
		text-indent: -9999px;
		font-size: 0px;
		height: 8px;
		width: 5px;
	}

	.catalogSubscribeRotatorBg{
		padding: 8px 12px;
	}

}

@media screen and (max-width: 360px){
	.catalogSubscribeContainer{
		padding: 12px;
	}
}
/* End */
/* /bitrix/components/dresscode/catalog.tags/templates/.default/style.css?17428476871357 */
/* /local/components/kombox/filter/templates/ajax/style.css?174284768115157 */
/* /local/templates/dresscodeV3/components/dresscode/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?17428476802701 */
/* /local/templates/dresscodeV3/components/bitrix/system.pagenavigation/round/style.css?17428476812357 */
/* /local/components/dresscode/catalog.section/templates/squares/style.css?174284768192 */
/* /local/components/dresscode/catalog.item/templates/.default/style.css?17428476812521 */
/* /bitrix/components/dresscode/catalog.subscribe/templates/.default/style.css?17428476876881 */
