.hk-row-fluid {
  margin-right: -18px;
  margin-left: -18px;
}
.hkc-xs-1,
.hkc-sm-1,
.hkc-md-1,
.hkc-lg-1,
.hkc-xl-1,
.hkc-xs-2,
.hkc-sm-2,
.hkc-md-2,
.hkc-lg-2,
.hkc-xl-2,
.hkc-xs-3,
.hkc-sm-3,
.hkc-md-3,
.hkc-lg-3,
.hkc-xl-3,
.hkc-xs-4,
.hkc-sm-4,
.hkc-md-4,
.hkc-lg-4,
.hkc-xl-4,
.hkc-xs-5,
.hkc-sm-5,
.hkc-md-5,
.hkc-lg-5,
.hkc-xl-5,
.hkc-xs-6,
.hkc-sm-6,
.hkc-md-6,
.hkc-lg-6,
.hkc-xl-6,
.hkc-xs-7,
.hkc-sm-7,
.hkc-md-7,
.hkc-lg-7,
.hkc-xl-7,
.hkc-xs-8,
.hkc-sm-8,
.hkc-md-8,
.hkc-lg-8,
.hkc-xl-8,
.hkc-xs-9,
.hkc-sm-9,
.hkc-md-9,
.hkc-lg-9,
.hkc-xl-9,
.hkc-xs-10,
.hkc-sm-10,
.hkc-md-10,
.hkc-lg-10,
.hkc-xl-10,
.hkc-xs-11,
.hkc-sm-11,
.hkc-md-11,
.hkc-lg-11,
.hkc-xl-11,
.hkc-xs-12,
.hkc-sm-12,
.hkc-md-12,
.hkc-lg-12 {
  padding-left: 18px;
  padding-right: 18px;
}
.hikashop_filter_main_div .hikashop_filter_Search_1 {
  display: inline-block;
}
@media (max-width: 767px) {
  .hikashop_filter_main_div .hikashop_filter_Search_1 {
    display: block;
  }
}
.hikashop_filter_main_div .hikashop_filter_Search_1 input {
  height: 44px;
  margin-top: 8px;
}
.hikashop_filter_main_div .hikashop_filter_Search_1 a {
  line-height: 60px;
}
.hikashop_filter_main_div .hikashop_filter_Search_1 .filter_values_container a:hover,
.hikashop_filter_main_div .hikashop_filter_Search_1 .filter_values_container a:focus,
.hikashop_filter_main_div .hikashop_filter_Search_1 .filter_values_container a:active {
  border-bottom: 0;
}
.hikashop_filter_main_div .hikashop_filter_button_inside,
.hikashop_filter_main_div .hikashop_reset_button_inside {
  display: inline-block;
}
@media (max-width: 767px) {
  .hikashop_filter_main_div .hikashop_filter_button_inside,
  .hikashop_filter_main_div .hikashop_reset_button_inside {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.hikashop_filter_main_div .hikashop_filter_button_inside a,
.hikashop_filter_main_div .hikashop_reset_button_inside a {
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #222222;
  padding: 12px 16px;
  padding-top: 16px;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.hikashop_filter_main_div .hikashop_filter_button_inside a:hover,
.hikashop_filter_main_div .hikashop_reset_button_inside a:hover {
  background-color: #eeeeee;
}
@-moz-document url-prefix() {
  .hikashop_filter_button_inside a,
  .hikashop_reset_button_inside a {
    padding: 13px 16px !important;
    padding-top: 15px !important;
  }
}
.hikashop_filter_main_div .hikashop_reset_button_inside {
  margin-left: 2px;
}
.hikashop_category_description_content {
  margin-bottom: 10px;
}
.layout-listing .banner-top {
  border-bottom: 0;
  padding-bottom: 0;
}
.hikashop_subcontainer .hikashop_product_name {
  padding: 0 12px;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.hikashop_subcontainer .hikashop_vote_stars {
  padding-bottom: 14px;
}
.hikashop_product_image {
  position: relative;
}
.hikashop_product_image .hikashop_badge_topright_div img {
  max-width: 66px;
}
.hikashop_product_image:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.35s ease 0s;
}
.hikashop_product_image:hover .product-listing-btn,
.hikashop_product_image:hover .choose_option {
  display: inherit;
  transform: scale(1) translateY(-50%);
}
.hikashop_product_image:hover:after {
  opacity: 0.6;
}
.hikashop_product_image .hikashop_product_image_subdiv {
  width: auto !important;
}
@media (max-width: 1199px) {
  .hikashop_product_image {
    height: auto !important;
  }
}
.product-listing-btn,
.choose_option {
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: scale(0) translateY(-50%);
  transition: all 0.35s ease 0s;
}
a.hikacart {
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  border-radius: 0;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d91e00;
  font-weight: 600;
  padding: 12px 24px;
  height: auto;
  transition: .2s;
}
a.hikacart:hover,
a.hikacart:active,
a.hikacart:focus {
  border-color: #d91e00;
  background-color: #d91e00;
  color: #ffffff;
  height: auto;
}
.hikashop_product_price_full {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
.hikashop_product_price_full .hikashop_product_price_with_min_qty {
  display: block;
}
.hikashop_product_name {
  padding-top: 12px;
}
.hikashop_product_name a {
  padding-top: 12px;
  color: #222222;
}
.hikashop_products_pagination,
.hikashop_subcategories_pagination {
  border-top: 1px solid #eeeeee;
  font-family: 'Work Sans', sans-serif;
}
.hikashop_products_pagination .list-footer,
.hikashop_subcategories_pagination .list-footer {
  width: 100%;
}
.hikashop_products_pagination .list-footer .limit,
.hikashop_subcategories_pagination .list-footer .limit {
  float: left;
  display: none;
}
.hikashop_products_pagination .list-footer .limit select.inputbox,
.hikashop_subcategories_pagination .list-footer .limit select.inputbox {
  display: inline;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 12px;
}
.hikashop_products_pagination .list-footer span.pagenav,
.hikashop_subcategories_pagination .list-footer span.pagenav,
.hikashop_products_pagination .list-footer a.pagenav,
.hikashop_subcategories_pagination .list-footer a.pagenav {
  position: relative;
  padding: 12px 22px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hikashop_products_pagination .list-footer span.pagenav,
  .hikashop_subcategories_pagination .list-footer span.pagenav,
  .hikashop_products_pagination .list-footer a.pagenav,
  .hikashop_subcategories_pagination .list-footer a.pagenav {
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .hikashop_products_pagination .list-footer span.pagenav,
  .hikashop_subcategories_pagination .list-footer span.pagenav,
  .hikashop_products_pagination .list-footer a.pagenav,
  .hikashop_subcategories_pagination .list-footer a.pagenav {
    margin-bottom: 12px;
  }
}
.hikashop_products_pagination .list-footer .pagenav_start_chevron,
.hikashop_subcategories_pagination .list-footer .pagenav_start_chevron,
.hikashop_products_pagination .list-footer .pagenav_previous_chevron,
.hikashop_subcategories_pagination .list-footer .pagenav_previous_chevron,
.hikashop_products_pagination .list-footer .pagenav_next_chevron,
.hikashop_subcategories_pagination .list-footer .pagenav_next_chevron,
.hikashop_products_pagination .list-footer .pagenav_end_chevron,
.hikashop_subcategories_pagination .list-footer .pagenav_end_chevron {
  display: none;
}
.hikashop_products_pagination .list-footer a.pagenav:hover,
.hikashop_subcategories_pagination .list-footer a.pagenav:hover,
.hikashop_products_pagination .list-footer a.pagenav:focus,
.hikashop_subcategories_pagination .list-footer a.pagenav:focus {
  color: #000000;
  border-color: #000000;
}
.hikashop_products_pagination .list-footer span.pagenav,
.hikashop_subcategories_pagination .list-footer span.pagenav,
.hikashop_products_pagination .list-footer span.pagenav:hover,
.hikashop_subcategories_pagination .list-footer span.pagenav:hover,
.hikashop_products_pagination .list-footer span.pagenav:focus,
.hikashop_subcategories_pagination .list-footer span.pagenav:focus {
  z-index: 2;
  color: #000000;
  border-color: #000000;
  cursor: default;
}
.hikashop_products_pagination .list-footer span.pagenav_text,
.hikashop_subcategories_pagination .list-footer span.pagenav_text,
.hikashop_products_pagination .list-footer span.pagenav_text:hover,
.hikashop_subcategories_pagination .list-footer span.pagenav_text:hover,
.hikashop_products_pagination .list-footer span.pagenav_text:focus,
.hikashop_subcategories_pagination .list-footer span.pagenav_text:focus,
.hikashop_products_pagination .list-footer a.pagenav_text,
.hikashop_subcategories_pagination .list-footer a.pagenav_text,
.hikashop_products_pagination .list-footer a.pagenav_text:hover,
.hikashop_subcategories_pagination .list-footer a.pagenav_text:hover,
.hikashop_products_pagination .list-footer a.pagenav_text:focus,
.hikashop_subcategories_pagination .list-footer a.pagenav_text:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #eeeeee;
  cursor: not-allowed;
}
.hikashop_products_pagination .list-footer .counter,
.hikashop_subcategories_pagination .list-footer .counter {
  margin-top: 0;
  display: none;
}
.hikashop_products_pagination .list-footer .limit,
.hikashop_subcategories_pagination .list-footer .limit {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.hikashop_products_pagination .hikashop_results_counter,
.hikashop_subcategories_pagination .hikashop_results_counter {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}
.hikashop_products_pagination .hikashop_results_counter,
.hikashop_subcategories_pagination .hikashop_results_counter {
  clear: both;
  text-align: center;
}
.hikashop_category_information h2 {
  font-family: 'Work Sans', sans-serif;
  border-top: 2px solid #000000;
  border-bottom: 0;
  margin-top: 0;
  padding-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.hikashop_products {
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .hikashop_products .hkc-md-4 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .hikashop_products .hkc-md-4 {
    width: inherit;
    float: inherit;
  }
}
.hikashop_product {
  margin-bottom: 36px;
}
.hikashop_product_main_image_subdiv {
  width: auto !important;
}
.hikashop_product_main_image_subdiv img {
  height: auto;
}
.hikashop_product_main_image_subdiv .hikashop_badge_topright_div img {
  max-width: 105px;
}
.layout-show .banner-top {
  border-bottom: none;
  padding-bottom: 0;
}
.layout-show .hikashop_small_image_div {
  height: 80px;
}
.layout-show .hikashop_small_image_div a {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .layout-show .hikashop_small_image_div {
    text-align: center;
    margin-bottom: 36px;
  }
}
.layout-show img.hikashop_child_image {
  height: 80px;
}
.layout-show .hikashop_product_right_part h2 {
  margin-top: 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  .layout-show .hikashop_product_right_part h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .layout-show .hikashop_product_right_part h2 {
    font-size: 24px;
  }
}
.layout-show .hikashop_product_right_part br {
  display: none;
}
.layout-show .hikashop_product_top_part h1 {
  margin-top: 0;
}
.layout-show .hikashop_product_quantity_main .hikacart {
  padding: 12px 14px;
  background-color: #eeeeee;
}
.layout-show .hikashop_product_quantity_main .hikawishlist {
  margin-left: 6px;
  background-color: #06b06d;
  padding: 12px 14px;
  border-color: #06b06d;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  transition: .2s;
}
.layout-show .hikashop_product_quantity_main .hikawishlist:hover {
  background-color: #047f4e;
  border-color: #047f4e;
}
.layout-show .hikashop_product_quantity_main .hikashop_product_quantity_add_to_cart_div_default {
  display: none;
}
.layout-show .hikashop_product_vote_mini {
  padding-bottom: 11px;
}
.layout-show .hikashop_product_page .hikashop_product_price_main .hikashop_product_price_full {
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .layout-show .hikashop_product_page .hikashop_product_price_main .hikashop_product_price_full {
    padding-top: 24px !important;
    margin-bottom: 12px !important;
  }
}
.layout-show .hikashop_product_page .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price,
.layout-show .hikashop_product_page .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price_per_unit {
  display: inline-block;
  padding-bottom: 8px;
}
.layout-show .hikashop_product_page .pagination .counter {
  display: none;
}
.layout-show input.hikashop_product_quantity_field {
  width: 50px;
  vertical-align: middle;
}
.layout-show .hikashop_product_quantity_main td {
  border-top: 0;
}
.layout-show .hikashop_product_quantity_main .hikashop_product_stock_count {
  display: block;
  margin: 24px 0;
}
.layout-show .hikashop_product_quantity_change_div_plus_default,
.layout-show .hikashop_product_quantity_change_div_minus_default {
  border: 1px solid #eeeeee;
  height: 20px;
  line-height: 19px;
  overflow: hidden;
  text-align: center;
  width: 22px;
}
.layout-show .hikashop_product_quantity_change_div_plus_default:hover,
.layout-show .hikashop_product_quantity_change_div_minus_default:hover {
  border-color: #555555;
}
.layout-show .hikashop_product_quantity_change_div_plus_default:hover a,
.layout-show .hikashop_product_quantity_change_div_minus_default:hover a {
  color: #555555;
}
.layout-show .hikashop_product_quantity_change_div_plus_default a,
.layout-show .hikashop_product_quantity_change_div_minus_default a {
  color: #555555;
  margin: 0;
  border-bottom: 0;
  text-decoration: none;
  position: relative;
  top: -2px;
}
.layout-show form[name="hikashop_product_form"] {
  padding-bottom: 40px;
}
.layout-show .hikashop_product_quantity_change_div_minus_default {
  position: relative;
  top: 3px;
}
.layout-show .hikashop_product_quantity_main {
  margin-bottom: 24px;
}
.layout-show .hikashop_product_quantity_main .hikacart {
  color: #222222;
  background-color: #eeeeee;
  text-transform: uppercase;
  border-color: #eeeeee;
}
.layout-show .hikashop_product_quantity_main .hikacart:hover {
  background-color: #d5d5d5;
}
.layout-show .hikashop_product_characteristics {
  margin-top: 10px;
  border-bottom: 1px solid #eeeeee;
}
.layout-show .hikashop_product_characteristics td,
.layout-show .hikashop_product_characteristics tr td {
  border-color: #eeeeee;
}
.layout-show .hikashop_product_characteristics tr td:first-child {
  width: 40%;
  vertical-align: inherit;
}
.layout-show .hikashop_product_characteristics tr td:nth-child(2) label {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 6px 12px;
  cursor: pointer;
}
.layout-show .hikashop_product_characteristics tr td:nth-child(2) label:hover,
.layout-show .hikashop_product_characteristics tr td:nth-child(2) label:active,
.layout-show .hikashop_product_characteristics tr td:nth-child(2) label:focus {
  border-color: #555555;
}
.layout-show .hikashop_product_characteristics tr td:nth-child(2) label.active {
  background-color: #d91e00;
  color: #ffffff;
  border-color: #d91e00;
}
.layout-show .hikashop_product_characteristics tr td:nth-child(2) label input {
  display: none;
}
.hikashop_products_listing img {
  max-width: 100%;
}
.hikashop_tabs_ul {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}
.hikashop_tabs_ul li {
  background-color: transparent;
  cursor: pointer;
  padding: 3px 0px;
  margin: 0px 10px;
  border: 0;
}
.hikashop_tabs_ul li.hikashop_tabs_li_selected {
  border-bottom: 2px solid #222222 !important;
  color: #222222;
}
.hikashop_tabs_ul li:first-child {
  margin-left: 0;
}
.hikashop_tabs_content {
  padding: 0;
  padding-top: 18px;
  border: 0;
  min-height: inherit;
}
.hika_comment_listing {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.hika_comment_listing td,
.hika_comment_listing tr td {
  border-top: 0;
}
.hika_comment_listing td {
  padding: 6px 12px;
}
.hika_comment_listing .hika_comment_listing_name {
  font-weight: bold;
}
.hikashop_comment_form_name td,
.hikashop_comment_form_mail td,
.hikashop_comment_form_name tr td,
.hikashop_comment_form_mail tr td {
  border-top: 0;
}
.hikashop_comment_form_name td,
.hikashop_comment_form_mail td {
  vertical-align: inherit;
}
.hikashop_comment_form_mail td,
.hikashop_comment_form_mail tr td {
  padding-top: 12px;
}
.hikashop_comment_form {
  margin-top: 24px;
}
.hikashop_comment_textarea {
  margin-top: 24px;
}
.hikashop_vote_form .button {
  border-color: #eeeeee;
  margin: 24px 0;
}
.hikashop_vote_form .button:hover {
  border-color: #555555;
}
.hikashop_vote_notification {
  margin-top: 12px;
  color: #d91e00;
}
.hikashop_submodules {
  padding-top: 36px;
}
.hikashop_category {
  padding-bottom: 36px;
}
.hikashop_category br {
  display: none;
}
.hikashop_category_image {
  height: auto !important;
  margin-bottom: 6px;
}
.hikashop_subcategories .hk-row-fluid {
  margin-left: -36px;
  margin-right: -36px;
}
.hikashop_subcategories .hkc-md-4 {
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 991px) {
  .hikashop_subcategories .hkc-md-4 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .hikashop_subcategories .hkc-md-4 {
    width: 100%;
  }
}
.hikashop_category_name {
  font-size: 24px;
  font-weight: 500;
}
.hikashop_category_name a {
  color: #222222;
}
.hikashop_module ul.hikashop_category_list {
  list-style: none;
  padding-left: 0;
}
.hikashop_module ul.hikashop_category_list li {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.hikashop_module ul.hikashop_category_list li:last-child {
  border-bottom: none;
}
.t3-sidebar-right .hikashop_filter_fieldset .hikashop_filter_Search_1 {
  display: block;
  margin-bottom: 20px;
}
.t3-sidebar-right .hikashop_filter_fieldset .hikashop_reset_button_inside {
  margin-left: 5px;
}
.t3-sidebar-right .hikashop_product_price_full {
  font-weight: 400;
  font-size: 16px;
}
table.hikashop_cart th,
table.hikashop_cart td {
  border-color: #eeeeee;
}
table.hikashop_cart input {
  padding: 10px;
}
.hikashop_wizardbar {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.hikashop_wizardbar ul li {
  background: #eeeeee;
}
@media (max-width: 1199px) {
  .hikashop_wizardbar {
    border: none;
  }
  .hikashop_wizardbar ul li {
    padding: 0 20px 0 20px;
  }
  .hikashop_wizardbar ul li:nth-child(1) {
    z-index: 9;
  }
  .hikashop_wizardbar ul li .hikashop_chevron {
    display: none;
  }
}
.table-hover tr.margin:hover {
  background-color: transparent;
}
.table-hover tbody tr td.hikashop_cart_product_price_value .hikashop_product_price_full,
.table-hover tbody tr td.hikashop_cart_product_total_value .hikashop_product_price_full {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.table-hover tbody tr td.hikashop_cart_product_name_value .hikashop_cart_product_name {
  font-weight: 600;
}
.table-hover tbody tr td.hikashop_cart_total_title,
.table-hover tbody tr td.hikashop_cart_total_value {
  color: #222222;
  font-weight: 600;
}
.table-hover tbody tr td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh img,
.table-hover tbody tr td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete img {
  position: relative;
  top: -4px;
}
@media (max-width: 1199px) {
  .table-hover tbody td.hikashop_cart_product_image_value .hikashop_cart_product_image_thumb {
    position: relative;
    left: 80px;
    display: inline-block;
  }
  .table-hover tbody td.hikashop_cart_product_name_value .hikashop_cart_product_name {
    position: relative;
    left: 80px;
    display: inline-block;
  }
  .table-hover tbody td.hikashop_cart_product_price_value .hikashop_product_price_full {
    position: relative;
    left: 60px;
    display: inline-block;
  }
  .table-hover tbody td.hikashop_cart_product_quantity_value .hikashop_product_quantity_field {
    position: relative;
    left: 60px;
    display: inline-block;
    top: -10px;
  }
  .table-hover tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh,
  .table-hover tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete {
    position: relative;
    left: 50px;
    display: inline-block;
  }
  .table-hover tbody td.hikashop_cart_product_total_value .hikashop_product_price_full {
    position: relative;
    left: 60px;
    display: inline-block;
  }
  .table-hover tbody td.hikashop_cart_subtotal_value > span,
  .table-hover tbody td.hikashop_cart_shipping_value > span,
  .table-hover tbody td.hikashop_cart_total_value > span {
    position: relative;
    left: 60px;
    display: inline-block;
  }
}
.hikashop_cart .hikashop_product_quantity_field {
  width: 50px;
}
.hikashop_cart .hikashop_cart_module_product_price_value,
.hikashop_cart .hikashop_cart_module_product_quantity_value,
.hikashop_cart .hikashop_cart_module_product_image,
.hikashop_cart .hikashop_cart_module_product_name_value,
.hikashop_cart .hikashop_cart_module_product_delete_value {
  padding: 16px 0;
  vertical-align: middle;
}
.hikashop_cart .hikashop_cart_module_product_price_value {
  width: 15%;
}
.hikashop_cart .hikashop_cart_module_product_delete_value {
  padding-left: 5px;
}
.hikashop_cart .hikashop_cart_module_product_delete_value a {
  vertical-align: text-bottom;
  border-bottom: none;
}
.hikashop_cart .hikashop_cart_module_product_quantity_value,
.hikashop_cart .hikashop_cart_module_product_name_value {
  padding-right: 10px;
}
.hikashop_cart .hikabtn {
  padding: 12px 24px;
  margin: 24px 0;
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  background-color: #d91e00;
  border-color: #d91e00;
  color: #ffffff;
}
.hikashop_cart .hikabtn:hover,
.hikashop_cart .hikabtn:focus {
  background-color: #a61700;
  border-color: #a61700;
}
.hikashop_cart tfoot td .hikashop_product_price {
  font-weight: 600;
}
.hikashop_cart .hikashop_cart_module_product_total_title,
.hikashop_cart .hikashop_cart_module_product_total_value {
  padding: 24px 0;
}
@media (max-width: 767px) {
  #hikashop_checkout .hikashop_checkout_login h1 {
    font-size: 40px;
  }
}
.hikashop_checkout_login .hk-container-fluid,
.hikashop_checkout_login .hkform-group {
  margin-left: -18px;
  margin-right: -18px;
}
.hikashop_checkout_login .hkc-sm-4 {
  width: 100%;
  padding-bottom: 5px;
}
.fas,
.far {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-sync::before {
  content: "\f021";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-save::before {
  content: "\f0c7";
}
.hkform-horizontal select,
.hkform-horizontal textarea,
.hkform-horizontal input[type="text"],
.hkform-horizontal input[type="password"],
.hkform-horizontal input[type="datetime"],
.hkform-horizontal input[type="datetime-local"],
.hkform-horizontal input[type="date"],
.hkform-horizontal input[type="month"],
.hkform-horizontal input[type="time"],
.hkform-horizontal input[type="week"],
.hkform-horizontal input[type="number"],
.hkform-horizontal input[type="email"],
.hkform-horizontal input[type="url"],
.hkform-horizontal input[type="search"],
.hkform-horizontal input[type="tel"],
.hkform-horizontal input[type="color"],
.hkform-horizontal .inputbox {
  max-width: 100%;
}
.hkform-horizontal .hkcontrol-label {
  display: none;
}
.hikashop_checkout_page select {
  width: 100%;
}
.hikashop_checkout_page button.hikashop_checkout_address_new_button,
.hikashop_checkout_page button.hikashop_checkout_payment_name,
.hikashop_checkout_page button.hikabtn_checkout_next {
  background-color: #d91e00;
  border-color: #d91e00;
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  border-radius: 0;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.hikashop_checkout_page button.hikashop_checkout_address_new_button:hover,
.hikashop_checkout_page button.hikashop_checkout_payment_name:hover,
.hikashop_checkout_page button.hikabtn_checkout_next:hover {
  background-color: #a61700;
  border-color: #a61700;
}
.hikashop_checkout_page button.hikashop_checkout_address_new_button img,
.hikashop_checkout_page button.hikashop_checkout_payment_name img,
.hikashop_checkout_page button.hikabtn_checkout_next img {
  display: none;
}
.hikashop_checkout_page button.hikabtn-success {
  background-color: #06b06d;
  border-color: #06b06d;
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  border-radius: 0;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.hikashop_checkout_page button.hikabtn-success:hover {
  background-color: #047f4e;
  border-color: #047f4e;
}
.hikashop_checkout_page button.hikabtn-success img {
  display: none;
}
.hikashop_checkout_page button.hikabtn-primary {
  background-color: #d91e00;
  border-color: #d91e00;
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  border-radius: 0;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.hikashop_checkout_page button.hikabtn-primary:hover {
  background-color: #a61700;
  border-color: #a61700;
}
.hikashop_checkout_page button.hikabtn-primary img {
  display: none;
}
.hikashop_checkout_page .hikashop_checkout_payment legend {
  padding-top: 36px;
}
.hikashop_checkout_page button.hikashop_checkout_address_cancel_button {
  background-color: #d9534f;
}
.hikashop_checkout_page button.hikashop_checkout_address_cancel_button:hover {
  background-color: #c9302c;
}
.hikashop_checkout_page .hika_address_field .address_total,
.hikashop_checkout_page .hika_address_field .shipping_total {
  margin-bottom: 24px;
}
.hikashop_checkout_page .hika_address_field .address_total .hika_edit,
.hikashop_checkout_page .hika_address_field .shipping_total .hika_edit {
  display: inline-block;
  background-color: transparent;
}
.hikashop_checkout_page .hika_address_field .address_total .hika_edit a,
.hikashop_checkout_page .hika_address_field .shipping_total .hika_edit a {
  margin-right: 6px;
}
.hikashop_checkout_page .hika_address_field .address_total .hika_edit a:hover,
.hikashop_checkout_page .hika_address_field .shipping_total .hika_edit a:hover {
  border-bottom: none;
}
.hikashop_checkout_page .hikashop_shipping_group {
  margin-top: 24px;
}
.hikashop_checkout_page .hikashop_shipping_group legend {
  padding-top: 36px;
}
.hikashop_checkout_page .hikashop_payment_methods_table {
  border: none;
}
.hikashop_checkout_page .hikashop_payment_methods_table input {
  display: none;
}
.hikashop_checkout_page .hikashop_payment_methods_table tr {
  background-color: transparent !important;
}
.hikashop_checkout_page .hikashop_payment_methods_table td {
  border: none;
  padding: 0;
  padding-bottom: 8px;
  padding-top: 8px;
}
.hikashop_checkout_page .hikashop_payment_methods_table label {
  margin-right: 24px;
}
.hikashop_checkout_page .hikashop_payment_methods_table label span.hikashop_checkout_payment_name {
  background-color: #ffffff;
  color: #666666;
  border-color: #d5d5d5;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  border-radius: 0;
  margin-right: 6px;
  min-width: 150px;
}
.hikashop_checkout_page .hikashop_payment_methods_table label span.hikashop_checkout_payment_name:hover,
.hikashop_checkout_page .hikashop_payment_methods_table label span.hikashop_checkout_payment_name:focus {
  background-color: #e6e6e6;
}
.hikashop_checkout_page .hikashop_payment_methods_table .hikashop_checkout_payment_images {
  margin-right: 6px;
}
.hikashop_checkout_page .hikashop_payment_methods_table input[checked="checked"] + label span.hikashop_checkout_payment_name {
  background-color: #d91e00;
  color: #ffffff;
}
.hikashop_checkout_page .hikashop_payment_methods_table .hikashop_checkout_payment_description {
  display: inline-block;
}
#hikashop_checkout_login_form h2,
#hikashop_checkout_registration h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
#hikashop_checkout_login_form label,
#hikashop_checkout_registration label {
  text-align: left;
}
#hikashop_checkout_login_form legend,
#hikashop_checkout_registration legend {
  border-bottom: 0;
  font-size: 24px;
  color: #222222;
  font-weight: 500;
}
#hikashop_checkout_login_form .hikashop_login_remember_line .hkcontrol-label,
#hikashop_checkout_registration .hikashop_login_remember_line .hkcontrol-label,
#hikashop_checkout_login_form .hikashop_login_button_line .hkcontrol-label,
#hikashop_checkout_registration .hikashop_login_button_line .hkcontrol-label,
#hikashop_checkout_login_form .hikashop_login_forgot_password_line .hkcontrol-label,
#hikashop_checkout_registration .hikashop_login_forgot_password_line .hkcontrol-label,
#hikashop_checkout_login_form .hikashop_login_forgot_username_line .hkcontrol-label,
#hikashop_checkout_registration .hikashop_login_forgot_username_line .hkcontrol-label {
  display: none;
}
#hikashop_checkout_login_form .hikabtn,
#hikashop_checkout_registration .hikabtn {
  padding: 12px 24px;
  margin: 24px 0;
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  background-color: #d91e00;
  border-color: #d91e00;
  color: #ffffff;
}
#hikashop_checkout_login_form .hikabtn:hover,
#hikashop_checkout_registration .hikabtn:hover,
#hikashop_checkout_login_form .hikabtn:focus,
#hikashop_checkout_registration .hikabtn:focus {
  background-color: #a61700;
  border-color: #a61700;
}
.hikashop_checkout_coupon {
  padding: 24px 0;
}
.input-append .hikashop_checkout_coupon_field {
  display: inline-block;
}
@media (max-width: 767px) {
  .input-append .hikashop_checkout_coupon_field {
    width: 84%;
  }
}
.input-append button {
  padding: 12px 24px;
  vertical-align: bottom;
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
  border-radius: 0;
  background-color: #eeeeee;
}
.input-append button:hover,
.input-append button:focus {
  background-color: #d5d5d5;
}
.hikashop_cart_product_quantity_value input {
  padding: 10px;
}
.hikashop_cart_product_quantity_value .hikashop_no_print {
  border-bottom: none;
}
.hikashop_checkout_buttons button {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  border-radius: 0;
  text-transform: uppercase;
  border-color: #eeeeee;
  padding: 12px 24px;
}
.hikashop_checkout_buttons button:hover,
.hikashop_checkout_buttons button:focus {
  background-color: transparent;
  border-color: #555555;
}
#hikashop_carts_listing .counter {
  display: none;
}
#hikashop_carts_listing .limit {
  display: inline;
}
#hikashop_carts_listing .limit select {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  #hikashop_carts_listing .limit {
    width: 70px;
    position: relative;
    top: -35px;
    left: 0;
  }
  #hikashop_carts_listing .limit select {
    height: 30px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #hikashop_carts_listing .limit {
    top: -23px;
  }
}
@media (max-width: 991px) {
  #hikashop_carts_listing .pagination {
    width: 33%;
  }
}
@media (max-width: 767px) {
  #hikashop_carts_listing .pagination {
    width: 45%;
  }
}
.hikashop_checkout_coupon {
  padding: 24px 8px;
}
.hikashop_messages.hikashop_error {
  background-color: #fcf8e3 !important;
  border-radius: 0 !important;
  border-color: #faebcc !important;
  color: #c09853 !important;
  font-weight: 400;
}
.hikashop_checkout_cart .hikashop_checkout_cart_final_total {
  font-weight: 600;
}
.hikashop_checkout_cart table td {
  padding: 15px !important;
  vertical-align: middle !important;
}
.hikashop_checkout_cart table th {
  padding: 18px !important;
  padding-bottom: 12px !important;
}
.hikashop_checkout_cart table .hikashop_product_quantity_field {
  float: left;
  margin-right: 4px;
}
.hikashop_checkout_cart table .hikashop_cart_product_quantity_refresh,
.hikashop_checkout_cart table .hikashop_cart_product_quantity_delete {
  display: block;
}
.hikashop_checkout_cart .hikashop_cart_product_image_thumb {
  width: 50px;
}
@media (max-width: 767px) {
  .hikashop_checkout_terms label {
    display: inline;
  }
}
.hikashop_user_registration_page .inputbox,
.hikashop_user_registration_page select {
  display: inline-block;
  margin: 0px 6px;
  max-width: 90%;
}
.hikashop_user_registration_page td {
  padding: 24px 0;
  vertical-align: inherit;
}
.hikashop_user_registration_page .hikashop_cart_button {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 24px;
  background-color: #d91e00;
}
.hikashop_user_registration_page .hikashop_cart_button:hover,
.hikashop_user_registration_page .hikashop_cart_button:focus {
  background-color: #a61700;
}
.hikashop_cpanel {
  padding-left: 18px;
  padding-right: 18px;
}
.hikashop_cpanel .hk-row-fluid {
  padding: 36px 0;
}
.hikashop_cpanel .icon-wrapper:first-child a {
  width: 100%;
}
.hikashop_cpanel .icon a {
  padding: 24px;
}
.hikashop_cpanel .icon a span:last-child {
  font-size: 12px;
  margin-top: 6px;
}
.hikashop_cpanel .icon-wrapper .icon a {
  transition: .2s;
}
.hikashop_cpanel .icon-wrapper .icon a:hover {
  box-shadow: none;
  background-color: #eeeeee !important;
}
table.hikashop_no_border {
  margin-bottom: 12px;
}
table.hikashop_no_border td {
  border: none;
}
table.hikashop_no_border td:hover {
  border: none;
}
table.hikashop_no_border td a {
  border-bottom: none;
}
table.hikashop_no_border td a:hover {
  border-bottom: none;
  color: #d91e00;
}
#hikashop_order_listing .hikashop_search_block {
  margin-bottom: 12px;
}
#hikashop_order_listing .btn {
  display: none;
}
#hikashop_order_listing .hikashop_order_date_title a span {
  display: none;
}
#hikashop_order_listing .pagination .counter {
  display: none;
}
@media (max-width: 767px) {
  #hikashop_order_listing tfoot td:before,
  #hikashop_order_listing tfoot td:after {
    display: table;
    content: " ";
  }
  #hikashop_order_listing tfoot td:after {
    clear: both;
  }
  #hikashop_order_listing tfoot td .pagination {
    width: 100%;
  }
  #hikashop_order_listing tfoot td .pagination .pagination-toolbar {
    width: auto;
  }
}
#hikashop_show_cart_form #hikashop_cart_product_listing tfoot .hika_show_cart_total_text {
  padding-left: 40px;
}
#hikashop_show_cart_form #hikashop_cart_product_listing tfoot .hika_show_cart_total_quantity {
  padding-left: 25px;
}
#hikashop_show_cart_form #hikashop_cart_product_listing tfoot .hika_show_cart_total_price {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
@media (max-width: 767px) {
  #hikashop_show_cart_form .hikashop_no_border tbody a {
    text-align: left !important;
  }
  #hikashop_show_cart_form .hikashop_no_border tbody a span {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  #hikashop_show_cart_form tbody td[data-title="Name"] img {
    display: none;
  }
  #hikashop_show_cart_form tbody td[data-title="Name"] .hikashop_cart_product_name a {
    margin-left: 100px;
  }
}
.view-user .banner-top {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 991px) {
  #sbox-window {
    width: 90% !important;
    height: auto !important;
    left: 40px !important;
  }
}
@media (max-width: 767px) {
  #sbox-window {
    width: 98% !important;
    height: auto !important;
    left: 3px !important;
  }
}
.hikashop_footer a {
  color: #999999;
}
.hikashop_footer a:hover {
  border-bottom-color: #999999;
}