@font-face {
	font-family: corki;
	src: url('fonts/corki-webfont.eot');
	src: local('?'), url('fonts/corki-webfont.woff') format('woff'), url('fonts/corki-webfont.ttf') format('truetype'), url('fonts/corki-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear { 
	clear: both; 
	height: 0; 
	overflow: hidden; 
	font-size: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.bx-basket.bx-opener{
	display: inherit;
}
.product_size{
	margin-bottom: 5px;
}
.image2{
	display: none;
}
.product__image-wrap:hover .image2{
	display: block;
}
.product__image-wrap:hover .image1{
	display: none;
}
.product__delivery .tab-panel__tab{
	text-align: center;
}
.product__image-wrap{
	height: 450px;
}
.product {
    height: auto;
}

.nav_catalog {
	text-align: right;
	display: block;
}
.navigation-pages a,
.navigation-pages .nav-current-page {
	padding: 0 2px;
	margin: 0 7px;
	color: #19181d;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-decoration: none;
}
.navigation-pages a:hover {
	border-bottom: 1px solid #19181d;
}
.navigation-pages .nav-current-page {
	border-bottom: 1px solid #19181d;
}
.pagination_arrow {
	position: relative;
    height: auto;
    width: auto;
	display: inline-block;
	vertical-align: middle;
    cursor: pointer;
	float: none;
}
.pagination_arrow:after {
	margin-right: 7px;
    display: block;
    content: "";
    height: 7px;
    width: 7px;
    border: 1px solid #19181d;
    border-width: 1px 0 0 1px;
    transform: rotate(-45deg);
    transition: all .2s ease-out;
}
.pagination_arrow.next_page:after {
	margin: 0 0 0 7px;
    border-width: 0 1px 1px 0;

}

.nav-current-page


.column-wrapper--middle-border:after {
	display: none;
}
.bx-auth {
	padding: 0 35px;
}
.bx-auth-title {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.table-auth {
    width: 100%;
}
.bx-auth-registr {
	border-right: 1px solid black;
}
.bx-auth-label {
    width: 180px;
    padding-right: 20px;
}
.table-auth tr td {
	padding-bottom: 10px;
}


.scroll_top {
	position: fixed;
	width: 70px;
	height: 70px;
	padding: 10px;
	right: 20px;
	top: 70px;
	display: none;
	text-align: center;
	color: black; font-size: 14px;
	cursor: pointer;
	background-color: rgba(255,255,255,.45);
}
.scroll_top img {
	margin-bottom: 10px;
}


@media (max-width: 1223px) {
	.page-header__logo-area {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 959px) {
	
	.wrapper {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.small_ninja {
	    display: none !important;
	}

	.catalog_wrapper {
		
	}
	.masonry__item {
		width: 33.3%;
	}
	.product__image-wrap {
		height: auto !important;
	}
	
	.nav_catalog {
		background: none;
	}
	
	footer .subscribe-form .subscribe-form__submit.small_ninja {
		display: block !important;
	}
	
	.bx-auth-title {
		color: #aaa;
		text-align: left;
		padding: 0 25px;
		cursor: pointer;
	}
	.bx-auth-title.registr {
		text-align: right;
		position: relative;
	}
	.bx-auth-title.registr:after {
		position: absolute;
		right: -5px; top: 0;
		color: black;
		content: '/';
	}
	.bx-auth-title.active {
		color: black;
	}
	.bx-auth-registr {
		border: none;
	}
	.bx-auth.none {
		display: none;
	}
	.bx-auth {
	    max-width: 480px;
	    margin: 0 auto;
	    float: none;
	    padding: 0;
	}
	
}	


@media (max-width: 767px) {
	
	.scroll_top  {
		display: none !important;
	}
	
	
	.masonry__item.product {
		padding-left: 5px;
		padding-right: 5px;
	}
	.product__image-wrap {
		margin-bottom: 5px;
	}
	.product__name {
		font-size: 12px;
	}
	.product__price {
		font-size: 11px;
	}
	
	.nav_catalog {
		text-align: center;
	}
	
	.slick--prod-main {
		display: none;
	}
	.slick--product-mobile {
		max-width: 400px;
		margin: 0 auto 10px;
	} 
	
	footer .address-list__address br {
		display: none;
	}
	footer .subscribe-form .subscribe-form__submit.small_ninja {
		display: none !important;
	}
}	


@media (max-width: 639px) {
	.catalog_wrapper {
	    max-width: 500px;
	    margin: 0 auto;
	}
	.masonry__item {
	    width: 50%;
	    max-width: 250px;
	}
	
	.bx-auth-title {
		font-size: 22px;
	}
	
}

@media (max-width: 480px) {
	
	.navigation-pages a, .navigation-pages .nav-current-page {
		margin: 0 5px;
	}
	
	.bx-auth-title {
		padding: 0 15px;
	}
	.bx-auth-title.registr:after {
		font-size: 18px;
		top: 2px;
	}
}


	
@media (max-width: 400px) {
	
	.bx-auth-title {
	    font-size: 20px;
	    text-transform: none;
	}
	.bx-auth-title.registr:after {
		font-size: 16px;
		top: 4px;
	}
	.bx-auth-label {
	    width: 151px;
	    padding-right: 15px;
	}
}