﻿.info-text, .light-blue .info-text
{
	padding: 10px 5%;
}

.info-list 
{
	width: 100%;
	margin-bottom: 15px;
}

.info-list .row
{
	display: table;
	height: 50px;
	margin-bottom: 10px;
}

.info-question
{
	color: #1f3e49;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0px;
}

.info-answer
{
	line-height: 22px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 15px;
}

.info-list .title
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #444;
	text-align: center;

}

.info-list .left
{

	display: table-cell;
	vertical-align: middle;
	width: 40%;
	height:100%;
	padding:0px 10% 0px 10%;
}

.info-list .left img
{
	width: 100%;

	padding-left: 15%;
}

.info-list .right
{
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding: 0px 10% 0px 0px;
}

.info-list.no-sidebar 
{
    width: 70%;
    margin: 30px auto 50px;
    padding-bottom: 30px;
}

.info-with-full-image.no-sidebar 
{
    width: 70%;
    margin: 30px auto 0;
}

.info-list.no-sidebar p 
{
    padding: 0px 30px 10px;
}

.info-with-full-image, .info-list
{
	margin: 30px 0;
}

.info-with-full-image, .info-list
{
	-webkit-box-shadow: 0px 2px 4px 0px #b4b4b4;
	-moz-box-shadow: 0px 2px 4px 0px #b4b4b4;
	box-shadow: 0px 2px 4px 0px #b4b4b4;
    background: #fff;
    border: 1px solid #b4b4b4;
}

.info-with-full-image img {
    margin-top: 0px;
    display: block;
    width: 100%;
}

.info-with-full-image.border .bold {
    padding: 10px;
    margin: 0 0 10px;
    color: #f37a1f;
    border-bottom: #b4b4b4 1px solid;
    background-color: #fff;
}

.info-with-full-image p, .info-with-full-image h2 {
    padding: 0px 30px 10px;
}

.info-with-full-image h3 {
    padding: 0 15px;
}

.info-with-full-image.spark-plug img, .info-with-full-image.cutting-legend, .info-with-full-image.manual-img 
{
    margin: 0 auto 20px;
    display: block;
    width: 50%;
}

.center-img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.warranty-chart
{
	font-size:12px;
	width:100%;
	margin: 40px auto;
}

.warranty-chart td
{

	background-color: #ddd;
	text-align: center;
	padding: 5px;
}

.warranty-chart .warranty-title
{
	color:#444;
	font-weight: bold;
    padding: 10px;
}

.warranty-chart .warranty-header
{
	background-color: #f3832e;
	text-align:center;
	vertical-align: top;
	border: 1px solid black;
	width:20%;
}

.warranty-chart .row
{
	display: table-row;
	height: 50px;
	margin-bottom: 10px;
}

.warranty-chart .cell
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 20%;
	border: 1px solid black;
}

.product-box
{
	width: 100%; 
	margin-bottom: 20px;
	overflow:auto;
    align-items: center;
    justify-content: center;
}

.product-box-image
{
	float:left; 
	width: 30%; 
	padding-top: 30px;
    position: relative;
}

.product-box-image img
{
	width: 100%;
	display: block;
}

.deflectors 
{
	overflow: hidden;
}

.deflectors img 
{
    width: 200%;
    margin: -42px 0 0 -24%;
}
.deflectors.rx img 
{
    margin: -20px 0 0 -38%;
}

.pointer:after 
{
    background: url(../images/procedure/popup-button.svg) top left no-repeat;
}

.pointer:after 
{
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 2px;
    width: calc(30% - 10px);
    height: calc(30% - 10px);
    background-size: 100% auto !important;
}

.product-box-text-container 
{
    float: left;
    width: calc(70% - 10px);
    padding: 0 0 40px;
}

.product-box-text-header 
{
    text-align: center;
    font-size: 20px;
    padding: 5px 5px 10px;
    margin: 10px 20px;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
}

.product-box-text
{
	padding: 0 20px;
}

.animation 
{
	margin: 0 auto 40px;
	width: calc(100% - 60px);
}

@media screen and (max-width: 700px)
{
    .info-list.no-sidebar {
		width: calc(100% - 10px);
		padding: 0;
	}

	.info-list.no-sidebar p {
		padding: 0px 30px 10px;
	}

    .center-img {
        width: 100%; 
    }

    .info-with-full-image.manual-img 
    {
        width: 80%;
    }
	 
    .product-box 
    {
       display: block;
       align-items: none;
       justify-content: none;
    }

	.product-box-image
	{
		float:none; 
		width: 100%; 
        padding-top: 15px;
	}

	.product-box-text-container
	{
		float:none; 
		width:100%;
	}

	.product-box-image img
	{
		display:block;
		margin:auto;
		width: 50%;
	}

    .deflectors img, .deflectors.rx img {
    	width: 100%;
    	margin: auto;
	}

    .pointer:after {
        left: 25%;
        background-size: 40% auto !important;
        top: 16px;
    }
    
    .animation img {
    	width: 100%;
    }
}