/*--------------------------------------------------------------
	BASE STYLES
--------------------------------------------------------------*/
html, body {
	font-family: 'Raleway', sans-serif;
	height: 100%;
}

a, a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
	PRODUCT PAGE
--------------------------------------------------------------*/

.container-fluid{
	margin-top: 30px;
}

#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: 22px;
	font-size: 14px;
}

.product-categories a
{
	color: #1ca2bd;
	border-bottom: 1px dotted #1ca2bd;
	line-height: 2;
	padding-bottom: 2px;
	margin-right: 3px;
}


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

.whatsapp-chat
{
	padding: 6px 6px;
	color: white;
	margin-right: 1%;
}

.whatsapp-chat img
{
	margin-left: 10px;
}


#itemDetails
{
	margin-top: 20px;
}

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

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

#productspecifications table
{
	font-size: 15px;
	text-align: right;
}

.btn:hover, .thumb-content .btn:focus {
	color: #fff;
	background: rgb(67,67,67);
	border-color: #000;
	box-shadow: none;
}

.sms-note {
	color: darkred;
}
