/* Product Details Page */
.hikashop_product_page .hikashop_product_top_part .hikashop_product_name_main .hikashop_product_variant_subname {
  color: #c9a665;
}
.hikashop_product_page img.hikashop_child_image {
  height: 75px;
}
.hikashop_product_page .hikashop_product_bottom_part {
  margin-top: 25px;
}
.hikashop_product_page .hikashop_product_right_part {
  padding: 25px;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_main {
  font-weight: bold;
  color: #a2b21e;
  font-size: 16px;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_characteristics {
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  padding: 25px 0;
  margin: 25px 0;
  font-weight: 500;
  font-size: 16px;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock_count {
  font-weight: bold;
  color: #a2b21e;
  font-size: 16px;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock_count.hikashop_product_no_stock {
  color: red;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_quantity_main .hikacart {
  background-color: #a2b21e;
  border-color: #a2b21e;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_quantity_main .hikacart:hover {
  background-color: #c9a665;
  border-color: #c9a665;
}

/* Product Listings Page */
.hikashop_products_listing .hikashop_container {
  border: 1px solid #f3f3f3;
  border-radius: 3px;
}
.hikashop_products_listing .hikashop_product_image {
  margin-bottom: 25px;
}
.hikashop_products_listing .hikashop_product_price_full {
  font-weight: 500;
}
.hikashop_products_listing .hikashop_product_name {
  font-size: 18px;
  line-height: 24px;
  padding-top: 5px;
  font-weight: 600;
}
.hikashop_products_listing .hikashop_product_stock_count {
  font-weight: 600;
}
.hikashop_products_listing .hikacart {
  background-color: #c9a665;
  border-color: #c9a665;
}
.hikashop_products_listing .hikacart:hover {
  background-color: #a2b21e;
  border-color: #a2b21e;
}
.hikashop_products_listing .hikashop_product_price_full {
  display: none;
}

/* Product Listings Page Pagination */
.hikashop_products_listing .hikashop_products_pagination_bottom {
  margin-top: 50px;
  text-align: center;
}
.hikashop_products_listing .hikashop_products_pagination_bottom .pagination.pagination-toolbar .limit {
  text-align: center;
  margin: 0 auto;
}

/* Checkout Page */
.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_image_thumb img {
  max-width: 50px;
}
.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_name a {
  color: #333333;
  font-weight: 500;
} 
.hikashop_checkout_page .hikashop_checkout_buttons .hikabtn {
  background-color: #a2b21e;
  border-color: #a2b21e;
}
.hikashop_checkout_page .hikashop_checkout_buttons .hikabtn:hover {
  background-color: #c9a665;
  border-color: #c9a665;
}

/* Side Cart */
.hikashop_cart .hikashop_cart_module_product_name_value a {
  color: #333333;
  font-weight: 500;
}
.hikashop_cart .hikabtn.hikashop_cart_proceed_to_checkout {
  color: #ffffff;
  background-color: #a2b21e;
  border-color: #a2b21e;
}
.hikashop_cart .hikabtn.hikashop_cart_proceed_to_checkout:hover {
  background-color: #c9a665;
  border-color: #c9a665;
}
.hikashop_cart tbody tr td {
  padding: 5px 0;
  margin: 5px 0;
}
.hikashop_cart tbody tr {
  border-bottom: solid 1px #efefef;
}
.hikashop_cart tbody tr:last-child {
  border-bottom: none;
}

/* Order Complete */
/*body.view-checkout #sp-component .sp-column {
  font-size: 22px;
  font-weight: 500;
}*/

/* View Order */
#hikashop_order_main .hika_toolbar {
  display: none;
}
#hikashop_order_main .hikashop_order_main_table .hikashop_order_left_part {
  display: none;
}
#hikashop_order_main .hikashop_order_main_table fieldset#htmlfieldset_billing {
  margin-top: 25px;
}
#hikashop_order_main .hikashop_order_main_table fieldset#htmlfieldset_products {
  margin-top: 25px;
}
#hikashop_order_main .hikashop_order_main_table fieldset#htmlfieldset_products tbody tr td {
  padding: 5px 0;
  margin: 5px 0;
}
#hikashop_order_main .hikashop_order_main_table fieldset#htmlfieldset_products tbody tr:nth-child(odd) {
  background-color: #f8f8f8; /* A light grey color for even rows */
}

/* My Orders */
.hikashop_order_listing .hk-card-body a.hika_order_number {
  color: #333333;
  font-weight: 500;
}
.hikashop_order_listing .hk-card-header .hika_cpanel_price {
  display: none;
}
.hikashop_order_listing .hika_order_products .hika_cpanel_product_price_amount {
  display: none;
}


/* Side Categories */
/*.hikashop_categories_listing_main .hikashop_subcategories_listing h4 a {
  font-size: 1.0rem;
}*/