img.hikashop_child_image {
  height: 100px;
}

.hikashop_small_image_div {
  text-align: center;
}

.hikashop_products_listing .danialubtn {
  display: none !important;
}

.hikashop_category br {
  display: none;
}

.hikashop_subcontainer.thumbnail {
  border: none;
}

.hikashop_category_image {
  height: auto !important;
}

.hikashop_category_name {
  line-height: 30px;
}

.hikashop_order_total_title a,
.hikashop_order_total_title a:hover {
  color: white;
}

.hikashop_order_status_title a,
.hikashop_order_status_title a:hover {
  color: white;
}

.hikashop_order_date_title a,
.hikashop_order_date_title a:hover {
  color: white;
}

.page-header.header-hikashop {
  border: none;
  margin-bottom: 3em;
}

.hikashop_product_bottom_part {
  margin-top: 3em;
}

.hikashop_tabs_ul li {
  cursor: pointer;
}

#teinte_preview {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  border: gray solid 1px;
}

#hikashop_teinte_main_div {
  display: none;
  color: #333;
}

.hikashop_finition_div {
  color: #0f83b2;
  padding-bottom: 18px;
}

#hikashop_finition_div_label {
  font-weight: bold;
  margin-right: 1.3rem;
}

.hikashop_products_listing .hikashop_product_stock {
  display: none;
}

.hikashop_tabs_li_selected {
  color: #3359a9;
}

.hikashop_product_custom_info_main tr:nth-child(even) {
  background-color: #f9f9f9;
}

.hikashop_product_custom_info_main h4 {
  display: none;
}

.hikashop_product_custom_info_main td {
  padding: 0.5em 1em;
}

.hikashop_product_custom_info_main label {
  cursor: auto;
  font-size: 16px;
}

.hikashop_product_bottom_part h2 {
  margin-bottom: 1em;
}

#hikashop_product_custom_info_main table {
  box-shadow: none;
}

#hikashop_main_image {
  border-color: #dcdada;
  border-style: solid;
  border-width: 1px;
}

.hikashop_filter_module {
  margin-bottom: 10px;
}

.hikashop_messages.hikashop_success {
  background-color: #0e5c75 !important;
  border-color: #0e5c75 !important;
  color: white !important;
}

.hikashop_messages.hikashop_success a {
  color: white;
  text-decoration: underline;
}

.hikashop_messages.hikashop_success a:hover {
  opacity: 0.8;
}

@media (min-width: 770px) {
  .hikashop_cart_module {
    float: left;
    padding-left: 10px;
  }
}

@media (max-width: 769px) {
  .hikashop_small_cart_total_title,
  .hikashop_small_cart_empty_title,
  .hikashop_empty_cart {
    display: none;
  }
  div.hikashop_cart_dropdown_content {
    right: -10px;
    top: 4px;
    width: 300px !important;
  }
  .hikashop_cart {
    position: fixed;
    top: 20px;
    right: 0px;
    background-color: #ddd;
    padding-left: 9px !important;
    background-origin: content-box;
    width: 26px;
    z-index: 1100;
  }
}

@media (max-width: 450px) {
  .hikashop_cart_module {
    padding-left: unset;
  }
}

.hikashop_cart {
  padding: 7px;
  padding-left: 0px;
  font-size: 10pt;
  text-align: left;
}

a.hikashop_small_cart_checkout_link {
  color: #333;
  text-decoration: none;
}

a.hikashop_small_cart_checkout_link:hover,
a.hikashop_small_cart_checkout_link:focus {
  color: #333;
  text-decoration: none;
}

th.hikashop_cart_title {
  background: #0e5c75;
  color: white;
  padding-bottom: 0.5em;
  text-align: center;
}

.hikashop_cart_module_product_total_title,
.hikashop_cart_module_product_total_value,
.hikashop_cart_value {
  color: #333;
}

.hikashop_cart_total_title,
.hikashop_cart_subtotal_title,
.hikashop_cart_tax_title,
.hikashop_cart_shipping_title,
.hikashop_cart_additional_title {
  background: none;
}

.hikashop_cart_module_product_total_title {
  text-align: right;
  padding-right: 20px;
}

.hikashop_cart_module_product_total_value {
  text-align: right;
}

.hikashop_cart_module_product_price_value.hikashop_cart_value {
  text-align: right;
}

.hikashop_cart_module_product_price_title {
  min-width: 85px;
}

.hikashop_cart_module_product_delete_value {
  padding-left: 5px;
}

.hikashop_checkout_terms {
  margin-top: 7px;
}

.hikashop_checkout_status {
  line-height: 22px;
}

.hikashop_product_quantity_field,
.hikashop_listing_quantity_field {
  text-align: right;
}

.hikashop_product_quantity_change_div_leftright {
  padding-right: 30px;
}

#hikashop_recommended_msg {
  color: red;
  font-weight: bold;
}

label.product_radio {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
}

label.product_radio input {
  margin: 0;
}

input[type="radio"].radio_finition {
  display: none;
}

input[type="radio"].radio_finition + label {
  position: relative;
  padding-left: 1.3rem;
}

input[type="radio"].radio_finition + label::before,
input[type="radio"].radio_finition + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: "";
  border-radius: 1rem;
}

input[type="radio"].radio_finition + label::before {
  bottom: 0;
  left: 0;
  border: 1px solid #0f83b2;
  background-color: #eee;
  width: 1rem;
  height: 1rem;
}

input[type="radio"].radio_finition + label::after {
  bottom: 3px;
  left: 3px;
  width: calc(1rem - 6px);
  height: calc(1rem - 6px);
}

input[type="radio"].radio_finition:checked + label::after {
  background-color: #0f83b2;
}

.hkc-sm-4.hkcontrol-label {
  text-align: left;
}

.hika_cpanel_side_bar a.hika_cpanel_icon {
  display: inline-block !important;
}

.hika_cpanel_side_bar {
  width: 100% !important;
}

.hika_cpanel_side_bar.fa-stack-1x {
  font-size: 0.5em !important;
}

.hika_cpanel_side_bar .fa-stack-2x,
.hika_cpanel_side_bar .fa-2x {
  font-size: 1em !important;
}

.hika_cpanel_side_bar span.hk-icon.fa-stack {
  min-width: 1em !important;
  width: 1em !important;
  height: 1em !important;
  top: -4px !important;
}

.hika_cpanel_main_data {
  width: 100% !important;
}

a.hika_cpanel_icon.icon_selected {
  background-color: #eee;
}

.hikashop_category_custom_info_main table,
.hikashop_credit_card table,
#hikashop_order_main table,
.hikashop_product_page table {
  margin-bottom: 3em;
  box-shadow: 5px 5px 5px #e5e5e5;
  border-radius: 3px;
}

.hikashop_variants_table_thead {
  height: 43px;
}

.hikashop_variants_table_tfoot {
  height: 53px;
}

.hikashop_variants_table_tfoot td {
  padding: 16px 8px;
}

#hikashop_variants_table_total_label,
#hikashop_variants_table_total_value {
  padding-top: 1em;
}

.hikashop_filter_title {
  font-weight: bold;
  font-size: 16px;
}

.hikashop_products_listing.dani-cardlist {
  justify-content: start;
}

.hikashop_listing_img_title:hover {
  color: white;
}

.hikashop_subcontainer.dani-card {
  max-width: 200px;
}

.hika_j2 .btn-success,
.hikabtn-success {
  color: #fff !important;
  background-color: #0f83b2;
  border-color: #0f83b2;
}

.hika_j2 .btn-success:focus,
.hikabtn-success:focus {
  color: #fff;
  background-color: #0f83b2;
  border-color: #0f83b2;
}

.hika_j2 .btn-success:hover,
.hikabtn-success:hover {
  color: #fff;
  background-color: #0f83b2;
  border-color: #0f83b2;
  opacity: 0.8;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished {
  color: #0e5c75;
  background: #f3f4f5;
}

.hikashop_wizardbar ul li.hikashop_cart_step_finished a {
  color: #0e5c75;
}
