/* Account CSS */
.account__favourite-wrapper {
  padding: 52px 0px;
  padding-bottom: 250px; }
  .account__favourite-wrapper .avatar__profile-wrapper {
    position: relative;
    margin-bottom: 32px; }
    .account__favourite-wrapper .avatar__profile-wrapper input[type=file] {
      visibility: visible;
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
    .account__favourite-wrapper .avatar__profile-wrapper .avatar__profile-img {
      width: 82px;
      height: 82px;
      border-radius: 100%;
      position: relative; }
      .account__favourite-wrapper .avatar__profile-wrapper .avatar__profile-img img.avatar-img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .account__favourite-wrapper .avatar__profile-wrapper .avatar__profile-upload {
      cursor: pointer;
      width: 30px;
      height: 30px;
      padding: 7px;
      background: #121212;
      opacity: 0.8;
      border-radius: 100%;
      position: absolute;
      left: 52px;
      bottom: 0px; }
  .account__favourite-wrapper .account__favourite-list.nav-tabs {
    border-bottom-width: 0px; }
  .account__favourite-wrapper .account__favourite-list li {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .account__favourite-wrapper .account__favourite-list li a {
      font-size: 18px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: -0.4px;
      color: #605F5F;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      width: 100%;
      display: block; }
    .account__favourite-wrapper .account__favourite-list li.active a {
      color: #121212;
      border-bottom: 1px solid #121212; }
    .account__favourite-wrapper .account__favourite-list li:last-child {
      padding-top: 16px; }
      .account__favourite-wrapper .account__favourite-list li:last-child a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #121212; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 10px; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-img {
      position: relative;
      width: 128px;
      height: 170px; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-content {
      padding-left: 24px;
      gap: 8px; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-content .account__favourite-item-heading a {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        color: #121212;
        margin-bottom: 8px;
        display: inline-block; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-content .sale-badge {
        display: inline-block;
        background: #1BA97F;
        padding: 2px 14px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        color: #fff;
        margin-bottom: 8px; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-content .remove-btn {
        margin-top: 8px;
        display: block;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: 'Space Grotesk';
        gap: 4px;
        color: #605F5F;
        cursor: pointer; }
        .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-content .remove-btn .text {
          font-size: 14px;
          font-weight: 500;
          line-height: 24px;
          color: #605F5F; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right {
      width: 30%; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .account__favourite-item-price {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        gap: 12px; }
        .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .account__favourite-item-price .current-price {
          font-size: 14px;
          font-weight: 600;
          line-height: 22px;
          color: #121212; }
        .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .account__favourite-item-price .old-price {
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
          color: #A7A7A7;
          text-decoration: line-through; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .ts-btn {
        background: transparent;
        color: #121212;
        border: 2px solid #CBCBCB;
        border-radius: 6px;
        padding: 10px 26px; }
        .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .ts-btn:hover {
          background: #CBCBCB !important; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-price2 {
      display: none !important;
      gap: 12px; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-price2 .current-price {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        color: #121212; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-price2 .old-price {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #A7A7A7;
        text-decoration: line-through; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .account__favourite-item-left .account__favourite-item-heading a {
      font-family: 'Inter'; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .account__favourite-item-left .account__favourite-item-img {
      min-width: 126px;
      height: 126px; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .account__favourite-item-left .account__favourite-item-content {
      max-width: 396px; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .account__favourite-item-left .account__favourite-item-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .discount__price {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .discount__price .heading {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        text-align: left; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .discount__price .coupon__code {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .ts-btn {
      border: 1px solid #121212;
      border-radius: 0px;
      background: #121212;
      color: #fff; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .ts-btn:hover {
        background: transparent !important;
        color: #121212 !important; }
  .account__favourite-wrapper .account__brands-items .account__brands-item {
    max-width: 275px;
    margin: 0 auto;
    margin-top: 54px; }
    .account__favourite-wrapper .account__brands-items .account__brands-item .account__brands-item-top {
      position: relative;
      margin-bottom: 12px; }
      .account__favourite-wrapper .account__brands-items .account__brands-item .account__brands-item-top .account__brands-item-img {
        border: 3px solid #EAEAEA;
        position: relative;
        max-width: 275px;
        height: 228px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        z-index: 2; }
      .account__favourite-wrapper .account__brands-items .account__brands-item .account__brands-item-top .account__brands-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 4;
        border-radius: 100px;
        border: 2px solid #121212;
        padding: 10px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        cursor: pointer; }
        .account__favourite-wrapper .account__brands-items .account__brands-item .account__brands-item-top .account__brands-icon .heart__icon-svg.fill svg path.fill-path {
          fill: #E25563; }
        .account__favourite-wrapper .account__brands-items .account__brands-item .account__brands-item-top .account__brands-icon:hover .heart__icon-svg svg .fill-path {
          fill: #E25563; }
  .account__favourite-wrapper .btn-margin-25 {
    margin-left: 20px;
    margin-right: 20px; }
  .account__favourite-wrapper .widget__preference-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #EAEAEA;
   }
    #userUpdatePersonalData {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
    }

    #userUpdateToggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
    }

    #userUpdateDataSizes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
    }
    #userUpdateDataEmail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
    }
    #userUpdatePassword {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
    }
    
    
    .account__favourite-wrapper .widget__preference-wrapper .title {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px; }
    .account__favourite-wrapper .widget__preference-wrapper.pd-top {
      padding-top: 24px; }
  .account__favourite-wrapper .widget__btn-group {
    gap: 12px; }
  .account__favourite-wrapper .preference__wrapper-outer {
    max-width: 652px; }
  .account__favourite-wrapper .widget__preference-wrapper .shop-widget__title {
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #605F5F;
    margin-bottom: 12px; }
  .account__favourite-wrapper .widget__prefemail-wrapper span.text {
    max-width: 500px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #3E3E59; }
  .account__favourite-wrapper .bs__toggle .toggle.btn {
    min-width: 86px;
    min-height: 32px;
    border-radius: 18px;
    border-width: 0px; }
    .account__favourite-wrapper .bs__toggle .toggle.btn:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .account__favourite-wrapper .bs__toggle .toggle-group .btn {
    border-width: 0px; }
    .account__favourite-wrapper .bs__toggle .toggle-group .btn:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-width: 0px; }
  .account__favourite-wrapper .bs__toggle .toggle-group .btn-primary {
    text-align: left;
    padding-left: 0px;
    background: #121212;
    border-radius: 100px;
    padding: 8px 0px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 20px; }
    .account__favourite-wrapper .bs__toggle .toggle-group .btn-primary:focus {
      background-color: #121212;
      border-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-width: 0px; }
  .account__favourite-wrapper .bs__toggle .toggle-group .btn-secondary {
    background: #CBCBCB;
    padding-right: 0px;
    padding: 8px 0px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 20px; }
  .account__favourite-wrapper .bs__toggle .toggle-group .toggle-handle {
    border-radius: 100%;
    height: 27.9px;
    width: 28px;
    margin: 2px 0px;
    margin-right: 32px; }
  .account__favourite-wrapper .bs__toggle .toggle:focus .toggle-handle {
    opacity: 1 !important; }
  .account__favourite-wrapper .bs__toggle .toggle:hover .toggle-handle {
    opacity: 1 !important; }
  .account__favourite-wrapper .bs__toggle .toggle.off {
    -webkit-transition: color 0s ease;
    transition: color 0s ease; }
    .account__favourite-wrapper .bs__toggle .toggle.off .toggle-handle {
      margin: 2px 0px;
      margin-right: -35px; }
  .account__favourite-wrapper .bs__toggle .toggle.btn-primary {
    background: #121212;
    border-radius: 100px;
    opacity: 1; }
  .account__favourite-wrapper .bs__toggle .slow .toggle-group {
    transition: left 0.7s;
    -webkit-transition: left 0.7s; }