/* Content */
section.product > div {
	margin-top:50px;
}

section.product .content{
	width:50%;
	float:left;
	padding-right:24px;
	margin-bottom:25px;
}

section.product .content > div h1 {
    padding: 20px 0;
    margin: 50px 0 0 0;
    border-top: 5px solid rgb(249, 246, 246);
    color: #333333;
}

section.product .content > div h1 + p {
	padding-left:25px;
	font-weight:bold;
	color: #333333;
}

section.product > div .video-container {
	
}
section.product > div .video-container > video {
	
}
section.product > div .content {
	margin-top:15px;
}

/* Breadcrumbs */
section.product .breadcrumb {
	margin-bottom: 15px;
}

/* Image slider */ 
section.product .image-container .css-slider #overflow {
	border-radius: 6px;
}

/* Action */
section.product .action {
	width:50%;
	float:left;
	padding-left:24px;
	margin-top: 15px;
}

section.product .action > div:first-child {
	margin-top:0px !important;
}

section.product .action > div:first-child h3 {
	margin-top:0px;
}

/* Quotation */ 
section.product .quotation_container {
	position: relative;
	display: inline-block;
    margin-top: 50px;
}
section.product .quotation_container .quotation {
 	background: #9a996e;
    color: #fff;
    font-weight: bold;
    padding: 0 40px 0 15px;
	line-height: 30px;
	float:left;
	cursor: pointer;
	border-radius: 2px;
}
section.product .quotation_container > .quotation:after {
	content: "\f054";
	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;
	position: absolute;
	margin-left: 15px;
	line-height: 33px;
	top: 0px;
	font-size: 15px;
}
section.product .quotation_container .quotation:hover {
 	background: rgb(51, 51, 51);
}
section.product .quotation_container > a {
	margin-left:4px;
	line-height: 30px;
	padding: 0 10px;
	float:left;
	background: #ebebeb;
	color:#333333;
	border-radius: 2px;
}
section.product .quotation_container > a:hover {
	background: #e0e0e0;
}
section.product .quotation_container  .quotation + a {
	display:none;
}
section.product .quotation_container  .quotation + a.active {
	display:block;
}

/* Action */
section.product .action h1,
section.product .action h3 {
	color:#333333;
}

/* Info */
section.product .action > .info {
	padding: 20px 40px 10px 40px;
	margin-top:40px;
	font-size: 14px;
}
section.product .action > .info:before {
	content: "\f05a";
    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;
	font-size: 30px;
    color: #729cfd;
	transform: translateY(5px);
	margin-right: 15px;	
}

/* Account (not signed in) */
section.product .action > .account {
	margin-top:30px;
}

section.product .action > .account a {
	display:block;
	line-height:30px;
	margin:10px 10px 0px 45px;
	color:#000;
	text-align:left;
	font-size:14px;
}
section.product .action > .account a:before {
    content: "\f10c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    margin-right: 25px;
	color: #417afc;
}

section.product .action > .account a:hover {
	color:#417afc
}
section.product .action > .account a:hover:before {
    content: "\f192";
}

/* Description */
section.product .description {
	width: 50%;
    float: left;
    padding-left: 24px;
    margin: 15px 0 30px 0;
}
section.product .description .description-wrapper {
	position: relative;
    width: 100%;
    background: #fff;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgb(0 0 0 / 10%);
}
section.product .description .description-wrapper .info {
	margin-top:15px;
}
section.product .description .description-wrapper .info .meta {
	font-size: 14px;
	float:left;
	/*margin-right:10px;*/
	padding:0 10px;
	line-height: 35px;
	font-weight:bold;
	color:#121212;
	width:50%;
}
section.product .description .description-wrapper .info .meta > i {
	font-size:18px;
	margin-right:5px;
}
section.product .description .description-wrapper .info .meta > span {
	font-size:12px;
	margin-right:10px;
	font-weight:normal;
	color:#a4a4a4;
}
section.product .description .description-wrapper .info .variant > i {
	color:#e75529;
}
section.product .description .description-wrapper .info .age > i {
	color:#121212;
}

section.product .description .description-wrapper .text {
	padding: 20px 20px 40px 20px;
}


/* Product seller information */
section.product .info-seller {
	background:rgb(249, 246, 246);
	padding:0 10px 5px 10px;
}


section.product .info-seller > div:first-child {
	font-size:22px;
	margin:20px 0 0 0px;
	display:inline-block;
}

section.product .info-seller > div:first-child > small {
    display: block;
    font-size: 12px;
    color: #76967e;
}

section.product .info-seller > .contact {
	display:inline-block;
	margin-top:25px;
	width:100%;
	
}

section.product .info-seller > .contact > a {
	width:calc(50% - 5px);
	float:left;
	text-align:center;
	background: rgba(255, 255, 255, 0.79);
	color:#000;
}
section.product .info-seller > .contact > a:nth-child(1) {
	margin-right:5px;
}
section.product .info-seller > .contact > a:nth-child(2) {
	margin-left:5px;
}

section.product .info-seller > .contact > a i {
	width:100%;
	line-height:50px;
	font-size:32px;
	color:#76967e;
}

section.product .info-seller > .contact > a small {
	font-size:10px;
}

section.product .info-seller > .contact > a span {
	width:100%;
}





/* Product filters */
section.product .listview {
	margin-top:50px;
}

section.product .listview > ul {
}

section.product .listview > ul > li {
    display: inline-block;
    margin: 0;
    width: 100%;
}

section.product .listview > ul > li > span {
	width:50%;
	float:left;
    padding: 10px;
	font-size: 14px;
}
section.product .listview > ul > li > span:only-child {
	width:100%;
}
section.product .listview > ul > li:nth-child(even) > span {
	background:rgb(249, 246, 246);
}

/* Product price */
section.product .listview.price h3 {
	color: #76967e;
    /*text-align: center;*/
}
section.product .listview.price > ul > li {
    font-weight: bold;
    /*text-align: center;*/
}

/* Checklist */ 
section.product .checklist {
	margin-top:50px;
}
section.product .checklist p {
    font-weight: bold;
}

section.product .checklist ul {

	margin-bottom:40px;
}

section.product .checklist li {
	margin:10px 0;
}

section.product .checklist li:before {
    content: "\f05d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    margin: 0 10px;
	color: #417afc;
}


/* Meta table */
section.product .product-meta-table {
	width:100%;
	min-height: 200px;
	display: inline-block;
	padding:0 4px 40px 4px;
}
section.product .product-meta-table:not(.clean) {
	box-shadow: 0px 0px 14px 1px #eeefef;
}
section.product .product-meta-table > div {
    float: left;
    display: inline-block;
	
}

section.product .product-meta-table.two-column > div {
	width: 50%;
}
section.product .product-meta-table.four-column > div {
	width: 25%;
}
section.product .product-meta-table.five-column > div {
	width: 20%;
}
section.product .product-meta-table.seven-column > div {
	width: 14.2857%;
}
section.product .product-meta-table.eleven-column > div {
	width: 9.091%;
}
section.product .product-meta-table > div > ul > li > span.reference {
	display: none;
}
section.product .product-meta-table > div > img {
	width:60%;
	display: inherit;
	margin: 0 auto
}

section.product .product-meta-table > div > h5 {
    color: #231f20;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
	padding: 50px 0px 0 0;
    margin-top: 0;
    line-height: 15px;
}
section.product .product-meta-table > div > span {
	text-align: center;
	display: block;
	margin: 40px 0 10px 0;
 	font-size: 12px;
    font-weight: bold;
    color: #009ba4;
}
section.product .product-meta-table > div > ul {
	width:100%;
}
section.product .product-meta-table > div > ul > li {
    display: block;
    text-align: center;
    font-size: 12px;
	line-height:35px;
}
section.product .product-meta-table:not(.clean) > div > ul > li  {
	border-right: 4px solid #fff;
}
section.product .product-meta-table > div:last-child > ul > li {
	border-right:0;
}

section.product .product-meta-table > div > ul > li:nth-child(odd){
	background:#eeefef;
}

/* Two column table placeholder element */
section.product .table-placeholder.two-column > div > div {
	float:left;
	width:50%;
}

section.product .table-placeholder.two-column > div > div:nth-child(1) {
	margin-right:5%;
}


section.product .tags {
	margin-top:100px;
    width: 100%;
    display: inline-flex;
}
section.product .tags > ul {
    display: inline-block;
    width: 100%;
}
section.product .tags > ul > li {
    float: left;
    margin: 10px 5px 0 5px;
    padding: 4px 8px;
    background: #333333;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
}
section.product .tags > ul > li:first-child {
	/*margin-left:0;*/
}

/* Seperator*/
section.product .seperator {
	height:1px;
	width: 100%;
	background:#ccc;
	margin: 30px 0;
}

/* Related products */ 
section.product .related-products-container {
	max-width: 1400px;
	display: block;
	margin: 0 auto;
	position: relative;
	background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	border: 1px solid #f4f4f4;
}
section.product .related-products-container h4 {
    margin: 0;
    padding: 12px;
    font-size: 18px;
}
section.product .related-products .slick-slide {
    float: left;
    overflow: hidden;
    /*background: #fff;*/
}
section.product .related-products .slick-slide .tags.left ~ ul > li,
section.product .related-products .slick-slide {
	-webkit-transition:  width 1ms ease, background 100ms ease-in-out; /* Safari and Chrome */
	-moz-transition:  width 1ms ease, background 100ms ease-in-out; /* Firefox */
	-ms-transition:  width 1ms ease, background 100ms ease-in-out; /* IE 9 */
	-o-transition:  width 1ms ease, background 100ms ease-in-out; /* Opera */
	transition:  width 1ms ease, background 100ms ease-in-out;
}

section.product .related-products .slick-slide {
	-webkit-transition:  background 250ms ease-in-out; /* Safari and Chrome */
	-moz-transition:  background 250ms ease-in-out; /* Firefox */
	-ms-transition:  background 250ms ease-in-out; /* IE 9 */
	-o-transition:  background 250ms ease-in-out; /* Opera */
	transition:  background 250ms ease-in-out;
}

section.product .related-products .slick-slide:hover {
	/*background:#f6f7f7;*/
}
section.product .related-products .slick-slide a > .heading {
	width:100%;
	overflow:hidden;
	position:relative;
    padding: 10px;
}
section.product .related-products .slick-slide a > .heading img {
	width:100%;
	display: block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
section.product .related-products .slick-slide:hover a > .heading img {
	-webkit-transform:scale(1.03); /* Safari and Chrome */
	-moz-transform:scale(1.03); /* Firefox */
	-ms-transform:scale(1.03); /* IE 9 */
	-o-transform:scale(1.03); /* Opera */
	transform:scale(1.03);
}

section.product .related-products .slick-slide a h3 {
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    padding: 0 20px 20px 20px;
    color: #333;
	height: 50px;
}
section.product .related-products .slick-slide:hover a h3 {
	color:rgb(154, 153, 110);
}

section.product .related-products .slick-slide a > .tags {
	height:50px;
    padding: 10px;
}
section.product .related-products .slick-slide a > .tags h5 {
	float: left;
    color: #ffffff;
    margin: 2px 2px;
    padding: 3px 10px;
    border:1px solid transparent;
    border-radius: 5px;
    font-weight: 300;
    font-size: 10px;
    background: #76777d;
	
	-webkit-transition: all 250ms ease; /* Safari and Chrome */
	-moz-transition: all 250ms ease; /* Firefox */
	-ms-transition: all 250ms ease; /* IE 9 */
	-o-transition: all 250ms ease; /* Opera */
	transition: all 250ms ease;
}

section.product .related-products .slick-slide a > .tags h5:hover {
	color: #fff;
	border: 1px solid transparent;
    background: #dd0333;
}



section.product .load_data_assumptions {
	
}
section.product .load_data_assumptions > p {
	font-weight: bold;
    font-size: 14px;
}
section.product .load_data_assumptions > ul {
	width:50%;
	float:left;
}
section.product .load_data_assumptions > ul > li {
	position: relative;
    padding-left: 20px;
    line-height: 26px;
    font-size: 12px;
}
section.product .load_data_assumptions > ul > li:before {
	content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 9px;
    left: 0;
    border: 2px solid #eeefef;
}

@media only screen and (max-width: 1440px) {
	section.product .familiy_tree > div {
		width: 100%;
		padding: 0px 25%;
	}
	section.product .familiy_tree > div:last-child {
		margin-top:100px;
	}
}
@media only screen and (max-width: 1024px) {
	section.product .load_data_assumptions > ul {
		width: 100%;
	}
}

@media only screen and (max-width: 1100px) {
	/* Two column table placeholder element */
	section.product .table-placeholder.two-column > div > div {
		width:100% !important;
	}

	section.product .table-placeholder.two-column > div > div:nth-child(1) {
		margin-right:0%;
	}
	
	section.product .familiy_tree > div {
		width: 100%;
		padding: 0px 10%;
	}
	section.product .familiy_tree > div:last-child {
		margin-top:100px;
		margin-bottom:100px;
	}
}
@media only screen and (max-width: 1100px) {
	section.product .action {
		width:100% !important;
		padding-left:0px;
	}
	section.product .content {
		width:50% !important;
	}
}
@media only screen and (max-width: 768px) {
	section.product .action,
	section.product .description,
	section.product .content {
		width:100% !important;
		padding-left:0px;
		padding-right:0px;
	}
	
	section.product .info-seller > .contact > a {
		width:100%;
	}
	section.product .info-seller > .contact > a:nth-child(1) {
		margin-right:0px;
	}
	section.product .info-seller > .contact > a:nth-child(2) {
		margin-left:0px;
		margin-top:10px;
	}
	
	section.product .product-meta-table.first-full-width:not(.not-responsive) > div:first-child {
		width:100% !important;
	}
	section.product .product-meta-table.first-full-width:not(.not-responsive) > div:not(:first-child) {
		width:50% !important;
	}
	section.product .product-meta-table.first-full-width:not(.not-responsive) > div:not(:first-child) > ul > li {
		position: relative;
	}
	section.product .product-meta-table.first-full-width:not(.not-responsive) > div:not(:first-child) > ul > li > span.reference {
		display: block;
		position: absolute;
    	left: 12px;
	}
	section.product .product-meta-table.first-full-width:not(.not-responsive) > div:not(:first-child) > ul > li:first-child > span.reference:first-child {
		top:-35px;
		font-size: 12px;
		font-weight: bold;
		color: #009ba4;
	}
	section.product .product-meta-table:not(.not-responsive):not(.first-full-width) > div {
		width:100% !important;
	}

	section.product .product-meta-table > div > h5 {
		font-size: 10px;
	}
}
@media only screen and (max-width: 512px) {
	section.product .familiy_tree > div {
		width: 100%;
		padding: 0px;
	}
}