.warranty {
	border: 1px solid #d6d4d4;
	margin: 0px 2%;
	margin-bottom: 30px;
	margin-top: 35px;
	background-color: white;
}

.warranty .form-heading {
	padding: 20px;
	border-bottom: 1px solid #d6d4d4;
	color: rgb(172,55,53);
}

.warranty .form-heading h2 {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
}

.warranty .form-heading h2 p {
	margin-top: 15px;
}

.warranty .form-login{
	padding: 25px;
}

.warranty button {
	background-color: #4c4c4c;
	color: #ededed;
	font-size: 17px;
	border-radius: 4px;
	border: 0;
	padding: 10px 25px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 20px;
}

.warranty button:hover, .warranty button:focus, .warranty button:active, .warranty button:active:hover {
	background-color: rgba(233,91,15,1);
	color: #ffffff;
	border: 0;
}

.warranty_error
{
	color: red;
	padding-top: 5px;
	font-weight: bold;
}

/*--------------------------------------------------------------
	PRODUCT PAGE
--------------------------------------------------------------*/
#product-information
{
    text-align: right;
    background-color: rgb(235,235,235);
    padding: 10px 10px;
}

.invalid-code, .system-error
{
    border: 1px solid black;
    text-align: center;
    margin: 5%;
    border-radius: 20px;
    box-shadow: darkred 0 0 50px;
    padding: 20px;

}

.invalid-code h3, .system-error h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: darkred;
}

.authenticity-warning
{
    border: 1px solid black;
    text-align: center;
    margin: 5%;
    border-radius: 20px;
    box-shadow: lawngreen 0 0 20px;
    padding: 20px;

}

.authenticity-warning h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: green;
}

.main-product-pic
{
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

.main-product-pic img
{
    height: 360px;
    width: 360px;
    opacity: 0.85; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
    filter:alpha(opacity=85); /* for <= IE 8 */
}

.addition-product-pic
{
    text-align: right;
    margin-top: 5px;
    width: 330px;
}

.addition-product-pic img {
    max-height: 110px;
    max-width: 100px;
    opacity: 0.6;
    border: 1px solid grey;
    margin: 4px 3px;
}


h1.product-title-farsi{
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.product-categories
{
    margin-bottom: 10px;
    font-size: 14px;
}

.product-categories a
{
    color: rgba(233,91,15,1);
    border-bottom: 1px dotted rgba(233,91,15,1);
    line-height: 2;
    padding-bottom: 2px;
    margin-right: 3px;
}

.product-categories a:hover
{
    text-decoration: none;
    color: rgba(233,91,15,1);
}

#itemDetails li a
{
    font-size: 18px;
    text-decoration: none;
    color: black;
}

#itemDetails>li>a {
    padding: 10px 10px;
}

.table>tbody>tr>td
{
    padding: 4px;
}

table
{
    font-size: 15px;
    text-align: right;
    border: 1px solid orangered;
    border-radius: 10px;
    margin-bottom: 10px;
}

td i
{
    color: #d0243c;
    text-align: center;
    font-size: 12px;
}
