

.bx-catalog-collection-section-filter {
	display:flex;
	flex-wrap: wrap;	
}
.bx-catalog-collection-section-filter .bx-items {
	display:flex;
	flex-wrap: wrap;
}

.bx-catalog-collection-section-filter .bx-block {
	display:flex;
	flex-wrap: wrap;
	margin: 0px 0px 0px 30px
}

.bx-catalog-collection-section-filter .bx-item {
	margin: 0px 0px 0px 8px
}

.bx-catalog-collection-section-filter .bx-block:first-child{
	margin:0px;
}

@media (min-width:992px){
	
}


.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.collection-detail_img {
	max-height: 750px;
}
.inner .search-send {
	margin-top: 0 !important;
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
.back a:hover {
	text-decoration: none;
	color: #CABA9E;
}
.back .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.back a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.collection-detail-slider {
	max-height: 695px;
	overflow: hidden;
}
@media(max-width: 950px) {
	body .collection__catalog-item {
		height:  400px;
	}
}
@media(max-width: 500px) { 
	.collection-detail-slider {
		height: auto;
	}
	.back {
		margin: 40px 0 0;
	}
}
.catalog__item-cart {
	justify-content: flex-start;
}
.catalog__item-desc {
	height: auto;
	min-height: 10%;
}
.arr-wrap {
	padding-left: 2px;
	 position: absolute;
    left: 40px;
    right: auto;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 1;
}
.arr-wrap img {
	filter: invert(.8) !important;
}
.arr-wrap:last-child {
	right: 40px !important; 
	left: auto;
}
.arr-wrap img {
	left: 0 !important;
	right: 0 !important;
}
.arr-wrap:last-child img {
	margin-left: -3px;
}
.arr-wrap:first-child img {
	margin-left: 3px;
}
.catalog__item-img a {
	width: 100%;
	max-height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.new-collection-detail-page .collection__catalog-item .catalog__item-img.response-img.contain img {
	max-height: 300px;
}
.collection-fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.collection-fl>* {
	margin: 0 10px;
}
.collection-fl a {
	width: 200px;
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	color: #000;
	background-color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: .3s;
}
.collection-fl a:hover {
	color: #000;
	transition: .3s;
}
.subselect .active-select:before {
	display: block;
	margin-top: 2px;
    margin-right: 3px;
    width: 15px;
    height: 14px;
    content: '';
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/local/templates/aqwella-new/img/ok.png);
}
@media(max-width: 600px) {
	.line span {
		margin: 0 5px !important;
		font-size: 10px;
	}
	.line span:after {
		margin-left: 5px;
	}
}

.yt-container {
	overflow:hidden;
	position:relative;
	padding-bottom:56.25%;
	/* padding-top:30px; */
	height:0;
}
.yt-container iframe {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}