

/* Start:/bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?16588635251686*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#personalMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}

#personalMenu li:last-child{
	margin-right: 0;
}

#personalMenu 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-transform: uppercase;*/
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

#personalMenu li a:active{
	position: relative;
	top: 1px;
}

#personalMenu li .selected{
	border-bottom: 1px dashed #000000;
	font-family: 'robotobold';
	padding-bottom: 4px;
}

#personalMenu li .selected:hover{
	color: #000000;
}

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

	#personalMenuWrap{
		position: relative;
		min-width: 100%;
		overflow: hidden;
		overflow-x: auto;
		height: 40px;
	}

	#personalMenuWrap ul{
		white-space: nowrap;
		overflow: auto;
	}

	#personalMenu li{
		white-space: nowrap;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-right: 18px;
		margin-bottom: 18px;
	}

	#personalMenu::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}
/* End */


/* Start:/bitrix/components/dresscode/simple.offers/templates/.default/style.css?16588635003080*/
#catalogLine{
	border: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	line-height: 55px;
	padding: 0 12px;
	height: 55px;
}

#catalogLine .column{
	display: inline-block;
	margin-left: 12px;
}

#catalogLine .column:first-child{
	margin-left: 0;
}

#catalogLine .column:last-child{
	float: right;
}

#catalogLine .label{
	display: inline-block;
	margin-right: 12px;
}

#catalogLine select{
	border: 1px solid #e7e8ea;
	border-radius: 4px;
	padding: 0 12px;
	color: #888888;
	height: 30px;
}

#catalogLine .viewList{
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}

#catalogLine .viewList .element{
	margin-left: 12px;
	float: left;
}

#catalogLine .viewList .element:first-child{
	margin-left: 0px;
}

#catalogLine .viewList .element a{
	background: url(/bitrix/components/dresscode/simple.offers/templates/.default/images/catalogView.png) 0 0 no-repeat transparent;
	vertical-align: middle;	
	display: inline-block;
	height: 55px;
	width: 30px;
}

#catalogLine .viewList .element .squares{
	background-position: 0 0;
}

#catalogLine .viewList .element .squares:hover{
	background-position: -30px 0;	
}

#catalogLine .viewList .element .squares.selected{
	background-position: -60px 0;	
}

#catalogLine .viewList .element .line{
	background-position: 0 -55px;
}

#catalogLine .viewList .element .line:hover{
	background-position: -30px -55px;	
}

#catalogLine .viewList .element .line.selected{
	background-position: -60px -55px;	
}

#catalogLine .viewList .element .table{
	background-position: 0 -110px;
}

#catalogLine .viewList .element .table:hover{
	background-position: -30px -110px;
}

#catalogLine .viewList .element .table.selected{
	background-position: -60px -110px;	
}


#catalogLine .viewList .element .squares:active,
#catalogLine .viewList .element .table:active,
#catalogLine .viewList .element .line:active{
	position: relative;
	top: 1px;
}

#left .heading .arrow{
	background-position: -27px 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#left .heading.opened .arrow{
	-moz-transform:    rotate(90deg);
	-o-transform:      rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform:         rotate(90deg);
}

#nextSection{
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title{
	background-color: #f3f3f3;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
	font-size: 14px;
	display: block;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li,
#nextSection .title{
	border-bottom: 1px solid #e7e8ea;
}

/*#nextSection li{
	padding: 12px 24px;
}*/

#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;
	color: #000000;
}

#nextSection li a:hover,
#nextSection li .selected{
	color: #ffa800;
}

#nextSection li .cnt{
	color: #888888;
	float: right;
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.css?16588635252354*/
.bx-pagination {
	margin: 10px 0;
	width: 100%;
}
.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;
	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:/bitrix/templates/dresscode/components/dresscode/catalog.section/squares/style.css?17497360955873*/
.items.productList.squares {
    margin-bottom: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    align-items: flex-start;
}

.removeFromWishlist {
    display: none;
}

.items.productList .product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    border: 0;
    padding: 0 5px 0 0;
    margin: 0 0 5px 0;
}

.items.productList .product:before {
    display: none;
}

.items.productList .product .tabloid {
    border: 1px solid #e7e8ea;
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
}

.items.productList .product:hover {
    z-index: 10;
}

.items.productList .product:hover .tabloid {

    border: 2px solid #ffcc00;
}

.items.productList.no-rightblock .product {
    width: 20%;
}

/*.items.productList .product .addCart,
.items.productList .product .count-form{
	display: flex;
	flex-flow:row nowrap;
	align-items:center;
	justify-content: center;
}*/

.items.productList .product .addCart .icon {
    padding: 0;
    margin: 0;
}

.items.productList .product .addCart .addToCardText {
    padding: 0 0 0 6px;
}

.count-form .plus,
.count-form .minus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.items.productList .product .col-md-6-right,
.items.productList .product .col-md-6-left {
    width: 50%;
}

.items.productList .product .optional .row a {
    width: 50%;
}

.ajax-pager-link {
    display: none;
}

.pagination-wrapper {
    display: flex;
    width: 100%;
}
.pagination-wrapper .loader.hidden {}
.pagination-wrapper .loader {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border: 10px solid #FFF;
    border-radius: 50%;
    position: relative;
    transform: rotate(45deg);
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 0;
}
.pagination-wrapper .loader::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    inset:-10px;
    border-radius: 50%;
    border:10px solid #fc0;
    animation: prixClipFix 2s infinite linear;
}
.pagination-wrapper .bx-pagination {
    width: auto;
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

@media screen and (max-width: 1800px) {
    .items.productList .product .getPricesWindow3 {

        left: 74%;
    }

    .items.productList .product .priceVariantList {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width: 1600px) {
    .items.productList .product {
        width: 33.3333%;
    }

    .items.productList.no-rightblock .product {
        width: 25%;
    }

    .items.productList.no-rightblock .product .addCart .icon {
        padding: 0;
        margin: 0;
    }

    .items.productList .product .count-form .qty {
        width: 28px;
    }
}

@media screen and (max-width: 1368px) and (min-width: 1300px) {
    .items.productList .product .getPricesWindow3 {
        left: 69%;
    }
}

@media screen and (max-width: 1300px) {
    .items.productList .product,
    .items.productList.no-rightblock .product {
        width: 33.3333%;
    }

    .items.productList.no-rightblock .product .addCart .addToCardText {
        display: block;
    }

    .rb-banner img {
        width: 100%;
    }
}

@media screen and (max-width: 1250px) {
    .items.productList .product .col-md-6-right {
        width: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .items.productList .product,
    .items.productList .product .col-md-6-right {
        width: 50%;
    }

    .items.productList .product .addCart .addToCardText {
        display: inline-block;
    }
}


@media screen and (max-width: 1024px) {
    .items.productList .product {
        width: 33.333%;
    }
}

@media screen and (max-width: 980px) {
    .items.productList .product {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .items.productList.no-rightblock .product {
        width: 50%;
    }

    .items.productList .product .addCart {
        height: 30px;
    }

    /*	.items.productList.no-rightblock .product .pos-rel{
            display: flex;
            flex-flow:column;
        }*/
    .items.productList .product .addCart span {
        font-size: 12px;
    }

    .items.productList.no-rightblock .product .col-md-6-right,
    .items.productList.no-rightblock .product .col-md-6-left {
        width: 50%;
    }

    .items.productList .product .count-form .qty {
        width: 50px;
    }

    /*	.items.productList.no-rightblock .product .col-md-6-right{
            margin-top:10px;
        }*/
}

@media screen and (max-width: 715px) {
    /*.items.productList .product .pos-rel{
        display: flex;
        flex-flow:column;
    }*/
    .items.productList .product .col-md-6-right {
        width: 50%;
    }

    .items.productList .product .col-md-6-left {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .items.productList .product .getPricesWindow3 {
        top: -5px;
        left: 0;
    }
}

@media screen and (max-width: 600px) {
    .items.productList .product {
        height: auto;
    }

    .items.productList .product .pos-rel {
        flex-flow: row;
    }

    .items.productList .product .col-md-6-right {
        margin-top: 0;
    }

}

/*
@media screen and (max-width: 420px) {
	.items.productList .product .pos-rel{
		flex-flow:column;
	}
	.items.productList .product .col-md-6-right{
		margin-top:10px;
	}
	.items.productList .product .col-md-6-right,
	.items.productList .product .col-md-6-left{
		width:40%;
	}
}*/


/* End */
/* /bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?16588635251686 */
/* /bitrix/components/dresscode/simple.offers/templates/.default/style.css?16588635003080 */
/* /bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.css?16588635252354 */
/* /bitrix/templates/dresscode/components/dresscode/catalog.section/squares/style.css?17497360955873 */
