.product {

	padding: 60px 0;

	&-container {
		width: @width-container;
		margin: 0 auto;
	}

	&-back {
		font-size : 14px;
		font-family: Arial, Helvetica, sans-serif;
		display : block;
		margin-bottom : 20px;
	}

	&-table {
		display : table;
	}

	&-images {
		width: 25%;
		display: table-cell;
		vertical-align : top;
	}

	&-images-header {
		height : 380px;
		border: 1px solid @grey-background;
		border-bottom: none;
		line-height : 380px;
		border-top-left-radius : 5px;
    border-top-right-radius : 5px;
	}

	&-img {
		display:inline-block;
		vertical-align : middle;
		width : 100%;
	}

	&-images-footer {
		background: @grey-background;
		padding:20px;
		padding-bottom : 0;
		border-bottom-left-radius : 5px;
    border-bottom-right-radius : 5px;
	}

	&-thumbnails {
		margin-left : -8px;
		margin-right: -8px;
	}

	&-thumb {
		display:inline-block;
		margin-right : 5px;
		margin-left : 5px;
	}

	&-thumb-link {
		text-decoration: none;
	}

	&-thumb-img {
		border: 1px solid #dcdcdc;
		background: @white;
		padding: 6px;
		width: 30px;
	}

	&-thumb-desc {
		color: @grey;
		margin-top: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 12px;
		text-align : center;
		margin-bottom : 15px;
		width : 30px;

		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	&-details {
		width: 75%;
		display : table-cell;
		vertical-align : top;
		padding-left: 80px;
	}

	&-details-title {
		font-size : 22px;
		color : @black;
		margin-bottom : 40px;
	}

	&-details-definition {
		display : inline-block;
		width : 100%;
		margin-bottom : 70px;

		 &-item {
		 	width : 200px;
		 	display : inline-block;
		 	float : left;

		 	dd {
		 		margin-left : 0;
		 	}

		 }
	}


  &-order {
		border : 1px solid #dcdcdc;
  }

  &-order-tab {
  	background-color : @grey-background;

		&-link {
			padding : 20px 30px;
			display : inline-block;
			color : @grey;
			font-size : 18px;

			&.actif {
				color : @red;
				background-color : @white;
			}
		}

  }

  &-order-action {
  	text-align : right;
  	padding : 30px;

  	&-submit {
  		width : 220px;	
  	}

  }

}

.wholesaler {
	padding : 35px 20px 15px;

	.bootstrap-select {
		margin-bottom : 20px;
		margin-left : 0;
	}

	&-label {
		color : @grey;
		font-size : 12px;
		text-transform : uppercase;
		margin-bottom : 20px;
		display : inline-block;
		width : 140px;
	}

	&-info {
		color : @grey;
		font-size : 14px;
		font-family: Arial, Helvetica, sans-serif;
	}


}

#msg_addedItem {
	padding-left: 30px;
	font-style: italic;
}