/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2013 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ==================== GENERAL ==================== */
input[type="text"],
input[type="password"],
input[type="email"], .inputbox {
	box-shadow: none;
	border-radius: 3px;
}
/* ----------- PRODUCT LISTING ----------- */
#system-message {
	margin: 25px 0 20px;
}
form {
	margin: 10px 0 5px !important;
}
.hikashop_products_pagination .list-footer .limit .inputbox,
.hikashop_subcategories_pagination .list-footer .limit .inputbox {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.hikashop_products_listing_main .hikashop_subcontainer {
	padding: 0;
	position: relative;
	overflow: hidden;
	border: none;
}
.hikashop_products_listing_main .hikashop_subcontainer.thumbnail {
	box-shadow: none;
	border-radius: 0 !important;
	border: none;
}
.hikashop_categories_listing_main .hikashop_container .hikashop_subcontainer.thumbnail:hover {
	box-shadow: none;
}
.hikashop_products_listing_main .hikashop_subcontainer .hikashop_product_image:hover img {
	transform: scale(1.15,1.15);
}
.hikashop_product_image {
	padding-bottom: 0;
	overflow: hidden;
}
.hikashop_container .hikashop_product_image div.hikashop_product_image_subdiv {
	width: 100% !important;
}
.hikashop_products_listing_main .hikashop_subcontainer .hikashop_product_image img {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.hikashop_products_listing_main .hikashop_subcontainer .hikashop_product_image {
	position: relative;
	max-width: 100% !important;
	margin: 0 auto;
}
.hikashop_products_listing_main .hikashop_subcontainer .hikashop_product_image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,.6);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.hikashop_products_listing_main .hikashop_subcontainer:hover .hikashop_product_image:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hikashop_products_listing_main .product-content input.hikashop_cart_input_button {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 100;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.hikashop_products_listing_main .hikashop_subcontainer:hover .product-content input.hikashop_cart_input_button {
	top: 38%;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
#jsn-page .product-content input.hikashop_cart_input_button:hover {
	background-color: rgba(0,0,0,.8);
}
.product-content {
	text-align: center;
	padding-bottom: 15px;
}
.hikashop_subcontainer:hover .product-content {
	visibility: visible;
	opacity: 1;
}
span.hikashop_product_name a {
	text-transform: uppercase;
	font-size: 17px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 300;
}
body.jsn-color-orange [class*="hikashop_"] a,
body.jsn-color-orange #hikashop_cart_listing td a,
body.jsn-color-orange .hikashop_product_stock a.hikashop_product_quantity_field_change {
	color: #f57c33;
}
body.jsn-color-blue span.hikashop_product_name a,
body.jsn-color-blue span.hikashop_category_name a,
body.jsn-color-blue #hikashop_cart_listing td a,
body.jsn-color-blue .hikashop_product_stock a.hikashop_product_quantity_field_change  {
	color: #459ff3;
}
body.jsn-color-violet span.hikashop_product_name a,
body.jsn-color-violet span.hikashop_category_name a,
body.jsn-color-violet #hikashop_cart_listing td a,
body.jsn-color-violet .hikashop_product_stock a.hikashop_product_quantity_field_change  {
	color: #8560a8;
}
body.jsn-color-red span.hikashop_product_name a,
body.jsn-color-red span.hikashop_category_name a,
body.jsn-color-red #hikashop_cart_listing td a,
body.jsn-color-red .hikashop_product_stock a.hikashop_product_quantity_field_change  {
	color: #c0191f;
}
body.jsn-color-green span.hikashop_product_name a,
body.jsn-color-green span.hikashop_category_name a,
body.jsn-color-green #hikashop_cart_listing td a,
body.jsn-color-green .hikashop_product_stock a.hikashop_product_quantity_field_change  {
	color: #8dc63f;
}
body.jsn-color-grey span.hikashop_product_name a,
body.jsn-color-grey span.hikashop_category_name a,
body.jsn-color-grey #hikashop_cart_listing td a,
body.jsn-color-grey .hikashop_product_stock a.hikashop_product_quantity_field_change  {
	color: #36baaf;
}
span.hikashop_product_price {
	color: #737373;
	font-weight: 300;
	font-size: 15px;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-style: normal;
}
.hikashop_product_price_per_unit {
	display: none;
}
.hikashop_products .separate {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	display: inline-block;
	margin: 10px 0;
}
/* ----- FADE----- */
.product-description {
	width: 200px;
	height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}
.hikashop_fade_effect span.hikashop_product_name a {
	margin-top: 5px;
}
.hikashop_fade_effect span.hikashop_product_name {
	margin-bottom: 0;
}
.hikashop_fade_effect .hikashop_img_pane_panel {
	bottom: 0;
}
/* ----- PRODUCT-IMAGE----- */
.product-content.product-image .hikashop_product_price_full {
	margin-top: 60px;
}
.hikashop_img_pane_panel .hikashop_product_price_full .hikashop_product_price {
	color: #fff;
}
.hikashop_img_pane_panel {
	line-height: 1.5;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	background: transparent;
}
/* ----- PRODUCT-IMAGE PANEL----- */
.hikashop_img_pane_panel {
	bottom: -500px;
	z-index: 150;
	padding: 40px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wekit-box-sizing: border-box;
}
.hikashop_subcontainer:hover .hikashop_img_pane_panel {
	bottom: 0;
}
/* ----- PRODUCT-IMAGE SLIDE HORIZONTAL----- */
.hikashop_horizontal_slider .product-description,
.hikashop_horizontal_slider .hikashop_product_name {
	font-weight: 300;
}
.hikashop_horizontal_slider .hikashop_img_pane_panel {
	bottom: 0;
}
/* ----- PRODUCT-IMAGE SLIDE VERTICAL----- */
.hikashop_vertical_slider .hikashop_img_pane_panel {
	bottom: 0;
}
#jsn-page .hikashop_cart_input_button,
button.hikashop_cart_input_button {
	color: #fff !important;
	text-transform: uppercase;
	padding: 8px 12px;
	/*margin-top: 5px;*/
	background-image: none;
	text-shadow: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* ----- PRODUCT-IMAGE AND DESCRIPTION ----- */
.hikashop_products_listing_main .hikashop_subcontainer table td {
	display: block;
}
.hikashop_products_listing_main .hikashop_subcontainer .hikashop_product_stock table td {
	display: table-cell;
}
.hikashop_products_listing_main .hikashop_subcontainer .hikashop_product_stock table {
	margin: 0 auto;
}
.hikashop_products_listing_main .hikashop_subcontainer table td span.hikashop_product_price_full {
	margin-top: 15px;
}
/* ============= CATEGORIES MENU MODULE ============ */
.pane-sliders .panel {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	background: none;
}
div.panel h3.title {
	border-bottom: none;
	background: none !important;
}
div.panel h3.title a {
	font-weight: 300;
	color: #737373;
	font-size: 1em;
	padding: 0;
}
div.panel h3.pane-toggler {
	padding: 8px 0;
}
div.panel h3.pane-toggler a {
	padding-left: 20px;
}
.pane-sliders .panel h3 {
	background: none;
	font-weight: 300;
}
.pane-sliders .panel h3:hover,
.pane-sliders .panel h3.pane-toggler-down {
	background: #f8f8f8;
}
.pane-sliders .panel h3:hover a,
.pane-sliders .panel h3.pane-toggler-down a {
	color: #9c9c9c;
}
/* ----------- HIKASHOP MODULE ----------- */
.hikashop_module.richbox-2 {
	border: none;
}
#jsn-leftsidecontent span.hikashop_product_name a,
#jsn-rightsidecontent span.hikashop_product_name a {
	font-size: 15px;
	margin-top: 15px;
}
#jsn-leftsidecontent .hikashop_product,
#jsn-rightsidecontent .hikashop_product {
	margin-bottom: 10px;
}
.hikashop_currency_module select{
	max-width: 100%;
}
/* ----------- PRODUCT DETAIL PAGE ----------- */
#hikashop_product_left_part div {
	display: inline-block;
	width: 100%;
	text-align: left !important;
}
#hikashop_product_left_part .hikashop_product_main_image,
#hikashop_product_left_part .hikashop_product_main_image .hikashop_product_main_image_subdiv {
	text-align: left !important;
}
#hikashop_product_right_part {
	text-align: left;
}
#hikashop_product_right_part span.hikashop_product_price {
	color: #737373;
	font-weight: 300;
	font-size: 25px;
}
#hikashop_product_right_part span.hikashop_product_price_full {
	text-align: left;
}
/* ----------- CART MODULE ----------- */
#hikashop_cart_module a.hikashop_small_cart_clean_link {
	height: 13px;
	margin-left: 5px;
}
#hikashop_cart_module a img {
	margin: 0;
	float: left;
}
#hikashop_cart_module input.hikashop_cart_input_button {
	margin-top: 5px;
}
/* ----------- MINI SHOPPING CART ----------- */
.hikashop_cart_title {
	font-weight: 400;
	font-size: 15px;
}
.hikashop_cart_module_product_name_value a {
	text-transform: capitalize;
}
.hikashop_cart_module span.hikashop_product_price_full {
	margin-bottom: 0;
}
.hikashop_cart_module .hikashop_cart table {
	border-collapse: collapse;
}
.hikashop_cart_module hr {
	background: none;
}
.hikashop_cart_module .hikashop_cart table th,
.hikashop_cart_module .hikashop_cart table td {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.hikashop_cart_module .hikashop_cart table tfoot {
	border: 1px solid #e5e5e5;
	width: 100%;
}
.hikashop_cart_module .hikashop_cart table tfoot td {
	border: none;
	font-weight: 600;
}
.hikashop_cart_module .hikashop_cart table tfoot tr:first-child {
	display: none;
}
#hikashop_checkout_coupon {
	font-weight: 300;
	font-size: 14px;
}
#hikashop_checkout_coupon input {
	padding: 7px 6px;
	border-radius: 3px;
	box-shadow: none;
}
.table-striped tbody > tr:nth-child(2n+1) > td,
.table-striped tbody > tr:nth-child(2n+1) > th {
	background: #fff;
}
/* ----------- CHECK OUT ----------- */
#hikashop_checkout_page h1 {
    border-bottom: 3px double #e5e5e5;
    color: #000;
    font-size: 2.2em;
    font-weight: 300;
    padding-bottom: 0;
}
#hikashop_checkout_login_left_part .control-group {
	margin-bottom: 10px;
}
#hikashop_checkout_login_left_part .control-group span.add-on i {
	display: none;
}
.hikashop_checkout_login h2 {
	background: url(icons-uni.png) 0 -1624px no-repeat;
	padding-left: 45px;
}
.hikashop_checkout_login_right_part {
	padding-left: 20px;
}
.hikashop_checkout_login_right_part h2 {
	background-position: 0 -1283px;
}
.hikashop_checkout_login_right_part h3 {
	color: #737373;
	font-size: 1.8em;
	font-weight: 300;
	background: url(icons-uni.png) 0 -853px no-repeat;
	padding-left: 45px;
	line-height: 36px;
}
#hikashop_checkout_login_left_part h2,
#hikashop_checkout_login_right_part h2,
#hikashop_checkout_login_right_part h3 {
	font-weight: 300;
}
#hikashop_checkout_login_left_part h2,
#hikashop_checkout_login_right_part h2 {
	font-size: 1.8em;
}
#hikashop_checkout_login_right_part h3 {
	font-size: 1.5em;
}
#hikashop_checkout_login_left_part input,
#hikashop_checkout_login_right_part input,
#hikashop_checkout_login_left_part select,
#hikashop_checkout_login_right_part select {
	padding: 8px 5px;
	border-radius: 3px;
	box-shadow: none;
}
p#com-form-login-remember {
	display: inline-block;
	width: 100%;
}
p#com-form-login-remember label {
	display: inline-block;
}
#hikashop_checkout_login_left_part #remember {
	margin: 5px 5px 0 0;
	float: left;
}
.hikashop_no_border tr,
.hikashop_no_border td,
#hikashop_address_listing tr,
#hikashop_address_listing td,
#hikashop_address_form_span_iframe tr,
#hikashop_address_form_span_iframe td,
#hikashop_product_quantity_main tr,
#hikashop_product_quantity_main td,
#hikashop_checkout_page tr,
#hikashop_checkout_page td,
#hikashop_affiliate_main tr,
#hikashop_affiliate_main td {
	padding: 10px 5px;
}
#hikashop_checkout_billing_address fieldset legend,
#hikashop_payment_methods fieldset legend {
	background: url(icons-uni.png) 0 -1283px no-repeat;
	padding-left: 45px;
	line-height: 36px;
	font-size: 1.8em;
	border-bottom: 3px double #e5e5e5;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 10px;
}
#hikashop_checkout_billing_address fieldset legend,
#hikashop_payment_methods fieldset legend {
	background-position: 0 -78px;
	font-weight: 300;
}
#hikashop_checkout_cart table {
	border-collapse: collapse;
}
#hikashop_checkout_cart table td,
#hikashop_checkout_cart table th {
	padding: 10px;
}
#hikashop_checkout_cart table tfoot td {
	padding: 5px 10px;
	font-weight: 300;
}
#hikashop_checkout_cart table tfoot tr:last-child td {
	font-weight: bold;
	border: none;
}
#hikashop_checkout_cart table tbody td,
#hikashop_checkout_cart table thead th {
	border: 1px solid #e5e5e5;
	margin: 0;
	vertical-align: middle;
}
.hikashop_cart_product_name_value {
	width: 36%;
}
p.hikashop_cart_product_name a {
	text-transform: capitalize;
	font-size: 14px;
}
#hikashop_checkout_cart table hr {
	background: none;
}
.hikashop_cart_product_quantity_value input.hikashop_product_quantity_field {
	padding: 3px;
}
#hikashop_checkout_page .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh img,
#hikashop_checkout_page .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete img{
	margin: 5px 3px 0;
}
#hikashop_search {
	padding: 5px 3px;
}
span.hikashop_checkout_cart_taxes {
	font-weight: 300;
	font-size: 15px;
}
#hikashop_checkout_cart_final_total_title,
.hikashop_header_buttons a {
	font-size: 15px;
}
span.hikashop_checkout_cart_final_total {
	color: #737373;
	font-size: 15px;
	font-style: normal;
	font-family: Roboto;
}
a.hikashop_checkout_billing_address_new_link {
	float: right;
	margin-top: 15px;
	display: inline-block;
}
/* ----------- PRODUCT DETAIL PAGE ----------- */
#hikashop_product_top_part h1 {
    border-bottom: medium none;
    font-size: 2.2em;
    font-weight: 300;
    text-transform: capitalize;
	color: #000000;
}
.hikashop_category_information h2 {
    border-bottom: none;
    color: #484848;
    font-size: 1.8em;
    font-weight: 300;
}
.hikashop_product_stock a.hikashop_product_quantity_field_change {
	margin: 0;
	font-weight: 300;
}
#hikashop_product_quantity_main .hikashop_product_stock tr:first-child td:first-child {
	padding-left: 0;
    display : none;
}
#hikashop_product_quantity_main .hikashop_product_stock td {
	padding: 0 5px;
    display: none;
}
input.hikashop_product_quantity_field {
	text-indent: 0;
	border-radius: 3px;
	box-shadow: none;
    display: none;
}
img.hikashop_child_image {
	height: 60px;
	margin: 0 10px 0 0;
}
#modal-hikashop_new_address_popup{
	height: 545px !important;
}
/* ----------- WISHLIST PAGE ----------- */
.hikashop_showcart_infos .key {
	background: none;
	font-weight: 300;
	font-size: inherit;
}
#hikashop_cart_product_listing {
	border-collapse: collapse;
}
#hikashop_cart_product_listing [class*="row"]:hover,
.hikashop_checkout_cart table [class*="row"]:hover {
	background-color: #fff;
}
#hikashop_cart_product_listing th,
#hikashop_cart_product_listing td {
	padding: 10px;
	border: 1px solid #e5e5e5;
}
#hikashop_cart_product_listing .hika_show_cart_total td {
	font-weight: bold;
	font-size: inherit;
	color: #555;
	font-style: normal;
}
/* ----------- WISHLIST MODULE ----------- */
.hikashop_wishlist_module table {
	border-collapse: collapse;
}
.hikashop_wishlist_module table td,
.hikashop_wishlist_module table th {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.hikashop_wishlist_module table th:last-child {
	border: none;
}
#hikashop_carts_listing button.btn {
	border: none;
	color: #fff;
	padding: 6px 20px;
	border-radius: 3px;
}
table.hikashop_no_border tbody tr td:first-child {
	padding: 0;
}
/* ----------- SHOPPING CART PAGE ----------- */
#hikashop_carts_listing .hikashop_header_title h1,
#hikashop_cart_listing .hikashop_header_title h1 {
	background: url(icons-uni.png) 0 -163px no-repeat;
	padding-left: 45px;
	line-height: 36px;
	font-size: 1.8em;
	color: #737373;
	font-weight: 300;
}
#hikashop_cart_listing {
	border-collapse: collapse;
}
#hikashop_cart_listing th {
	font-weight: 400;
	font-size: inherit;
}
#hikashop_cart_listing th,
#hikashop_cart_listing td {
	padding: 10px;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
	text-align: center;
}
.hikashop_carts .row0,
.hikashop_orders .row0 {
	background: #f8f8f8;
}
#hikashop_cart_listing .hikashop_showcart_infos td {
	border: none;
}
#hikashop_show_cart_form #hikashop_cart_listing .hikashop_showcart_infos td {
	border: 1px solid #e5e5e5;
	text-align: left;
}
#hikashop_show_cart_form #hikashop_cart_listing .hikashop_showcart_infos td #hikashop_wishlist_link_display {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 30px;
}
#hikashop_cart_listing .hikashop_showcart_infos input {
	margin-bottom: 0;
}
div.toolbar a {
	border: none;
}
#hikashop_cart_listing td a {
	text-decoration: none;
	font-size: inherit;
}
body[class*="jsn-color-"] #hikashop_cart_listing td a:hover {
	color: #666;
}
#hikashop_carts_listing .header h1,
#hikashop_affiliate_main .header h1,
#hikashop_address_listing .header h1,
#hikashop_order_listing .header h1 {
	font-weight: 300;
	font-size: 2.2em;
}
#hikashop_order_listing th,
#hikashop_order_listing th a {
	font-size: 14px;
}
#hikashop_order_listing th {
	border: 1px solid #e5e5e5;
}
/* ----------- CONTACT PAGE ----------- */
#hikashop_contact_form dd {
	margin-left: 0;
	margin-bottom: 15px;
}
#hikashop_contact_form label {
	font-size: 15px;
}
#hikashop_contact_form textarea {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: none;
}
.hikashop_product_contact_page .toolbar button.btn {
	color: #fff;
	box-shadow: none;
	padding: 6px 15px;
	margin-top: 10px;
	border: none;
}
.hikashop_product_contact_page .toolbar button.btn img {
	display: none;
}
/* ----------- CUSTOMER PAGE ----------- */
#hikashop_cpanel_main .hikashop_header_title {
	width: 100%;
}
#hikashop_cpanel_title h1 {
	font-weight: 300;
}
#hikashop_cpanel_main .hikashop_header_title h1 {
	background: url(icons-uni.png) 0 -1624px no-repeat;
	padding-left: 45px;
	margin-top: 25px;
	line-height: 36px;
	font-size: 1.8em;
	color: #737373;
	border-bottom: 3px double #e5e5e5;
	padding-bottom: 10px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#hikashopcpanel div.icon a {
	border: 1px solid #e5e5e5;
}
#hikashopcpanel div.icon a:hover {
	background: #f8f8f8;
}
/* ----------- CHECKOUT PAGE ----------- */
.hikashop_payment_methods_table td {
	border: 1px solid #e5e5e5;
}
/* ----------- DOWNLOAD LISTING PAGE ----------- */
#hikashop_download_listing .hikashop_no_border .btn {
	padding: 6px 15px;
	box-shadow: none;
	border: none;
	color: #fff;
}
/* ----------- CATEGORIES LISTING PAGE ----------- */
.hikashop_categories_listing_main .hikashop_subcontainer {
	border: 1px solid #e5e5e5;
	border-radius: 0 !important;
	padding: 0;
}
.hikashop_categories_listing_main .hikashop_products_listing_main .hikashop_subcontainer {
	border: inherit;
}
#jsn-mainbody .hikashop_subcategories_listing .hikashop_subcontainer {
	position: relative;
}
#jsn-mainbody .hikashop_subcategories_listing span.hikashop_category_name {
	position: absolute;
	display: block;
	text-transform: uppercase;
	top: 0;
	left: 0;
}
#jsn-mainbody .hikashop_subcategories_listing span.hikashop_category_name a {
	font-size: 20px;
	font-weight: 300;
	margin-top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 5px 20px;
    vertical-align: middle;
}
#jsn-mainbody .hikashop_subcategories_listing .hikashop_subcontainer:hover span.hikashop_category_name a {
	color: #fff;
}
#jsn-mainbody .hikashop_subcategories_listing .product-info span.hikashop_category_name a {
	display: inline-block;
	vertical-align: middle;
	background: rgba(0,0,0,.6);
	padding: 5px 20px;
}
#jsn-mainbody .hikashop_subcategories_listing .hikashop_subcontainer:hover .product-info span.hikashop_category_name a {
	background: rgba(0,0,0,.8);
	color: #fff;
}
.hikashop_subcategories_listing [class*="hikashop_category_column_"] .hikashop_container table {
	margin: 0;
}
.hikashop_subcategories_listing [class*="hikashop_category_column_"] .hikashop_container table td {
	display: block;
	text-align: center;
	width: 100%;
}
#jsn-mainbody .hikashop_subcategories_listing th span.hikashop_category_name,
#jsn-mainbody .hikashop_subcategories_listing .hikashop_slide_vertical_description span.hikashop_category_name {
	display: block;
	position: inherit;
}
#jsn-mainbody .hikashop_subcategories_listing th span.hikashop_category_name a,
#jsn-mainbody .hikashop_subcategories_listing .hikashop_subcontainer:hover th span.hikashop_category_name a,
#jsn-mainbody .hikashop_subcategories_listing .hikashop_slide_vertical_description span.hikashop_category_name a,
#jsn-mainbody .hikashop_subcategories_listing .hikashop_subcontainer:hover .hikashop_slide_vertical_description span.hikashop_category_name a {
	color: #555;
	margin-top: 15px;
	display: inline-block;
}
#jsn-mainbody .hikashop_subcategories_listing .hikashop_subcontainer:hover th {
	font-weight: 300;
}
#jsn-mainbody .hikashop_subcategories_listing th .hikashop_img_pane_panel span.hikashop_category_name,
#jsn-mainbody .hikashop_vertical_slider .hikashop_subcategories_listing .hikashop_img_pane_panel span.hikashop_category_name {
	display: none;
}
/* ----------- CATEGORIES MODULE DIV  ----------- */
.hikashop_module .hikashop_container {
	position: relative;
}
.hikashop_module .hikashop_container .product-info span.hikashop_category_name a {
	position:absolute;
	left: 0;
	top: 0;
}
.hikashop_module .hikashop_container .product-info span.hikashop_category_name a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	background: rgba(0,0,0,.6);
	padding: 3px 10px;
}
.hikashop_module .hikashop_container:hover .product-info span.hikashop_category_name a {
	background: rgba(0,0,0,.8);
	color: #fff;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container {
	margin: 0 0 15px !important;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container table {
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container table td {
	display: block;
	text-align: center;
	width: 100%;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container table td h2 {
	font-size: 18px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_horizontal_slider table {
	border: none;
	padding: 0;
	text-align: center;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_horizontal_slider table th {
	font-weight: 300;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_horizontal_slider table .hikashop_category_desc,
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_vertical_slider .hikashop_category_desc {
	padding: 0 10px;
	font-size: 12px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_horizontal_slider .hikashop_category_name,
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_vertical_slider .hikashop_category_name {
	padding-top: 10px;
	display: inline-block;
}
.hikashop_product_list,
.hikashop_category_list {
	width: 100%;
}
/* ----------- PAGINATION ----------- */
.hikashop_products_pagination .list-footer .limit,
.hikashop_subcategories_pagination .list-footer .limit {
	color: #737373;
	font-weight: 300;
	font-size: 15px;
}
.hikashop_products_pagination .list-footer .limit .inputbox,
.hikashop_subcategories_pagination .list-footer .limit .inputbox  {
	color: #737373;
}
.hikashop_products_pagination .list-footer .pagenav,
.hikashop_subcategories_pagination .list-footer .pagenav {
	padding: 8px 12px;
	font-weight: 300;
	font-size: 14px;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.hikashop_products_pagination .list-footer a.pagenav,
.hikashop_subcategories_pagination .list-footer a.pagenav {
	color: #737373;
}
.hikashop_products_pagination .list-footer span.pagenav,
.hikashop_subcategories_pagination .list-footer span.pagenav {
	color: #fff;
}
/* ----- TEMPLATE COLORS ----- */
#jsn-page .hikashop_cart_input_button,
button.hikashop_cart_input_button,
#hikashop_carts_listing button.btn,
.hikashop_products_pagination .list-footer span.pagenav,
.hikashop_subcategories_pagination .list-footer span.pagenav,
.hikashop_products_pagination .list-footer a.pagenav:hover,
.hikashop_subcategories_pagination .list-footer a.pagenav:hover,
.hikashop_product_contact_page .toolbar button.btn,
#hikashop_download_listing .hikashop_no_border .btn {
	background-image: none;
	text-shadow: none;
}
.jsn-color-orange #jsn-page .hikashop_cart_input_button,
.jsn-color-orange button.hikashop_cart_input_button,
.jsn-color-orange #hikashop_carts_listing button.btn,
.jsn-color-orange .hikashop_products_pagination .list-footer span.pagenav,
.jsn-color-orange .hikashop_subcategories_pagination .list-footer span.pagenav,
.jsn-color-orange .hikashop_products_pagination .list-footer a.pagenav:hover,
.jsn-color-orange .hikashop_subcategories_pagination .list-footer a.pagenav:hover,
.jsn-color-orange .hikashop_product_contact_page .toolbar button.btn,
.jsn-color-orange #hikashop_download_listing .hikashop_no_border .btn{
	background-color: #ff8600;
}
.jsn-color-violet #jsn-page .hikashop_cart_input_button,
.jsn-color-violet button.hikashop_cart_input_button,
.jsn-color-violet #hikashop_carts_listing button.btn,
.jsn-color-violet .hikashop_products_pagination .list-footer span.pagenav,
.jsn-color-violet .hikashop_subcategories_pagination .list-footer span.pagenav,
.jsn-color-violet .hikashop_products_pagination .list-footer a.pagenav:hover,
.jsn-color-violet .hikashop_subcategories_pagination .list-footer a.pagenav:hover,
.jsn-color-violet .hikashop_product_contact_page .toolbar button.btn,
.jsn-color-violet #hikashop_download_listing .hikashop_no_border .btn {
	background-color: #8561a9;
}
.jsn-color-blue #jsn-page .hikashop_cart_input_button,
.jsn-color-blue button.hikashop_cart_input_button,
.jsn-color-blue #hikashop_carts_listing button.btn,
.jsn-color-blue .hikashop_products_pagination .list-footer span.pagenav,
.jsn-color-blue .hikashop_subcategories_pagination .list-footer span.pagenav,
.jsn-color-blue .hikashop_products_pagination .list-footer a.pagenav:hover,
.jsn-color-blue .hikashop_subcategories_pagination .list-footer a.pagenav:hover,
.jsn-color-blue .hikashop_product_contact_page .toolbar button.btn,
.jsn-color-blue #hikashop_download_listing .hikashop_no_border .btn {
	background-color: #429ef3;
}
.jsn-color-green #jsn-page .hikashop_cart_input_button,
.jsn-color-green button.hikashop_cart_input_button,
.jsn-color-green #hikashop_carts_listing button.btn,
.jsn-color-green .hikashop_products_pagination .list-footer span.pagenav,
.jsn-color-green .hikashop_subcategories_pagination .list-footer span.pagenav,
.jsn-color-green .hikashop_products_pagination .list-footer a.pagenav:hover,
.jsn-color-green .hikashop_subcategories_pagination .list-footer a.pagenav:hover,
.jsn-color-green .hikashop_product_contact_page .toolbar button.btn,
.jsn-color-green #hikashop_download_listing .hikashop_no_border .btn {
	background-color: #8ec63f;
}
.jsn-color-grey #jsn-page .hikashop_cart_input_button,
.jsn-color-grey button.hikashop_cart_input_button,
.jsn-color-grey #hikashop_carts_listing button.btn,
.jsn-color-grey .hikashop_products_pagination .list-footer span.pagenav,
.jsn-color-grey .hikashop_subcategories_pagination .list-footer span.pagenav,
.jsn-color-grey .hikashop_products_pagination .list-footer a.pagenav:hover,
.jsn-color-grey .hikashop_subcategories_pagination .list-footer a.pagenav:hover,
.jsn-color-grey .hikashop_product_contact_page .toolbar button.btn,
.jsn-color-grey #hikashop_download_listing .hikashop_no_border .btn {
	background-color: #7d7d7d;
}
.jsn-color-red #jsn-page .hikashop_cart_input_button,
.jsn-color-red button.hikashop_cart_input_button,
.jsn-color-red #hikashop_carts_listing button.btn,
.jsn-color-red .hikashop_products_pagination .list-footer span.pagenav,
.jsn-color-red .hikashop_subcategories_pagination .list-footer span.pagenav,
.jsn-color-red .hikashop_products_pagination .list-footer a.pagenav:hover,
.jsn-color-red .hikashop_subcategories_pagination .list-footer a.pagenav:hover,
.jsn-color-red .hikashop_product_contact_page .toolbar button.btn,
.jsn-color-red #hikashop_download_listing .hikashop_no_border .btn {
	background-color: #c01920;
}
input.button.hikashop_cart_input_button:hover,
button.hikashop_cart_input_button:hover,
#hikashop_carts_listing button.btn:hover{
	background-color: #000 !important;
}
#member-profile .validate:hover,
#member-profile a:hover{
	background: #000 !important;
	color: #fff !important;
}
/* ----------- CAROUSEL EFFECT ----------- */
.hikashop_products_listing_main .hikashop_subcontainer.hikashop_main_carousel_div:hover .hikashop_product_image:before {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hikashop_products_listing_main .hikashop_subcontainer.hikashop_main_carousel_div li ul li:hover .hikashop_product_image:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hikashop_products_listing_main .hikashop_product_carousel li ul li {
	position: relative;
}
.hikashop_products_listing_main .hikashop_product_carousel input.hikashop_cart_input_button {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-top: -17px !important;
	margin-left: -60px !important;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 100;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	color: #fff !important;
}
.hikashop_products_listing_main .hikashop_product_carousel .hikashop_subcontainer:hover .product-content input.hikashop_cart_input_button {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hikashop_products_listing_main .hikashop_product_carousel .hikashop_subcontainer:hover li ul li:hover input.hikashop_cart_input_button {
	top: 38%;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
#jsn-page .hikashop_product_carousel input.hikashop_cart_input_button:hover {
	background-color: rgba(0,0,0,.8);
}
/* ----------- AFFILIATE ----------- */
#hikashop_affiliate_main #adminForm fieldset {
	border-radius: 0;
	border: 1px solid #e5e5e5;
}
#member-profile fieldset{
	margin-top: 25px;
}
#modal-hikashop_affiliate_clicks_popup,
#modal-hikashop_edit_address_popup_1{
	height: 550px !important;
}
/* ----------- RESPONSIVE LAYOUT  ----------- */
@media only screen and (max-width: 768px), (max-device-width: 768px) {
	div[id*="hikashop_category_information_module"] div.hikashop_category,
	div[id*="hikashop_category_information_module"] div.hikashop_product {
		width: 49% !important;
		margin-right: 1%;
	}
}
@media only screen and (max-width: 640px), (max-device-width: 640px) {
	div[id*="hikashop_category_information_menu"] div.hikashop_category,
	div[id*="hikashop_category_information_menu"] div.hikashop_product {
		width: 49% !important;
		margin-right: 1%;
	}
	div[id*="hikashop_category_information_menu"] div.hikashop_product .hikashop_product_image_subdiv {
		width: 100%;
	}
	#hikashop_download_listing th {
		display: block;
	}
		#hikashop_download_listing .hikashop_no_border .btn {
		margin-top: 10px;
	}
	#hikashop_download_listing td {
		text-align: center;
	}
}
@media only screen and (max-width: 320px), (max-device-width: 320px) {
	div[id*="hikashop_category_information_menu"] div.hikashop_category,
	div[id*="hikashop_category_information_menu"] div.hikashop_product {
		width: 100% !important;
		margin-bottom: 10px;
	}
	div[id*="hikashop_category_information_module"] div.hikashop_category,
	div[id*="hikashop_category_information_module"] div.hikashop_product {
		width: 100% !important;
		margin-bottom: 10px;
	}
	#hikashopcpanel div.icon {
		width: 100%;
	}
	#jsn-page #hikashop_checkout_next_button {
		float: left;
	}
	#hikashop_checkout_cart table td,
	#hikashop_checkout_cart table th {
		padding: 5px;
		text-align: center;
	}
}


/*--- custom ---*/

.hikashop_no_border [class^="icon-"], .hikashop_no_border [class*=" icon-"] {
    background-position: inherit !important;
}
.list-footer select{
	margin-left: 8px;
}
#hikashop_checkout_page > form > div{
	margin-top: 40px;
}
#hikashop_checkout_page > form > div:first-child,
#hikashop_checkout_page > form > div#hikashop_checkout_cart{
	margin-top: 0;
}
.hikashop_cart_input_button{
	max-width: 100%;
}