/**

 * @package    HikaShop for Joomla!

 * @version    4.0.3

 * @author     hikashop.com

 * @copyright  (C) 2010-2019 HIKARI SOFTWARE. All rights reserved.

 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html

 */

.com_hikashop .t3-mainbody {
	background: rgba(112,112,112,.07);
}


.com_hikashop .hikashop_product_page img {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
}

.hikashop_product_main_image_thumb {
	padding: 0;
	margin: 0;
	max-width: 490px;
}

.hikashop_product_page,
.hikashop_category_information {
	max-width: 1170px;
	margin: 50px auto 0;
}

#hikashop_checkout_form {
	max-width: 1140px;
	margin: 50px auto 0;
}

@media (max-width: 1199px) {
.hikashop_product_page, .hikashop_category_information, #hikashop_checkout_form {
	max-width: 920px;
}
}

@media (max-width: 991px) {
.hikashop_product_page, .hikashop_category_information, #hikashop_checkout_form {
	max-width: 730px;
}
}

@media (max-width: 767px) {
.hikashop_product_page, .hikashop_category_information, #hikashop_checkout_form {
	max-width: calc(100% - 20px);
}
}

#hikashop_product_top_part {
	text-align: center;
}

.hikashop_category_information h1 {
	text-align: center;
	font-size: 40px;
}

#hikashop_product_top_part h1 {
	font-size: 40px;
	max-width: 470px;
	margin: 0 auto 50px;
}

#hikashop_product_top_part .hikashop_product_variant_subname {
	display: none;
}

.com_hikashop .Topgallery {
	background: rgba(112,112,112,.07) !important;
	height: 0px !important;
}

.hikashop_products_listing_switcher {
	display: none;
}

.hika_edit {
	padding: 4px 0;
	text-align: left;
}
.hk_right {
	text-align: right;
}
.hk_center {
	text-align: center;
}
@media print {
	.hikashop_no_print:after {
		content: "" !important;
	}
}
.hikashop_category_custom_info_main table, .hikashop_credit_card table, #hikashop_order_main table, .hikashop_product_page table {
	width: 100%;
}
input.hikashop_product_quantity_field {
	width: 50px;
}
span.hikashop_product_name {
	text-align: left !important;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #fff;
}
span.hikashop_product_price_before_discount {
	text-decoration: line-through;
	white-space: nowrap;
}
div.hikashop_see_more_icon {
	background-image: url('../images/icons/icon-14-cart.png');
	display: block;
	height: 14px;
	width: 14px;
}
#hikashop_cart_module div.hikashop_cart_dropdown_content {
	border: 1px solid #d9d9d9;
}
.hikashop_cart table {
	width: 100%;
}
.hikashop_cart table tfoot hr {
	margin: 0px;
}
.hikashop_cart_module label {
	display: inline-block;
}
div.hikashop_checkout_loading div.hikashop_checkout_loading_spinner.small_spinner.small_cart {
	background: url(../images/spinner.gif) no-repeat center right;
}
.hikashop_cpanel div.hikashop_cpanel_icon_div a {
	display: block;
	padding: 5px;
	margin: 5px 0px;
	text-decoration: none;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	vertical-align: middle;
}
.hikashop_cpanel div.hikashop_cpanel_icon_div a:hover {
	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);
}
.hikashop_cpanel .hikashop_cpanel_icon_image {
	width: 80px;
	float: left;
}
.hikashop_cpanel .hikashop_cpanel_icon_image span {
	margin: 0 auto;
}
.hikashop_cpanel .hikashop_cpanel_description {
	margin-left: 80px;
	height: 100%;
	min-height: 50px;
	margin: auto 0;
	vertical-align: middle;
	text-align: center;
}
.hikashop_cpanel span {
	display: block;
	text-align: center;
	color: #666;
	background-repeat: no-repeat;
	background-position: center;
}
.hikashop_cpanel .hikashop_cpanel_description ul {
	margin: 0;
	padding: 0;
}
.hikashop_cpanel .hikashop_cpanel_description li {
	list-style-type: none;
}
.hikashop_cpanel .hikashop_cpanel_button_text {
	display: none;
}
div.icon-wrapper {
	width: auto;
	height: auto;
	display: block;
}
div.icon-wrapper div.icon {
	text-align: center;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
	width: auto !important;
	height: auto !important;
}
div.icon-wrapper div.icon a {
	background-color: #fff !important;
	background-position: -30px;
	display: block;
	float: left;
	height: 97px;
	width: 108px;
	color: #565656;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition-property: background-position, -webkit-border-bottom-left-radius, -webkit-box-shadow;
	-moz-transition-property: background-position, -moz-border-radius-bottomleft, -moz-box-shadow;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
}
div.icon-wrapper div.icon a:hover, div.icon-wrapper div.icon a:focus, div.icon-wrapper div.icon a:active {
	background-position: 0px center;
	background-color: #f8f8f8 !important;
	box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 10;
}
div.icon-wrapper div.icon a span {
	width: auto;
	display: block;
}
div.icon-wrapper div.icon a span.hkIcon {
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	width: auto;
	padding: 10px 0;
}
span.hkIcon.icon-48-user2 {
	background-image: url("../images/icon-48/flatgrey/account.png") !important;
}
span.hkIcon.icon-48-address {
	background-image: url("../images/icon-48/flatgrey/address.png") !important;
}
span.hkIcon.icon-48-order {
	background-image: url("../images/icon-48/flatgrey/order.png") !important;
}
span.hkIcon.icon-48-cart {
	background-image: url("../images/icon-48/flatgrey/cart.png") !important;
}
span.hkIcon.icon-48-wishlist {
	background-image: url("../images/icon-48/flatgrey/wishlist.png") !important;
}
span.hkIcon.icon-48-affiliate {
	background-image: url("../images/icon-48/flatgrey/affiliate.png") !important;
}
span.hkIcon.icon-48-downloads {
	background-image: url("../images/icon-48/flatgrey/download.png") !important;
}
span.hkIcon.icon-48-subscription {
	background-image: url("../images/icon-48/flatgrey/subscription.png") !important;
}
span.hkIcon.icon-48-serial {
	background-image: url("../images/icon-48/flatgrey/hikaserial.png") !important;
}
span.hkIcon.icon-48-auction {
	background-image: url("../images/icon-48/flatgrey/hikaauction.png") !important;
}
span.icon-32-email {
	background-image: url("../images/icon-32/flatgrey/email.png") !important;
}
span.icon-32-print {
	background-image: url("../images/icon-32/flatgrey/print.png") !important;
}
span.icon-32-cart {
	background-image: url("../images/icon-32/flatgrey/show_cart.png") !important;
}
span.icon-32-go-cart {
	background-image: url("../images/icon-32/flatgrey/add_cart.png") !important;
}
span.icon-32-wishlist {
	background-image: url("../images/icon-32/flatgrey/wishlist.png") !important;
}
span.icon-32-save {
	background-image: url("../images/icon-32/flatgrey/save.png") !important;
}
span.icon-32-back {
	background-image: url("../images/icon-32/flatgrey/back.png") !important;
}
span.icon-32-new {
	background-image: url("../images/icon-32/flatgrey/new.png") !important;
}
span.icon-32-apply {
	background-image: url("../images/icon-32/flatgrey/apply.png") !important;
}
span.icon-32-cancel {
	background-image: url("../images/icon-32/flatgrey/cancel.png") !important;
}
span.icon-32-pay {
	background-image: url("../images/icon-32/flatgrey/icon-32-pay.png") !important;
}
.hika_toolbar .btnIcon, .hika_toolbar .hkdropdown-icon {
	display: block;
	float: none;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
.hika_toolbar > div > a, .hika_toolbar > div > .hkdropdown {
	margin-left: 3px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #252525;
}
.hika_toolbar .hika_toolbar_btn.hika_btn_32 {
	float: right;
}
.hika_toolbar a {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #252525;
}
@media (max-width:768px) {
	.hika_toolbar {
		clear: both;
	}
}
div.hika_toolbar span.btnName {
	width: 100%;
}
div.hika_toolbar .hikabtn span.hk-icon {
	color: #1266a0;
}
table.hikashop_no_border td {
	border: 1px solid #d9d9d9;
	display: inline-block;
}
table.hikashop_no_border td:hover {
	border: 1px solid #9d9d9d;
}
.hikashop_user_registration_page .chzn-container {
	margin-bottom: 9px;
}
div.hikashop_search_block input {
	margin-bottom: 0px;
}

.hikabtn, .hika_j2 .btn,
.hika_j2 .btn-primary, .hikabtn-primary,
a.hikacart {
	color: #fff;
	background-color: #f8b2bb;
	border-color: #f8b2bb;
	border-radius: 0;
	font-size: 18px;
	padding: 9px 19px;
	margin-top: 2px;
	transition: all .3s;
}

.hikabtn.hikabtn_checkout_guest_logout {
	margin: 30px 0;
}

.hikabtn.hikacart span::after {
	content: ' ';
	margin-left: 10px;
	width: 30px;
	height: 20px;
	background-image: url(../images/shopping-cart-white.svg);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}

.hikabtn.hikacart:hover span::after {
	background-image: url(../images/shopping-cart-white.svg);
}

.hika_j2 .btn-success:focus, .hikabtn-success:focus,
.hika_j2 .btn-success, .hikabtn-success {
	background: #f8b2bb;
	border-color: #f8b2bb;
	color:#fff;
	transition: all .3s;
}

.hika_j2 .btn-success:hover, .hikabtn-success:hover{
	background: #fff;
	border-color: #f8b2bb !important;
	color:#f8b2bb !important;
}

.hikabtn:focus, .hika_j2 .btn:focus,
.hika_j2 .btn-primary:focus, .hikabtn-primary:focus,
a.hikacart:focus {
	color: #fff;
	background-color: #f8b2bb;
	border-color: #f8b2bb;
}
.hikabtn:hover, .hika_j2 .btn:hover,
.hika_j2 .btn-primary:hover, .hikabtn-primary:hover,
a.hikacart:hover {
	color: #f8b2bb;
	background-color: transparent;
	border-color: #f8b2bb;
}

.hikabtn.hikacart:hover {
    color: #fff;
    background-color: #707070;
    border-color: #707070;
}

a.hikawishlist {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
a.hikawishlist:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
a.hikawishlist:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.hika-compare {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.hika-compare:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.hika-compare:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
#hikashop_add_to_cart_continue_div {
	display: inline-block;
}
#hikashop_add_to_cart_checkout_div {
	float: right;
}
div.hikashop_cart_dropdown_container {
	position: relative;
}
div.hikashop_cart_dropdown_content {
	z-index: 1000;
	position: absolute;
	width: auto;
	padding: 4px;
	border: 1px solid #808080;
	background-color: white;
}

.hikashop_child_image {
	width: 90px !important;
	height: auto !important;
	padding: 10px 10px 0 0;
}

.hikashop_product_bottom_part {
	clear: both;
	width: 100%;
}
.hikashop_previous_product {
	background-color: transparent !important;
	float: left;
	width: 6px;
	height: 6px;
	background: url(../images/icons/nav_products.png) no-repeat 5px -20px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 4px
}
.hikashop_previous_product:hover {
	background: url(../images/icons/nav_products.png) no-repeat 5px 3px;
}
.hikashop_next_product {
	background-color: transparent !important;
	float: left;
	width: 6px;
	height: 6px;
	background: url(../images/icons/nav_products.png) no-repeat -30px -20px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 4px
}
.hikashop_next_product:hover {
	background: url(../images/icons/nav_products.png) no-repeat -30px 3px;
}
#hikashop_product_description_main_mini {
	display: none;
}
.hikashop_product_variant_out_of_stock_span {
	background: url(../images/delete2.png) no-repeat;
}
.hikashop_product_variant_out_of_stock {
	display: none;
}
span.hikashop_option_info {
	background-image: url('../images/info.png');
	display: inline-block;
	height: 13px;
	width: 12px;
	margin-left: 5px;
}
.hikashop_vote_form .hikashop_comment_textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
}
#hikashop_vote_listing table.hika_comment_listing {
	margin: 5px 0px 0px 0px;
	border: 1px solid #eee;
	border-collapse: separate;
	color: #999999;
}
#hikashop_vote_listing table.hika_comment_listing tr td {
	padding: 3px 5px;
}
#hikashop_vote_listing div.hika_comment_listing_content {
	font-weight: initial;
	color: #000;
}
#hikashop_vote_listing .hk-rating.hk-rating-empty {
	display: none;
}
#hikashop_vote_form p.hikashop_form_comment, #hikashop_vote_listing .hikashop_listing_comment {
	font-weight: bold;
}
#hikashop_vote_listing span.hikashop_sort_listing_comment {
	margin-bottom: 5px;
}
#hikashop_vote_listing span.hika_vote_listing_username {
	color: #000;
}
.hika_comment_listing_useful {
	background-color: transparent !important;
	width: 16px !important;
	height: 14px !important;
	background-image: url(../images/icons/vote_plus.png) !important;
	background-size: 16px 14px !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	cursor: pointer !important;
}
.hika_comment_listing_useless {
	background-color: transparent !important;
	width: 16px !important;
	height: 14px !important;
	background-image: url(../images/icons/vote_minus.png) !important;
	background-size: 16px 14px !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	cursor: pointer !important;
}
.hikashop_product_quantity_change_div_leftright span.add-on {
	position: relative;
}
.hikashop_product_quantity_change_div_leftright span.add-on a {
	padding: 4px 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
}
.hikashop_product_quantity_input_div_default {
	vertical-align: middle;
}
.hikashop_product_quantity_change_div_default {
	vertical-align: top;
}
.hikashop_product_quantity_div {
	display: inline-block;
}
.hikashop_tabs_ul {
	padding: 0px;
	margin: 0px 0px 7px 0px;
	z-index: 2;
	position: relative;
}
.hikashop_tabs_ul li {
	display: inline;
	padding: 8px 5px;
	z-index: 2;
	font-weight: bold;
	background-color: #fcfcfc;
	border: solid 1px #E7E7E7;
}
.hikashop_tabs_ul li a, .hikashop_tabs_ul li a:hover {
	text-decoration: none;
	color: #555555;
}
.hikashop_tabs_content {
	z-index: 1;
	position: relative;
	display: none;
	min-height: 200px;
	padding: 5px;
	background-color: white;
	border: 1px solid #E7E7E7;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.hikashop_tabs_li_selected {
	border-bottom: 1px solid #ffffff !important;
	background-color: #ffffff !important;
}
div.hikashop_carousel .hikashop_subcontainer_border span, div.hikashop_carousel .hikashop_carousel_item span {
	text-align: center;
	display: block;
}
div.hikashop_carousel .owl-nav .owl-prev, div.hikashop_carousel .owl-nav .owl-next {
	border: 1px solid #ddd;
	background: #ddd;
}
div.hikashop_carousel .owl-nav .owl-prev:hover, div.hikashop_carousel .owl-nav .owl-next:hover {
	color: #aaa;
	background-color: #fff;
}
div.hikashop_carousel_parent_div div.owl-controls div.owl-dot {
	border: 1px solid #ddd;
	padding: 1px 5px;
	margin-top: 5px;
	color: #000;
}
div.hikashop_carousel_parent_div div.hikashop_carousel, div.hikashop_carousel_parent_div .owl-controls {
	margin: 5px;
}
div.hikashop_carousel_parent_div div.owl-controls div.owl-dot:hover {
	border: 1px solid #aaa;
}
div.hikashop_carousel_parent_div.numbers div.owl-controls div.owl-dot {
	background-color: #ddd;
	color: #fff;
}
div.hikashop_carousel_parent_div.numbers div.owl-controls div.owl-dot:hover {
	background-color: #fff;
	color: #aaa;
}
div.hikashop_carousel_parent_div div.owl-controls div.owl-dot.active {
	font-weight: bold;
	border: 1px solid #aaa;
	color: #333;
	background: none;
}
div.hikashop_carousel_parent_div.thumbnails div.owl-controls div.owl-dot {
	margin: 5px;
	border: 1px solid #eee;
}
div.hikashop_carousel_parent_div.rounds div.owl-controls div.owl-dot {
	border: 0px;
}
.hikashop_carousel .hikashop_subcontainer_border, .hikashop_categories_listing_main .hikashop_subcontainer.hikashop_subcontainer_border, .hikashop_category_information .hikashop_subcontainer.hikashop_subcontainer_border {
	border: 0px solid #ddd;
	padding: 5px;
}
.hikashop_product_image, .hk_product_image {
	text-align: center;
	clear: both;
}

@media (min-width: 768px) {
	.hikashop_category_information .hk-row-fluid {
		/*margin: 0px -30px 0 -20px;*/
	}
}
.hikashop_product_image {
	position: relative;
	height: auto !important;
}

.hikashop_category_information .hikashop_product_image_subdiv {
	width: 490px;
	max-width: 100%;
}

.hikashop_category_information .hikashop_product_listing_image {
	max-width: 100%;
}

.TextOverImage {
	position: absolute;
	top: 0;
	background: rgba(248, 178, 187,.89);
	height: 100%;
	margin: 0px 25px;
	padding: 20px;
	opacity: 0;
	transition: all .3s;
	width: calc(100% - 50px);
}


@media (min-width: 992px) and (max-width: 1199px) {
	.TextOverImage {
		margin: 0px;
		width: calc(100% - 0px);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.TextOverImage {
		margin: 0px 13px;
		width: calc(100% - 25px);
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.TextOverImage {
		margin: 0px;
		width: calc(100% - 0px);
	}
}

@media (max-width: 480px) {
	.TextOverImage {
		margin: 0px;
		width: calc(100% - 0px);
	}
}

.TextOverImage::after {
	content: ' ';
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 30px;
	height: 30px;
	background-image: url(../images/shopping-cart-white.svg);
	background-size: 29px;
	background-position: center;
	background-repeat: no-repeat;
}

.hikashop_category_information .hikashop_product a {
	color: #fff;
	text-align: left;
}

.hikashop_category_information .hikashop_product:hover .TextOverImage {
	opacity: 1;
}

.hikashop_product_image .hikashop_product_image_subdiv, .hk_product_image .hk_subdiv {
	position: relative;
	text-align: center;
	clear: both;
	margin: auto;
}
.hikashop_fade_effect, .hikashop_horizontal_slider {
	margin: auto;
	overflow: hidden;
	position: relative;
}
.hikashop_fade_effect .hk_picture {
	position: absolute;
	opacity: 1;
}
.hikashop_fade_effect .hk_picture:hover {
	opacity: 0;
}
.hikashop_fade_effect .hikashop_product_description {
	overflow: hidden
}
.hikashop_fade_effect.hk_text_left, .hikashop_fade_effect.hk_text_left .hikashop_product_description {
	text-align: left;
}
.hikashop_fade_effect.hk_text_center, .hikashop_fade_effect.hk_text_center .hikashop_product_description {
	text-align: center;
}
.hikashop_fade_effect .hk_link_cursor {
	cursor: pointer;
}
.hikashop_fade_effect .hk_picture.hk_0s3 {
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
.hikashop_fade_effect .hk_picture.hk_0s5 {
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
.hikashop_fade_effect .hk_picture.hk_1s {
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}
.hikashop_fade_effect .hk_picture.hk_2s {
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s ease-in;
	-o-transition: opacity 2s ease-in;
	transition: opacity 2s ease-in;
}
.hikashop_fade_effect .hk_picture.hk_3s {
	-webkit-transition: opacity 3s ease-in;
	-moz-transition: opacity 3s ease-in;
	-o-transition: opacity 3s ease-in;
	transition: opacity 3s ease-in;
}
.hikashop_fade_effect .hk_picture.hk_4s {
	-webkit-transition: opacity 4s ease-in;
	-moz-transition: opacity 4s ease-in;
	-o-transition: opacity 4s ease-in;
	transition: opacity 4s ease-in;
}
.hikashop_fade_effect .hk_picture.hk_5s {
	-webkit-transition: opacity 5s ease-in;
	-moz-transition: opacity 5s ease-in;
	-o-transition: opacity 5s ease-in;
	transition: opacity 5s ease-in;
}
.hikashop_infinite_scroll {
	min-height: 18px;
	text-align: center;
}
.hikashop_infinite_scroll a {
	padding: 2px 18px;
}
.hikashop_infinite_scroll.loading a {
	background: url('../images/spinner.gif') left center no-repeat;
}
.hika_no_products {
	text-align: center;
	font-style: italic;
}
.hikashop_checkout_coupon_field {
	margin: 3px;
}
.hikashop_cart_product_name .hikashop_product_code_checkout {
	margin-left: 4px;
}
.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_shipping_group ul.hikashop_shipping_products {
	margin: 5px 0px;
	padding: 0px;
}
.hikashop_shipping_group ul.hikashop_shipping_products li.hikashop_shipping_product {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px 0 0;
}
.hikashop_shipping_group ul.hikashop_shipping_products li.hikashop_shipping_product img {
	padding: 3px;
	border: 1px solid #eaeaea;
}
.hikashop_checkout_terms label {
	display: inline-block;
}
#hikashop_checkout_registration label {
	display: inline-block;
}
.hikashop_checkout_buttons {
	margin: 30px 0 10px;
}
.hikashop_checkout_buttons .buttons_right {
	float: right;
}
.hikashop_checkout_buttons .buttons_left {
	width: 50%;
	float: left;
}
.hikashop_checkout_cart label {
	display: inline-block;
}

.hikashop_checkout_page label {
	font-weight: 100;
}

td.hikashop_order_item_price_value, td.hikashop_order_item_quantity_value {
	text-align: center;
}
#hikashop_order_main tr.row0, #hikashop_order_main tr.row1 {
	border-bottom: 1px solid #b8b8b8;
}
#hikashop_order_main td.hikashop_order_total_value, #hikashop_order_main td.hikashop_order_tax_value, #hikashop_order_main td.hikashop_order_shipping_value, #hikashop_order_main td.hikashop_order_item_total_value, #hikashop_order_main td.hikashop_order_subtotal_value, #hikashop_order_main td.hikashop_order_coupon_value, #hikashop_order_main td.hikashop_order_payment_value {
	text-align: center;
}
select.hikashop_default_address_dropdown {
	width: 100%;
}
div.hikashop_user_address {
	margin: 2px 5px 6px 0px;
	padding: 8px;
	border: 1px solid #9e9e9e;
	background-color: #fdfdfd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.modal-body {
	max-height: none !important;
}
div.modal-body iframe {
	border: 0px;
}
@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;
	}
}
@media only screen and (max-width: 640px) {
	div.modal.fade.in {
		width: 480px !important;
		margin-left: -240px !important;
		top: 10% !important;
		left: 50% !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;
	}
}
@media only screen and (max-height: 420px) {
	div.modal.fade.in {
		height: 320px !important;
		top: 0% !important;
	}
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	div.hikashop_products_listing thead {
		display: none;
	}
	div.hikashop_products_listing td.hikashop_product_image_row, div.hikashop_products_listing td.hikashop_product_price_row, div.hikashop_products_listing td.hikashop_product_name_row, div.hikashop_products_listing td.hikashop_product_vote_row, div.hikashop_products_listing td.hikashop_product_price_row, div.hikashop_products_listing td.hikashop_product_add_to_cart_row, div.hikashop_products_listing td.hikashop_product_compare_row, div.hikashop_products_listing span.hikashop_product_stock_count, div.hikashop_products_listing span.hikashop_product_name {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width:350px) {
	.hikashop_product_price_full {
		padding-top: 10px !important;
		height: 50px !important;
	}
}
@media only screen and (max-width:375px) {
	label.hkc-sm-4.hkcontrol-label {
		white-space: nowrap;
	}
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	.hikashop_show_cart_form table, .hikashop_show_cart_form thead, .hikashop_show_cart_form tbody, .hikashop_show_cart_form tfoot, .hikashop_show_cart_form th, .hikashop_show_cart_form td, .hikashop_show_cart_form tr {
		display: block;
	}
	.hikashop_checkout_cart_final_total_title {
		display: none;
	}
	.hikashop_show_cart_form table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.hikashop_show_cart_form table tr {
		border: 1px solid #ccc;
	}
	.hikashop_show_cart_form table tr.margin {
		border: 0px solid #ccc;
	}
	.hikashop_show_cart_form table td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 30%;
	}
	.hikashop_show_cart_form table td:before {
		position: absolute;
		left: 6px;
		padding-right: 10px;
	}
	.hikashop_show_cart_form table td.hikashop_cart_product_quantity_value:before {
		padding-top: 3px
	}
	.hikashop_show_cart_form table td:before {
		content: attr(data-title);
		font-weight: bold;
	}
	.hikashop_show_cart_form .hikashop_product_price_full {
		text-align: left;
		min-height: 20px;
		padding-left: 20px;
		padding-top: 3px;
		display: inline !important;
	}
	.hikashop_show_cart_form .hikashop_product_quantity_field {
		margin: 0px 16px 0px 20px !important;
	}
	.hikashop_show_cart_form a span.hikashop_product_variant_subname img {
		margin-left: 10px;
		display: block;
		margin-top: 5px;
	}
	.hikashop_show_cart_form td.hikashop_cart_product_price_value span.visible-phone {
		margin-left: 5px;
		display: inline !important
	}
	.hikashop_show_cart_form tbody tr td.hikashop_cart_empty_footer {
		display: none !important
	}
	#hikashop_carts_listing table, #hikashop_carts_listing table tbody, #hikashop_carts_listing table tbody td, #hikashop_carts_listing table tbody tr {
		display: block;
	}
	#hikashop_carts_listing table tfoot tr, #hikashop_carts_listing table tfoot td, #hikashop_carts_listing table tfoot {
		display: block;
	}
	#hikashop_carts_listing .row0 {
		border: 1px solid #e3e3e3;
		border-width: 1px 1px 1px 1px;
	}
	#hikashop_carts_listing tr.row1, #hikashop_carts_listing tr.row0 {
		border: 1px solid #e3e3e3;
		margin-top: 5px;
	}
	#hikashop_carts_listing thead {
		display: none;
	}
	#hikashop_carts_listing table td:before {
		content: attr(data-title);
		font-weight: bold;
		position: absolute;
		left: 50px;
		padding-right: 10px;
	}
	#hikashop_carts_listing table td {
		text-align: right;
	}
	table#hikashop_cart_product_listing, table#hikashop_cart_product_listing > tbody, table#hikashop_cart_product_listing > tbody > tr, table#hikashop_cart_product_listing > tbody > tr > td {
		display: block;
		min-height: 30px;
	}
	table#hikashop_cart_product_listing > tbody > tr.hika_show_cart_total_text_2 {
		border-top: 2px solid #ccc;
	}
	table.hikashop_product_quantity_table {
		float: right;
	}
	table.hikashop_product_quantity_table tbody tr td {
		padding: 0px;
	}
	table.hikashop_product_quantity_table > tbody > tr > td > input {
		padding: 4px !important;
		text-align: center;
	}
	table.hikashop_no_border tbody tr td a span.caret {
		float: none;
	}
	#hikashop_show_cart_form table tfoot tr, #hikashop_show_cart_form table tfoot td, #hikashop_show_cart_form table tfoot {
		display: none;
	}
	#hikashop_show_cart_form .table thead tr th.hikashop_cart_name_title.title, #hikashop_show_cart_form .table thead tr th.hikashop_cart_status_title.title, #hikashop_show_cart_form .table thead tr th.hikashop_cart_price_title.title, #hikashop_show_cart_form .table thead tr th.hikashop_cart_quantity_title.title {
		display: none;
	}
	#hikashop_show_cart_form table.hikashop_cart_products th:before {
		content: attr(data-title);
		font-weight: bold;
		color: #333;
		position: absolute;
		left: 40%;
	}
	#hikashop_show_cart_form .table thead tr th {
		text-align: center;
		border: 1px solid #ddd;
		border-width: 1px 0px 1px 0px;
	}
	#hikashop_show_cart_form table.hikashop_cart_products td:before {
		content: attr(data-title);
		font-weight: bold;
		color: #333;
		position: absolute;
		left: 50px;
		padding-right: 10px;
	}
	table.hikashop_cart_products tbody td img.hikashop_cart_product_image {
		float: none !important;
	}
	table.hikashop_cart_products tbody tr.hika_show_cart_total_text_2 {
		display: inline;
	}
	#hikashop_show_cart_form table td {
		text-align: right !important;
	}
	#hikashop_show_cart_form table.hikashop_no_border tbody td {
		text-align: center;
	}
	.hika_toolbar .hika_toolbar_btn.hika_btn_32 {
		float: none;
	}
	.hika_toolbar.toolbar div.hkdropdown, .hika_toolbar.toolbar a.hikabtn {
		width: 100%;
		height: 32px;
	}
	.hika_toolbar.toolbar div.hkdropdown span, .hika_toolbar.toolbar span.btnName {
		display: inline-block;
	}
	.hika_toolbar.toolbar span.btnName {
		width: 92%;
	}
	.hika_toolbar.toolbar span.btncon {
		display: inline-block;
	}
	.hika_toolbar.toolbar div.hkdropdown span span.caret {
		margin-left: 0px;
	}
	.hika_toolbar.toolbar div.hkdropdown a {
		width: 100%;
		font-size: 14px;
	}
	.hika_toolbar.toolbar a.hikabtn span {
		display: inline-block;
		vertical-align: top;
	}
	.hika_toolbar.toolbar a.hikabtn span.btncon {
		height: 32px;
	}
	.hikashop_registration_required_info_line label.hkc-sm-4.hkcontrol-label {
		display: none;
	}
	.hika_toolbar.toolbar {
		float: none;
	}
	span.hkdropdown-label {
		margin: auto;
		width: 88%;
	}
	.hika_toolbar.toolbar div.hkdropdown span {
		float: left;
		margin-left: 1.5%;
	}
}
@media only screen and (max-width: 600px), (max-device-width: 600px) and (min-device-width: 600px) {
	.hika_toolbar.toolbar div.hkdropdown span {
		margin-left: 1%;
	}
}
@media only screen and (max-width: 500px), (max-device-width: 500px) and (min-device-width: 500px) {
	span.hkdropdown-label {
		width: 84%;
	}
}
@media only screen and (max-width: 500px), (max-device-width: 500px) and (min-device-width: 500px) {
	.hika_toolbar.toolbar div.hkdropdown span {
		margin-left: 0.5%;
	}
}
@media only screen and (max-width: 370px), (max-device-width: 370px) and (min-device-width: 370px) {
	span.hkdropdown-label {
		width: 74%;
	}
}
tr.hika_show_cart_total_text_2 {
	display: none;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	#hikashop_order_listing table, #hikashop_order_listing table tbody, #hikashop_order_listing table tbody td, #hikashop_order_listing table tbody tr {
		display: block;
	}
	#hikashop_order_listing table tfoot tr, #hikashop_order_listing table tfoot td, #hikashop_order_listing table tfoot {
		display: block;
	}
	#hikashop_order_listing thead {
		display: none;
	}
	#hikashop_order_listing table td:before {
		content: attr(data-title);
		font-weight: bold;
		color: #333;
		position: absolute;
		left: 50px;
		padding-right: 10px;
	}
	#hikashop_order_listing table td {
		text-align: right;
	}
	div#hikashop_order_main table.hikashop_no_border {
		margin-bottom: 10px;
	}
	#hikashop_order_listing table#hikashop_order_listing tbody > tr {
		border: 1px solid #ccc;
		margin-top: 5px;
	}
	.hikashop_search_block input {
		width: 167px;
	}
	.hikashop_search_block {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 600px), (min-device-width: 768px) and (max-device-width: 1024px) {
	table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody {
		display: block;
	}
	table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr td {
		text-align: left;
	}
	table.hikashop_order_main_table fieldset#htmlfieldset_products table thead {
		display: none;
	}
	#hikashop_order_main fieldset#htmlfieldset_products table tbody tr td:before {
		content: attr(data-title);
		font-weight: bold;
		color: #333;
	}
	table.hikashop_order_main_table tbody tbody td {
		display: inline-block;
		border: none !important;
	}
	table.hikashop_no_border tbody tr td a span {
		display: inline-block;
		float: left;
	}
	table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr.row0 td, table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr, table.hikashop_order_main_table tbody fieldset.adminform tbody tr.row1 td {
		border-bottom: 1px solid #B8B8B8!important;
	}
	table.hikashop_no_border tbody tr td a span.caret {
		float: none;
	}
	#hikashop_order_main td.hikashop_empty_td {
		display: none;
	}
	table.hikashop_order_main_table fieldset.adminform table tbody tr.row0 > tr {
		border-bottom: 1px solid #ccc;
	}
	div#hikashop_order_main table.hikashop_no_border {
		margin-bottom: 10px;
	}
	fieldset#htmlfieldset_products label {
		font-weight: bold;
	}
	fieldset#htmlfieldset_billing {
		margin-right: 45px;
	}
	td.hikashop_order_tax_title.key {
		max-width: 82px;
	}
	#hikashop_order_main td.hikashop_order_item_price_value span, #hikashop_order_main td.hikashop_order_item_quantity_value span, #hikashop_order_main td.hikashop_order_item_total_value span, #hikashop_order_main td.hikashop_order_tax_value, #hikashop_order_main td.hikashop_order_subtotal_value, #hikashop_order_main td.hikashop_order_shipping_value, #hikashop_order_main td.hikashop_order_total_value, #hikashop_order_main td.hikashop_order_item_price_value, #hikashop_order_main td.hikashop_order_item_quantity_value, #hikashop_order_main td.hikashop_order_item_total_value, #hikashop_order_main td.hikashop_order_total_value, #hikashop_order_main table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr.row1 td span, #hikashop_order_main td.hikashop_order_item_name_value span.hikashop_order_product_name span, #hikashop_order_main td.hikashop_order_coupon_value, #hikashop_order_main span.hikashop_order_product_name span {
		float: right;
	}
	td.hikashop_order_subtotal_title label, td.hikashop_order_shipping_title label, td.hikashop_order_total_title label {
		float: left;
	}
	table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr.row1 td, table.hikashop_order_main_table fieldset#htmlfieldset_products table tbody tr.row0 td {
		width: 100%;
	}
	table.hikashop_order_custom_fields_table tbody tr td {
		display: table-cell;
	}
	table.hikashop_no_border tbody tr td {
		display: block;
	}
	#hikashop_order_main td.hikashop_order_item_name_value a.hikashop_order_product_link p, #hikashop_order_main p.hikashop_order_option_name {
		text-align: right;
		margin-bottom: 0px;
	}
	#hikashop_order_main td.hikashop_order_item_files_value_resp {
		display: block !important;
	}
	#hikashop_order_main td.hikashop_order_item_files_value {
		display: none;
	}
	#hikashop_order_main td.hikashop_order_item_files_value_resp span a {
		float: right;
	}
	#hikashop_order_main td.hikashop_order_item_files_value_resp p {
		text-align: right;
	}
	#hikashop_order_main td.hikashop_order_item_files_value p, #hikashop_order_main span.hikashop_order_product_name div, #hikashop_order_main td.hikashop_order_item_files_value_resp div, #hikashop_order_main .hikashop_order_product_name div, #hikashop_order_main .hikashop_order_product_name + div {
		text-align: right;
	}
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	table#hikashop_downloads tbody, table#hikashop_downloads tbody tr.row1, table#hikashop_downloads tbody tr.row0, table#hikashop_downloads tbody tr.row1 td, table#hikashop_downloads tbody tr.row0 td {
		display: block;
	}
	table#hikashop_downloads thead {
		display: none;
	}
	table#hikashop_downloads td:before {
		content: attr(data-title);
		font-weight: bold;
		color: #333;
		position: absolute;
		left: 50px;
		padding-right: 10px;
	}
	table#hikashop_downloads tbody tr td {
		text-align: right;
	}
	table#hikashop_downloads tbody > tr {
		border: 1px solid #ccc;
		margin-top: 5px;
	}
	#hikashop_address_listing table tbody, #hikashop_address_listing table tbody tr, #hikashop_address_listing table tbody tr, #hikashop_address_listing table tbody tr td, #hikashop_address_listing table tbody tr td {
		display: block;
	}
	#hikashop_address_listing table thead {
		display: none;
	}
	#hikashop_address_listing table td:before {
		content: attr(data-title);
		font-weight: bold;
		color: #333;
		position: absolute;
		left: 50px;
		padding-right: 10px;
	}
	#hikashop_address_listing table tbody tr td {
		text-align: right;
		width: 95% !important;
	}
	#hikashop_address_listing tr.hikashop_address_listing_item {
		border: 1px solid #ccc;
		margin-top: 5px;
	}
	#hikashop_address_listing tr.hikashop_address_listing_item td {
		max-width: 94%;
	}
}
#hikashop_order_main td.hikashop_order_item_files_value_resp {
	display: none;
}
@media only screen and (max-width:350px) {
	.hikashop_product_price_full {
		padding-top: 10px !important;
		height: 50px !important;
	}
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	.hikashop_checkout_cart table, .hikashop_checkout_cart table thead, .hikashop_checkout_cart table tbody, .hikashop_checkout_cart table thead th, .hikashop_checkout_cart table tbody td, .hikashop_checkout_cart table thead tr, .hikashop_checkout_cart table tbody tr {
		display: block;
	}
	.hikashop_checkout_cart table tfoot tr, .hikashop_checkout_cart table tfoot td, .hikashop_checkout_cart table tfoot {
		display: block;
	}
	.hikashop_checkout_cart table tbody td#hikashop_checkout_cart_total2_title, .hikashop_checkout_cart table tbody td#hikashop_checkout_cart_shipping_title, .hikashop_checkout_cart table tbody td#hikashop_checkout_cart_final_total_title, .hikashop_checkout_cart table tbody td#hikashop_checkout_cart_coupon_title, .hikashop_checkout_cart table tbody td#hikashop_checkout_cart_tax_title, .hikashop_checkout_cart table tbody td#hikashop_checkout_cart_payment_title, .hikashop_checkout_cart table tbody td.hikashop_cart_additional_title {
		display: none !important;
	}
	.hikashop_checkout_cart_final_total_title {
		display: none;
	}
	.hikashop_checkout_cart table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.hikashop_checkout_cart table tr {
		border: 1px solid #ccc;
	}
	.hikashop_checkout_cart table tr.margin {
		border: 0px solid #ccc;
	}
	.hikashop_checkout_cart table td {
		min-height: 25px;
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 0 !important;
	}
	.hikashop_checkout_cart td.hikashop_cart_product_name_value {
		width: 20%
	}
	.hikashop_checkout_cart table td:before {
		position: absolute;
		left: 6px;
		padding-right: 10px;
	}
	.hikashop_checkout_cart table td.hikashop_cart_product_quantity_value:before {
		padding-top: 3px
	}
	.hikashop_checkout_cart table td:before {
		/*content: attr(data-title);*/
		font-weight: normal;
	}
	
	.hikashop_checkout_cart .hikashop_product_price_full {
		text-align: left;
		min-height: 20px;
		padding-left: 20px;
		padding-top: 3px;
		display: inline !important;
	}
	.hikashop_checkout_cart span.hikashop_checkout_cart_subtotal, .hikashop_checkout_cart span.hikashop_checkout_cart_shipping, .hikashop_checkout_cart span.hikashop_checkout_cart_final_total, .hikashop_checkout_cart span.hikashop_checkout_cart_coupon, .hikashop_checkout_cart span.hikashop_checkout_cart_additional, .hikashop_checkout_cart span.hikashop_checkout_cart_taxes, .hikashop_checkout_cart span.hikashop_checkout_cart_payment, .hikashop_checkout_cart span.hikashop_checkout_cart_final_total {
		padding-left: 20px;
	}
	.hikashop_checkout_cart .hikashop_product_quantity_field {
		margin: 0px 16px 0px 20px !important;
	}
	.hikashop_checkout_cart a span.hikashop_product_variant_subname img {
		margin-left: 10px;
		display: block;
		margin-top: 5px;
	}
	.hikashop_checkout_cart td.hikashop_cart_product_price_value span.visible-phone {
		margin-left: 5px;
		display: inline !important
	}
	.hikashop_checkout_cart tbody tr td.hikashop_cart_empty_footer {
		display: none !important
	}
}
.hikashop_filter_collapsable_title {
	margin: 5px 5px 2px 5px;
}
.hikashop_filter_always_collapsable_title_icon, .hikashop_filter_collapsable_title_icon {
	margin-right: 5px;
	display: inline-block;
	content: url(../images/icons/open-menu.png);
	height: 20px;
}
.hikashop_filter_collapsable_title_always, .hikashop_filter_collapsable_title_mobile {
	margin-bottom: 3px;
}
.hikashop_filter_collapsable_title_always:hover, .hikashop_filter_collapsable_title_mobile:hover {
	border: 1px solid #9d9d9d;
}
.hikashop_filter_collapsable_title_always, .hikashop_filter_collapsable_title_mobile {
	border: 1px solid #d9d9d9;
}
.hikashop_filter_cursor_range {
	display: inline-block;
}
.ui-widget {

	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {

	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../images/icons/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(../images/icons/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../images/icons/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(../images/icons/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../images/icons/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-widget:active {
	outline: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.ui-widget-overlay {
	background: #aaaaaa url(../images/icons/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../images/icons/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter: Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
	width: 250px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.hikashop_wishlist_share_emails {
	overflow-x: hidden;
}
#cart_link {
	font-style: italic;
}
span.hk-label, span.order-label {
	border-radius: 3px;
	display: inline-block;
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: #999;
}
span.hk-label-grey, span.order-label-created {
	background-color: #999;
}
span.hk-label-green, span.order-label-confirmed {
	background-color: #468847;
}
span.hk-label-blue, span.order-label-shipped {
	background-color: #3a87ad;
}
span.hk-label-orange, span.order-label-cancelled {
	background-color: #c67605;
}
span.hk-label-red, span.order-label-refunded {
	background-color: #b94a48;
}
span.hk-label-black, span.order-label-all {
	background-color: #000000;
}
.hika_cpanel_icons > a {
	/*display: block;*/
	padding: 10px 4px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #444;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.hika_cpanel_icons > a:focus, .hika_cpanel_icons > a:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
.hika_cpanel_icons .hk-icon {
	color: #1266a0;
	font-size: 24px;
	flex-basis: 2em;
	min-width: 2em;
}
.hika_cpanel_icons .hk-icon .hk-icon-light {
	color: #549ccf;
}
.hika_cpanel_icons .hk-icon .hk-icon-dark {
	color: #144263;
}
.hika_cpanel_icons .hikashop_cpanel_button_text {
	flex-grow: 2;
	text-align: center;
}
.hika_cpanel_icons > a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.hika_cpanel_icons > a:last-child {
	margin-bottom: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.hika_no_orders {
	text-align: center;
	font-style: italic;
}
.hk-card-order .hika_cpanel_product_image_link, .hk-card-order .hika_order_product_image_link {
	float: left;
	margin-right: 0.5em;
}
.hk-card-order .hika_cpanel_price, .hk-card-order .hika_order_price {
	text-align: right;
}
.hk-card-order .hika_cpanel_order_status, .hk-card-order .hika_cpanel_order_action {
	text-align: center;
}
.hk-card-order a.hika_order_number {
	display: block;
}
.hk-card-default.hk-card-order .hk-card-header:hover {
	background-color: #f0f0f0;
}
.hika_cpanel_main_data .hk-card-body {
	border-bottom: 1px solid #ddd;
}
.hika_cpanel_products .hika_cpanel_product:last-child {
	border-bottom: 0px;
}
.hika_cpanel_products .hika_cpanel_product:first-child {
	border-top: 0px;
}
.hikashop_cpanel_main_interface .hk-card-order .hk-card-header {
	font-weight: bold;
}
@media (max-width:768px) {
	.hk-card-order .hika_cpanel_price {
		text-align: left;
	}
	.hk-card-order .hika_cpanel_order_status {
		text-align: left;
	}
	.hika_cpanel_icons .hk-icon {
		font-size: 16px;
	}
	.hk-card-order br.hika_order_number_invoice_separator {
		display: none;
	}
	.hk-card-order .hika_order_number_value {
		margin-right: 8px;
	}
	.hk-card-order div.hika_order_shipping_address_title {
		display: inline-block;
	}
}
@media (max-width: 480px) {
	.hk-card-order br.hika_order_number_invoice_separator {
		display: inherit;
	}
}
.hikashop_search_zone {
	margin-top: 5px;
}
.hikashop_search_zone > div {
	display: inline-block;
}
.hikashop_order_sort {
	float: right;
	text-align: right;
	margin-bottom: 5px;
}
.hk-card-order span.order-label {
	padding: 4px 6px;
	font-size: 1.1em;
}
.hk-card.hk-card-order {
	margin-bottom: 10px;
}
.hk-card.hk-card-order .hk-card-body {
	padding: 7px;
}
.hikashop_order_listing a.hika_order_number {
	text-decoration: none;
}
.hikashop_order_listing .hika_cpanel_product:last-child {
	border-bottom: 0px;
}
.hikashop_order_listing .hika_cpanel_product:first-child {
	border-top: 0px;
}
.hikashop_cpanel_main_interface .hk-card-order .hk-card-header {
	font-weight: bold;
}
#hikashop_order_listing .hk-card-order .hk-card-header {
	font-weight: bold;
}
.hikashop_cart_current_value .fa.fa-star {
	color: goldenrod;
}
#hikashop_cart_product_listing .fa-check-circle {
	color: green;
	font-size: 1.5em;
}
#hikashop_cart_product_listing .fa-times-circle {
	color: red;
	font-size: 1.5em;
}
@media (max-width:768px) {
	span.btnIcon.hk-icon i {
		vertical-align: top;
	}
}


/* D.Y. Juni 2019*/
.view-checkout.layout-end .blueBoxShop,
.view-checkout .homegallery.bluebox,
.view-product.layout-show .homegallery.bluebox,
.view-product.layout-show .blueBoxShop,
.view-checkout.layout-show .blueBoxShop {
	display: none;
}

.view-checkout.layout-end .t3-header,
.view-product.layout-show .t3-header,
.view-checkout.layout-show .t3-header
{
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
}

/***** shop ***/
.noBlue .bluebox {
	margin: 0;
	background: #fff;
	color: #f8b2bb;
	text-align: left;
	padding-top: 80px;
}

.view-product.layout-listing.noBlue .bluebox {
	padding-top: 0px;
	padding-bottom: 0;
}

.view-product.layout-listing.noBlue .blueBoxShop {
	background: #f8b2bb;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 40px;
}

.ShopCart {
	position: absolute;
	top: 0px;
	z-index: 99;
	font-size: 0;
	right: 170px;
}

.ShopCart .hikashop_cart th, .ShopCart .hikashop_cart tfoot,
.ShopCart .hikashop_cart_module_product_price_value.hikashop_cart_value {
	display: none;
}
.ShopCart .hikashop_checkout_loading_spinner.small_spinner.small_cart {
	font-size: 0;
	width: 46px;
	height: 36px;
	background-image: url(../images/shopping-cart.svg);
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}

.ShopCart .hikashop_small_cart_checkout_link {
	width: 80px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.hikashop_small_cart_total_title {
	background: #f8b2bb;
	width: 35px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	line-height: 32px;
	height: 35px;
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1px;
}



.hikashop_subcontainer {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
}

.hikashop_products .hikashop_product_price_per_unit {
	display: none;
}


.hikashop_product_price_per_unit {
	color: #000;
	display: none;
}

/***** product ***/
#hikashop_product_right_part #hikashop_product_name_main {
	color: #000;
	font-weight: 100 !important;
}

.hikashop_product_price {
	font-size: 36px;
	margin-bottom: 30px;
	display: inline-block;
}

.hikashop_products_listing .hikashop_product_price {
	margin-bottom: 0px;
	font-weight: 100;
	font-size: 21px;
}

.hikashop_product_characteristics_table {
}

.hikashop_product_characteristics_table td:nth-child(1) {
	width: 100%;
	padding: 10px 13px;
}

.hikashop_product_characteristics_table select {
	width: 119px;
	height: 52px;
	border: 1px solid #707070;
	box-shadow: none;
	padding: 10px 20px;
	-webkit-appearance: none;
 	-webkit-border-radius: 0px;
	border-radius: 0;
	background: url(../images/arrow-down.png) no-repeat right center !important;
}

.anzahl {
	float: left;
	width: 120px;
	margin-bottom: 40px;
	padding: 10px 13px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-left: 1px solid #707070;
}

.anzahlNumber {
	float: left;
	width: calc(100% - 120px);
	height: 52px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
}

.anzahlNumber input {
	float: left;
	max-width: 56px;
	border: 0;
	padding: 25px 0;
}

@media (max-width: 767px) {
	.anzahlNumber {
		height: 47px;
		width: 170px;
	}	
	.anzahlNumber input {
		max-width: 86px;
	}
}

.hikashop_product_quantity_field_change {
	display: inline-block;
	text-align: center;
	width: 29px;
	line-height: 50px;
	font-size: 27px;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .inputbox:focus {
	border-color: #707070;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.view-checkout .ShopCartBottom,
.layout-listing .ShopCartBottom {
	display: none;
}

.ShopCartBottom {
	margin-top: 40px;
	/*display: none;*/
}

.ShopCartBottom .hikashop_small_cart_total_title {
	color: #f8b2bb;
	padding-right: 30px;
	font-size: 24px;
	padding-top: 10px;
	display: none /*inline-block*/;
}


#hikashop_checkout_registration h2 {
	display: none;
}

.hikashop_checkout_address label,
#hikashop_checkout_registration label {
	display: none;
}

.hikabtn.hikashop_cart_proceed_to_checkout:focus,
.hikabtn.hikashop_cart_proceed_to_checkout {
	border: 1px solid #008000;
	border-radius: 0;
	font-size: 18px;
	padding: 12px 20px;
	float: left;
	background: #008000;
	color: #fff;
	transition: all .3s;
}

.hikabtn.hikashop_cart_proceed_to_checkout:hover {
	border: 1px solid #008000;
	background: #fff;
	color: #008000;
}

.hikashop_checkout_payment {
	border-top: 1px solid;
	margin-top: 30px;
	padding-top: 30px;
	
	border-bottom: 1px solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.hikashop_checkout_coupon {
	border-bottom: 1px solid;
	padding-bottom: 50px;
	margin-bottom: 40px;
	
	display: none;
}

.hikashop_checkout_page .table-hover > tbody > tr:hover,
.hikashop_checkout_page .table-striped > tbody > tr:nth-of-type(2n+1) {
	background: none;
}

.hikashop_checkout_page .table-hover.prodTable > tbody > tr {
	background: none;
	border-top: 1px solid;
}

@media (max-width:767px) {
	.hikashop_checkout_page .table-hover.prodTable > tbody > tr {
		border-top: 0;
	}
}

.margin {
	border: 0 !important;
}

.hikashop_checkout_page .table.table-striped.table-hover thead {
	display: none;
}
.hikashop_checkout_page .table-bordered,
.hikashop_checkout_page .table-bordered > tbody > tr > td {
	border: 0;
	padding: 0;
}

.hikashop_checkout_page legend {
	font-size: 36px;
	border: 0;
}

.input-append {
	width: 100%;
		max-width: 600px;
}

.hikashop_checkout_address select,
.hikashop_checkout_address input,
.input-append input, 
#hikashop_checkout_registration select, 
#hikashop_checkout_registration input {
	border: 1px solid #707070;
	width: 100% !important;
	/*padding: 20px 10px;*/
	height: 45px;
	font-size: 18px;
	max-width: 600px;
	float: left;
	border-radius: 0;
}

#hikashop_checkout_coupon_input_1_4 {
		max-width: 455px;
	}
.hikashop_checkout_address select,
#hikashop_checkout_registration select {
	-webkit-appearance: none;
 	-webkit-border-radius: 0px;
	border-radius: 0;
	background: url(../images/arrow-down.png) no-repeat right center !important;
}

#hikashop_checkout_registration select {
	padding: 5px 10px;
}
#hikashop_register_form_button,
.hikashop_checkout_coupon label,
.hkform-group.control-group.hikashop_registration_required_info_line .hkcontrol-label,
#hikashop_address_1_0_same_address .hkcontrol-label {
	display: none;
}

.hkform-group.control-group.hikashop_registration_required_info_line .hkc-sm-8 {
	font-size: 18px;
	color:#000000;
}

#hikashop_address_1_0_same_address label {
	display: inline;
	float: left;
	color:#000000;
}
input.hikashop_checkout_same_address_checkbox {
	width: 34px !important;
	float: left;
	height: 20px;
	margin-left: -10px;
	max-width: 34px !important;
	max-height: 20px !important;
}


.hikashop_red_border {
	border-color: red !important;
}

div.hikashop_messages {
	background:none !important;
	border: 0;
	color: #CC0000 !important;
	padding: 0;
	margin: 0 0 1px -7px;
	font-weight: normal;
	line-height: 11px;
}


.label-info {
	background: none;
	color:#f8b2bb;
	font-size:18px;
	padding-left: 0 !important;
}


.table.prodTable .hikashop_product_price {
	font-size: 18px;
	font-weight: 100;
}

.hikashop_cart_product_quantity_value input {
	max-width: 60px;
	float: left;
	border: 1px solid #707070;
	border-radius: 0;
	margin-right: 10px;
	height: 45px;
}

.fa-sync::before,
.fa-times-circle::before {
	content: " " !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.fa-sync::before {
	background-image: url(../images/refresh-eberle.svg);
}

.fa-times-circle::before {
	background-image: url(../images/close-eberle.svg);
}

.prodTable p, .prodTable span {
	margin-top: 0px;
}

.prodTable p {
	font-weight: 400;
}

.notifyjs-corner {
	position: fixed;
	margin: 5px;
	z-index: 10050;
	right: auto !important;
	left: 0;
	top: 120px !important;
}


input[type=radio],
input[type=checkbox] {
	display:none;
}
 
input[type=checkbox] + label {
	background: url(../images/circle-off.png) no-repeat left center;
	height: 26px;
	width: 100%;
	display:inline-block;
	padding: 0 0 0 25px;
}
input[type=checkbox]:checked + label {
	background: url(../images/circle-on.png) no-repeat left center;
	height: 26px;
	width: 100%;
	display:inline-block;
	padding: 0 0 0 25px;
}


input[type=radio] + label {
	background: url(../images/circle-off.png) no-repeat left center;
	height: 30px;
	width: auto;
	display:inline-block;
	padding: 0 10px 0 25px;
}
input[type=radio]:checked + label {
	background: url(../images/circle-on.png) no-repeat left center;
	height: 30px;
	width: auto;
	display:inline-block;
	padding: 0 5px 0 25px;
}

.hikashop_shipping_group {
	/*border-top: 1px solid;*/
	padding-top: 20px;
}

.hikashop_shipping_methods_table label {
	float: left;
	max-width: 150px;
}

.hikashop_checkout_shipping_cost {
	float: left;
}

.hikashop_checkout_buttons .buttons_left {
	width: auto;
	float: left;
	margin-right: 30px;
}

.hikashop_checkout_buttons .buttons_right {
	float: left;
}

.hikashop_cart_product_name_value {
	max-width: 320px;
}


.hikashop_checkout_status {
	margin: 30px 0 30px;
}

#hikashop_checkout_fields_1_8 {
	/*border-top: 1px solid;*/
	padding: 0 0 10px 0;
	border-bottom: 1px solid;
	margin-bottom: 30px;
}

#hikashop_order_1_8_bemerkungen {
	margin-top: -10px;
}

#bemerkungen {
	width: 100%;
	border: 1px solid #707070;
	border-radius: 0;
	font-size: 18px;
	min-height: 100px;
}


.hikashop_checkout_bemerkungen_line .hkc-sm-8 {
	padding-left: 0;
}

.hikashop_checkout_bemerkungen_line label {
	display: none;
}

@media (min-width:768px) and (max-width:991px) {
	#hikashop_product_left_part,
	#hikashop_product_right_part {
		width: 50%;
		float: left;
	}
	
	#hikashop_main_image {
		max-width: 260px;
	}
	
	.hikashop_product_checkout_cart_image {
		max-width: 90px;
	}
	.input-append {
		max-width: 340px;
	}
}


.hikashop_cart a {
	display: block;
}

@media (max-width:767px) {
	.ShopCart {
		top: 0px;
		margin-left: 0px;
		right: 35%;
	}
	
	.ShopCart .hikashop_checkout_loading_spinner.small_spinner.small_cart {
		width: 30px;
		height: 30px;
		background-size: 25px;
	}
	
	.ShopCart .hikashop_small_cart_checkout_link {
		width: 70px;
	}
	
	.hikashop_checkout_page legend {
		font-size: 26px;
	}
	
	.hikabtn, .hika_j2 .btn, .hika_j2 .btn-primary, .hikabtn-primary, a.hikacart {
		float: left;
		margin-left: 3px;
	}
	
	#hikashop_main_image {
		max-width: 100%;
	}
	
	.hikashop_product_checkout_cart_image {
		max-width: 90px;
	}
	
	input.hikashop_product_quantity_field {
		width: 90px;
	}

	.anzahlNumber input {
		padding: 25px 20px;
	}
	
	.hikashop_checkout_cart table tr {
		border: 0;
		border-bottom: 1px solid #f8b2bb;
	}
	.hikashop_checkout_cart table td {
		padding: 0  0 0 10px !important;
	}
		
	.hikashop_checkout_cart td.hikashop_cart_product_name_value {
		width: 100%;
	}
	
	 .hikashop_checkout_cart table td.hikashop_cart_total_value,
	 .hikashop_checkout_cart table td.hikashop_cart_tax_value,
	 .hikashop_checkout_cart table td.hikashop_cart_shipping_value,
	 .hikashop_checkout_cart table td.hikashop_cart_subtotal_value {
		padding-left: 56% !important;
	}
	
	.hikashop_cart_total_value:before,
	.hikashop_cart_tax_value:before,
	.hikashop_cart_shipping_value:before,
	.hikashop_cart_subtotal_value::before {
		content: attr(data-title);
	}
	
	.hikashop_checkout_cart .hikashop_product_price_full {
		padding-left: 0px;
	}
}

#hikashop_main_image_div {
	overflow: hidden;
	border: 0px solid red;
	max-width: 490px;
	max-height: 656px;
}

.hikashop_product_main_image_subdiv a::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/zoom.svg) no-repeat right center;
	background-size: 25px;
	width: 30px;
	height: 30px;
}

#hikashop_main_image {
	transition: all .3s;
	margin: 0 0 20px 0 !important;
}

#hikashop_main_image:hover {
	transform: scale(1.6);
}

@media (min-width:768px) {
	#hikashop_main_image {
		max-width: 490px;
		float: left;
	}
}

.com_hikashop input,
.com_hikashop textarea,
.hkform-control {
	background: none !important;
	font-size: 18px;
}
#data_address_1_1_address_state_chzn,
#shipping_address_title_chzn,
#data_shipping_address_address_state_chzn,
#address_title_chzn,
#data_address_address_state_chzn {
	display: none;
}
#data_address_1_1_address_state,
#data_shipping_address_address_state,
#shipping_address_title,
#data_address_address_state,
#address_title {
	display: block !important;
}

.hikashop_cart_product_image_thumb img {
	max-width: 160px;
}


#hikashop_product_left_part {
	padding-right: 40px;
}

.hikashop_product {
	margin-bottom: 20px;
}


@media (max-width:991px) {
.hikashop_product {
	width: 50%;
}
}

@media (max-width:480px) {
.hikashop_product {
	width: 100%;
}
}

.hikashop_characteristic_line_7,
.hikashop_characteristic_line_3 {
	border: 1px solid;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

#hikashop_product_characteristics .chzn-container.chzn-container-single {
	display: none;
}

#hikashop_product_characteristics .inputbox {
	display: block !important;
	border: 0;
	font-size: 21px;
	width: 240px;
	max-width: 100%;
}

@media (max-width:991px) {
	#hikashop_product_characteristics .inputbox {
		width: 200px;
	}
}



.addInfo {
	float: left;
	margin-top: 50px;
}

#hikashop_checkout_shopping_button,
.GrauButton {
	border: 1px solid;
	padding: 10px;
	font-size: 18px;
	margin-right: 10px;
	transition: all .3s;
}
#hikashop_checkout_shopping_button:hover,
.GrauButton:hover {
	border: 1px solid #f8b2bb;
	background: #f8b2bb;
	color:#fff;
}

#hikashop_checkout_shopping_button {
	border: 1px solid #707070;
	padding: 9px 10px;
	font-size: 18px;
	margin-right: 10px;
	transition: all .3s;
	color: #707070;
	background: none;
}
#hikashop_checkout_shopping_button:hover {
	border: 1px solid #f8b2bb;
	background: #f8b2bb;
	color:#fff;
}


#hikashop_item_geschenkkarten {
	padding: 0px 0 20px;
	display: block;
	margin-bottom: 20px;
}

#hikashop_item_geschenkkarten .hikashop_product_custom_item_name {
	display: none;
	width: 0;
}

.hikashop_cart_item_geschenkkarten label {
	line-height: 1;
}

textarea#geschenkkarten {
	width: 100%;
	border: 1px solid;
	border-radius: 0;
	min-width: 100%;
	font-size: 19px;
}

.hikashop_payment_methods_table tr:nth-child(1) span.hikashop_checkout_payment_cost::before {
	content: '+';
}


.fa-pen::before {
	content: ' ' !important;
	background: url(../images/pencil.svg) no-repeat right center;
	width: 30px;
	height: 30px;
	display: block;
}



.hikashop_wizardbar {
	background: none;
	border: 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: 8px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	*zoom: 1;
	 -webkit-box-shadow: none; 
	 -moz-box-shadow: none;
	 box-shadow: none; 
	padding: 20px 0;
}


.hkbadge-current {
    background-color: #000;
}
.hkbadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #000;
    border-radius: 50%;
}

.hikashop_wizardbar ul li:nth-child(1) {
    z-index: 10;
    padding-left: 20px;
    border-radius: 0;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current {
    color: #333;
    background: none;
    border: 1px solid;
}
.hikashop_wizardbar ul li {
	position: relative;
	float: left;
	height: auto;
	padding: 0 20px 0 30px;
	padding-left: 20px;
	margin: 0 20px 0 0;
	font-size: 18px;
	line-height: 46px;
	color: #999999;
	cursor: default;
	background: #f5f5f5;
}

@media (max-width:767px) {
.hikashop_wizardbar ul li {
	font-size: 15px;
	margin-bottom: 20px;
}
}


.hikashop_wizardbar ul li .hikashop_chevron,
.hikashop_wizardbar ul li .hikashop_chevron::before {
	display:none;
}


.hikashop_wizardbar ul li.hikashop_cart_step_finished {
	color: #fff;
	background-color: #f8b2bb;
	border: 1px solid #f8b2bb;
	border-radius: 0;
	font-size: 18px;
	transition: all .3s;
}
.hikashop_wizardbar ul li.hikashop_cart_step_finished a {
	color: #fff !important;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover {
	background: none;
	color: #f8b2bb !important;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover a {
	color: #f8b2bb !important;
}

#hikashop_collectondelivery_end,
div#hikashop_order_main,
#hikashop_banktransfer_end {
	max-width: 1110px;
	margin: 10px auto 0;
}

#sb-loading-inner span{
	background:none !important;
}

#sb-title, #sb-title-inner {
	height: 36px;
	line-height: 26px;
	display: none;
}

#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
	background: rgb(255, 255, 255) !important;
	opacity: .85 !important;
}

#sb-wrapper-inner {
	border: 0 !important;
}

#sb-body, #sb-loading {
	background-color: #fff !important;
}

#sb-info, #sb-info-inner,
#sb-nav {
	height: 40px !important;
}

#sb-nav-close {
	background: url(../images/close-eberle.svg) !important;
	background-size: cover !important;
	width: 30px !important;
	height: 30px !important;
}



@media (max-width:767px) {
	.hk-container-fluid {
		display: block !important;
	}
	.hikashop_checkout_address,
	.hkc-sm-6 {
		float:left;
	}
	
	.hikashop_cart_product_image_thumb img {
		max-width: 100px;
		float: left;
		margin-right: 30px;
}
	
}