/**
 * Comparedrawer
 * 
 * MSI Product compare drawer
 * @author Jeroen Butenaerts
 * @version 1.0
 * @package product-index-page
 */
/**
 * Compare Bootstrap customizations
 */
#comparedrawer [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}
#comparedrawer .container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
#comparedrawer .row {
	margin-right: -20px;
	margin-left: -20px;
}
@media (min-width: 768px) {
	#comparedrawer [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
	#comparedrawer .row {
		margin-right: -10px;
		margin-left: -10px;
	}
}
/**
 * Compare container
 */
#comparedrawer-container.has-collapsing {
	transition: height 500ms ease-out, width 500ms ease-out;
}
/**
 * Compare
 */
#comparedrawer {
	background-color: #f00;
	bottom: 0;
	padding: 20px;
	position: fixed;
	transition: left 500ms ease-out;
	width: 100%;
	z-index: 4;
}
#comparedrawer.collapse {
	height: auto !important;
}
#comparedrawer.collapse.in {
	left: 0;
}
#comparedrawer.collapsing {
	height: auto !important;
	left: -100%;
}
/**
 * Compare buttons
 */
#comparedrawer .btn {
	background-color: #fff;
	color: #f00;
	display: block;
}
#comparedrawer .btn.focus,
#comparedrawer .btn:focus,
#comparedrawer .btn.hover,
#comparedrawer .btn:hover {
}
#comparedrawer .btn.btn-outline {
	background-color: transparent;
	box-shadow: inset 0px 0px 0px 2px #fff;
	color: #fff;
}
#comparedrawer .btn.btn-outline.focus,
#comparedrawer .btn.btn-outline.hover,
#comparedrawer .btn.btn-outline:focus,
#comparedrawer .btn.btn-outline:hover {
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 2px #fff;
	color: #f00;
}
@media (hover: none) {
	#comparedrawer .btn.btn-outline:hover,
	#comparedrawer .btn.btn-outline.hover {
		background-color: transparent;
		box-shadow: inset 0px 0px 0px 2px #fff;
		color: #fff;
	}
}
#comparedrawer .btn.btn-primary {
	background-color: #fff;
	color: #f00;
}
#comparedrawer .btn.btn-primary.focus,
#comparedrawer .btn.btn-primary.hover,
#comparedrawer .btn.btn-primary:focus,
#comparedrawer .btn.btn-primary:hover {
	background-color: #000;
}
@media (hover: none) {
	#comparedrawer .btn.btn-primary:hover,
	#comparedrawer .btn.btn-primary.hover {
		background-color: #fff;
	}
}
#comparedrawer .btn.btn-primary.disabled,
#comparedrawer .btn.btn-primary:disabled {
	background-color: #fff;
}
#comparedrawer .btn-close {
	background-color: transparent;
	color: #fff;
	position: absolute;
	right: -10px;
	top: -10px;
}
#comparedrawer .btn-close:before {
	margin-right: 0;
}
#comparedrawer .btn-close.focus,
#comparedrawer .btn-close:focus,
#comparedrawer .btn-close.hover,
#comparedrawer .btn-close:hover {
	color: #000;
}
@media (hover: none) {
	#comparedrawer .btn-close:hover,
	#comparedrawer .btn-close.hover {
		color: #fff;
	}
}
#comparedrawer .btn-primary {
	margin-left: auto;
	margin-right: auto;
}
#comparedrawer-container .btn-open .comparedrawer-items-total {
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
	line-height: 30px;
	margin: -5px -5px -5px 13px;
	text-align:  center;
	width: 30px;
}
#comparedrawer-container .btn-open.focus .comparedrawer-items-total,
#comparedrawer-container .btn-open.hover .comparedrawer-items-total,
#comparedrawer-container .btn-open:focus .comparedrawer-items-total,
#comparedrawer-container .btn-open:hover .comparedrawer-items-total {
	background-color: #f00;
	color: #fff;
}
@media (hover: none) {
	#comparedrawer-container .btn-open:hover .comparedrawer-items-total,
	#comparedrawer-container .btn-open.hover .comparedrawer-items-total {
		background-color: #000;
	}
}
@media (min-width: 768px) {
	#comparedrawer .btn-primary {
		margin-top: 20px;
	}
}
@media (min-width: 992px) {
	#comparedrawer .btn-primary {
		margin-right: -60px;
		margin-top: -16px;
		position: absolute;
		right: 10%;
		top: 50%;
	}
}
/**
 * Compare texts
 */
#comparedrawer .comparedrawer-description {
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
#comparedrawer .comparedrawer-title {
	cursor: default;
	font-family: DIN, sans-serif;
	font-size: 24px;
	margin-top: -0.175em;
	text-align: center;
	text-transform: uppercase;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
@media (min-width: 992px) {
	#comparedrawer .comparedrawer-description {
		text-align: left;
	}
	#comparedrawer .comparedrawer-title {
		text-align: justify;
	}
}
/**
 * Compare items
 */
#comparedrawer-items .comparedrawer-item-overlay-add .btn {
	left: 50%;
	margin-left: -39px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
}
#comparedrawer-items .comparedrawer-item-overlay-remove .btn {
	left: 50%;
	margin-left: -54px;
	margin-top: -16px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity 200ms ease-out;
}
#comparedrawer-items {
	/*	overflow: hidden;*/
	padding-left: 10px;
	padding-right: 10px;
}
#comparedrawer-items [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
#comparedrawer-items .comparedrawer-item {
	cursor: pointer;
	padding: 10px;
	position: relative;
	transition: filter 500ms ease-out;
}
#comparedrawer-items .comparedrawer-item-container {
	margin-bottom: 20px;
	min-height: 38.2vw;
	position: relative;
}
#comparedrawer-items .comparedrawer-item-container:focus .btn,
#comparedrawer-items .comparedrawer-item-container:hover .btn {
	opacity: 1;
}
#comparedrawer-items .comparedrawer-item-container:focus .comparedrawer-item,
#comparedrawer-items .comparedrawer-item-container:hover .comparedrawer-item {
	filter: blur(2px);
}
@media (hover: none) {
	#comparedrawer-items .comparedrawer-item-container .btn {
		opacity: 1;
	}
	#comparedrawer-items .comparedrawer-item-container:hover .comparedrawer-item {
		filter: none;
	}
}
#comparedrawer-items .comparedrawer-item-image {
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: -10px;
	margin-right: -10px;
	margin-top:-10px;
	padding-bottom: 75%;
}
#comparedrawer-items .comparedrawer-item-link {
	color: #fff;
	display: table;
	width: 100%;
}
#comparedrawer-items .comparedrawer-item-link:focus,
#comparedrawer-items .comparedrawer-item-link:hover {
	text-decoration: none;
}
#comparedrawer-items .comparedrawer-item-name {
	display: table-cell;
	font-family: DIN, sans-serif;
	font-size: 16px;
	height: 2em;
	line-height: 1em;
	text-align: center;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
#comparedrawer-items .comparedrawer-item-overlay {
	border: thin solid rgba(255,255,255,0.25);
	border-radius: 4px;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#comparedrawer-items .comparedrawer-item-overlay-add {
	border-style: dashed;
}
#comparedrawer-items > .row-container > .row {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	#comparedrawer-items {
		padding-left: 0;
		padding-right: 0;
	}
	#comparedrawer-items .comparedrawer-item {
		border: none;
		height: 100%;
		left: 0;
		margin-bottom: 0;
		top: 0;
		width: 100%;
	}
	#comparedrawer-items .comparedrawer-item-container {
		margin-bottom: 0;
		min-height: 11.93vw;
		position: static;
	}
	#comparedrawer-items > .row-container {
		margin-left: -20px;
		margin-right: -20px;
	}
	#comparedrawer-items > .row-container > .row {
		border-spacing: 20px 0;
		border-collapse: separate;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	/*	#comparedrawer-items[data-items-total="0"] > .row-container > .row {
            width: 25%;
        }
        #comparedrawer-items[data-items-total="1"] > .row-container > .row {
            width: 50%;
        }
        #comparedrawer-items[data-items-total="2"] > .row-container > .row {
            width: 75%;
        }*/
	#comparedrawer-items[data-items-total="0"] > .row-container > .row {
		width: 25%;
	}
	#comparedrawer-items[data-items-total="1"] > .row-container > .row {
		width: 25%;
	}
	#comparedrawer-items[data-items-total="2"] > .row-container > .row {
		width: 50%;
	}
	#comparedrawer-items[data-items-total="3"] > .row-container > .row {
		width: 75%;
	}
	#comparedrawer-items > .row-container > .row:after,
	#comparedrawer-items > .row-container > .row:before {
		display: none;
	}
	#comparedrawer-items  > .row-container > .row > [class*="col-"] {
		display: table-cell;
		float: none;
		padding: 0;
		position: relative;
		vertical-align: top;
	}
}
@media (min-width: 1920px) {
	#comparedrawer-items .comparedrawer-item-container {
		min-height: 226px;
		/*    min-height: 0;*/
	}
}
/**
 * Compare label
 */
.btn-open {
	background-color: #f00;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	bottom: 0;
	cursor: pointer;
	display: block;
	font-family: DIN, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 0.8em;
	margin-bottom: -59px;
	margin-top: -0.175em;
	padding: 20px;
	position: fixed;
	transform: rotate(-90deg);
	transform-origin: left top;
	transition: left 100ms ease-out 100ms;
	z-index: 1;
}
.btn-open:before {
	font-size: 20px;
}
.btn-open.active,
.btn-open:active,
.btn-open.focus,
.btn-open:focus,
.btn-open.hover,
.btn-open:hover {
	background-color: #fff;
	color: #f00;
}
@media (hover: none) {
	.btn-open:hover,
	.btn-open.hover {
		background-color: #f00;
		color: #fff;
	}
}
.has-collapse .btn-open {
	left: 0;
	bottom: 11.5%;
}
.has-collapse.in .btn-open {
	display: none;
}
.has-collapsing .btn-open {
	left: -59px;
}
/**
 * Compare tooltips
 */
#comparedrawer .tooltip {
	transition: opacity 200ms ease-out;
}
#comparedrawer .tooltip.fade {
	opacity: 0;
}
#comparedrawer .tooltip.fade.in {
	opacity: 1;
}
#comparedrawer .tooltip-inner {
	background-color: #fff;
	color: #404040;
	font-family: 'Open Sans', sans-serif;
}
#comparedrawer .tooltip-arrow {
	border-top-color:  #fff;
}

/**
 * fixed conpare  labels
 */

.btn-open{
	bottom: 11.5%;

}
.has-collapse .btn-open{
	bottom: 11.5%;
}
.has-collapsing .btn-open {
	bottom: 11.5%;
}