.tractrOverlay {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 700;
	background: gray;
	opacity: 0.7;
}

.tractrBox {
	position: fixed;
	top: 120px;
	left: 50%;
	margin-left: -505px;
	z-index: 900;
	background: transparent;
	display: none;

	&-modify-info {
		font-size : 14px;
		color : @red;
		font-family: Arial, Helvetica, sans-serif;
		text-align : right;
		display : block;
		margin-bottom : 25px;
		&:before {
			content : '\f040';
			display: inline-block;
			margin-right : 5px;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
	}

	&-link {
		position : absolute;
		top : 20px;
		right : 20px;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
	}

	&-title {
		font-size : 18px;
		color : @grey;
	}

	&-date {
		font-size : 14px;
		color : @grey;
		margin : 0;
		margin-bottom : 15px;
		font-family: 'montserratregular';
	}

	.box-content {
		width: 1010px;
		background: @white;
		overflow: auto;
		margin: 0;
		padding: 20px;
		box-sizing : border-box;
		border : 1px solid #dcdcdc;

		&.contact-page {
			padding : 20px 150px;
		}

		.writeus-telephone {
			display : block;
			text-align : center;
		}

	}
	.close {
		display: block;
		position: absolute;
		height: 20px;
		width: 20px;
		top: -10px;
		right: -10px;
		z-index: 900;
		&:after {
			content : '\f00d';
			display: inline-block;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			color : @white;
			position : absolute;
			left: 5px;
			top: 3px;
			font-size : 14px;
		}
		&:before {
			content : '';
			display : inline-block;
			background-color : @black;
			width : 20px;
			height : 20px;
			border-radius : 3px;
		}
	}

	.total {
		background-color : @white;
		td {
			border-top : 1px solid @grey-light;
		}

	}
	.total, .big-total {
		td {
			font-size : 14px;
			font-weight : bold;
			color : @black;
		}
	}

}



.cart-title {
	font-size : 12px;
	color : @black;
	text-transform : uppercase;
	margin-bottom : 15px;
	display : block;
	margin-top : 30px;
}

.cart-action {
	
	&-comment {
		width : 50%;
		display : inline-block;
		float : left;
	}

	&-button {
		width : 50%;
		display : inline-block;
		text-align : right;

		.valid {
			width : 145px; 
			margin-left : 20px;
		}

		.continue {
			width : 200px;
		}

	}

	&-legend {
		font-size : 12px;
		color : @black;
		font-family: Arial, Helvetica, sans-serif;
	}


}