/**
 * PRODUCT BOX LARGE (detail view)
 */

#product 
{
	position: relative;
	padding-top: 10px;
}



#product .description {
    margin-top: 10px;
    float: left;
    font-size: 25px;
    padding: 10px;
}

#product h3 
{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	font-family: inherit;
    font-size: 14px;
}

#product #product_images
{
	float: right;
	/* padding-left: 15px; */
	/* width: 350px; */
}	

	#product #product_images.no_display .image,
	#product #main_pics .image,
	#product #thumbnails .image.option_image
	{
		display: none;
	}
	
	#product #main_pics .image.default_image:first-child
	{
		display: block;
	}
	
	#product #product_images.no_display #main_pics .image.default_image
	{
		display: none;
	}
	
	#product #thumbnails .image
	{
		cursor: pointer;
	}
	
	#product #thumbnails .image:hover
	{
		opacity: 0.8;
	}

#product h3.name
{
	font-size: 16px;
	font-family: arial;
	margin-top: 0px;
	padding-top: 0px;
}

#product .cart_amount
{
	position: relative;
	width: 80px;
	margin: 0px 3px;
}

#product #price_block
{
	margin: 10px 0px;
	font-size: 16px;
}

	#price_block #variation-loader
	{
		height: 20px;
		margin-right: 10px;	
	}

	#product #price_block b.new_price 
	{
		color: #ff3535;
	}
	
		#product #price_block .noprice
		{
			
		}
	
		#product #price_block .old_price 
		{
			text-decoration: line-through;
			padding-right: 5px;
		}
		
		#product #price_block .client_price 
		{
			display: block;
			color: #ccc;
			margin: 3px 0px;
			font-size: 14px;
		}
		
		#product #price_block .client_price.logged_in_1
		{
			color: red;
		} 
		
	#product #status_block
	{
		margin-bottom: 4px;
		font-style: italic;
	}
	
		#product #status_block.status-in_stock {  }
		#product #status_block.status-order_only { color: orange; }
		#product #status_block.status-out_of_stock,
		#product #status_block.status-not_available { color: red; }

#product .brand
{
	margin-top: 5px;
}

#product .code
{
	padding-top: 15px;
}

#product .actions,
#product .options
{
	margin-top: 10px;
}

	#product .actions span,
	#product .options span 
	{
		padding: 0px 3px;
	}
	
	#product .actions input 
	#product .options input
	{
		width: 25px;
	}
	
	#product .actions input, 
	#product .actions select,
	#product .options input,
	#product .options select
	{
		padding: 3px;
		border: solid 1px #ccc;	
	}
	
	#product .actions .add 
	{		
		margin: 10px 0px !important;
	}

	#product .option 
	{
		width: auto !important;
	}
	

	#product #price_and_cart
	{
		clear: both;
		padding: 0px 15px 10px 15px;
	}


	#product .attributes
	{
		margin-top: 15px !important;
	}

	#product .attributes td
	{
		border: solid #bbb;
		border-width: 0px 1px 1px 0px;
		padding: 3px 5px;
	}
	
	#product .attributes td.attr_name {
		white-space: nowrap;
		padding-right: 10px;
	}
	
	#product .attributes td.attr_value {
		width: 100%;
		padding-left: 10px;
	}
	
	#product .attributes tr:first-child td
	{
		border-width: 1px 1px 1px 0px;
	}
	
	#product .attributes tr td:first-child
	{
		border-left: 1px solid #bbb;
	}

#product .files ul
{
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}

#product .files li
{
	padding: 0px;
}

#product .files a
{
	color: #e93a39;
	display: inline-block;
	margin: 3px 0px;
	text-decoration: underline;
}

	#product .files a:hover
	{
		text-decoration: none;
	}

#resellers,
#related_products,
#more_info {
	position: relative;
	float: left;
	width: 100%;
	position: relative;
	margin: 10px 10px 10px 0px;
}

#resellers h3,
#related_products h3,
#more_info h3 {
	margin: 5px 0px 15px 0px;
	padding-top: 10px;
}

#resellers ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#resellers ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}	
#resellers ul li img {
	max-width: 80px;
	max-height: 80px;
}


	
.product-tab
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34aac5+0,258799+100 */
	background: #34aac5; /* Old browsers */
	background: -moz-linear-gradient(top,  #34aac5 0%, #258799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34aac5), color-stop(100%,#258799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #34aac5 0%,#258799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #34aac5 0%,#258799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #34aac5 0%,#258799 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #34aac5 0%,#258799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34aac5', endColorstr='#258799',GradientType=0 ); /* IE6-9 */

    position: relative;
    float: left;
    /* min-height: 84px; */
    text-align: center;
    color: #126600;
    text-transform: uppercase;
    cursor: pointer;
}

.product-tab.active
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ca4c0+0,9bcb86+100 */
	background: #2ca4c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #2ca4c0 0%, #9bcb86 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ca4c0), color-stop(100%,#9bcb86)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2ca4c0 0%,#9bcb86 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2ca4c0 0%,#9bcb86 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2ca4c0 0%,#9bcb86 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2ca4c0 0%,#9bcb86 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca4c0', endColorstr='#9bcb86',GradientType=0 ); /* IE6-9 */
}
    
.product-tab.active:after {
	 content: "";
	 position: absolute;
	 right: 105px;
	 bottom: -11px;
	 width: 27px;
	 height: 11px;
	 border-left: 14px solid transparent;
	 border-right: 14px solid transparent;
	 border-top: 11px solid #95ca8b;
}

.tab-content {
    display: none;
    min-height: 300px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.tab-content.general {
    display: block;
}


.product-description {
    color: #393938;
    font-size: 13px;
}

.product-tab p {
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
	color: white;
}

#general {
	margin-right: 4px;
}

#model3d {
	margin-right: 4px;
}

#blueprints {
	margin-right: 4px;
}

div.comment-box {
    width: 100%;
    max-width: 500px;
    background: #2BA5C0;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    float: left;
    box-shadow: inset 0 0 10px #068096;
}

#comment-form-wrapper input[type=text],
#comment-form-wrapper input[type=submit],
#comment-form-wrapper textarea {
    padding: 10px;
    margin: 10px 0px;
    border-radius: 6px;
    width: 100%;
    min-height: 30px;
    float: left;
    border: 1px solid #CCC;
}

#comment-form-wrapper input[type=submit] {
    border: none;
}

div.comment-box span.created {
    font-size: 11px;
    float: right;
    color: #9deefd;
}

div.comment-box span.author {
    font-size: 15px;
    float: left;
    color: #9deefd;
}

div.comment-box p.comment {
    font-size: 13px;
    float: left;
    color: #FFF;
}

.comment-info {
    width: 100%;
    position: relative;
    float: left;
}

div#comment-form-wrapper {
    width: 100%;
    max-width: 500px;
    float: left;
    position: relative;
}

div#add-comment-feedback {
    display: none;
    position: fixed;
    width: 400px;
    left: calc(50% - 200px);
    top: 50%;
    font-size: 16px;
    background: -webkit-linear-gradient(left, rgba(6, 128, 159, 0.8), rgba(43, 165, 192, 0.7)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(6, 128, 159, 0.8), rgba(43, 165, 192, 0.7)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(6, 128, 159, 0.8), rgba(43, 165, 192, 0.7)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(6, 128, 159, 0.8), rgba(43, 165, 192, 0.7)); /* Standard syntax (must be last) */
    color: #FFF;
    text-align: center;
    padding: 10px;
    z-index: 111111111111;
}

.custom-fields {
    position: relative;
    display: block;
    padding: 10px;
    background-color: #2BA5C0;
    float: left;
    width: 60%;
}

table#object_properties {
    float: right;
    margin-top: 20px;
    width: 100%;
    max-width: 346px;
}

table#object_properties td {
    padding: 5px 10px;
    color: #9deefd;
}

#product .fa {
    float: left;
    margin-right: 5px;
}

#product i.fa.fa-plus {
    float: none !important;
}

a.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #068096 !important;
    border-color: #068096;
}

img#current_image {
    margin-left: auto;
    margin-right: auto;
}

.general-content.left {
    /* width: 600px; */
    /* float: left; */
}

.general-content.right {
    /* width: 335px; */
    /* float: right; */
}

.parameters,
.general-content.left,
.general-content.right {
    position: relative;
    display: block;
}

#materials_chart {
    position: relative;
    width: 280px;
    float: left;
}

#materials_list {
    max-width: 320px;
    width: 100%;
    float: left;
}

#materials_list td {
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #FFF;
}

#materials_list td.icon {
    padding: 0px;
    width: 32px;
}

#materials_list td {
    background: #f3f3f3;
}

#materials_list td.name {
    color: #525252;
}

#materials_list td.count {
    color: #277900;
}

h2#data_header {
    font-size: 20px;
    color: #2ba5c0;
    background: #f3f3f3;
    padding: 12px;
}

#object_properties td.parameter,
#object_properties td.value {
    color: #525252;
    padding: 5px;
    text-align: left;
    border: 1px solid #FFF;
    font-weight: bold;
}

#object_properties td.parameter { 
    background: #a9dae6;
    min-width: 120px;
}

#object_properties td.value { background: #d8e8ec; }

.model-comments {
    position: relative;
    float: right;
    width: 334px;
    max-width: 100%;
    margin-top: 20px;
}

.model-comments div.comment-box {
    background: transparent !important;
    box-shadow: none !important;
}

.model-comments div.comment-box span.comment,
.model-comments div.comment-box span.author {
    font-weight: bold;
}

.model-comments div.comment-box span.author {
    float: none;
    color: #329b00;
}

.model-comments div.comment-box span.comment {
    color: #5f5f5f;
}

.general-content.right .button.more-info {
    width: 100%;
    max-width: 344px;
    text-align: center;
}

.general-content.left .button.more-info, .blueprints .button.more-info {
    float: left;
    width: 100%;
    text-align: center;
}

#slider-wrapper .fa {
    font-size: 36px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

#slider-wrapper .fa.fa-caret-left {
    padding-right: 35px;
    float: left;
}

#slider-wrapper .fa.fa-caret-right {
    padding-left: 20px;
    float: right;
}

#slider-wrapper {
  width: 60%;
  position: relative;
  float: left;
  margin-left: 20%;
  margin-top: 30px;
  margin-bottom: 30px;
}

div#model_slider {
  position: relative;
  width: calc(100% - 92px);
  float: left;
  top: 12px;
}

#slider-wrapper .arrow {
    position: relative; 
    float: left;
    height: 36px;
}

#object_properties a.tag {
    color: #525252;
}

i.fa {
    width: 20px;
}

img.image.default_image {
    margin-bottom: 10px;
    max-width: 80px;
}

img.image.default_image {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 8px;
    border: 2px solid #FFF;
}

img.image.default_image:hover {
    border: 2px solid #95C37A;
    opacity: 0;
}

img.image.default_image.third {
    margin-right: 0px;
}

div#thumbnails {
    padding-top: 10px;
    text-align: center;
    background: -webkit-linear-gradient(#CCC, #ECECEC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CCC, #ECECEC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CCC, #ECECEC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CCC, #ECECEC); /* Standard syntax */
}

.ad-wrapper {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
}

div#product-tabs {
    position: relative;
    width: 100%;
    /* height: 84px; */
    padding: 0px 15px;
    float: left;
}

h1#content-title {
    position: relative;
	margin-top: 20px;
    width: 100%;
    float: left;
}

input[name=captcha] {
    width: 75% !important;
    float: right !important;
    height: 50px;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.comment-logo {
	max-width: 100px;
}

#vertical-ruler {
	width: 3px;
	background: #000;
	position: absolute;
	bottom: 0px;
	left: -10px;
	display: flex;
	align-items: center;
}

#vertical-ruler .block_count {
	transform: rotate(-90deg);
	white-space: nowrap;
	padding-bottom: 70px;
}

#vertical-ruler:after, #vertical-dir:after {
	font-family: FontAwesome;
	bottom: -12px;
	left: -5.5px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	position: absolute;
	content: "\f107";
}

#vertical-ruler:before, #vertical-dir:before {
	font-family: FontAwesome;
	top: -13px;
	left: -5.5px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	position: absolute;
	content: "\f106";
}

#horizontal-ruler {
	height: 3px;
	background: #000;
	position: absolute;
	bottom: -10px;
	left: 0px;
}

#horizontal-ruler .block_count {
	width: 100%; 
	position: absolute; 
	text-align: center;
}

#horizontal-ruler:after, #horizontal-dir:after {
    font-family: FontAwesome;
    content: "\f105";
    right: -3px;
    font-size: 20px;
    font-weight: 600;
    color: inherit;
    position: absolute;
    top: -14px;
}

#horizontal-ruler:before, #horizontal-dir:before {
    font-family: FontAwesome;
    content: "\f104";
    left: -3px;
    font-size: 20px;
    font-weight: 600;
    color: inherit;
    position: absolute;
    top: -14px;
}

#slider-container {
	margin-top: 30px;
}

.tab-content.model3d,
.tab-content.blueprints {
    max-width: 100%;
    width: auto;
}

.tab-content.blueprints {
	margin-left: 25px;
}

.screen-xxs input[name="captcha"] {
    max-width: 190px;
}

.screen-xs input[name="captcha"] {
    max-width: 290px;
}

#model3dcontainer,
#model3dcontainer canvas {
    max-width: 100%;
}

.compass-container {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}

.compass-container #horizontal-dir, .compass-container #vertical-dir {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}

.compass-container #vertical-dir {
/*    height: 100%;
    width: 3px;
    top: 0;
    left: 50%;*/
    
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);    
}

#vertical-dir::before, #vertical-dir::after {
    bottom: 0;
    left: auto;
    color: inherit;
}

#vertical-dir::before {
    content: "\f104";
    top: -15px;
    left: -1px;
}

#vertical-dir::after {
    right: -2px;
    content: "\f105";
    top: -15px;
}

.compass-container #horizontal-dir span {
    position: absolute;
    line-height: 1px;    
    color: inherit;
}

.compass-container #east {    
    right: -17px;
}

.compass-container #west {
    left: -16px;
}

.compass-container #south {
    right: -15px;
}

.compass-container #north {
    left: -15px;
}

.compass-container #vertical-dir span {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    line-height: 1px;
    position: absolute;
    color: inherit;
}


