.account_wrap {
  padding: 0;
  margin: 0; }

.account-pages {
  color: #515151; }
  .account-pages a {
    color: #4e86f7; }
  .account-pages .btn-success {
    color: #fff; }
  @media screen and (max-width: 767px) {
    .account-pages.breadcrumb_wrap {
      padding-left: 0;
      padding-right: 0; } }
  .account-pages .breadcrumb {
    padding: 11px 0 11px 24px; }
    @media screen and (max-width: 767px) {
      .account-pages .breadcrumb {
        padding: 11px 0 11px 15px;
        background: #fff !important; } }
    .account-pages .breadcrumb li {
      position: relative;
      padding: 0 8px 0 17px; }
      .account-pages .breadcrumb li span {
        color: #515151; }
      .account-pages .breadcrumb li:before {
        content: '';
        position: absolute;
        display: block;
        top: 9px;
        left: 0;
        width: 0 !important;
        height: 0 !important;
        border: 4px solid transparent;
        border-left: 6px solid #cacaca; }
      .account-pages .breadcrumb li + li:before {
        content: '' !important; }
      .account-pages .breadcrumb li:first-child {
        padding: 0 8px 0 0; }
        .account-pages .breadcrumb li:first-child:before {
          display: none; }
  .account-pages .buttons {
    margin-top: 40px; }
  .account-pages .btn {
    margin-right: 15px; }
    .account-pages .btn.m0 {
      margin: 0; }
  .account-pages .btn-success {
    min-width: 78px;
    height: 36px;
    background: #4da14f !important;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s; }
    .account-pages .btn-success:hover {
      background: #459047; }
  .account-pages .btn-default {
    min-width: 78px;
    height: 36px;
    background: #fff !important;
    border: 1px solid #a2a2a4 !important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    transition: background 0.3s; }
    .account-pages .btn-default:hover {
      opacity: 1;
      background: #f2f2f2; }
  .account-pages .btn-danger {
    min-width: 78px;
    height: 36px;
    background: #d63535 !important;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s; }
    .account-pages .btn-danger:hover {
      background: #459047; }
  .account-pages .circle-account {
    position: relative;
    top: -45px;
    width: 232px;
    height: 232px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px; }
    @media screen and (max-width: 767px) {
      .account-pages .circle-account {
        top: 0; } }
  .account-pages #content h3 {
    margin: 0 0 19px 0;
    padding: 0;
    font-size: 20px; }
  .account-pages #content.account {
    display: flex;
    float: none;
    margin: 0 auto;
    padding-top: 38px;
    padding-bottom: 0;
    width: 100%; }
    .account-pages #content.account > .pages-list {
      padding: 0;
      width: auto; }
      .account-pages #content.account > .pages-list:first-child {
        margin-left: 208px;
        margin-right: 152px; }
      @media screen and (max-width: 767px) {
        .account-pages #content.account > .pages-list:last-child {
          margin-bottom: 0 !important; } }
      .account-pages #content.account > .pages-list ul li {
        margin-bottom: 7px; }
    .account-pages #content.account > .circle {
      padding: 0; }
  .account-pages #content.account_info {
    padding-top: 44px;
    padding-bottom: 57px; }
    .account-pages #content.account_info > * {
      width: 100%;
      margin: 0; }
      .account-pages #content.account_info > * > form {
        margin: 0 auto;
        max-width: 595px; }
    .account-pages #content.account_info .form-group {
      margin-bottom: 16px; }
  .account-pages #content.account_password {
    padding-top: 23px;
    padding-bottom: 99px; }
    .account-pages #content.account_password h3 {
      margin-bottom: 26px; }
    .account-pages #content.account_password > * {
      margin: 0 auto;
      max-width: 595px; }
    .account-pages #content.account_password .form-group {
      margin-bottom: 16px; }
    .account-pages #content.account_password .buttons {
      margin-top: 24px; }
  .account-pages #content.account_address {
    padding-top: 38px;
    padding-bottom: 30px; }
    .account-pages #content.account_address > * {
      margin: 0 auto;
      max-width: 595px; }
    .account-pages #content.account_address .form-group {
      margin-bottom: 16px; }
    .account-pages #content.account_address .post_data_group {
      display: flex; }
      .account-pages #content.account_address .post_data_group > * {
        flex: 1; }
        .account-pages #content.account_address .post_data_group > *:nth-of-type(1) {
          margin-right: 15px; }
        .account-pages #content.account_address .post_data_group > *:nth-of-type(2) {
          max-width: 171px; }
    .account-pages #content.account_address .buttons {
      margin-top: 24px; }
  .account-pages #content.personal_offers {
    padding-top: 44px;
    padding-bottom: 103px; }
    .account-pages #content.personal_offers table {
      margin: 0 auto;
      max-width: 600px; }
      .account-pages #content.personal_offers table thead tr td {
        padding-bottom: 5px;
        font-size: 15px;
        font-weight: 400;
        color: #515151; }
      .account-pages #content.personal_offers table tbody tr td {
        padding: 30px 0;
        font-size: 15px;
        font-weight: 400;
        color: #515151;
        border-top-color: #d0d0d1; }
        .account-pages #content.personal_offers table tbody tr td code, .account-pages #content.personal_offers table tbody tr td span {
          padding: 4px;
          font-size: 18px;
          line-height: 18px;
          font-weight: 600; }
      .account-pages #content.personal_offers table tbody tr:first-child td {
        border-top: 2px solid #a2a2a4; }
  .account-pages #content.register {
    padding-top: 38px;
    padding-bottom: 30px; }
    .account-pages #content.register > * {
      margin: 0 auto;
      max-width: 595px; }
    .account-pages #content.register .form-group {
      margin-bottom: 16px; }

.fa.fa-eye {
  display: inline-block;
  width: 27px;
  height: 23px;
  background: url(../images/eye-solid.svg) 0 0/27px no-repeat; }
.fa.fa-reply {
  display: inline-block;
  width: 27px;
  height: 25px;
  background: url(../images/reply-solid.svg) 0 0/27px no-repeat; }
.fa.fa-shopping-cart {
  display: inline-block;
  width: 27px;
  height: 24px;
  background: url(../images/shopping-cart-solid.svg) 0 0/27px no-repeat; }

.account {
  position: relative; }
  .account .logout {
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%); }
    .account .logout span {
      position: static !important;
      padding: 0px 5px !important; }
  @media screen and (max-width: 767px) {
    .account.account_main {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .account.account_main .pages-list {
      margin: 0 0 15px 0 !important;
      padding: 0 !important; } }

header .account {
  position: relative; }
  @media screen and (max-width: 425px) {
    header .account {
      top: 2px; } }
  @media screen and (max-width: 400px) {
    header .account {
      display: block;
      position: absolute;
      right: 67px; } }
  header .account:before {
    content: '';
    position: absolute;
    top: 17px;
    left: -7px;
    width: 137%;
    height: 2px;
    background: #f6f6f6;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      header .account:before {
        display: none; } }
  @media screen and (max-width: 425px) {
    header .account #account svg {
      width: 28px;
      height: 28px; } }
  @media screen and (max-width: 767px) {
    header .account.logged {
      top: -10px; } }
  @media screen and (max-width: 425px) {
    header .account.logged {
      top: -5px; } }

@media screen and (max-width: 767px) {
  #our-last-article-2.p0 {
    padding: 0; } }
@media screen and (max-width: 767px) {
  #our-last-article-2.bgw {
    background: #fff; } }

@media screen and (max-width: 767px) {
  .account_main {
    padding-top: 24px !important; }
    .account_main .pages-list ul li {
      margin-bottom: 1px !important; }
      .account_main .pages-list ul li a {
        position: relative;
        display: block;
        padding: 8px 10px 8px 18px;
        color: #000;
        font-weight: 600;
        background: #EBEBEB;
        border-radius: 4px; }
        .account_main .pages-list ul li a:before {
          content: '';
          display: block;
          position: absolute;
          top: 11px;
          right: 3px;
          width: 0;
          height: 0;
          border: 8px solid transparent;
          border-left: 9px solid #BCBCBC; } }

/*# sourceMappingURL=account.css.map */
