/*
 *            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
 *                    Version 2, December 2004
 *
 * Copyright (C) 2014 Tim Severien
 *
 * Everyone is permitted to copy and distribute verbatim or modified
 * copies of this license document, and changing it is allowed as long
 * as the name is changed.
 *
 *            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
 *   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 *
 * 0. You just DO WHAT THE FUCK YOU WANT TO.
*/


.taggd-wrapper {
	overflow: hidden;
	position: relative;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

.taggd-wrapper .taggd-item {
    border:4px solid rgba(214, 214, 214, 0.4);
	/*padding: 6px 13px; */
	    line-height: 20pt;
    padding: 3px 8px 3px 8px;
	cursor: pointer;
	display: block;
	z-index: 97;
	opacity: 1;
	    color: rgba(255, 255, 255, 0.9);
		background-color: rgba(61, 59, 59, 0.55);
	font-size: 20pt;
    font-family: 'Arial';
    font-weight: 400;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.taggd-wrapper .taggd-item.active,
.taggd-wrapper .taggd-item:hover { 
	background-color: rgba(214, 214, 214, 1);
	color: rgba(0, 0, 0, 0.9);
	/* background-color: rgba(255, 195, 1, 1); */
}

.taggd-wrapper .taggd-item-hover {
    background-color: #fff;
	color: transparent;
	cursor: default;
	display: block;
    font-weight: lighter;
	visibility: hidden;
	overflow: hidden;
	padding: 0 10px;
	z-index: 96;
	margin-top: 50px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.taggd-wrapper .taggd-item-hover.show {
	color: #000;
	visibility: visible;
	padding: 4px 7px;
	z-index: 98;
}

.taggd-wrapper .taggd-item-hover input {
	background-color: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

.taggd-wrapper .taggd-item-hover button {
	background-color: #fff;
	border: 0;
	color: rgb(219, 50, 92);
	font-family: 'taggd', sans-serif;
	font-size: 0.666em;
	height: 1.5em;
	line-height: 1;
	margin: 0 0 0 0.25em;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 1.5em;
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

.taggd-wrapper .taggd-editor {
	position: absolute;
}

.taggd-popup-div {
	width: 300px;
}
a.taggd-popup-button {

    height: 26px;
    display: inline-block;
    background: #000;
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    line-height: 18px;
    padding: 3px 10px 17px 10px;
    text-align: center;
    font-size: 9pt;
    text-decoration: none !important;
	border-radius: 5px;
}

a.taggd-popup-button:hover {
    color: #fff;
}

.taggd-popup-productname {
	
    font-size: 10.5pt;
    color: rgba(0, 0, 0, 0.9) !important;
    text-decoration: none !important;
	line-height: 1.2;

}

.taggd-popup-customizable  {
    font-size: 8.7pt;
    font-style:  italic;
    margin-bottom: 3px;
    color: rgba(0, 0, 0, 0.9) !important;
    text-decoration: none !important;

}

.taggd-popup-price  {
	font-size: 12.7pt;
	line-height: 1.2;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9) !important;
	text-decoration: none !important;
}

.taggd-wrapper .taggd-item{
	border: none;
	background: rgba(255,255,255,0.6);
	color: #585858;
	font-weight: 300;
	font-size: 50px;
	font-family: 'Lato', sans-serif;
	transition: all .2s ease-in-out;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
}

.taggd-wrapper .taggd-item.active, .taggd-wrapper .taggd-item:hover{
	transform: scale(1.2);
	background: rgba(255,255,255,0.6);
}

a.taggd-popup-button {
	font-weight: bold;
}

.taggd-popup-button-customize{
	margin-left: 12px;
	padding: 1px 10px 17px 10px !important;
}

.tagg-popup-icon{
	padding: 1px 10px 17px 10px !important;
}

.popup-picto-content{
	text-align: left;
}
