#sp-top1 >div>.sp-module {
    padding-left: 15px;
}
#sp-top1 .sp-column{
     display: flex;
     align-items: center;
     height: 100%;
}
#sp-top1 .sp-column .sp-module{
     margin-right:10px;
}

/**mobile offcanvas**/
#offcanvas-toggler {
  position: absolute;
  z-index: 9;
  right: 5px;
}

/**login button**/
/**user login**/
.cls-login {
  height: 70px;
  line-height:70px;
}
a.btn-login {
  margin-top: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
i.fa.fa-user-circle {
  font-size: 1.3em;
   color: #fff;
}
@media (max-width: 991px) {
  a.btn-login {
    margin-top: 2px;
    right: 40px;
  }
}


/**Cart**/
@media(max-width:991px){
  a.hikashop_small_cart_checkout_link {
    position: absolute;
    right: 70px;
}
}
.limit {
    float: left;
}
.hikashop_cart {
    height: 70px;
    line-height: 70px;
}


a.hikashop_small_cart_checkout_link:before{

      font-family: "Font Awesome 5 Free";
    content: "\f07a";
   display: inline-block;
   padding-right: 3px;
   font-weight: 900;
color: #fff;
    font-size: 1.3em;

}
span.hikashop_small_cart_total_title {
    color: #fff;
    font-size: 13px;
}


/*cart dropdown*/

input[id^='hikashop_product_quantity_field_'] {text-align: center;}

.hikashop_cart_dropdown_content {
    line-height: initial;
    position: absolute;
    padding: 10px 20px 20px 10px !important;
    right: 0;
   width: 550px !important;
}

.hikashop_cart_dropdown_container { position: unset !important; }

td.hikashop_cart_module_product_quantity_value.hikashop_cart_value { width: 20%; padding: 5px 0; font-size: 14px; font-weight: 500; text-transform: uppercase; }

td.hikashop_cart_module_product_quantity_value.hikashop_cart_value input { padding: 0 !important; width: 50px; height: 30px; margin-left: 5px; }


td.hikashop_cart_module_product_name_value.hikashop_cart_value { padding-right: 10px; }

td.hikashop_cart_module_product_image.hikashop_cart_value { padding: 10px 0; }


td.hikashop_cart_module_product_name_value.hikashop_cart_value { width: 40%; font-size: 14px; text-align: left; }

td.hikashop_cart_module_product_price_value.hikashop_cart_value { width: 30%; padding-left: 10px; font-size: 14px; font-weight: 500; }

td.hikashop_cart_module_product_price_value.hikashop_cart_value span { font-size: 14px; font-weight: 700; }

table.hikashop_cart thead th { padding-left: 5px; }

td.hikashop_cart_module_product_total_title { padding: 10px 0; }

table.hikashop_cart tfoot { border-top: 1px solid #e7e7e7; text-align: right; font-weight: 700; }

table.hikashop_cart tfoot span.hikashop_product_price_full { font-weight: 700; font-size: 16px; }

table.hikashop_cart thead th:nth-child(3) { text-align: right; }

@media( max-width: 767px) { 
  td.hikashop_cart_value:not(.hikashop_cart_module_product_image) { display: inherit; text-align: left; } 
  table.hikashop_cart thead th  { display: none; }
  .hikashop_cart_dropdown_content { padding: 15px 20px 20px 10px !important; width: 280px !important; right: -20px; }
  td.hikashop_cart_module_product_image.hikashop_cart_value { width: 70px; padding: 5px 0 10px; vertical-align: top !important; }
  img.hikashop_product_cart_image { width: 100%; }
  table.hikashop_cart tfoot tr {display: flex;position: absolute;}
  td.hikashop_cart_module_product_price_value.hikashop_cart_value { line-height: 3; }
  td.hikashop_cart_module_product_quantity_value.hikashop_cart_value input { width: 80px; margin-top: 10px; }
  table.hikashop_cart tfoot tr td { display: block; padding: 10px 0 0; margin-right: 30px; }
  a.hikabtn.hikashop_cart_proceed_to_checkout { margin-top: 50px; }
}

/*end of cart dropdown*/