/**
 * HikaShop Frontend CSS - Fully adapted for UIkit 3 / YOOtheme Pro
 * Original base: HikaShop 4.4.0
 * Cleaned, syntax-fixed, flexbox-based, UIkit breakpoints & styles aligned
 * Place this file in your YOOtheme custom CSS or HikaShop "Styles for frontend"
 */

/* =========================================================
   Base & Global
   ========================================================= */
*,
*::before,
*::after {
	box-sizing: border-box;
}

div.hikashop_footer {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

div.hikashop_category_image {
	clear: both;
}

img.hikashop_category_image {
	margin: 4px;
	max-width: 100%;
	height: auto;
}

.invalid {
	border: 2px solid #f0506e !important;
}

/* =========================================================
   Categories
   ========================================================= */
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: 0;
	padding: 0;
	list-style: none;
}

.hikashop_category_left_part {
	text-align: center;
}

.hikashop_category_right_part {
	padding-left: 1px;
}

.hikashop_product_list,
.hikashop_category_list {
	display: inline-block;
	list-style-type: none;
	text-align: left;
}

.hikashop_subcontainer {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.hikashop_subcontainer_border {
	border: 2px solid rgb(115, 212, 0);
	transition: box-shadow 0.2s ease-in-out;
}

div.hikashop_subcontainer_border:hover {
	box-shadow: 0 2px 8px rgba(115, 212, 0, 0.45);
}

.hikashop_container .thumbnail:hover {
	box-shadow: 0 2px 8px rgba(115, 212, 0, 0.45);
	transition: all 0.2s ease-in-out;
}

div.hikashop_product_listing_custom_item {
	padding-bottom: 10px;
}

/* =========================================================
   Product Page Layout (Flex)
   ========================================================= */
.hikashop_product_top_part {
	width: 100%;
}

.hikashop_product_left_part {
	text-align: center;
	float: left;
	width: 50%;
}

@media (max-width: 959px) {
	.hikashop_product_left_part {
		width: 100%;
		float: none;
	}
}

.hikashop_product_main_image_thumb {
	margin-bottom: 5px;
}

.hikashop_product_right_part {
	float: left;
	padding-left: 15px;
}

@media (max-width: 959px) {
	.hikashop_product_right_part {
		float: none;
		padding-left: 0;
		width: 100%;
	}
}

#hikashop_product_price_main .hikashop_product_price_full {
	text-align: right;
	margin: 0;
}

#hikashop_product_right_part .hikashop_cart_input_button {
	margin-left: 0;
}

.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: 48px;
	text-align: center;
	padding: 4px 6px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

a.hikashop_product_quantity_field_change,
a.hikashop_product_quantity_field_change:hover {
	text-decoration: none;
	margin: 0 4px;
	color: #666;
	font-weight: bold;
}

/* =========================================================
   Product Name & Price
   ========================================================= */
#hikashop_product_description_main {
	color: #666;
}

.hikashop_product_name a {
	color: #6200ff;
	font-weight: 600;
	display: block;
	font-size: 1.1rem;
	margin-top: 15px;
	text-decoration: none;
}

.hikashop_product_name a:hover {
	color: #9d9e9d;
}

.hikashop_product_code_list a {
	color: #666;
	text-decoration: none;
	font-size: 0.85rem;
}

.hikashop_category_name a {
	color: #b166f7;
	text-decoration: none;
	font-weight: normal;
	margin-top: 10px;
	display: block;
}

.hikashop_category_name a:hover {
	color: #7b58bd;
}

span.hikashop_product_price {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	font-family: inherit;
}

span.hikashop_product_price_before_discount {
	color: #999;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 6px;
}

span.hikashop_product_discount {
	white-space: nowrap;
	color: #f0506e;
	font-weight: 600;
}

span.hikashop_product_price_full {
	color: #666;
	display: block;
}

.hikashop_product_price_full {
	text-align: right;
}

/* =========================================================
   Cart & Checkout Tables
   ========================================================= */
.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: none;
	display: inline-block;
	vertical-align: middle;
}

.hikashop_checkout_cart table .row0:hover,
.hikashop_checkout_cart table .row1:hover {
	background-color: #f8f8f8;
}

.hikashop_checkout_cart table {
	border-collapse: collapse;
	width: 100%;
}

.hikashop_checkout_cart td {
	padding: 10px;
}

.hikashop_checkout_cart thead tr {
	font-weight: 600;
	font-size: 0.9rem;
	color: #555;
}

.hikashop_checkout_cart thead th {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 12px;
	text-align: left;
}

.hikashop_checkout_cart tfoot td {
	padding: 8px 12px;
	text-align: right;
}

.hikashop_checkout_cart hr {
	background-color: #e5e5e5;
	border: none;
	height: 1px;
}

#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: left;
}

span.hikashop_checkout_cart_coupon {
	font-weight: 600;
}

span.hikashop_checkout_cart_shipping {
	font-weight: normal;
}

span.hikashop_checkout_cart_payment {
	font-weight: 600;
}

span.hikashop_checkout_cart_taxes {
	font-weight: 600;
	font-size: 0.95rem;
	font-style: italic;
	color: #c45500;
}

span.hikashop_checkout_cart_final_total {
	font-weight: 700;
	color: #000;
	font-size: 1.35rem;
}

#hikashop_checkout_cart_final_total_title {
	color: #d903f5;
	font-weight: 600;
	font-size: 0.9rem;
}

.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;
	color: #7A42E3;
	font-size: 0.9rem;
	font-weight: normal;
}

tr.hikashop_checkout_payment_ccinfo td {
	padding: 0;
}

#hikashop_checkout_cart tfoot tr {
	border: 0;
}

#hikashop_checkout_cart tfoot tr td.hikashop_cart_empty_footer {
	border: 0;
}

/* =========================================================
   Buttons – UIkit style
   ========================================================= */
a.hikashop_cart_button,
a.hikashop_compare_button,
.hikashop_cart_input_button,
input.hikashop_cart_input_button,
button.hikashop_cart_input_button {
	display: inline-block;
	padding: 8px 18px;
	margin: 4px;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
	color: #666 !important;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	box-shadow: none !important;
	text-shadow: none !important;
}

a.hikashop_cart_button:hover,
a.hikashop_compare_button:hover,
.hikashop_cart_input_button:hover,
input.hikashop_cart_input_button:hover,
button.hikashop_cart_input_button:hover {
	background-color: #fff;
	border-color: #d0d0d0;
	color: #333 !important;
}

/* Primary style for add-to-cart (can be overridden by theme) */
.hikashop_products a.hikashop_cart_button,
#hikashop_product_quantity_main .hikashop_cart_input_button,
.hikashop_product_quantity_add_to_cart_button {
	background-color: #1e87f0;
	border-color: #1e87f0;
	color: #fff !important;
}

.hikashop_products a.hikashop_cart_button:hover,
#hikashop_product_quantity_main .hikashop_cart_input_button:hover,
.hikashop_product_quantity_add_to_cart_button:hover {
	background-color: #0f7ae5;
	border-color: #0f7ae5;
	color: #fff !important;
}

#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;
	min-width: 110px;
}

/* =========================================================
   Checkout Progress Bar (Wizard)
   ========================================================= */
.hikashop_cart_bar {
	background: url(../images/line.png) repeat-x 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 {
	background: url("../images/current_step.png") no-repeat 50% 0 transparent;
	color: #363636;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished {
	background: url("../images/finished_step.png") no-repeat 50% 0 transparent;
	color: #363636;
}

#hikashop_checkout_page div.hikashop_cart_step span {
	position: relative;
	left: 4%;
	width: auto;
	font-size: 0.8rem;
}

#hikashop_checkout_page div.hikashop_cart_step span a {
	color: #b2b2b2;
	font-size: 0.8rem;
	text-decoration: none;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished span a {
	color: #363636;
}

.hikashop_cart_step {
	background: url("../images/step.png") no-repeat 50% 0 transparent;
	display: inline;
	padding-top: 25px;
	padding-right: 8%;
	white-space: nowrap;
}

/* Modern wizard bar (UIkit friendly) */
.hikashop_wizardbar {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	margin-bottom: 16px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.hikashop_wizardbar:before,
.hikashop_wizardbar:after {
	display: table;
	content: "";
}

.hikashop_wizardbar:after {
	clear: both;
}

.hikashop_wizardbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.hikashop_wizardbar ul li {
	position: relative;
	flex: 1 1 auto;
	height: 46px;
	padding: 0 16px 0 28px;
	margin: 0;
	font-size: 0.95rem;
	line-height: 46px;
	color: #999;
	cursor: default;
	background: #ededed;
}

.hikashop_wizardbar ul li a {
	color: #999;
	text-decoration: none;
}

.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;
	z-index: 1;
}

.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: #32d296;
	background: #f3f4f5;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished a {
	color: #32d296;
}

.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-color: #e7eff8;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished .hikashop_chevron:before {
	border-left-color: #f3f4f5;
}

.hikashop_wizardbar ul li.hikashop_cart_step_current {
	color: #1e87f0;
	background: #f1f6fc;
}

.hikashop_wizardbar ul li.hikashop_cart_step_current a {
	color: #1e87f0;
}

.hikashop_wizardbar ul li.hikashop_cart_step_current .hikashop_chevron:before {
	border-left-color: #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; }

/* =========================================================
   Login / Address / Forms
   ========================================================= */
.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 (max-width: 639px) {
	.hikashop_checkout_login_left_part,
	.hikashop_checkout_login_right_part {
		width: 100%;
		float: none;
	}
	#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: 0 10px;
	font-weight: 600;
	color: #555;
	font-size: 0.9rem;
}

.hikashop_checkout_billing_address_info {
	color: #333;
	font-size: 0.9rem;
}

@media (max-width: 639px) {
	#hikashop_checkout_address td {
		display: block !important;
	}
}

.hikashop_checkout_payment_name {
	font-weight: 600;
}

.hikashop_custom_file_upload_link {
	display: block;
}

.hikashop_red_border {
	border: 1px solid #f0506e !important;
	box-shadow: 0 0 8px rgba(240, 80, 110, 0.35) !important;
}

/* =========================================================
   Shipping Methods
   ========================================================= */
#hikashop_shipping_methods ul.hikashop_shipping_products {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#hikashop_shipping_methods .hikashop_shipping_group .hikashop_shipping_group_name {
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	border-radius: 3px;
}

#hikashop_shipping_methods ul.hikashop_shipping_products li.hikashop_shipping_product {
	display: inline-block;
	list-style-type: none;
	margin: 0 8px 0 0;
}

#hikashop_shipping_methods ul.hikashop_shipping_products li.hikashop_shipping_product img {
	padding: 3px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
}

#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 #e5e5e5;
	padding: 8px;
}

#hikashop_checkout_page table.shipping_pickup_table td {
	text-align: center;
}

/* =========================================================
   Orders Listing
   ========================================================= */
.hikashop_orders {
	width: 100%;
	margin-top: 10px;
}

.hikashop_order_listing_status {
	margin-bottom: 5px;
	display: block;
}

.hikashop_orders img {
	border: none;
	padding: 0 5px;
}

.hikashop_order_title {
	text-align: center;
}

.hikashop_authorize_thankyou {
	text-align: center;
}

/* =========================================================
   Address Listing
   ========================================================= */
.hikashop_address_listing_div {
	margin-left: auto;
	margin-right: auto;
}

.hikashop_address_listing_table {
	width: 100%;
}

.hikashop_rbottom,
.clear_both {
	clear: both;
}

/* =========================================================
   Image Uploader
   ========================================================= */
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 #999;
	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: 0;
	top: 0;
	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;
}

ul.hikashop_uploader_multiimage_content .deleteImg:hover,
div.hikashop_uploader_singleimage_content .deleteImg:hover,
div.hikashop_uploader_singlefile_content .deleteImg:hover {
	opacity: 1;
}

.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 #ccc;
	width: 100%;
	border-radius: 8px;
	min-height: 100px;
}

.hikashop_uploader_image_empty,
.hikashop_uploader_file_empty {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

/* =========================================================
   Control Panel
   ========================================================= */
#hikashopcpanel div.icon a {
	border: 1px solid #f0f0f0;
	display: block;
	float: left;
	border-radius: 4px;
	padding: 8px;
	text-decoration: none;
	vertical-align: middle;
	width: 94%;
	transition: background 0.15s ease, border-color 0.15s ease;
}

#hikashopcpanel div.icon:hover a {
	border-color: #e5e5e5 #ccc #ccc #e5e5e5;
	background: #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: 1.1rem;
	font-weight: 600;
}

#hikashop_cpanel_title fieldset {
	border: none;
	border-bottom: 1px solid #e5e5e5;
}

.hikashop_cpanel_button_description {
	color: #666;
	font-size: 0.95rem;
}

#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: #1e87f0;
}

#hikashopcpanel img {
	margin: 0 auto;
	padding: 10px 0;
}

.hikashopcpanel {
	margin: 20px 0;
}

.hikashop_header_title {
	float: left;
}

.hikashop_header_buttons {
	float: right;
}

/* =========================================================
   Messages / Alerts (UIkit-like)
   ========================================================= */
div.hikashop_messages {
	border-style: solid;
	border-width: 1px 0;
	font-weight: 600;
	margin: 8px 0;
	padding: 10px 16px;
	border-radius: 3px;
}

.hikashop_messages li {
	list-style-type: none;
}

div.hikashop_warning {
	background-color: #fff6ee;
	border-color: #faa05a;
	color: #c45500;
}

div.hikashop_success {
	background-color: #edfbf6;
	border-color: #32d296;
	color: #1e7e54;
}

div.hikashop_info {
	background-color: #eef7ff;
	border-color: #1e87f0;
	color: #0b5cad;
}

div.hikashop_error {
	background-color: #fef4f6;
	border-color: #f0506e;
	color: #c22;
}

/* =========================================================
   Pagination
   ========================================================= */
.pagenav {
	cursor: pointer;
}

.list-footer li {
	list-style-type: none;
	display: inline;
}

.hikashop_products_pagination,
.hikashop_subcategories_pagination {
	font-size: 0.85rem;
	text-align: center;
	clear: both;
	padding-top: 20px;
}

.hikashop_products_pagination ul.pagination,
.hikashop_subcategories_pagination ul.pagination {
	text-align: center;
	display: inline-flex;
	gap: 4px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.hikashop_products_pagination .list-footer .limit,
.hikashop_subcategories_pagination .list-footer .limit {
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
}

.hikashop_products_pagination .list-footer .limit select,
.hikashop_subcategories_pagination .list-footer .limit select {
	width: 70px;
	padding: 4px 8px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.hikashop_products_pagination .list-footer .pagenav,
.hikashop_subcategories_pagination .list-footer .pagenav {
	color: #1e87f0;
	font-weight: 600;
	background-color: #fff;
	padding: 4px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	line-height: 1.6;
	text-decoration: none;
}

.hikashop_products_pagination .list-footer a.pagenav:hover,
.hikashop_subcategories_pagination .list-footer a.pagenav:hover {
	color: #333;
	background-color: #f8f8f8;
}

.hikashop_products_pagination .list-footer span.pagenav,
.hikashop_subcategories_pagination .list-footer span.pagenav {
	color: #333;
	background-color: #f0f0f0;
}

.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;
}

.list-footer span.pagenav,
.list-footer a.pagenav,
.pagenav_previous_chevron,
.pagenav_start_chevron,
.pagenav_next_chevron,
.pagenav_end_chevron {
	color: #666;
	padding: 4px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	text-decoration: none;
}

.list-footer span.pagenav:hover,
.list-footer a.pagenav:hover {
	color: #1e87f0;
	text-decoration: none;
}

/* =========================================================
   Social
   ========================================================= */
#hikashop_social {
	position: relative;
	text-align: right;
}

#hikashop_social iframe {
	height: 50px;
	max-width: inherit !important;
}

#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 span.hikashop_social_tw,
#hikashop_social span.hikashop_social_fb,
#hikashop_social span.hikashop_social_google,
#hikashop_social span.hikashop_social_pinterest,
#hikashop_social span.hikashop_social_addThis {
	float: left;
	margin-right: 8px;
}

#hikashop_social span.hikashop_social_tw_right,
#hikashop_social span.hikashop_social_fb_right,
#hikashop_social span.hikashop_social_google_right,
#hikashop_social span.hikashop_social_pinterest_right,
#hikashop_social span.hikashop_social_addThis_right {
	float: right;
	margin-right: 8px;
}

/* =========================================================
   Filters
   ========================================================= */
.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_filter_checkbox {
	white-space: nowrap;
}

a.hikashop_filter_list {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

a.hikashop_filter_list_selected:hover {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}

.hikashop_filter_fieldset {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-bottom: 12px;
	padding: 12px;
}

.hikashop_filter_fieldset legend {
	color: #555;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 0 8px;
}

.hikashop_filter_cursor_range {
	border: 0;
	color: #f6931f;
	font-weight: 600;
}

.hikashop_filter_list_style li {
	list-style-type: none;
}

.hikashop_filter_list_style li:before {
	content: "> ";
}

/* =========================================================
   Compare Page
   ========================================================= */
.hikashop_compare_table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.hikashop_compare_table input {
	margin-top: 5px;
}

.hikashop_product_custom_name {
	font-weight: 600;
}

.hikashop_product_compare_custom_separator {
	text-align: center;
	height: 25px;
}

.hikashop_product_compare_custom_separator td {
	border-bottom: 2px solid #e5e5e5;
	text-align: center;
	font-weight: 600;
	height: 30px;
}

.hikashop_product_compare_custom_separator .hikashop_product_custom_name label {
	color: #1e87f0;
}

.hikashop_compare_page h1 {
	color: #666;
	text-align: center;
	font-size: 1.1rem;
	border-bottom: 1px dashed #e5e5e5;
	padding: 4px;
}

#hikashop_compare_tr_cart .hikashop_compare_cart_prod_column {
	margin-bottom: 20px;
	text-align: center;
}

.hikashop_before_taxe {
	font-size: 0.8rem;
	font-weight: normal;
}

.hikashop_compare_table .hikashop_product_quantity_field_change {
	margin-right: 5px;
}

.hikashop_compare_table .hikashop_product_name_main {
	color: #7A42E3;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	border: none;
	text-align: center;
}

.hikashop_compare_table .hikashop_product_name_main:hover {
	color: #32d296;
}

.hikashop_compare_details_prod_column {
	padding: 10px;
	white-space: normal;
	border-top: 1px solid #e5e5e5;
}

.hikashop_compare_table a {
	text-decoration: none;
}

.hikashop_compare_custom_prod_column {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #f5f8f8;
	padding-left: 10px;
	height: 20px;
	text-align: center;
}

.hikashop_compare_custom_prod_column:hover {
	background-color: #fff;
}

.hikashop_compare_page table {
	border-collapse: collapse;
	margin: auto;
}

.hikashop_compare_page .hikashop_product_stock {
	color: #f0506e;
	margin: auto;
	border-bottom: 1px solid #e5e5e5;
}

.hikashop_product_compare_custom_separator .hikashop_product_custom_value {
	color: #1e87f0;
}

.hikashop_product_custom_value {
	color: #000;
}

.hikashop_compare_custom_first_column {
	color: #333;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-top: 0;
	background-color: #f5f5f5;
}

#hikashop_product_custom_info_main {
	margin-top: 40px;
}

#hikashop_product_custom_info_main td {
	border-bottom: 1px solid #e5e5e5;
}

#hikashop_product_custom_info_main h6 {
	color: #1e87f0;
}

/* =========================================================
   Ratings & Votes
   ========================================================= */
.ui-rating,
.hk-rating {
	margin: auto;
	display: inline;
}

.ui-rating-star,
.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;
}

.ui-rating a,
.hk-rating a {
	cursor: pointer;
	background-color: transparent !important;
}

.ui-rating-full,
.hk-rate-star.state-full { background-position: left top; }
.ui-rating-mid,
.hk-rate-star.state-mid { background-position: left -16px; }
.ui-rating-empty,
.hk-rate-star.state-empty { background-position: left -32px; }
.ui-rating-hover,
.hk-rate-star.state-hover { background-position: left -48px !important; }

.hikashop_vote_notification {
	display: inline;
	color: #888;
}

.hikashop_vote_form .hikashop_comment_textarea {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	color: #666;
	height: 80px;
	margin: 8px 0;
	padding: 8px;
	width: 100%;
	resize: vertical;
}

.hikashop_vote_form .button {
	margin-left: 0;
}

.hikashop_comment_textarea:hover,
.hikashop_comment_textarea:focus {
	border-color: #ccc;
	outline: none;
}

.hikashop_vote_stars {
	width: 100%;
	padding: 12px 4px;
}

.hikashop_vote_notification_mini,
.hikashop_total_vote {
	color: #666;
	font-size: 0.8rem;
	font-style: italic;
}

.hikashop_total_vote {
	display: inline;
}

.hikashop_vote_form {
	margin-top: 12px;
}

.hikashop_vote_listing_useful_bought {
	font-style: italic;
}

.hikashop_vote_listing_useful_note {
	margin-right: 10px;
}

#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: 40px;
	font-weight: 600;
}

.hikashop_listing_comment,
.hikashop_form_comment {
	color: #555;
	font-weight: 600;
}

.hika_comment_listing {
	margin: 12px auto;
	border: 1px solid #e5e5e5;
	color: #999;
	width: 100%;
	border-radius: 4px;
}

.hika_comment_listing:hover {
	border-color: #d0d0d0;
}

.hika_comment_listing td {
	padding: 8px;
}

.hika_comment_listing_name {
	font-weight: 600;
	color: #c45500;
}

.hika_comment_listing_stars {
	width: 85px;
}

.hika_comment_listing_content {
	background-color: #fff;
	padding: 4px;
	color: #333;
}

.hika_comment_listing_useful_p {
	width: 22px;
	background-color: #fff;
	border: 1px solid #90b1c3;
	font-weight: 600;
	padding: 2px;
	text-align: center;
	border-radius: 3px;
}

.hika_comment_listing_useful.hide,
.hika_comment_listing_useful_p.hide {
	display: none;
}

.hika_comment_listing_useful.locked,
.hika_comment_listing_useless.locked {
	opacity: 0.4;
	cursor: default !important;
}

.hika_comment_listing_full_stars {
	width: 16px;
	height: 16px;
	display: inline-block;
	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;
	background-image: url('../images/star.gif') !important;
	background-repeat: no-repeat;
	background-position: left -32px;
	cursor: default;
}

.hika_comment_listing_empty {
	color: #666;
	padding: 8px;
}

@media (max-width: 639px) {
	.hikashop_sort_listing_comment {
		display: none;
	}
}

/* =========================================================
   Wishlist / Multi-cart
   ========================================================= */
.hikashop_wishlist_module .hikashop_wishlist_display_add_to_cart,
.hikashop_wishlist_module .hikashop_checkout_cart_print_link,
.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_quantity {
	text-align: center;
}

.hikashop_all_carts_current {
	text-align: center !important;
	width: 50px;
}

.hikashop_all_carts_current_star,
.hikashop_all_carts_set_current_star {
	width: 16px;
	height: 16px;
	background-image: url('../images/star.gif') !important;
	background-repeat: no-repeat;
	margin: auto;
}

.hikashop_all_carts_current_star {
	background-position: center top;
}

.hikashop_all_carts_set_current_star {
	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: #f0506e; }
.hikashop_green_color { color: #32d296; }

.hikashop_all_carts_delete {
	text-align: center;
}

.hikashop_show_cart_quantity {
	text-align: center;
	width: 30px;
}

.hikashop_carts {
	width: 100%;
	margin-top: 15px;
}

.hika_show_cart_total {
	text-align: center;
}

.hikashop_not_authorized {
	width: 100%;
	text-align: center;
	margin: 12px auto;
	color: #f0506e;
}

.hika_wishlist_green {
	background-color: #edfbf6 !important;
}

#hikashop_wishlist_listing_pagination .list-footer .pagination {
	text-align: center;
}

.hika_show_cart_total td {
	border-top: 2px solid #e5e5e5;
}

#hikashop_cart_product_listing {
	width: 100% !important;
}

/* =========================================================
   Carousel / Slider
   ========================================================= */
.hikashop_main_carousel_div ul li {
	padding: 0 !important;
	background: none !important;
}

.hikashop_main_carousel_div > ul > li {
	margin: 0 !important;
}

.hikashop_img_pane_panel {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	text-align: center !important;
	color: #fff;
}

.hikashop_slide_numbers {
	margin: 2px;
}

.hikashop_slide_numbers:hover {
	background-color: #1e87f0;
	color: #fff;
}

.hikashop_slide_pagination_selected {
	color: #fff;
	background-color: #1e87f0;
}

.hikashop_pagination_images {
	opacity: 0.6;
	display: inline-block;
	transition: opacity 0.15s ease;
}

.hikashop_pagination_images:hover,
.hikashop_pagination_images_selected {
	opacity: 1;
}

.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,
.hikashop_slider_button {
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

.hiakshop_slider_button:hover,
.hikashop_slider_button:hover {
	cursor: pointer;
	opacity: 1;
}

/* =========================================================
   Grid / Row Fluid (UIkit compatible widths)
   ========================================================= */
.hikashop_categories_listing_main.row-fluid-10 [class*="span"],
.hikashop_products .row-fluid-10 [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	float: left;
	margin-left: 1.75%;
	box-sizing: border-box;
}

.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%; }
.hikashop_categories_listing_main .row-fluid-10 .span9,
.hikashop_products .row-fluid-10 .span9 { width: 89.82%; }
.hikashop_categories_listing_main .row-fluid-10 .span8,
.hikashop_products .row-fluid-10 .span8 { width: 79.65%; }
.hikashop_categories_listing_main .row-fluid-10 .span7,
.hikashop_products .row-fluid-10 .span7 { width: 69.47%; }
.hikashop_categories_listing_main .row-fluid-10 .span6,
.hikashop_products .row-fluid-10 .span6 { width: 59.3%; }
.hikashop_categories_listing_main .row-fluid-10 .span5,
.hikashop_products .row-fluid-10 .span5 { width: 49.12%; }
.hikashop_categories_listing_main .row-fluid-10 .span4,
.hikashop_products .row-fluid-10 .span4 { width: 38.95%; }
.hikashop_categories_listing_main .row-fluid-10 .span3,
.hikashop_products .row-fluid-10 .span3 { width: 28.77%; }
.hikashop_categories_listing_main .row-fluid-10 .span2,
.hikashop_products .row-fluid-10 .span2 { width: 18.6%; }
.hikashop_categories_listing_main .row-fluid-10 .span1,
.hikashop_products .row-fluid-10 .span1 { width: 8.42%; }

@media (max-width: 959px) {
	.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: 100% !important;
		margin-left: 0;
	}
}

.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;
}

/* =========================================================
   Tabs
   ========================================================= */
#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;
}

.hikashop_tabs_ul {
	z-index: 2;
	position: relative;
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	cursor: pointer;
}

.hikashop_tabs_ul li {
	display: inline-block;
	background-color: #fcfcfc;
	padding: 10px 14px;
	border: 1px solid #e7e7e7;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
}

.hikashop_tabs_ul li a {
	color: #555;
	text-decoration: none;
}

.hikashop_tabs_ul li a:hover {
	color: #333;
}

.hikashop_tabs_content {
	z-index: 1;
	position: relative;
	display: none;
	min-height: 200px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 12px;
	border-radius: 0 4px 4px 4px;
}

.hikashop_tabs_li_selected {
	border-bottom: 1px solid #fff !important;
	background-color: #fff !important;
}

.hikashop_tabs_li_selected a {
	color: #1e87f0 !important;
}

@media (max-width: 639px) {
	.hikashop_tabs_ul li {
		display: block !important;
		width: 100%;
		border-radius: 3px;
		margin-bottom: 2px;
	}
}

/* =========================================================
   Product List / Table views
   ========================================================= */
.hikashop_products_table {
	border-collapse: collapse;
	margin: 20px 0;
	width: 100%;
}

.hikashop_products_table thead th {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 12px;
	color: #333;
	font-weight: 600;
	font-size: 0.9rem;
	text-align: left;
}

.hikashop_products_table td {
	padding: 12px;
}

.hikashop_products_table tr {
	border-bottom: 1px solid #f0f0f0;
}

.hikashop_product_list_item a {
	color: #555;
	font-size: 0.9rem;
	text-decoration: none;
}

.hikashop_product_name_in_list {
	font-weight: 600;
}

.hikashop_product_list_item a:hover {
	color: #1e87f0;
}

.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: 12px 4px;
	text-align: center;
}

/* =========================================================
   Quantity Controls
   ========================================================= */
.hikashop_product_quantity_div {
	display: inline-block;
	vertical-align: middle;
}

.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: 28px;
}

.hikashop_product_quantity_change_div_regrouped div {
	line-height: 12px;
}

.hikashop_product_quantity_change_div_leftright input {
	float: none;
}

.hikashop_product_quantity_change_div_leftright .hikashop_product_quantity_field {
	height: 28px;
}

.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: 4px !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: 70px;
}

.hikashop_show_cart_quantity_td input {
	float: left;
}

.hikashop_show_cart_quantity_td div {
	float: none;
}

/* =========================================================
   Cart Module
   ========================================================= */
#hikashop_cart table {
	border-collapse: collapse;
	width: 100%;
}

#hikashop_cart tr {
	color: #555;
	font-size: 0.9rem;
	font-weight: 600;
	text-align: left;
}

#hikashop_cart td {
	padding: 4px;
}

#hikashop_cart th {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 4px 6px;
}

.hikashop_cart_module_product_total_title {
	padding: 10px 0;
	text-align: left;
}

#hikashop_cart hr {
	display: none;
}

#hikashop_cart .hikashop_cart_module_product_name_value a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#hikashop_cart .hikashop_cart_module_product_name_value a:hover {
	color: #1e87f0;
}

#hikashop_cart span.hikashop_product_price {
	font-size: 0.9rem;
}

#hikashop_cart .hikashop_cart_input_button {
	margin: 6px 0;
}

#hikashop_cart .row0:hover,
#hikashop_cart .row1:hover {
	background-color: #f8f8f8;
}

.hikashop_cart_value input {
	padding: 2px;
	margin: 0;
}

#hikashop_cart .hikashop_product_quantity_field {
	margin: 0 !important;
}

/* =========================================================
   Currency Module
   ========================================================= */
.hikashop_currency_module {
	padding: 10px 0;
}

.hikashopcurrency {
	width: 100%;
}

.hikashop_currency_module select {
	padding: 4px 8px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	width: 100%;
}

.hikashopcurrency option {
	padding: 4px 8px;
}

/* =========================================================
   Categories Accordion / Pane
   ========================================================= */
.hikashop_subcategories h3 a,
.hikashop_subcategories h6 a {
	color: #555;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
}

.hikashop_subcategories h3 a:hover,
.hikashop_subcategories h6 a:hover {
	color: #1e87f0;
}

.hikashop_category_list_item a {
	color: #666;
	text-decoration: none;
	padding: 4px 0;
	display: block;
}

.hikashop_category_list_item a:hover {
	color: #1e87f0;
}

.pane-sliders .title,
.accordion-heading .title {
	margin: 0;
	padding: 8px 12px;
	color: #666;
	cursor: pointer;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.pane-sliders .panel,
.accordion-heading .panel {
	border: 1px solid #e5e5e5;
	margin-bottom: 4px;
	border-radius: 3px;
}

.pane-sliders .content,
.accordion-heading .content {
	background: #fff;
}

.pane-sliders div.content,
.accordion-heading div.content {
	padding: 0 12px 12px;
}

.pane-toggler a,
.accordion-heading a.accordion-toggle {
	background: transparent url(../images/j_arrow.png) 5px 50% no-repeat;
	padding-left: 22px;
	font-weight: 600;
	display: inline-block;
}

.pane-toggler-down a {
	background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat;
	padding-left: 22px;
}

.jpane-toggler-down {
	border-bottom: 1px solid #e5e5e5;
}

.hikashop_categories_listing_main {
	margin: 12px 0;
}

.hikashop_subcategories h6 {
	padding: 6px;
	margin: 0;
}

.accordion-heading .accordion-toggle {
	padding: 0;
	margin: 0;
	padding-left: 22px;
}

/* =========================================================
   Order / Cart Listing Pages
   ========================================================= */
#hikashop_cart_listing,
#hikashop_affiliate_main,
#hikashop_address_listing,
#hikashop_order_listing {
	margin: 0;
	padding: 0;
}

#hikashop_carts_listing .header h1,
#hikashop_affiliate_main .header h1,
#hikashop_address_listing .header h1,
#hikashop_order_listing .header h1 {
	margin: 24px 0 0;
	color: #555;
	font-weight: 600;
	font-size: 1.15rem;
	padding: 0;
}

#hikashop_carts_listing fieldset,
#hikashop_affiliate_main fieldset,
#hikashop_address_listing fieldset,
#hikashop_order_listing fieldset {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 24px;
}

#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: 6px;
}

#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: #1e87f0;
}

/* =========================================================
   Member Profile / Forms
   ========================================================= */
#member-profile fieldset {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 14px;
	margin-bottom: 12px;
}

#member-profile legend {
	font-weight: 600;
	font-size: 0.9rem;
	color: #333;
	margin: 0 6px;
	padding: 0 6px;
}

#member-profile input,
#member-profile select {
	padding: 6px 10px;
	margin-bottom: 6px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	width: 100%;
	max-width: 320px;
}

#member-profile .validate,
#member-profile a {
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #666;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	padding: 6px 14px;
	text-align: center;
	text-decoration: none;
	transition: background 0.15s ease;
}

#member-profile .validate:hover,
#member-profile a:hover {
	background-color: #fff;
	color: #333;
}

/* =========================================================
   Address Listing
   ========================================================= */
.hikashop_address_listing_item_details {
	border: 1px solid #e5e5e5;
	padding: 12px;
	border-radius: 4px;
	color: #666;
}

.hikashop_header_buttons a {
	color: #666;
	font-size: 0.85rem;
	text-decoration: none;
}

.contentpane h1 {
	font-size: 1.1rem;
	padding-bottom: 6px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
}

.contentpane #hikashop_address_form_span_iframe td {
	padding: 6px 0;
}

.contentpane #hikashop_address_form_span_iframe .key {
	padding-right: 16px;
	color: #666;
}

.contentpane #hikashop_address_form_span_iframe select,
.contentpane #hikashop_address_form_span_iframe input {
	padding: 4px 8px;
	color: #666;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

/* =========================================================
   Order Listing Table
   ========================================================= */
#hikashop_order_listing .hikashop_no_border td {
	padding: 0;
}

#hikashop_order_listing .hikashop_no_border .btn {
	margin: 0;
	padding: 4px 10px;
}

#hikashop_search {
	padding: 4px 8px;
	margin: 0;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

#hikashop_order_listing table#hikashop_order_listing {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
}

#hikashop_order_listing th {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 8px 6px;
}

#hikashop_order_listing th,
#hikashop_order_listing th a {
	color: #555;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	text-align: left;
}

#hikashop_order_listing th a:hover {
	color: #1e87f0;
}

#hikashop_order_listing td {
	padding: 8px;
	border-bottom: 1px solid #e5e5e5;
}

#hikashop_order_listing .hikashop_no_border td {
	border: none;
}

.span.hikashop_order_listing_status .hikashop_order_status_created {
	color: #1e87f0;
}

.span.hikashop_order_listing_status .hikashop_order_status_confirmed,
.span.hikashop_order_listing_status .hikashop_order_status_shipped {
	color: #32d296;
}

.span.hikashop_order_listing_status .hikashop_order_status_cancelled,
.span.hikashop_order_listing_status .hikashop_order_status_refunded {
	color: #f0506e;
}

.hikashop_order_number_value a {
	color: #1e87f0;
	text-decoration: underline;
}

#hikashop_order_listing .row0:hover,
#hikashop_order_listing .row1:hover {
	background-color: #fafafa;
}

#hikashop_order_listing .row0 {
	background-color: #f9f9f9;
}

#hikashop_order_listing .row1 {
	background-color: #f6f6f6;
}

/* =========================================================
   Order Detail
   ========================================================= */
#hikashop_order_main fieldset {
	border: none;
}

#hikashop_order_main fieldset h1 {
	color: #555;
	font-weight: 600;
	font-size: 1.1rem;
	padding-bottom: 6px;
	border-bottom: 1px solid #e5e5e5;
}

#hikashop_order_main .hikashop_order_left_part {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 12px;
}

#hikashop_order_main .hikashop_order_right_part {
	float: left;
	margin-right: 12px;
	padding-top: 10px;
}

#hikashop_order_main #adminForm fieldset {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 16px;
}

#hikashop_order_main #adminForm legend {
	font-weight: 600;
	font-size: 1rem;
	color: #555;
	margin: 0 6px;
	padding: 0 6px;
}

#htmlfieldset_products table {
	border-collapse: collapse;
	width: 100%;
}

#htmlfieldset_products th {
	color: #555;
	font-weight: 600;
	font-size: 0.9rem;
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 12px;
	text-align: center;
}

#htmlfieldset_products td {
	padding: 10px;
}

#htmlfieldset_products .hikashop_order_product_name {
	font-size: 0.9rem;
	color: #555;
}

#htmlfieldset_products .hikashop_order_product_name:hover,
#htmlfieldset_products a:hover {
	color: #1e87f0;
}

#htmlfieldset_products a {
	text-decoration: none;
	color: #555;
}

#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: #c45500;
	font-style: italic;
}

#htmlfieldset_products .hikashop_order_total_title {
	font-weight: 600;
	color: #555;
}

#htmlfieldset_products .hikashop_order_total_value {
	font-weight: 600;
	color: #c45500;
	font-style: italic;
}

.hikashop_order_tax_value {
	color: #c45500;
	font-style: italic;
}

/* =========================================================
   Cart Listing & Detail
   ========================================================= */
#hikashop_carts_listing td {
	padding: 0;
}

#hikashop_cart_listing .hikashop_no_border .btn {
	margin: 0;
	padding: 4px 10px;
}

#hikashop_cart_listing table {
	border-collapse: collapse;
	width: 100%;
}

#hikashop_cart_listing th {
	color: #555;
	font-weight: 600;
	font-size: 0.9rem;
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 12px;
}

#hikashop_cart_listing td {
	padding: 10px;
}

#hikashop_cart_listing td a {
	color: #555;
	text-decoration: underline;
}

#hikashop_cart_listing td a:hover {
	color: #1e87f0;
}

#hikashop_cart_listing .row0:hover,
#hikashop_carts_listing .row1:hover {
	background-color: #f8f8f8;
}

#hikashop_cart_listing {
	margin-top: 20px;
}

#hikashop_cart_listing fieldset {
	border: none;
}

#hikashop_cart_listing fieldset h1 {
	color: #555;
	font-weight: 600;
	font-size: 1.15rem;
}

#hikashop_cart_product_listing th {
	color: #555;
	font-weight: 600;
	font-size: 0.9rem;
	border-bottom: 1px solid #e5e5e5;
	padding: 8px;
}

#hikashop_cart_product_listing td {
	padding: 8px;
}

#hikashop_cart_product_listing a {
	color: #555;
	font-size: 0.9rem;
	text-decoration: none;
}

#hikashop_cart_product_listing a:hover {
	color: #1e87f0;
}

#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: 600;
	font-size: 0.9rem;
}

#hikashop_cart_product_listing .hika_show_cart_total_price {
	font-weight: 600;
	font-size: 0.9rem;
	color: #c45500;
	font-style: italic;
}

.hikashop_showcart_infos td {
	padding: 6px;
}

.hikashop_showcart_infos .key {
	text-align: right;
	color: #555;
	font-weight: 600;
	font-size: 0.9rem;
}

.hikashop_showcart_infos input,
.hikashop_showcart_infos select {
	padding: 4px 8px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.hikashop_showcart_infos {
	border: 1px solid #e5e5e5;
	width: auto;
	border-radius: 4px;
}

/* =========================================================
   Affiliate
   ========================================================= */
#hikashop_affiliate_main #adminForm fieldset {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 12px;
	margin-bottom: 12px;
}

#hikashop_affiliate_main #adminForm legend {
	color: #555;
	font-size: 0.9rem;
	font-weight: 600;
	margin-left: 10px;
	padding: 0 10px;
}

.hikashop_affiliate_banners_table li {
	list-style-type: none;
	padding: 4px 0;
}

.hikashop_banner_row td {
	border-bottom: 1px solid #e5e5e5;
}

.hikashop_banner_row td:hover {
	background-color: #f8f8f8;
}

.hikashop_banner_row a {
	color: #1e87f0;
	text-decoration: none;
}

.hikashop_banner_row a:hover {
	text-decoration: underline;
}

.hikashop_banner_row textarea {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 8px;
	margin: 10px 0;
	width: 100%;
}

/* =========================================================
   Checkout Page Specific
   ========================================================= */
#hikashop_checkout_page fieldset legend {
	color: #555;
	font-size: 0.9rem;
	font-weight: 600;
	margin: 16px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.hikashop_checkout_address_left_part {
	width: 48%;
	float: left;
}

.hikashop_checkout_address_right_part {
	width: 48%;
	float: left;
	margin-left: 2%;
}

@media (max-width: 959px) {
	.hikashop_checkout_address_left_part,
	.hikashop_checkout_address_right_part {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 16px;
	}
}

.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 6px;
}

#hikashop_shipping_methods tr {
	border-bottom: 1px solid #f0f0f0;
}

#hikashop_shipping_methods .row0:hover,
#hikashop_shipping_methods .row1:hover {
	background-color: #f8f8f8;
}

.hikashop_checkout_shipping_name {
	font-weight: 600;
	color: #333;
}

.hikashop_checkout_shipping_price_full,
.hikashop_checkout_payment_description {
	color: #666;
}

.hikashop_checkout_cart_shipping,
.hikashop_checkout_cart_subtotal {
	color: #6f00ff;
	font-size: 1.25rem;
	font-weight: 700;
}

#hikashop_payment_methods table {
	border-collapse: collapse;
	width: 100%;
}

.hikashop_checkout_payment_description {
	margin-left: 10px;
}

#hikashop_payment_methods td {
	padding: 8px;
	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: 6px 0;
}

/* =========================================================
   Entries / Events
   ========================================================= */
#hikashop_entries_info fieldset {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 12px;
	margin-bottom: 12px;
}

#hikashop_entries_info legend {
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	margin-left: 10px;
	padding: 0 10px;
}

#hikashop_entries_info input {
	margin-right: 10px;
}

#hikashop_entries_info {
	color: #666;
	font-size: 0.9rem;
}

#hikashop_entries_info .key {
	font-weight: 600;
	color: #555;
	font-size: 0.9rem;
}

#hikashop_entries_info td {
	padding: 6px;
}

#hikashop_entries_info label {
	margin-right: 10px;
}

#hikashop_entries_info a,
#hikashop_new_entry a {
	color: #1e87f0;
	text-decoration: none;
}

#hikashop_entries_info a:hover,
#hikashop_new_entry a:hover {
	text-decoration: underline;
}

#hikashop_new_entry {
	margin: 12px 0;
}

#hikashop_entry_next_button.hikashop_cart_input_button {
	margin-left: 0;
}

/* =========================================================
   Downloads
   ========================================================= */
#hikashop_download_listing fieldset {
	border: none;
}

#hikashop_download_listing fieldset h1 {
	color: #555;
	font-weight: 600;
	font-size: 1.1rem;
	padding-bottom: 6px;
	border-bottom: 1px solid #e5e5e5;
}

#hikashop_download_listing .hikashop_no_border .btn {
	margin: 0;
	padding: 2px 8px;
}

#hikashop_download_listing table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 12px;
}

#hikashop_download_listing th {
	color: #555;
	font-weight: 600;
	font-size: 0.9rem;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0 6px;
	text-align: left;
}

#hikashop_download_listing a {
	color: #555;
	text-decoration: none;
}

#hikashop_download_listing a:hover {
	color: #1e87f0;
}

#hikashop_download_listing th img {
	margin: 0 6px;
}

#hikashop_download_listing td {
	padding: 6px 0;
}

#hikashop_download_listing .pagination {
	text-align: center;
	margin-top: 20px;
	font-size: 0.85rem;
	color: #666;
}

/* =========================================================
   Product Options / Characteristics
   ========================================================= */
#hikashop_small_image_div {
	padding: 6px 0;
}

#hikashop_product_price_with_options_main {
	margin: 8px 0;
	display: block;
}

.hikashop_option_price_title {
	color: #666;
}

.hikashop_option_price_value {
	color: #c45500;
	font-weight: 600;
	font-size: 1rem;
	font-style: italic;
}

#hikashop_product_characteristics,
#hikashop_product_options {
	border: none;
	padding: 6px;
	border-radius: 3px;
}

.hikashop_product_characteristics_table td,
.hikashop_product_options_table td {
	padding: 4px;
	color: #333;
}

.hikashop_product_characteristics_table select,
.hikashop_product_options_table select {
	padding: 6px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #333;
	min-width: 140px;
}

#hikashop_product_description_main {
	padding-top: 20px;
}

/* =========================================================
   Category Info
   ========================================================= */
.hikashop_category_name {
	color: #555;
	font-weight: 600;
	font-size: 1rem;
}

.hikashop_category_desc {
	color: #666;
}

.hikashop_category_information h4 {
	clear: both;
	font-weight: 600;
	font-size: 1rem;
	color: #555;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

/* =========================================================
   Filter Title
   ========================================================= */
.hikashop_filter_title {
	color: #555;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 8px;
	display: none;
}

.hikashop_filter_checkbox input {
	margin-right: 6px;
}

.hikashop_filter_Filtre select,
.hikashop_filter_Filtre option {
	padding: 4px 8px;
}

/* =========================================================
   Checkout Login
   ========================================================= */
#hikashop_checkout_page h6 {
	font-size: 1rem;
	color: #555;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

#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: 600;
	font-size: 1.1rem;
	margin-bottom: 16px;
}

#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: 4px 0;
	padding: 6px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

#hikashop_checkout_login_left_part #remember {
	margin-left: 6px;
}

#hikashop_checkout_login_left_part li {
	list-style-type: none;
}

#hikashop_checkout_login_left_part ul {
	margin-top: 12px;
	padding: 0;
}

#hikashop_checkout_login_left_part .hikashop_cart_input_button {
	margin-top: 12px;
}

#hikashop_checkout_login_left_part li a {
	font-size: 0.85rem;
	color: #555;
	text-decoration: none;
}

#hikashop_checkout_login_left_part li a:hover {
	color: #1e87f0;
}

/* =========================================================
   Address Selection (Checkout)
   ========================================================= */
.checkout_billing_address_radio,
.checkout_shipping_address_radio {
	float: left;
}

.hika_edit {
	text-align: right;
	background-color: #f9f9f9;
	padding: 6px;
	border-radius: 3px;
}

.hika_edit span {
	display: none;
}

.hikashop_address_content {
	display: block;
	clear: both;
	color: #777;
	margin: 12px 0 0;
}

#hikashop_checkout_billing_address_selection a {
	margin: 0;
}

.address_selection,
#hikashop_checkout_selected_billing_address,
#hikashop_checkout_selected_shipping_address {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 14px;
	margin: 0 0 12px;
	background: #f8f8f8;
	transition: background 0.15s ease, box-shadow 0.15s ease;
}

.address_selection:hover,
#hikashop_checkout_selected_billing_address:hover,
#hikashop_checkout_selected_shipping_address:hover {
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}

.hikashop_field_required {
	float: right;
	margin-left: 10px;
	color: #f0506e;
}

#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: 220px;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

#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: 0;
}

#hikashop_checkout_address_left_part fieldset,
#hikashop_checkout_address_right_part fieldset {
	border: none;
	padding: 0;
}

#hikashop_checkout_address_left_part fieldset legend,
#hikashop_checkout_address_right_part fieldset legend {
	padding: 0;
	margin: 16px 0 10px;
}

#hikashop_checkout_address_shipping_selector,
#hikashop_checkout_address_billing_selector {
	color: #1e87f0;
	font-weight: 600;
	font-size: 0.85rem;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 6px 10px;
}

#hikashop_checkout_address_shipping_selector option,
#hikashop_checkout_address_billing_selector option {
	color: #666;
	font-weight: normal;
	font-size: 0.9rem;
}

/* =========================================================
   Loading Spinner
   ========================================================= */
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: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div.hikashop_checkout_loading div.hikashop_checkout_loading_elem {
	background-color: #fff;
	opacity: 0.6;
}

div.hikashop_checkout_loading div.hikashop_checkout_loading_spinner {
	background: url('../images/spinner_02.gif') no-repeat center;
}

/* =========================================================
   Menu / Module Block (Admin side helpers)
   ========================================================= */
.hikashop_menu_block_content_type,
.hikashop_module_block_content_type {
	color: #aaa;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	background-color: #eee;
	cursor: pointer;
	border: solid 1px #ccc;
	border-bottom-style: none;
	border-radius: 6px 6px 0 0;
}

.hikashop_edit_display_type .selected {
	font-size: 1.1em;
	background-color: #fff !important;
	color: #333;
}

.hikashop_menu_block_content_type:hover,
.hikashop_module_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 6px;
	width: 100%;
}

.hikashop_module_subblock_content,
.hikashop_menu_subblock_content {
	background-color: #f7f7f7;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.hikashop_menu_subblock_title,
.hikashop_module_subblock_title {
	font-weight: 600;
	text-align: center;
	background: linear-gradient(#f9f9f9, #e8e8e8);
	margin-top: 4px;
	height: 24px;
	line-height: 24px;
}

dl.hika_options,
dl.hika_suboptions {
	margin-bottom: 4px;
}

dl.hika_options > dt {
	float: left;
	clear: left;
	font-weight: normal;
	padding: 6px;
	width: 130px;
	text-align: right;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

dl.hika_options.large > dt {
	width: 180px;
}

dl.hika_options > dt label {
	margin: 0;
}

dl.hika_options > dd {
	margin-left: 140px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 20px;
	min-height: 20px;
}

dl.hika_options.large > dd {
	margin-left: 190px;
}

#attrib-hk_options .control-group {
	display: none;
}

/* =========================================================
   Listing Quantity Selector (Admin)
   ========================================================= */
.listing_item_quantity_selector {
	width: 130px;
	line-height: 10px;
}

.listing_item_quantity_selector div {
	display: inline-block;
	padding: 8px;
	border: solid 1px #e5e5e5;
	margin: 2px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 3px;
	transition: background 0.15s ease;
}

.listing_item_quantity_selector div.listing_table {
	padding: 8px 50px;
}

.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: #d4e8fc;
	border-color: #1e87f0;
}

.listing_item_quantity_fields {
	margin-top: 10px;
}

.listing_item_quantity_fields input {
	text-align: center;
	width: 42px;
	padding: 4px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.listing_item_quantity_fields.onecol input {
	width: 110px;
}

label.btn-default {
	background-color: #e5e5e5;
	background-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
	border-radius: 3px;
	padding: 4px 10px;
}

label.btn-default-lbl {
	font-weight: 600;
}

.hikashop_vote_tooltip {
	display: block;
}

.hikashop_vote_tooltip_label {
	font-weight: 600;
}

.hikashop_fade_effect .hikashop_product_image {
	background-color: #fff;
}

/* =========================================================
   Success Button (UIkit style)
   ========================================================= */
.hika_j2 .btn-success,
.hikabtn-success {
	background-color: transparent;
	color: #1e87f0;
	border: 2px solid #1e87f0;
	box-shadow: none;
	margin-right: 4px;
	border-radius: 3px;
	padding: 6px 14px;
	transition: background 0.15s ease, color 0.15s ease;
}

.hika_j2 .btn-success:hover,
.hikabtn-success:hover {
	background-color: #1e87f0;
	color: #fff;
}

/* =========================================================
   Print Helpers
   ========================================================= */
@media print {
	.hikashop_no_print:after {
		content: "" !important;
	}
}

/* =========================================================
   Thumbnails
   ========================================================= */
.thumbnails {
	list-style: none;
	padding: 0;
	margin: 0;
}

.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;
	height: auto;
}

/* =========================================================
   Modal Responsive
   ========================================================= */
div.modal-body iframe {
	border: 0;
}

#modal-preview {
	z-index: 1100;
}

.modal-body {
	max-height: none !important;
}

@media (max-width: 1199px) {
	div.modal.fade.in {
		width: 800px !important;
		margin-left: -400px !important;
		top: 10% !important;
		left: 50% !important;
	}
}

@media (max-width: 959px) {
	div.modal.fade.in {
		width: 640px !important;
		margin-left: -320px !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 (max-width: 639px) {
	div.modal.fade.in {
		width: 92% !important;
		margin-left: -46% !important;
		left: 50% !important;
	}
	.hikashop_cpanel_icon_table {
		width: auto !important;
	}
	table#hikashop_cart_product_listing tbody td:nth-last-child(1),
	table#hikashop_cart_product_listing th:nth-last-child(1) {
		display: none;
	}
}

/* =========================================================
   Variants Table Responsive
   ========================================================= */
@media (max-width: 959px) {
	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 #e5e5e5;
		margin-bottom: 8px;
		border-radius: 4px;
	}
	table.hikashop_variants_table td.hikashop_variants_table_td {
		border: none;
		border-bottom: 1px solid #f0f0f0;
		position: relative;
		padding-left: 40%;
	}
	table.hikashop_variants_table td.hikashop_variants_table_td:before {
		position: absolute;
		top: 8px;
		left: 8px;
		width: 35%;
		padding-right: 10px;
		white-space: nowrap;
		content: attr(data-label);
		font-weight: 600;
		color: #555;
	}
}

/* =========================================================
   Utility
   ========================================================= */
.hikashop_hidden_checkout {
	display: none;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* End of HikaShop UIkit 3 compatible CSS */
