
/* Шрифты */
@font-face {
	font-family: 'PF DinDisplay Pro Thin';
	src: url('../fonts/PFDinDisplayPro/PFDINDISPLAYPRO-THIN.TTF');
}

@font-face {
	font-family: 'PF DinDisplay Pro Regular';
	src: url('../fonts/PFDinDisplayPro/PFDINDISPLAYPRO-REG.TTF');
}
@font-face {
	font-family: 'Segoe Print';
	src: url('../fonts/SegoePrint.ttf');
}

body {
    font-family: 'PF DinDisplay Pro Regular';
}



/* Хэдер */
#header {
	position: relative;
	z-index: 1;
}
.top-band {
	height: 39px;
	background: #404353 url("../img/bg-jeans.png");
	position: relative;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 4px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 4px 8px 0px rgba(0, 0, 0, 0.5);
	
	z-index: 10001;
}
.top-band:after {
	position: absolute;
	top: 31px;
	content: " ";
	background: url("../img/border-jeans-dashed.png");
	height: 8px;
	width: 100%;
}

.top-band[data-mobile="true"] {
	height: 20px;
}
.top-band[data-mobile="true"]:after {
	top: 17px;
}



/* Верхнее меню */
#header .top-menu {
	height: 105px;
	background: #845045 url("../img/bg-brown-2.png");
}

.logo {
	display: table;
	background: #404353 url("../img/bg-jeans.png");
	
	margin-top: -15px;
	
	
	-webkit-box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.86);
	-moz-box-shadow:    4px 6px 8px 0px rgba(0, 0, 0, 0.86);
	box-shadow:         4px 6px 8px 0px rgba(0, 0, 0, 0.86);

	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	
	z-index: 10000;
}
.logo img {
	
	padding: 5px 10px;
	margin: 5px;
	margin-top: 0;
	padding-top: 20px;
	
	border: #92949e dashed 1px;
	border-top: 0px;

	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
}
.logo:hover > img {
	padding-top: 30px;
}

.phone {
	font-size: 36px;
	color: #fff;
	
    font-family: 'PF DinDisplay Pro Thin';
}


/** Корзина **/
a.basket-active  {
	color: #ff8f00 !important;
}
a.basket-inactive:hover  {
	color: #fff !important;
	cursor: default !important;
	text-decoration: none !important;
}
.basket-active:after {
	width: 35px;
	height: 29px;
	display: inline-block;
	content: ' ';
	background: url("../img/ico/basket-active.png");
}
.basket-inactive:after  {
	width: 35px;
	height: 29px;
	display: inline-block;
	content: ' ';
	background: url("../img/ico/basket-inactive.png");
}
 .num-purchase{
	background-color: rgba(0,0,0,0.4);
	color: #ff8f00;
	padding: 4px;
	padding-right: 5px;
	border-radius: 5px;
	font-weight: bold;
	position: absolute;
	
	right: 0;
}
.basket-active .num-purchase {
	display: inline;
}
.basket-inactive .num-purchase {
	display: none;
}

.num-purchase.mobile-purchase {
	padding: 2px 3px;
	border-radius: 2px;
	top: -3px;
	right: -11px;
	/*color: #fedeb6;*/
}





/* Поиск */
.form-inline-my label {
	display: table;
	margin-bottom: 15px;
}

.promocode-input {
	display: table;
	position: relative;
    border-collapse: separate;
}
.promocode-input input {
	display: table-cell;
	border: 1px solid #fff;
	border-right: 0;
	width: 100%;
	float: left;
	padding: 5px;
	font-size: 1em;
	color: #fff;
}
.promocode-input > .btn-input {
	color: #845045;
	display: table-cell;
	
	top: 0;
	
	font-size: 1em;
	border: 1px solid #fff;
	border-left: 0;
	
	cursor: pointer;
	vertical-align: middle;
	padding: 0 6px;
	
	line-height: 1px;
    white-space: nowrap;
    width: 1%;
    
    background-color: #fff;
}





/* Баннер */

#main-banner {
	position: relative;
}

#main-banner img {
	width: 100%;
}


/* Описание на главной */
#main-description {
	height: 191px;
	background: #404353 url("../img/bg-jeans.png");
	position: relative;
}

#main-description:before {
	position: absolute;
	content: " ";
	background: url("../img/border-jeans-dashed.png");
	height: 8px;
	width: 100%;
}
#main-description:after {
	position: absolute;
	top: 183px;
	content: " ";
	background: url("../img/border-jeans-dashed.png");
	height: 8px;
	width: 100%;
}
#main-description table {
	width: 100%;
	color: #fff;
	margin-top: 15px;
}
#main-description table td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	font-family: "Segoe Print";
}
.bull {
	font-size: 22px;
	color: #ff832d;
}


/* Категории */

ul.subcatalog {
	margin: 0 auto;
	padding-left:15px;
	list-style: url("../img/ico/arr.png");
	text-align: left;
	width: 200px;
	list-style-position: outside;
}
ul.subcatalog > li {
	padding-top: 7px;
}
ul.subcatalog > li a {
	color: #000;
	position:relative; 
	top:-2px;
	font-size: 16px;
}



/* Категории */
.catalog-delimeter {
	width: 90%;
	background-color:#875449; 
	color: #875449; 
	border: none; 
	height: 1px;
}
.catalog-delimeter:last-child {
	display: none;
}



/* Футер */
#footer {
	background: #404353 url("../img/bg-jeans.png");
}

#footer:before {
	content: " ";
	background: url("../img/border-jeans-dashed.png");
	height: 8px;
	width: 100%;
}




/* Ссылки */
a.link-white {
	color: #fff; 
	margin: 0 5px; 
	text-decoration: none;
}
a.link-white:hover {
	color: #96a1da;
	text-decoration: underline;
}


/* Список в футере */
.list-link-white {	
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style: none;
}
.list-link-white li {
	padding-top: 5px;
}
.list-link-white li a {
	color: #fff; 
	margin: 0 5px; 
	text-decoration: none;
}
.list-link-white li a:hover {
	color: #ff8f00;
	text-decoration: underline;
}


/* Социальные сети */
#block-social {
	height: 63px;
	margin: 5px 0;
	background: #f18009 url("../img/bg-orange-2.png");
	position: relative;
}


#block-social:before {
	position: absolute;
	top: 3px;
	content: " ";
	background: url("../img/border-orange-dashed.png");
	height: 3px;
	width: 100%;
}
#block-social:after {
	position: absolute;
	top: 57px;
	content: " ";
	background: url("../img/border-orange-dashed.png");
	height: 3px;
	width: 100%;
}

.rights-info  {
	margin: 0 auto; 
	display: table;
	padding-top: 90px;
	padding-bottom: 20px;
}
.rights-info span {
	color: #fff; 
	padding: 0 5px;
}




/* breadcrumb */

.breadcrumb {
	background: #fff;
	color: #888;
	padding: 8px 0;
	/*margin: 0;*/
	margin-bottom: 0;
	padding-top: 15px;
}
.breadcrumb span.active a {
	color: #888;
	text-decoration: underline;
}
.breadcrumb span.active a:hover {
	color: #ff8f00;
}

.breadcrumb span.inactive a {
	color: #888;
	text-decoration: none;
	cursor: default;
}
.breadcrumb span.active a:hover {
	color: #888;
}

.breadcrumb span.active:after {
	content: '»';
}


/* breadcrumb */

.block-characteristics td {
	font-weight: bold;
}

.carousel-preload-style{
	height:300px;
	overflow:hidden;
}

#main-categories {
	margin: 20px 0;
}






/*****************************/
.handler-list-style {
	font-size: 18px;
	margin: -2px 3px;
	position: relative;
	top: 4px;
}
.handler-list-style[data-active="true"] {
	color: #000;
}
.handler-list-style[data-active="false"] {
	cursor: pointer;
	color: #97938d;
}
.handler-list-style[data-active="false"]:hover {	
	color: #585858;
}



/* Flex */
.flex {
	display: -webkit-box;		
	display: -ms-flexbox;
	display: flex;
	
}

.flex-align-end {	
	-webkit-box-align: end;		
	    -ms-flex-align: end;		
	        align-items: flex-end;	
}
.flex-wrap {	
-webkit-flex-wrap: wrap;	
	-ms-flex-wrap:wrap;		
	    flex-wrap:wrap;	
}

.flex-justify-center {	
	-webkit-box-pack: center;		
	    -ms-flex-pack: center;		
	        justify-content: center;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
	
	.col-xs-6 {
		width: 49%;
	}
	@media (min-width: 768px) {
		.col-sm-6 {
			width: 49%;
		}
	}
	@media (min-width: 992px) {
		.col-md-3 {
			width: 24%;
		}
	}
	
}






.label-purple {
	background: #ff8f00;
	padding: 4px 8px;
	border-radius: 10px;
	font-size: 18px;
	display: table;
}

#overlay {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
	-o-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=0.2);
	z-index: 1000;
}

.font-callback {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}
.font-callback:hover {
	color: #434658;
}

.link-site {
	margin: 0 5px;
}

.link-site.active {
	color: #ff8f00;
	font-weight: bold; 
	font-size: 16px;
}

.link-site.inactive {
	color: #ccc;
	text-decoration: underline;
}



[data-wait=true]:after {
	content: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/h1CdWlsdCB3aXRoIEdJRiBNb3ZpZSBHZWFyIDQuMAAh/hVNYWRlIGJ5IEFqYXhMb2FkLmluZm8AIfkECQoAAAAsAAAAABAAEAAAAzMIutz+MMpJaxNjCDoIGZwHTphmCUWxMcK6FJnBti5gxMJx0C1bGDndpgc5GAwHSmvnSAAAIfkECQoAAAAsAAAAABAAEAAAAzQIutz+TowhIBuEDLuw5opEcUJRVGAxGSBgTEVbGqh8HLV13+1hGAeAINcY4oZDGbIlJCoSACH5BAkKAAAALAAAAAAQABAAAAM2CLoyIyvKQciQzJRWLwaFYxwO9BlO8UlCYZircBzwCsyzvRzGqCsCWe0X/AGDww8yqWQan78EACH5BAkKAAAALAAAAAAQABAAAAMzCLpiJSvKMoaR7JxWX4WLpgmFIQwEMUSHYRwRqkaCsNEfA2JSXfM9HzA4LBqPyKRyOUwAACH5BAkKAAAALAAAAAAQABAAAAMyCLpyJytK52QU8BjzTIEMJnbDYFxiVJSFhLkeaFlCKc/KQBADHuk8H8MmLBqPyKRSkgAAIfkECQoAAAAsAAAAABAAEAAAAzMIuiDCkDkX43TnvNqeMBnHHOAhLkK2ncpXrKIxDAYLFHNhu7A195UBgTCwCYm7n20pSgAAIfkECQoAAAAsAAAAABAAEAAAAzIIutz+8AkR2ZxVXZoB7tpxcJVgiN1hnN00loVBRsUwFJBgm7YBDQTCQBCbMYDC1s6RAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P4wykmrZULUnCnXHggIwyCOx3EOBDEwqcqwrlAYwmEYB1bapQIgdWIYgp5bEZAAADsAAAAAAAAAAAA=');
	position: absolute;
	margin-left: 30px;
}
