/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

#user_info_acc {
  background: #fff;
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.visi_xs {
  display: none;
}

#user_info_acc:hover, #user_info_acc:focus, #user_info_acc:active {
  box-shadow: none;
}

#user_info_acc span.account_user_name {
  padding-right: 5px;
}

.caret-user:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 12px;
  color: #000;
  position: absolute;
  top: 14px;
  right: 8px;
}

#user_info_acc span.caret.user {
  position: absolute;
}

.header_user_info .dropdown-menu.user {
  position: absolute;
  right: 8px;
  padding: 15px 0;
  background: #fff;
  border: 1px solid rgba(253,110,106,0.15);
  box-shadow: 0 8px 25px -4px rgba(0,0,0,0.21);
}

.header_user_info .dropdown-menu.user a:focus, .header_user_info .dropdown-menu.user a:hover {
  background-image: linear-gradient(153deg, #FD6E6A 5%, #FFC600 100%);
}

.header_user_info {
  /*float: right;*/
  /*padding-top: 30px;*/
  /*border-left: 1px solid #515151;
  border-right: 1px solid #515151; */}/*by webkul*/
  .header_user_info a {
    font-family: 'Squada One', cursive;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    line-height: 27px;
    /* background: none; */
    display: block;
    padding: 8px 9px 11px 8px;
    padding-top: 7px !important;
    cursor: pointer; }
    @media screen and (min-width: 768px)and (max-width: 992px) {
      /*.header_user_info
      {
        padding-top: 0px;
      }*/
    }

    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 17px; }}
      .header_user_info a:hover, .header_user_info a.active {
        /* border-bottom: 1px solid #FFFFFF; */
        /*background: #2b2b2b;*/ }
      .header_user_info a .user-info-icon {
        height: 25px;
        width: 25px;
        background-image: url('../../../img/icon/icon-sign-in.svg');
        background-repeat: no-repeat; }

      .header_user_info .account_info_cont .user-info-icon.signed-in {
        height: 25px;
        width: 25px;
        background-image: url('../../../img/icon/icon-signed-in.svg');
        background-repeat: no-repeat; }
      @media (max-width: 450px) {
        .hide_xs {
          display: none; }
        .visi_xs {
          display: inline-block; }
      }