<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?15702775601382*/
#breadcrumbs{
	margin-bottom: 12px;
	line-height: 21px;
	margin-top: 24px;
	overflow: hidden;
	font-size: 12px;
}

#breadcrumbs ul{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline-block;
}

#breadcrumbs ul li a{
	text-decoration: none;
	display: inline-block;
	line-height: 21px;
}

#breadcrumbs .arrow{
	vertical-align: middle;
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	margin: 0 12px;
}

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

	#breadcrumbs{
		position: relative;
		min-width: 100%;
		overflow-x: auto;
		height: 21px
	}

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

	#breadcrumbs li{
		white-space: nowrap;
	}

	#breadcrumbs::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:/local/templates/dresscodeV2/components/dresscode/sale.basket.basket/new/style.css?174522736914314*/
.cartGifts .productList:before,
.cartGifts .productList:after {
	content: '';
	display: table;
}

.cartGifts .productList:after {
	clear: both;
}

#orderSuccess {
	display: none;
}

#orderSuccess h2 {
	text-transform: uppercase;
	font-family: 'robotobold';
	font-size: 16px;
}

#main input[name="BuyButton"],
#main input[type="submit"] {
	-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;
	line-height: 50px;
	cursor: pointer;
	padding: 0 48px;
	color: #fff;
	height: 50px;
	border: 0;
}

#basketProductList .productList {
	margin-bottom: 24px;
}

#basketProductList .productList .item {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#basketProductList .product {
	height: 390px;
}

#basketProductList .product:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	top: -1px;
	height: 1px;
	background: #e7e8ea;
}

#basketProductList .product .tabloid {
	position: relative;
	height: 100%;
}

#basketProductList .product .picture {
	margin-top: 12px;
}

#basketProductList .productList .tabloid {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#basketProductList .productList .item .topSection {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	padding: 0 12px;
	width: 100%;
	z-index: 11;
	top: 12px;
	left: 0;
}

#basketProductList .productList .item .topSection .column {
	float: left;
	width: 50%;
}

#basketProductList .productList .item .topSection .icon {
	margin-top: -4px;
}

#basketProductList .productList .item .topSection .delete {
	background: url(/local/templates/dresscodeV2/components/dresscode/sale.basket.basket/new/images/delete.png) 0 0 no-repeat transparent;
	float: right;
	height: 18px;
	width: 18px;
}

#basketProductList .productList .item .topSection .delete:hover {
	background-position: -18px 0;
}

#basketProductList .productList .item .topSection .delete:active {
	background-position: -36px 0;
}

#personalCart .delete.loading {
	background: url(/local/templates/dresscodeV2/components/dresscode/sale.basket.basket/new/images/deleteLoader.gif) 0 0 no-repeat transparent !important;
}

#basketProductList .product .label {
	width: 100%;
}

/* ORDER */

#order {
	margin-top: 24px;
}

#order .title {
	font-family: 'robotobold';
	text-transform: uppercase;
	border: 1px solid #eee;
	text-overflow: ellipsis;
	text-align: center;
	border-bottom: 0;
	line-height: 80px;
	overflow: hidden;
	font-size: 16px;
	display: block;
	height: 80px;
}

#order textarea {
	padding-top: 12px;
	max-width: 100%;
	outline: none;
	resize: none;
}

.orderProps,
.personSelect {
	border-collapse: collapse;
	border: 1px solid #eee;
	table-layout: fixed;
	border-bottom: 0;
	position: static;
	width: 100%;
}

.orderProps .deliSelect + .userProp {
	margin-top: 12px;
}

.userProp {
	list-style: none;
	padding: 0;
	margin: 0;
}

.userProp .hidden {
	display: none;
}

.orderProps {
	display: none;
}

.orderProps.active {
	display: table;
}

.orderProps td,
.personSelect td {
	border-top: 1px solid #eee;
	position: relative;
	padding: 24px 0;
}

.orderProps td:first-child,
.personSelect td:first-child {
	vertical-align: middle;
	text-align: center;
	width: 250px;
}

.orderProps td:last-child,
.personSelect td:last-child {
	padding-right: 24px;
}

.orderProps td:first-child span,
.personSelect td:first-child span {
	font-family: 'robotobold';
	text-transform: uppercase;
	text-align: center;
	margin-top: 12px;
	font-size: 14px;
	display: block;
	color: #888;
}

.userProp li:first-child {
	margin: 0;
}

.userProp li {
	position: relative;
	margin: 24px 0 0 0;
	overflow: hidden;
	list-style: none;
	display: block;
	padding: 0;
}

.orderProps .label {
	margin-bottom: 6px;
	margin-right: 24px;
	float: left;
}

.orderProps label,
.personSelect label {
	margin-bottom: 6px;
	padding-top: 2px;
	display: block;
	font-size: 12px;
	color: #aaa;
}

.orderProps .electroCheck_div {
	float: left;
}

.orderProps select,
.personSelect select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #fff;
	padding-left: 12px;
	font-size: 14px;
	display: block;
	height: 50px;
	width: 80%;
	clear: both;
}

.orderProps input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #fff;
	padding-left: 12px;
	font-size: 14px;
	display: block;
	height: 50px;
	width: 80%;
	clear: both;
}

.orderProps input[type="checkbox"] {
	padding: 0 !important;
	border: 0 !important;
	margin-right: 6px;
	display: block;
	height: 15px;
	width: 15px;
	float: left;
}

.orderProps .multi {
	height: auto !important;
	padding-left: 4px;
}

.orderProps input[type="checkbox"] + label {
	font-size: 14px;
	padding-top: 0;
	cursor: pointer;
	color: #000;
}

.orderProps input[type="radio"] {
	padding: 0 !important;
	border: 0 !important;
	margin-right: 6px;
	text-align: left;
	margin-top: 8px;
	height: 15px;
	width: 15px;
	float: left;
	clear: both;
}

.orderProps input[type="radio"] + label {
	font-size: 14px;
	padding-top: 8px;
	color: #000;
	float: left;
}

.orderProps textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	display: block;
	width: 80%;
	height: 100px;
	margin-top: 6px;
	background: #fff;
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-left: 12px;
	clear: both;
}

.orderProps select:focus,
.orderProps textarea:focus,
.orderProps input:focus {
	border: 1px solid #ccc;
}

/* locations */

.locDesk {
	position: relative;
	border: 1px solid #DDD;
	width: 80%;
	margin-top: 6px;
	z-index: 33;
	padding-left: 4px;
}

.locDesk li {
	background: #F9F9F9;
	cursor: pointer;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 2px 6px;
	margin: 0 !important;
}

.locDesk li:nth-child(odd) {
	background: #fff;
}

#orderMake {
	-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;
	border-radius: 4px;
	margin-right: 24px;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	color: #fff;
	height: 54px;
	width: 225px;
}

#orderMake:active {
	position: relative;
	top: 1px;
}

#orderMake img {
	vertical-align: middle;
	padding-right: 8px;
	margin-top: -2px;
}

#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

#elementErrorContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
	background-color: #fff;
	margin-left: -150px;
	margin-top: -130px;
	position: relative;
	overflow: hidden;
	color: #000;
	width: 300px;
	z-index: 999;
	left: 50%;
	top: 50%;
}

#elementErrorContainer span.heading {
	background-color: #424242;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #000;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	background: url("/local/templates/dresscodeV2/components/dresscode/sale.basket.basket/new/images/exit.png") 0 0 no-repeat transparent;
	margin-bottom: 24px;
	position: absolute;
	display: block;
	height: 21px;
	right: 24px;
	width: 21px;
	top: 16px;
}

#elementErrorContainer #elementErrorClose:hover {
	background: url("/local/templates/dresscodeV2/components/dresscode/sale.basket.basket/new/images/exit.png") 0 -21px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("/local/templates/dresscodeV2/components/dresscode/sale.basket.basket/new/images/exit.png") 0 -42px no-repeat transparent;
}

#elementErrorContainer .close {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #424242;
	width: 140px;
	text-decoration: none;
	margin: 12px;
	font-weight: normal;
	font-size: 16px;
	opacity: 1;
}

#elementErrorContainer .close:hover {
	background: #2b2b2b;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

.orderProps .error {
	border: 1px solid #f00;
}

.orderLoad {
	-webkit-transition: background 0s !important;
	-o-transition: background 0s !important;
	transition: background 0s !important;
	text-indent: 12px;
	opacity: 0.9;
}

.orderLoad img {
	display: none;
}

.wait {
	pointer-events: none;
	position: relative;
}

.wait &gt; * {
	opacity: .4;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.wait:after {
	background: url(/local/templates/dresscodeV2/components/dresscode/sale.basket.basket/new/images/wait.gif) 50% 50% no-repeat;
	position: absolute;
	content: " ";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

#basketProductList .tb {
	text-align: center;
	height: 100%;
}

#basketProductList .tc {
	padding: 12px 30px;
}

.fastBayContainer {
	background: #f9f9f9;
}

.fastBayImg {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
}

.fastBayLabel {
	margin-bottom: 8px;
	font-family: "robotobold";
	font-size: 18px;
	color: #000;
}

.fastBayText {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 15px;
	color: #888;
}

#basketProductList .show-always {
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px;
}

.pv-cartAside #coupon {
	width: 100%;
	margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
	.pv-cartAside #coupon {
		margin-bottom: 0;
	}
}

.pv-cartAside #coupon .couponField {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: #888;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 100%;
	text-align: center;
}

.pv-cartAside #coupon input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	height: 48px;
	border: 0;
}

.pv-cartAside #coupon .couponActivate {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #979797;
	line-height: 48px;
	text-align: center;
	padding: 0 24px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 50%;
}

@media (max-width: 1350px) {
	.pv-cartAside #coupon .couponField {
		width: 100%;
	}
}

@media (max-width: 1350px) {
	.pv-cartAside #coupon .couponActivate {
		padding: 0 12px;
	}
}

@media all and (max-width: 1800px) {
	#basketProductList .product {
		height: 385px;
	}
}

@media all and (max-width: 1400px) {
	#tabsControl .item:first-child {
		display: none;
	}
}

@media all and (max-width: 1250px) {
	.productTable th:nth-child(6),
	.productTable td:nth-child(6) {
		display: none;
	}
}

@media all and (max-width: 1200px) {
	#orderMake {
		width: 190px;
	}
}

@media all and (max-width: 1024px) {
	#basketProductList .product {
		height: 350px;
	}
}

@media all and (max-width: 830px) {
	.productTable th:nth-child(4),
	.productTable td:nth-child(4) {
		display: none;
	}

	.personalInfoLabel {
		padding-left: 36px;
	}
}

@media all and (max-width: 820px) {
	.orderProps td:first-child,
	.personSelect td:first-child {
		display: none;
	}

	.orderProps select,
	.personSelect select {
		margin: 12px auto;
		width: 90%;
	}

	.orderProps input {
		margin: 12px auto;
		width: 90%;
	}

	.orderProps label,
	.personSelect label,
	.orderProps .label {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		margin: auto;
		float: none;
		width: 90%;
	}

	.orderProps textarea {
		margin: 12px auto;
		width: 90%;
	}

	.orderProps td:last-child,
	.personSelect td:last-child {
		padding-right: 0;
	}
}

@media all and (max-width: 700px) {
	#order .orderLine.bottom {
		margin-bottom: 0;
		line-height: 21px;
		padding-top: 24px;
		border-bottom: 0;
		border-right: 0;
		border-left: 0;
	}

	#basketTopLine {
		display: none;
	}

	#basketProductList .productList .item .topSection {
		top: 6px;
		padding: 0 6px;
	}

	#basketProductList .product {
		height: 150px;
	}

	.fastBayImg {
		display: none;
	}

	.fastBayLabel {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.basketQty {
		font-size: 0;
	}
}

@media all and (max-width: 600px) {
	#basketProductList {
		padding-top: 1px;
		overflow-x: scroll;
	}

	.basketQty {
		min-width: 90px;
	}

	.price {
		min-width: 100px;
	}

	.personalInfoLabel {
		padding-left: 24px;
	}
}

@media all and (max-width: 480px) {
	#order .title {
		height: auto;
		line-height: 28px;
		padding: 12px 0;
	}
}

@media all and (max-width: 400px) {
	.personalInfoLabel {
		padding-left: 12px;
	}
}

#newOrder {
	-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;
	border-radius: 4px;
	line-height: 50px;
	margin-top: 24px;
	font-size: 16px;
	display: block;
	color: #fff;
	width: 250px;
	height: 50px;
}

#newOrder:active {
	position: relative;
	top: 1px;
}

#newOrder img {
	vertical-align: middle;
	padding-right: 12px;
	margin-top: -4px;
}

#order {
	display: none;
}

.pv-cart .pv-cartItems .pv-cartItem__row .pv-cartItem__priceInfo .basePriceOneQuantity {
	font-family: "Roboto", serif;
	font-size: 16px;
	text-decoration: line-through;
	text-decoration-color: #ed1c24;
}

@media all and (max-width: 600px) {
	#newOrder {
		margin-right: auto;
		margin-left: auto;
	}
}
/* End */
/* /local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?15702775601382 */
/* /local/templates/dresscodeV2/components/dresscode/sale.basket.basket/new/style.css?174522736914314 */
</pre></body></html>