      #pm_menu {
        background: #fff;
        color: #fff;
        text-align: center
      }

      .cart_image_iem img {
        float: right;
        margin-left: 4px;
        width: 80px !important;
        height: auto;
        box-shadow: none;
      }
      /*
      Mini Cart
      */
      p.woo_hader_cart__empty_message {
              color: #000;
              left: 50%;
              position: absolute;
              width: 100%;
              font-size: 20px;
              color: #000;
              top: 50%;
              transform: translate(-50%, -50%);
          }
      
      p.wfmc_header {
        padding-top: 3%;
      }

      #mini-cart-count_footer {
        top: 0;
        color: #fff;
        right: -9px;
        text-align: center;
        font-size: 11px;
        padding: 0 4px;
        line-height: 20px;
        min-width: 20px;
        border-radius: 2rem;
        transition: transform 0.3s;
        position: absolute;
      }
      p.woocommerce_mini_cart_button{
       display: inline-block;
       min-width: 100px;
       min-height: 31px;
      }
      p.woocommerce_mini_cart_button a{
        padding: 10px;
        margin: 0 10px;
        display: inline-block;
        min-width: 100px;
        min-height: 31px;
        background: #009688;
        color: #fff;
        font-weight: 700;
        transition: all 0.3s ease;
      }
      p.woocommerce_mini_cart_button a:hover{
        opacity: 0.6;
      }

      .car_count_title ul.product_list_widget.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field {
        font-size: 14px;
        text-align: left;
        font-weight: 400!important;
      }
      .car_count_title ul.product_list_widget.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field a {
        font-weight: 500;
        padding-top: 0;
        padding-right: 0;
        font-family: 'Quicksand', sans-serif;
        padding-bottom: 0;
      }
      .car_count_title ul.product_list_widget.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field .quantity {
        padding-left: 10px;
        color: #e00!important;
      }
      .car_count_title ul.product_list_widget.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
        color: blue!important;
      }

      .car_count_title ul.product_list_widget.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field a {
        color: blue !important;
      }

      .cart-item-data-field {
        width: 60%;
        float: left;
      }

      .car_count_title ul.product_list_widget.wmf-top-part .cart_image_iem {
        width: 30%;
        float: left;
      }

      .car_count_title ul.product_list_widget.wmf-top-part .wc_remove_btn {
        width: 10%;
        float: left;
      }

      .car_count_title ul.product_list_widget.wmf-top-part .wc_remove_btn a {
        background: transparent;
        color: #5f5f5f!important;
        border: 1px solid transparent;;
        transition: all 0.3s ease;
      }

      .car_count_title ul.product_list_widget.wmf-top-part {
        padding: 10px;
        list-style: none;
        height: calc(100vh - 150px);
        overflow-y: auto;
        color: #000;
        margin: 0;
      }

      ul.product_list_widget.wmf-top-part li {
        margin-bottom: 12px;
        border-bottom: 1px solid #f2f2f2;
        min-height: 100px;
      }

      a.product_name {
        display: block;
        padding: 10px;
      }

      .wcf_min_cart_part_total {
        color: #000
      }

      .wcf-min-bottom-part {
        width: 100%;
        position: absolute;
        background: #ddd;
        margin-top: 10%;
        bottom: 0;
      }

      .sub_total_cat {
        color: #000;
        font-weight: 500;
        font-size: 17px;
        padding:0;
        margin:0;
        font-family: 'Quicksand', sans-serif;
      }

      .cart_menu_li,span#open{
        cursor: pointer;
      }

      span.cart_count_header {
        top: 0;
        color: #fff;
        left: 20px;
        text-align: center;
        font-size: 11px;
        padding: 0 4px;
        line-height: 20px;
        min-width: 20px;
        border-radius: 2rem;
        transition: transform 0.3s;
        position: absolute;
      }

      .cart_menu_li.li_two span.cart_count_header {
        top: -2px;
        color: #fff;
        left: 0;
        text-align: center;
        font-size:100%;
        padding:0;
        transition: transform 0.3s;
        position: relative;
      }
      .cart_menu_li.li_three span.cart_count_total {
          text-align: center;
          left: 0;
        }
      .cart_menu_li.li_two span.cart_count_header {
          background: none;
          font-size: 100%;
      }
      span.cart_count_total {
        text-align: center;
        left: 18px;
        position: relative;
        top: -4px;
      }
      span.mini-cart-item-number {
          top: -3px;
          position: relative;
          margin-right: 10px;
          display: inline-block;
      }
      .cart_menu_li.li_two span.cart_count_total {
          text-align: center;
          left: 0;
          position: relative;
          top: -3px;
      }
      .cart_menu_li.li_two .cart_count_total{
        position: relative;
      }
      .cart_menu_li.li_two .cart_count_total:before{
        display: inline-block;
        content: '-';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -34px;
      }

      li.cart_menu_li .car_count_title_navbar {
        width: 300px;
        background: #fff;
        z-index: 99999;
        position: absolute;
        margin-top: 10%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
      }

      li.cart_menu_li:hover .car_count_title_navbar {
        opacity: 1;
        visibility: visible;
        margin-top: 0%;
      }
      li.cart_menu_li {
          display: inline-block;
      }
      @media (max-width:767px) {
        .car_count_title ul.wmf-top-part {}
      }

    /*  Pushmenu*/


    #pm_menu {
      position: fixed; height: 100%; width: 300px; background:#fff; top: 0; z-index: 999999;
      -webkit-animation: backSlideOut .3s both ease;
      -moz-animation: backSlideOut .3s both ease;
      animation: backSlideOut .3s both ease;
      display: none;
    }
    #pm_menu.pm_open{
    
      -webkit-animation: backSlideIn .5s both ease;
      -moz-animation: backSlideIn .5s both ease;
      animation: backSlideIn .5s both ease;
      display: block;
    }
    .pm_overlay{
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      position: fixed;
      z-index: 1000;
      background: rgba(0,0,0,0.5);
      left: 0;
      top: 0;
      -webkit-animation: fadeOut .5s both ease;
      -moz-animation: fadeOut .5s both ease;
      animation: fadeOut .5s both ease;
    }
    .pm_overlay.pm_show{
      display: block;
      -webkit-animation: fadeIn .3s both ease;
      -moz-animation: fadeIn .3s both ease;
      animation: fadeIn .3s both ease;
    }
    .pm_overlay.pm_hide{
      display: none;
    }


    span.cart_menu_li svg {
        width: 24px;
        height: auto;
    }







    /* Keyframes */
    /*empty*/
    @-webkit-keyframes empty {
      0% {opacity: 1}
    }
    @-moz-keyframes empty {
      0% {opacity: 1}
    }
    @keyframes empty {
      0% {opacity: 1}
    }
    @-webkit-keyframes fadeIn {
      0% { opacity:0; }
      100% { opacity:1; }
    }
    @-moz-keyframes fadeIn {
      0% { opacity:0; }
      100% { opacity:1; }
    }
    @keyframes fadeIn {
      0% { opacity:0; }
      100% { opacity:1; }
    }
    @-webkit-keyframes fadeOut {
      0% { opacity:1; }
      100% { opacity:0; display: none; }
    }
    @-moz-keyframes fadeOut {
      0% { opacity:1; }
      100% { opacity:0; display: none; }
    }
    @keyframes fadeOut {
      0% { opacity:1; }
      100% { opacity:0; display: none; }
    }
    @-webkit-keyframes backSlideOut {
      0% { opacity: 1; -webkit-transform: translateX(0px); }
      50% { opacity: 1; }
      100% { opacity: 0; -webkit-transform: translateX(-100%); }
    }
    @-moz-keyframes backSlideOut {
      0% { opacity: 1; -webkit-transform: translateX(0px); }
      50% { opacity: 1; }
      100% { opacity: 0; -webkit-transform: translateX(-100%); }
    }
    @keyframes backSlideOut {
      0% { opacity: 1; -webkit-transform: translateX(0px); }
      50% { opacity: 1; }
      100% { opacity: 0; -webkit-transform: translateX(-100%); }
    }

    @-webkit-keyframes backSlideIn {
      0% { opacity: 0; -webkit-transform: translateX(-100%); }
      100% { opacity: 1; -webkit-transform: translateX(0px); }
    }

    @-moz-keyframes backSlideIn {
      0% { opacity: 0; -webkit-transform: translateX(-100%); }
      100% { opacity: 1; -webkit-transform: translateX(0px); }
    }


    @keyframes backSlideIn {
      0% { opacity: 0; -webkit-transform: translateX(-100%); }
      100% { opacity: 1; -webkit-transform: translateX(0px); }
    } 
    @keyframes backSlideRight {
      0% { opacity: 0; -webkit-transform: translateX(100%); }
      100% { opacity: 1; -webkit-transform: translateX(0%); }
    } 

    @-moz-keyframes backSlideRight {
      0% { opacity: 0; -webkit-transform: translateX(100%); }
      100% { opacity: 1; -webkit-transform: translateX(0%); }
    } 

    @-webkit-keyframes backSlideRight {
      0% { opacity: 0; -webkit-transform: translateX(100%); }
      100% { opacity: 1; -webkit-transform: translateX(0%); }
    }
    p.woocommerce_mini_cart_button a {
      font-weight: 500;
      text-transform: uppercase;
      font-family: 'Quicksand', sans-serif;
    }
    .header-account{
      cursor: pointer;
    }