/*Hikashop Base Styles*/

div.hikashop_footer {
	display: none;
}
/*Global Store Styles*/
.logo-block {
    background-color: #fff;
}
.hikashop_cart {
  color: #000
}
.hikashop_small_cart_total_title {
    font-size: 1.4em;
    font-family: sans-serif;
    padding: 10px;
    color: #000;
}
.hikashop_small_cart_checkout_link span {
transition-duration: 0.3s;
    transition: border 0.3s, box-shadow 0.5s;
    transition-timing-function: cubic-bezier(0.165, 0.975, 0.53, 1.65);
}
.hikashop_small_cart_checkout_link span:hover {
  color: #000;
  background-color: whitesmoke;
      box-shadow: 0 1px .5rem rgba(0, 0, 0, 0.2);
}
span.hikashop_product_name {
    text-align: left;
    display: block;
    margin-bottom: 15px;
    font-size: 1.2em;
    text-transform: uppercase;
}

h1, h2 {
      line-height: normal;
}
/*Navigation*/
.moduletable .nav.menu, .moduletable .mostread, .moduletable .latestnews, .moduletable .archive-module, .moduletable .relateditems, .moduletable .categories-module, .moduletable .category-module, .moduletable .latestusers, .moduletable .unstyled {
    margin: 0 auto;
    display: inline-block;
    border: none;
    padding: 0;
}
.moduletable .nav.menu li, .moduletable .mostread li, .moduletable .latestnews li, .moduletable .archive-module li, .moduletable .relateditems li, .moduletable .categories-module li, .moduletable .category-module li, .moduletable .latestusers li, .moduletable .unstyled li {
    list-style-type: none;
    margin-left: 1em;
    padding-bottom: 0;
    margin-bottom: 0m; 
    border-bottom: none;
    float: left;
    margin-top: 20px;
}
.nav-menu {
  font-size: 1.5em;
}
#g-header a {
    color: #fff;
}
/*Hikashop Product Styles*/
.box {
    padding: 10px 30px;
    border: 1px solid #dce2e9;
}
ul, ol, dl {
    margin-top: 0px; 
    margin-bottom: 0px;
}
/*
.hikashop_product_price_full {
    font-size: 1.3em;
    font-weight: 600;
    font-family: sans-serif;
  display:none;

}
.hikashop_listing_img_title .hikashop_product_price_full {
     margin-bottom: 15px;
    display: none; 
}
*/
.hikashop_product_quantity_main_alt {
  line-height: normal;
}
.hikashop_product_quantity_div select {
  margin-top: 12px;
}
/*Hikashop Description*/
.hikashop_product_bottom_part {
    clear: both;
    width: 100%;
    padding-left: 5px;
  	margin-top: 20px;
}
/*Hikashop Checkout*/
.hikashop_checkout_cart_final_total {
  font-size: 1.6em;
    font-family: sans-serif;
    font-weight: 600;
}
#hikashop_checkout_cart_final_total_title {
  font-weight: 600;
}
.hika_address_field {
  margin-top: 20px;
  line-height: normal;
}

/*Button*/
.btn-dark {
    font-size: 1.5em;
  	font-weight: 600;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}