.brands-detail{
	margin-top: -40px;
}

/***TABS***/
.brands-detail-tabs-container{
	width: 100vw;
	margin-left: -moz-calc((100vw - 100%) / -2);
	margin-left: -webkit-calc((100vw  - 100%) / -2);
	margin-left: calc((100vw - 100%) / -2);
	background: #f1f6f7;
}

.slide-menu-option-1-active .brands-detail-tabs-container{
	width: -moz-calc(100vw - 324px);
	width: -webkit-calc(100vw - 324px);
	width: calc(100vw - 324px);
	margin-left: -moz-calc((100vw - 324px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 324px - 100%) / -2);
	margin-left: calc((100vw - 324px - 100%) / -2);
}

.slide-menu-interface-2-0-1-inner .brands-detail-tabs-container,
.slide-menu-option-2 .brands-detail-tabs-container{
	width: -moz-calc(100vw - 72px);
	width: -webkit-calc(100vw - 72px);
	width: calc(100vw - 72px);
	margin-left: -moz-calc((100vw - 72px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 72px - 100%) / -2);
	margin-left: calc((100vw - 72px - 100%) / -2);
}

.container-ws .brands-detail-tabs-container,
.slide-menu-interface-2-0-1-inner .container-ws .brands-detail-tabs-container,
.slide-menu-option-1-active .container-ws .brands-detail-tabs-container,
.slide-menu-option-2 .container-ws .brands-detail-tabs-container{
	width: auto;
	margin-left: -32px;
	margin-right: -32px;
}

.container-ws .brands-detail-tabs-block{
	padding: 0 32px;
}

.brands-detail-tabs-block.fixed{		
	position: fixed;
	left: 0;
	right: 0;	
	-webkit-box-shadow: 0 0 32px rgba(38, 50, 56, 0.16);
	-moz-box-shadow: 0 0 32px rgba(38, 50, 56, 0.16);
	box-shadow: 0 0 32px rgba(38, 50, 56, 0.16);
	background-color: #f1f6f7;
	z-index: 203;
}

.slide-menu-option-1-active .brands-detail-tabs-block.fixed{
	left: 324px;
}

.slide-menu-interface-2-0-1-inner .brands-detail-tabs-block.fixed,
.slide-menu-option-2 .brands-detail-tabs-block.fixed{
	left: 72px;
}

.brands-detail-tabs-scroll{	
	width: 1176px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;		
}

.container-ws .brands-detail-tabs-scroll{
	width: 100%;
	margin: 0;
}

.brands-detail-tabs-scroll .owl-prev,
.brands-detail-tabs-scroll .owl-next{
	width: 64px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 200;
	cursor: pointer;
}

.brands-detail-tabs-block.fixed .brands-detail-tabs-scroll .owl-prev,
.brands-detail-tabs-block.fixed .brands-detail-tabs-scroll .owl-next{	
	z-index: 202;	
}

.brands-detail-tabs-scroll .owl-prev.disabled,
.brands-detail-tabs-scroll .owl-next.disabled{
	display: none;
}

.brands-detail-tabs-scroll .owl-prev{	
	left: 0;
	background: -moz-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: -webkit-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: linear-gradient(to left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f6f7', endColorstr='#00f1f6f7', GradientType=1);
}

.brands-detail-tabs-scroll .owl-next{	
	align-items: flex-end;
	right: 0;
	background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: linear-gradient(to right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#f1f6f7', GradientType=1);
}

.brands-detail-tabs-scroll .owl-prev i,
.brands-detail-tabs-scroll .owl-next i{	
	font-size: 16px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .brands-detail-tabs-scroll .owl-prev:hover i,
.bx-touch .brands-detail-tabs-scroll .owl-prev:active i,
.bx-no-touch .brands-detail-tabs-scroll .owl-next:hover i,
.bx-touch .brands-detail-tabs-scroll .owl-next:active i{
	color: #6639b6;
}

.brands-detail-tabs-list{	
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.brands-detail-tabs-list:after{	
	display: table;
	clear: both;
	content: "";
}

.brands-detail-tab{
	height: 56px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
	position: relative;			
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .brands-detail-tab:hover,
.bx-touch .brands-detail-tab:active{
	color: #6639b6;
}

.brands-detail-tab:after{	
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #6639b6;
}

.brands-detail-tab.active:after{
	height: 2px;
}

.brands-detail-tab > span{	
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #566b75;
	line-height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #ced9db;
}

/***PREVIEW_TEXT***/
.brands-detail-preview-text{
	margin-top: 40px;
}

/***COLLECTIONS***/
/***PRODUCTS***/
/***DETAIL_TEXT***/
.brands-detail-collections-container,
.brands-detail-products-container,
.brands-detail-detail-text{
	margin-top: 64px;
}

.brands-detail-collections-container:first-child,
.brands-detail-products-container:first-child,
.brands-detail-detail-text:first-child{
	margin-top: 40px;
}

/***LINKS***/
.brands-detail-sections-links{
	max-height: 92px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-top: -6px;
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
}

.brands-detail-sections-links.active{
	max-height: unset;
	overflow: visible;
}

.brands-detail-section-link{
	margin-left: 6px;
	margin-top: 6px;
	padding: 9px 16px 8px;
	white-space: nowrap;
	border: 2px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .brands-detail-section-link:not(.brands-detail-section-link-btn):hover,
.bx-touch .brands-detail-section-link:not(.brands-detail-section-link-btn):active{
	border-color: #78909c;
	background: #e3ecef;
}

.brands-detail-section-link.active,
.bx-no-touch .brands-detail-section-link.active:hover,
.bx-touch .brands-detail-section-link.active:active{
	border-color: #6639b6;
	background: rgba(102, 57, 182, 0.16);
}

.brands-detail-section-link:not(.brands-detail-section-link-btn) > span{	
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -2px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #566b75;
	line-height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #ced9db;
}

.brands-detail-section-link:not(.brands-detail-section-link-btn).active > span,
.bx-no-touch .brands-detail-section-link:not(.brands-detail-section-link-btn).active:hover > span,
.bx-touch .brands-detail-section-link:not(.brands-detail-section-link-btn).active:active > span{
	color: #fff;
	background: #78909c;
}

.brands-detail-section-link-btn-container{	
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
}

.brands-detail-sections-links.active .brands-detail-section-link-btn-container{
	margin-left: 6px;
	margin-top: 6px;
	position: static;
}

.brands-detail-section-link-btn-container:before{
	width: 74px;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	content: "";
	background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	background: linear-gradient(to right, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#ffffff', GradientType=1);
}

.brands-detail-sections-links.active .brands-detail-section-link-btn-container:before{
	content: none;
}

.brands-detail-section-link-btn{
	display: flex;
	align-items: center;
	margin: 0;	
	border-color: #f1f6f7;
	background: #f1f6f7;
	cursor: pointer;
}

.brands-detail-section-link-btn > span{
	padding-right: 12px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .brands-detail-section-link-btn:hover > span,
.bx-touch .brands-detail-section-link-btn:active > span{
	color: #6639b6;
}

.brands-detail-section-link-btn > i{
	font-size: 16px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .brands-detail-section-link-btn:hover > i,
.bx-touch .brands-detail-section-link-btn:active > i{
	color: #6639b6;
}

/***PHONES***/
@media(max-width: 1042px){
	.brands-detail{
		margin-top: -32px;
	}

	/***TABS***/
	.brands-detail-tabs-container,
	.slide-menu-interface-2-0-1-inner .brands-detail-tabs-container,
	.slide-menu-option-1-active .brands-detail-tabs-container,
	.slide-menu-option-2 .brands-detail-tabs-container,
	.container-ws .brands-detail-tabs-container,
	.slide-menu-interface-2-0-1-inner .container-ws .brands-detail-tabs-container,
	.slide-menu-option-1-active .container-ws .brands-detail-tabs-container,
	.slide-menu-option-2 .container-ws .brands-detail-tabs-container{
		width: unset;
		margin: 0 -18px;
	}

	.container-ws .brands-detail-tabs-block{
		padding: 0;
	}

	.slide-menu-interface-2-0-1-inner .brands-detail-tabs-block.fixed,
	.slide-menu-option-2 .brands-detail-tabs-block.fixed,
	.slide-menu-option-1-active .brands-detail-tabs-block.fixed{
		left: 0;
	}
	
	.brands-detail-tabs-scroll{	
		width: unset;
		margin: 0;
	}

	.container-ws .brands-detail-tabs-scroll{
		width: unset;
	}

	.brands-detail-tabs-scroll .owl-prev{
		padding-left: 18px;
	}
	
	.brands-detail-tabs-scroll .owl-next{
		padding-right: 18px;
	}

	/***PREVIEW_TEXT***/
	/***COLLECTIONS***/
	/***PRODUCTS***/
	/***DETAIL_TEXT***/
	.brands-detail-preview-text,
	.brands-detail-collections-container,
	.brands-detail-products-container,
	.brands-detail-detail-text,
	.brands-detail-collections-container:first-child,
	.brands-detail-products-container:first-child,
	.brands-detail-detail-text:first-child{
		margin-top: 32px;
	}
	
	/***LINKS***/
	.brands-detail-sections-links{
		margin-bottom: 18px;	
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px) and (max-width: 1271px){
	/***TABS***/
	.slide-menu-option-1-active .brands-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}
	
	.slide-menu-option-1-active .brands-detail-tabs-block.fixed{
		left: 0;
	}

	.brands-detail-tabs-scroll{	
		width: 946px;
	}
}

@media(min-width: 1272px) and (max-width: 1545px){
	/***TABS***/
	.slide-menu-option-1-active .brands-detail-tabs-container{
		width: 100vw;
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}

	.slide-menu-option-1-active .brands-detail-tabs-block.fixed{
		left: 0;
	}
}