.filter-toggle {
    display: none;
    clear: both;
}

.filter-toggle-link {
    display: inline-block;
    clear: both;
    margin: 0px auto 25px auto;
    border-bottom: 2px dashed #fd151b;
    cursor: pointer;
    font-size: 18px;
    color: #fd151b;
}

.page{
	margin-top: 50px;
}

.breadcrumbs{
	margin-bottom: 27px;
}

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

.breadcrumbs-list li{
	float: left;
	font-size: 14px;
	margin-right: 43px;
}

.breadcrumbs-list li a{
	color: #000;
	font-size: 14px;
	text-decoration: none;
	position: relative;
}

.breadcrumbs-list li a:hover{
	color: #fd151b;
}

.breadcrumbs-list li a:after{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/arrow1.png) no-repeat;
	width: 13px;
	height: 9px;
	top: 4px;
	right: -22px;
}

.breadcrumbs-list li:last-child a:after{
	display: none;
}

.catalog-item{
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	position: relative;
}

.catalog-item:after{
	content: "";
	display: block;
	width: 0;
	left: 50%;
	transform: translate(-50%,0);
	border-bottom: 1px solid #fd151b;
	position: absolute;
	bottom: -1px;
	transition: all ease .3s;
}

.catalog-item:hover:after{
	width: 100%;
}

.catalog-item__img{
	height: 265px;
	position: relative;
}

.catalog-item__img img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 90%;
	max-width: 90%;
}

.catalog-item__title{
	text-align: center;
	/*padding: 0 20px;*/
	height: 55px;
	overflow: hidden;
}

.catalog-item__title a{
	font-size: 20px;
	text-decoration: none;
	font-weight: 300;
	color: #000;
	line-height: 140%;
}

.catalog-item__title a:hover{
	color: #fd151b;
}

.catalog-item__title span{
	display: table-cell;
	height: 55px;
	vertical-align: middle;
}

.filter-title{
	font-size: 18px;
	color: #041010;
	margin-bottom: 18px;
}

.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute;
	display: block;
	top: 0;
	height: 1px;
	background: #000;
	width: 100%;
}
.irs-line-left {
	left: 0;
	width: 11%;
}
.irs-line-mid {
	left: 9%;
	width: 82%;
}
.irs-line-right {
	right: 0;
	width: 11%;
}
.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}
.irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}
.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}
.irs-slider.type_last {
	z-index: 2;
}
.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}
.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}
.irs-from, .irs-to, .irs-single {
	position: absolute;
	display: block;
	top: 19px;
	left: 0;
	cursor: default;
	white-space: nowrap;
	color: #041010;
	font-size: 14px;
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}
.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0,0,0,0);
	z-index: 2;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	cursor: not-allowed;
}
.irs-disabled {
	opacity: 0.4;
}
.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
.irs {
	height: 30px;
}
.irs-with-grid {
	height: 75px;
}
.irs-line {
	 height: 4px; 
	 top: 6px; 
	 width: 100%;
}
.irs-bar {
	height: 1px;
	top: 6px;
	background: #fd151b;
}
.irs-bar-edge {
	height: 2px;
	top: 13px;
	width: 14px;
	border-right: 0;
	background: #ce3030;
}
.irs-shadow {
	height: 2px;
	top: 38px;
	background: #000;
	opacity: 0.3;
		 border-radius: 5px;
	-moz-border-radius: 5px;
}
.irs-slider {
	top: -3px;
	width: 18px;
	height: 18px;
	background: #fad21a;
	cursor: pointer;
	border-radius: 50%;
	margin-right: -3px;
}
.irs-min, .irs-max {
	color: #333;
	font-size: 12px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 5px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	display: none;
}

.filter{
	margin-bottom: 40px;
	position: relative;
}

.show{
	position: absolute;
	display: block;
	background: #000;
	color: #fff;
	width: 118px;
	padding: 6px 0 8px;
	line-height: 140%;
	border-radius: 21px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	right: -30px;
	z-index: 2;
}

.show span{
	display: block;
	text-decoration: underline;
}

.checkbox2{
	margin-bottom: 12px;
}

.checkbox2 input{
	display: none;
}

.checkbox2 label{
	cursor: pointer;
	font-size: 14px;
	color: #041010;
}

.checkbox2 label span{
	display: block;
	float: left;
	width: 41px;
	height: 21px;
	background: #fad21a;
	border-radius: 10.5px;
	margin: -2px 13px 0 0;
	position: relative;
	transition: all ease .3s;
}

.checkbox2 label span:after{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 15px;
	background: #fff;
	left: 4px;
	top: 3px;
	border-radius: 7.5px;
	transition: all ease .3s;
}

.checkbox2 input:checked + label span{
	background: #fd151b;
}

.checkbox2 input:checked + label span:after{
	transform: translate(67%, 0);
}

.filter-btn{
	padding: 0 30px;
}

.filter-list__title{
	height: 70px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	line-height: 70px;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.filter-list__title i{
	float: left;
	margin: 27px 14px 0 0;
}

.filter-list,
.subcats{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
}

.subcats{
	margin: 40px 0;
}

.filter-list li,
.subcats li{
	margin-bottom: 8px;
}

.filter-list li.active,
.subcats li.active{
	display: block;
}

.filter-list li.active ul li{
	display: block;
}

.filter-list li ul.filter-list{
	display: none;
}

.filter-list li.active ul.filter-list{
	margin: 10px 0 10px 15px;
	display: block;
}

.filter-list li.active ul.filter-list > li > a{
	color: #000;
	font-size: 15px;
}

.filter-list li.active ul.filter-list ul.filter-list{
	margin: 15px 0 15px 15px;
	display: block;
}

.filter-list li.active ul.filter-list ul.filter-list a{
	color: #000;
	font-size: 15px;
}

.filter-list li a,
.subcats li a{
	text-decoration: none;
	color: #000;
}

.filter-list li a:hover,
.filter-list li.active ul.filter-list ul.filter-list a:hover,
.filter-list li.active a:hover,
.subcats li a:hover{
	color: #fd151b;
}

.filter-list li.active a,
.subcats li.active a{
	color: #fad21a;
}

.sort{
	margin-bottom: 19px;
}

.sort span{
	margin-right: 15px;
	font-size: 18px;
	display: inline-block;
}

.sort .jq-selectbox{
	width: 200px;
	z-index: 3 !important
}

.sort .jq-selectbox__select{
	background: none;
	width: 200px;
	padding-left: 0;
}

.sort .jq-selectbox__trigger{
	display: none;
}

.sort a{
	font-size: 18px;
	color: #fd151b;
	text-decoration: none;
	border-bottom: 2px dashed #fd151b;
	padding-right: 17px;
	padding-bottom: 3px;
	position: relative;
}

.sort .jq-selectbox__select-text{
	font-size: 18px;
	color: #fd151b;
	text-decoration: none;
	border-bottom: 2px dashed #fd151b;
	padding-right: 17px;
	padding-bottom: 3px;
	position: relative;
	display: inline-block;
	width: auto !important;
	line-height: 100%;
	padding-top: 10px;
}

.sort a:after,
.sort .jq-selectbox__select-text:after{
	content: "";
	display: block;
	background: url(../images/top.png) no-repeat;
	width: 9px;
	height: 13px;
	position: absolute;
	right: 2px;
	top: 13px;
}

.sort a.active:after{
	transform: rotate(180deg);
}

.tag-hit{
	background: url(../images/tag-hit.png) no-repeat;
	width: 47px;
	height: 47px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 11px;
	right: 9px;
}

.pagination{
	margin: 60px 0 60px;
}

.pagination-list{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.pagination-list li{
	display: inline-block;
}

.pagination-list li a{
	color: #000;
	font-size: 16px;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.pagination-list li a.active,
.pagination-list li a:hover{
	text-decoration: none;
}

.pag-prev,
.pag-next{
	background: #fad21a;
	border-radius: 50%;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
}

.pag-prev{
	background-image: url(../images/arr-left.png);
}

.pag-next{
	background-image: url(../images/arr-right.png);
}

.pag-prev:hover,
.pag-next:hover{
	background-color: #fd151b;
}

.product-img{
	width: 44.14414414414414%;
	float: left;
}

.product-view{
	height: 455px;
	position: relative;
	margin-bottom: 15px;
}

.product-view img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
}

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

.product-img__item{
	height: 106px;
	border-bottom: 1px solid #000;
	cursor: pointer;
	position: relative;
}

.product-img__item img{
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.product-img__item.active{
	border-bottom: 1px solid #fd252b;
}

.tag-hit2{
	background: url(../images/tag-hit.png) no-repeat;
	width: 47px;
	height: 47px;
	position: absolute;
	z-index: 2;
	top: 17px;
	left: 22px;
}

.product-desc__left{
	float: left;
	width: 52.223%;
}

.product-desc__text{
	font-size: 16px;
	margin-bottom: 10px;
}

.product-desc__text a{
	color: #fd151b;
}

.product-desc__text a:hover{
	text-decoration: none;
}

.product-desc{
	width: 48.64864864864865%;
	float: right;
	margin-top: 30px;
	padding-left: 30px;
}

.product-desc__right{
	width: 190px;
	float: left;
}

.product-price{
	font-size: 48px;
	margin-bottom: 15px;
	margin-top: -25px;
	text-align: right;
}

.product-desc__right .button-cart{
	width: 160px;
	float: none;
	display: block;
	text-align: center;
}

.fast-order {
	width: 160px;
	text-align: right;
}

.fast-order a{
	color: #fd151b;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 2px dashed #fd151b;
	display: inline-block;
}

.product-desc__row{
	margin-bottom: 15px;
}

a.add-compare__link{
	position: relative;
	color: #071214;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 2px dashed #071214;
}

a.add-compare__link:hover,
.fast-order a:hover{
	border-color: transparent;
}

.page .block-title{
	margin-bottom: 37px;
}

.product-desc__list{
	padding: 0;
	list-style: none;
	max-width: 426px;
	margin: 50px 0 20px 0;
}

.product-desc__list li{
	margin-bottom: 12px;
	position: relative;
}

.product-desc__list li:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: 2px dashed #d2d2d2;
	bottom: 4px;
}

.product-desc__list li span{
	position: relative;
	z-index: 2;
}

.product-desc__list li span:first-child{
	background: #fff;
	padding-right: 15px;
}

.product-desc__list li span:last-child{
	float: right;
	display: block;
	background: #fff;
	padding-left: 15px;
}

.toggle-btn{
	width: 205px;
}

.toggle-text{
	margin: 0;
	display: none;
}

.info-item{
	text-align: center;
	margin: 35px 0 0 0;
}

.info-item span{
	display: block;
}

.info-item__img{
	height: 60px;
}

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

.info-list li{
	margin-bottom: 10px;
}

.info-icon1{
	background: url(../images/info-icon1.png) no-repeat;
	width: 16px;
	height: 18px;
	display: block;
	float: left;
	margin-right: 10px;
}

.info-icon2{
	background: url(../images/info-icon2.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	margin-right: 10px;
}

.info-icon3{
	background: url(../images/info-icon3.png) no-repeat;
	width: 18px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 10px;
}

.text-section{
	background: #fcfbf4;
	padding: 50px 0 30px;
	margin: 40px 0;
}

.text-section .text{
	margin: 0;
}

.product-carousel .owl-carousel .owl-nav.disabled{
	display: block !important;
}

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

.block-title2{
	margin-bottom: 50px;
}

.product-carousel{
	position: relative;
	margin-bottom: 60px;
}

.product-carousel .owl-nav,
.benefits-slider .owl-nav,
.compare-slider .owl-nav{
	position: absolute;
	right: 0;
	top: -100px;
	display: block !important;
}

.catalog-title{
	font-size: 24px;
	overflow: hidden;
	height: 67px;
}

.catalog-title i{
	float: left;
}

.tools-icon2{
	display: block;
	background: url(../images/tools-icon.png) no-repeat;
	width: 36px;
	height: 30px;
	margin-right: 20px;
}

.overall-icon2{
	display: block;
	background: url(../images/overall-icon.png) no-repeat;
	width: 36px;
	height: 36px;
	margin: -4px 20px 0 0;
}

.catalog-list{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 57px;
}

.catalog-list li{
	margin-bottom: 5px;
}

.catalog-list li a{
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

.catalog-list li a:hover{
	color: #fd151b;
}

.cart-title{
	margin-bottom: 60px;
}

.cart-title .block-title{
	float: left;
}

.cart-steps{
	float: right;
	margin: 0;
	padding: 0;
	list-style:none;
	margin-top: 15px;
}

.cart-steps li{
	float: left;
	margin-left: 40px;
	position: relative;
	opacity: .3;
	color: #041010;
	font-size: 18px;
}

.cart-steps li.active{
	opacity: 1;
}

.cart-steps li:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/arrow1.png);
	width: 13px;
	height: 9px;
	right: -26px;
	top: 7px;
}

.cart-steps li:last-child:before{
	display: none;
}

.cart-steps li a{
}

.cart-product__title *{
	float: left;
	font-size: 18px;
	color: #041010;
	opacity: .5
}

.cart-product__title-name{

}

.cart-item__img{
	width: 130px;
	height: 135px;
	float: left;
	position: relative;
}

.cart-item__img img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}

.cart-item{
	border-top: 1px solid #071f23;
	border-bottom: 1px solid #fad21a;
	height: 136px;
	position: relative;
	box-shadow: 0 1px 14px rgba(0,0,0,.1);
	margin-top: 20px;
}

.col-8{
	width: 66.668%;
	float: left;
	padding: 0 15px;
}

.cart-item__name{
	width: 245px;
	float: left;
	color: #041010;
	font-size: 18px;
	line-height: 130%;
	padding-right: 20px;
}

.vert-align{
	height: 136px;
	display: table-cell;
	vertical-align: middle;
	max-width: 241px;
	overflow: hidden;
}

.cart-item__price{
	width: 95px;
	float: left;
	color: #041010;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
}

.cart-item__price .vert-align{
	width: 95px;
}

.cart-item__count{
	float: left;
	width: 110px;
	text-align: center;
}

.cart-item__count .vert-align{
	width: 110px;
}

.spinner{
	display: inline-block;
}

.spinner a{
	display: inline-block;
	cursor: pointer;
}

.spinner a.down{
	background: url(../images/minus-icon.png) no-repeat;
	width: 9px;
	height: 3px;
	float: left;
	margin-top: 15px;
}

.spinner input{
	width: 34px;
	height: 34px;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	border: none;
	float: left;
	margin: 0 10px;
	text-align: center;
	font-family: 'FuturaFuturisC';
}

.spinner a.up{
	background: url(../images/plus-icon.png) no-repeat;
	width: 10px;
	height: 9px;
	float: left;
	margin-top: 13px;
}

.cart-item__summ{
	width: 140px;
	float: left;
	color: #071f23;
	font-size: 20px;
	text-align: center;
}

.cart-item__summ .vert-align{
	width: 140px;
}

.cart-item__remove{
	display: inline-block;
	background: url(../images/remove-icon.png);
	width: 11px;
	height: 11px;
	position: absolute;
	top: 17px;
	right: 16px;
	z-index: 2;
}

.cart-product__title-name{
	margin-left: 130px;
	width: 248px;
}

.cart-product__title-price{
	width: 95px;
	text-align: center;
}

.cart-product__title-count{
	width: 110px;
	text-align: center;
}

.cart-product__title-summ{
	width: 140px;
	text-align: center;
}

.cart{
	margin-top: 20px;
}

.cart-total{
	background: #fad21a;
	padding: 35px 25px;
	margin-top: 40px;
}

.cart-total__row{
	margin-bottom: 10px;
	font-size: 18px;
}

.cart-total__row span{
	float: right;
}

.cart-total__btn{
	margin-top: 73px;
	text-align: center;
}

.cart-total__btn .button2{
	display: inline-block;
	margin-bottom: 15px;
}

.cart-total__btn .button-cart{
	float: none;
	display: inline-block;
	background: #fd151b;
	color: #fff;
}

.cart-total__btn .button-cart:after{
	background-position: -0px -264px;
}

.cart-total__btn .button-cart:before{
	background: #000;
}

.cart-btns{
	margin-top: 34px;
}

.cart-clear{
	float: right;
	color: #fd151b;
	font-size: 16px;
	text-decoration: none;
	font-weight: 300;
	position: relative;
	padding-right: 21px;
	margin-top: 10px;
}

.cart-clear:hover{
	text-decoration: underline;
}

.cart-clear:after{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/remove-icon.png) no-repeat;
	width: 11px;
	height: 11px;
	right: 0;
	top: 5px;
}

.cart{
	margin-bottom: 100px;
}

.cart-login__title{
	font-size: 18px;
	margin-bottom: 30px;
}

.cart-login__row{
	margin-bottom: 23px;
}

.cart-login__btn .button3{
	width: 190px;
}

.cart-registration{
	padding-left: 80px;
	padding-top: 75px;
}

.cart-registration .input{
	background: #f7f7f7;
	width: 300px;
}

.cart-registration__row{
	margin-bottom: 23px;
}

.cart-registration__row .button3{
	width: auto;
}

.panel-title{
	font-size: 30px;
	color: #041010;
	position: relative;
	margin-bottom: 70px;
}

.panel-title:before {
	content: "";
	display: block;
	position: absolute;
	width: 160px;
	border-bottom: 1px solid #fd151b;
	bottom: -20px;
	left: 0;
}

.checkout-row label{
	font-size: 18px;
}

.checkout-row .checkbox2 span{
	margin-top: 0;
}

.checkout-row{
	margin-bottom: 15px;
}

.checkout-row__link{
	padding-left: 56px;
	margin-top: 30px;
}

.checkout-row__link a{
	font-size: 18px;
	color: #fd151b;
}

.checkout-row__link a:hover{
	text-decoration: none;
}

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

.profile-menu li a{
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	text-decoration: none;
	padding-left: 30px;
	color: #000;
	display: block;
	position: relative;
}

.profile-menu li{
	border-top: 1px solid #000;
}

.prof-icon4, .prof-icon3, .prof-icon2, .prof-icon1
{ display: inline-block; background: url(../images/prof-sprite.png) no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.prof-icon4 { background-position: -0px -0px; width: 19px; height: 19px; }
.prof-icon3 { background-position: -0px -19px; width: 17px; height: 19px; }
.prof-icon2 { background-position: -0px -38px; width: 16px; height: 19px; }
.prof-icon1 { background-position: -0px -57px; width: 15px; height: 19px; }

.profile-menu li a:hover,
.profile-menu li.active a{
	color: #fd151b;
}

.profile-menu li a i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);

}

.profile-menu li a:hover i,
.profile-menu li.active a i{
	background-image: url(../images/prof-sprite2.png);
}

.profile{
	margin-bottom: 100px;
}

.profile-info__row{
	margin-bottom: 35px;
}

.profile-info__row label{
	float: left;
	display: block;
	width: 190px;
	padding-right: 30px;
	font-size: 20px;
}

.profile-info__text{
	width: 255px;
	float: left;
	height: 42px;
}

.profile-info__text span{
	font-size: 20px;
}

.profile-info__input{
	display: none;
}

.profile-info__btn a{
	font-size: 16px;
	color: #fad21a;
	cursor: pointer;
	text-decoration: underline;
}

.profile-info__btn a.active{
	color: #fd151b;
}

.profile-info__text .input{
	background: #f7f7f7;
	margin-left: -25px;
	width: 250px;
	margin-top: -10px;
}

.order-table{
	overflow: auto
}

.order-table table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.order-table table thead td{
	height: 80px;
	background: #fcfbf4;
	font-size: 16px;
	border-right: 1px solid #e3e2dc;
}

.order-table table thead td:first-child,
.order-table table tbody td:first-child{
	border-left: 1px solid #e3e2dc;
}

.order-product__date{
	opacity: .2;
	margin-top: 5px;
}

.order-table table tbody td{
	padding: 30px 20px;
	vertical-align: top;
	border-right: 1px solid #e3e2dc;
}

.order-table table tbody tr{
	border-bottom: 1px solid #e3e2dc;
}

.order-product__col{
	width: 315px;
}

.order-product{
	text-align: left;
	margin-bottom: 5px;
}

.order-product__text{
	float: left;
	width: 80%;
	line-height: 140%;
}

.order-product span{
	float: right;
}

.change-pass .input{
	background: #f7f7f7;
	border: 1px solid transparent;
	width: 300px;
}

.change-pass .input:focus{
	border-color: #000;
}

.change-pass__row{
	margin-bottom: 20px;
}

.input::-webkit-input-placeholder {color:#d1d1d1;}
.input::-moz-placeholder          {color:#d1d1d1;}
.input:-moz-placeholder           {color:#d1d1d1;}
.input:-ms-input-placeholder      {color:#d1d1d1;}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current-{
	background: #000 !important;
	color: #fff !important;
}

.podskazka{
    float: right;
    background: #000 url(/assets/images/question-mark.png) no-repeat center center;
    color: #FFF;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 22px;
    position: relative;
}
.podskazka:hover:after{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 0%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 200px;
}
.podskazka:hover:before{
    border: solid;
    border-color: #000 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 20%;
    position: absolute;
    z-index: 99;
	line-height: 20px;
}
.main-search .search-drop {
    position: absolute;
    width: 100%;
    left: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 35px 0 0 0;
    background: #fff;
    border-bottom: 1px solid #000;
    top: 60px;
    display: none;
	font-size: 16px;
	z-index: 99;
}