/* Add here all your CSS customizations */
.brands {
	background: -moz-linear-gradient(center top , #fff, #f6f6f6) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #ddd;
	margin: -13px 0 0;
	text-align: center;
}

.brands-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}

.sticky-menu-active .brands {
	display: none;
}


.color-swatch {
	width:40px;
	height:40px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	border:3px solid #efefef;
}

#color-swatches li {
	padding:0px 2px 0 0 ;
	cursor:pointer;
}

.color-pattern, .product .img-thumbnail {
	cursor:pointer;
	border:3px solid #efefef;
}

.color-pattern img{
	-ms-interpolation-mode: bicubic; 
}

.input-group-addon.no-frame {
	width:68px;
}

.color-selected {
	border:3px solid #A1A1A1 !important;
}

.fileinput-button input {
    cursor: pointer;
    margin: 0;
	left:0;
	height:35px;
	opacity:0;
    position: absolute;
   	right:0;
    top: 0;
}

.gallery-feature-icon {
	background: #CCC;
	border-radius: 35px;
	color: #FFF;
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 35px;
}

.more-page, .more-video {
	position:absolute;
	bottom:10px;
	right:15px;
	z-index:99;
}

.img-overlay {
	background-color:#000000;
	position:absolute;
	width:97%;
	height:97%;
	opacity:0.2;
	z-index:98;
}

.img-overlay.large {
	width:98.7%;
}


.main-links {
	float: right;
	margin: 13px 15px 0 15px;
	position: relative;
}

.product-bullets li{
	line-height:36px;
}

.product-bullets li i{
	margin-top:6px;
}


/*ADMIN STUFF*/

.circle {
	border-radius: 30%;
	height: 20px;
	width: 20px;
	text-align: center;
	background-color: #E4E4E4;	 /* F1F1F1 */
	line-height: 20px;
}

.green-step {
	background-color: #A1EFA7;/*color:#fff; #88E08F*/
}
.red-step {
	background-color: #E08888;/*color:#fff;*/
}
.yellow-step {
	background-color: #F7EF8C;
}
.gray-step {
	background-color: #AAAAAA;/*color:#fff;*/
}
.na-step {
	background-color: #f1f1f1;
}
.circle span {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
.process-steps {
	padding-left: 0;
}
.process-steps li {
	margin: 0 1px 0 1px;
	list-style: none;
	float: left;
}
.click-process {
	cursor: pointer;
}
.click-process:hover {
	transform: scale(1.1);
	border: 1px solid #00afef;
}
#process-list {
	cursor: default;
}

.comment-arrow {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	width: 0;
}
.admin-chat .comment-arrow {
	margin: 0 0 0 15px;
	border-bottom: 10px solid #d9edf7;
}
.user-chat .comment-arrow {
	float: right;
	margin: 0 15px 0 0;
	border-bottom: 10px solid #dff0d8;
}
.alert {
	border: none;
	clear: both;
}
.admin-color {
	color: #d9edf7;
}
.user-color {
	color: #dff0d8;
}
#comments:hover, #internal-comments:hover {
	overflow-y: scroll;
}
#comments, #internal-comments {
	display: block;
	height: 300px;
	overflow: hidden;
	overflow-x: hidden;
	padding: 0;
}
.admin-list {
	padding-left: 0px;
	margin-bottom: 0px;
}
.admin-list li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	padding: 0 4px 0 4px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.admin-list li:hover {
	color: #0088cc;
}
.admin-list li label {
	cursor: pointer;
}
.internal-chat .comment-arrow {
	margin: 0 0 0 15px;
	border-bottom: 10px solid #f2f2f2;
}
.alert-internal {
	background-color: #f2f2f2;
}
.internal-color {
	color: #f2f2f2;
}

.nav-order li a{
	color:#1d212f ;
}

.push-top-short {
	margin-top:10px;
}

li span.new {
    background-color: red;
    border-radius: 3px;
    padding: 2px;
    font-size: 8px;
    font-weight: bold;
    color: white;
    position: relative;
    top: -10px;
    
}