

/* Start:/local/templates/dresscodeV2/components/bitrix/catalog/.default/style.css?17696870221*/


/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/catalog/.default/bitrix/catalog.section.list/level2/style.css?1769687022880*/
#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;
}
/* End */


/* Start:/local/templates/.default/components/kombox/filter/new_design/style.css?176968702319879*/

.filter-block {
    border-top: 1px solid #E7E8EA;
}

.filter-actions {
    padding: 30px;
    border-top: 1px solid #E7E8EA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-actions .btn {
    width: 130px !important;
    padding: 10.5px !important;
    text-align: center !important;
}

.filter-block_header {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}

.collapse-toggle {
    cursor: pointer;
}

.collapse-toggle .arrow {
    position: relative;
}

.collapse-toggle.closed .arrow {
    transform: rotate(180deg);
}

.filter-block_inner {
    padding: 0 20px 25px;
}

.price-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price-inputs input {
    background: #FAFAFA;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 5px;
    width: 120px;
    height: 40px;
    padding: 0 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.range-price .values {
    font-size: 12px;
    line-height: 14px;
    color: #727272;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.range-price .ui-widget.ui-widget-content {
    height: 6px;
    background: #E7E8EA;
    border-radius: 3px;
    border: none;
}

.range-price .ui-slider .ui-slider-range {
    background-color: #fff;
    background: #27C148;
}

.range-price .ui-slider .ui-slider-handle {
    background: #FFFFFF;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    top: -7px;
    border: 1px solid #D5D5D5;
    outline: none;
    cursor: pointer;
}

.label-list {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}

.label-list li {
    margin-bottom: 10px;
}

.checkbox-label input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.checkbox-label {
    cursor: pointer;
}

.checkbox-label span {
    position: relative;
    padding-left: 26px;
}

.checkbox-label span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #D5D5D5;
}

.checkbox-label span:after {
    content: '';
    display: block;
    position: absolute;
    left: 3px !important;
    top: 3px !important;
    /*left: 4px;*/
    /*top: 4px;*/
    width: 10px;
    height: 10px;
    background: #27C148;
    opacity: 0;
}

.checkbox-label input:checked + span:after {
    opacity: 1;
}

.checkbox-label:hover {
    color: #27C148;
}

.checkbox-label:hover span:before {
    border-color: #27C148;
}

.more-labels {
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #27C148;
}

.more-labels:hover {
    text-decoration: none;
}

.more-labels svg {
    margin-left: 5px;
}

.sidebar-block {
    border: 1px solid #E7E8EA;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    font-weight: 300;
}

.sidebar-block .title {
    background: #F8F8F8;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border-radius: 15px 15px 0 0;
}

.sidebar-block .title .close-sidebar {
    display: none;
}



@media screen and (max-width: 1599px) {
    .filter-actions .btn {
        max-width: calc(50% - 3px)
    }
}

@media screen and (max-width: 1199px) {
     .sidebar {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: #fff;
        overflow: auto;
        transform: translateX(-100%);
        will-change: transform;
    }

     .sidebar.active  {
        transform: translateX(0);
        transition: transform .7s ease-out;
    }

    .sidebar-block .title .close-sidebar {
        display: block;
    }

    .sidebar-block {
        border: none;
        border-radius: 0;
    }

    .sidebar-block .title {
        border-radius: 0;
    }

    .price-inputs span:last-child,
    .price-inputs span:first-child {
        width: calc(50% - 23px);
    }

    .price-inputs input {
        width: 100%
    }
}


#smartFilter .slider ins {
    /*width: 29px !important;*/
}

#smartFilter .slider ins:hover {
    /*background-position: -31px 0 !important;*/
}

.sidebar-block.sb-list, .sidebar-block.sb-filter {
    overflow: visible;
}

#smartFilter .handler {
    height: 6px !important;
    background: #27C148 !important;
}

#smartFilter .slider .blackoutRight, #smartFilter .slider .blackoutLeft {
    height: 8px !important;
    background: #E7E8EA !important;
}


/*was here*/
#kombox-filter {
    margin-top: 1em;
    position: relative;
    background: white;
}

#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;
}

#kombox-filter .lvl1:before, #kombox-filter li:before {
    content: none !important;
}

#kombox-filter .kombox-filter-property-body {
    padding: 0;
}

#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/templates/.default/components/kombox/filter/new_design/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/templates/.default/components/kombox/filter/new_design/images/list.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
}

#kombox-filter .kombox-filter-property-name {
    /*border-bottom: 1px dotted #000;*/
    cursor: pointer;
    position: relative;
    /*font-weight:bold;*/
}

#kombox-filter .kombox-num .kombox-input {
    /*width: 4em;*/
    margin: 0;
}

#kombox-filter .kombox-num .kombox-range {
    padding: 0 10px 10px 0;
    /*padding-top: 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-radio .lvl2 label {
    /*padding-left: 7px;*/
    font-weight: normal;
}

#kombox-filter .kombox-combo .lvl2 label span {
    font-weight: 300 !important;
}


#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 {
    padding: 2px 0 1px 0;
    display: inline-block;
}

#kombox-filter .kombox-link .kombox-checked a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #3f454b;
    padding: 1px 22px 1px 8px;
    position: relative;
    text-decoration: none;
}

#kombox-filter .kombox-link .kombox-checked a:hover {
    border-color: #fbdada;
    text-decoration: none;
}

#kombox-filter .kombox-link .lvl2 a span.kombox-remove-link {
    background: #ffffff url("/local/templates/.default/components/kombox/filter/new_design/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/templates/.default/components/kombox/filter/new_design/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: #27c148;
    top: -4px;
    position: absolute;
    padding-right: 5px;
    z-index: 1000;
}

#kombox-filter .modef-right {
    background: none;
    padding-left: 5px;
    margin-left: -55px;
}

#kombox-filter .modef .modef-wrap {
    background: url(/bitrix/templates/dresscodeV2/themes/green/images/modef.png) 0 0 no-repeat;
    /*border: 1px solid #ffea94;*/
    /*border-right: none;*/
    color: #fff;
    /*padding: 5px 25px 5px 10px;*/
    white-space: nowrap;
}

#kombox-filter .modef .modef-wrap a {
color: white;
    font-weight: 500;
}


#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/templates/.default/components/kombox/filter/new_design/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/templates/.default/components/kombox/filter/new_design/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;
    background: #E7E8EA!important;
    border-radius: 3px;
}

#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/templates/.default/components/kombox/filter/new_design/images/slider.png) repeat-x;*/
}

#kombox-filter .irs {
    height: 40px;
}

#kombox-filter .irs-with-grid {
    /*margin-top: 10px;*/
}

#kombox-filter .irs-line {
    height: 7px;
    top: 25.5px;
    background-position: 0 0;
}

#kombox-filter .irs-line-left {
    height: 8px;
    background-position: 0 -30px;
}

#kombox-filter .irs-line-mid {
    height: 6px;
    background: #E7E8EA;
    border-radius: 3px;
    border: none;
    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: #27C148;
    border-radius: 2px;
}

#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 {
   margin-left: -6px;
    background: #FFFFFF;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-top: 2px;
    border: 1px solid #D5D5D5;
    outline: none;
    cursor: pointer;
}

#kombox-filter .irs-slider.to {
    margin-left: -7px;
    background: #FFFFFF;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-top: 2px;
    border: 1px solid #D5D5D5;
    outline: none;
    cursor: pointer;
}

#irs-active-slider, #kombox-filter .irs-slider:hover {
    background-position: -4px -105px;
}


#kombox-filter .irs-grid {
    /*display: none;*/
}

#kombox-filter .irs-grid-pol {
    display: none;
}

#kombox-filter .irs-grid {
    top: 47px;
/*#kombox-filter .irs-grid-text ~ .irs-grid-text{*/
}

#kombox-filter .irs-grid  .irs-grid-text {
    visibility: hidden;
}

#kombox-filter .irs-grid .irs-grid-text:first-of-type {
    visibility: visible;
}

#kombox-filter .price-inputs {
    margin-bottom: 0;
}

.values-hint {
    display: flex;
    justify-content: space-between;
}

.values-hint span {
    color: #99a4ac;
    font-size: 9px;
    line-height: 9px;
}

#kombox-filter .filter-actions input#set_filter {
    line-height: 1;
    font-size: 15px;
    display: block;
    max-height: 19px;
}

#kombox-filter .filter-actions {
    /*border:1px solid #E7E8EA;*/
    border-radius: 0 0 15px 15px;
    margin-bottom: 9px;
    background: transparent;
}


#smartFilter input[type="text"] {
    background: white!important;
    border: none!important;
    color:#373737;
}
#smartFilter input::placeholder {
    color:#373737!important;
}

@media screen and (max-width:800px) {
    .filter-actions input#set_filter {
        line-height: 1;
        font-size: 15px;
        display: block;
        max-height: 42px !important;
    }
    .sidebar-block .title .close-sidebar {
        display: block!important;
    }

}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17696870231950*/
#middleSlider{
	margin-bottom: 36px;
	position: relative;
}

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

#middleSlider ul{
	position:relative;
}

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

#middleSlider ul li img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#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/dresscodeV2/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/dresscodeV2/components/dresscode/slider/middle/images/slideButton.png) -18px 0  no-repeat transparent;
}

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

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

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

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

#middleSlider .middleSliderBtnLeft, 
#middleSlider .middleSliderBtnRight{
	background: url(/local/templates/dresscodeV2/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/dresscodeV2/components/bitrix/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?17696870222583*/
.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: 25%;
}

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

.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: 1300px){

	.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/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17696870222357*/
.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/templates/dresscodeV2/components/dresscode/catalog.section/squares/style.css?176968702383*/
.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}
/* End */
/* /local/templates/dresscodeV2/components/bitrix/catalog/.default/style.css?17696870221 */
/* /local/templates/dresscodeV2/components/bitrix/catalog/.default/bitrix/catalog.section.list/level2/style.css?1769687022880 */
/* /local/templates/.default/components/kombox/filter/new_design/style.css?176968702319879 */
/* /local/templates/dresscodeV2/components/dresscode/slider/middle/style.css?17696870231950 */
/* /local/templates/dresscodeV2/components/bitrix/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?17696870222583 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17696870222357 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.section/squares/style.css?176968702383 */
