/**
 * @package    HikaShop for Joomla!
 * @version    5.1.1
 * @author     hikashop.com
 * @copyright  (C) 2010-2024 HIKARI SOFTWARE. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

.green {
	color: #61d17d !important;
}

.orange {
	color: #FFB26C !important;
}

.blue {
	color: #0055BB !important;
}

.bg_green {
	background-color: #61d17d;
	border-color: #61d17d;
}

.bg_orange {
	background-color: #FFB26C;
	border-color: #FFB26C;
}

.bg_blue {
	background-color: #0055BB;
	border-color: #0055BB;
}

.bg_white {
	background-color: #fff;
}

.bid_estrela {
	padding-top: 0px !important;
}

.bid_estrela>a {
	background-color: #FFB26C;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	white-space: normal;
}

.bid_estrela>a:hover {
	transform: scale(1.1);
	/* Aumenta ligeiramente ao passar o mouse */
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.bid_estrela>a:active {
	transform: scale(1.05);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.bid_estrela>a:after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 200%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent,
			rgba(255, 255, 255, 0.6),
			transparent);
	animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(100%);
	}
}

.swiper {
	overflow: visible;
}

.swiper-button-prev {
	margin-left: -50px !important;
	color: #FFB26C !important;
}

.swiper-button-next {
	margin-right: -50px !important;
	color: #FFB26C !important;
}

.swiper-pagination {
	top: 5px !important;
}

.swiper-pagination-bullet-active {
	background: #FFB26C !important;
}

.hikashop_subcontainer {
	padding: 10px 0px 0px 0px !important;
	border: solid 1px #eee;
	border-radius: 15px !important;
	overflow: visible;
}

.frontpage .hikashop_subcontainer {
	padding: 0px !important;
	border: solid 0px !important;
}

.hikashop_product_code:before {
	/* font-family: FontAwesome; */
	font-family: ilustre;
	;
	/* content: "\f02b"; */
	content: "\e900";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
}

.hikashop_product_code {
	color: #888;
	text-align: left !important;
	font-size: small;
	font-weight: bold;
}

.hikashop_product_modalidade {
	color: #FFF;
	text-align: right !important;
	font-size: small;
	padding: 2px 10px;
	border-radius: 5px;
	width: fit-content;
	float: right;
}

.hikashop_product_listing_image {
	margin: 5px auto;
}

.hikashop_product_name {
	padding: 0px 15px;
	font-weight: bold;
	color: #000;
	text-align: left !important;
}

.hikashop_product_tipo {
	color: #000;
	text-align: left !important;
	font-size: small;
}

.hikashop_product_tipo_image {
	display: inline;
}

.hikashop_product_local {
	color: #000;
	text-align: right !important;
	font-size: small;
	float: right;
}

.hikashop_product_local:before {
	font-family: FontAwesome;
	content: "\f041";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
}

.hikaauction_bid_button {
	font-weight: bold;
}

.leilao {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #dedede;
	display: flex !important;
	justify-content: space-between !important;
	margin-top: 10px;
	padding: 10px;
	color: #000;
	font-size: small;
}

.leilao_esq {
	display: flex !important;
	gap: 3px !important;
}

.leilao_dir {
	display: flex !important;
	gap: 3px !important;
}

.leilao_flex {
	display: flex !important;
}

.leilao_col_esq {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-end;
	font-weight: bold;
}

.leilao_col_dir {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.popup-span {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

/* Estilo do popup (oculto por padrão) */
.popup-span .popup-text {
	visibility: hidden;
	white-space: nowrap;
	/* width: 200px; */
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 8px;
	border-radius: 5px;
	position: absolute;
	bottom: 125%;
	/* Ajuste para posicionar o popup acima da span */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 9999;
}

/* Setinha abaixo do popup */
.popup-span .popup-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

/* Exibe o popup quando a span é hoverada */
.popup-span:hover .popup-text {
	visibility: visible;
	opacity: 1;
}


.leilao_time {
	width: 100%;
	display: flex !important;
	justify-content: flex-end;
}

.leilao_time.hurry {
	font-weight: bold;
	animation: flash .8s infinite;
	/* Aplica a animação */
}

@keyframes flash {
	0% {
		opacity: 1;
		/* Totalmente visível */
	}

	50% {
		opacity: 0.2;
		/* Totalmente invisível */
	}

	100% {
		opacity: 1;
		/* Volta a ser totalmente visível */
	}
}

.hikashop_product_code_main:before {
	/* font-family: FontAwesome; */
	font-family: ilustre;
	/* content: "\f02b"; */
	content: "\e900";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
}

.hikashop_product_code_main {
	color: #888;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	/* White shadow */
	text-align: left !important;
	font-size: 1.2em;
	font-weight: bold;
}

.hikashop_product_name_main {
	padding: 0px 15px;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
	/* White shadow */
	text-align: left !important;
	font-size: 2em;
}

@media (min-width: 992px) {
	.remove-padding-left {
		padding-left: 0px !important;
		padding-right: 10px !important;
	}

	.remove-padding-right {
		padding-right: 0px !important;
		padding-left: 10px !important;
	}
}

.myblock {
	background-color: #fff;
	padding: 10px 20px !important;
	box-shadow: 3px 5px rgba(0, 0, 0, .02), 0 0 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .08) !important;
	border: solid 1px #eee;
	border-radius: 15px !important;
	overflow: visible;
	margin-bottom: 20px;
}

.mytitle {
	color: #888;
	text-align: left !important;
	font-size: 1.2em;
	font-weight: bold;
}


.hikashop_product_modalidade_main {
	color: #FFF;
	text-align: left !important;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 5px;
	width: fit-content;
}

.leilao_encerrado {
	color: red;
	font-weight: bold;
	font-stretch: condensed;
}

.leilao_main {
	display: flex !important;
	justify-content: space-between !important;
}

#bid_amount, .hikaauction_bid_button {
	width: 100% !important;
}

.auction_history_table th {
	color: #888 !important;
}

.hikashop_filter_main_div {
	border-width: 0px 0px 1px 0px !important;
}

.hikashop_filter_fieldset_mobile>h3 {
	display: none;
}

/* Modulo sugestoes */
.hikashop_category_information h2 {
	color: #FFB26C;
}

.hikashop_category_information h2:before {
	font-family: ilustre;
	content: "\e900";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
}

/* Menu utilizador front end */
.hika_cpanel_icons {
	display: flex;
	flex-direction: column;
}

.hika_cpanel_icon {
	padding-bottom: 20px;
}

.hikabtn-primary {
	color: #fff;
	background-color: #FFB26C;
	border-color: #FFB26C;
}

.hikabtn-primary:hover {
	color: #fff;
	background-color: #f88c27;
	border-color: #f88c27;
}

/* EO mycustoms */

div.hikashop_footer {
	padding-top: 20px;
	clear: both;
	padding-bottom: 20px
}

div.hikashop_category_image {
	clear: both;
}

img.hikashop_category_image {
	margin: 4px;
}

.invalid {
	border: 5px solid
}

table.hikashop_subcategories_table tr td {
	text-align: center;
}

#hikashop_subcategories div {
	text-align: center;
}

.hikashop_subcategories, .hikashop_products {
	clear: both;
}

.hikashop_category_list {
	margin: 0px;
}

.hikashop_category_left_part {
	text-align: center;
}

.hikashop_product_stock table tr, .hikashop_product_stock table td {
	border: 0px !important;
}

.hikashop_category_right_part {
	padding-left: 1px;
}

.hikashop_product_list, .hikashop_category_list {
	display: inline-block;
	list-style-type: none;
	text-align: left;
}

.hikashop_product_item_left_part {
	text-align: center;
}

.hikashop_product_item_right_part {
	margin-right: 20px;
	margin-left: 20px;
}

.hikashop_product_image {
	padding-bottom: 2px;
}

div.hikashop_subcontainer_border {
	border: 1px solid #eee;
}

div.hikashop_subcontainer_border::hover {
	box-shadow: 0px 1px 4px #ddd
}

.hikashop_container .thumbnail:hover {
	box-shadow: 0px 1px 4px #ccc;
	transition: all 0.2s ease-in-out 0s;
}

div.hikashop_product_listing_custom_item {
	padding-bottom: 10px;
}

.hikashop_product_top_part {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.hikashop_product_top_title {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hikawishlist {
	color: #888;
	border: 0px solid;
	background-color: transparent !important;
}

.hikawishlist:hover {
	color: #f0ad4e;
}

.noUi-connect {
	background: #f0ad4e !important;
}

.hikashop_product_left_part {
	text-align: center;
	float: left;
	width: 50%;
}

@media (max-width:992px) {
	.hikashop_product_left_part {
		width: 100%;
	}
}

.hikashop_product_main_image_thumb {
	margin-bottom: 5px;
}

.hikashop_product_right_part {
	float: left;
	padding-left: 1px;
}

#hikashop_product_price_main .hikashop_product_price_full {
	text-align: left;
	margin: 10px 0px
}

#hikashop_product_right_part .hikashop_cart_input_button {
	margin-left: 0px
}

.hikashop_product_characteristic_chooser {
	text-align: center;
}

.hikashop_product_variant_out_of_stock {
	display: none;
}

.hikashop_product_variant_out_of_stock_span {
	background-image: url(../images/delete2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	display: block;
}

.hikashop_product_quantity_field {
	width: 25px;
}

a.hikashop_product_quantity_field_change, a.hikashop_product_quantity_field_change:hover {
	text-decoration: none;
	margin: 5px;
	color: #666;
	font-weight: bold;
}

#hikashop_affiliate_main fieldset.adminform legend {
	margin: 0px;
	padding: 0px 3px;
	border: 0px solid;
	width: auto;
}

#hikashop_affiliate_main fieldset.adminform legend {
	position: relative;
	float: none;
	top: 0px !important;
}

div#hikashop_product_left_part div {
	text-align: center;
}

img.hikashop_child_image {
	margin: 2px;
	height: 25px;
}

#hikashop_product_top_part h1 {
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 20px
}

#hikashop_product_description_main {
	color: #666
}

.hikashop_product_name a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	display: block
}

.hikashop_product_name a:hover {
	color: #2C8296;
}

.hikashop_product_code_list a {
	color: #666;
	text-decoration: none;
	font-size: 12px
}

.hikashop_category_name a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	display: block
}

.hikashop_category_name a:hover {
	color: #2C8296;
}

span.hikashop_product_price,
.hikashop_checkout_cart_additional,
.hikashop_checkout_cart_payment,
.hikashop_checkout_cart_coupon,
.hikashop_checkout_cart_additional {
	color: #2C8296;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	white-space: nowrap;
}

span.hikashop_product_price_before_discount {
	color: black;
}

span.hikashop_product_discount {
	white-space: nowrap;
}

span.hikashop_product_price_full {
	color: #666;
	display: block;
}

.hikashop_product_price_full {
	text-align: right
}

.hikashop_cart_product_quantity_value .hikashop_product_quantity_field, .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh, .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete {
	float: left;
	margin-right: 5px;
}

.hikashop_checkout_cart table .row0:hover, .hikashop_checkout_cart table .row1:hover {
	background-color: #f8f8f8
}

.hikashop_checkout_cart table {
	border-collapse: collapse
}

.hikashop_checkout_cart td {
	padding: 10px
}

.hikashop_checkout_cart thead tr {
	font-weight: bold;
	font-size: 12px;
	color: #555555
}

.hikashop_checkout_cart thead th {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}

.hikashop_checkout_cart tfoot td {
	padding: 5px 10px 5px 5px;
	text-align: right
}

.hikashop_checkout_cart hr {
	background-color: #ddd
}

#hikashop_checkout_terms label {
	display: inline;
}


.table th.hikashop_cart_product_price_title, .table th.hikashop_cart_product_quantity_title, .table th.hikashop_cart_product_total_title {
	text-align: right
}

.table th.hikashop_cart_product_quantity_title {
	text-align: center
}

span.hikashop_checkout_cart_coupon {
	font-weight: bold;
}

span.hikashop_checkout_cart_shipping {
	font-weight: bold;
}

span.hikashop_checkout_cart_payment {
	font-weight: bold;
}

span.hikashop_checkout_cart_taxes {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #2C8296;
	font-family: "Times New Roman", Times, serif;
}

span.hikashop_checkout_cart_final_total {
	font-weight: bold;
	color: #2C8296;
	font-style: italic;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

#hikashop_checkout_cart_final_total_title {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

.hikashop_cart_module_product_total_title {
	text-align: right;
}

.hikashop_cart_module_product_total_value span.hikashop_product_price, .hikashop_cart_value span.hikashop_product_price, .hikashop_cart_value span.hikashop_product_price_full, .hikashop_cart_module_product_total_value span.hikashop_product_price_full {
	text-align: left;
}

.hikashop_cart_title {
	white-space: nowrap;
}

tr.hikashop_checkout_payment_ccinfo td {
	padding: 0px;
}

#hikashop_checkout_cart tfoot tr {
	border: 0px;
}

#hikashop_checkout_cart tfoot tr td.hikashop_cart_empty_footer {
	border: 0px;
}

.pagenav {
	cursor: pointer;
}

.list-footer li {
	list-style-type: none;
	display: inline;
}


#hikashop_cart .hikashop_cart_product_name a {
	font-weight: bold;
}

.hikashop_cart_product_name a {
	color: #666;
	text-decoration: none;
	font-size: 12px
}

.hikashop_cart_product_name a:hover {
	color: #2C8296
}

.hikashop_cart_product_name_value {
	width: 40%;
}


.hikashop_cart_title {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}

.hikashop_small_cart_checkout_link, .hikashop_small_cart_clean_link, .hikashop_small_cart_total_title span, .hikashop_small_cart_total_title span span, .hikashop_small_cart_total_title span span span {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 0px;
}


#hikashop_checkout_next_button {
	float: right;
}

#hikashop_checkout_shopping_button {
	float: left;
}

.hikashop_submodules {
	padding-top: 30px;
}

a.hikashop_cart_button, a.hikashop_compare_button, .hikashop_cart_input_button {
	text-decoration: none;
	color: #777777 !important;
	cursor: pointer;
	display: inline-block;
	line-height: 18px;
	margin: 5px;
	padding: 3px 8px;
	text-align: center;
	box-shadow: none !important;
	text-shadow: none !important;
	border: 1px solid;
	border-color: #EEEEEE #DDDDDD #DDDDDD #EEEEEE;
	border-radius: 3px;
	background-color: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eee));
	background: -webkit-linear-gradient(top, #ffffff, #eee);
	background: -moz-linear-gradient(top, #ffffff, #eee);
	background: -o-linear-gradient(top, #ffffff, #eee);
	background: linear-gradient(top, #ffffff, #eee);
}

a.hikashop_cart_button:hover, a.hikashop_compare_button:hover, .hikashop_cart_input_button:hover {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	display: inline-block;
	outline: none;
	border: 1px solid;
	border-color: #EEEEEE #DDDDDD #DDDDDD #EEEEEE;
	text-decoration: none;
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
	background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
	background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
	background: -o-linear-gradient(top, #ffffff, #f8f8f8);
	background: linear-gradient(top, #ffffff, #f8f8f8);
}

.hikashop_subcontainer br {
	display: none
}


#hikashop_order_listing a.hikashop_cart_button, #hikashop_order_listing a.hikashop_cart_button:hover,
#hikashop_checkout_login a.hikashop_cart_button, #hikashop_checkout_login a.hikashop_cart_button:hover,
a.hikashop_compare_button, a.hikashop_compare_button:hover {
	float: none;
}

.hikashop_products a.hikashop_cart_button, .hikashop_products a.hikashop_cart_button:hover, #hikashop_checkout_coupon a.hikashop_cart_button, #hikashop_checkout_coupon a.hikashop_cart_button:hover {
	float: none;
	width: 100px;
}

#hikashop_checkout_coupon {
	color: #555555;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

#hikashop_checkout_coupon input {
	margin: 0px 4px;
	padding: 3px 6px;
	color: #666
}

#hikashop_button_1 div.hikashop_container, #hikashop_button_2 div.hikashop_container, #hikashop_button_3 div.hikashop_container {
	cursor: pointer;
}

#hikashop_button_1 div.hikashop_subcontainer, #hikashop_button_2 div.hikashop_subcontainer, #hikashop_button_3 div.hikashop_subcontainer, #hikashop_order_listing div.hikashop_subcontainer {
	text-align: center;
}

.hikashop_cart_bar {
	background: url(../images/line.png) repeat-x scroll 100% 50% transparent;
	padding-bottom: 0;
	padding-top: 43px;
	margin-bottom: 30px;
}

#hikashop_checkout_page div.hikashop_cart_bar {
	text-align: center;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_current {
	-moz-background-inline-policy: continuous;
	background: url("../images/current_step.png") no-repeat scroll 50% 0px transparent;
	color: #363636;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished {
	-moz-background-inline-policy: continuous;
	background: url("../images/finished_step.png") no-repeat scroll 50% 0px transparent;
	color: #363636;
}

#hikashop_checkout_page div.hikashop_cart_step span {
	position: relative;
	left: 4%;
	width: auto;
	font-size: 11px;
}

#hikashop_checkout_page div.hikashop_cart_step span a {
	color: #B2B2B2;
	font-size: 11px;
	text-decoration: none;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished span a {
	color: #363636;
}

.hikashop_cart_step {
	-moz-background-inline-policy: continuous;
	background: url("../images/step.png") no-repeat scroll 50% 0px transparent;
	display: inline;
	padding-top: 25px;
	padding-right: 8%;
	white-space: nowrap;
}


.hikashop_checkout_login {
	clear: both;
	margin: auto;
}

.hikashop_checkout_login_left_part {
	width: 250px;
	float: left;
}

.hikashop_checkout_login_right_part {
	width: 440px;
	float: left;
}

@media only screen and (max-width: 480px) {
	#hikashop_checkout_login_right_part td {
		display: block !important;
	}
}

.hikashop_checkout_address_billing_only {
	clear: both;
	width: 100%;
	margin: auto;
}

.hikashop_checkout_billing_address legend {
	padding: 0px 10px;
	font-weight: bold;
	color: #555555;
	font-size: 12px
}

.hikashop_checkout_billing_address_info {
	color: #333;
	font-size: 12px
}

@media only screen and (max-width: 480px) {
	#hikashop_checkout_address td {
		display: block !important;
	}
}

.hikashop_checkout_payment_name {
	font-weight: bold;
}

.hikashop_custom_file_upload_link {
	display: block;
}

.hikashop_red_border {
	border: 1px solid red !important;
	box-shadow: 0px 0px 8px rgba(255, 0, 0, 0.6), 0px 1px 1px rgba(255, 0, 0, 0.2) inset !important;
}


#hikashop_shipping_methods ul.hikashop_shipping_products {
	margin: 5px 0px;
	padding: 0px;
}

#hikashop_shipping_methods .hikashop_shipping_group .hikashop_shipping_group_name {
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	padding: 2px 5px;
}

#hikashop_shipping_methods ul.hikashop_shipping_products li.hikashop_shipping_product {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px 0 0;
}

#hikashop_shipping_methods ul.hikashop_shipping_products li.hikashop_shipping_product img {
	padding: 3px;
	border: 1px solid #eaeaea;
}

#hikashop_shipping_methods ul.hikashop_shipping_products li.hikashop_shipping_product span {}

#hikashop_checkout_page table.shipping_pickup_table,
#hikashop_checkout_page table.shipping_pickup_table tr,
#hikashop_checkout_page table.shipping_pickup_table td {
	border: 1px solid #000000;
	padding: 5px;
}

#hikashop_checkout_page table.shipping_pickup_table td {
	text-align: center;
}

.hikashop_orders {
	width: 100%;
	margin-top: 10px;
}

.hikashop_order_listing_status {
	margin-bottom: 5px;
	display: block;
}

.hikashop_orders img {
	border: none;
	padding: 0px 5px
}

.hikashop_order_title {
	text-align: center;
}

.hikashop_authorize_thankyou {
	text-align: center;
}

.hikashop_address_listing_div {
	margin-left: auto;
	margin-right: auto;
}

.hikashop_address_listing_table {
	width: 100%;
}

.hikashop_rbottom {
	clear: both;
}

.clear_both {
	clear: both;
}


div.hikashop_main_image_div,
div.hikashop_main_file_div {
	position: relative;
}

div.hikashop_uploader_image_add,
div.hikashop_uploader_file_add {
	position: absolute;
	top: 5px;
	right: 5px;
}

ul.hikashop_uploader_images .ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
	width: 50px;
	height: 50px !important;
}

ul.hikashop_uploader_images .ui-sortable-placeholder * {
	visibility: hidden;
}

ul.hikashop_uploader_images {
	list-style-type: none;
	margin: 0 !important;
	padding: 15px 0 0 0 !important;
}

div.hikashop_uploader_singleimage_content,
div.hikashop_uploader_singlefile_content {
	padding: 15px 0 5px 8px !important;
	width: 100px;
}

ul.hikashop_uploader_multiimage_content>li,
div.hikashop_uploader_singleimage_content>div,
div.hikashop_uploader_singlefile_content>div {
	position: relative;
}

ul.hikashop_uploader_multiimage_content .deleteImg,
div.hikashop_uploader_singleimage_content .deleteImg,
div.hikashop_uploader_singlefile_content .deleteImg {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}

ul.hikashop_uploader_multiimage_content:hover .deleteImg,
div.hikashop_uploader_singleimage_content:hover .deleteImg,
div.hikashop_uploader_singlefile_content:hover .deleteImg {
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

ul.hikashop_uploader_multiimage_content .deleteImg:hover,
div.hikashop_uploader_singleimage_content .deleteImg:hover,
div.hikashop_uploader_singlefile_content .deleteImg:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hkIcon {
	width: 16px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
}

.hkIcon-delete {
	background-image: url(../images/cancel.png);
}

.dropOver {
	background-color: #909090;
}

.hikashop_dropzone {
	border: 2px dashed #CCCCCC;
	width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	min-height: 100px;
}

.hikashop_uploader_image_empty,
.hikashop_uploader_file_empty {
	width: 100%;
	padding: 30px 0px;
	text-align: center;
}





#hikashopcpanel div.icon a {
	border: 1px solid #F0F0F0;
	display: block;
	float: left;
	border-radius: 4px;
	padding: 5px;
	text-decoration: none;
	vertical-align: middle;
	width: 94%;
}

#hikashopcpanel div.icon:hover a {
	border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
	border-style: solid;
	border-width: 1px;
	background: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
	background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
	background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
	background: -o-linear-gradient(top, #ffffff, #f8f8f8);
	background: linear-gradient(top, #ffffff, #f8f8f8);
}

#hikashopcpanel li {
	list-style-type: none !important;
}

#hikashopcpanel div.icon {
	float: left;
	margin-bottom: 8px;
	text-align: center;
	width: 50%;
}

.hikashop_cpanel_icon_image_span {
	background-repeat: no-repeat;
	background-position: center;
	height: 48px !important;
	width: 48px !important;
}

#hikashop_cpanel_title h1 {
	color: #555;
	font-size: 16px;
	font-weight: bold
}

#hikashop_cpanel_title fieldset {
	border: none;
	border-bottom: 1px solid #ddd
}

.hikashop_cpanel_button_description {
	color: #666;
	font-size: 14px
}

#hikashopcpanel td {
	text-align: center;
}

.hikashop_cpanel_icon_image {
	width: 80px;
}

.hikashop_cpanel_icon_table {
	width: 100%;
}

.hikashop_cpanel_icon_table:hover .hikashop_cpanel_button_description {
	color: #368AA9
}

#hikashopcpanel img {
	margin: 0 auto;
	padding: 10px 0;
}

.hikashopcpanel {
	margin: 20px 0;
}

.hikashop_header_title {
	float: left;
}

.hikashop_header_buttons {
	float: right;
}

.icon-32-cancel {
	background-image: url(../images/icons/icon-32-cancel.png) !important;
}

.icon-32-back {
	background-image: url(../images/icons/icon-32-back.png) !important;
}

.icon-32-new {
	background-image: url(../images/icons/icon-32-new.png) !important;
}

.icon-32-apply {
	background-image: url(../images/icons/icon-32-apply.png) !important;
}

.icon-32-save {
	background-image: url(../images/icons/icon-32-save.png) !important;
}

.icon-32-print {
	background-image: url(../images/icons/icon-32-print.png) !important;
}

.icon-48-order {
	background-image: url(../images/icons/icon-48-order.png) !important;
}

.icon-48-category {
	background-image: url(../images/icons/icon-48-category.png) !important;
}

.icon-48-user {
	background-image: url(../images/icons/icon-48-user.png) !important;
}

.icon-48-user2 {
	background-image: url(../images/icons/icon-48-account.png) !important;
}

.icon-48-account {
	background-image: url(../images/icons/icon-48-account.png) !important;
}

.icon-48-address {
	background-image: url(../images/icons/icon-48-address.png) !important;
}

.icon-48-affiliate {
	background-image: url(../images/icons/icon-48-affiliate.png) !important;
}

.icon-48-subscription {
	background-image: url(../images/icons/icon-48-subscription.png) !important;
}

.icon-48-product {
	background-image: url(../images/icons/icon-48-product.png) !important;
}

.icon-48-cart {
	background-image: url(../images/icons/icon-48-cart.png) !important;
}

.icon-48-wishlist {
	background-image: url(../images/icons/icon-48-wishlist.png) !important;
}

.icon-48-downloads {
	background-image: url(../images/icons/icon-48-downloads.png) !important;
}

.icon-32-add_cart {
	background-image: url(../images/icons/icon-32-add_cart.png) !important;
}

.icon-32-show_cart {
	background-image: url(../images/icons/icon-32-show_cart.png) !important;
}

.icon-32-add_wishlist {
	background-image: url(../images/icons/icon-32-add_wishlist.png) !important;
}

.icon-32-show_wishlist {
	background-image: url(../images/icons/icon-32-show_wishlist.png) !important;
}

.icon-32-badge {
	background-image: url(../images/icons/icon-32-badge.png) !important;
}

.icon-32-badge2 {
	background-image: url(../images/icons/icon-32-badge2.png) !important;
}

div.toolbar span {
	display: block;
	float: none;
	height: 32px;
	margin: 0 auto;
	width: 32px;
	background-position: 0% 0%;
}

div.toolbar a {
	border: 1px solid #FBFBFB;
	cursor: pointer;
	display: block;
	float: left;
	padding: 1px 5px;
	text-align: center;
	white-space: nowrap;
}


.tool-tip {
	float: left;
	background-color: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}





div.hikashop_messages {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	font-weight: bold;
	margin: 5px 10px;
}

.hikashop_messages li {
	list-style-type: none;
}

div.hikashop_warning {
	background-color: #EFE7B8;
	border-bottom-color: #F0DC7E;
	border-top-color: #F0DC7E;
	color: #CC0000;
}

div.hikashop_success {
	background-color: #CCFFBB;
	border-bottom-color: #00AA00;
	border-top-color: #00AA00;
	color: #00AA00;
}

div.hikashop_info {
	background-color: #C3D2E5;
	border-bottom-color: #84A7DB;
	border-top-color: #84A7DB;
	color: #0055BB;
}

div.hikashop_error {
	background-color: #E6C0C0;
	border-bottom-color: #DE7A7B;
	border-top-color: #DE7A7B;
	color: #CC0000;
}




#hikashop_add_to_cart_continue_div {
	float: left;
}

.hikashop_delete_entry_button {
	float: right;
}

span.hiakshop_AUP_price {
	color: #990000;
	font-weight: bold;
}

span.hikashop_AUP_points {
	color: #2f9900;
	font-weight: bold;
}

.hikashop_checkout_cart tfoot hr {
	display: none;
}



.pagenav_previous_chevron {
	background: url(../images/page.png) no-repeat;
	background-position: -21px -25px;
	display: inline-block;
	text-indent: -9999px;
	width: 6px
}

.pagenav_previous_chevron:hover {
	background: url(../images/page.png) no-repeat;
	background-position: -21px 6px;
	cursor: pointer
}

.pagenav_start_chevron {
	background: url(../images/page.png) no-repeat;
	background-position: 8px -25px;
	display: inline-block;
	text-indent: -9999px;
	width: 6px
}

.pagenav_start_chevron:hover {
	background: url(../images/page.png) no-repeat;
	background-position: 8px 6px;
	cursor: pointer
}

.pagenav_next_chevron {
	background: url(../images/page.png) no-repeat;
	background-position: -51px -25px;
	display: inline-block;
	text-indent: -9999px;
	width: 6px
}

.pagenav_next_chevron:hover {
	background: url(../images/page.png) no-repeat;
	background-position: -51px 6px;
	cursor: pointer
}

.pagenav_end_chevron {
	background: url(../images/page.png) no-repeat;
	background-position: -81px -25px;
	display: inline-block;
	text-indent: -9999px;
	width: 6px
}

.pagenav_end_chevron:hover {
	background: url(../images/page.png) no-repeat;
	background-position: -81px 6px;
	cursor: pointer
}

.pagenav_text, .hikashop_start_link, .hikashop_previous_link, .hikashop_next_link, .hikashop_end_link {
	display: none
}

.hikashop_products_pagination, .hikashop_subcategories_pagination {
	font-size: 11px;
	text-align: center;
	clear: both;
	padding-top: 15px;
}

.hikashop_products_pagination ul.pagination, .hikashop_subcategories_pagination ul.pagination {
	text-align: center;
}

.hikashop_products_pagination .list-footer .limit, .hikashop_subcategories_pagination .list-footer .limit {
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
}

.hikashop_products_pagination .list-footer .limit select, .hikashop_subcategories_pagination .list-footer .limit select {
	width: 60px;
}

.hikashop_products_pagination .list-footer .limit .inputbox, .hikashop_subcategories_pagination .list-footer .limit .inputbox {
	margin-left: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333;
}

.hikashop_products_pagination .list-footer .pagenav, .hikashop_subcategories_pagination .list-footer .pagenav {
	color: #14caec;
	font-weight: bold;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #ccc;
	line-height: 30px;
}

.hikashop_products_pagination .list-footer a.pagenav:hover, .hikashop_subcategories_pagination .list-footer a.pagenav:hover {
	color: #333;
}

.hikashop_products_pagination .list-footer span.pagenav, .hikashop_subcategories_pagination .list-footer span.pagenav {
	color: #333;
}

.hikashop_products_pagination .list-footer span.pagenav_text, .hikashop_subcategories_pagination .list-footer span.pagenav_text {
	display: none;
}

.hikashop_products_pagination .list-footer .counter, .hikashop_subcategories_pagination .list-footer .counter {
	color: #666;
}

.hikashop_products_pagination .hikashop_results_counter, .hikashop_subcategories_pagination .hikashop_results_counter {
	color: #666;
}



#hikashop_social iframe {
	height: 50px;
}

#hikashop_social iframe.hikashop_social_fb_standard {
	width: 300px;
	height: 80px;
}

#hikashop_social iframe.hikashop_social_fb_button_count {
	width: 90px;
	height: 20px;
}

#hikashop_social iframe.hikashop_social_fb_box_count {
	width: 65px;
	height: 80px;
}

#hikashop_social {
	position: relative;
	text-align: left;
}

#hikashop_social {
	position: relative;
	text-align: right;
}

#hikashop_social span.hikashop_social_tw {
	float: left;
	margin-right: 5px;
}

#hikashop_social span.hikashop_social_tw_horizontal {
	float: left;
}

#hikashop_social span.hikashop_social_tw_right {
	float: right;
}

#hikashop_social span.hikashop_social_tw_horizontal_right {
	float: right;
}

#hikashop_social span.hikashop_social_fb {
	float: left;
}

#hikashop_social span.hikashop_social_fb_right {
	float: right;
}

#hikashop_social span.hikashop_social_google {
	float: left;
	margin-right: 5px;
}

#hikashop_social span.hikashop_social_google_right {
	float: right;
	margin-right: 5px;
}

#hikashop_social span.hikashop_social_pinterest {
	float: left;
	margin-right: 5px;
}

#hikashop_social span.hikashop_social_pinterest_right {
	float: right;
	margin-right: 5px;
}

#hikashop_social span.hikashop_social_addThis {
	float: left;
	margin-right: 5px;
}

#hikashop_social span.hikashop_social_addThis_right {
	float: right;
	margin-right: 5px;
}

#hikashop_social iframe {
	max_width: inherit !important;
}

.hikashop_option_info {
	margin-left: 5px;
}

.hikashop_checkout_cart_print_link {
	float: right;
}

.hikashop_cart_product_quantity_delete, .hikashop_cart_product_quantity_refresh, .hikashop_product_quantity_field {
	float: left;
}

.hikashop_img_pane_panel {
	position: absolute;
	bottom: 0px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	text-align: center !important;
	color: #fff;
}

.hikashop_slide_numbers {
	margin: 2px;
}

.hikashop_slide_numbers:hover {
	background-color: #0080ff;
	color: white;
}

.hikashop_slide_pagination_selected {
	color: white;
	background-color: #0080ff;
}

.hikashop_pagination_images {
	opacity: 0.6;
	display: inline-block\9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.hikashop_pagination_images:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hikashop_pagination_images_selected {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hikashop_slide_pagination {
	text-align: center !important;
}

.hikashop_slide_dot_basic {
	background: url("../images/icons/dot_basic.png") no-repeat;
	margin: 2px;
	height: 13px;
	width: 13px;
	display: inline-block;
}

.hikashop_slide_dot_basic:hover {
	background: url("../images/icons/dot_hover.png") no-repeat;
	cursor: pointer;
}

.hikashop_slide_dot_selected, .hikashop_slide_dot_selected:hover {
	background: url("../images/icons/dot_selected.png") no-repeat;
}

.hikashop_pagination_images_block {
	margin: 5px;
	display: inline-block;
}

.hiakshop_slider_button {
	opacity: 0.5;
}

.hiakshop_slider_button:hover {
	cursor: pointer;
	opacity: 1;
}

.hikashop_slider_button {
	opacity: 0.5;
}

.hikashop_slider_button:hover {
	cursor: pointer;
	opacity: 1;
}

.hikashop_filter_checkbox {
	white-space: nowrap;
}

a.hikashop_filter_list {
	color: black;
	cursor: pointer;
}

a.hikashop_filter_list_selected:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.hikashop_filter_fieldset {
	/* border: 1px solid #DDDDDD; */
	border-radius: 3px 3px 3px 3px;
	/* margin-bottom: 10px; */
	padding: 10px;
}

.hikashop_filter_fieldset legend {
	color: #555;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 5px;
}

.hikashop_filter_cursor_range {
	border: 0;
	color: #f6931f;
	font-weight: bold;
}

.hikashop_compare_table {
	width: 100%;
}

.hikashop_compare_table input {
	margin-top: 5px
}

.hikashop_product_custom_name {
	font-weight: bold;
}

.hikashop_product_compare_custom_separator {
	text-align: center;
	height: 25px;
}

.hikashop_product_compare_custom_separator td {
	border-bottom: 2px solid #ccc;
	text-align: center;
	font-weight: bold;
	height: 30px;
}

.hikashop_product_compare_custom_separator .hikashop_product_custom_name label {
	color: #1491A0;
}

.hikashop_compare_page h1 {
	color: #666;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px dashed #ccc;
	padding: 2px;
}

#hikashop_compare_tr_cart .hikashop_compare_cart_prod_column {
	margin-bottom: 20px;
	text-align: center;
}

.hikashop_before_taxe {
	font-size: 11px;
	font-weight: normal;
}

.hikashop_compare_table .hikashop_product_quantity_field_change {
	margin-right: 5px;
}

.hikashop_compare_table .hikashop_product_name_main {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	text-align: center
}

.hikashop_compare_table .hikashop_product_name_main:hover {
	color: #2C8296
}

.hikashop_compare_table .hikashop_product_quantity_field {
	margin-right: 5px;
}

.hikashop_compare_details_prod_column {
	padding: 10px;
	white-space: normal;
	border-top: 1px solid #ddd;
}

.hikashop_compare_table {
	text-align: center
}

.hikashop_compare_table a {
	text-decoration: none
}

.hikashop_compare_table #hikashop_main_image_thumb_div {
	margin: 0px;
	border: none;
}

.hikashop_compare_table #hikashop_main_image {
	display: block !important;
	margin: auto;
}

.hikashop_compare_custom_prod_column {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #ebf1f1;
	padding-left: 10px;
	height: 20px;
	text-align: center;
}

.hikashop_compare_custom_prod_column:hover {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.hikashop_compare_page table {
	border-collapse: collapse;
	margin: auto;
}

.hikashop_compare_page .hikashop_product_stock {
	color: #C30;
	margin: auto;
	border-bottom: 1px solid #ddd;
}

.hikashop_product_compare_custom_separator .hikashop_product_custom_value {
	color: #1491A0;
}

.hikashop_product_custom_value {
	color: #000;
}

.hikashop_compare_custom_first_column {
	color: #333;
	text-align: center;
	border: 1px solid #ccc;
	border-top: 0px;
	background-color: #f5f5f5;
}

#hikashop_product_custom_info_main {
	margin-top: 20px;
}

#hikashop_product_custom_info_main td {
	border-bottom: 1px solid #ccc;
}

#hikashop_product_custom_info_main h4 {
	color: #1491A0
}


#hikashop_order_listing .pagination {
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
}

.list-footer span.pagenav, .hikashop_subcategories_pagination .list-footer span.pagenav, .list-footer a.pagenav, .pagenav_previous_chevron, .pagenav_start_chevron, .pagenav_next_chevron, .pagenav_end_chevron {
	color: #666;
	padding: 4px 8px;
	border: 1px solid #eee;
	border-radius: 3px;
}

.list-footer span.pagenav:hover, .hikashop_subcategories_pagination .list-footer span.pagenav:hover, .list-footer a.pagenav:hover {
	color: #2C8296;
	text-decoration: none;
}

.counter {
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagination .inputbox {
	border: 1px solid #eee;
	border-radius: 3px 3px 3px 3px;
	margin-left: 10px;
}

.ui-rating {
	margin: auto;
	display: inline;
}

.ui-rating-star {
	width: 16px;
	height: 16px;
	font-size: 2px;
	display: inline-block;
	text-decoration: none;
	vertical-align: bottom;
	background-image: url('../images/star.gif') !important;
	background-repeat: no-repeat;
}

.ui-rating a {
	cursor: pointer;
	background-color: transparent !important;
}

.ui-rating-full {
	background-position: left top;
}

.ui-rating-mid {
	background-position: left -16px;
}

.ui-rating-empty {
	background-position: left -32px;
}

.ui-rating-hover {
	background-position: left -48px !important;
}

.hk-rating {
	margin: auto;
	display: inline;
}

.hk-rating a {
	cursor: pointer;
	background-color: transparent !important;
}

.hk-rate-star {
	width: 16px;
	height: 16px;
	font-size: 2px;
	display: inline-block;
	text-decoration: none;
	vertical-align: bottom;
	background-image: url('../images/star.gif') !important;
	background-repeat: no-repeat;
}

.hk-rate-star.state-full {
	background-position: left top;
}

.hk-rate-star.state-mid {
	background-position: left -16px;
}

.hk-rate-star.state-empty {
	background-position: left -32px;
}

.hk-rate-star.state-hover {
	background-position: left -48px !important;
}


.hikashop_vote_notification {
	display: inline;
	color: grey;
}

.hikashop_vote_form .hikashop_comment_textarea {
	border: 1px solid #EEEEEE;
	border-radius: 4px 4px 4px 4px;
	color: #666666;
	height: 60px;
	margin: 5px 0;
	padding: 5px;
	width: 98%;
}

.hikashop_vote_form .button {
	margin-left: 0px
}

.hikashop_comment_textarea:hover, .hikashop_comment_textarea:focus {
	border: 1px solid #ddd;
}

.hikashop_vote_stars {
	width: 100%;
	padding: 5px 0px;
}

.hikashop_vote_notification_mini {
	color: #666;
	font-size: 11px;
	font-style: italic
}

.hikashop_total_vote {
	color: #666;
	font-size: 11px;
}

.hikashop_total_vote {
	display: inline;
}

.hikashop_vote_form {
	margin-top: 10px
}

.hikashop_vote_listing_useful_bought {
	font-style: italic
}

.hikashop_vote_listing_useful_note {
	margin-right: 10px;
}

.hikashop_vote_listing_notification:hover {
	margin-left: 3px;
}

#hikashop_product_vote_listing {
	margin-top: 30px;
}

#hikashop_product_vote_form table, .hikashop_product_vote_form table {
	margin: auto;
	color: #666;
}

.hikashop_vote_no_comment {
	margin-left: 80px;
	font-weight: bold;
}

.hikashop_listing_comment {
	color: #555555;
	font-weight: bold;
}

.hikashop_form_comment {
	color: #555;
	font-weight: bold;
}

.hikashop_vote_notification_mini {
	display: inline;
}

.hikashop_comment_form {
	width: 100%;
}

.hikashop_comment_form input {
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	padding: 3px;
}

.hikashop_product_vote_listing .pagination {
	text-align: center;
}

.hikashop_product_vote_listing .pagination .list-footer {
	margin: 10px 0px 5px 0px;
}

.hikashop_product_vote_listing .pagination .list-footer .counter {
	display: none;
}

.hikashop_product_vote_listing .pagination .list-footer .limit {
	display: none;
}

.hika_comment_listing {
	margin: 10px auto;
	border: 1px solid #eee;
	color: #999;
	width: 100%;
}

.hika_comment_listing_notification {
	width: 120px;
	font-style: italic;
}

.hika_comment_listing td {
	padding: 5px;
}

.hika_comment_listing:hover {
	border: 1px solid #ddd;
}

.hika_comment_listing:hover .hika_comment_listing_useful_p {
	color: #90b1c3;
}

.hika_comment_listing_name {
	font-weight: bold;
	color: #2C8296
}

.hika_comment_listing_stars {
	width: 85px;
}

.hika_comment_listing_content {
	background-color: white;
	padding: 2px;
	color: #333;
}

.hika_comment_listing_useful_p {
	width: 18px;
	background-color: #ffffff;
	border: 1px solid #90b1c3;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}

.hika_comment_listing_useful.hide {
	width: 16px;
	height: 14px;
	background-size: 0px 0px;
}

.hika_comment_listing_useful_p.hide {
	display: none;
}

.hika_comment_listing_useful.locked {
	opacity: 0.2;
	cursor: default !important;
}

.hika_comment_listing_useful.locked:hover, .hika_comment_listing_useless.locked:hover {
	opacity: 1;
}

.hika_comment_listing_useless.locked {
	opacity: 0.5;
	cursor: default;
}

.hika_comment_listing_full_stars {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-decoration: none;
	background-image: url('../images/star.gif') !important;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: default;
}

.hika_comment_listing_empty_stars {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-decoration: none;
	background-image: url('../images/star.gif') !important;
	background-repeat: no-repeat;
	background-position: left -32px;
	cursor: default;
}

.hika_comment_listing_empty {
	color: #666;
	padding: 5px;
}

.hika_comment_listing_bottom {}

@media only screen and (max-width: 420px) {
	.hikashop_sort_listing_comment {
		display: none;
	}
}

.hikashop_wishlist_module .hikashop_wishlist_display_add_to_cart, .hikashop_wishlist_module .hikashop_checkout_cart_print_link {
	display: none;
}

.hikashop_cart_module .hikashop_checkout_cart_print_link {
	display: none;
}

.hikashop_background_color {
	background-color: #BCC7D6;
}

.hikashop_all_carts {
	text-align: center;
}

.hikashop_all_cart_name {}

.hikashop_all_cart_quantity {
	text-align: center;
}

.hikashop_all_cart_stock {}

.hikashop_all_carts_current {
	text-align: center !important;
	width: 50px;
}

.hikashop_all_carts_current_star {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background-image: url('../images/star.gif') !important;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
}

.hikashop_all_carts_set_current {
	text-align: center;
	width: 50px;
	text-decoration: none;
}

.hikashop_all_carts_set_current a {
	text-decoration: none !important;
}

.hikashop_all_carts_set_current_star {
	text-align: center;
	margin: auto;
	width: 16px;
	height: 16px;
	text-decoration: none !important;
	background-image: url('../images/star.gif') !important;
	background-repeat: no-repeat;
	background-position: center -32px;
	cursor: pointer;
}

.hikashop_all_wishlits_button {
	text-align: center;
}

.hikashop_product_cart_links {
	float: right;
}

.hikashop_product_cart_show_carts_link, .hikashop_product_cart_print_link, .hikashop_product_cart_mail_link {
	display: inline;
}

.hikashop_red_color {
	color: red;
}

.hikashop_green_color {
	color: #690;
}

.hikashop_all_carts_delete {
	text-align: center;
}

.hikashop_show_cart_quantity {
	text-align: center;
	width: 30px;
}

.hikashop_carts {
	width: 100%;
}

.hika_show_cart_total {
	text-align: center;
}

.hikashop_not_authorized {
	width: 100%;
	text-align: center;
	margin: 10px auto;
	color: red;
}

.hika_wishlist_green {
	background-color: #CCFFCC !important;
}

#hikashop_wishlist_listing_pagination .list-footer .pagination {
	text-align: center;
}

.hikashop_carts {
	margin-top: 15px;
}

.hika_show_cart_total td {
	border-top: solid 2px #ddd;
}

#hikashop_wishlist_listing_pagination .limit {
	margin: auto;
}

#hikashop_cart_product_listing {
	width: 100% !important;
}

.hikashop_main_carousel_div ul li {
	padding: 0px !important;
	background: none !important;
}

.hikashop_main_carousel_div>ul>li {
	margin: 0px !important;
}

.hika-radio input[type="radio"] {
	display: none;
}

.thumbnail div.hikashop_product_image_subdiv {
	width: 100% !important;
}

.thumbnail .hikashop_product_image img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.hikashop_categories_listing_main.row-fluid-10 [class*="span"],
.hikashop_products .row-fluid-10 [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 1.7543859649122806%;
	*margin-left: 1.7105263157894737%;
}

.hikashop_product_page .row-fluid, .hikashop_product_page .row {
	clear: both;
}

.hikashop_categories_listing_main .row-fluid-10 [class*="span"]:first-child,
.hikashop_products .row-fluid-10 [class*="span"]:first-child {
	margin-left: 0;
}

.hikashop_categories_listing_main .row-fluid-10 .span10,
.hikashop_products .row-fluid-10 .span10 {
	width: 100%;
	*width: 99.95614035087718%;
}

.hikashop_categories_listing_main .row-fluid-10 .span9,
.hikashop_products .row-fluid-10 .span9 {
	width: 89.82456140350877%;
	*width: 89.78070175438596%;
}

.hikashop_categories_listing_main .row-fluid-10 .span8,
.hikashop_products .row-fluid-10 .span8 {
	width: 79.64912280701753%;
	*width: 79.60526315789473%;
}

.hikashop_categories_listing_main .row-fluid-10 .span7,
.hikashop_products .row-fluid-10 .span7 {
	width: 69.47368421052632%;
	*width: 69.4298245614035%;
}

.hikashop_categories_listing_main .row-fluid-10 .span6,
.hikashop_products .row-fluid-10 .span6 {
	width: 59.29824561403509%;
	*width: 59.25438596491228%;
}

.hikashop_categories_listing_main .row-fluid-10 .span5,
.hikashop_products .row-fluid-10 .span5 {
	width: 49.122807017543856%;
	*width: 49.07894736842105%;
}

.hikashop_categories_listing_main .row-fluid-10 .span4,
.hikashop_products .row-fluid-10 .span4 {
	width: 38.94736842105263%;
	*width: 38.90350877192982%;
}

.hikashop_categories_listing_main .row-fluid-10 .span3,
.hikashop_products .row-fluid-10 .span3 {
	width: 28.771929824561404%;
	*width: 28.728070175438596%;
}

.hikashop_categories_listing_main .row-fluid-10 .span2,
.hikashop_products .row-fluid-10 .span2 {
	width: 18.596491228070175%;
	*width: 18.552631578947366%;
}

.hikashop_categories_listing_main .row-fluid-10 .span1,
.hikashop_products .row-fluid-10 .span1 {
	width: 8.421052631578947%;
	*width: 8.37719298245614%;
}

.hikashop_categories_listing_main .row-fluid-8 [class*="span"],
.hikashop_products .row-fluid-8 [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574468085%;
	*margin-left: 2.074468085106383%;
}

.hikashop_categories_listing_main .row-fluid-8 [class*="span"]:first-child,
.hikashop_products .row-fluid-8 [class*="span"]:first-child {
	margin-left: 0;
}

.hikashop_categories_listing_main .row-fluid-8 .span8,
.hikashop_products .row-fluid-8 .span8 {
	width: 100%;
	*width: 99.94680851063829%;
}

.hikashop_categories_listing_main .row-fluid-8 .span7,
.hikashop_products .row-fluid-8 .span7 {
	width: 87.23404255319149%;
	*width: 87.18085106382978%;
}

.hikashop_categories_listing_main .row-fluid-8 .span6,
.hikashop_products .row-fluid-8 .span6 {
	width: 74.46808510638299%;
	*width: 74.41489361702128%;
}

.hikashop_categories_listing_main .row-fluid-8 .span5,
.hikashop_products .row-fluid-8 .span5 {
	width: 61.702127659574465%;
	*width: 61.648936170212764%;
}

.hikashop_categories_listing_main .row-fluid-8 .span4,
.hikashop_products .row-fluid-8 .span4 {
	width: 48.93617021276596%;
	*width: 48.88297872340426%;
}

.hikashop_categories_listing_main .row-fluid-8 .span3,
.hikashop_products .row-fluid-8 .span3 {
	width: 36.170212765957444%;
	*width: 36.11702127659574%;
}

.hikashop_categories_listing_main .row-fluid-8 .span2,
.hikashop_products .row-fluid-8 .span2 {
	width: 23.404255319148938%;
	*width: 23.351063829787236%;
}

.hikashop_categories_listing_main .row-fluid-8 .span1,
.hikashop_products .row-fluid-8 .span1 {
	width: 10.638297872340425%;
	*width: 10.585106382978724%;
}

.hikashop_categories_listing_main .row-fluid-7 [class*="span"],
.hikashop_products .row-fluid-7 [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.1621621621621623%;
	*margin-left: 2.1081081081081083%;
}

.hikashop_categories_listing_main .row-fluid-7 [class*="span"]:first-child,
.hikashop_products .row-fluid-7 [class*="span"]:first-child {
	margin-left: 0;
}

.hikashop_categories_listing_main .row-fluid-7 .span7,
.hikashop_products .row-fluid-7 .span7 {
	width: 100%;
	*width: 99.94594594594595%;
}

.hikashop_categories_listing_main .row-fluid-7 .span6,
.hikashop_products .row-fluid-7 .span6 {
	width: 85.4054054054054%;
	*width: 85.35135135135135%;
}

.hikashop_categories_listing_main .row-fluid-7 .span5,
.hikashop_products .row-fluid-7 .span5 {
	width: 70.81081081081082%;
	*width: 70.75675675675677%;
}

.hikashop_categories_listing_main .row-fluid-7 .span4,
.hikashop_products .row-fluid-7 .span4 {
	width: 56.21621621621622%;
	*width: 56.16216216216216%;
}

.hikashop_categories_listing_main .row-fluid-7 .span3,
.hikashop_products .row-fluid-7 .span3 {
	width: 41.62162162162162%;
	*width: 41.567567567567565%;
}

.hikashop_categories_listing_main .row-fluid-7 .span2,
.hikashop_products .row-fluid-7 .span2 {
	width: 27.027027027027028%;
	*width: 26.972972972972975%;
}

.hikashop_categories_listing_main .row-fluid-7 .span1,
.hikashop_products .row-fluid-7 .span1 {
	width: 12.432432432432433%;
	*width: 12.378378378378379%;
}

@media (max-width: 767px) {

	.hikashop_categories_listing_main .row-fluid-10 [class*="span"],
	.hikashop_categories_listing_main .row-fluid-8 [class*="span"],
	.hikashop_categories_listing_main .row-fluid-7 [class*="span"],
	.hikashop_products .row-fluid-10 [class*="span"],
	.hikashop_products .row-fluid-8 [class*="span"],
	.hikashop_products .row-fluid-7 [class*="span"] {
		float: none;
		display: block;
		width: auto;
		margin-left: 0;
	}
}

div.modal-body iframe {
	border: 0px;
}

#modal-preview {
	z-index: 1100;
}

.modal-body {
	max-height: none !important;
}

@media only screen and (max-width: 960px) {
	div.modal.fade.in {
		width: 800px !important;
		margin-left: -400px !important;
		top: 10% !important;
		left: 50% !important;
	}
}

@media only screen and (max-width: 800px) {
	div.modal.fade.in {
		width: 640px !important;
		margin-left: -320px !important;
		top: 10% !important;
		left: 50% !important;
	}

	table#hikashop_order_listing tbody td:nth-child(1),
	table#hikashop_order_listing th:nth-child(1),
	table#hikashop_cart_listing td:nth-child(2),
	table#hikashop_cart_listing th:nth-child(2),
	table#hikashop_cart_listing td:nth-child(5),
	table#hikashop_cart_listing th:nth-child(5),
	table#hikashop_cart_product_listing tbody td:nth-child(1),
	table#hikashop_cart_product_listing th:nth-child(1),
	table#hikashop_cart_product_listing td:nth-child(5),
	table#hikashop_cart_product_listing th:nth-child(5) {
		display: none;
	}
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	table.hikashop_variants_table, table.hikashop_variants_table thead.hikashop_variants_table_thead, table.hikashop_variants_table tbody.hikashop_variants_table_tbody, table.hikashop_variants_table th.hikashop_variants_table_th, table.hikashop_variants_table td.hikashop_variants_table_td, table.hikashop_variants_table tr.hikashop_variants_table_tbody_tr, table.hikashop_variants_table tr.hikashop_variants_table_thead_tr {
		display: block;
	}

	table.hikashop_variants_table thead.hikashop_variants_table_thead tr.hikashop_variants_table_thead_tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.hikashop_variants_table tr.hikashop_variants_table_thead_tr, table.hikashop_variants_table tr.hikashop_variants_table_tbody_tr {
		border: 1px solid #ccc;
	}

	table.hikashop_variants_table td.hikashop_variants_table_td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 30%;
	}

	table.hikashop_variants_table td.hikashop_variants_table_td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 25%;
		padding-right: 10px;
		white-space: nowrap;
	}

	table.hikashop_variants_table td.hikashop_variants_table_td:before {
		content: attr(data-label);
	}
}

@media only screen and (max-width: 640px) {
	div.modal.fade.in {
		width: 480px !important;
		margin-left: -240px !important;
		top: 10% !important;
		left: 50% !important;
	}

	.hikashop_cpanel_icon_table {
		width: auto !important;
	}
}

@media only screen and (max-width: 480px) {
	div.modal.fade.in {
		width: 320px !important;
		height: 380px !important;
		margin-left: -160px !important;
		top: 10% !important;
		left: 50% !important;
	}

	table#hikashop_cart_product_listing tbody td:nth-last-child(1),
	table#hikashop_cart_product_listing th:nth-last-child(1),
	table#hikashop_clicks_listing tbody td:nth-child(1),
	table#hikashop_clicks_listing th:nth-child(1),
	table#hikashop_clicks_listing tbody td:nth-last-child(1),
	table#hikashop_clicks_listing th:nth-last-child(1),
	table#hikashop_sales_listing tbody td:nth-child(1),
	table#hikashop_sales_listing th:nth-child(1),
	table#hikashop_sales_listing tbody td:nth-last-child(1),
	table#hikashop_sales_listing th:nth-last-child(1),
	table#hikashop_leads_listing tbody td:nth-child(1),
	table#hikashop_leads_listing th:nth-child(1),
	table#hikashop_leads_listing tbody td:nth-last-child(1),
	table#hikashop_leads_listing th:nth-last-child(1) {
		display: none;
	}
}

@media only screen and (max-height: 420px) {
	div.modal.fade.in {
		height: 320px !important;
		top: 0% !important;
	}
}

.row-fluid .hikashop_product_column_1, .row-fluid .hikashop_category_column_1,
.row-fluid-7 .hikashop_product_column_1, .row-fluid-7 .hikashop_category_column_1,
.row-fluid-8 .hikashop_product_column_1, .row-fluid-8 .hikashop_category_column_1,
.row-fluid-10 .hikashop_product_column_1, .row-fluid-10 .hikashop_category_column_1,
.row .hikashop_product_column_1, .row .hikashop_category_column_1 {
	margin-left: 0 !important;
	clear: left;
}

#hikashop_tabs .ui-widget-header {
	border: 0 none;
}

#hikashop_tabs ul li {
	position: relative;
	top: -53px;
}

#hikashop_tabs .ui-tabs-panel {
	margin-top: 35px;
}

.hikashop_product_bottom_part.show_tabular {
	padding-top: 50px;
}

.panel h3.pane-toggler>a:nth-child(1),
.panel h3.pane-toggler-down>a:nth-child(1) {
	padding: 0px !important;
	margin: 0px !important;
}

.hikashop_filter_list_style li {
	list-style-type: none;
}

.hikashop_filter_list_style li:before {
	content: "> ";
}



.hikashop_products_table {
	border-collapse: collapse;
	margin: 20px 0px
}

.hikashop_products_table thead th {
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 10px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.hikashop_products_table td {
	padding: 10px
}

.hikashop_products_table tr {
	border-bottom: 1px solid #eee
}


.hikashop_product_list_item a {
	color: #555;
	font-size: 12px;
	text-decoration: none
}

.hikashop_product_name_in_list {
	font-weight: bold;
}

.hikashop_product_list_item a:hover {
	color: #2C8296
}

.hikashop_product_price_per_unit {
	font-weight: normal
}

.hikashop_product_list li {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.7em;
	margin: 15px 5px;
	text-align: center
}



.hikashop_wizardbar {
	background-color: #f9f9f9;
	border: 1px solid #d4d4d4;
	margin-bottom: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.hikashop_wizardbar:before,
.hikashop_wizardbar:after {
	display: table;
	line-height: 0;
	content: "";
}

.hikashop_wizardbar:after {
	clear: both;
}

.hikashop_wizardbar ul {
	padding: 0;
	margin: 0;
	list-style: none outside none;
}

.hikashop_wizardbar ul li {
	position: relative;
	float: left;
	height: 46px;
	padding: 0 20px 0 30px;
	margin: 0;
	font-size: 16px;
	line-height: 46px;
	color: #999999;
	cursor: default;
	background: #ededed;
}

.hikashop_wizardbar ul li a {
	color: #999999;
}

.hikashop_wizardbar ul li .hikashop_chevron {
	position: absolute;
	top: 0;
	right: -14px;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 14px solid #d4d4d4;
}

.hikashop_wizardbar ul li .hikashop_chevron:before {
	position: absolute;
	top: -24px;
	right: 1px;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 14px solid #ededed;
	content: "";
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished {
	color: #468847;
	background: #f3f4f5;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished a {
	color: #468847;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover {
	cursor: pointer;
	background: #e7eff8;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover .hikashop_chevron:before {
	border-left: 14px solid #e7eff8;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished .hikashop_chevron:before {
	border-left: 14px solid #f3f4f5;
}

.hikashop_wizardbar ul li.hikashop_cart_step_current {
	color: #3a87ad;
	background: #f1f6fc;
}

.hikashop_wizardbar ul li.hikashop_cart_step_current a {
	color: #3a87ad;
}

.hikashop_wizardbar ul li.hikashop_cart_step_current .hikashop_chevron:before {
	border-left: 14px solid #f1f6fc;
}

.hikashop_wizardbar ul li .badge {
	margin-right: 8px;
}

.hikashop_wizardbar ul li:nth-child(1) {
	z-index: 10;
	padding-left: 20px;
	border-radius: 4px 0 0 4px;
}

.hikashop_wizardbar ul li:nth-child(2) {
	z-index: 9;
}

.hikashop_wizardbar ul li:nth-child(3) {
	z-index: 8;
}

.hikashop_wizardbar ul li:nth-child(4) {
	z-index: 7;
}

.hikashop_wizardbar ul li:nth-child(5) {
	z-index: 6;
}

.hikashop_wizardbar ul li:nth-child(6) {
	z-index: 5;
}

.hikashop_wizardbar ul li:nth-child(7) {
	z-index: 4;
}

.hikashop_wizardbar ul li:nth-child(8) {
	z-index: 3;
}

.hikashop_wizardbar ul li:nth-child(9) {
	z-index: 2;
}

.hikashop_wizardbar ul li:nth-child(10) {
	z-index: 1;
}

.hikashop_custom_image_link {
	width: 100px;
}

.hikashop_tabs_ul {
	z-index: 2;
	position: relative;
	margin: 0px 0px 6px 0px;
}

.hikashop_tabs_ul li {
	display: inline;
	background-color: #fcfcfc;
	padding: 8px 5px;
	border: solid 1px #E7E7E7;
	z-index: 2;
	font-weight: bold;
}

.hikashop_tabs_ul li a {
	color: #555555;
}

.hikashop_tabs_ul li a:hover {
	text-decoration: none;
	color: #555555;
}

.hikashop_tabs_content {
	z-index: 1;
	position: relative;
	display: none;
	min-height: 200px;
	background-color: white;
	border: solid 1px #E7E7E7;
	padding: 5px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.hikashop_tabs_li_selected {
	border-bottom: solid 1px #ffffff !important;
	background-color: #ffffff !important;
}

.hikashop_tabs_li_selected a {
	color: #1491B0 !important;
}

.hikashop_hidden_checkout {
	display: none;
}

.hk-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hk-thumbnails {
	list-style: outside none none;
}

@media (min-width:768px) {
	.hk-container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.hk-container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.hk-container {
		width: 1170px;
	}
}

.hk-container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hk-row {
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hk-row-fluid {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hkc-xs-1, .hkc-sm-1, .hkc-md-1, .hkc-lg-1, .hkc-xl-1, .hkc-xs-2, .hkc-sm-2, .hkc-md-2, .hkc-lg-2, .hkc-xl-2, .hkc-xs-3, .hkc-sm-3, .hkc-md-3, .hkc-lg-3, .hkc-xl-3, .hkc-xs-4, .hkc-sm-4, .hkc-md-4, .hkc-lg-4, .hkc-xl-4, .hkc-xs-5, .hkc-sm-5, .hkc-md-5, .hkc-lg-5, .hkc-xl-5, .hkc-xs-6, .hkc-sm-6, .hkc-md-6, .hkc-lg-6, .hkc-xl-6, .hkc-xs-7, .hkc-sm-7, .hkc-md-7, .hkc-lg-7, .hkc-xl-7, .hkc-xs-8, .hkc-sm-8, .hkc-md-8, .hkc-lg-8, .hkc-xl-8, .hkc-xs-9, .hkc-sm-9, .hkc-md-9, .hkc-lg-9, .hkc-xl-9, .hkc-xs-10, .hkc-sm-10, .hkc-md-10, .hkc-lg-10, .hkc-xl-10, .hkc-xs-11, .hkc-sm-11, .hkc-md-11, .hkc-lg-11, .hkc-xl-11, .hkc-xs-12, .hkc-sm-12, .hkc-md-12, .hkc-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hkc-xs-1, .hkc-xs-2, .hkc-xs-3, .hkc-xs-4, .hkc-xs-5, .hkc-xs-6, .hkc-xs-7, .hkc-xs-8, .hkc-xs-9, .hkc-xs-10, .hkc-xs-11, .hkc-xs-12 {
	float: left;
}

.hkc-xs-12 {
	width: 100%;
}

.hkc-xs-11 {
	width: 91.66666667%;
}

.hkc-xs-10 {
	width: 83.33333333%;
}

.hkc-xs-9 {
	width: 75%;
}

.hkc-xs-8 {
	width: 66.66666667%;
}

.hkc-xs-7 {
	width: 58.33333333%;
}

.hkc-xs-6 {
	width: 50%;
}

.hkc-xs-5 {
	width: 41.66666667%;
}

.hkc-xs-4 {
	width: 33.33333333%;
}

.hkc-xs-3 {
	width: 25%;
}

.hkc-xs-2 {
	width: 16.66666667%;
}

.hkc-xs-1 {
	width: 8.33333333%;
}

@media (min-width:768px) {
	.hkc-sm-1, .hkc-sm-2, .hkc-sm-3, .hkc-sm-4, .hkc-sm-5, .hkc-sm-6, .hkc-sm-7, .hkc-sm-8, .hkc-sm-9, .hkc-sm-10, .hkc-sm-11, .hkc-sm-12 {
		float: left;
	}

	.hkc-sm-12 {
		width: 100%;
	}

	.hkc-sm-11 {
		width: 91.66666667%;
	}

	.hkc-sm-10 {
		width: 83.33333333%;
	}

	.hkc-sm-9 {
		width: 75%;
	}

	.hkc-sm-8 {
		width: 66.66666667%;
	}

	.hkc-sm-7 {
		width: 58.33333333%;
	}

	.hkc-sm-6 {
		width: 50%;
	}

	.hkc-sm-5 {
		width: 41.66666667%;
	}

	.hkc-sm-4 {
		width: 33.33333333%;
	}

	.hkc-sm-3 {
		width: 25%;
	}

	.hkc-sm-2 {
		width: 16.66666667%;
	}

	.hkc-sm-1 {
		width: 8.33333333%;
	}
}

@media (min-width:992px) {
	.hkc-md-1, .hkc-md-2, .hkc-md-3, .hkc-md-4, .hkc-md-5, .hkc-md-6, .hkc-md-7, .hkc-md-8, .hkc-md-9, .hkc-md-10, .hkc-md-11, .hkc-md-12 {
		float: left;
	}

	.hkc-md-12 {
		width: 100%;
	}

	.hkc-md-11 {
		width: 91.66666667%;
	}

	.hkc-md-10 {
		width: 83.33333333%;
	}

	.hkc-md-9 {
		width: 75%;
	}

	.hkc-md-8 {
		width: 66.66666667%;
	}

	.hkc-md-7 {
		width: 58.33333333%;
	}

	.hkc-md-6 {
		width: 50%;
	}

	.hkc-md-5 {
		width: 41.66666667%;
	}

	.hkc-md-4 {
		width: 33.33333333%;
	}

	.hkc-md-3 {
		width: 25%;
	}

	.hkc-md-2 {
		width: 16.66666667%;
	}

	.hkc-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width:1200px) {
	.hkc-lg-1, .hkc-lg-2, .hkc-lg-3, .hkc-lg-4, .hkc-lg-5, .hkc-lg-6, .hkc-lg-7, .hkc-lg-8, .hkc-lg-9, .hkc-lg-10, .hkc-lg-11, .hkc-lg-12 {
		float: left;
	}

	.hkc-lg-12 {
		width: 100%;
	}

	.hkc-lg-11 {
		width: 91.66666667%;
	}

	.hkc-lg-10 {
		width: 83.33333333%;
	}

	.hkc-lg-9 {
		width: 75%;
	}

	.hkc-lg-8 {
		width: 66.66666667%;
	}

	.hkc-lg-7 {
		width: 58.33333333%;
	}

	.hkc-lg-6 {
		width: 50%;
	}

	.hkc-lg-5 {
		width: 41.66666667%;
	}

	.hkc-lg-4 {
		width: 33.33333333%;
	}

	.hkc-lg-3 {
		width: 25%;
	}

	.hkc-lg-2 {
		width: 16.66666667%;
	}

	.hkc-lg-1 {
		width: 8.33333333%;
	}
}

@media (min-width:1600px) {
	.hkc-xl-1, .hkc-xl-2, .hkc-xl-3, .hkc-xl-4, .hkc-xl-5, .hkc-xl-6, .hkc-xl-7, .hkc-xl-8, .hkc-xl-9, .hkc-xl-10, .hkc-xl-11, .hkc-xl-12 {
		float: left;
	}

	.hkc-xl-12 {
		width: 100%;
	}

	.hkc-xl-11 {
		width: 91.66666667%;
	}

	.hkc-xl-10 {
		width: 83.33333333%;
	}

	.hkc-xl-9 {
		width: 75%;
	}

	.hkc-xl-8 {
		width: 66.66666667%;
	}

	.hkc-xl-7 {
		width: 58.33333333%;
	}

	.hkc-xl-6 {
		width: 50%;
	}

	.hkc-xl-5 {
		width: 41.66666667%;
	}

	.hkc-xl-4 {
		width: 33.33333333%;
	}

	.hkc-xl-3 {
		width: 25%;
	}

	.hkc-xl-2 {
		width: 16.66666667%;
	}

	.hkc-xl-1 {
		width: 8.33333333%;
	}
}

.clearfix:before,
.clearfix:after,
.hk-container:before,
.hk-container:after,
.hk-container-fluid:before,
.hk-container-fluid:after,
.hk-row:before,
.hk-row:after,
.hk-row-fluid:before,
.hk-row-fluid:after,
.hk-thumbnails:before,
.hk-thumbnails:after {
	content: " ";
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after,
.hk-container:after,
.hk-container-fluid:after,
.hk-row:after,
.hk-row-fluid:after,
.hk-thumbnails:before,
.hk-thumbnails:after {
	clear: both;
}



.hikashop_vote_stars_new {
	float: left;
}

.jRatingAverage {
	position: relative;
	top: 0;
	left: 0;
	z-index: 4;
	height: 100%;
	background-image: url('../images/star.gif') repeat-x !important;
	background-position: left -48px !important;
}

.jRatingColor {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	height: 100%;
	background-image: url('../images/star.gif') repeat-x !important;
	background-position: left top !important;
}

.jStar {
	position: relative;
	left: 0;
	z-index: 2;
	background-image: url('../images/star.gif') repeat-x !important;
	background-position: left -32px !important;
}

p.jRatingInfos {
	position: absolute;
	z-index: 5;
	background: black;
	opacity: 0.8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	color: #fff;
	display: none;
	width: 60px;
	height: 22px;
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
}

p.jRatingInfos span.maxRate {
	color: #c9c9c9;
	font-size: 14px;
}


#hikashop_cart table {
	border-collapse: collapse;
}

#hikashop_cart tr {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-align: left
}

#hikashop_cart td {
	padding: 2px
}

#hikashop_cart th {
	border-bottom: 1px solid #ddd;
	padding: 10px 2px 5px 2px
}

.hikashop_cart_module_product_total_title {
	padding: 10px 0px
}

#hikashop_cart hr {
	display: none
}

#hikashop_cart .hikashop_cart_module_product_name_value a {
	color: #666666;
	text-decoration: none;
	font-weight: normal
}

#hikashop_cart .hikashop_cart_module_product_name_value a:hover {
	color: #2C8296;
}

#hikashop_cart span.hikashop_product_price {
	font-size: 12px
}

.hikashop_cart_module_product_total_title {
	text-align: left
}

#hikashop_cart .hikashop_cart_input_button {
	margin: 5px 0px
}

#hikashop_cart .row0:hover, #hikashop_cart .row1:hover {
	background-color: #f8f8f8
}

.hikashop_cart_value input {
	padding: 1px;
	margin: 0px;
}

#hikashop_cart .hikashop_product_quantity_field {
	margin: 0px !important
}


.hikashop_currency_module {
	padding: 10px 0px
}

.hikashopcurrency {
	width: 100%
}

.hikashop_currency_module select {
	padding: 2px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.hikashopcurrency option {
	padding: 2px 5px;
}

.hikashopcurrency .inputbox, .hikashopcurrency .inputbox:hover, .hikashopcurrency .inputbox:focus {
	border: 1px solid #ddd
}


.hikashop_subcategories h3 a {
	color: #555555;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.hikashop_subcategories h3 a:hover {
	color: #2C8296;
}

.hikashop_category_list_item a {
	color: #666;
	text-decoration: none;
	padding: 2px 0px;
	display: block
}

.hikashop_category_list_item a:hover {
	color: #2C8296;
}

.pane-sliders .title {
	margin: 0;
	padding: 5px;
	color: #666;
	cursor: pointer;
}

.pane-sliders .panel {
	border: 1px solid #eee;
	margin-bottom: 3px;
	border-radius: 3px
}

.pane-sliders .content {
	background: #ffffff;
}

.pane-sliders div.content {
	padding: 0px 10px 10px 10px;
}

.pane-toggler a {
	background: transparent url(../images/j_arrow.png) 5px 50% no-repeat;
	padding-left: 20px;
	font-weight: 700;
}

.pane-toggler-down a {
	background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat;
	padding-left: 20px;
}

.jpane-toggler-down {
	border-bottom: 1px solid #ccc;
}


.pane-sliders .title {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #F9F9F9 none repeat scroll 0 0;
	border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
	border-style: solid;
	border-width: 1px;
	background-image: -moz-linear-gradient(center bottom, #f8f8f8 40%, #fff 60%) !important;
	border: none
}


.hikashop_subcategories h4 {
	padding: 5px;
	margin: 0px;
}

.accordion-heading .accordion-toggle {
	padding: 0px;
	margin: 0px;
	padding-left: 20px
}

.hikashop_subcategories h4 a {
	color: #555555;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.hikashop_subcategories h4 a:hover {
	color: #2C8296;
}

.hikashop_category_list_item a {
	color: #666;
	text-decoration: none;
	padding: 2px 0px;
	display: block
}

.hikashop_category_list_item a:hover {
	color: #2C8296;
}

.accordion-heading .title {
	margin: 0;
	padding: 5px;
	color: #666;
	cursor: pointer;
}

.accordion-heading .panel {
	border: 1px solid #eee;
	margin-bottom: 3px;
	border-radius: 3px
}

.accordion-heading .content {
	background: #ffffff;
}

.accordion-heading div.content {
	padding: 0px 10px 10px 10px;
}

.accordion-heading a.accordion-toggle {
	display: inline;
	background: transparent url(../images/j_arrow.png) 5px 50% no-repeat;
	padding-left: 20px;
	font-weight: 700;
}


.accordion-heading {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #F9F9F9 none repeat scroll 0 0;
	border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
	border-style: solid;
	border-width: 1px;
	background-image: -moz-linear-gradient(center bottom, #f8f8f8 40%, #fff 60%) !important;
	border: none;
}






#hikashop_cart_listing, #hikashop_affiliate_main, #hikashop_address_listing, #hikashop_order_listing {
	margin: 0px;
	padding: 0px;
}

#hikashop_carts_listing .header, #hikashop_affiliate_main .header, #hikashop_address_listing .header, #hikashop_order_listing .header {
	margin: 0px
}

#hikashop_carts_listing .header h1, #hikashop_affiliate_main .header h1, #hikashop_address_listing .header h1, #hikashop_order_listing .header h1 {
	margin: 30px 0 0 0;
	color: #555;
	font-weight: bold;
	font-size: 15px;
	padding: 0px
}

#hikashop_carts_listing fieldset, #hikashop_affiliate_main fieldset, #hikashop_address_listing fieldset, #hikashop_order_listing fieldset {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px
}

#hikashop_carts_listing div.toolbar a, #hikashop_affiliate_main div.toolbar a, #hikashop_address_listing div.toolbar a, #hikashop_order_listing div.toolbar a {
	border: none;
	text-decoration: none;
	padding: 5px
}

#hikashop_carts_listing div.toolbar a:hover, #hikashop_affiliate_main div.toolbar a:hover, #hikashop_address_listing div.toolbar a:hover, #hikashop_order_listing div.toolbar a:hover {
	color: #2C8296
}


#member-profile fieldset {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px
}

#member-profile legend {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	margin: 0px 5px;
	padding: 0px 5px
}

#member-profile input, #member-profile select {
	padding: 4px;
	margin-bottom: 5px
}

#member-profile .validate, #member-profile a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
	background-repeat: repeat-x;
	border-color: #EEEEEE #DDDDDD #DDDDDD #EEEEEE;
	border-image: none;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #777777;
	cursor: pointer;
	display: inline-block;
	line-height: 18px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}

#member-profile .validate:hover, #member-profile a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
	background-repeat: repeat-x;
	border-color: #EEEEEE #DDDDDD #DDDDDD #EEEEEE;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #777777;
	cursor: pointer;
	display: inline-block;
	outline: medium none;
}

@media (max-width:768px) {
	.hikashop_cpanel_icon_div {
		width: 100% !important;
	}
}


.hikashop_address_listing_item_details {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 3px;
	color: #666
}

.hikashop_header_buttons a {
	color: #666;
	font-size: 11px;
	text-decoration: none
}

.contentpane h1 {
	font-size: 14px;
	padding-bottom: 4px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.contentpane #hikashop_address_form_span_iframe td {
	padding: 5px 0px;
}

.contentpane #hikashop_address_form_span_iframe .key {
	padding-right: 20px;
	color: #666
}

.contentpane #hikashop_address_form_span_iframe select, .contentpane #hikashop_address_form_span_iframe input {
	padding: 2px;
	color: #666;
}


#hikashop_order_listing .hikashop_no_border td {
	padding: 0px
}

#hikashop_order_listing .hikashop_no_border .btn {
	margin: 0px;
	padding: 3px 6px
}

#hikashop_search {
	padding: 2px;
	margin: 0px
}

#hikashop_order_listing table#hikashop_order_listing {
	margin-top: 20px
}

#hikashop_order_listing th {
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 5px 5px;
}

#hikashop_order_listing th, #hikashop_order_listing th a {
	color: #555;
	font-weigth: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

#hikashop_order_listing th a:hover {
	color: #2C8296
}

#hikashop_order_listing td {
	padding: 5px;
	border-bottom: 1px solid #ddd
}

#hikashop_order_listing .hikashop_no_border td {
	border: none
}

.span.hikashop_order_listing_status .hikashop_order_status_created {
	color: #0088CC
}

.span.hikashop_order_listing_status .hikashop_order_status_confirmed, .span.hikashop_order_listing_status .hikashop_order_status_shipped {
	color: #690
}

.span.hikashop_order_listing_status .hikashop_order_status_cancelled, .span.hikashop_order_listing_status .hikashop_order_status_refunded {
	color: #C30
}

.hikashop_order_number_value a {
	color: #2C8296;
	text-decoration: underline
}

#hikashop_order_listing .row0:hover, #hikashop_order_listing .row1:hover {
	background-color: #fff
}

#hikashop_order_listing .row0 {
	background-color: #f9f9f9
}

#hikashop_order_listing .row1 {
	background-color: #f6f6f6
}

#hikashop_order_listing table {
	border-collapse: collapse
}

#hikashop_order_main fieldset {
	border: none
}

#hikashop_order_main fieldset h1 {
	color: #555;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}

#hikashop_order_main .hikashop_order_left_part {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
}

#hikashop_order_main .hikashop_order_right_part {
	float: right;
	margin-right: 10px;
	padding-top: 10px;
}

#hikashop_order_main #adminForm fieldset {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 15px;
}

#hikashop_order_main #adminForm legend {
	font-weight: bold;
	font-size: 14px;
	color: #555;
	margin: 0px 5px;
	padding: 0px 5px
}

#htmlfieldset_products table {
	border-collapse: collapse
}

#htmlfieldset_products th {
	color: #555;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left
}

#htmlfieldset_products td {
	padding: 10px
}

#htmlfieldset_products .hikashop_order_product_name {
	font-size: 12px;
	color: #555;
}

#htmlfieldset_products .hikashop_order_product_name:hover {
	color: #2C8296;
}

#htmlfieldset_products a {
	text-decoration: none;
	color: #555
}

#htmlfieldset_products a:hover {
	text-decoration: none;
	color: #2C8296
}

#htmlfieldset_products .row0:hover, #htmlfieldset_products .row1:hover {
	background-color: #f8f8f8
}

#htmlfieldset_products .hikashop_order_item_total_value, #htmlfieldset_products .hikashop_order_subtotal_value, #htmlfieldset_products .hikashop_order_shipping_value {
	color: #2C8296;
	font-style: italic;
}

#htmlfieldset_products .hikashop_order_total_title {
	font-weight: bold;
	color: #555
}

#htmlfieldset_products .hikashop_order_total_value {
	font-weight: bold;
	color: #2C8296;
	font-style: italic;
}

.hikashop_order_tax_value {
	color: #2C8296;
	font-style: italic
}


#hikashop_carts_listing td {
	padding: 0px
}

#hikashop_cart_listing .hikashop_no_border .btn {
	margin: 0px;
	padding: 3px 6px
}

#hikashop_cart_listing table {
	border-collapse: collapse
}

#hikashop_cart_listing th {
	color: #555;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px
}

#hikashop_cart_listing td {
	padding: 10px
}

#hikashop_cart_listing td a {
	color: #555;
	text-decoration: underline;
}

#hikashop_cart_listing td a:hover {
	color: #2C8296;
}

#hikashop_cart_listing .row0:hover, #hikashop_carts_listing .row1:hover {
	background-color: #f8f8f8
}


#hikashop_cart_listing {
	margin-top: 20px
}

#hikashop_cart_listing table {
	border-collapse: collapse;
}

#hikashop_cart_listing table.hikashop_no_border {
	margin: 0px
}

#hikashop_cart_listing fieldset {
	border: none
}

#hikashop_cart_listing fieldset h1 {
	color: #555;
	font-weight: bold;
	font-size: 15px
}

#hikashop_cart_product_listing th {
	color: #555;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 5px
}

#hikashop_cart_product_listing td {
	padding: 5px
}

#hikashop_cart_product_listing a {
	color: #555;
	font-size: 12px;
	text-decoration: none
}

#hikashop_cart_product_listing a:hover {
	color: #2C8296;
}

#hikashop_cart_product_listing .row0:hover, #hikashop_cart_product_listing .row1:hover {
	background-color: #f8f8f8
}

#hikashop_cart_product_listing .hika_show_cart_total_text {
	color: #555;
	font-weight: bold;
	font-size: 12px;
}

#hikashop_cart_product_listing .hika_show_cart_total_price {
	font-weight: bold;
	font-size: 12px;
	color: #2C8296;
	font-style: italic
}

.hikashop_showcart_infos td {
	padding: 5px
}

.hikashop_showcart_infos .key {
	text-align: right;
	color: #555;
	font-weight: bold;
	font-size: 12px
}

.hikashop_showcart_infos input, .hikashop_showcart_infos select {
	padding: 2px;
}

.hikashop_showcart_infos {
	border: 1px solid #ddd;
	width: auto;
}



#hikashop_affiliate_main #adminForm fieldset {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px
}

#hikashop_affiliate_main #adminForm legend {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	padding: 0 10px;
}

.hikashop_affiliate_banners_table li {
	list-style-type: none;
	padding: 3px 0px
}

.hikashop_banner_row td {
	border-bottom: 1px solid #ddd
}

.hikashop_banner_row td:hover {
	background-color: #f8f8f8
}

.hikashop_banner_row a {
	color: #2C8296;
	text-decoration: none
}

.hikashop_banner_row a:hover {
	text-decoration: underline
}

.hikashop_banner_row textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px;
	margin: 10px 0px
}



#hikashop_checkout_page fieldset legend {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px;
	padding: 0px;
	text-transform: uppercase
}

.hikashop_checkout_address_left_part {
	width: 45%;
	float: left;
}

.hikashop_checkout_address_right_part {
	width: 45%;
	float: left;
	margin-left: 2%
}

.hikashop_checkout_address_left_part table, .hikashop_checkout_address_right_part table {
	border-collapse: collapse;
	width: 100%
}

.hikashop_checkout_address_left_part td, .hikashop_checkout_address_right_part td {
	padding: 10px;
}

.hikashop_checkout_address_left_part .row0:hover, .hikashop_checkout_address_left_part .row1:hover, .hikashop_checkout_address_right_part .row0:hover, .hikashop_checkout_address_right_part .row1:hover {
	background-color: #f8f8f8
}

.hikashop_checkout_address_right_part #same_address {
	margin: 10px;
}

#hikashop_shipping_methods table {
	border-collapse: collapse;
	width: 100%
}

#hikashop_shipping_methods td {
	padding: 10px 5px;
}

#hikashop_shipping_methods tr {
	border-bottom: 1px solid #eee
}

#hikashop_shipping_methods .row0:hover, #hikashop_shipping_methods .row1:hover {
	background-color: #f8f8f8
}

.hikashop_checkout_shipping_name {
	font-weight: bold;
	color: #333
}

.hikashop_checkout_shipping_price_full, .hikashop_checkout_payment_description {
	color: #666
}

.hikashop_checkout_cart_shipping, .hikashop_checkout_cart_subtotal {
	color: #2C8296;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#hikashop_payment_methods table {
	border-collapse: collapse;
	width: 100%
}

.hikashop_checkout_payment_description {
	margin-left: 10px
}

#hikashop_payment_methods td {
	padding: 5px;
	background-color: #fff
}

#hikashop_payment_methods .row0:hover, #hikashop_payment_methods .row1:hover {
	background-color: #f8f8f8
}

#hikashop_payment_methods .hikashop_credit_card td {
	background-color: #f8f8f8
}

#hikashop_checkout_cart table {
	border-collapse: collapse
}

#hikashop_checkout_additional_info .key label {
	margin-right: 10px;
}

#hikashop_checkout_additional_info input {
	margin: 5px 0px;
}


#hikashop_entries_info fieldset {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px
}

#hikashop_entries_info legend {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	padding: 0 10px;
}

#hikashop_entries_info input {
	margin-right: 10px
}

#hikashop_entries_info {
	color: #666;
	font-size: 12px
}

#hikashop_entries_info .key {
	font-weight: bold;
	color: #555;
	font-size: 12px
}

#hikashop_entries_info td {
	padding: 4px
}

#hikashop_entries_info label {
	margin-right: 10px;
}

#hikashop_entries_info a, #hikashop_new_entry a {
	color: #2C8296;
	text-decoration: none
}

#hikashop_entries_info a:hover, #hikashop_new_entry a:hover {
	color: #2C8296;
	text-decoration: underline
}

#hikashop_new_entry {
	margin: 10px 0px
}

#hikashop_entry_next_button.hikashop_cart_input_button {
	margin-left: 0px
}



#hikashop_download_listing fieldset {
	border: none
}

#hikashop_download_listing fieldset h1 {
	color: #555;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}

#hikashop_download_listing .hikashop_no_border .btn {
	margin: 0px;
	padding: 1px 4px
}

#hikashop_download_listing table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px
}

#hikashop_download_listing th {
	color: #555;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0px 5px;
	text-align: left
}

#hikashop_download_listing a {
	color: #555;
	text-decoration: none;
}

#hikashop_download_listing a:hover {
	color: #2C8296;
	text-decoration: none;
}

#hikashop_download_listing th img {
	margin: 0px 5px
}

#hikashop_download_listing td {
	padding: 4px 0px
}

#hikashop_download_listing .pagination {
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
	color: #666
}



#hikashop_small_image_div {
	padding: 5px 0px;
}

#hikashop_product_price_with_options_main {
	margin: 5px 0px;
	display: block
}

.hikashop_option_price_title {
	color: #666
}

.hikashop_option_price_value {
	color: #2C8296;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

#hikashop_product_characteristics, #hikashop_product_options {
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 3px
}

.hikashop_product_characteristics_table td, .hikashop_product_options_table td {
	padding: 3px;
	color: #666
}

.hikashop_product_characteristics_table select, .hikashop_product_options_table select {
	padding: 2px;
	color: #666
}

#hikashop_product_description_main {
	padding-top: 20px
}


.hikashop_category_name {
	color: #555;
	font-weight: bold;
	font-size: 14px;
}

.hikashop_category_desc {
	color: #666
}


.hikashop_category_information h2 {
	clear: both;
	/* font-weight: bold; */
	/* font-size: 14px; */
	/* color: #555; */
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 10px text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
	/* White shadow */
}


.hikashop_filter_title {
	color: #555;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
	display: block
}

.hikashop_filter_checkbox input {
	margin-right: 5px
}

.hikashop_filter_Filtre select, .hikashop_filter_Filtre option {
	padding: 3px;
}



#hikashop_checkout_page h1 {
	font-size: 14px;
	color: #555;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

#hikashop_checkout_login_left_part fieldset {
	margin-right: 20px
}

#hikashop_checkout_login_left_part h2, #hikashop_checkout_login_right_part h2, #hikashop_checkout_login_right_part h3 {
	color: #555;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px
}

#hikashop_checkout_login_right_part h3 {
	margin-top: 20px
}

#hikashop_checkout_login_left_part input, #hikashop_checkout_login_right_part input, #hikashop_checkout_login_left_part select, #hikashop_checkout_login_right_part select {
	margin: 3px 0px;
	padding: 3px;
}

#hikashop_checkout_login_left_part #remember {
	margin-left: 5px
}

#hikashop_checkout_login_left_part li {
	list-style-type: none
}

#hikashop_checkout_login_left_part ul {
	margin-top: 10px;
}

#hikashop_checkout_login_left_part .hikashop_cart_input_button {
	margin-top: 10px
}

#hikashop_checkout_login_left_part li a {
	font-size: 11px;
	color: #555;
	text-decoration: none;
}

#hikashop_checkout_login_left_part li a:hover {
	font-size: 11px;
	color: #2C8296;
	text-decoration: none;
}



.hikashop_product_quantity_field {
	padding: 2px !important;
	margin: 0px 5px !important;
}

.hikashop_product_stock .hikashop_product_quantity_field {
	margin: 0px !important;
}


.checkout_billing_address_radio, .checkout_shipping_address_radio {
	float: left
}

.hika_edit {
	text-align: right
}

.hika_edit span {
	display: none
}

.hikashop_address_content {
	display: block;
	clear: both;
	color: #777777;
	margin: 15px 0px 0px 0px
}

#hikashop_checkout_billing_address_selection a {
	margin: 0px
}

.address_selection, #hikashop_checkout_selected_billing_address, #hikashop_checkout_selected_shipping_address {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 15px;
	margin: 0px 0px 10px 0px;
	background: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
	background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
	background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
	background: -o-linear-gradient(top, #ffffff, #f8f8f8);
	background: linear-gradient(top, #ffffff, #f8f8f8);
}

.address_selection:hover, #hikashop_checkout_selected_billing_address:hover, #hikashop_checkout_selected_shipping_address:hover {
	background: #fff;
	box-shadow: 0px 0px 4px #ddd
}

.hikashop_field_required {
	float: right;
	margin-left: 10px
}

#hikashop_checkout_billing_address_zone select, #hikashop_checkout_shipping_address_zone select, #hikashop_checkout_billing_address_zone input, #hikashop_checkout_shipping_address_zone input {
	float: left;
	width: auto;
	max-width: 190px;
	margin: 0px
}

.hika_edit {
	background-color: #f9f9f9;
	padding: 4px
}

#hikashop_checkout_address select {
	width: 100%;
}

#hikashop_checkout_address_left_part #hikashop_checkout_selected_billing_address, #hikashop_checkout_address_right_part #hikashop_checkout_selected_shipping_address {
	margin: 0px
}

#hikashop_checkout_address_left_part fieldset, #hikashop_checkout_address_right_part fieldset {
	border: none;
	padding: 0px;
}

#hikashop_checkout_address_left_part fieldset legend, #hikashop_checkout_address_right_part fieldset legend {
	padding: 0px;
	margin: 20px 0px 10px 0px
}

#hikashop_checkout_address_shipping_selector, #hikashop_checkout_address_billing_selector {
	color: #2C8296;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #ddd
}

#hikashop_checkout_address_shipping_selector option, #hikashop_checkout_address_billing_selector option {
	color: #666;
	font-weight: normal;
	font-size: 12px;
}

@media print {
	.hikashop_no_print:after {
		content: "" !important;
	}
}

.thumbnails {
	list-style: none;
}

.hikashop_products_listing_main input.hikashop_listing_quantity_field, .hikashop_products_listing_main .limit select {
	display: inline;
}



.hikashop_product_quantity_div {
	display: inline-block;
}

.hikashop_product_quantity_field {
	text-align: center;
}

.hikashop_product_stock .input-append, .hikashop_product_stock .input-prepend {
	margin: auto;
	vertical-align: bottom;
}


.hikashop_product_quantity_input_div_default {
	vertical-align: middle;
}

.hikashop_product_quantity_change_div_default {
	vertical-align: top;
}


.hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_field {
	float: none;
	height: 22px;
}

.hikashop_product_quantity_change_div_regrouped div {
	line-height: 10px;
}


.hikashop_product_quantity_change_div_leftright input {
	float: none;
}

.hikashop_product_quantity_change_div_leftright .hikashop_product_quantity_field {
	height: 22px;
}


.hikashop_product_quantity_input_div_select .chzn-container, .hikashop_product_quantity_input_div_select select,
.hikashop_show_cart .chzn-container, .hikashop_show_cart select,
.hikashop_product_quantity_div select,
.hikashop_cart_module_product_quantity_value select {
	width: auto !important;
	vertical-align: top;
}


.hikashop_product_quantity_input_div_simplified {
	vertical-align: middle;
}


.hikashop_cart_product_quantity_value div {
	float: none !important;
	display: inline-block;
	margin: 0px !important;
}

.hikashop_cart_product_quantity_value .chzn-container {
	width: auto !important;
	vertical-align: top;
}


.hikashop_cart_module_product_quantity_value .chzn-container {
	width: auto !important;
}


.hikashop_show_cart_quantity_td {
	min-width: 60px;
}

.hikashop_show_cart_quantity_td input {
	float: left;
}

.hikashop_show_cart_quantity_td div {
	float: none;
}


@media only screen and (max-width: 550px) {
	.hikashop_tabs_ul li {
		display: block !important;
	}
}

.hikashop_tabs_ul {
	cursor: pointer;
}

.hikashop_tabs_li_selected {
	color: #1491B0 !important;
}

div.hikashop_checkout_loading {
	position: relative;
}

div.hikashop_checkout_loading div.hikashop_checkout_loading_elem,
div.hikashop_checkout_loading div.hikashop_checkout_loading_spinner {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.hikashop_checkout_loading div.hikashop_checkout_loading_elem {
	background-color: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.hikashop_checkout_loading div.hikashop_checkout_loading_spinner {
	background: url('../images/spinner_02.gif') no-repeat center;
}


.hikashop_menu_block_content_type,
.hikashop_module_block_content_type {
	color: #aaa;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	background-color: #eee;
	cursor: pointer;
	border: solid 1px #ccc;
	border-bottom-style: none;
	border-radius: 8px 8px 0px 0px;
}

.hikashop_edit_display_type .selected {
	font-size: 1.2em;
	background-color: white !important;
	color: #333;
}

.hikashop_menu_block_content_type:hover,
.hikashop_menu_block_content_type:hover {
	background-color: #ddd;
	color: #333;
}

.hikashop_module_block,
.hikashop_menu_block {
	border: solid 1px #ccc;
	border-top-style: none;
	width: 99.9%;
}

.item-cartmodule-interface .hikashop_module_block {
	border: solid 1px #ccc;
}

.hikashop_module_subblock,
.hikashop_menu_subblock {
	padding: 10px 5px;
	width: 100%;
}

.hikashop_module_subblock_content,
.hikashop_menu_subblock_content {
	background-color: #f7f7f7;
	border-radius: 8px;
	border: 1px solid #ddd;
	padding-bottom: 10px;
}

.hikashop_menu_subblock_title,
.hikashop_module_subblock_title {
	font-weight: bold;
	text-align: center;
	background-image: linear-gradient(#f9f9f9, #e1e1e1);
	margin-top: 5px;
	height: 22px;
}

dl.hika_options,
dl.hika_suboptions {
	margin-bottom: 2px;
}

dl.hika_options>dt {
	float: left;
	clear: left;
	font-weight: normal;
	padding: 5px;
	width: 120px;
	text-align: right;
	line-height: 16px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

dl.hika_options.large>dt {
	width: 180px;
}

dl.hika_options>dt label {
	margin: 0px;
}

dl.hika_options>dd {
	margin-left: 130px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 18px;
	min-height: 18px;
}

dl.hika_options.large>dd {
	margin-left: 190px;
}


#attrib-hk_options .control-group {
	display: none;
}


.hikashop_option_name .field_rows {
	line-height: 19;
}

.hikashop_option_value .field_columns {
	padding-left: 34px;
	margin: 0px;
}

.listing_item_quantity_selector {
	width: 120px;
}

.listing_item_quantity_selector {
	line-height: 9px;
}

.listing_item_quantity_selector div {
	display: inline-block;
	padding: 8px 8px;
	border: solid 1px #ccc;
	margin: 1px;
	background-color: #fff;
	cursor: pointer;
}

.listing_item_quantity_selector div.listing_table {
	padding: 8px 58px;
}

.listing_item_quantity_selector div.listing_list {
	padding: 4px 8px;
}

.listing_item_quantity_selector div.selected, .listing_item_quantity_selector div.tmp_selected {
	background-color: #C8DEF4;
}

.listing_item_quantity_fields {
	margin-top: 5px;
}

.listing_item_quantity_fields input {
	text-align: center;
	width: 38px;
}

.listing_item_quantity_fields.onecol input {
	width: 105px;
}

label.btn-default {
	background-color: #ccc;
	background-image: linear-gradient(to bottom, #ccc, #E6E6E6);
}

label.btn-default-lbl {
	font-weight: bold;
}

.hikashop_vote_tooltip {
	display: block;
}

.hikashop_vote_tooltip_label {
	font-weight: bold;
}

.hikashop_fade_effect .hikashop_product_image {
	background-color: #fff;
}

.breadcrumb {
	background-color: #eeeeee87 !important;
}

.breadcrumb li {
	margin-right: 10px
}