.bf-page .main-column > div + div, .bf-page > div + div{
	margin-top: 40px;
}

.bf-page .box_product .layout-container-box {
    height: 313px;
}

body.blackfriday-layout .custom-template .banner-right, 
body.blackfriday-layout .custom-template .banner-left{
	margin-top: 900px;
}
#footer_link{
	position: relative;
	z-index: 20;
}

.banner-background + .container-recess + .bx-wrapper:after{
	content: "";
	display: block;
	position: absolute;
	margin-top: -20px;
	margin-left: 20px; 
	width: 100%; 
	height: 120%; 
	top: 0px; 
	left: 100%;	
}
.banner-background + .container-recess + .bx-wrapper:before{
	content: "";
	display: block;
	position: absolute;
	margin-top: -20px;
	margin-right: 20px; 
	width: 100%; 
	height: 120%; 
	top: 0px; 
	right: 100%; 
}

.categories-gifts{
	margin: -10px;
}
.categories-gifts:after{
	content: "";
	display: block;
	clear: both;
}
.categories-gifts > .conteiner{
	float: left;
	width: 33.33%;
	height: 222px;
	padding: 10px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}
.categories-gifts > .conteiner > div{
	border: 1px solid #ECECEC;
	padding: 8px;
	height: 202px;
    box-sizing: border-box;
}
.categories-gifts > .conteiner > div:after{
	content: "";
	display: block;
	clear: both;
}
.categories-gifts > .conteiner > div > img{
	float: left;
}
.categories-gifts > .conteiner > div > div{
	overflow: hidden;
	padding-left: 8px;
}

.categories-gifts > .conteiner .title{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px; 
}

@media only screen
and (max-width: 1200px){
	.categories-gifts > .conteiner{
		width: 50%;
	}
	.categories-gifts > .conteiner:last-child{
		display: none;
	}
}

.category_name{
	font-size:14px;
}
