/*Hikashop Base Styles*/

div.hikashop_footer {
	display: none;
}
/*Global Store Styles*/
.hikashop_cart_module_product_name_value {
  line-height:normal;
}
.hika_show_cart_total_price {
  display:none;
}
.hikashop_product_price_full {
  display:none;
}
.hikashop_checkout_shipping_cost {
  display:none;
}
div.hikashop_product_quantity_div.hikashop_product_quantity_input_div_regrouped {
    border: 1px solid #ccc;
    height: 43px;
    width: 70px;
    border-radius: 3px;
}
.btn-primary {
    background: #07549b !important;
}
.com-users-login__submit .plg_system_webauthn_login_button {
  display:none;
}
.input-group .input-password-toggle {
    display: inline-block;
    font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #07549b;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2.5rem;
    margin: 0 0 0.5rem 0;
    padding: 0.75rem 2rem;
    vertical-align: middle;
    text-shadow: none;
    transition: all 0.2s;
}
.hikashop_subcategories_listing {
  display:none;
}
.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*/
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0.469rem 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    transition: 0.35s ease;
}
#g-features {
  padding:20px 0px 20px;
}
.g-main-nav {
    margin: 0 auto;
    display: inline-block;
    border: none;
    padding: 0;
}
.g-main-nav li {
    list-style-type: none;
    margin-left: 1em;
    padding-bottom: 0;
    margin-bottom: 0m; 
    border-bottom: none;
    float: left;
    margin-top: 20px;
}
.g-main-nav .g-standard .g-fade.g-dropdown {
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    background-color: #000;
}

#g-header a {
    color: #fff;
}
.g-home-particles.g-helium-style #g-header {
    text-align: inherit;
    padding: 0;
}
.nav {
      font-size: 1.3em;
    font-weight: bold;
}
/*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;

}
.hikashop_listing_img_title .hikashop_product_price_full {
     margin-bottom: 15px;
    display: block; 
}
.hikashop_product_quantity_main_alt {
  line-height: normal;
}
.hikashop_product_quantity_div select {
  margin-top: 12px;
}
.hikashop_listing_img_title .hikashop_product_price_full {
    margin-bottom: 15px;
    display: block;
    margin-top: 20px;
}
.hikashop_product_price_per_unit {
  display:none;
}
.hikashop_product_name {
  margin-top: 15px;
}
.hikashop_product_image a:hover {
  opacity:.8;
}
div.hikashop_container {
    margin: 10px 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.hikashop_product_name {
    text-align: left;
    display: block;
    margin: 10px 30px;
  line-height: 1.2em;
    font-size: 1.2em;
    text-transform: none !important;
}
.hikashop_product_name a{
color: #07549b;
    font-weight: bold;
    transition: all 0.2s;
}
.hikashop_product_name a:hover{
color: grey;
}
/*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);
}
.hikabtn {
    font-size: 20px;
}
.hika_btn_32 a {
    font-size: 14px;
}
/*.pcx-nav {
  background-color: #344655;  
}
#g-container-main {
  background-image: url("https://shop.remlinedigital.com/images/pcx/white-textured-background.jpg");
  background-repeat: round;
  background-attachment: fixed;
}
#g-intro {
  background-image: url("https://shop.remlinedigital.com/images/pcx/white-textured-background.jpg");
  background-repeat: round;
  background-attachment: fixed;
}
*/
/*Owl Carousel*/
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    margin: 1.25rem 0.625rem 0.625rem;
    padding: 0.938rem;
    text-align: center;
    color: #00837b;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 1.407rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
  color: #fff;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-family: "PT Sans";
    font-size: 7vw;
    line-height: 8rem;
    font-weight: 500;
}


