/*======================================================================*\
|| #################################################################### ||
|| # 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  ||
|| #################################################################### ||
\*======================================================================*/
/* Main holder */
.hikashop_categories_listing_main,
.hikashop_product_page,
.hikashop_checkout_page {
	margin: 0 60px 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hikashop_submodules {
	padding: 0;
}
/* Categories */
div.hikashop_subcategories {
	margin: 0 -20px;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.hikashop_category {
	width: 33.3%!important;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.hikashop_container {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 auto!important;
}
div.hikashop_subcontainer {
	display: block;
	overflow: hidden;
	padding: 0;
	border-radius: 0!important;
}
div.hikashop_category_image {
	display: block;
	overflow: hidden;
	border: 1px solid #dedede;
	height: auto!important;
}
div.hikashop_category_image img {
	width: 100%;
}
span.hikashop_category_name {
	display: block;
	overflow: hidden;
	padding: 20px 0;
}
span.hikashop_category_name a {
	text-align: center;
	font-size: 120%;
	font-weight: 400;
	text-transform: capitalize;
	line-height: normal;
	margin: 0 auto;
}
/* Description */
div.hikashop_category_description_content {
	display: block;
	overflow: hidden;
	border: 1px solid #dedede;
	padding: 20px;
	margin: 0 auto 30px auto;
}
div.hikashop_category_description_content p {
	padding: 0;
	margin: 0 auto;
}
/* Products List */
div.hikashop_products {
	margin: 0 -20px;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.hikashop_product {
	width: 33.3%!important;
	padding: 0 20px;
	margin: 0 auto 30px auto;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.hikashop_product div.hikashop_subcontainer {
	border: 1px solid #dedede;
	display: block;
	overflow: hidden;
	padding: 15px;
}
div.hikashop_product_image {
	position: relative;
	display: block;
	overflow: hidden;
	border: none;
	height: auto!important;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #dedede;
}
div.hikashop_product_image_subdiv {
	width: 100%!important;
}
div.hikashop_product_image img {
	width: 100%;
}
span.hikashop_product_name {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}
span.hikashop_product_name a {
	display: table;
	font-size: 120%;
	font-weight: 400;
	text-transform: capitalize;
	margin: 15px auto 10px auto;
	text-align: center;
}
span.hikashop_product_price_full {
	font-size: 150%;
	color: #242424;
	font-weight: 400;
	margin: 0 auto 15px auto;
	text-align: center;
}
span.hikashop_product_price {
	font-size: 100%;
	color: #242424;
	font-weight: 400;
	text-align: center;
	font-family: inherit;
	font-style: normal;
}
span.hikashop_product_price_per_unit {
	display: none;
}
.hikashop_products_pagination .list-footer .limit .inputbox {
	border-radius: 0;
}
/*buttons*/
.hikashop_cart_input_button,
.hikashop_cart_input_button:hover {
	display: table;
	margin: 0 auto;
	color: #fff!important;
	border: 1px solid;
	padding: 10px 15px;
	height: auto;
	width: auto!important;
	font-size: 90%;
	float: none;
}
/* Product view */
.hikashop_product_left_part {
	width: auto;
	margin-right: 60px;
}
.hikashop_product_right_part {
	width: 55%;
}
.hikashop_product_main_image {
	height: auto!important;
	border: 1px solid #dedede;
}
.hikashop_product_main_image img {
	margin: 10px auto 0 auto!important;
}
.hikashop_product_right_part h1 {
	margin: 0 auto 20px auto;
	font-weight: 900!important;
	font-size: 300%!important;
	line-height: normal!important;
	text-transform: uppercase!important;
}
.hikashop_product_description_main {
	border-bottom: 1px solid #dedede;
}
.hikashop_product_description_main p {
	color: #989898;
}
.hikashop_vote_stars {
	line-height: 15px;
	padding: 20px 0 0 0;
}
.hikashop_products_listing .hikashop_vote_stars {
	padding: 0 0 20px 0;
}
.hikashop_product_price_main span.hikashop_product_price_full {
	font-size: 200%;
}
.hikashop_product_quantity_main {
	border-top: 1px solid #dedede;
	padding-top: 15px;
}
.hikashop_product_stock table {
	width: 100%;
}
.hikashop_product_stock td[rowspan="2"]:first-child {
	max-width: 20px;
}
.hikashop_product_quantity_field {
	width: 40px;
	height: 40px;
	border: 1px solid #dedede;
	padding: 0!important;
}
a.hikashop_product_quantity_field_change,
a.hikashop_product_quantity_field_change:hover {
	margin: 0;
}
.hikashop_product_quantity_main .hikashop_cart_input_button {
	width: 100%!important;
}
.hikashop_listing_comment {
	font-weight: 400;
}
.hika_comment_listing td {
	padding: 5px 15px;
}
div.hikashop_footer a {
	display: none;
}
/* Hikashop checkout */
/*Login register*/
div#hikashop_checkout_page form h1 {
	font-weight: 900;
	font-size: 150%;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.hikashop_checkout_login {
	width: 100%;
}
.hikashop_checkout_login_left_part,
.hikashop_checkout_login_right_part {
	width: 50%;
}
#hikashop_checkout_login_right_part table {
	width: 100%;
}
#hikashop_checkout_login_left_part fieldset {
	margin-right: 40px;
}
#hikashop_checkout_login_left_part h2,
#hikashop_checkout_login_right_part h2,
#hikashop_checkout_login_right_part h3 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: 400;
}
#hikashop_checkout_login_left_part input,
#hikashop_checkout_login_right_part input {
	width: 90%;
	padding: 8px 5px;
}
#hikashop_checkout_login_right_part select {
	margin: 3px 0px;
	padding: 8px 5px;
	border-radius: 0;
	width: 90%;
	border: 1px solid #dedede;
}
#hikashop_checkout_login_right_part td.key {
	width: auto;
}
.hikashop_field_required {
	line-height: 40px;
}
div#hikashop_checkout_page .hikashop_cart_input_button {
	margin: 0;
	padding: 8px 15px;
}
/*payment*/
.hikashop_payment_methods fieldset legend {
	font-size: 150%!important;
	text-transform: uppercase;
}
.hikashop_payment_methods .hikashop_checkout_payment_description {
	margin: 0;
}
.hikashop_payment_methods .hikashop_credit_card input[type="text"] {
	border: 1px solid #dedede;
	border-radius: 0;
	box-shadow: none;
	padding: 8px 5px;
}
#hikashop_checkout_coupon {
	font-size: 100%!important;
	font-weight: 400!important;
	text-align: left;
}
#hikashop_checkout_coupon input#hikashop_checkout_coupon_input {
	padding: 8px 15px;
	border: 1px solid #dedede!important;
}
#hikashop_checkout_coupon .hikashop_cart_input_button,
#hikashop_checkout_coupon .hikashop_cart_input_button:hover {
	float: none;
	display: table;
}
/*checkout cart*/
#hikashop_checkout_cart thead th {
	background: #f5f5f5;
	text-align: left;
}
.hikashop_product_checkout_cart_image {
	max-width: 50%;
}
.hikashop_cart_product_name a {
	font-size: 100%;
}
#hikashop_checkout_cart span.hikashop_product_price {
	font-size: 70%;
}
#hikashop_checkout_cart .hikashop_product_quantity_field {
	width: 30px;
	height: 30px;
}
#hikashop_checkout_cart tbody tr td {
	border-bottom: 1px solid #dedede;
}
.hikashop_checkout_cart_final_total {
	font-family: inherit!important;
	font-size: 150%!important;
	font-weight: 900!important;
	font-style: normal!important;
	color: #242424!important;
}
/* billing */
#hikashop_checkout_address_billing_only {
	margin-bottom: 30px;
}
#hikashop_checkout_address_billing_only fieldset legend {
	font-size: 150%!important;
	text-transform: uppercase;
}
/* Hikashop categories menu */
.lhikacate.yjsg6 {
	margin-bottom: 50px;
}
.lhikacate .hikashop_categories_listing_main {
	margin: 0 auto;
}
.lhikacate div.hikashop_subcategories {
	margin: 0 auto;
}
.lhikacate .hikashop_category_list {
	width: 100%;
}
.lhikacate .hikashop_category_list li {
	border-bottom: 1px solid #dedede;
}
.lhikacate .hikashop_category_list li:last-child {
	border: none;
}
.lhikacate .hikashop_category_list li.active a,
.lhikacate .hikashop_category_list li a:hover {
	color: #242424;
}
/* Hikashop mini cart */
.lhikacart span.hikashop_product_price_full {
	margin: 0 auto;
}
/*popup*/
#sbox-window {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.tpl_component .hikashop_cart_input_button {
	float: left;
}
.tpl_component .inputbox {
	width: 90%;
	padding: 8px 5px;
	margin: 5px auto;
}
/*pagination*/
.hikashop_products_pagination .list-footer .pagenav,
.hikashop_subcategories_pagination .list-footer .pagenav {
	padding: 10px 15px;
	border: 1px solid #dedede;
	border-radius: 0;
	margin: 0 3px;
}
.pagenav_start_chevron,
.pagenav_previous_chevron,
.pagenav_next_chevron,
.pagenav_end_chevron,
.pagenav_start_chevron:hover {
	padding: 4px 15px;
	border-radius: 0;
	margin: 0 3px;
	background-position: 15px -18px;
}
.pagenav_previous_chevron,
.pagenav_previous_chevron:hover {
	background-position: -15px -18px;
}
.pagenav_next_chevron,
.pagenav_next_chevron:hover {
	background-position: -43px -18px;
}
.pagenav_end_chevron,
.pagenav_end_chevron:hover {
	background-position: -73px -18px;
}