/**
 *  Tous droits réservés NDKDESIGN
 *
 *  @author Hendrik Masson <postmaster@ndk-design.fr>
 *  @copyright Copyright 2013 - 2014 Hendrik Masson
 *  @license   Tous droits réservés
*/

.ndkcfTable{

}

.customizationUploaded li{
	display:inline-block;
	float:left;
	margin-right:10px
}

.customizationUploaded{
	float:left;
	width:100%;
	margin-bottom:10px
}

.ndk-rowcustomization {
	position: relative;
	text-align: left;
	/* width: 170px; */
	line-height: 14px;
	/* right: 40px; */
}

.ndk-rowcustomization p{
	margin-bottom:0
}

.product-customization-line {
    word-break: break-all;
}

.customizationUploaded li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    max-width: 200px;
}

.cust_title {
	font-weight: bold;
	border-bottom: 1px solid;
	display: block;
}

.cus_sub:last-child{
	clear: right;
}
.cus_sub_container {
    /* background: #F5F5F5; */
    border: 1px solid #DEDEDE;
    display: block;
    padding: 8px;
}
.cus_sub {
	/* background: #F5F5F5; */
	display: table-cell;
	text-align:center
}

@media (max-width: 768px) {
	.product-line-actions .text-xs-right {
		text-align: right !important;
		clear: both;
		width: 100%;
	}

	.ndk-rowcustomization {
		position: relative;
		text-align: right;
		/* right: 40px; */
		width: auto;
		line-height: 14px;
		float:unset!important
	}
}