Product from vertical position to horizontal

  • Posts: 50
  • Thank you received: 1
7 years 7 months ago #280162

-- HikaShop version -- : 3.2
-- Joomla version -- : 2.5
-- PHP version -- : 5.1
-- Browser(s) name and version -- : chrome

Hi, how we can change product listing page from vertical position to horizontal ?

Thank you.


Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83780
  • Thank you received: 13568
  • MODERATOR
7 years 7 months ago #280174

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 1
7 years 7 months ago #280213

can't fix, please help.

/*
 *  Joomla-Monster
 *  JM-Modern-Hika-Store 
 * 
 **************************/

/* gutter */

.hikashop_subcategories,
.hikashop_products {
  clear:both;
}

.hikashop_products .hikashop_container,
.hikashop_subcategories .hikashop_container {
  margin: 30px 0 0 30px!important;
}

.hikashop_products .hikashop_product_row_1 .hikashop_container,
.hikashop_subcategories .hikashop_category_row_1 .hikashop_container {
  margin-top: 0!important;
}

.hikashop_products_listing + h2 {
	float: left;
	width:100%;
	
}

.hikashop_products .hikashop_product_carousel {
  margin: 0 0 0 30px; 
}

.hikashop_submodules {
  margin: 30px 0 0;
}

.hikashop_categories_listing_main > .hikashop_submodules:first-child,
.hikashop_products_listing_main > .hikashop_submodules:first-child {
  margin: 0;
}

#jm-maincontent .hikashop_module {
  margin: 0 0 30px;
}

.hikashop_filter_main_div {
  margin: 0 0 30px;
}

.row-fluid > ul {
  margin: 0;
}

.row-fluid > ul > li {
  background: none;
  padding: 0;
}

/* product listing */

.hikashop_products ul li {
  background: none;
}

.hikashop_filter_main_div {
  display: inline-block;
  width: 100%;
}

.hikashop_product .hikashop_subcontainer {
  padding: 0;
  border-radius: 0;
  line-height: normal;
  box-shadow: none;
  border: 1px solid #E1E1E1;
  padding: 15px;
}

.hikashop_products_listing_main span.hikashop_product_name {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 0;
  display: block;
  line-height: 1.1;
}

.hikashop_products_listing_main span.hikashop_product_name a {
  color: #444444;
  text-decoration: none;
}

.hikashop_products_listing_main .hikashop_product_name_in_list {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.hikashop_products_listing_main .hikashop_product_name_in_list:hover {
  color: #444444;
}

.hikashop_products_listing_main .hikashop_product_price_full {
  font-size: 20px;
  line-height: 1.1;
  display: block;
  margin: 15px 0 0;
}

.hikashop_products_listing_main span.hikashop_product_price_before_discount,
.hikashop_products_listing_main span.hikashop_product_discount {
  font-size: 20px;
  margin: 0 5px;
  display: inline-block;
  line-height: 1.1;
}

.hikashop_products_listing_main .hikashop_product_price_full span {
  font-weight: 400;
}

.hikashop_products_listing_main .hikashop_product_price_full .hikashop_product_price {
  color: #444444;
  display: inline-block;
  margin: 0 5px;
}

.hikashop_product_price_per_unit {
  display: none;
}

.hikashop_product_price_per_unit_x {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  color: #909090;
  padding: 15px 0 0;
}

.hikashop_products_listing .hikashop_product_price_per_unit_x {
  text-align: right!important;
}

.hikashop_products_listing_main .hikashop_product_code_list {
  display: block;
  margin: 15px 0 0;
}

.hikashop_products_listing_main span.hikashop_product_vote {
  display: block;
  margin: 15px 0 0;
}

.hikashop_products_listing_main .hikashop_cart_input_button {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 300;
  padding: 7px 25px 7px 16px;
}

.hikashop_products_listing_main .hikashop_subcontainer > form,
.hikashop_products_listing_main .hikashop_img_pane_panel > form,
.hikashop_products_listing_main .hikashop_product_list_item > form,
.hikashop_products_listing_main .hikashop_product_item_left_part > form {
  display: inline-block;
  width: 100%;
}

.hikashop_products_listing_main .hikashop_product_item_left_part > form {
  margin: 15px 0 0;
}

.hikashop_products .hikashop_product_stock > table,
.hikashop_products #hikashop_add_wishlist table {
  margin: 15px auto 0;
}

.hikashop_products input.btn.hikashop_cart_input_button {
  margin: 15px 0 0;
}

.hikashop_products table input.btn.hikashop_cart_input_button {
  margin-top: 0;
}

#hikashop_add_wishlist input.btn.hikashop_cart_input_button {
  background: none;
  border: none;
  line-height: 1.1;
  color: #ff5a5c;
  padding: 0;
  font-size: 13px;
  margin: 15px 0 0;
}

#hikashop_product_waitlist_main #hikashop_add_wishlist table input.btn.hikashop_cart_input_button {
  margin: 0 10px;
}

#hikashop_add_wishlist input.btn.hikashop_cart_input_button:hover {
  text-decoration: underline;
}

#hikashop_product_waitlist_main input.btn.hikashop_cart_input_button {
  margin: 15px 0 0;
}

.hikashop_products_listing_main .hikashop_product_stock_count,
.hikashop_products_listing_main .hikashop_product_no_stock {
  display: block;
  margin: 15px 0 0;  
}

.hikashop_product_no_stock {
  color: #d33000;
}


.hikashop_product_characteristics table tr > td:first-child {
  font-weight: bold;
}

.hikashop_subcontainer .hika-compare {
  margin: 15px -15px -15px;
  background: #f7f7f7;
  border-top: 1px solid #f1f1f1;
  max-width: none;
}

.hikashop_compare_checkbox + label {
  display: inline-block;
  margin: 15px 0;
  line-height: 15px;
  color: #909090; 
}

.hikashop_subcontainer input.hikashop_compare_button {
  margin: 15px 0;
}

.hikashop_subcontainer .hikashop_compare_checkbox {
  margin: 16px 10px 15px;
  line-height: 15px;
}

.hikashop_compare_zone input#hikashop_compare_button {
  margin: 0 0 30px;
}

/* imgpanel */

.hikashop_img_pane_panel .hikashop_product_code_list {
  font-weight: 300;
}

.hikashop_subcontainer > div,
.hikashop_subcontainer > div > div,
.hikashop_subcontainer > div > div > div {
  max-width: 100%;
}

/* product listing - image and description  */

.hikashop_products .hikashop_subcontainer > table,
.hikashop_products .hikashop_subcontainer > table > tbody > tr > td {
	display: inline-block;
	width: 100%;
}

.hikashop_products .hikashop_subcontainer > table > tbody > tr > td {
	padding: 0;
}

.hikashop_products table .hikashop_product_item_left_part{
  text-align:center;
}

/* product listing - slider horizontal */

.hikashop_horizontal_slider table .hikashop_product_name + div {
  font-weight: 300;
}

/* fade */

.hikashop_products_listing_main .hikashop_fade_effect > .hikashop_product_name + div {
	clear: both;
}

/* categories listing */

.hikashop_subcontainer br {
  display:none;
}

.hikashop_category .hikashop_subcontainer {
  padding: 30px;
  border: 5px solid transparent;
  box-shadow:inset 0 0 1px rgba(255,255,255,0.3);
  -webkit-box-shadow:inset 0 0 1px rgba(255,255,255,0.3);
}

.hikashop_category .hikashop_category_image {
  height: auto!important;
}

.hikashop_category .hikashop_category_image a {
  display: block;
}

.hikashop_category_name {
  display: block;
}

.hikashop_category .hikashop_category_name a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 12px 0;
  padding: 16px 20px 18px;
  position: relative;
  text-decoration: none;
}

.hikashop_category .hikashop_category_name a:hover {
  letter-spacing: 1px;
}
.hikashop_category .hikashop_category_name a::before,
.hikashop_category .hikashop_category_name a::after {
  position: absolute;
  width: 70px;
  height: 1px;
  background: #ffffff;
  content: '';
  opacity: 0.2;
  transition: all 0.3s;
}
.hikashop_category .hikashop_category_name a::before {
  top: 0;
  left: 50%;  
  margin-left: -35px;
}
.hikashop_category .hikashop_category_name a::after {
  bottom: 0;
  right: 50%;
  margin-right: -35px;
}
.hikashop_category .hikashop_category_name a:hover::before,
.hikashop_category .hikashop_category_name a:focus::before,
.hikashop_category .hikashop_category_name a:hover::after,
.hikashop_category .hikashop_category_name a:focus::after {
  width: 21px;
}
.hikashop_category .hikashop_category_name a:hover::before,
.hikashop_category .hikashop_category_name a:focus::before {
  left: 0;
  margin-left: 0;
  top: 50%;
}
.hikashop_category .hikashop_category_name a:hover::after,
.hikashop_category .hikashop_category_name a:focus::after {
  right: 0;
  margin-right: 0;
  bottom: 50%;
}
.hikashop_category .hikashop_category_name a:hover::before,
.hikashop_category .hikashop_category_name a:focus::before,
.hikashop_category .hikashop_category_name a:hover::after,
.hikashop_category .hikashop_category_name a:focus::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hikashop_subcategories .hikashop_category_list_item a {
  display: block;
}

.hikashop_subcategories .hikashop_subcontainer > .hikashop_category_list > .hikashop_category_list_item > a {
  color: #ffffff;
}

.hikashop_subcategories .hikashop_subcontainer .hikashop_category_desc {
  color: #ffffff;
}

img.hikashop_category_image {
  float: left;
  margin: 0 30px 30px 0;
}

.hikashop_category_description_content {
  float: left;
  margin: 0 0 30px;
}

/* categories listing - image and description  */

.hikashop_subcategories .hikashop_subcontainer > table,
.hikashop_subcategories .hikashop_subcontainer > table > tbody > tr > td {
	display: inline-block;
	width: 100%;
}

.hikashop_subcategories .hikashop_subcontainer > table > tbody > tr > td {
	padding: 0;
}

/* categories listing - slider horizontal */

.hikashop_horizontal_slider table .hikashop_category_desc {
  font-weight: 300;
}

/* module title */

.hikashop_category_information > h2 {
    border-bottom: 1px solid #ECECEC;
    color: #444444;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 30px;
    padding: 0 0 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    clear: both;
}

.hikashop_category_information > h2:after {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -32px;
    position: absolute;
    width: 64px;
}

/*******************************************/

div.hikashop_footer{
  clear:both;
	margin-top : 30px;
}

.invalid{
  color: red;
}

table.hikashop_subcategories_table tr td{
	text-align:center;
}

#hikashop_subcategories div {
	text-align:center;
}

.hikashop_category_left_part{
	text-align:center;
}
.hikashop_product_stock table tr, .hikashop_product_stock table td{
	border: 0px !important;
}
.hikashop_category_right_part{
	padding-left:1px;
}

.hikashop_subcategories div.hikashop_category,
.hikashop_products_listing div.hikashop_product {
	float: left;
	width:100%;
}

.hikashop_product_list,
.hikashop_category_list {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.hikashop_category_list li {
  text-align: left;
}

.hikashop_product_name_main {
  display: block;
}

.hikashop_product_code_main {
  word-break:break-all;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* WAITLIST */

.hikashop_product_waitlist_page .btn img {
  display: none;
}

/* PRODUCT */

#hikashop_product_left_part,
#hikashop_product_right_part {
  margin: 0 0 30px;
  width: 50%!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#hikashop_product_left_part {
  float: left;
  padding-right: 15px;
}

#hikashop_product_right_part {
  float: right;
  padding-left: 15px;
}

#hikashop_product_top_part {
  float: left;
  width: 100%;
}

#hikashop_product_top_part h1 {
  color: #444444;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px;
}

.hikashop_small_image_div {
  padding: 10px 0 0;
  text-align: center;
}

.hikashop_product_main_image_subdiv {
  max-width: 100%;
}

img.hikashop_child_image{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 5px;
  width: 25%;
}

span.hikashop_product_price{
  font-weight: bold;
}

span.hikashop_product_price_before_discount{
  text-decoration: line-through;
  color: #ff5a5c;
  font-weight: bold;
}

span.hikashop_product_discount{
  color: #70b00a;
  font-weight: bold;
}

.hikashop_product_page span.hikashop_product_price_before_discount,
.hikashop_product_page span.hikashop_product_discount {
  margin: 0;
  display: inline;
  line-height: 1;
  font-size: 13px;
}

.hikashop_product_price_main {
  display: block;
  margin: 0 0 30px;
}

.hikashop_product_price_main span.hikashop_product_price_full .hikashop_product_price {
  font-size: 32px;
  color: #444444;
  line-height: 1.1;
  display: block;
  clear: both;
}

.hikashop_product_stock table td,
#hikashop_add_wishlist table td  {
  padding: 0;
}

.hikashop_previous_product,
.hikashop_next_product {
  display: inline-block;
  height: 37px;
  width: 37px;
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 15px;
}

.hikashop_next_product{
  float: right;
}

.hikashop_product_contact_main .hikashop_cart_input_button {
  background-color: transparent!important;
  padding: 0 42px 0 0;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 13px;
}

.hikashop_product_contact_main .hikashop_cart_input_button:hover {
  text-decoration: underline;
}

.hikashop_product_quantity_main {
  text-align: right;
  float: right;
}

.hika-reversed .hikashop_product_quantity_main {
  float: left;
}

.hikashop_product_contact_main {
  clear: both;
  text-align: right;
  margin: 10px 0 0;
}

.hika-reversed .hikashop_product_quantity_main,
.hika-reversed .hikashop_product_contact_main {
  text-align: left;
}

#hikashop_add_wishlist {
  clear: both;
  line-height: 1;
}

#hikashop_add_wishlist input.btn {
  text-decoration: none;
}

#hikashop_add_wishlist input.btn:hover {
  text-decoration: underline;
}

.hikashop_product_page #hikashop_add_wishlist input.btn.hikashop_cart_input_button {
  margin: 0;
}

.hikashop_product_page #hikashop_product_waitlist_main input.btn.hikashop_cart_input_button {
	margin: 0 0 15px;
}

.hikashop_product_quantity_main table {
  float: right;
  margin: 0 0 10px;
}

.hika-reversed .hikashop_product_quantity_main table {
  float: left;
}

.hikashop_product_quantity_change_div_regrouped {
	line-height: 1!important;
}

.hikashop_product_quantity_change_div_regrouped a.hikashop_product_quantity_field_change {
	margin: 0;
	display: inline-block;
}

.hikashop_product_quantity_input_div_select select,
.hikashop_product_quantity_input_div_select .chzn-container-single {
	width: 65px!important;
	margin: 0 0 15px!important;
}

.hikashop_product_quantity_change_div_leftright,
.hikashop_product_quantity_input_div_simplified {
	margin: 0 0 15px!important;
}

.hikashop_product_quantity_change_div_default {
	margin: 10px;
}

.hikashop_product_page .hikashop_vote_stars {
  margin: 0 0 20px;
}

.hikashop_product_page .hikashop_product_stock_count,
.hikashop_product_page .hikashop_product_no_stock {
  margin: 0 0 10px;
  display: block;
}

.hikashop_product_page .hikashop_product_price_per_unit_x {
  font-weight: 300;
  padding: 0;
  font-size: 13px;
  color: #666666;
}

div.hikashop_product_listing_custom_item{
	margin: 15px 0 0;
}

div.hikashop_product_listing_custom_item table td {
	padding: 5px;
}

div.hikashop_product_listing_custom_item table td.key label {
	font-weight: 600;
}

.hikashop_product_main_image_thumb{
	margin-bottom: 5px;
	height: auto!important;
}

#hikashop_product_price_main .hikashop_product_msrp_price.hikashop_product_price_full {
  float: left;
  width: 30%;
}

.hika-reversed #hikashop_product_price_main .hikashop_product_msrp_price.hikashop_product_price_full {
  float: right;
}

#hikashop_product_price_main .hikashop_product_price_full {
  width: 100%;
  font-weight: bold;
  line-height: 1.1;
}

#hikashop_product_price_main .hikashop_product_msrp_price + .hikashop_product_price_full { 
  float: right;
  width: 68%;
}

.hika-reversed #hikashop_product_price_main .hikashop_product_msrp_price + .hikashop_product_price_full {
  float: left; 
}

#hikashop_product_price_main .hikashop_product_price_full .hikashop_product_our_price_title {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.1;
}

#hikashop_product_price_main .hikashop_product_msrp_price .hikashop_product_msrp_price_title {
  display: block;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.1;
}

.hikashop_product_page .hikashop_product_dimensions {
  padding: 25px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  display: block;
  margin: 0 0 20px;
}

.hikashop_product_weight_main,
.hikashop_product_width_main,
.hikashop_product_length_main,
.hikashop_product_height_main {
  font-weight: bold;
}

.hikashop_product_weight_main span,
.hikashop_product_width_main span,
.hikashop_product_length_main span,
.hikashop_product_height_main span {
  font-weight: 300;
}

.hikashop_product_page .hikashop_product_dimensions > span,
.hikashop_product_page .hikashop_product_dimensions > a {
  display: inline-block;
  padding-right: 12px;
  margin-right: 10px; 
  position: relative;
}

.hikashop_product_page .hikashop_product_dimensions > span:after,
.hikashop_product_page .hikashop_product_dimensions > a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  left: auto;
  background: #d9d9d9;
  width: 2px;
  height: 2px;
}

.hikashop_product_page .hikashop_product_dimensions > span:last-child:after,
.hikashop_product_page .hikashop_product_dimensions > a:last-child:after {
  display: none;
}

.hikashop_product_page .hikashop_product_dimensions > a {
  font-weight: bold;
}

.hikashop_product_bottom_part{
  clear: both;
  width: 100%;
}

.hikashop_product_page .hika-price-quantity {
  margin: 20px 0 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;
}

a.hikashop_product_quantity_field_change {
	text-decoration: none!important;
	margin: 5px;
	font-size: 15px;
	line-height: 1;
	font-weight: 300;
}

.hika-tabular #hikashop_product_files_main {
  margin: 30px 0 0;
}

.hika-tabular #hikashop_product_vote_listing {
  margin: 0;
}

.hika-tabular .hikashop_product_vote_mini {
  margin: 30px 0 0;
}

.hika-tabular .hikashop_product_vote_mini .hikashop_vote_stars {
  margin: 0 0 10px;
}

.hika-tabular .hikashop_product_description_main_mini {
  margin: 0 0 20px;
}


/* CART */

.hikashop_cart_product_quantity_value .hikashop_product_quantity_field {
  float: left;
}

.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete{
  float: left;
  margin: 1px 2px;
}

.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh a,
.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete a{
  line-height: 1;
  display: block;
}

#hikashop_checkout_cart.hikashop_checkout_cart br {
  display: none;
}

#hikashop_checkout_cart.hikashop_checkout_cart table td {
  text-align: center;
}

#hikashop_checkout_cart.hikashop_checkout_cart table td.hikashop_cart_product_total_value {
  text-align: right;
}

#hikashop_checkout_cart.hikashop_checkout_cart .hikashop_cart_product_image_value img {
  border: 1px solid #e1e1e1;
  width: 45px;
}

#hikashop_checkout_cart.hikashop_checkout_cart thead th{
  background: #444444;
  color: #FFFFFF;
  font-weight: 600;
  padding: 16px;
  text-align: center;
}

#hikashop_checkout_cart.hikashop_checkout_cart thead th.hikashop_cart_product_total_title {
  text-align: right;
}

#hikashop_checkout_cart.hikashop_checkout_cart tfoot td{
  padding: 5px 16px;
  text-align: right;
  border: none;
}

#hikashop_checkout_cart.hikashop_checkout_cart .hikashop_cart_total_title,
#hikashop_checkout_cart.hikashop_checkout_cart .hikashop_cart_total_value {
  text-align: right;
}

.hikashop_checkout_cart hr{background-color:#ececec}

span.hikashop_checkout_cart_coupon{
	font-weight:bold;
}
span.hikashop_checkout_cart_shipping{
	font-weight:bold;
}
span.hikashop_checkout_cart_payment{
	font-weight:bold;
}
span.hikashop_checkout_cart_taxes{
	font-weight: bold;
	font-size: 14px;
}

span.hikashop_checkout_cart_final_total{
	font-weight: bold;
	font-size: 20px;
}

.hikashop_cart_title{
	white-space: nowrap;
}

tr.hikashop_checkout_payment_ccinfo td {
	padding:0px;
}

#hikashop_checkout_cart tfoot tr {
	border:0px;
}
#hikashop_checkout_cart tfoot tr td.hikashop_cart_empty_footer {
	border:0px;
}

.list-footer li{
	list-style-type:none;
	display: inline;
}

#hikashop_cart .hikashop_cart_product_name a {
	font-weight:bold;
}

.hikashop_cart_product_name_value{
	min-width:40%;
}

.hikashop_cart_product_quantity_value {
  width: 85px;
}

.hikashop_small_cart_checkout_link,
.hikashop_small_cart_clean_link,
.hikashop_small_cart_total_title span,
.hikashop_small_cart_total_title span span,
.hikashop_small_cart_total_title span span span {
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-bottom:0px;
}


#hikashop_checkout_next_button{
	float:right;
}
#hikashop_checkout_shopping_button{
	float:left;
}

#hikashop_order_listing a.hikashop_cart_button,
#hikashop_order_listing a.hikashop_cart_button:hover,
#hikashop_checkout_login a.hikashop_cart_button,
#hikashop_checkout_login a.hikashop_cart_button:hover,
a.hikashop_compare_button, a.hikashop_compare_button:hover {
	float:none;
}

.hikashop_products a.hikashop_cart_button,
.hikashop_products a.hikashop_cart_button:hover,
#hikashop_checkout_coupon a.hikashop_cart_button,
#hikashop_checkout_coupon a.hikashop_cart_button:hover {
	float:none;
	width:100px;
}

#hikashop_checkout_coupon,
#hikashop_shipping_methods,
#hikashop_payment_methods {
  display: block;
  margin: 30px 0;
}

#hikashop_checkout_coupon {
  max-width: 50%;
  margin: 30px auto;
}

#hikashop_checkout_coupon_input {
  display: table;
  margin: 10px 0 15px;
}

#hikashop_button_1 div.hikashop_container,
#hikashop_button_2 div.hikashop_container,
#hikashop_button_3 div.hikashop_container {
	cursor:pointer;
}
#hikashop_button_1 div.hikashop_subcontainer,
#hikashop_button_2 div.hikashop_subcontainer,
#hikashop_button_3 div.hikashop_subcontainer,
#hikashop_order_listing div.hikashop_subcontainer {
	text-align:center;
}


.hikashop_cart_bar,
.hikashop_wizardbar{
  margin: 37px 0 0;
	border-top: 1px solid #ececec;
	text-align:center;
}

.hikashop_wizardbar ul{
  margin: 0;
  display: inline-block;
}

.hikashop_wizardbar .badge {
  display: none;
}

.hikashop_cart_step,
.hikashop_wizardbar li {
  float: left;
  padding: 30px 20px;
  white-space:nowrap;
  position: relative;
  background: none;
}

.hikashop_cart_step:after,
.hikashop_wizardbar li:after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  right: auto;
  margin-left: -10px;
  width: 21px;
  height: 21px;
  background: #c4c4c4;
  border: 1px solid #ececec;
  box-shadow: 0 0 0 6px #ffffff inset;
  -webkit-box-shadow: 0 0 0 6px #ffffff inset;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished:before,
#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_current:before,
#hikashop_checkout_page .hikashop_wizardbar li.hikashop_cart_step_finished:before,
#hikashop_checkout_page .hikashop_wizardbar li.hikashop_cart_step_current:before {
  content: '';
  position: absolute;
  right: 50%;
  left: auto;
  width: 100%;
  height: 1px;
  top: -1px;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished:before,
#hikashop_checkout_page .hikashop_wizardbar li.hikashop_cart_step_finished:before {
  right: 0;
  width: 100%;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_current:first-child:before,
#hikashop_checkout_page .hikashop_wizardbar li.hikashop_cart_step_current:first-child:before {
	display: none;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished:first-child:before,
#hikashop_checkout_page .hikashop_wizardbar li.hikashop_cart_step_finished:first-child:before {
  right: 0;
  width: 50%;
}

#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,
#hikashop_checkout_page .hikashop_wizardbar li,
#hikashop_checkout_page .hikashop_wizardbar li a {
	color:#B2B2B2;
	font-size:11px;
	text-decoration:none;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished span a,
#hikashop_checkout_page .hikashop_wizardbar li.hikashop_cart_step_finished a {
	color:#363636;
}

.hikashop_product_contact_page .btn img {
  display: none;
}

#hikashop_contact_form dd {
  margin: 0 0 20px;
}


.hikashop_checkout_login{
	clear:both;
	width:690px;
	margin:auto;
}
.hikashop_checkout_login_left_part{
	width:250px;
	float:left;
}
.hikashop_checkout_login_right_part{
	width:440px;
	float:left;
}

.hikashop_checkout_address_billing_only{
	clear:both;
	width:100%;
	margin:auto;
}


.hikashop_checkout_payment_name{
	font-weight: bold;
}

.hikashop_custom_file_upload_link{
	display:block;
}

.hikashop_red_border {
	border: 1px solid red !important;
	box-shadow: 0px 0px 8px rgba(255, 0, 0, 0.6),0px 1px 1px rgba(255, 0, 0, 0.2) inset !important;
}


#hikashop_shipping_methods ul.hikashop_shipping_products {
	margin: 5px 0px;
	padding: 0px;
}
#hikashop_shipping_methods .hikashop_shipping_group .hikashop_shipping_group_name {
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	padding: 2px 5px;
}
#hikashop_shipping_methods ul.hikashop_shipping_products li.hikashop_shipping_product {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px 0 0;
}
#hikashop_shipping_methods ul.hikashop_shipping_products li.hikashop_shipping_product img {
	padding:3px;
	border:1px solid #eaeaea;
}
#hikashop_shipping_methods ul.hikashop_shipping_products li.hikashop_shipping_product span {
}


.hikashop_orders{
	width:100%;
	margin-top: 10px;
}
.hikashop_order_listing_status{
	margin-bottom:5px;
	display:block;
}

.hikashop_orders img{
	border:none; padding:0px 5px
}

.hikashop_order_title{
	text-align:center;
}

.hikashop_authorize_thankyou{
	text-align:center;
}

.hikashop_address_listing_div{
	width: 300px ;
	margin-left: auto ;
	margin-right: auto ;
}
.hikashop_address_listing_table{
	width:100%;
}
.hikashop_rbottom{clear:both;}
.clear_both{clear:both;}


div.hikashop_main_image_div,
div.hikashop_main_file_div {
	position:relative;
}
div.hikashop_uploader_image_add,
div.hikashop_uploader_file_add {
	position:absolute;
	top:5px;
	right:5px;
}
div.hikashop_uploader_image_add span,
div.hikashop_uploader_file_add span {
	display:inline-block;
	width:32px;
	height:32px;
}
div.hikashop_uploader_image_add span.hika_add_btn {

	background-image:url(../images/gallery.png);
}
div.hikashop_uploader_image_add span.hika_upload_btn,
div.hikashop_uploader_file_add span.hika_upload_btn {

	background-image:url(../images/upload2.png);
}

ul.hikashop_uploader_images .ui-sortable-placeholder {
	border:1px dotted black;
	visibility:visible !important;
	width:50px;
	height:50px !important;
}

ul.hikashop_uploader_images .ui-sortable-placeholder * {
	visibility:hidden;
}
ul.hikashop_uploader_images {
	list-style-type:none;
	margin:0 !important;
	padding:15px 0 0 0 !important;
}
div.hikashop_uploader_singleimage_content,
div.hikashop_uploader_singlefile_content {
	padding:15px 0 5px 8px !important;
	width:100px;
}
ul.hikashop_uploader_multiimage_content > li,
div.hikashop_uploader_singleimage_content > div,
div.hikashop_uploader_singlefile_content > div {
	position:relative;
}

ul.hikashop_uploader_multiimage_content .deleteImg,
div.hikashop_uploader_singleimage_content .deleteImg,
div.hikashop_uploader_singlefile_content .deleteImg {
	position:absolute;
	right:0px;
	top:0px;
	display:none;
}

ul.hikashop_uploader_multiimage_content:hover .deleteImg,
div.hikashop_uploader_singleimage_content:hover .deleteImg,
div.hikashop_uploader_singlefile_content:hover .deleteImg {
	display:block;
	opacity:0.5;
	filter:alpha(opacity=50);
}

ul.hikashop_uploader_multiimage_content .deleteImg:hover,
div.hikashop_uploader_singleimage_content .deleteImg:hover,
div.hikashop_uploader_singlefile_content .deleteImg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.hkIcon {
	width:16px;
	height:16px;
	display:inline-block;
	line-height:16px;
}
.hkIcon-delete {
	background-image:url(../images/cancel.png);
}

.dropOver {
	background-color:#909090;
}

.hikashop_dropzone {
	border: 2px dashed #CCCCCC;
	width:100%;
	-webkit-border-radius:12px; -moz-border-radius:12px; border-radius:12px;
	min-height:100px;
}

.hikashop_uploader_image_empty,
.hikashop_uploader_file_empty {
	width:100%;
	padding:30px 0px;
	text-align:center;
}


/* TOOLBAR */

#hikashopcpanel div.icon a {
	border:1px solid #F0F0F0;
	display:block;
	float:left;
	border-radius:4px;
	padding: 5px;
	text-decoration:none;
	vertical-align:middle;
	width:94%;
}
#hikashopcpanel div.icon:hover a {
	border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;;
	border-style:solid;
	border-width:1px;
	background:#F8F8F8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
  background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
  background: -o-linear-gradient(top, #ffffff, #f8f8f8);
  background: linear-gradient(top, #ffffff, #f8f8f8);
}

#hikashopcpanel li {
	list-style-type: none !important;
	background-image: none !important;
}
#hikashopcpanel div.icon {
	float:left;
	margin-bottom:8px;
	text-align:center;
	width: 50%;
}
#hikashopcpanel span {
	display:block;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center;
	float: none;
	margin: 0;
}
.hikashop_cpanel_icon_image_span{
	background-repeat: no-repeat;
	background-position: center;
	height: 48px !important;
	width: auto!important;
}

.hikashop_cpanel_button_description {
	color: #444444;
}

.hikashop_cpanel_button_text{display:none !important}

#hikashopcpanel td{
	text-align: center;
}

.hikashop_cpanel_icon_image{
	width: 80px;
}

.hikashop_cpanel_icon_table{
	width: 100%;
}

#hikashopcpanel img {
	margin:0 auto;
	padding:10px 0;
}
.hikashopcpanel{
	margin:20px 0;
}

.hikashop_header_title { 
  border-bottom: 1px solid #ececec;
  margin: 0 0 30px;
  padding: 0 0 20px;
  width: 100%;
}


.hikashop_header_buttons{ float: right; }


div.toolbar span {
	display:block;
	float:none;
	height:38px;
	margin:0 auto;
	width:38px;
	background-position: 0% 0%;
	padding: 0 0 10px;
}
div.toolbar a {
	cursor:pointer;
	display:block;
	float:left;
	padding:1px 5px;
	text-align:center;
	white-space:nowrap;
	color: #444444;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.7;
}

.tool-tip {
	float: left;
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	padding: 10px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}





div.hikashop_messages{
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top-style:solid;
	border-top-width:2px;
	font-weight:bold;
	margin:5px 10px;
}

.hikashop_messages li{
	list-style-type : none;
}

div.hikashop_warning{
	background-color:#EFE7B8;
	border-bottom-color:#F0DC7E;
	border-top-color:#F0DC7E;
	color:#CC0000;
}

div.hikashop_success{
	background-color:#CCFFBB;
	border-bottom-color:#00AA00;
	border-top-color:#00AA00;
	color:#00AA00;
}

div.hikashop_info{
	background-color:#C3D2E5;
	border-bottom-color:#84A7DB;
	border-top-color:#84A7DB;
	color:#0055BB;
}

div.hikashop_error{
	background-color:#E6C0C0;
	border-bottom-color:#DE7A7B;
	border-top-color:#DE7A7B;
	color:#CC0000;
}




#hikashop_add_to_cart_continue_div{
	float:left;
}

#hikashop_add_to_cart_checkout_div{
	float:right;
}

.hikashop_delete_entry_button{
	float:right;
}

span.hiakshop_AUP_price{
	color: #990000;
	font-weight: bold;
}

span.hikashop_AUP_points{
	color: #2f9900;
	font-weight: bold;
}

.hikashop_checkout_cart tfoot hr{ display: none; }

.hikashop_products_pagination,
.hikashop_subcategories_pagination{
	text-align:center;
	clear:both;
}

.hikashop_products_pagination_top,
.hikashop_subcategories_pagination_top {
  margin: 0 0 30px;  
}

.hikashop_products_pagination_bottom,
.hikashop_subcategories_pagination_bottom {
  margin: 30px 0 0;  
}

.hikashop_products_pagination ul.pagination,
.hikashop_subcategories_pagination ul.pagination{
	text-align: center;
}

.list-footer .limit {
	margin-bottom: 10px;
}

.list-footer .limit select {
	width: 60px;
}

.list-footer .pagenav {
  display: inline-block;
  vertical-align: top;
  min-width: 31px;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  padding: 0;
  margin: 0 5px;
  line-height: 31px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #444444;
  color: #ffffff;
  text-decoration: none;
}

.list-footer span.pagenav_text,
.list-footer a.hikashop_end_link,
.list-footer a.hikashop_next_link,
.list-footer a.hikashop_start_link,
.list-footer a.hikashop_previous_link {
	background: none!important;
	color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.list-footer a.pagenav:hover {
  background: #444444;
  cursor: pointer;
}

.list-footer a.hikashop_end_link:hover,
.list-footer a.hikashop_next_link:hover,
.list-footer a.hikashop_start_link:hover,
.list-footer a.hikashop_previous_link:hover {
  text-decoration: underline;
  background: #444444;
  cursor: pointer;
}

.list-footer .counter{
	margin: 10px 0 0;
}

.hikashop_results_counter{
	display: block;
}

.list-footer .limit,
.list-footer .counter,
.hikashop_results_counter {
  text-align: right;
}

.pagenav_next_chevron,
.pagenav_previous_chevron,
.pagenav_start_chevron,
.pagenav_end_chevron {
  display: none;
}

/* SOCIAL */

#hikashop_social iframe {
	height: 50px;
}

#hikashop_social iframe.hikashop_social_fb_standard {
	width:300px;
	height:80px;
}

#hikashop_social iframe.hikashop_social_fb_button_count {
	width:90px;
	height:20px;
}

#hikashop_social iframe.hikashop_social_fb_box_count {
	width:65px;
	height:80px;
}

#hikashop_social {
	position:relative;
	text-align:left;
}

#hikashop_social {
	position:relative;
	text-align:right;
}

#hikashop_social span.hikashop_social_tw {
		float:left;
		margin-right:5px;
}

#hikashop_social span.hikashop_social_tw_horizontal {
		float:left;
}

#hikashop_social span.hikashop_social_tw_right {
		float:right;
}

#hikashop_social span.hikashop_social_tw_horizontal_right {
		float:right;
}

#hikashop_social span.hikashop_social_fb {
		float:left;
}
#hikashop_social span.hikashop_social_fb_right {
		float:right;
}

#hikashop_social span.hikashop_social_google {
		float:left;
		margin-right: 5px;
}

#hikashop_social span.hikashop_social_google_right {
		float:right;
		margin-right: 5px;
}

#hikashop_social span.hikashop_social_pinterest {
		float:left;
		margin-right:5px;
}
#hikashop_social span.hikashop_social_pinterest_right {
		float:right;
		margin-right:5px;
}

#hikashop_social span.hikashop_social_addThis {
		float:left;
		margin-right:5px;
}
#hikashop_social span.hikashop_social_addThis_right {
		float:right;
		margin-right:5px;
}

.hikashop_option_info {
	margin-left:5px;
}

.hikashop_checkout_cart_print_link{
	display: inline-block;
	width: 100%;
	text-align: right;
	margin: 0 0 10px;
}

/* SLIDER */

.hikashop_product_carousel table th {
  font-weight: 300;
}

.hikashop_img_pane_panel{
	position: absolute;
	bottom:0px;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	filter:alpha(opacity=70);
	text-align: center !important;
}

.hikashop_subcategories .hikashop_img_pane_panel {
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	filter:alpha(opacity=10);
}

.hikashop_slide_numbers{
	min-width: 30px;
	margin: 2px;
	min-height: 30px;
	line-height: 30px;
	color: #444444;
	transition: all 0.2s ease-in 0s;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

a.hikashop_slide_numbers{ 
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.hikashop_slide_numbers:hover,
.hikashop_slide_pagination_selected {
	color: #ffffff;
}

.hikashop_pagination_images{
	opacity:0.6;
	display:inline-block\9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.hikashop_pagination_images:hover{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hikashop_pagination_images_selected{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.hikashop_slide_pagination{
	text-align:center !important;
}

.hikashop_slide_dot_basic{
  margin: 2px 4px;
	height: 8px;
	width: 8px;
	display:inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.hikashop_slide_dot_basic:hover{
	cursor:pointer;
}

.hikashop_slide_dot_selected {
	margin: 0 2px!important;
  background: none!important;
}

.hikashop_pagination_images_block{
	margin:5px;
	display:inline-block;
}


.hiakshop_slider_button{
	opacity:0.5;
}

.hiakshop_slider_button:hover{
	cursor:pointer;
	opacity:1;
}

.hikashop_slider_button{
	opacity:0.5;
}

.hikashop_slider_button:hover{
	cursor:pointer;
	opacity:1;
}

.hikashop_filter_checkbox{
	white-space: nowrap;
}

a.hikashop_filter_list{
	color:black;
	cursor: pointer;
}

a.hikashop_filter_list_selected:hover {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

.hikashop_main_carousel_div ul li{
	padding: 0 !important;
	background: none !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.hikashop_main_carousel_div ul li > form,
.hikashop_main_carousel_div .product_slide > div > form {
	display: inline-block;
	margin: 15px 0 0!important;
	width: 100%;
}

.hikashop_main_carousel_div ul li > .hika-compare,
.hikashop_main_carousel_div .product_slide > div > .hika-compare {
	display: none;
}


.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; 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; }


.ui-tabs { position: relative; padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* COMPARE PAGE */

.hikashop_compare_back_btn {
  margin: 0 0 30px;
}

.hikashop_compare_table{
  width: 100%;
  vertical-align: top;
}

.hikashop_compare_table > tbody > tr:last-child{
  border-top: 1px solid #ececec;
}

.hikashop_compare_table td {
  vertical-align: top;
} 

.hikashop_product_compare_custom_separator{
	text-align:center;
	height:25px;
}
.hikashop_product_compare_custom_separator td{
	border-bottom:2px solid #ccc;
	text-align:center;
	font-weight:bold;
	height:30px;
}

.hikashop_compare_table .hikashop_product_code_main {
  font-size: 13px;
  font-weight: 300;
}

.hikashop_compare_table .hikashop_product_price_main {
  margin: 0 0 10px;
}

.hikashop_compare_table span.hikashop_product_price_full {
  width: 100%;
  margin: 0 0 10px;
}

.hikashop_compare_table span.hikashop_product_price_full span.hikashop_product_price {
  white-space: normal;
  font-size: 23px;
  display: inline-block;
}

.hikashop_compare_table span.hikashop_product_price_before_discount,
.hikashop_compare_table span.hikashop_product_discount {
  line-height: 1.2;
  font-size: 23px;
  margin: 0 10px;
  display: inline-block;
}

.hikashop_compare_table .hikashop_product_price_per_unit_x {
  padding: 5px 0 0;
  font-size: 13px;
}

#hikashop_compare_tr_cart .hikashop_compare_cart_prod_column{
	margin-bottom:20px;
	text-align:center;
}

#hikashop_compare_tr_cart .hikashop_product_stock_count,
#hikashop_compare_tr_cart .hikashop_product_no_stock {
  display: inline-block;
  margin: 0 0 15px;
}

.hikashop_before_taxe{
	font-size:11px;
	font-weight:normal;
}
.hikashop_compare_table .hikashop_product_quantity_field_change{
	margin-right:5px;
}

.hikashop_compare_table .hikashop_product_name_main{
  text-align:center;
  display: block;
}

.hikashop_compare_table .hikashop_product_quantity_field{
	margin-right:5px;
}
.hikashop_compare_details_prod_column{
	padding: 10px;
}

.hikashop_compare_table{text-align:center}


.hikashop_compare_table .hikashop_compare_title_prod_column a {
  color: #444444;
  text-decoration: none;
  font-size: 23px;
  line-height: 1.1;
}

.hikashop_compare_table #hikashop_main_image_thumb_div{
	margin:0px;
	border:none;
}
.hikashop_compare_table #hikashop_main_image{
	display:block !important;
	margin:auto;
}
.hikashop_compare_custom_prod_column{
	background-color:#f8f8f8;
	text-align:center;
	border: 1px solid #ffffff;
	font-weight: bold;
}

.hikashop_compare_page table { 
  margin: auto;
}

.hikashop_compare_page .hikashop_product_stock,
.hikashop_compare_page .hikashop_product_no_stock {
  margin: auto;
}

.hikashop_compare_page .hikashop_product_stock td,
.hikashop_compare_page .hikashop_product_no_stock td {
  vertical-align: middle;
}

.hikashop_compare_table #hikashop_compare_tr_cart .hikashop_cart_input_button {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 7px 25px 7px 16px;
}

.hikashop_compare_page table .hikashop_compare_wishlist_btn {
  margin: 20px 0 0;
}

.hikashop_compare_custom_first_column{
	text-align:center;
	background-color:#f8f8f8;
	border: 1px solid #ffffff;
}

#hikashop_product_custom_info_main{
	margin-top:20px;
}

#hikashop_product_custom_info_main td{
	border-bottom: 1px solid #ececec;
}

#hikashop_product_custom_info_main tr:first-child td{
	border-top: 1px solid #ececec;
}

#hikashop_product_custom_info_main h4{
	color: #444444;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.1;
	margin: 0 0 20px;
}

#hikashop_product_custom_info_main .hikashop_product_custom_value {
  font-weight: bold;
}

.ui-rating{
	margin:auto;
	display: inline;
}

.ui-rating-star {
	width: 16px;
	height: 16px;
	font-size: 0;
	margin: 2px 0 0;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	background-repeat: no-repeat;
}
.ui-rating a {cursor: pointer; background-color: transparent !important;}
.ui-rating-full  {background-position:left top;}
.ui-rating-mid  {background-position:left -16px;}
.ui-rating-empty {background-position:left -32px;}
.ui-rating-hover {background-position:left -48px !important;}

#hikashop_product_vote_form br {
	display: none;
}

.hikashop_vote_notification{
	display:inline;
	color: #ACACAC;
}

.hikashop_vote_form {
  margin: 0 0 30px;
}

.hikashop_vote_form .hikashop_comment_textarea{
	border: 1px solid #ececec;
	color: #acacac;
	min-height: 200px;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.hikashop_vote_form .button{
	clear: both;
	float: right;
	margin: 30px 0 0;
}

.hikashop_comment_textarea:hover, .hikashop_comment_textarea:focus{
	border:1px solid #ececec;
}

.hikashop_vote_stars{
	width: 100%;
	clear: both;
}

.hikashop_vote_notification_mini{
  color: #666666;
  font-size:12px;
}

.hikashop_total_vote{
  color: #666666;
  font-size:12px;
}

.hikashop_total_vote{
	display: inline-block;
}

.hikashop_vote_listing_useful_bought{
  color: #ACACAC;
}

.hikashop_vote_listing_useful_note{
	margin-right:10px;
}

.hikashop_vote_listing_notification:hover{
	margin-left:3px;
}

#hikashop_product_vote_listing{
	margin-top:30px;
}

.hikashop_vote_no_comment{
	margin-left: 80px;
	font-weight:bold;
}

.hikashop_listing_comment{
  border-bottom: 1px solid #ECECEC;
  color: #444444;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.hikashop_listing_comment:after {
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}

.hikashop_sort_listing_comment {
  float: none!important;
  position: absolute;
  right: 0;
  left: auto;
  top: -20px;
  font-weight: 300;
  text-transform: none;
}


.hikashop_form_comment{
	color: #444444;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.1;
	margin: 0 0 10px;
}

.hikashop_vote_notification_mini{
	display: inline;
}

#hikashop_comment_form {
  clear: both;
	width: 100%;
	margin: 0 0 15px;
}

.hikashop_product_vote_listing .pagination{text-align:center;}

.hikashop_product_vote_listing .pagination .list-footer{
	margin: 10px 0px 5px 0px;
}

.hikashop_product_vote_listing .pagination .list-footer .counter{
	display: none;
}

.hikashop_product_vote_listing .pagination .list-footer .limit{
	display: none;
}

.hika_comment_listing{
	margin: 0 auto 30px;
	border: 20px solid transparent;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	outline: 1px solid #ececec;
}

.hika_comment_listing_notification{
	width: 120px;
	color: #ACACAC;
	display: inline;
}

.hika_comment_listing tr td {
  padding: 10px;
}

.hika_comment_listing tr:first-child td {
  text-align: right;
  padding-bottom: 0;
}

.hika_comment_listing tr td.hika_comment_listing_name {
  font-weight: 600;
  color: #444444;
  text-align: left;
  font-size: 18px;
  line-height: 1.1;
}

.hika_comment_listing_stars{
	width: 85px;
}

.hika_comment_listing_content{

}

.hika_comment_listing_useful_p{

}

.hika_comment_listing_useful{
	background-color: transparent !important;
	width: 16px !important;
	height: 14px !important;
	background-size:16px 14px !important;
	background-repeat:no-repeat !important;
	background-position: 0 14px !important;
	cursor: pointer !important;
	padding-right: 10px!important;
}

.hika_comment_listing_useful.hide{
	width: 16px;
	height: 14px;
	background-size:0px 0px;
}

.hika_comment_listing_useful_p.hide{
	display:none;
}

.hika_comment_listing_useful.locked{
	opacity: 0.2;
	cursor: default !important;
}

.hika_comment_listing_useful.locked:hover,
.hika_comment_listing_useless.locked:hover{
	opacity: 1;
}

.hika_comment_listing_useless{
	background-color: transparent !important;
	width: 16px !important;
	height: 14px !important;
	background-size:16px 14px !important;
	background-repeat:no-repeat !important;
	background-position: 0 14px !important;
	cursor: pointer !important;
	padding-right: 10px!important;
}
.hika_comment_listing_useless.locked{
	opacity: 0.5;
	cursor: default;
}

.hika_comment_listing_full_stars {
	width: 16px;
	height: 16px;
	display:inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position:left top;
	cursor: default;
}

.hika_comment_listing_empty_stars {
	width: 16px;
	height: 16px;
	display:inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position:left -32px;
	cursor: default;
}

.hika_comment_listing_empty{
	color: #444444;
	padding: 5px;
}

.hika_comment_listing_bottom br {
  display: none;
}


@media only screen and (max-width: 420px) {
	.hikashop_sort_listing_comment{display: none;}
}

.hikashop_wishlist_module .hikashop_wishlist_display_add_to_cart,
.hikashop_wishlist_module .hikashop_checkout_cart_print_link,
.hikashop_cart_module ._hikashop_checkout_cart_print_link {
	display: none;
}

.hikashop_background_color{
	background-color: #BCC7D6;
}
.hikashop_all_carts{
	text-align:center;
}
.hikashop_all_cart_name{
}
.hikashop_all_cart_quantity{
	text-align:center;
}
.hikashop_all_cart_stock{
}
.hikashop_all_carts_current{
	text-align: center !important;
	width: 50px;
}
.hikashop_all_carts_current_star{
	width: 16px;
	height: 16px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position:center top;
	margin: auto;
}
.hikashop_all_carts_set_current{
	text-align: center;
	width: 50px;
	text-decoration: none;
}

.hikashop_all_carts_set_current a{
	text-decoration: none !important;
}

.hikashop_all_carts_set_current_star{
	text-align: center;
	margin:auto;
	width: 16px;
	height: 16px;
	text-decoration: none !important;
	background-repeat: no-repeat;
	background-position:center -32px;
	cursor: pointer;
}

.hikashop_all_wishlits_button{
	text-align: center;
}

.hikashop_product_cart_links{
	float:right;
}

.hikashop_product_cart_show_carts_link, .hikashop_product_cart_print_link, .hikashop_product_cart_mail_link{
	display: inline;
}

.hikashop_red_color{ color: red; }
.hikashop_green_color{ color: #690; }

td.hikashop_all_carts_delete {
	text-align: center;
}

td.hikashop_show_cart_quantity{
	text-align: center;
	width: 30px;
}
.hikashop_carts{
	width: 100%;
}

#hikashop_cart_product_listing .hika_show_cart_total td {
  border: none;
  font-weight: 400;
}

#hikashop_cart_product_listing .hika_show_cart_total td .btn + .btn {
  margin: 10px 0 0;
}

#hikashop_cart_product_listing .hika_show_cart_total td .hikashop_cart_input_button {
  padding: 0;
  line-height: normal;
  background: none;
}

#hikashop_cart_product_listing .hika_show_cart_total td .hikashop_cart_input_button:hover {
  text-decoration: underline;
}

#hikashop_cart_product_listing + .hikashop_cart_input_button {
  float: right;
}

.hikashop_not_authorized{
	width: 100%;
	text-align: center;
	margin: 10px auto;
	color: red;
}
.hika_wishlist_green{
	background-color: #CCFFCC !important;
}
#hikashop_wishlist_listing_pagination .list-footer .pagination{
	text-align: center;
}
.hikashop_carts{
	margin-top: 15px;
}
.hika_show_cart_total td{
	border-top: solid 2px #ececec;
}
#hikashop_wishlist_listing_pagination .limit{
	margin: auto;
}
#hikashop_cart_product_listing{
	width: 100% !important;
}

.hika-radio input[type="radio"] {
	display:none;
}

.hikashop_product_image_subdiv {
	max-width:100%;
}

.thumbnail .hikashop_product_image img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.hikashop_categories_listing_main.row-fluid-10 [class*="span"],
.hikashop_products .row-fluid-10 [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 1.7543859649122806%;
	*margin-left: 1.7105263157894737%;
}
.hikashop_product_page .row-fluid{
	clear: both;
}

.hikashop_categories_listing_main .row-fluid-10 [class*="span"]:first-child,
.hikashop_products .row-fluid-10 [class*="span"]:first-child {
	margin-left: 0;
}
.hikashop_categories_listing_main .row-fluid-10 .span10,
.hikashop_products .row-fluid-10 .span10 { width: 100%; *width: 99.95614035087718%; }
.hikashop_categories_listing_main .row-fluid-10 .span9,
.hikashop_products .row-fluid-10 .span9 { width: 89.82456140350877%; *width: 89.78070175438596%; }
.hikashop_categories_listing_main .row-fluid-10 .span8,
.hikashop_products .row-fluid-10 .span8 { width: 79.64912280701753%; *width: 79.60526315789473%; }
.hikashop_categories_listing_main .row-fluid-10 .span7,
.hikashop_products .row-fluid-10 .span7 { width: 69.47368421052632%; *width: 69.4298245614035%; }
.hikashop_categories_listing_main .row-fluid-10 .span6,
.hikashop_products .row-fluid-10 .span6 { width: 59.29824561403509%; *width: 59.25438596491228%; }
.hikashop_categories_listing_main .row-fluid-10 .span5,
.hikashop_products .row-fluid-10 .span5 { width: 49.122807017543856%; *width: 49.07894736842105%; }
.hikashop_categories_listing_main .row-fluid-10 .span4,
.hikashop_products .row-fluid-10 .span4 { width: 38.94736842105263%; *width: 38.90350877192982%; }
.hikashop_categories_listing_main .row-fluid-10 .span3,
.hikashop_products .row-fluid-10 .span3 { width: 28.771929824561404%; *width: 28.728070175438596%; }
.hikashop_categories_listing_main .row-fluid-10 .span2,
.hikashop_products .row-fluid-10 .span2 { width: 18.596491228070175%; *width: 18.552631578947366%; }
.hikashop_categories_listing_main .row-fluid-10 .span1,
.hikashop_products .row-fluid-10 .span1 { width: 8.421052631578947%; *width: 8.37719298245614%; }

.hikashop_categories_listing_main .row-fluid-8 [class*="span"],
.hikashop_products .row-fluid-8 [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574468085%;
	*margin-left: 2.074468085106383%;
}
.hikashop_categories_listing_main .row-fluid-8 [class*="span"]:first-child,
.hikashop_products .row-fluid-8 [class*="span"]:first-child { margin-left: 0; }
.hikashop_categories_listing_main .row-fluid-8 .span8,
.hikashop_products .row-fluid-8 .span8 { width: 100%; *width: 99.94680851063829%; }
.hikashop_categories_listing_main .row-fluid-8 .span7,
.hikashop_products .row-fluid-8 .span7 { width: 87.23404255319149%; *width: 87.18085106382978%; }
.hikashop_categories_listing_main .row-fluid-8 .span6,
.hikashop_products .row-fluid-8 .span6 { width: 74.46808510638299%; *width: 74.41489361702128%; }
.hikashop_categories_listing_main .row-fluid-8 .span5,
.hikashop_products .row-fluid-8 .span5 { width: 61.702127659574465%; *width: 61.648936170212764%; }
.hikashop_categories_listing_main .row-fluid-8 .span4,
.hikashop_products .row-fluid-8 .span4 { width: 48.93617021276596%; *width: 48.88297872340426%; }
.hikashop_categories_listing_main .row-fluid-8 .span3,
.hikashop_products .row-fluid-8 .span3 { width: 36.170212765957444%; *width: 36.11702127659574%; }
.hikashop_categories_listing_main .row-fluid-8 .span2,
.hikashop_products .row-fluid-8 .span2 { width: 23.404255319148938%; *width: 23.351063829787236%; }
.hikashop_categories_listing_main .row-fluid-8 .span1,
.hikashop_products .row-fluid-8 .span1 { width: 10.638297872340425%; *width: 10.585106382978724%; }

.hikashop_categories_listing_main .row-fluid-7 [class*="span"],
.hikashop_products .row-fluid-7 [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.1621621621621623%;
	*margin-left: 2.1081081081081083%;
}
.hikashop_categories_listing_main .row-fluid-7 [class*="span"]:first-child,
.hikashop_products .row-fluid-7 [class*="span"]:first-child { margin-left: 0; }
.hikashop_categories_listing_main .row-fluid-7 .span7,
.hikashop_products .row-fluid-7 .span7 { width: 100%; *width: 99.94594594594595%; }
.hikashop_categories_listing_main .row-fluid-7 .span6,
.hikashop_products .row-fluid-7 .span6 { width: 85.4054054054054%; *width: 85.35135135135135%; }
.hikashop_categories_listing_main .row-fluid-7 .span5,
.hikashop_products .row-fluid-7 .span5 { width: 70.81081081081082%; *width: 70.75675675675677%; }
.hikashop_categories_listing_main .row-fluid-7 .span4,
.hikashop_products .row-fluid-7 .span4 { width: 56.21621621621622%; *width: 56.16216216216216%; }
.hikashop_categories_listing_main .row-fluid-7 .span3,
.hikashop_products .row-fluid-7 .span3 { width: 41.62162162162162%; *width: 41.567567567567565%; }
.hikashop_categories_listing_main .row-fluid-7 .span2,
.hikashop_products .row-fluid-7 .span2 { width: 27.027027027027028%; *width: 26.972972972972975%; }
.hikashop_categories_listing_main .row-fluid-7 .span1,
.hikashop_products .row-fluid-7 .span1 { width: 12.432432432432433%; *width: 12.378378378378379%; }

@media (max-width: 767px) {
	.hikashop_categories_listing_main .row-fluid-10 [class*="span"],
	.hikashop_categories_listing_main .row-fluid-8 [class*="span"],
	.hikashop_categories_listing_main .row-fluid-7 [class*="span"],
	.hikashop_products .row-fluid-10 [class*="span"],
	.hikashop_products .row-fluid-8 [class*="span"],
	.hikashop_products .row-fluid-7 [class*="span"] {
		float: none;
		display: block;
		width: auto;
		margin-left: 0;
	}
}



div.modal-body iframe {
	border:0px;
}
#modal-preview {
	z-index:1100;
}
.modal-body{
	max-height: none !important;
}
@media only screen and (max-width: 960px) {
	div.modal.fade.in{
		width: 800px !important;
		margin-left: -400px !important;
		top : 10% !important;
		left: 50% !important;
	}
}
@media only screen and (max-width: 800px) {
	div.modal.fade.in{
		width: 640px !important;
		margin-left: -320px !important;
		top : 10% !important;
		left: 50% !important;
	}
	table#hikashop_order_listing tbody td:nth-child(1),
	table#hikashop_order_listing th:nth-child(1),
	table#hikashop_cart_listing td:nth-child(2),
	table#hikashop_cart_listing th:nth-child(2),
	table#hikashop_cart_listing td:nth-child(5),
	table#hikashop_cart_listing th:nth-child(5),
	table#hikashop_cart_product_listing tbody td:nth-child(1),
	table#hikashop_cart_product_listing th:nth-child(1),
	table#hikashop_cart_product_listing td:nth-child(5),
	table#hikashop_cart_product_listing th:nth-child(5)   {display: none;}
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {


	table.hikashop_variants_table, table.hikashop_variants_table thead.hikashop_variants_table_thead, table.hikashop_variants_table tbody.hikashop_variants_table_tbody, table.hikashop_variants_table th.hikashop_variants_table_th, table.hikashop_variants_table td.hikashop_variants_table_td, table.hikashop_variants_table tr.hikashop_variants_table_tbody_tr, table.hikashop_variants_table tr.hikashop_variants_table_thead_tr {
		display: block;
	}


	table.hikashop_variants_table thead.hikashop_variants_table_thead tr.hikashop_variants_table_thead_tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.hikashop_variants_table tr.hikashop_variants_table_thead_tr,table.hikashop_variants_table tr.hikashop_variants_table_tbody_tr { border: 1px solid #ccc; }

	table.hikashop_variants_table td.hikashop_variants_table_td {

		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 30%;
	}

	table.hikashop_variants_table td.hikashop_variants_table_td:before {

		position: absolute;

		top: 6px;
		left: 6px;
		width: 25%;
		padding-right: 10px;
		white-space: nowrap;
	}

	table.hikashop_variants_table td.hikashop_variants_table_td:before { content: attr(data-label); }
}

@media only screen and (max-width: 640px) {
	div.modal.fade.in{
		width: 480px !important;
		margin-left: -240px !important;
		top : 10% !important;
		left: 50% !important;
	}
	.hikashop_cpanel_icon_table {
		width: auto !important;
	}
}
@media only screen and (max-width: 480px) {
	div.modal.fade.in{
		width: 320px !important;
		height: 380px !important;
		margin-left: -160px !important;
		top : 10% !important;
		left: 50% !important;
	}
	table#hikashop_cart_product_listing tbody td:nth-last-child(1),
	table#hikashop_cart_product_listing th:nth-last-child(1),
	table#hikashop_clicks_listing tbody td:nth-child(1),
	table#hikashop_clicks_listing th:nth-child(1),
	table#hikashop_clicks_listing tbody td:nth-last-child(1),
	table#hikashop_clicks_listing th:nth-last-child(1),
	table#hikashop_sales_listing tbody td:nth-child(1),
	table#hikashop_sales_listing th:nth-child(1),
	table#hikashop_sales_listing tbody td:nth-last-child(1),
	table#hikashop_sales_listing th:nth-last-child(1),
	table#hikashop_leads_listing tbody td:nth-child(1),
	table#hikashop_leads_listing th:nth-child(1),
	table#hikashop_leads_listing tbody td:nth-last-child(1),
	table#hikashop_leads_listing th:nth-last-child(1)   {display: none;}
}

@media only screen and (max-height: 420px) {
	div.modal.fade.in{
		height: 320px !important;
		top:0% !important;
	}
}
.row-fluid .hikashop_product_column_1, .row-fluid .hikashop_category_column_1,
.row-fluid-7 .hikashop_product_column_1, .row-fluid-7 .hikashop_category_column_1,
.row-fluid-8 .hikashop_product_column_1, .row-fluid-8 .hikashop_category_column_1,
.row-fluid-10 .hikashop_product_column_1, .row-fluid-10 .hikashop_category_column_1 {
	margin-left: 0 !important;
	clear:left;
}

#hikashop_tabs .ui-widget-header{
	border: 0 none;
}
#hikashop_tabs ul li{
	position: relative;
	top: -53px;
}
#hikashop_tabs .ui-tabs-panel{
	margin-top: 35px;
}

.panel h3.pane-toggler > a:nth-child(1),
.panel h3.pane-toggler-down > a:nth-child(1) {
	padding:0px !important;
	margin:0px !important;
}


.hikashop_filter_list_style li {
	list-style-type: none;
	background: none;
}

.hikashop_filter_main {
  margin: 0 0 30px;
}

.hikashop_products_table thead th{
  background: #444444;
  color: #FFFFFF;
  font-weight: 600;
  padding: 16px;
  text-align: left;
}

.hikashop_products_table tfoot {
  display: none;
}

.hikashop_product_list li {
	text-align:center;
	padding: 5px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none!important;
  border: 1px solid #ececec;
  margin: 5px;
}

.hikashop_products_listing_main .hikashop_product_list .hikashop_product_price_full {
  display: block;
  float: none;
}

.hikashop_custom_image_link{ width: 100px; }

#hikashop_tabs_div > ul{
	z-index: 2;
	position: relative;
	display: inline-block;
  margin: 0;
  border: none;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
  width: 100%;
}
#hikashop_tabs_div > ul > li {
	z-index: 2;
	background-image: none;
  cursor: pointer;
  float: left;
  line-height: 20px;
  padding: 0;
}

#hikashop_tabs_div > ul > li > a {
  display: block;
  color: #858585;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 -1px;
  padding: 14px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
}

#hikashop_tabs_div > ul > li > a:hover,
#hikashop_tabs_div > ul > li.hikashop_tabs_li_selected > a {
  color: #444444;
}

.hikashop_tabs_content{
	z-index: 1;
	position: relative;
	display: none;
	min-height: 200px;
	padding: 20px;
}

.hikashop_hidden_checkout{
	display:none;
}

.hikashop_vote_stars_new{
	float: left;
}

.jRatingAverage {
	position:relative;
	top:0;
	left:0;
	z-index:4;
	height:100%;
	background-position:left -48px !important;
}
.jRatingColor {
	position:relative;
	top:0;
	left:0;
	z-index:3;
	height:100%;
	background-position:left top !important;
}
.jStar {
	position:relative;
	left:0;
	z-index:2;
	background-position:left -32px !important;
}
p.jRatingInfos {
	position: absolute;
	z-index: 5;
	background:	black;
	opacity: 0.8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	color: #fff;
	display: none;
	width: 60px;
	height: 22px;
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
}
p.jRatingInfos span.maxRate {
	color: #c9c9c9;
	font-size: 14px;
}

/* CART MODULE */

#hikashop_cart td {
  padding: 5px;
}

#hikashop_cart th{
  border-bottom:1px solid #ececec;
  padding: 10px;
}

#hikashop_cart form > .hikashop_cart_input_button {
  margin: 20px 0 0;
}

.hikashop_cart_module_product_total_title{padding:10px 0px}
#hikashop_cart hr{display:none}

#hikashop_cart span.hikashop_product_price{ 
  font-size:12px;
}

#hikashop_cart span.hikashop_product_price_before_discount,
#hikashop_cart span.hikashop_product_discount {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 300;
  margin: 0;
}

.hikashop_cart_module_product_total_title{text-align:left}
.hikashop_cart_value input{padding:1px; margin:0px;}
#hikashop_cart .hikashop_product_quantity_field{margin:0px !important}

.hikashop_small_cart_checkout_link:hover span {
  text-decoration: underline;
}

/* TABS */

.hikashop_subcategories_listing .pane-sliders .title {
  margin:0;
  cursor:pointer;
  font-size: 14px;
  line-height: 22px;
}

.hikashop_subcategories_listing .pane-sliders .title a {
  color: #444444;
  text-decoration: none;
}

.hikashop_subcategories_listing .pane-sliders .panel {
  padding: 13px 20px;
}

.hikashop_subcategories_listing .pane-sliders div.content {
  padding: 10px 0 0;
}

/* ACCORDION */

.accordion .hikashop_category_list {
  margin: 0!important;
}

.hikashop_subcategories_listing .accordion-heading h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}

#hikashop_cart_listing,
#hikashop_affiliate_main,
#hikashop_address_listing,
#hikashop_order_listing { 
  margin: 0px;
  padding: 0px;
}

#hikashop_cart_listing .header h1,
#hikashop_carts_listing .header h1,
#hikashop_affiliate_main .header h1,
#hikashop_address_listing .header h1, 
#hikashop_order_listing .header h1,
#hikashop_download_listing .header h1,
#hikashop_cpanel_title .header h1 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #444444;
}



#hikashop_carts_listing fieldset,
#hikashop_affiliate_main fieldset,
#hikashop_address_listing fieldset,
#hikashop_order_listing fieldset {
  margin-bottom:30px;
}


#hikashop_carts_listing div.toolbar a,
#hikashop_affiliate_main div.toolbar a,
#hikashop_address_listing div.toolbar a,
#hikashop_order_listing div.toolbar a {
  padding:5px;
}


/* MEMBER PROFILE */

.hikashop_address_listing_item_default,
.hikashop_address_listing_item_actions {
  padding: 10px;  
}

.hikashop_address_listing_item_details{border:1px solid #ececec; padding:10px;}
.hikashop_header_buttons a{text-decoration:none}

.contentpane h1{font-size:14px; padding-bottom:4px; margin-bottom:20px; border-bottom:1px solid #ececec;}
.contentpane #hikashop_address_form_span_iframe td{padding:5px 0px;}
.contentpane #hikashop_address_form_span_iframe .key{padding-right:20px;}
.contentpane #hikashop_address_form_span_iframe select,  .contentpane #hikashop_address_form_span_iframe input{padding:2px;}

/* ORDER */

#hikashop_order_listing .hikashop_no_border td{padding:0px; border: none;}

.hikashop_order_listing_status {
  font-weight: 600;
}

.hikashop_order_status_created {
  color:#0088CC;
}

.hikashop_order_status_confirmed,
.hikashop_order_status_shipped {
  color: #690;
}

.hikashop_order_status_cancelled,
.hikashop_order_status_refunded {
  color: #C30;
}

#hikashop_order_main > fieldset {
  margin: 0 0 30px;
}

#hikashop_order_main fieldset h1{
  color: #444444;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}

#hikashop_order_main .hikashop_order_left_part {
  border:1px solid #ececec;
  padding: 15px;
}

#htmlfieldset_billing {
  margin-right: 15px;
}

#htmlfieldset_shipping {
  margin-left: 15px;
}

#hikashop_order_main .hikashop_order_right_part{float: right; margin-right: 10px; padding-top: 10px;}


#hikashop_order_main #adminForm legend{
  font-weight: bold;
  font-size: 16px;
  color: #444444;
  text-transform: uppercase;
}

#htmlfieldset_products th{
  font-weight: bold;
  background: #444444;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  border: none;
  padding: 16px;
}
#htmlfieldset_products td{padding:16px}


#htmlfieldset_products .hikashop_order_total_title{font-weight:bold;}

#htmlfieldset_products .hikashop_order_total_value{font-weight:bold; font-size: 20px;}


.hikashop_order_tax_value{font-style:italic}

#hikashop_cart_listing table .hikashop_cart_action_title {
  min-width: 50px;
}

#hikashop_cart_listing th {
  font-size: 13px;
  padding: 16px;
  background: #444444;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}

#hikashop_cart_listing th a {
  color: #ffffff;
}

#hikashop_cart_listing td {
  padding: 16px;
  vertical-align: middle;
}

#hikashop_cart_listing table{
  margin: 0 0 30px;
}

#hikashop_cart_listing table.hikashop_no_border{margin:0px}
#hikashop_cart_listing fieldset{border:none}

#hikashop_cart_product_listing td {
  background: none;
  text-align: center;
}

#hikashop_cart_product_listing td[data-title='Image'] img {
  width: 45px;
  border: 1px solid #E1E1E1;
}

#hikashop_cart_product_listing td input.hikashop_show_cart_quantity {
  width: 55px;
  text-align: center;
}

#adminForm table.hikashop_no_border {
  width: 100%;
  margin: 0 0 30px;
}

.hikashop_showcart_infos .key{
  text-align: right;
}

.hikashop_showcart_infos {
  border:1px solid #ececec;
  background: #f8f8f8;
}

#page-affiliate legend {
  border-bottom: 1px solid #ECECEC;
  color: #444444;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

#page-affiliate legend:after {
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}

#page-affiliate > table > tbody > tr > td {
  padding: 0 15px;
}

#page-affiliate #affiliate_all_clicks {
  margin: 0 0 30px;
  display: block;
}

#hikashop_affiliate_main .hikashop_affiliate_terms {
  display: inline-block;
  margin: 0 0 30px;
}

#hikashop_affiliate_main a#hikashop_affiliate_clicks_popup img {
  display: none;
}

#hikashop_affiliate_terms_span_link.hikashop_affiliate_terms_span_link {
  display: inline;
  float: none;
  margin: 0;
  vertical-align: middle;
}

.hikashop_affiliate_banners_table li{
  background: none;
  padding: 0 0 10px;
}


#hikashop_banner_listing legend {
  border-bottom: 1px solid #ECECEC;
  color: #444444;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

#hikashop_banner_listing legend:after {
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}



#hikashop_checkout_page fieldset legend {
  border-bottom: 1px solid #ECECEC;
  color: #444444;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

#hikashop_checkout_page fieldset legend:after {
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}

.hikashop_checkout_address_left_part{width:45%; float:left;}
.hikashop_checkout_address_right_part{width:45%; float:left; margin-left:2%}

.hikashop_checkout_address_left_part table,
.hikashop_checkout_address_right_part table {
  border-collapse:collapse;
  width:100%;
  margin: 0 0 30px;
}

.hikashop_checkout_address_left_part table .row0 td,
.hikashop_checkout_address_right_part table .row0 td {
  border: none;
}

.hikashop_checkout_address_left_part table td:first-child,
.hikashop_checkout_address_right_part table td:first-child,
.hikashop_checkout_address_left_part table td:last-child,
.hikashop_checkout_address_right_part table td:last-child {
  text-align: center;
}

.hikashop_checkout_address_left_part td, .hikashop_checkout_address_right_part td{
  padding:10px;
}

.hikashop_checkout_address_right_part #same_address{
  margin: 0 10px 0 0;
}

#hikashop_shipping_methods table br {
  display: none;
}

#hikashop_shipping_methods td {
  padding: 5px 16px;
  vertical-align: middle;
}

#hikashop_shipping_methods td:nth-child(2) label {
  margin: 0;
}

#hikashop_shipping_methods td:nth-child(2) {
  text-align: center;
}

#hikashop_shipping_methods td .hikashop_checkout_shipping_price_full,
#hikashop_shipping_methods td .hikashop_checkout_payment_image {
  margin: 0 5px;
}

.hikashop_checkout_shipping_name{font-weight: bold;}


#hikashop_payment_methods td {
  padding: 16px;
}

#hikashop_payment_methods td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
}

#hikashop_payment_methods td:nth-child(2) label {
  margin: 0;
}

#hikashop_payment_methods table br {
  display: none;
}


#hikashop_payment_methods td .hikashop_checkout_payment_cost,
#hikashop_payment_methods td .hikashop_checkout_payment_image {
  margin: 0 5px;
}

#hikashop_payment_methods .hikashop_credit_card td{background-color:#f8f8f8}

#hikashop_checkout_additional_info .key label{margin-right:10px;}
#hikashop_checkout_additional_info input{margin:5px 0px;}


#hikashop_checkout_status span.label {
  padding: 10px;
  font-size: 13px;
  line-height: 1.1;
  margin: 3px;
  font-weight: 300;
}

#hikashop_checkout_terms {
  text-align: center;
  margin: 30px 0 0;
}

#hikashop_checkout_terms label {
  display: inline-block;
}

/* ENTRIES */

#hikashop_entries_info fieldset{
  border: none;
}

#hikashop_entries_info legend {
  border-bottom: 1px solid #ECECEC;
  color: #444444;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

#hikashop_entries_info legend:after {
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}

#hikashop_entries_info .key{font-weight:bold; color:#555; font-size:12px}

#hikashop_new_entry{margin:10px 0px}

/* DOWNLOAD */

#hikashop_download_listing fieldset{border:none}

#hikashop_download_listing table {
  border-collapse:collapse;
  width:100%;
}

#hikashop_download_listing th{
  background: #444444;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  padding: 16px;
  text-align: center;
}

#hikashop_download_listing th a{
  color: #ffffff;
}

#hikashop_download_listing th img {
  border: 1px solid #ececec;
  width: 45px;
}

#hikashop_download_listing td {
  padding: 16px;
}

#hikashop_image_main_thumb_div {
  text-align: center;
  height: auto!important;
}

.hikashop_product_main_image {
  height: auto!important;
}

#hikashop_product_price_with_options_main {
  display:block;
  float: left;
}

.hika-reversed #hikashop_product_price_with_options_main {
  float: right;
}

.hikashop_option_price_title{
  display: block;
}

.hikashop_option_price_value{
  font-weight: bold;
  font-size: 32px;
  line-height: 1.1;
}

#hikashop_product_description_main{
  margin: 0 0 30px;
}

#hikashop_product_files_main {
  margin: 0 0 30px;
}

#hikashop_product_files_main legend {
  border-bottom: 1px solid #ECECEC;
  color: #444444;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

#hikashop_product_files_main legend:after {
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}

.hikashop_filter_fieldset legend {
  border-bottom: 1px solid #ECECEC;
  color: #444444;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.hikashop_filter_fieldset legend:after {
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}

.hikashop_filter_title {
  font-weight: bold;
  margin: 0 0 15px;
  display: block;
}

.hikashop_filter_title + br {
  display: none;
}



/* CHECKOUT */

#hikashop_checkout_page h1{
  color: #444444;
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
}

#hikashop_checkout_login_left_part br {
  display: none;
}

#hikashop_checkout_login_left_part h2,
#hikashop_checkout_login_right_part h2,
#hikashop_checkout_login_right_part h3{
  color:#444444;
  font-weight:bold;
  font-size:14px;
  margin-bottom:20px;
}

#hikashop_checkout_login_right_part table {
  width: 100%;
}

#hikashop_checkout_login_right_part table td {
  padding: 0 0 15px;
}

#hikashop_checkout_login_right_part h3{margin-top:20px}

#hikashop_checkout_login_left_part  #remember { 
  margin-left:5px;
  display: inline-block;
}

#hikashop_checkout_login_left_part li{
	list-style-type:none;
	background: none;
}

#hikashop_checkout_login_left_part ul{margin-top:10px;}

#hikashop_checkout_login_left_part .hikashop_cart_input_button{margin-top:10px}


.hikashop_product_quantity_field {
  padding: 2px !important;
  margin: 0px 5px !important;
  text-align: center;
  width: 55px!important;
  height: 36px!important;
  line-height: 36px!important;
}

form {margin:0px !important}
.hikashop_product_stock .hikashop_product_quantity_field{margin:0px !important;}


.checkout_billing_address_radio, .checkout_shipping_address_radio {float:left}

.hika_edit{text-align:right}

.hika_edit span{display:none}

.hikashop_address_content{display:block; clear:both; color:#777777; margin:15px 0px 0px 0px}

#hikashop_checkout_billing_address_selection a{margin:0px}
.address_selection, #hikashop_checkout_selected_billing_address, #hikashop_checkout_selected_shipping_address{border:1px solid #ececec; border-radius:4px; padding:15px; margin:0px 0px 10px 0px; background:#F8F8F8;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
background: -o-linear-gradient(top, #ffffff, #f8f8f8);
background: linear-gradient(top, #ffffff, #f8f8f8);}
.address_selection:hover, #hikashop_checkout_selected_billing_address:hover, #hikashop_checkout_selected_shipping_address:hover{background: #fff; box-shadow:0px 0px 4px #ececec}

/* REGISTRATION */

.hikashop_user_registration_page > fieldset > h2 {
  border-bottom: 1px solid #ececec;
  color: #444444;
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0 0 20px;
  text-transform: uppercase; 
}

.hikashop_field_required{
  color: red;
}
#hikashop_checkout_registration .controls,
.hikashop_user_registration_page .controls {
  color: red;
}



#hikashop_checkout_billing_address_zone select, #hikashop_checkout_shipping_address_zone select, #hikashop_checkout_billing_address_zone input, #hikashop_checkout_shipping_address_zone input{float:left; width:auto; max-width:190px; margin:0px}
.hika_edit{background-color:#f9f9f9; padding:4px}

#hikashop_checkout_address select { width: 100%; }

#hikashop_checkout_address_left_part #hikashop_checkout_selected_billing_address,  #hikashop_checkout_address_right_part #hikashop_checkout_selected_shipping_address{margin:0px}

#hikashop_checkout_address_left_part fieldset, #hikashop_checkout_address_right_part fieldset{border:none; padding:0px;}


@media print { .hikashop_no_print:after { content: "" !important; } }

Please Log in or Create an account to join the conversation.

  • Posts: 83780
  • Thank you received: 13568
  • MODERATOR
7 years 7 months ago #280236

Hi,

I can't help without looking directly at the page and analyzing the CSS directly on the page.
So please provide a direct link to the page:
www.hikashop.com/support/contact-us.html

Please Log in or Create an account to join the conversation.

  • Posts: 50
  • Thank you received: 1
7 years 7 months ago #280291

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
7 years 7 months ago #280310

Hello,

Your issue is coming from the CSS code of the file "media/com_hikashop/css/frontend_JMmodern.css" :

.hikashop_subcategories div.hikashop_category, .hikashop_products_listing div.hikashop_product {
    float: left;
    width: 100%;
}

The following user(s) said Thank You: ag2r

Please Log in or Create an account to join the conversation.

Time to create page: 0.127 seconds
Powered by Kunena Forum