@font-face {
    font-family: 'HandOfSean';
    src: url('../../shared/fonts/Hand-Of-Sean.otf'), url('../../shared/fonts/Hand-Of-Sean.woff') format('woff');
}

@font-face {
    font-family: 'Rubik';
    src: url('../../shared/fonts/Rubik/Rubik-Regular.ttf'), url('../../shared/fonts/Rubik/Rubik-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    src: url('../../shared/fonts/Lato/Lato-Regular.ttf'), url('../../shared/fonts/Lato/Lato-Regular.woff') format('woff');
}

#imgDropDownParent {
    position: absolute;
    background: #fff;
    padding: 20px;
    border: 1px solid lightgrey;
	z-index: 9;
}

#productTitle * {
	color: #fff !important;
}

.dropPanel {
	background: #fff;
	overflow: hidden;
}

.dropControl {
	cursor: pointer;
	width: 100%;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	supported by Chrome and Opera */
}

.dropControl > span {
	pointer-events: none;
}

#imageManager {
	position: absolute;
    background: #fff;
    width: 100%;
    padding: 18px;
}

.imgGridImg {
	text-align: center;
}

.deleteImgFromImgManager {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 28px;
	width: 28px;
	cursor: pointer;
}

.imgGridSelectMe {
	cursor: pointer;
}

.promoAdminBar {
	background: rgba( 255, 255, 255, 0.75 );
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	margin: 0px auto;
}

.moveCardRight, .moveCardLeft {
	float: left;
	cursor: pointer;
	z-index: 9999;
}

.moveCardRight {
	float: right;
	transform: rotate( 180deg );
}
