/*======================================================================*\
|| #################################################################### ||
|| # Package - Yj Mijoshop Products								        ||
|| # Copyright (C) since 2007  Youjoomla.com . All Rights Reserved.     ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
@font-face {
	font-family: 'yjmijo';
	src:url('fonts/yjmijo.eot?xr6k3j');
	src:url('fonts/yjmijo.eot?#iefixxr6k3j') format('embedded-opentype'),  url('fonts/yjmijo.woff?xr6k3j') format('woff'),  url('fonts/yjmijo.ttf?xr6k3j') format('truetype'),  url('fonts/yjmijo.svg?xr6k3j#yjmijo') format('svg');
	font-weight: normal;
	font-style: normal;
}
 [class^="mijoic_"], [class*=" mijoic_"] {
 font-family: 'yjmijo';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 16px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.mijoic_wishlist:before {
	content: "\e601";
}
.mijoic_cart:before {
	content: "\e600";
}
.mijoic_compare:before {
	content: "\e602";
}
/* layout */
.yj_mijo_products_container,
.yj_mijo_products_container div {
	display:block;
	position:relative;
}
.yj_mijo_products_container {
	margin-left:-15px;
	margin-right:-15px;
}
.yj_mijo_product {
	padding:15px;
}
.yj_mijo_products_container,
.yj_mijo_products_container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.yj_mijo_products_container:after,
.yj_mijo_product *:after {
	display:table;
	content:'';
	clear:both;
}
/* parts */
.yj_mijop_title {
	font-size:18px;
	font-weight:700;
	margin-top:10px;
}
.yj_mijop_price {
	font-size:16px;
	margin-top:10px;
}
button.yj_mijo_button {
	background:#eee;
	color:#333;
	margin-top:10px;
	font-size:16px;
	cursor:pointer;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.yjmijo_note .success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url(../images/success.png) 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}