.profile-left-menu .profile-left-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li {
  background-color: #e4e4e4;
  position: relative;
  margin-bottom: 1rem;
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  border-radius: 0.3rem !important; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.active, .profile-left-menu .profile-left-main-menu .profile-main-menu li:hover {
    background-color: #e95153; }
    .profile-left-menu .profile-left-main-menu .profile-main-menu li.active a, .profile-left-menu .profile-left-main-menu .profile-main-menu li:hover a {
      color: #fff; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu {
    background-color: #ffffff; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.profile-with-submenu:after {
    position: absolute;
    top: 1rem;
    right: 1.5rem; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu {
    box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 0.3rem !important;
    -moz-border-radius: 0.3rem !important;
    border-radius: 0.3rem !important; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu:hover {
    opacity: 1; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu.profile-with-submenu {
    padding-top: 1rem;
    padding-bottom: 1.5rem; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu.profile-with-submenu:after {
    display: none; }
.profile-left-menu .profile-left-main-menu .profile-main-menu a {
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  height: 4.3rem;
  padding: 1.2rem 1.5rem 1.4rem 2.5rem;
  position: relative;
  z-index: 3;
  text-decoration: none; }
.profile-left-menu .profile-left-main-menu .profile-submenu {
  position: relative;
  padding-top: 1rem; }
  .profile-left-menu .profile-left-main-menu .profile-submenu:before {
    position: absolute;
    content: '';
    width: calc(100% - 5rem);
    height: 0.1rem;
    left: 2.5rem;
    top: 0;
    background-color: #f0f0f0;
    z-index: 5; }
  .profile-left-menu .profile-left-main-menu .profile-submenu li {
    background-color: #ffffff;
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0rem !important;
    -moz-border-radius: 0rem !important;
    border-radius: 0rem !important; }
    .profile-left-menu .profile-left-main-menu .profile-submenu li.active a {
      color: #c93a3c;
      font-weight: bold; }
    .profile-left-menu .profile-left-main-menu .profile-submenu li.active:before, .profile-left-menu .profile-left-main-menu .profile-submenu li:hover:before {
      position: absolute;
      content: '';
      width: 0.3rem;
      height: 2.4rem;
      background-color: #c93a3c;
      left: 0;
      top: 1.1rem;
      z-index: 4; }
    .profile-left-menu .profile-left-main-menu .profile-submenu li a {
      font-size: 1.4rem;
      color: #333333;
      line-height: 2rem;
      font-weight: normal; }
      .profile-left-menu .profile-left-main-menu .profile-submenu li a:hover {
        background-color: #ffffff;
        color: #c93a3c;
        font-weight: bold;
        opacity: 1;
        text-decoration: none; }
.profile-left-menu .profile-left-main-menu #profile-left-menu {
  max-width: 30rem; }
.profile-left-menu .profile-filled .profile-filled-txt {
  font-size: 1.4rem;
  color: #999999;
  line-height: 2.4rem; }
  .profile-left-menu .profile-filled .profile-filled-txt span {
    float: right;
    color: #000000;
    font-size: 1.8rem; }
  .profile-left-menu .profile-filled .profile-filled-txt .pft-smaller-txt {
    font-size: 1.4rem;
    line-height: 2.4rem; }
.profile-left-menu .profile-filled .profile-filled-bar-back {
  height: 0.4rem;
  width: 100%;
  -webkit-border-radius: 0.1rem !important;
  -moz-border-radius: 0.1rem !important;
  border-radius: 0.1rem !important;
  background-color: #e4e4e4;
  position: relative;
  margin: 1.5rem 0; }
.profile-left-menu .profile-filled .profile-filled-bar-green {
  position: absolute;
  content: '';
  height: 0.4rem;
  -webkit-border-radius: 0.1rem !important;
  -moz-border-radius: 0.1rem !important;
  border-radius: 0.1rem !important;
  background-color: #64bf0a;
  left: 0;
  top: 0; }
.profile-left-menu .profile-filled .profile-filled-bar-green.bar-75 {
  width: 75%; }
.profile-left-menu .profile-filled .panel-group .panel {
  background-color: transparent;
  border: none;
  padding-bottom: 2.5rem; }
.profile-left-menu .profile-filled .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 1rem 0 0; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #e95153;
  height: 2rem;
  font-weight: normal; }
  .profile-left-menu .profile-filled .panel-default > .panel-heading a:hover {
    color: #e95153;
    opacity: 0.8; }
  .profile-left-menu .profile-filled .panel-default > .panel-heading a span {
    color: #999999; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  z-index: 5; }
.profile-left-menu .profile-filled ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .profile-left-menu .profile-filled ul a {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    color: #e95153;
    font-weight: normal;
    line-height: 3.4rem; }
    .profile-left-menu .profile-filled ul a:hover {
      color: #e95153;
      opacity: 0.8; }
    .profile-left-menu .profile-filled ul a span {
      color: #999999; }
    .profile-left-menu .profile-filled ul a.ver-list-verified {
      text-decoration: line-through;
      color: #999999; }
      .profile-left-menu .profile-filled ul a.ver-list-verified:hover {
        opacity: 1; }
.profile-left-menu .profile-earned .profile-earned-txt {
  font-size: 1.4rem;
  color: #999999; }
  .profile-left-menu .profile-earned .profile-earned-txt img {
    margin-right: 1.5rem; }

.profile-left-preview-menu .profile-mini-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .profile-left-preview-menu .profile-mini-menu li {
    background-color: #e4e4e4;
    position: relative;
    margin-bottom: 1rem;
    -webkit-border-radius: 0.3rem !important;
    -moz-border-radius: 0.3rem !important;
    border-radius: 0.3rem !important; }
    .profile-left-preview-menu .profile-mini-menu li:hover {
      opacity: 0.8; }
  .profile-left-preview-menu .profile-mini-menu a {
    color: #000000;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    height: 4.3rem;
    padding: 1.2rem 1.5rem 1.4rem 2.5rem; }

.user-profile input {
  width: 23rem;
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  border-radius: 0.3rem !important;
  border: 0.1rem solid #e6e6e6;
  height: 3.8rem;
  padding-left: 1.5rem;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
  font-family: "Roboto";
  margin-bottom: 1rem; }
.user-profile input[type="file"] {
  width: auto;
  height: auto;
  padding: 0rem;
  margin: 0.5rem 0rem; }
.user-profile textarea {
  width: 100%;
  resize: vertical;
  font-style: italic;
  font-size: 1.4rem;
  color: #a6a6a6;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #e6e6e6;
  padding: 1.5rem 2.5rem;
  margin-bottom: 1.5rem;
  height: 11rem; }
.user-profile input:hover, .user-profile textarea:hover {
  border: 0.1rem solid #b9b9b9; }
.user-profile input:focus, .user-profile textarea:focus {
  border: 0.1rem solid #4d90fe; }
.user-profile .profile-edit-btn {
  background-image: url(../images/shopicons/pencil_edit_activ.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  content: '';
  top: 3rem;
  right: 3rem;
  border: none;
  background-color: #ffffff;
  z-index: 5;
  display: none; }
  .user-profile .profile-edit-btn:hover {
    background-image: url(../images/shopicons/pencil_edit_no_activ.svg); }
.user-profile.my-account-profile-details:hover .profile-edit-btn {
  display: block; }
.user-profile .profile-cancel-save-btns {
  text-align: right;
  margin: 1rem 0rem; }
.user-profile .profile-content .profile-sec-name {
  font-size: 1.8rem;
  color: #000000;
  font-family: "Roboto";
  margin-bottom: 0.5rem; }
.user-profile .profile-content .profile-basic-info {
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  padding: 3rem;
  position: relative;
  background-color: #ffffff; }
  .user-profile .profile-content .profile-basic-info:hover .profile-edit-btn {
    display: block; }
  .user-profile .profile-content .profile-basic-info .pbi-divider {
    height: 0.1rem;
    width: 100%;
    background-color: #f0f0f0; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top {
    margin-bottom: 3.5rem; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container {
      position: relative; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container img {
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        width: 17.4rem;
        height: 17.4rem; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pib-circle-container {
      position: absolute;
      content: '';
      left: calc(50% - 2.7rem);
      bottom: -2.5rem;
      width: 6.1rem;
      height: 6.1rem; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box {
      position: relative;
      width: 6.1rem;
      height: 6.1rem;
      display: block; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box .profile-circle {
        position: absolute;
        content: '';
        border: 0.3rem solid #ffffff;
        background-color: #c93a3c;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        width: 6.1rem;
        height: 6.1rem; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box .profile-circle-note {
        position: absolute;
        content: '';
        font-size: 1rem;
        color: #ffffff;
        top: 1.2rem;
        text-align: center; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box .profile-circle-note span {
          font-size: 1.4rem;
          color: #ffffff;
          font-family: "Roboto"; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name {
      display: inline-block;
      font-family: "Roboto";
      color: #000000;
      font-size: 3.5rem;
      line-height: 4rem; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name .profile-user-gender {
        width: 3rem;
        height: 3rem;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 1.8rem 1.8rem;
        background-position: center bottom; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-place {
      font-size: 1.4rem;
      line-height: 2.6rem;
      color: #999999; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box {
      margin-top: 2.5rem;
      margin-bottom: 5rem; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-stat-txt {
        padding-top: 1.4rem; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat {
        display: inline-block; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt-1 a, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt-1 a {
          font-size: 1.8rem;
          font-family: "Roboto";
          color: #000000; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt-1 a:hover, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt-1 a:hover {
          color: #e95153; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt-2, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt-2 {
          font-size: 1.4rem;
          color: #999999; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat {
        margin-right: 5rem; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat img {
          display: inline-block;
          margin-right: 1.5rem;
          float: left;
          margin-top: 0.4rem; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt {
          display: inline-block; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat img {
        display: inline-block;
        margin-right: 1.5rem;
        float: left;
        margin-top: 0.4rem; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt {
        display: inline-block; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom {
    margin-top: 3.5rem; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes {
      list-style: none; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes li {
        float: left;
        margin: 0 0 1rem 1.2rem; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes li:nth-child(3n+4) {
        clear: left;
        float: left; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes-btn {
      font-size: 1.4rem;
      color: #e95153;
      text-align: center;
      display: block;
      margin-top: 1rem; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes-btn:hover {
        color: #e95153;
        opacity: 0.8; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom p {
      font-size: 1.4rem;
      color: #4c4c4c;
      line-height: 2.6rem;
      margin-bottom: 3rem; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media span {
      font-size: 1.4rem;
      line-height: 2.6rem;
      color: #000000;
      font-weight: bold; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media a {
      display: inline-block;
      width: 2.6rem;
      height: 2.6rem;
      margin-left: 0.5rem; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media a:hover {
      opacity: 0.9; }
  .user-profile .profile-content .profile-basic-info form label {
    font-weight: normal;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    font-family: "Roboto";
    color: #333333;
    display: block; }
.user-profile .profile-content .profile-cancel-btn.btn-2, .user-profile .profile-content .profile-save-btn.btn-2 {
  background-image: none;
  padding: 0 2rem; }
.user-profile .profile-content .profile-user-objs {
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  background-color: #ffffff;
  padding: 3rem; }
  .user-profile .profile-content .profile-user-objs .c-box {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    .user-profile .profile-content .profile-user-objs .c-box .btn-favourite {
      top: 2rem;
      right: 2rem; }
.user-profile .profile-content .profile-preview-img {
  display: block;
  margin: 0 auto 4rem; }
.user-profile .profile-content .profile-preview-yt {
  text-align: center; }
.user-profile .profile-content .profile-select {
  width: 23rem;
  height: 3.8rem; }
.user-profile .blue-box {
  background-color: #f2f9ff;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  border-radius: 0.3rem !important;
  padding: 4rem 3rem 3.5rem; }
  .user-profile .blue-box .blue-box-txt-1 {
    text-align: center;
    color: #000000;
    font-size: 1.8rem;
    font-family: "Roboto";
    margin-bottom: 1rem; }
  .user-profile .blue-box .blue-box-txt-2 {
    text-align: center;
    color: #a6a6a6;
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .user-profile .blue-box .btn-2 {
    background-image: none;
    padding: 0 1.9rem; }
  .user-profile .blue-box.user-holidays-box {
    margin-bottom: 2rem; }
    .user-profile .blue-box.user-holidays-box .blue-box-btn {
      text-align: center; }
.user-profile .profile-reviews-content.user-blocked-box .blue-box {
  border: 0.2rem solid #e95153;
  margin-bottom: 2rem;
  background-color: rgba(242, 101, 34, 0.1); }
.user-profile .user-uprade-button {
  text-align: center; }

.profile-preview-breadcrumbs {
  background-color: #fafafa; }

.user-preview-profile > .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.user-preview-profile > .container > .row > [class*="col-"] {
  display: flex;
  flex-direction: column; }

.user-preview-profile .profile-left-preview-menu.fixed {
  position: fixed;
  top: 3rem; }
.user-preview-profile .profile-basic-info-top {
  position: relative; }
  .user-preview-profile .profile-basic-info-top .btn-2 {
    background-image: none;
    padding: 0 1.9rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5; }
.user-preview-profile .profile-stat-txt .profile-stat-txt-h {
  display: none; }
  .user-preview-profile .profile-stat-txt .profile-stat-txt-h.pst-visible {
    display: block; }
.user-preview-profile .profile-stat-txt .profile-stat-txt-1.profile-stat-txt-v.pst-hidden {
  display: none; }

.user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt, .user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt,
.user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt,
.user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt {
  margin-top: 1rem;
  float: left; }

.notification-sign {
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  border: 0.3rem solid #fff;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #e95153;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-family: "Roboto";
  display: none; }

.main-menu-logged-list .notification-sign {
  top: -1.5rem;
  left: 2.1rem; }
.main-menu-logged-list .dropdown-menu li a .notification-sign {
  top: calc(50% - 1.1rem);
  right: 0;
  left: unset; }

.profile-left-menu .user-my-offers, .profile-left-menu .user-my-account {
  position: relative; }
  .profile-left-menu .user-my-offers .notification-sign, .profile-left-menu .user-my-account .notification-sign {
    top: calc(50% - 1.2rem);
    left: 10.5rem;
    border: 0.3rem solid #e95153; }
.profile-left-menu .current-profile-menu.user-my-offers .notification-sign, .profile-left-menu .current-profile-menu.user-my-account .notification-sign {
  top: 2rem; }

.user-profile .profile-edit-form {
  display: none; }

.user-profile .profile-cancel-save-btns {
  display: none; }

.profile-edit-avatar-form {
  display: none; }

.profile-avatar-save-btns {
  display: none; }

.pbi-img-box {
  display: inline-block;
  width: 7rem;
  margin-right: 2.5rem;
  vertical-align: top; }
  .pbi-img-box.pbi-avatar-box img {
    border-radius: 50%; }

.pbi-img-box img {
  width: 100%;
  height: 100%; }

.pbi-info-box {
  display: inline-block;
  width: calc(100% - 10rem); }

@media (max-width: 1199.98px) {
  .profile-left-menu .profile-left-main-menu .profile-main-menu li a {
    height: auto; }

  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat {
    margin-right: 3rem; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container img {
    width: 13.6rem;
    height: 13.6rem; }
  .user-profile .profile-content .profile-verification .verification-box {
    width: 50%; } }
@media (max-width: 991.98px) {
  .user-profile .profile-left-menu {
    display: none; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container {
    margin-bottom: 4rem; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container img {
    display: block;
    margin: 0 auto; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes li:nth-child(3n+4) {
    clear: none; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes-btn {
    margin-bottom: 2rem; }
  .user-profile .profile-other-qualification .poq-box .poq-title {
    margin-bottom: 1rem; } }
@media (max-width: 639.98px) {
  .user-profile .profile-content .profile-multimedia form .paf-txt-1 {
    padding: 0 1.5rem;
    line-height: 2.4rem;
    margin-bottom: 2rem; }
  .user-profile .profile-content .profile-multimedia form .paf-txt-2 {
    padding: 0 1.5rem;
    line-height: 1.8rem; } }
@media (max-width: 559.98px) {
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat {
    display: block; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat {
    margin-bottom: 2rem; } }
@media (max-width: 499.98px) {
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name .profile-user-gender {
    display: none; }
  .user-profile .profile-content .profile-verification .verification-box {
    width: 100%; } }
@media (max-width: 359.98px) {
  .user-profile .profile-content.company-content .profile-edit-btn {
    right: 1rem; } }
@media (max-width: 329.98px) {
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media span {
    display: block;
    margin-bottom: 1rem; } }
/*MENU MOBILNE*/
.header-profile-menu-btn {
  display: none; }

.profile-close-btn {
  display: block;
  font-size: 3rem;
  cursor: pointer;
  height: 6.1rem;
  width: 5.3rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 32rem;
  background-color: #e6e6e6;
  padding-top: 1.1rem;
  z-index: 5; }

.profile-header .dropdown-1 {
  display: none; }

.profile-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
  /*overflow-x: hidden;*/
  transition: 0.2s;
  padding: 2rem 0; }
  .profile-sidenav .profile-left-menu {
    padding: 0 3rem 3rem; }
    .profile-sidenav .profile-left-menu .profile-recommend-btn {
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem;
      border-bottom: 0.1rem solid #d1d1d1; }
      .profile-sidenav .profile-left-menu .profile-recommend-btn .btn-2 {
        overflow: hidden;
        width: 100%;
        height: 3.8rem;
        line-height: 3.8rem;
        background-position: 3rem center; }
    .profile-sidenav .profile-left-menu .profile-left-main-menu .profile-main-menu li {
      background-color: #f5f5f5; }
      .profile-sidenav .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu {
        background-color: #ffffff; }
    .profile-sidenav .profile-left-menu .profile-left-main-menu .profile-main-menu .profile-submenu li {
      background-color: #ffffff; }
    .profile-sidenav .profile-left-menu .profile-filled .profile-filled-txt {
      font-size: 1.4rem;
      color: #999999;
      line-height: 2.4rem; }
      .profile-sidenav .profile-left-menu .profile-filled .profile-filled-txt span {
        float: right;
        color: #000000;
        font-size: 1.8rem; }
      .profile-sidenav .profile-left-menu .profile-filled .profile-filled-txt .pft-smaller-txt {
        font-size: 1.4rem;
        line-height: 2.4rem; }
    .profile-sidenav .profile-left-menu .profile-filled .profile-filled-bar-back {
      height: 0.4rem;
      width: 100%;
      -webkit-border-radius: 0.1rem !important;
      -moz-border-radius: 0.1rem !important;
      border-radius: 0.1rem !important;
      background-color: #e4e4e4;
      position: relative;
      margin: 1.5rem 0; }
    .profile-sidenav .profile-left-menu .profile-filled .profile-filled-bar-green {
      position: absolute;
      content: '';
      height: 0.4rem;
      -webkit-border-radius: 0.1rem !important;
      -moz-border-radius: 0.1rem !important;
      border-radius: 0.1rem !important;
      background-color: #64bf0a;
      left: 0;
      top: 0; }
    .profile-sidenav .profile-left-menu .profile-filled .profile-filled-bar-green.bar-75 {
      width: 75%; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-group .panel {
      background-color: transparent;
      border: none;
      padding-bottom: 2.5rem; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading {
      background-color: transparent;
      border: none;
      padding: 1rem 0 0; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a {
      display: block;
      text-decoration: none;
      font-size: 1.4rem;
      color: #e95153;
      height: 2rem;
      font-weight: normal; }
      .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a:hover {
        color: #e95153;
        opacity: 0.8; }
      .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a span {
        color: #999999; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a:after {
      content: "";
      position: relative;
      top: 0;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: right;
      transition: transform .25s linear;
      -webkit-transition: -webkit-transform .25s linear;
      z-index: 5; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="true"]:after {
      /*        content: url(../img/icons/menu-arrow-up.png);*/ }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="false"]:after {
      /*        content: url(../img/icons/menu-arrow-down.png);*/ }
    .profile-sidenav .profile-left-menu .profile-filled ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .profile-sidenav .profile-left-menu .profile-filled ul a {
        display: block;
        text-decoration: none;
        font-size: 1.4rem;
        color: #e95153;
        font-weight: normal;
        line-height: 3.4rem; }
        .profile-sidenav .profile-left-menu .profile-filled ul a:hover {
          color: #e95153;
          opacity: 0.8; }
        .profile-sidenav .profile-left-menu .profile-filled ul a span {
          color: #999999; }
        .profile-sidenav .profile-left-menu .profile-filled ul a.ver-list-verified {
          text-decoration: line-through;
          color: #999999; }
          .profile-sidenav .profile-left-menu .profile-filled ul a.ver-list-verified:hover {
            opacity: 1; }
    .profile-sidenav .profile-left-menu .profile-earned .profile-earned-txt {
      font-size: 1.4rem;
      color: #999999; }
      .profile-sidenav .profile-left-menu .profile-earned .profile-earned-txt img {
        margin-right: 1.5rem; }

@media (max-width: 991.98px) {
  .profile-header {
    height: 6rem; }

  .header-profile-menu-btn {
    display: block;
    font-size: 3rem;
    cursor: pointer;
    float: left;
    margin-right: 1.2rem;
    height: 3.4rem;
    margin-top: -0.4rem; } }
@media (max-width: 399.98px) {
  .profile-sidenav .profile-left-menu .profile-recommend-btn .btn-2 {
    height: auto;
    line-height: 1.8rem;
    padding: 0.5rem 1.9rem 0.5rem 4.2rem;
    background-position: 1.7rem center; }
  .profile-sidenav .profile-left-menu .profile-left-main-menu .panel-default > .panel-heading a {
    height: auto;
    padding: 1.4rem 1.5rem;
    line-height: 1.8rem; }
    .profile-sidenav .profile-left-menu .profile-left-main-menu .panel-default > .panel-heading a:after {
      top: 0; } }
@media (max-width: 379.98px) {
  .profile-close-btn {
    left: 26rem; }

  .profile-header .logo img {
    width: 9.5rem;
    margin-top: 0.4rem; } }
/*KONIEC MENU MOBILNE*/
/*PROFIL - OCENY I RECENZJE*/
.profile-reviews-content {
  background-color: #ffffff;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.05); }
  .profile-reviews-content .profile-reviews-nav {
    padding: 2.5rem 3rem 1.5rem; }
    .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top {
      border-bottom: 0.1rem solid #f0f0f0;
      position: relative; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-dots, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev {
        display: none; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a {
        font-size: 1.6rem;
        font-family: "Roboto";
        color: #000000;
        border-bottom: 0.3rem solid transparent;
        padding: 1rem 0;
        margin-right: 4.5rem;
        display: block; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a:hover, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a.active {
          color: #000000;
          border-bottom: 0.3rem solid #c93a3c; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item span {
        background-color: #e95153;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        color: #ffffff;
        width: 1.7rem;
        height: 1.7rem;
        position: absolute;
        content: '';
        top: 0;
        right: 2.3rem;
        text-align: center;
        line-height: 1.7rem;
        font-size: 1rem;
        font-family: "Roboto"; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .pib-circle-container {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        width: 6.1rem;
        height: 6.1rem; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box {
        position: relative;
        width: 6.1rem;
        height: 6.1rem;
        display: block; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box .profile-circle {
          position: absolute;
          content: '';
          border: 0.3rem solid #ffffff;
          background-color: #c93a3c;
          -webkit-border-radius: 50% !important;
          -moz-border-radius: 50% !important;
          border-radius: 50% !important;
          width: 6.1rem;
          height: 6.1rem; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box .profile-circle-note {
          position: absolute;
          content: '';
          font-size: 1rem;
          color: #ffffff;
          top: 1.2rem;
          text-align: center; }
          .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box .profile-circle-note span {
            font-size: 1.4rem;
            color: #ffffff;
            font-family: "Roboto"; }
    .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom {
      padding-top: 3rem; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown {
        margin-right: 0;
        float: right; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .opinion-bottom-txt {
          margin-right: 1rem;
          display: inline-block; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .dropdown {
          display: inline-block; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown button {
          width: 23rem; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .dropdown-menu {
          width: 100%; }
  .profile-reviews-content .opinions-reviews {
    padding: 0 4rem; }
    .profile-reviews-content .opinions-reviews .opinion-box-txt .opinion-main-info {
      margin-bottom: 1rem; }
    .profile-reviews-content .opinions-reviews .opinion-box-txt .opinion-place-name {
      margin-top: 2rem;
      font-size: 1.4rem;
      color: #353535;
      font-family: "Roboto"; }
    .profile-reviews-content .opinions-reviews .opinion-box-txt .link-1 {
      /*        background-image: url(../img/svg/profil/odp.svg);*/
      padding-left: 2.5rem;
      font-size: 1.4rem; }
    .profile-reviews-content .opinions-reviews .opinion-box-txt p {
      margin-bottom: 1.5rem; }
      .profile-reviews-content .opinions-reviews .opinion-box-txt p .link-1 {
        font-size: 1.4rem;
        background-image: none;
        margin-left: 1.5rem;
        padding-left: 0; }
    .profile-reviews-content .opinions-reviews .opinion-bottom {
      padding-bottom: 4rem; }
  .profile-reviews-content .new-opinion-wrapper {
    border: 0rem;
    margin-left: 0rem;
    margin-right: auto;
    margin-bottom: 1.5rem;
    width: 100%;
    position: relative; }
  .profile-reviews-content .new-opinion-btn {
    display: block;
    overflow: auto;
    height: auto;
    cursor: pointer; }
  .profile-reviews-content .new-opinion-btn.opened {
    cursor: pointer; }
  .profile-reviews-content .new-opinion-btn-text {
    float: left;
    height: 100%; }
  .profile-reviews-content .new-opinion-form-box {
    margin: 0rem 1.1rem 1.1rem 1.1rem;
    display: none; }
  .profile-reviews-content .new-opinion-form-text {
    height: auto;
    padding: 1rem 0rem 2rem 0rem; }
    .profile-reviews-content .new-opinion-form-text .btn-1 {
      background-color: #ffffff; }
    .profile-reviews-content .new-opinion-form-text .btn-1:hover {
      background-color: #e95153; }
    .profile-reviews-content .new-opinion-form-text .btn-2 {
      background-image: none;
      padding: 0 1.9rem; }

@media (max-width: 767.98px) {
  .profile-reviews-content .opinion-box-txt .opinion-main-info {
    position: relative; }
    .profile-reviews-content .opinion-box-txt .opinion-main-info .opinion-report {
      position: absolute;
      top: -2rem;
      right: 0; }
  .profile-reviews-content .opinion-bottom .opinion-bottom-txt, .profile-reviews-content .opinion-bottom .pagination-box {
    display: none; }
  .profile-reviews-content .opinion-bottom .opinion-bottom-btn {
    float: none;
    display: block;
    margin: 0 auto;
    width: 15.5rem; } }
@media (max-width: 659.98px) {
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .pib-circle-container {
    bottom: -7rem; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .opinion-bottom-txt {
    float: none; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown {
    float: none;
    display: block;
    margin-top: 1rem; } }
@media (min-width: 470px) {
  .profile-reviews-carousel .owl-item {
    width: auto !important; } }
@media (max-width: 599.98px) {
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-stage-outer {
    padding: 0 3.2rem; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev {
    display: initial;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 0.4rem; }
    .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next span, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev span {
      display: none; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev {
    /*            background-image: url(../img/icons/img26.png);*/
    left: -2rem; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next {
    /*            background-image: url(../img/icons/img27.png);*/
    right: -2rem; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item span {
    left: -2rem; } }
@media (max-width: 459.98px) {
  .profile-reviews-content .opinion-box-txt .opinion-main-info .opinion-report {
    top: -3rem; } }
@media (max-width: 439.98px) {
  .profile-reviews-content .new-opinion-form-text .btn-1 {
    width: 100%; }
  .profile-reviews-content .new-opinion-form-text .btn-2 {
    margin-bottom: 1rem;
    width: 100%; } }
@media (max-width: 359.98px) {
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a {
    text-align: center; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item span {
    left: 4.5rem; } }
/*KONIEC PROFIL - OCENY I RECENZJE*/
.user-submenu {
  padding: 4rem 0rem; }

.user-submenu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #fafafa; }

.user-submenu ul li {
  padding: 0; }

.user-submenu ul li {
  width: calc(100% / 3);
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 2rem 0 2.5rem;
  position: relative;
  background-color: #fff; }

.user-submenu ul li {
  background-color: #e4e4e4; }

.user-submenu ul li.active, .user-submenu ul li:hover {
  background-color: #e95153; }

.user-submenu ul li a {
  display: inline-block;
  padding: 2rem 0 2.5rem;
  width: 100%;
  display: block;
  color: black; }

.user-submenu ul li:hover a, .user-submenu ul li.active a {
  color: white;
  text-decoration: none; }

.user-submenu-icon {
  background-image: url(../img/icons/profile/profile_icons.png);
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  margin: 0 auto; }

.user-submenu-account,
.user-submenu-orders,
.user-submenu-aquacoins,
.user-submenu-reviews,
.user-submenu-preferences,
.user-submenu-log-out {
  background-position-y: -3.3rem; }

.user-submenu-account {
  background-position-x: 0; }

.user-submenu-orders {
  background-position-x: -4rem; }

.user-submenu-aquacoins {
  background-position-x: -8rem; }

.user-submenu-reviews {
  background-position-x: -12rem; }

.user-submenu-preferences {
  background-position-x: -16rem; }

.user-submenu-log-out {
  background-position-x: -20rem; }

.user-submenu ul li:hover .user-submenu-icon,
.user-submenu-item.active .user-submenu-account,
.user-submenu-item.active .user-submenu-orders,
.user-submenu-item.active .user-submenu-aquacoins,
.user-submenu-item.active .user-submenu-reviews,
.user-submenu-item.active .user-submenu-preferences,
.user-submenu-item.active .user-submenu-log-out {
  background-position-y: 0.3rem; }

@media (max-width: 767.98px) {
  .user-submenu ul li {
    width: calc(100% / 2);
    padding: 2rem 0; }

  .pbi-img-box {
    display: block;
    position: relative; }

  .pbi-info-box {
    display: block;
    width: 100%;
    margin-top: 1.5rem; } }
.address-row {
  border-bottom: 0.1rem solid #1b304c; }

.address-row:hover {
  background-color: rgba(27, 48, 76, 0.1); }

.delete-address {
  background-image: url("../images/shopicons/bin.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  width: calc(50% - 0.5rem);
  height: 5rem;
  background-position: center center;
  display: inline-block; }

.edit-address {
  background-image: url("../images/shopicons/pencil_edit_activ.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  width: calc(50% - 0.5rem);
  height: 5rem;
  background-position: center center;
  display: inline-block; }

#edit-address-dlg {
  top: 15rem; }
  #edit-address-dlg .modal-body {
    padding: 2rem; }
    #edit-address-dlg .modal-body .buttons {
      margin-top: 1rem; }
  #edit-address-dlg .btn-close {
    float: right;
    margin-bottom: 1rem; }

#edit-address-dlg input {
  margin-bottom: 1.5rem;
  border: 0.1rem solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  width: 100%; }

.page.page-user .btn-success {
  background-color: #e95153;
  border-color: #e95153; }

.page.page-user {
  background-color: #f5f5f5; }

.profile-edit-form label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem; }

.remove-address-confirm.confirm-box {
  background-color: #e95153;
  color: #fff !important;
  border: none;
  padding: 2rem 1rem; }
  .remove-address-confirm.confirm-box .image {
    display: none; }
  .remove-address-confirm.confirm-box .btn-danger {
    background-color: transparent;
    border: transparent; }
  .remove-address-confirm.confirm-box .text-wrapper {
    margin-left: 1rem;
    text-align: center; }
  .remove-address-confirm.confirm-box .btn-gray-o {
    background-color: #fff;
    border-color: #383838 !important; }

.notifyjs-corner {
  z-index: 9999; }
  .notifyjs-corner.center-notify-box {
    left: calc(50% - 10rem) !important; }

@media (max-width: 1199.98px) {
  #edit-address-dlg {
    top: 8rem; } }
.my-account-wrapper {
  /* float: left; */
  width: 100%;
  padding: 4.5rem 0 10rem 0; }

.my-account-nav {
  box-shadow: 0rem 0.3rem 0.6rem #00000029;
  padding-left: 2rem; }

.my-account-nav ul {
  margin-top: 0rem; }

.my-account-nav .nav-tabs .nav-link {
  font-size: 1.8rem;
  color: #B9B9B9;
  border: none;
  padding: 1.4rem 0; }

.my-account-nav-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.6rem;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 1.8rem; }

.my-account-icon {
  background-image: url("../images/shopicons/ikona-nieaktywna-moje-konto.svg"); }

.my-material-icon {
  background-image: url("../images/shopicons/ikona-nieaktywna-moje-dokumenty.svg"); }

.my-opinion-icon {
  background-image: url("../images/shopicons/ikona-nieaktywna-moje-opinie.svg"); }

.my-order-icon {
  background-image: url("../images/shopicons/ikona-nieaktywna-moje-zamowienia.svg"); }

.my-likes-icon {
  background-image: url("../images/shopicons/ikona-nieaktywna-moje-ulubione.svg"); }

.my-quizs-icon {
  background-image: url("../images/shopicons/ikona-nieaktywna-moje-quizy.svg");
  background-size: contain; }

.my-preferences-icon {
  background-image: url("../images/shopicons/ikona-nieaktywna-program-lojalnosciowy.svg"); }

.my-logout-icon {
  background-image: url("../images/shopicons/ikona-nieaktywna-wyloguj.svg"); }

.my-credits-icon {
  background-image: url("../images/shopicons/ikona-punkty-lojalnosciowe.svg"); }

.my-account-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #111111;
  font-weight: 600; }

.my-account-nav .nav-tabs .nav-link.active .my-account-icon {
  background-image: url("../images/shopicons/ikona-aktywna-moje-konto.svg"); }

.my-account-nav .nav-tabs .nav-link.active .my-material-icon {
  background-image: url("../images/shopicons/ikona-aktywna-moje-dokumenty.svg"); }

.my-account-nav .nav-tabs .nav-link.active .my-opinion-icon {
  background-image: url("../images/shopicons/ikona-aktywna-moje-opinie.svg"); }

.my-account-nav .nav-tabs .nav-link.active .my-order-icon {
  background-image: url("../images/shopicons/ikona-aktywna-moje-zamowienia.svg"); }

.my-account-nav .nav-tabs .nav-link.active .my-likes-icon {
  background-image: url("../images/shopicons/ikona-aktywna-moje-ulubione.svg"); }

.my-account-nav .nav-tabs .nav-link.active .my-quizs-icon {
  background-image: url("../images/shopicons/ikona-aktywna-moje-quizy.svg");
  background-size: contain; }

.my-account-nav .nav-tabs .nav-link.active .my-preferences-icon {
  background-image: url("../images/shopicons/ikona-aktywna-program-lojalnosciowy.svg"); }

.my-account-nav .nav-tabs .nav-link.active .my-logout-icon {
  background-image: url("../images/shopicons/ikona-aktywna-wyloguj.svg"); }

.my-account-profile .course-about-me-img {
  min-width: 11.8rem;
  max-width: 15rem; 
}

.my-account-profile .course-about-me-img a {
  margin-top: 2rem; }

.my-account-profile .course-about-me-img img {
  max-width: 12rem; }

.my-account-profile .course-introduction b {
  text-transform: capitalize;
  color: #111; }

.my-account-profile .course-introduction p {
  margin-bottom: 2.3rem; }

.my-account-profile .course-introduction p a {
  color: #e95153;
  text-decoration: underline; }

.my-account-profile .course-about-me-desc {
  max-width: 70rem; }

.my-account-profile {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0rem 0.3rem 0.6rem #00000029;
  box-shadow: 0rem 0.3rem 0.6rem #00000029;
  padding: 4.4rem 5.6rem;
  margin-bottom: 3rem; }

.my-account-profile.my-account-profile-details {
  padding: 3.6rem 4.4rem 2rem 4.4rem; }

.my-account-profile.my-account-profile-details .course-introduction h3 {
  font-size: 2.1rem;
  line-height: 2.8rem; }

.my-material ul li {
  margin-bottom: 3rem; }

.my-material-content {
  padding: 0 3.3rem;
  max-width: 59rem; }

.my-material-right {
  min-width: 22.1rem;
  text-align: right; }

.my-material-content b {
  color: #B9B9B9;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: block; }

.my-material-content p {
  font-weight: 600;
  color: #111111;
  font-size: 2.1rem;
  line-height: 2.8rem;
  margin-bottom: 1rem; }

.main-col-inner {
  max-width: 48.5rem;
  padding: 10rem 0rem 2rem 0rem;
  text-align: center; }

.main-video-row {
  justify-content: center;
  display: flex;
  align-items: center; }

.main-video-row p {
  color: #828282;
  font-family: "ff-market-web", open sans;
  font-size: 2.3rem;
  font-weight: 400; }

.main-sub-block .main-sub-undertext {
  position: relative;
  z-index: auto;
  color: #0e253c;
  font-family: "Roboto-Bold"; }

.main-video-top-p {
  color: #0e253c;
  font-family: "Roboto", open sans;
  font-size: 1.9rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1.5rem;
  line-height: 1.5em; }

.main-video-bottom-p {
  color: #828282;
  font-size: 1.6rem;
  font-family: "Roboto", open sans;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 2.9rem;
  text-transform: inherit; }

.main-sub-block {
  color: #e95153;
  text-align: center;
  font-size: 3rem;
  font-family: "Roboto-Bold";
  margin: 2rem 0; }

.main-sub-block .main-sub-undertext svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible; }

.main-sub-block .main-sub-undertext svg path {
  stroke: rgba(210, 100, 121, 0.35);
  stroke-width: 0.6rem;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1500;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: elementor-headline-dash 10s infinite;
  animation: elementor-headline-dash 10s infinite;
  stroke-linejoin: round; }

.main-col-block h1 {
  color: #0e253c;
  font-family: "Market-Web-Regular";
  font-size: 6.1rem;
  font-weight: 600;
  text-transform: uppercase; }

.main-col-block img.main-icon {
  opacity: 0.3;
  width: 5.5rem;
  margin: 0 auto;
  height: 5.5rem;
  object-fit: scale-down; }

.main-ask-section {
  border-style: dotted;
  border-width: 0.2rem;
  border-color: #bcbcbc;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 auto;
  background-color: #fcfafb;
  border-radius: 0.4rem;
  text-align: center;
  margin-top: 5rem;
  padding: 2.5rem 6rem; }

.my-material-box {
  -webkit-box-shadow: 0rem 0.3rem 0.6rem #00000029;
  box-shadow: 0rem 0.3rem 0.6rem #00000029;
  padding: 2.8rem;
  border-radius: 0.5rem;
  background-color: #fff; }

.material-progress .progress {
  background-color: #DDDDDD;
  height: 0.8rem;
  margin-top: 0.7rem; }

.material-progress .progress-bar {
  background-color: #e95153; }

.material-progress span {
  font-size: 1.7rem;
  color: #111111;
  white-space: nowrap; }

.my-material-box .single-cosurse-slide-video {
  font-size: 3rem; }

@media (max-width: 1199.98px) {
  .my-account-profile {
    padding: 2rem; }

  .my-material-box {
    padding: 2rem; }

  .my-material-content p {
    font-size: 1.6rem;
    line-height: 2rem; }

  .my-account-profile .course-about-me-img {
    min-width: 9rem; 
    max-width: 12rem;
  }
  
  .my-account-profile .course-about-me-img img {
    max-width: 8rem;
  }
}
@media (max-width: 991.98px) {
  .my-account-nav .nav-item + .nav-item {
    margin-left: 1.5rem; }

  .my-account-nav {
    padding-bottom: 3rem; }

  .course-introduction-header {
    overflow: hidden; } }
@media (max-width: 767.98px) {
  .my-material-right {
    margin-top: 2rem; } }
@media (max-width: 575.98px) {
  .my-material-img a {
    width: unset; }

  .my-material-content {
    max-width: 100%;
    padding: 3rem 0 0 0; }

  .my-material-right {
    text-align: left; }

  .my-material-img img {
    width: 100%; }

  .my-account-profile.my-account-profile-details {
    padding: 2rem 2rem 0.6rem 2rem; }

  .course-about-me-desc {
    padding-left: 0;
    padding-top: 3rem; }

  .my-account-nav .nav-item + .nav-item {
    margin-left: 0; }

  .btn.account-logout-btn {
    padding: 0.5rem 1.5rem;
    margin-top: 2rem; }

  .testimonial-slider-init {
    max-width: 50rem;
    margin: auto; } }
.my-account-nav ul {
  list-style: none; }

.my-account-nav ul li {
  padding-left: 0; }

.my-account-nav ul li:after {
  display: none; }

.my-account-profile-details {
  position: relative; }

.change-password-form, .profile-data-form {
  display: none; }

.change-password-form input, .profile-data-form input {
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  border-radius: 0.3rem !important;
  border: 0.1rem solid #e6e6e6;
  height: 3.8rem;
  padding-left: 1.5rem;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.06); }

.change-password-form .form-group-save-btns, .profile-data-form .form-group-save-btns {
  text-align: right;
  margin: 1rem 0rem; }

.my-account-profile .course-about-me-img {
  margin-right: 2.5rem; }

.profile-address-data-elem {
  display: block; }

.my-account-profile-prferences .custom-control.custom-checkbox .custom-control-input {
  vertical-align: top;
  margin-top: 0.5rem;
  margin-right: 1rem;
}

.my-account-profile-prferences .custom-control.custom-checkbox label {
  width: calc(100% - 3rem);
}

.profile-edit-avatar-btn {
  padding: 0rem 2rem;
}

.btn.dropdown-toggle {
  border: 0.1rem solid gray !important;
  background-color: white;
  border-radius: 0.5rem;
  width: 23rem;
  height: 4rem;
}

.cart-inv-country-select ul li:after {
  display: none;
}

.cart-inv-country-select ul li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 0;
}

.cart-inv-country-select .dropdown-menu {
  margin-top: -1.5rem;
}

.cart-inv-country-select .dropdown-content {
  width: 100%;
}