/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  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  ||
|| #################################################################### ||
\*======================================================================*/
html body {
	line-height: 28px;
}
.yjsg_grid {
	padding: 50px 0;
}
#yjsg1.yjsg_grid {
	padding: 15px 0 50px 0;
}
.sidebar-top {
	padding-bottom: 50px;
}
.sidebar-bottom {
	padding-top: 50px;
}
#yjsgheadergrid, #logoholder + #yjsgheadergrid {
	margin: 0 auto;
}
.holders {
	padding: 50px 0;
}
#pathway {
	padding: 0;
}
.yjsgsitew {
	margin: 0 auto;
}
/* Module and Items titles */
.article_title, .module_title {
	font-size: 170%;
}
/* Top menu*/
#topmenu_holder {
	margin: 0 auto 40px auto;
}
.horiznav a {
	text-transform: uppercase;
}
ul.subul_main a {
	font-size: 80%;
}
/*inside header*/
#yjsgheadergrid #topmenu_holder {
	float: right;
	margin-top: 60px;
}
/*menu center*/
.horiznav ul.yjsgmenu {
	text-align: center;
}
.horiznav ul.yjsgmenu li.level0 {
	float: none;
	display: inline-block;
	text-align: left;
}
/* top level menu items */
ul.yjsgmenu li a, ul.yjsgmenu.megadropline a.dlevel1a, ul.yjsgmenu.megadropline .cleardropline, ul.yjsgmenu.megadropline .cleardropline {
	padding: 8px 25px;
	height: 50px;
	line-height: 50px;
}
ul.yjsgmenu a span.yjm_has_desc, ul.yjsgmenu a span.yjm_has_all, ul.yjsgmenu.megadropline a.dlevel1a span.yjm_has_desc, ul.yjsgmenu.megadropline a.dlevel1a span.yjm_has_all {
	padding: 10px 0;
}
/* sub levels menu items */
ul.yjsgmenu ul li a {
	line-height: 45px;
}
ul.yjsgmenu ul a span.yjm_has_desc, ul.yjsgmenu ul a span.yjm_has_all {
	line-height: normal;
	padding: 10px 0;
}
/* description */
ul.yjsgmenu li a span.yjm_desc {
	text-transform: capitalize;
	font-size: 100%;
}
/* arrows */
ul.yjsgmenu span.child a:after {
	top: 12%;
	right: 10px;
}
ul.yjsgmenu ul span.child a:after, ul.yjsgmenu ul span.child a:hover:after {
	top: 5%;
}
/* Switcher */
#layout_type {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.ispattern {
	background-repeat: repeat;
	background-attachment: fixed;
}
body.isimage {
	background-repeat: no-repeat;
	background-position: 49.99% top;
	background-size: cover;
	background-attachment: fixed;
}
/*boxed*/
#layout_type.yjsgsitew .yjsg_grid {
	padding: 50px 30px;
}
#layout_type.yjsgsitew .extrapos1, #layout_type.yjsgsitew .extrapos2 {
	padding: 0 45px;
}
#layout_type.yjsgsitew #yjsgbodytop.yjsg_grid {
	padding: 0 0 50px 0;
}
#layout_type.yjsgsitew #yjsgbodybottom.yjsg_grid {
	padding: 50px 0 0 0;
}
#layout_type.yjsgsitew #pathway {
	padding: 0 45px;
}
#layout_type.yjsgsitew #footer {
	padding: 15px 45px;
}
#layout_type.yjsgsitew .holders {
	padding: 50px 30px;
}
#layout_type.yjsgsitew #yjsg1.yjsg_grid {
	padding: 15px 30px 50px 30px;
}
#layout_type.yjsgsitew .slidersfx-yjsgsfx-lquotes .yjsgModsChrome {
	margin: 0 30px 0 auto;
}
/* Logo centered */
#logoholder {
	display: block;
	margin: 0 auto;
}
/* Border radius */
.yjsgmenu ul, .yjsgmenu li.holdsgroup ul ul, .yjsgmenu ul li a.firstlast, .button_white, .button_color, .button_dark, .button_dark2, .yjk2_info, div.itemTagsBlock ul.itemTags li a, div.userItemTagsBlock ul.userItemTags li a, ul.latestItemTags li a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.slidersfx-yjsgsfx-lslider a.yjsgsliderNav, .slidersfx-yjsgsfx-lslider ul.yjsgsliderPagination li a, .liconblock span, .slidersfx-yjsgsfx-lquotes ul.yjsgsliderPagination li a, .lnewspop div.yjNewsPopContainer a.getmore, .contact_holder span, div.k2LatestCommentsBlock ul li a.lcAvatar img, div.itemComments ul.itemCommentsList li img, div.userBlock img, .mijoshop_circle_button {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
/*top left, bottom left*/
.yjsgmenu li.level0 a.first {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
/*top right, bottom right*/
.yjsgmenu li.level0:last-child a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/*top left and right*/
.yjsgmenu ul li a.first {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
/*bottom left and right*/
.yjsgmenu ul li a.last {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
/* Transition */
.slidersfx-yjsgsfx-lslider a.yjsgsliderNav {
	-webkit-transition: background 0.1s ease;
	-moz-transition: background 0.1s ease;
	-ms-transition: background 0.1s ease;
	-o-transition: background 0.1s ease;
	transition: background 0.1s ease;
}
.button_white, .button_white span, .slidersfx-yjsgsfx-lslider ul.yjsgsliderPagination li a, .button_color, .slidersfx-yjsgsfx-lquotes ul.yjsgsliderPagination li a, .button_dark, .button_dark2, .button_dark2 span, .lnewspop div.yjNewsPopContainer a.getmore, div.itemTagsBlock ul.itemTags li a, div.userItemTagsBlock ul.userItemTags li a, ul.latestItemTags li a, .lnewspop .yjnewspop, .button, a.readon, .lmijoproducts button.yj_mijo_button, .lmijoproducts .yj_mijop_image, .mijo_featured div.mijo_featured_in_border, .product-grid div.product-grid-in, .product-list > div, div.hikashop_product div.hikashop_subcontainer, .hikashop_products_pagination .list-footer .pagenav, .hikashop_subcategories_pagination .list-footer .pagenav, .pagenav_start_chevron, .pagenav_previous_chevron, .pagenav_next_chevron, .pagenav_end_chevron {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/* Template buttons */
/*button white*/
.button_white {
	display: table;
	overflow: hidden;
	padding: 12px 6px 12px 20px;
	margin: 0;
	text-transform: uppercase;
}
.button_white span {
	display: table;
	padding: 6px 0;
	margin: 0;
	float: right;
	opacity: 0;
}
/*hover*/
.button_white:hover {
	padding: 12px 0 12px 20px;
}
.button_white:hover span {
	opacity: 1;
	padding: 6px 20px 6px 20px;
}
/*button color*/
.button_color {
	display: table;
	overflow: hidden;
	padding: 10px 15px;
	border: none;
	font-size: 90%;
	line-height: normal;
	text-transform: uppercase;
}
/*button dark*/
.button_dark {
	display: table;
	overflow: hidden;
	padding: 15px 20px;
	border: none;
	font-size: 90%;
	line-height: normal;
	text-transform: uppercase;
}
/*button dark2*/
.button_dark2 {
	display: table;
	overflow: hidden;
	padding: 10px 0 10px 15px;
	text-transform: uppercase;
	line-height: normal;
	font-size: 100%;
}
.button_dark2 span {
	opacity: 0;
}
/*hover*/
.button_dark2:hover span {
	padding: 0 20px;
	opacity: 1;
}
.typo_bg {
	display: table;
	padding: 20px;
}
/*mijoshop circle button*/
.mijoshop_circle_button {
	display: none;
	overflow: hidden;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	z-index: 1;
}
/* Titles */
/*centered title*/
.ltitlecenter .yjsquare_in {
	padding-top: 180px;
}
.ltitlecenter .module_title {
	display: block;
	text-align: center;
	padding: 30px 0;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 250%;
	position: absolute;
	left: 0;
	right: 0;
}
.ltitlecenter .module_title .module_subtitle {
	font-weight: 300;
	font-size: 55%;
}
.ltitlecenter .module_title:after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	width: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
/*bold title*/
.bold_title {
	font-size: 350%;
	text-transform: uppercase;
	font-weight: 900;
	line-height: normal;
	margin: 0 auto;
	line-height: 45px;
}
/* Backgrounds */
/*top grid background*/
.topgridbg {
	display: block;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}
.topgridbg:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.7;
}
#yjsg1 {
	position: relative;
	z-index: 1;
}
.yjsg3_out {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.yjsg5_out {
	display: block;
}
#yjsg6 .yjsgxhtml {
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#yjsg6 .yjsgxhtml.first_mod {
	padding: 0 40px 0 15px;
}
#yjsg6 .yjsgxhtml.lastModule, #yjsg6 .yjsgxhtml.last_mod {
	border: none;
	padding: 0 15px 0 40px;
}
#yjsg6 .only_mod {
	border: none;
	padding: 0;
}
.bottom_out {
	display: block;
	overflow: hidden;
}
/* Module styles */
.yjsg2 .module_title, .yjsg3 .module_title {
	font-weight: 900;
}
.yjsg4 .module_title, .yjsg5 .module_title {
	font-weight: 300;
}
.yjsg4 .titlesplit0, .yjsg5 .titlesplit0 {
	font-weight: 900;
}
.yjsg6, .yjsg7 {
	padding: 10px 20px;
}
.yjsg8, .yjsg9, .yjsg10, .yjsg11 {
	padding: 10px 20px;
}
.yjsg10 .module_title, .yjsg11 .module_title {
	padding-bottom: 10px;
}
/* Additional */
#users-profile-core dt, #users-profile-core dd, #users-profile-custom dt, #users-profile-custom dd {
	padding: 5px 0;
}
.button, a.readon {
	text-transform: uppercase;
	padding: 5px 15px;
}
#jform_contact_name-lbl, #jform_contact_email-lbl, #jform_contact_emailmsg-lbl, #jform_contact_message-lbl {
	border: none;
}
div.backstretch {
	height: 100%!important;
}
/* Mijoshop top menu bar */
.lmijomenutop {
	float: left;
	clear: none;
	margin: -12px auto;
}
.lmijomenutop ul.defaultmenu.inline li {
	margin: 0 25px auto 0;
}
.lmijomenutop ul.defaultmenu.inline li a {
	font-size: 90%;
}
/* Mijoshop mini cart */
.lminicart {
	float: right;
	clear: none;
	margin: -15px auto;
}
.lminicart #header_oc {
	padding: 0;
	height: 34px;
	margin: 0;
}
.lminicart #header_oc #cart {
	width: auto;
	height: 34px;
	position: relative;
}
.lminicart #header_oc #cart .heading, .lminicart #header_oc #cart.active .heading, .lminicart #header_oc #cart .heading a {
	text-align: right;
}
.lminicart #header_oc #cart .heading a span {
	font-size: 100%;
	line-height: 34px;
}
.lminicart #header_oc #cart .content_oc {
	top: 34px;
}
/* Main slider */
.lslider h4 {
	display: block;
	font-weight: 900;
	font-size: 350%;
	margin: 0 auto;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
}
.lslider h4 span {
	display: block;
	font-size: 40%;
	font-weight: 300;
}
.lslider .button_white {
	margin: 20px auto;
}
.slidersfx-yjsgsfx-lslider {
	padding: 150px 0;
}
.slidersfx-yjsgsfx-lslider a.yjsgsliderNav {
	width: 53px;
	height: 50px;
	line-height: 50px;
	font-size: 35px;
}
.slidersfx-yjsgsfx-lslider ul.yjsgsliderPagination li a {
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	padding: 0;
	background: none;
}
.topgridbg .yjsgsliderLoader,
.slidersfx-yjsgsfx-lslider .yjsgsliderLoader{
	background:url(../images/preloader.gif) no-repeat center center;
}
/* Icon block */
.liconblock {
	text-align: center;
}
.liconblock .yjsg-row {
	margin: 0 -70px;
}
.liconblock .yjsg-col-1-3 {
	padding: 0 70px;
}
.liconblock span {
	display: table;
	margin: 0 auto 30px auto;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 250%;
	text-align: center;
}
.liconblock h4 {
	text-transform: uppercase;
	margin: 0 auto 20px auto;
}
.liconblock .button_color {
	opacity: 0;
	margin: 20px auto 0 auto;
}
/*hover*/
.liconblock .yjsg-col-1-3:hover .button_color {
	opacity: 1;
}
/* Extra positions */
.extrapos1_out, .extrapos2_out, .extrapos3_out {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.extrapos1_out {
	z-index: 1050;
}
.extrapos1, .extrapos2, .extrapos3 {
	display: block;
	padding: 0 15px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.extrapos1_out:after, .extrapos2_out:after, .extrapos3_out:after, .extrapos1:after, .extrapos2:after, .extrapos3:after {
	display: table;
	content: "";
	clear: both;
}
/* Summer collection */
.lmijoproducts .yjsquare_in {
	padding-bottom: 50px;
}
.lmijoproducts .yj_mijo_products_container {
	margin: 0 -20px;
}
.lmijoproducts .yj_mijo_product {
	padding: 25px;
}
.lmijoproducts .yj_mijop_image {
	display: block;
	overflow: hidden;
}
.lmijoproducts .yj_mijop_title {
	margin: 10px auto;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.lmijoproducts .yj_mijop_price {
	text-align: center;
	font-size: 120%;
}
.lmijoproducts .mijolinks_holder {
	display: block;
	overflow: hidden;
	text-align: center;
}
.lmijoproducts button.yj_mijo_button {
	background: none;
	margin: 25px 5px 0 5px;
	padding: 6px 10px;
}
/* Laura quoutes */
#user1.yjsgxhtml.slidersfx-yjsgsfx-lquotes {
	width: 50%;
}
#user1.yjsgxhtml.slidersfx-yjsgsfx-lquotes:after {
	content: "";
	position: absolute;
	display: block;
	left: -100%;
	right: 50%;
	bottom: 0;
	top: 0;
	opacity: 0.7;
}
.slidersfx-yjsgsfx-lquotes .yjsgModsChrome {
	position: relative;
	z-index: 1;
	margin: 0 40px 0 auto;
	padding: 20px;
}
.slidersfx-yjsgsfx-lquotes ul.yjsgsliderPagination {
	display: table;
	margin: 0 auto;
}
.slidersfx-yjsgsfx-lquotes ul.yjsgsliderPagination li a {
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	padding: 0;
	background: none;
}
.lquotes {
	display: block;
	text-align: center;
}
.lquotes .bold_title {
	margin-bottom: 20px;
}
.lquotes p {
	display: block;
	font-size: 300%;
	font-weight: 300;
	line-height: 60px;
	padding: 0;
}
.lquotes span {
	display: block;
	font-weight: 900;
	font-size: 50%;
}
/* Adverts */
.ladvert {
	margin-top: 15px;
}
.ladvert .yjsg-row {
	margin: 0 -30px;
}
.ladvert .yjsg-col-1-3 {
	padding: 0 30px;
}
.ladvert img {
	padding: 10px;
	width: 100%;
}
/* YJ News Pop */
.lnewspop .yjsquare_in {
	padding: 180px 0 50px 0;
}
.lnewspop .yjnewspop {
	padding: 10px;
}
.lnewspop .yjnewspopIntroBlock {
	padding: 30px 0;
	text-align: center;
}
.lnewspop .introTitle {
	font-weight: 900;
	font-size: 120%;
	text-transform: uppercase;
}
.lnewspop div.yjnewspopIntro, .lnewspop ul.yjnewspopFilter {
	display: none!important;
}
.lnewspop .button_dark2 {
	font-size: 100%;
	margin: 20px auto 0 auto;
}
.lnewspop div.yjNewsPopContainer .load_more {
	height: auto;
	width: auto;
	text-align: center;
	text-transform: uppercase;
}
.lnewspop div.yjNewsPopContainer a.getmore {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: none;
	text-shadow: none;
}
.lnewspop div.yjNewsPopContainer a.getmore span {
	display: block;
	overflow: hidden;
	widows: 40px;
	height: 40px;
	line-height: 40px;
}
div.yjNewsPopContainer .loading {
	height: 100px;
}
/*hover*/
.lnewspop .yjnewspop:hover img {
	opacity: 0.4;
}
/* Subscribe */
.lsubscribe .inputbox_name {
	background: none;
	box-shadow: none;
	padding: 14px 10px;
	height: auto;
	float: left;
	width: 350px;
	font-size: 90%;
}
.lsubscribe .button_dark {
	margin-left: 30px;
	float: left;
}
.lsubscribe .inputbox_name:focus {
	box-shadow: none;
}
/* Bottom lists */
ul.bottom_list li {
	background: none;
	padding: 2px 0;
	list-style-type: none;
}
/* Contact us */
.bottommods {
	padding-top: 20px;
}
.contact_holder {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 auto 20px auto;
	line-height: 45px;
}
.contact_holder span {
	display: table;
	font-size: 150%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
}
.contact_holder p {
	display: table;
	padding: 0 20px;
	margin: 0;
}
.contact_holder.address p {
	line-height: 25px;
}
/* Footer */
#cp {
	text-align: center;
	width: 100%;
}
.yjsglogo {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 20px auto 0 auto;
}
.yjsg-module-positions.smaller.modpos-footer {
	max-width: 100%;
}
/* RTL */
.yjsgrtl #yjsgheadergrid #topmenu_holder {
	float: left;
}
.yjsgrtl ul.yjsgmenu {
	float: none;
}
.yjsgrtl .horiznav ul.yjsgmenu li.level0 {
	text-align: right;
}
.yjsgrtl .yjsgmenu li.level0:last-child a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.yjsgrtl .yjsgmenu li.level0 a.first {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.yjsgrtl #user1.yjsgxhtml.slidersfx-yjsgsfx-lquotes:after {
	right: -100%;
	left: 50%;
}
.yjsgrtl .slidersfx-yjsgsfx-lquotes .yjsgModsChrome {
	margin: 0 0 0 40px;
}
.yjsgrtl #yjsg6 .yjsgxhtml.first_mod {
	padding: 0 15px 0 40px;
}
.yjsgrtl #yjsg6 .yjsgxhtml.lastModule, .yjsgrtl #yjsg6 .yjsgxhtml.last_mod {
	padding: 0 40px 0 15px;
	border: none;
}
.yjsgrtl #yjsg6 .yjsgxhtml {
	border-right: none;
}
.yjsgrtl .lsubscribe .inputbox_name, .yjsgrtl .lsubscribe .button_dark, .yjsgrtl .contact_holder span {
	float: right;
}
.yjsgrtl .lsubscribe .button_dark {
	margin-right: 30px;
	margin-left: 0;
}
.yjsgrtl .button_dark2 {
	padding: 10px 15px 10px 0;
}
.yjsgrtl #k2Container.itemListView, .yjsgrtl #k2Container.itemView, .yjsgrtl #k2Container.tagView, .yjsgrtl #k2Container.userView, .yjsgrtl #k2Container.latestView, .yjsgrtl #k2Container.genericView {
	margin: 0 0 0 45px;
}
.yjsgrtl .yjk2_date, .yjsgrtl .yjk2_author, .yjsgrtl .yjk2_cat, .yjsgrtl .yjk2_hits, .yjsgrtl .yjk2_comment, .yjsgrtl ul.preSocialLinks {
	float: right;
	margin: 0 0 0 20px!important;
}
.yjsgrtl #holder3 #container_oc {
	margin-right: 60px;
	margin-left: auto;
}
.yjsgrtl .hikashop_categories_listing_main, .yjsgrtl .hikashop_product_page, .hikashop_checkout_page {
	margin: 0 auto 0 60px;
}
.yjsgrtl .hikashop_product_quantity_field {
	float: right;
}
/* Hover effect */
.yj_hover {
	display: block;
	overflow: hidden;
	position: relative;
}
/*rotate hover*/
.yj_hover img, .lnewspop .yjnewspop a.yjnewspopLink img, div.subCategory, div.catItemView, div.itemView, div.tagItemView, div.userItemView, div.latestItemView, div.genericItemView, .lmijoproducts .yj_mijo_product img, .mijohome_cat .image, .mijohome_cat .image img, div.hikashop_category_image, div.hikashop_category_image img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.yj_hover {
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
div.subCategory:hover img, .lnewspop .yjnewspop:hover a.yjnewspopLink img, div.catItemView:hover img, div.itemView:hover span.itemImage img, div.tagItemView:hover img, div.userItemView:hover img, div.latestItemView:hover img, div.genericItemView:hover img, .lmijoproducts .yj_mijo_product:hover img, .mijohome_cat .image:hover img, div.hikashop_category_image:hover img {
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	-o-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
	opacity: 0.3!important;
}
.lmijoproducts .yj_mijo_product:hover img, .mijohome_cat .image:hover img, div.hikashop_category_image:hover img {
	opacity: 0.6!important;
}