/*** My Account ***/

  @media screen and ( max-width: 782px ) {
    .urm_container{
      min-height: calc(100% - 469px)!important;
      background-color: #f4f7fa;
    }
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_container {
    max-width: 95%;
  }

  @media screen and ( max-width: 782px ) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_container {
      max-width: unset;
    }
  }

/*** Navigation ***/

    .woocommerce-account .woocommerce {
        display: flex;
        justify-content: center;
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce {
        max-width: 100%;
        margin: auto;
      }
    }

    .woocommerce-account .woocommerce .account_navigation_wrapper {
        flex: 1;
        padding: 10px;
        max-width: 20%;  
        margin: 40px 0;
    }


    @media screen and ( max-width: 782px ) {
      .woocommerce-account .woocommerce .account_navigation_wrapper {
        display: none;
        z-index: 99999999;
        height: 100vh;
        left: 0;
        position: absolute;
        overflow-x: hidden;
        padding: 0;
        background: #4a4a4aa8;
        width: 100%;
        top: 45px;
        max-width: unset;
        margin: 0;
      }
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        flex: 4;
        max-width: 70%;
        margin: 40px 0;
    }


    @media screen and ( max-width: 782px ) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        background-color: #fff;
        max-width: unset;
        margin: unset;
      }

      .woocommerce-edit-account.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        background-color: #fff;
      }
    }

    @media screen and ( max-width: 782px ) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_container .my_account_container {
        justify-content: center;
        align-items: center;
        min-height: 100px;  
        margin-bottom: 20px;
      }
    }

    @media screen and ( max-width: 782px ) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_container .my_account_container .message_text {
        margin-bottom: 8px;
      }
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
      max-width: 95%;
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
        width: 100%;
        background: #fff;
        height: 100%;
        max-width: 100%;
      }
    } 

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .user {
        display: flex;
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .user {
        padding: 14px 70px 11px 71px;
        border: solid 1px #e9e9e9;
        background-color: #f4f7fa;
        justify-content: center;
      }
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .user .user_icon {
      color: #fff;
      border-radius: 100%;
      width: 40px;
      background: #7278ff;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      font-weight: 900;
      margin: 1px 5px 7px 0px;
      padding: 6px 6px 6px 7px;
      text-transform: uppercase;
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .user .user_icon {
          display: none;
      }
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .user .user_info_text {
        flex-direction: row;
        display: flex;
      }
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .user .user_info_text .hi_text {
        font-size: 12px;
        font-weight: 500;
        color: #4a4a4a;
        letter-spacing: 0.1px;
        line-height: normal;
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .user .user_info_text .hi_text {
        font-size: 16px;
        color: #000;
        margin-right: 2px;
      }
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .user .user_info_text .user_name {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.18px;
      color: #000000;
      line-height: normal;
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .user .user_info_text .user_name {
          font-size: 16px;
          color: #333792;
          font-weight: bold;
          letter-spacing: 0px;
          margin-left: 3px;
      }
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .menu_title {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.1px;
        color: #9b9b9b;
        text-transform: uppercase;
        margin-top: 19px;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
        display: flex;
        list-style: none;
        margin: 20px 0px;
        align-items: center;
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
          margin: 0px 16px;
          padding: 10px 8px;
          border-bottom: 2px solid #fafafa;
      }
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active:after {
        color: #e12470 !important;
        opacity: 1;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:after {
        content: "\f347";
        font: normal 18px/1 'dashicons';
        opacity: 0.25;
        color: #8c96ab;
        display: none;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
        border-bottom: unset;
        color: #333792 !important;
        font-weight: 900;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
        display: block;
        font-size: 14px;
        text-transform: none;
        border-bottom: none;
        text-decoration: none;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.12px;
        color: #000000;
        margin-left: 10px;
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
        font-size: 16px;
      }
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a {
        border-bottom: unset;
        color: #333792 !important;
        font-weight: 900;
    }
    
    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:hover .icon {
      background-color: #333792;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .is-active,
    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .is-active i {
        color: #e12470;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .is-active .icon {
      background-color: #333792;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
        margin: 0px;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li i {
        float: right;
        color: #8c96ab;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li i.icon {
        color: #000;
        width: 22px;
        height: 22px;
    }

    @media screen and (max-width: 780px) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li i.icon {
        width: 24px;
        height: 24px;
      }
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.soon a {
      color: #4a4a4a;
      cursor: not-allowed;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.soon a:after {
      content: "Yakında";
      margin-left: 2px;
      border: 1px solid #4a4a4a;
      line-height: 1px;
      font-size: 10px;
      border-radius: 5px;
      padding: 0px 3px;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul .soon:hover a { 
      color: #4a4a4a!important;
      font-weight: 500;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.soon .icon {
      background-color: #4a4a4a;
    }
    
    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.soon:hover .icon {
      background-color: #4a4a4a;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .support_menu {
      padding: 16px;
      border-radius: 6px;
      background-color: #f2f3ff;
      width: 70%;
    }


    @media screen and ( max-width: 782px ) {
      .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .support_menu {
        width: 100%;
        border-radius: 0;
        margin-top: 20px;
      }
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .support_menu .support_title {
      font-size: 14px;
      font-weight: 500;
      color: #02196b;
      margin-bottom: 12px;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .support_menu .support_info {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin: 20px 0px;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .support_menu .support_info .support_icon_wrapper {
      width: 30px;
      height: 30px;
      border: 1px solid;
      border-radius: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #02196b;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .support_menu .support_info .support_icon_wrapper .icon {
      width: 18px;
      height: 18px;
      background: #fff;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .support_menu .support_info .support_text_wrapper label {
      font-size: 12px;
      font-weight: 500;
      color: #02196b;
      line-height: 1rem;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .support_menu .support_info .support_text_wrapper span {
      font-size: 12px;
      color: #02196b;
    }

    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation .support_menu .support_info .support_text_wrapper {
      display: flex;
      flex-direction: column;
      line-height: 1rem;
      gap: 3px;
    }

    .woocommerce-password-strength{
        font-size: 11px;
    }

    .woocommerce-password-strength.bad,
    .woocommerce-password-strength.short {
        color: red;
    }

    .woocommerce-password-strength.strong {
        color:green;
    }

    .myaccount-popup .woocommerce {
        margin: 0;
        padding: 10px 0px;
    }

    .myaccount-popup .woocommerce form.woocommerce-form {
        flex-direction: column;
    }

    .modal-content.woocommerce-account {
      width: 550px;
      padding: 0;
      background-image: url(../../../themes/mhtema/inc/images/background/modal_background.png);
      background-size: cover;
      background-repeat: no-repeat;
    }


@media screen and (max-width: 780px) {
  .modal-content.woocommerce-account{
    width: 100%;
    z-index: 99;
    height: 100%;
  }
}

.myaccount-popup .login-form-wrapper .forms {
  box-shadow: none;
  background:unset;
}

.myaccount-popup .login-form-wrapper .forms .tab-group {
    display: none;
}

.myaccount-popup .login-form-wrapper .forms h1 {
    font-family: "HelveticaNow",sans-serif;
    font-size: 24px;
}
  
.myaccount-popup .login-form-wrapper .text-head {
    color: #333792;
    font-size: 20px;
}

.myaccount-popup .login-form-wrapper .forms form {
    padding: 60px;
}

.myaccount-popup .login-form-wrapper .text-head {
  padding: 0px;
}


.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
    display: flex;
    margin: 10px;
    justify-content: center;
}

/*** **/
.woocommerce-MyAccount-content .my_account_container .page_title {
  color: #333792;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.35px;
}

@media screen and ( max-width: 782px ) {
  .woocommerce-MyAccount-content .my_account_container .page_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #2b2d37;
    align-items: center;
    display: flex;
    padding: 3% 2%;
    background: #fff;
    border-bottom: 1px solid #dedede;
  }
}

@media screen and ( max-width: 782px ) {
  .woocommerce-MyAccount-content .my_account_container .orders_list {
    padding: 1% 2%;
  }
}

/*** **/

.woocommerce-MyAccount-content .my_account_container .page_title .icon {
    vertical-align: middle;
    display: none;
}


@media screen and ( max-width: 782px ) {
    .woocommerce-MyAccount-content .my_account_container .page_title .icon {
        display: flex;
        background-color: #000;
    }
}

@media screen and ( max-width: 782px ) {
.woocommerce-MyAccount-content .my_account_container .page_title span {
    flex: 1;
    text-align: center;
}
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper {
    margin: 24px 0px;
}

@media screen and ( max-width: 782px ) {
  .woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper {
    margin: unset;
  }
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .order_filtering_by_status ul {
    margin: 0;
    display: flex;
}


@media screen and ( max-width: 782px ) {
  .woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .order_filtering_by_status ul {
    width: 100%;
    justify-content: space-around;
  }
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .order_filtering_by_status ul li {
    list-style: none;
    background: #fff;
    border-radius: 20px;
    padding: 3px 20px;
    box-shadow: 0 2px 30px 0 rgb(181 169 169 / 50%);
    font-weight: 500;
    margin: 0px 6px;
    white-space: nowrap;
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .order_filtering_by_status ul li a {
    color: inherit!important;
    text-decoration: unset!important;
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .order_filtering_by_status .active {
    background: #333792;
    border-radius: 20px;
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .order_filtering_by_status .active a {
    color: #fff !important;
    font-weight: 500;
}


.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .orders_filtering {
    display: flex;
    margin: 8px 0px;
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .orders_filtering .search_in_orders {
    flex: 3;
    display: flex;
    align-items: center;
    color: #4a4a4a;
}

@media screen and ( max-width: 782px ) {
.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .orders_filtering .search_in_orders {
  flex:1;
}
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .orders_filtering .search_in_orders:before {
    content: "\f179";
    font: normal 16px/1 'dashicons';
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .orders_filtering .search_in_orders input {
    background-color: #fff0;
    margin-bottom: 0px;
    border: 0px;
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .orders_filtering .filter_by_date {
    flex: 1;
    text-align: right;
}

.woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .orders_filtering .filter_by_date select {
    margin-bottom: 0px;
    background-color: #fff;
    border: 2px solid #afafaf;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 65%;
    color: #4a4a4a;
}

@media screen and ( max-width: 782px ) {
    .woocommerce-MyAccount-content .my_account_container .order_tabs_wrapper .orders_filtering .filter_by_date select {
        width: 100%;
    }
}

.woocommerce-MyAccount-content .my_account_container .orders_list .orders_month.active {
    width: unset;
    height: unset;
    background-color: unset;
    padding: unset;
    font-size: 20px;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-top: unset;
}

@media screen and  (max-width: 782px) {
    .woocommerce-MyAccount-content .my_account_container .orders_list .orders_month.active {
      font-size: 16px;
    }
}

.woocommerce-MyAccount-content .my_account_container .orders_list .orders_month {
  width: 100%;
  height: 80px;
  border-radius: 6px;
  background-color: #333792;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 56px;
  align-items: center;
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
    .woocommerce-MyAccount-content .my_account_container .orders_list .orders_month {
      margin-top: 20px;
      height: 60px;
      padding: 24px;
    }
}

.single_order_wrapper {
  display: flex;
  flex-direction: column;
  margin: 16px 0px;
  border: solid 1px #dedcdf;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 30px 0 rgba(181, 169, 169, 0.5);
}

@media screen and (max-width: 782px) {
  .single_order_wrapper {
    display: flex;
    flex-direction: column;
    padding: 5px 12px;
    border-radius: 16px;
    margin: 16px 0px;
    border: 1px solid #ccc5bd;
    background-color: #fff;
    box-shadow: unset;
  }
}

.single_order_wrapper .single_order_summary {
    display: flex;
    align-items: center;
    height: 80px;
}

.single_order_wrapper .single_order_summary .order_detail_image {
  width: 40%;
  display: flex;
  padding: 0px 30px;
  align-items: center;
  justify-content: space-around;
}

.single_order_wrapper .single_order_summary .order_detail_image img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: solid 1px #070253;
    padding: 3px;
    background-color: #fff;
}

.single_order_wrapper .single_order_summary .order_detail_image img:nth-child(2) {
    transform: translateX(-50%);
}

.single_order_wrapper .single_order_summary .order_detail_image img:nth-child(3) {
    transform: translateX(-100%);
}

.single_order_wrapper .single_order_summary .order_date {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-left: 8px;
}

.single_order_wrapper .single_order_summary .order_status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
}

.single_order_wrapper .single_order_summary .order_status .icon {
    width: 30px;
    height: 30px;
}

.single_order_wrapper .single_order_summary .order_status .text {
    max-width: 75%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.single_order_wrapper .single_order_summary .order_status span.dashicons {
  margin-right: 5px;
  background: #333792;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.single_order_wrapper .single_order_summary .order_status .progress_bar {
    border-radius: 5px;
    background-color: #dedcdf;
    width: 100%;
    height: 10px;
}

.single_order_wrapper .single_order_summary .order_status .progress {
    border-radius: 5px;
    background-color: #7278ff;
    height: 10px;
}

.single_order_wrapper .single_order_summary .order_total {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333792;
}

@media screen and (max-width: 782px) {
  .single_order_wrapper .single_order_summary .order_total {
    font-size: 14px;
    padding: 0;
  }
}

.single_order_wrapper .single_order_summary .order_total .currency {
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 3px;
}


@media screen and (max-width: 782px) {
  .single_order_wrapper .single_order_summary .order_total .currency {
    font-size: 10px;
  }
}

.single_order_wrapper .single_order_summary .order_total .icon {
    margin-left: 5px;
    font-size: 20px;
    color: #4a4a4a;
    background: #dedcdf;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-left: 15px;
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 782px) {
  .single_order_wrapper .single_order_summary .order_total .icon{
    margin-left: 5px;
  }
}

.single_order_wrapper .single_order_summary .order_total .icon:before {
    content: "\f347";
    font-family: dashicons;
    text-decoration: none;
    font-size: 16px;
}

.single_order_wrapper .single_order_summary .order_total .icon.up:before {
    content: "\f158";
}

.single_order_wrapper .closed {
    display: none;
}

.single_order_wrapper .single_order_items {
    margin: 15px 25px 0px 25px;
}

.single_order_wrapper .order_item {
    display: flex;
    min-height: 304px;
    border-radius: 6px;
    border: solid 1px #efefef;
    margin-bottom: 15px;
}

.single_order_wrapper .order_item .order_item_detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 10px 10px 10px;
}

.single_order_wrapper .order_item .order_item_detail .order_item_info {
    display: flex;
    align-items: center;
    width: 100%;
}

.single_order_wrapper .order_item .order_item_detail .order_item_info .order_item_image {
    width: 72px;
    height: 72px;
    position: relative;
}

.single_order_wrapper .order_item .order_item_detail .order_item_info .order_item_image img {
    border-radius: 50%;
}

.single_order_wrapper .order_item .order_item_detail .order_item_info .order_item_title {
    flex: 2;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #7278ff;
}

.single_order_wrapper .order_item .order_item_detail .order_item_address {
    flex: 1;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.single_order_wrapper .order_item .order_item_detail .order_item_address .address_title {
    font-size: 14px;
    font-weight: 600;
}

.single_order_wrapper .order_item .order_item_detail .order_item_address .address_label {
    font-weight: 600;
    margin-top: 16px;
}

.single_order_wrapper .order_item .order_item_shipping_detail {
    flex: 1;
    border-radius: 6px;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}


.single_order_wrapper .order_item .order_item_shipping_detail .shipment_title {
    font-size: 14px;
    font-weight: 600;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed {
    background-color: #eef3fa;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed .icon {
    margin-right: 8px;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed .shipping_info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed .shipping_info .icon {
    margin-right: 16px;
    font-size: 16px;
    background-color: #7278ff;
    border-radius: 50%;
    padding: 13px;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed .shipping_info .icon svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed .tracking_info {
    align-items: center;
    display: flex;
    margin-top: 16px;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed .tracking_info .icon {
    font-size: 24px;
}

.single_order_wrapper .order_item .order_item_shipping_detail .flow {
    display: flex;
    flex-direction: column;
    max-width: 270px;
}

.single_order_wrapper .single_order_item .order_item_shipping_detail .line {
    display: flex;
    margin: 6px 0px 6px -3px;
    align-items: center;
}

.single_order_wrapper .single_order_item .order_item_shipping_detail .line i {
    color: #7278ff;
    font-size: 20px;
    margin-right: 16px;
}

.single_order_wrapper .single_order_item .order_item_shipping_detail .line i:before {
    background-color: #7278ff;
    border-radius: 100%;
}

.single_order_wrapper .order_item .order_item_shipping_detail .line.completed {

    margin: 6px 0px 6px -7px;
}

.single_order_wrapper .order_item .order_item_shipping_detail .line.completed i {
    font-size: 20px;
}

.single_order_wrapper .order_item .order_item_shipping_detail .line.completed i:before {
    background-color: unset;
    border-radius: unset;
}

.single_order_wrapper .order_item .order_item_shipping_detail .line div {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}


.single_order_wrapper .order_item .order_item_shipping_detail .line_detail {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    min-height: 70px;
    border-left: 2px solid #7278ff;
    padding: 10px 0px 10px 24px;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed .tracking_code {
    text-align: center;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed .tracking_code img {
    width: 100px;
}

.single_order_wrapper .order_item .order_item_shipping_detail.completed .tracking_code .code {
    background-color: #d2d2d2;
    padding: 5px 34px;
    font-size: 16px;
    margin: 4px;
    border-radius: 17px;
}

.order_item_address .edit_address_button:hover {
    opacity: .7;
}

.order_item_address .edit_address_button {
    float: right;
    color: #7278ff;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
}

.order_item_address .edit_address_button:before {
    content: "\f464";
    font-family: dashicons;
    text-decoration: none;
    margin: 5px;
}

.order_address_update_modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.order_address_update_modal .order_address_modal_wrapper {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    max-width: 900px;
    position: relative;
}

.order_address_update_modal .order_address_modal_wrapper .close {
    position: absolute;
    right: 2%;
    font-size: 26px;
    cursor: pointer;
    color: #7278ff;
}

.order_address_update_modal .order_address_modal_wrapper .close:hover {
    opacity: .7;
}

.order_address_update_modal .order_address_modal_wrapper .head {
    font-size: 18px;
    font-weight: 600;
    color: #7278ff;
}

.order_address_update_modal .order_address_modal_wrapper .addresses {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px !important;
}

.order_address_update_modal .order_address_modal_wrapper .addresses .shipping {
    flex: 1;
    padding: 10px;
}

.order_address_update_modal .order_address_modal_wrapper .addresses .shipping .head {
    font-size: 16px;
    color: #000;
}

.order_address_update_modal .order_address_modal_wrapper .addresses .billing {
    flex: 1;
    padding: 10px;
    border-left: 1px solid #ddd;
}

.order_address_update_modal .order_address_modal_wrapper .addresses .billing .head {
    font-size: 16px;
    color: #000;
}

.order_address_update_modal .order_address_modal_wrapper .addresses .formElement {
    margin: 10px 0px;
    display: flex;
    align-items: center;
}

.order_address_update_modal .order_address_modal_wrapper .addresses .formElement .formLabel {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #5f5f5f;
}

.order_address_update_modal .order_address_modal_wrapper .addresses .formElement .formLabel:after {
    content: ":";
}

.order_address_update_modal .order_address_modal_wrapper .addresses .formElement .formInput {
    flex: 5;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    font-weight: normal !important;
    padding: 0px 10px !important;
    height: 30px !important;
    margin-bottom: 0px !important;
    max-width: 250px;
    border-radius: 4px !important;
}

.order_address_update_modal .order_address_modal_wrapper .modal_save_changes {
    background-color: #7278ff;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 24px;
    float: right;
}

.order_address_update_modal .order_address_modal_wrapper .modal_save_changes:hover {
    color: #fff;
    opacity: .7;
}

.order_address_update_modal .order_address_modal_wrapper .modal_reload_page {
    background-color: #7278ff;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 24px;
    float: right;
}

.order_address_update_modal .order_address_modal_wrapper .modal_reload_page:hover {
    color: #fff;
    opacity: .7;
}

.order_address_update_modal .order_address_modal_wrapper .select2-container {
    font-family: inherit;
    flex: 3;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    font-weight: normal !important;
    padding: 0px 10px !important;
    height: 30px !important;
    margin-bottom: 0px !important;
    max-width: 250px;
    border-radius: 4px !important;
}

.order_address_update_modal .order_address_modal_wrapper .select2-container span {
    border: none;
    padding-left: 0px;
}


.order_address_update_modal .order_address_modal_wrapper .address_change_error {
    font-size: 14px;
    line-height: 17px;
    font-stretch: normal;
}


.shipment_wrapper {
    display: flex;
    flex-direction: column;
    /* margin: 15px 25px 15px 25px; */
    min-height: 304px;
    border-radius: 6px;
    /* border: solid 1px #efefef; */
}


@media screen and (max-width: 782px) {
  .shipment_wrapper{
    margin: 10px;
  }
}

.single_shipment {
    display: flex;
    min-height: 200px;
    flex-direction: column;
}

.single_shipment_details {
    display: flex;
}

.order_items {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 10px 10px 10px;
    max-height: 340px;
    overflow: auto;
}

@media screen and (max-width: 782px) {
  .order_items {
    padding: 5px 10px 10px 10px;
  }
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  .order_items {
    scrollbar-width: auto;
    scrollbar-color: #7278ff #ffffff;
  }

  /* Chrome, Edge, and Safari */
  .order_items::-webkit-scrollbar {
    width: 6px;
  }

  .order_items::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .order_items::-webkit-scrollbar-thumb {
    background-color: #7278ff;
    border-radius: 10px;
    border: 2px solid #ff000000;
  }


.order_items .tooltip {
    margin-top: 24px;
}

.order_items .tooltip p.canapes {
    font-size: 14px;
    font-family: "HelveticaNow";
    font-weight: 100;
    max-width: 75%;
    line-height: 1.4;
}

.order_items .tooltip .order_note {
    font-size: 14px;
}

.order_items .tooltip .tooltip_text {
    color: #333792;
}

.shipment_info {
    flex: 1;
    border-radius: 6px;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0px;
    min-height: 285px;
}

.single_order_item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 6px 0px;
    border-bottom: 1px solid #dedede;
}

.order_item_image {
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 50%;
    border: solid 1px #7278ff;
    align-items: center;
    justify-content: center;
    display: flex;
}

.order_item_image img {
    border-radius: 50%;
}

.order_item_image .icon {
  width: 50%;
  height: 50%;
}

.order_item_title {
    flex: 2;
    margin-left: 12px;
    font-weight: 500;
    color: #4a4a4a;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.order_item_title span {
    font-size: 15px;
}

.order_item_title .order_item_total {
    font-size: 15px;
}

.order_item_shipping_detail .shipment_title {
    font-size: 14px;
    font-weight: 600;
}

.order_item_shipping_detail {
    flex: 1;
    border-radius: 0px 6px 6px 0px;
    background-color: #efefef;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 34px 0px;
}

.order_item_shipping_detail .flow {
    display: flex;
    flex-direction: column;
    max-width: 270px;
}

.order_item_shipping_detail .line.completed {
    margin: 6px 0px 6px -7px;
}

.order_item_shipping_detail .line {
    display: flex;
    margin: 6px 0px 6px -3px;
    align-items: center;
}

.order_item_shipping_detail .line.completed i {
    font-size: 20px;
}

.order_item_shipping_detail .line i {
    color: #7278ff;
    font-size: 20px;
    margin-right: 16px;
}

.order_item_shipping_detail .line.completed i {
    font-size: 20px;
}

.order_item_shipping_detail .line i:before {
    background-color: #fff;
    border-radius: 100%;
}

.order_item_shipping_detail .line div {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.order_item_shipping_detail .line_detail {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    min-height: 70px;
    border-left: 2px solid #7278ff;
    padding: 10px 0px 10px 24px;
}


.shipment_info {
    padding: 0px
}

.order_item_shipping_detail.completed {
    background-color: #eef3fa;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    width: 100%;
    margin: 0px;
    padding: 34px;
}


@media screen and (max-width: 782px) {
    .order_item_shipping_detail.completed {
        padding: 10px;
    }
}

.order_item_shipping_detail.completed .address_title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 10px;
}

.order_item_shipping_detail.completed .shipping_info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.order_item_shipping_detail.completed .shipping_info .info p {
    font-size: 14px;
    margin-bottom: 2px;
}

.order_item_shipping_detail.completed .shipping_info .icon {
    margin-right: 16px;
    font-size: 16px;
    background-color: #7278ff;
    border-radius: 50%;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order_item_shipping_detail.completed .shipping_info .icon svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.order_item_shipping_detail.completed .tracking_info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  flex-direction: column;  
  border-top: 1px solid #dedede;
  width: 100%;
  padding-top: 10px;
  gap: 8px;
}

.order_item_shipping_detail.completed .tracking_info .tracking_text {
    font-size: 14px;
    font-weight: 500;
    color: #7278ff;
    display: flex;
    align-items: center;
    gap: 4px;
}

.order_item_shipping_detail.completed .tracking_info .tracking_text .tracking_warning {
  text-align: center;
  width: 100%;
}

.order_item_shipping_detail.completed .tracking_info .tracking_text label {
  font-size: 14px;
}

.order_item_shipping_detail.completed .tracking_info .tracking_text label:after {
  content: ":";
}

.order_item_shipping_detail.completed .tracking_info .tracking_text a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.order_item_shipping_detail.completed .tracking_info .tracking_text a .icon {
  width: 16px;
  height: 16px;
  background-color: #7278ff;
}

.order_item_shipping_detail.completed .tracking_code {
    text-align: center;
}

.order_item_shipping_detail.completed .tracking_code .code {
    background-color: #d2d2d2;
    padding: 5px 34px;
    font-size: 16px;
    margin: 4px;
    border-radius: 17px;
    max-width: 300px;
    overflow: hidden;
}

.shipment_address_infos {
    flex: 1;
    margin-top: 0px;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    padding: 16px 50px 10px 50px;
    border-top: 1px solid #efefef;
    border-radius: 0px 6px;
}


@media screen and (max-width: 782px) {
    .shipment_address_infos {
        font-size: 14px;
        line-height: 1.4rem;
    }
}

.shipment_address_infos .address_warning {
  font-size: 14px;
  font-weight: bold;
  color: #e50914;
  display: flex;
  background: #f4f7fa;
  padding: 5px 0px 5px 10px;
  border-radius: 4px;
}


.shipment_address_infos .address_warning .icon {
  background-color:#e50914;
  margin-right: 7px;
}

.shipment_address_infos .address_title {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}


.address_label {
    font-weight: 600;
    margin: 10px 0px;
    font-size: 15px;
}

.edit_address_button {
    color: #7278ff;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    font-size: 12px;
}

.edit_address_button:before {
    content: "\f464";
    font-family: dashicons;
    text-decoration: none;
    margin: 5px;
}

.single_order_item .order_item_image img + .quantity_badge {
    background-color: #7278ff;
    border-radius: 100%;
    box-shadow: 0 0 0 3px #fff;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 24px;
    line-height: 23px;
    min-width: 24px;
    padding-left: 4.4px;
    padding-right: 4.4px;
    position: absolute;
    text-align: center;
    left: 70%;
    bottom: 0%;
}

.line_subtotal {
    text-decoration: line-through;
    opacity: .7;
}

.order_items .compensation {
    font-weight: 600;
    letter-spacing: normal;
    color: #7278ff;
    width: 100%;
}

/***** media *****/
@media only screen and (max-width: 782px) {
    .entry-header {
        display: block;
    }

    .woocommerce-account .page-title {
        background-color: #4a90e2;
        color: #fff !important;
        font-size: 12px;
        letter-spacing: 0.6px;
        text-align: center;
    }


    .order_filtering_menu {
        width: 100%;
    }

    .orders_filtering .search_bar {
        flex: 1;
    }

    .orders_filtering .filter select {
        width: 100%;
    }

    /*
    .orders_list .orders_month {
        width: 150%;
        margin-left: -36px;
    }
    */
    .orders_list .active {
        margin-left: unset;
        width: unset;
    }


    .single_order_wrapper .single_order_summary {
        flex-wrap: wrap;
        min-height: 100px;
        width: 100%;
        justify-content: space-between;
    }

    .single_order_wrapper .single_order_summary .order_detail_image {
      display: flex;
      flex: unset;
      padding: 0;
      width: unset;
      align-items: center;
      justify-content: flex-start;
    }

    .single_order_wrapper .single_order_summary .order_detail_image img {
        width: 32px;
        height: 32px;
        z-index: 1;
    }

    .single_order_wrapper .single_order_summary .order_detail_image img:nth-child(2) {
        transform: translateX(-90%);
        z-index: 0;
    }

    .single_order_wrapper .single_order_summary .order_detail_image img:nth-child(3) {
        transform: translateX(-90%);
        z-index: 2;
    }

    .single_order_wrapper .single_order_summary .order_status {
        flex: none;
        order: 4;
    }

    .single_order_wrapper .single_order_summary .order_date {
        white-space: nowrap;
      margin: 0px 8px;
    }



    .single_order_wrapper .single_order_item {
        height: unset;
    }

    .single_shipment_details {
        flex-direction: column;
    }

    .single_order_wrapper .single_order_item .order_item_detail .order_item_info .order_item_image {
        width: 48px;
        height: 48px;
        position: relative;
    }

    .single_order_wrapper .single_order_item .order_item_detail .order_item_address {
        font-size: 12px;
    }

    .single_order_wrapper .single_order_item .order_item_detail .order_item_address .address_title {
        font-size: 12px;
    }

    .single_order_wrapper .single_order_item .order_item_detail .order_item_address .address_label {
        margin-top: 8px;
    }

    .single_order_wrapper .single_order_item .order_item_shipping_detail .flow {
        max-width: 85%;
    }

    .single_order_wrapper .single_order_item .order_item_shipping_detail .line_detail {
        min-height: 50px;
        padding: 0px 0px 0px 24px;
    }

    .single_order_wrapper .single_order_item .order_item_shipping_detail.completed {
        padding: 16px;
    }

    .shipment_address_infos {
        padding: 7px;
    }


    .order_status br {
        display: none;
    }
}


@media only screen and (max-width: 350px) {
    .single_order_wrapper .single_order_summary {
        width: 100%;
    }

    .order_address_update_modal .order_address_modal_wrapper {
        width: 90%;
        margin-top: 63px;
    }
}

@media only screen and (max-width: 600px) {

    .order_address_update_modal .order_address_modal_wrapper {
        width: 90%;
        margin-top: 63px;
    }

    .order_address_update_modal .order_address_modal_wrapper .addresses {
        flex-direction: column;
    }

    .order_address_update_modal .order_address_modal_wrapper .addresses .billing {
        border-left: unset;
        border-top: 1px solid #ddd;
    }

    .order_address_update_modal .order_address_modal_wrapper .addresses .formElement .formInput {
        flex: 3;
    }

    .order_address_update_modal .order_address_modal_wrapper .addresses .formElement .formLabel {
        font-size: 11px;
    }

    .order_address_update_modal .order_address_modal_wrapper .modal_save_changes {
        padding: 2px 17px;
        font-size: 12px;
    }

    .order_address_update_modal .order_address_modal_wrapper .addresses .shipping .head {
        font-size: 14px;
    }

    .order_address_update_modal .order_address_modal_wrapper .addresses .billing .head {
        font-size: 14px;
    }

    .order_address_update_modal .order_address_modal_wrapper .head {
        font-size: 16px;
    }
}


.woocommerce-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.woocommerce-info .message_text {
    font-size: 18px;
    line-height: 3;
}

.single_subscription_summary {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0px 56px;
}

.single_subscription_detail {
  flex:1;
}

.subscription_id {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #4a4a4a;
}

.subscription_status {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #22ba32;
}

.subscription_status span:before {
    content: "•";
    font-size: 20px;
}

    .single_subscription_detail_content{
      display: flex;
      align-items: center;
          flex: 2;
    justify-content: center;
    }

.single_subscription_detail_image img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 1px #070253;
    padding: 3px;
    background-color: #fff;
}


.single_subscription_detail_text {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
    margin-left: 10px;
}

.single_subscription_detail.subscription_type {
    display: flex;
    align-items: center;
}

.single_subscription_detail.totals {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 25%;
    flex:1;
}

.subscription_total {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #070253;
}

.subscription_plan {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #070253;
}

.open_detail_content_button .icon {
  padding: 10px;
  line-height: normal;
  font-size: 20px;
  color: #4a4a4a;
  background: #dedcdf;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: 15px;
  width: 32px;
  height: 32px;
}

.open_detail_content_button .icon:before {
    content: "\f347";
    font-family: dashicons;
    text-decoration: none;
    font-size: 16px;
}

.open_detail_content_button .icon.up:before {
    content: "\f158";
}

.details:nth-child(1) {
    margin-top: 4px;
}

.details {
    border-radius: 6px;
    border: solid 1px #efefef;
    min-height: 285px;
    margin: 4px 24px;
}

.details.other_details {
    margin-bottom: 8px;
}

.shipment_address_infos.details.other_details{
    padding: 8px 22px;
}

.details.plan_details {
    display: flex;
    align-items: flex-start;
}

.subscription-row{
  margin: 2px;
}

.subscription_dates {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #4a4a4a;
    margin: 2px;
}

.subscription_dates span {
    line-height: 1.5;
    padding-left: 8px;
    border-left: 1px solid;
    border-radius: 1.5px;
    border-color: #9b9b9b;
}


/*   New CSS*/

/* Subscription*/
.subscription_details {
    display: none;
}

.subscription-wrapper {
    width: 100%;
    display: -webkit-box; /* ESKİ: Android browser, eski IOS.  */
    display: -ms-flexbox; /* ARA: IE 10 */
    display: flex; /* YENİ, Chrome, Firefox, IE11, IOS7  */
    flex-direction: row;
    margin: 16px;
    justify-content: space-between;


}

.subscription-box {
    min-height: 120px;
    width: 413px;
    border-radius: 5px;
    background-color: #f4f7fa;
    padding: 16px;
}

.vertical-line {
    width: 1px;
    min-height: 94px;
    border: solid 1px #efefef;
    margin: 0px 23px;
}


.subscription-box.subscription_dates span {
    line-height: 1.5;
    padding-left: 8px;
}

.single_subscription_detail.subscription-box.subscription-display {
    display: flex;
    width: 100%;
}

.subscription-box.subscription-info {
    width: 100%;
}

.subscription-box.subscription-info > .info-header {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.subscription-box.subscription-info .item-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 4px 0px;
}

.subscription-box.subscription-info .item-info > .item-name {
    display: flex;
    flex-direction: column;
    width: 75%;
    text-align: left;
}

.subscription-box.subscription-info > .item-info > .item-name span {
    line-height: 12px;
    font-size: 10px;
    font-weight: 500;
    color: #afafaf;
    padding-top: 3px;
}

.subscription-box.subscription-info > .item-info > .item-name span:first-child {
    font-size: 12px;
    font-weight: 500;
    color: #4a4a4a;
}

.subscription-box.subscription-info > .item-info > .item-price {
    font-size: 12px;
    font-weight: 500;
    color: #4a4a4a;
}

.subscription-box.subscription-info > .item-discount-info span {
    font-size: 10px;
    font-weight: 600;
    color: #7278ff;
    line-height: normal;
    text-align: left;
}

.subscription-box.subscription-info > .item-discount-info span:before {
    content: "•";
    font-size: 20px;
    color: #7278ff;
    vertical-align: top;
}
.subscription-wrapper .subscription-display-wrapper {
    width: 100%;
}
.subscription-wrapper .subscription-display-wrapper .subscription-actions {
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 10px;
  flex-direction: column;
  float: right;
}

.subscription-wrapper .subscription-display-wrapper .subscription-actions .single_action {
    display: flex;
    align-items: center;
    margin: 4px;
}

.subscription-wrapper .subscription-display-wrapper .subscription-actions .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    color: #7278ff;
    line-height: 19px;
    text-align: center;
    background-color: rgba(114, 120, 255, 0.25);
    margin-left: 10px;
}

.subscription-wrapper .subscription-display-wrapper .item_details {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0px 20px;
}

.subscription-wrapper .subscription-display-wrapper .item_details .sub-total {
    padding-bottom: 10px;
}

.subscription-wrapper .subscription-display-wrapper .item_details .order-total {
    padding-top: 10px;
}

.subscription-wrapper .subscription-display-wrapper .item_details .sub-total,
.subscription-wrapper .subscription-display-wrapper .item_details .order-total {
    display: flex;
    justify-content: space-between;
}

.subscription-wrapper .subscription-display-wrapper .item_details .sub-total span:first-child {
    font-size: 12px;
    font-weight: bold;

}

.subscription-wrapper .subscription-display-wrapper .item_details .sub-total span:last-child {
    font-size: 12px;
    font-weight: 500;
    color: #4a4a4a;

}

.subscription-wrapper .subscription-display-wrapper .item_details .order-total span:first-child {
    font-size: 12px;
    font-weight: bold;

}

.subscription-wrapper .subscription-display-wrapper .item_details .order-total span:last-child {
    font-size: 12px;
    font-weight: 500;
    color: #4a4a4a;

}


.hr {
    height: 1px;
    border-bottom: solid 1px #dedede;
}

.subscription-wrapper .subscription-display-wrapper .item_details .order-renew-message {
    display: flex;
    font-size: 12px;
    margin-top: 30px;
    justify-content: flex-end;
    font-weight: 600;
    text-align: center;
    color: #4a4a4a;
}

.subscription-wrapper .subscription-display-wrapper .item_details .order-renew-message .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    color: #7278ff;
    line-height: 19px;
    text-align: center;
    background-color: rgba(114, 120, 255, 0.25);
    margin-left: 10px;
}

/*Buttons*/


.subscription-wrapper .subscription-display-wrapper .subscription-actions a.button-light {
    width: 91px;
    height: 27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    color: #7278FF;
    width: 90px;
    font-size: 12px;
    font-weight: 100;
    padding: 0px;
    background-color: #FFFFFF;
    border: solid #7278FF 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.subscription-wrapper .subscription-display-wrapper .subscription-actions .button-light:hover {
    background: #7278FF;
    border: solid #7278FF 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.details.other_details .address_details {
    display: flex;
    flex-direction: column;
    padding: 21px 35px;
}

@media only screen and (max-width: 782px){
    .details.other_details .address_details {
        padding: 21px 8px;
    }
}

.address_details {
  display: flex;
  flex-direction: row;
} 

@media only screen and (max-width: 782px){
  .address_details {
    font-size: 12px;
    line-height: 1.2rem;
  }
}

.address_details .shipping_address {
    flex: 1;
}

.address_details .billing_address {
  flex: 1;
}

.other_details .address_details .address-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
}

.other_details .address_details .address-wrapper {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

@media only screen and (max-width: 782px){ 
  .other_details .address_details .address-wrapper {
    padding-left: 10px;
  }
}

.other_details .address_details .address-wrapper  .address-item {
    display: flex;
    line-height: 1.2rem;
    flex:1;
}

.other_details .address_details .address-wrapper .address-container {
    border-left: 4px solid #f4f7fa;
    padding-left: 10px;
    margin-bottom: 10px;
    width: 100%;
}

@media only screen and (max-width: 782px){
  .other_details .address_details .address-wrapper .address-container {
    padding-left: 0;
  }
}

.other_details .address_details .address-wrapper .address-container .address-type {
    font-weight: 500;
    font-size: 14px;
    color:#333;
    margin-bottom: 10px;
}

.other_details .address_details .address-wrapper .address-edit {
    margin-left: 5px;
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    margin: 10px;
    cursor: pointer;
}

.other_details .address_details .address-wrapper .address-edit:before {
    content: url(../../../themes/mhtema/inc/icons/edit-black.svg);
    width: 30px;
    cursor: pointer;
}


/* Mobile CSS Section */

/*Subscription*/
@media screen and (max-width: 782px) {
    .subscription-wrapper {
        flex-direction: column;
        margin: 0px 10px;
    }
    .vertical-line {
        display: none;
    }
    .details {
        margin: 0;
    }
    .details:nth-child(1){
      margin: 0;
    }
    .subscription-wrapper .subscription-display-wrapper {
        margin: 0 0 10px 0px;
    }
    .subscription-wrapper .subscription-display-wrapper .item_details {
        padding: 10px;
    }

    .single_subscription_summary {
      flex-wrap: wrap;
      flex-direction: row;
      padding: 4px 8px;
      margin: auto;
      height: 110px;
    }


    .single_subscription_detail_text {
           order: 2;
    flex-grow: 0;
    flex-basis: 80%;
    text-align: left;
    }
    .single_subscription_detail_image {
        order: 3;
    }
    .single_subscription_detail {
      order: 4;
      width: 70%;
      margin: 5px;
    }

    .single_subscription_detail_content{
        flex: 1;
        flex-direction: row-reverse;
    }


    .single_subscription_detail.totals {
        order: 5;
    }
    .open_detail_content_button {
      order: 2;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 10%;
      flex: 1;
      justify-content: flex-end;
      display: flex;
    }

    .single_subscription_detail.totals .total .subscription_total, 
    .single_subscription_detail.totals .total .subscription_plan {
        font-size: 10px;
    }
    .single_subscription_detail.totals .total .subscription_plan {
      display: none;
    }

    .subscription_total {
        line-height: 1.2rem;
    }

    span.woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .other_details .address_details .address-section-title {
        margin: 0 0 10px 11px;
    }

    .other_details .address_details .address-wrapper .address-container {
        border: none;
    }

    .other_details .address_details .address-wrapper .address-item {
        margin: 5px 0px;
    }

    .other_details .address_details .address-wrapper {
      flex-direction: column;
    }

}


/** Card Modal **/

.credit-card-edit-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.secure-logo {
    flex: 0 0 100%;
    text-align: center;
    margin: 15px 0px;
}
.secure-text {
    flex: 0 0 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.16px;
    text-align: center;
    color: #4a4a4a;
    margin: 5px 0px;
}

.secure-icon {
    flex: 0 0 100%;
    text-align: right;
    margin-top: 10px;
}



/*Address Mobile*/


@media screen and (max-width: 780px) {

    .woocommerce-MyAccount-content .address-container .address-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0px 5px;
         border-radius: 0px;
         border: none;
         margin: 0;
         border-radius: 0px;
         box-shadow: unset;
        background-color: #ffffff;
    }

    .woocommerce-MyAccount-content .address-container .address-wrapper .card-area {
        padding: 0px;
    }

    .address-container .page_title {
        padding: 0px 25px;
    }
    .address-area {
        background-color: #f4f7fa;
        padding: 5px;
    }

    .address-area .shipping-address-wrapper .shipping-address-item {
        padding: 0px;
        flex-basis: 100%;

    }

    .address-area .shipping-address-wrapper {
        display: unset;
        flex-wrap: wrap;
    }
    .address-area .shipping-address-wrapper .address-add-btn a img {
        width: 10%;
    }

    .shipping-address-item ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: 0px;
    }

    .shipping-address-item ul li {
        list-style: none;
        padding: 30px 10px;
        flex: 0 0 auto;
        flex-basis: 70%;
        max-width: 300px;
        flex-wrap: nowrap;
    }

    .shipping-address-item ul li .address-item-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        border-radius: 6px;
        background-color: #ffffff;
        padding: 20px 20px;
    }


/*Billing*/

    .address-area .billing-address-wrapper .billing-address-item {
        padding: 0px;
        flex-basis: 100%;

    }

    .address-area .billing-address-wrapper {
        display: unset;
        flex-wrap: wrap;
    }
    .address-area .billing-address-wrapper .address-add-btn a img {
        width: 10%;
    }

    .billing-address-item ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: 0px;
    }

    .billing-address-item ul li {
        list-style: none;
        padding: 30px 10px;
        flex: 0 0 auto;
        flex-basis: 70%;
        max-width: 300px;
        flex-wrap: nowrap;
    }

    .billing-address-item ul li .address-item-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        border-radius: 6px;
        background-color: #ffffff;
        padding: 20px 20px;
    }



    .cart-list ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: 0px;
    }
    .cart-list ul li {
        list-style: none;
        padding: 30px 10px;
        flex: 0 0 auto;
        flex-basis: 70%;
        max-width: 300px;
        flex-wrap: nowrap;
    }
    .cart-list ul li .card-wrapper {
        width: 100%;
        height: 90%;
        border-radius: 6px;
        border: solid 2px #7278ff;
        background-color: #ffffff;
        padding: 10px 20px;
    }

    .card-brand {
        /* flex: 1 0 60%; */
        text-align: left;
        padding-top: 5%;
    }

    .card-edit {
        flex: 0 0 40%;
        text-align: right;
        padding-top: 0;
    }
    .card-number {
        flex: 0 0 100%;
        text-align: right;
        padding-top: 5%;
    }
    .card-valid-date {
        text-align: right;
        flex: 0 0 100%;
        padding-top: 2%;
    }
}

/* /Subscription */


/** Address Form***/


.woocommerce-edit-account.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  background-color: #fff;
}


.woocommerce-edit-account.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_container {
  max-width: 70%;
}

@media screen and (max-width: 780px) {
  .woocommerce-edit-account.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_container {
    max-width: 100%;
  }
}

.woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row label {
    font-size: 0.9rem;
}

.woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row input {
  border-radius: 20px;
  border: solid 1px #dfe6ee;
  background-color: #fff;
  height: 40px;
  padding: 0px 17px;
}

@media screen and (max-width: 780px) {
  .woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row input {
    margin-bottom: 14px;
  }
}

.woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row input:focus {
  border-color: #7278ff;
  box-shadow: inset 0 0 1px 3px #f2f4f7;
}

@media screen and (max-width: 780px) {
    .woocommerce-EditAccountForm.edit-account {
        width: 100%;
        padding:  0px 15px;
    }
}

.woocommerce-EditAccountForm.edit-account .form-row {
    width: calc(50% - 12.5px);
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (max-width: 780px) {
  .woocommerce-EditAccountForm.edit-account .form-row {
    width: 100%;
    gap: 4px;
  }
}

.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
  border-radius: 24px;
  width: calc(50% - 12.5px);
}

@media screen and (max-width: 780px) {

  .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    width: 100%;
  }
}

fieldset {
    border: unset!important;
    padding: 0!important;
}

fieldset legend {
    margin-bottom: 10px!important;
    font-size: 1rem!important;
    font-family: "HelveticaNow"!important;
    font-weight: 500!important;
}

.woocommerce-EditAccountForm.edit-account fieldset {
  margin: 35px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 25px;
}

@media screen and (max-width: 780px) {
  .woocommerce-EditAccountForm.edit-account fieldset {
    margin: 24px 0px 0px 0px;
  }
}

.woocommerce-EditAccountForm.edit-account h6 {
  font-size: 21px;
  font-weight: bold;
  color: #333792;
  margin-bottom: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}


@media screen and (max-width: 780px) {
  .woocommerce-EditAccountForm.edit-account h6 {
    margin-bottom: 14px;
  }
}

.woocommerce-EditAccountForm.edit-account h6 .icon { 
  background-color: #4a4a4a;
}

.woocommerce-EditAccountForm.edit-account .save_settings {
  margin: 16px 0px 0px 0px;
} 

/*** Automate Woo ****/
  .automatewoo-birthday-section .automatewoo-birthday-field .automatewoo-birthday-field__select {
    height: 36px;
  }

/***** Refer A Friend ******/
  .woocommerce-MyAccount-content .my_account_container .title_wrapper {
    width: 100%;
    height: 80px;
    border-radius: 6px;
    background-color: #333792;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 26px;
    align-items: center;
    margin-top: 32px;
  }

  @media screen and (max-width: 780px) {
    .woocommerce-MyAccount-content .my_account_container .title_wrapper {
      width: 94%;
      margin: auto;
      height: 54px;
    }
  }
  
  @media screen and (max-width: 780px) {
    .woocommerce-MyAccount-content .my_account_container .referrals-container {
      position: relative;
      overflow: auto;
    }
  }

  @media screen and (max-width: 780px) {
    .woocommerce-MyAccount-content .my_account_container .referrals-container h3 {
      margin: 0 2%;
    }
  }

  @media screen and (max-width: 780px) {
    .woocommerce-MyAccount-content .my_account_container .used-referrals-container {
      position: relative;
      overflow: auto;
    }
  }

  @media screen and (max-width: 780px) {
    .woocommerce-MyAccount-content .my_account_container .used-referrals-container h3 {
      margin: 0 2%;
    }
  }
  .woocommerce-MyAccount-content .my_account_container .earned_credit_message {
    margin: 19px 0;
    padding-left: 1%;
    font-size: 17px;
  }

  @media screen and (max-width: 780px) {
    .woocommerce-MyAccount-content .my_account_container .earned_credit_message {
      margin: 13px 0;
      padding: 0 2%;
      text-align: center;
    }
  }

  .woocommerce-MyAccount-content .my_account_container .not_found_refferals {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
  }

  .woocommerce-MyAccount-content .my_account_container table.my_account_referrals {
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 #ebebeb;
    border: solid 1px #eaeaea;
    background-color: #fff;
    padding: 12px 0 0;
    margin: 23px 0;
  }

  @media screen and (max-width: 780px) {
    .woocommerce-MyAccount-content .my_account_container table.my_account_referrals {
      margin: 23px 2%;
      width: 600px;
    }
  }

  .woocommerce-MyAccount-content .my_account_container table.my_account_referrals thead {
    border: solid 1px #eef3fa;
    background-color: #eef3fa;
  }

  .woocommerce-MyAccount-content .my_account_container table.my_account_referrals thead th {
    text-align: center;
    color: #333792;
    font-size: 18px;
    text-transform: none;
    padding: 9px 0px!important;
    font-weight: bold;
  }

  .woocommerce-MyAccount-content .my_account_container table.my_account_referrals td {
    padding: 12px 0px;
    text-align: center;
    border-right: solid 1px #e4ecf7;
    color: #2b2d37;
    font-weight: normal;
    font-size: 16px;
  }

  .woocommerce-MyAccount-content .my_account_container table.my_account_referrals tr:nth-child(even) {
    background-color: #eef3fa;
  }



  /***** b2b Order ******/
  .address_detail p {
    line-height: 1.2;
    font-size: 13px;
    margin: 0;
  }
  
  .shipment_address_infos table td {
    padding: 6px 0px;
    border-bottom: 1px solid #dedede;
  }
  
  .shipment_address_infos  thead {
    background: #bcbfff;
    font-weight: bold;
  }
  
  .shipment_address_infos table {
    border: 1px solid #dedede;
  }
  
  .shipment_address_infos table td {padding: 4px 7px;}
  
  .shipment_address_infos table tbody tr:nth-child(even) {
    background: #f4f4ff;
  }

  .b2b_order .order_items {
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
  }
  
  .b2b_order .order_items .giftnote {
    width: 50%;
    padding: 20px;
  }
  
  .single_shipment_details.b2b_order {
    min-height: 150px;
  }
  
  .b2b_order .order_items .tooltip {
    margin: 0;
  }
  
  .b2b_order .order_items .tooltip p.canapes {
    margin: 0;
  }
  
  .b2b_order .order_items .invoice {
    height: 100%;
    background: #eeeef5;
    width: 50%;
    padding: 20px;
  }
  
  .b2b_order .order_items .invoice a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #333;
  }


  @media screen and (max-width: 768px) {
    .b2b_order .order_items .invoice {
      font-size: 12px;
      line-height: 1.2;
      height: 100%;
    }
  }

  @media screen and (max-width: 768px) {
    .shipment_address_infos table td {
      font-size: 12px;
      min-width: 100px;
    }
    .shipment_address_infos.details.other_details {
      padding: 5px 8px;
      overflow: auto;
    }
  }


/*** My Company ****/
  .companyDetails .companyDetail {
    margin: 24px 0px;
  }

  .companyDetails .companyDetail .detailTitle {
    margin: 12px 0px;
    position: relative;
    text-align: left;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .companyDetails .companyDetail .detailTitle:after, 
  .companyDetails .companyDetail .detailTitle:before {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: "\a0";
    background-color: #7278ff;
    margin-left: 2%;
  }

  .companyDetails .companyDetail .detailTitle::before {
    width: 5%;
    text-align: right;
    margin-left: 0;
  } 

  .companyDetails .companyDetail .detailTitle span {
    color: #7278ff;
    font-weight: 700;
    margin-left: 6%;
  }

  .companyDetails .companyDetail .detailForm {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .companyDetails .companyDetail .detailForm .formElement {
    width: 100%;
  }
  
  .companyDetails .companyDetail .detailForm .formElement.half {
    width: calc(50% - 6px);
  }
  
  .companyDetails .companyDetail .detailForm .formElement label {
    font-size: 0.9rem;
  }
  
  .companyDetails .companyDetail .detailForm .formElement input {
    margin-bottom: 10px;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
  }
  
  .companyDetails .companyDetail .detailForm .formElement input:hover, 
  .companyDetails .companyDetail .detailForm .formElement input:focus {
    background-color: unset;
    box-shadow: unset;
  }

  .companyDetails .companyDetail .detailForm .formElement textarea {
    margin-bottom: 10px;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    min-height: 100px;
  }

  .companyDetails .companyDetail .detailForm .formElement textarea:hover, 
  .companyDetails .companyDetail .detailForm .formElement textarea:focus {
    background-color: unset;
    box-shadow: unset;
  }

  .companyDetails .companyDetail.branding .formElement.companyLogo {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .companyDetails .companyDetail.branding .formElement.companyLogo img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 1px solid #dedede;
    padding: 10px;
  }

/*** Requests ****/

.myrequestsWrapper .requests .singleRequest {
  display: flex;
  margin: 16px 0px;
  border: solid 1px #dedcdf;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 30px 0 rgba(181, 169, 169, 0.5);
  height: 100px;  
  padding: 12px 12px;
  align-items: center;
  justify-content: space-between;
}

.requestDetailsWrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.requestDetails.status {
  align-items: flex-end;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.requestDetail {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 4px;
  position: relative;
}

.requestDetail.contact a {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 4px;
}

.requestDetail.contact i {
  width: 16px;
  height: 16px;
  background-color: #7278ff;
}

.requestDetail .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 15px;
}

.requestDetail .button i {
  background: #7278ff;
}

.requestDetail .button:hover i {
  background: #fff;
}

.requestDetail label {
  font-size: 14px;
  line-height: 1.5rem;
}

.requestDetail label:after {
  content: ':';
}

.requestImage {
  border: 1px solid #dedede;
}


.myrequestsWrapper .navigation ul {
  margin: 10px 0px;
  display: flex;
}

.myrequestsWrapper .navigation ul li {
  list-style: none;
  background: #fff;
  border-radius: 20px;
  padding: 3px 20px;
  box-shadow: 0px 2px 5px 0 rgb(181 169 169 / 50%);
  font-weight: 500;
  margin: 0px 6px;
  white-space: nowrap;
}

.myrequestsWrapper .navigation ul li.active {
  background: #333792;
  border-radius: 20px;
}

.myrequestsWrapper .navigation ul li a {
  color: inherit!important;
  text-decoration: unset!important;
}

.myrequestsWrapper .navigation ul li.active a {
  color: #fff !important;
  font-weight: 500;
}

.saleResponsibleDetailsPopup {
  position: fixed;
  top: 0;
  left: 0;
  background: #9a9a9a9e;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}

.saleResponsibleDetails {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 6px;
  width: 36%;
}

.saleResponsibleName span:first-child {
  color: #7278ff;
  font-size: 25px;
  font-weight: bold;
}

.saleResponsibleName {
  border-bottom: 1px solid #7278ff;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}

.saleResponsibleName span:nth-child(2) {
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 500;
}

.saleResponsibleImage {
  width: 50%;
}

.saleResponsibleInfo {
  width: 50%;
}

.saleResponsibleContact {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0px;
  font-size: 12px;
}

.saleResponsibleDetailsPopup .closePopup {
  position: absolute;
  right: 4%;
  top: 4%;
  cursor: pointer;
}

.requestDetail .saleResponsibleDetailsPopup .closePopup i {
  width: 20px;
  height: 20px;
}


/** Partnerships *****/ 

  .urm_partnership_logo {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .urm_partnerships_list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 20px 0px;
  }

  .urm_partnerships_group_title {
    margin: 10px 0px 25px 0px;
    padding: 18px;
    border-radius: 6px;
    background-color: #333792;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    white-space: nowrap;
  }


  .urm_single_partnership {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 25px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(230, 230, 230, 0.5);
    border: solid 1px #dedcdf;
    background-color: #fff;
  }
  
  .urm_partnership_detail {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  
  .urm_partnership_details {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .urm_partnership_campaign_details {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .urm_partnership_detail span {
    font-size: 16px;
    font-weight: 500;
    color: #333792;
  }
  
  .urm_partnership_detail .icon {
    background-color: #333792;
    width: 22px;
    height: 22px;
  }
  
  .urm_partnership_campaign_details span {
    font-size: 16px;
    font-weight: 500;
    color: #333792;
  }
  
  .urm_partnership_campaign_details .icon {
    background-color: #333792;
    width: 22px;
    height: 22px;
  }

  .urm_partnership_coupon .button {
    padding: 9px 20px;
  }

  .urm_single_partnership.expired {
    cursor: not-allowed;
  }

  .expired .urm_partnership_detail .icon {
    background-color: #979797;
  }
  
  .expired .urm_partnership_detail span {
    color: #979797;
  }
  
  .expired .urm_partnership_campaign_details span {
    color: #979797;
  }
  
  .expired .urm_partnership_campaign_details .icon {
    background-color: #979797;
  }
  
  .expired .urm_partnership_details {
    width: 50%;
  }

  .urm_partnership_details_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #404040a8;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
  }
  
  .urm_partnership_details_popup_container {
    background: #fff;
    width: 70%;
    height: 80%;
    padding: 50px;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
  }


  .urm_partnership_details_popup_container .close_details {
    display: flex;
    position: absolute;
    top: 4%;
    right: 3%;
    padding: 8px;
    border: solid 1px #959595;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .urm_partnership_details_popup_container .close_details .icon {
    background-color: #959595;
    width: 12px;
    height: 12px;
  }
  
  .urm_partnership_details_popup_container .close_details:hover {
    border-color: #333;
  }
  
  .urm_partnership_details_popup_container .close_details:hover .icon {
    background-color: #333;
  }
  
  .urm_partnership_details_popup_container .content {
    overflow: auto;
    max-height: 100%;
  }

  .urm_partnership_coupon.copy {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #7278ff;
    border-radius: 22px;
    gap: 20px;
    padding: 1px 1px 1px 10px;
    color: #6f6f6f;
  }
  
  .urm_partnership_coupon.copy a {
    border-radius: 22px;
  }


@media screen and ( max-width: 782px ) {
  .urm_partnerships_group_title {
    border-radius: 0;
    padding: 12px;
    font-size: 18px;
    margin: 12px 0px 0px 0px;
  }
  
  .urm_partnerships_list {
    margin: 10px;
    gap: 10px;
  }
  
  .urm_partnership_campaign_details span {
    display: none;
  }
  
  .urm_partnership_campaign_details {
    position: absolute;
    top: 6%;
    right: 6%;
  }
  
  .urm_single_partnership {
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  
  .urm_partnership_detail span {
    font-size: 14px;
  }
  
  .urm_partnership_detail .icon {
    width: 18px;
    height: 18px;
  }
  
  .urm_partnership_coupon .button {
    font-size: 14px;
    padding: 0.3rem 1.2rem;
  }

  .urm_partnership_details_popup_container {
    bottom: 0;
    top: unset;
    left: 0;
    width: 100%;
    transform: unset;
    border-radius: 20px 20px 0px 0px;
    max-height: 80%;
    padding: 14px;
  }
  
  .urm_partnership_details_popup {
    justify-content: flex-end;
    align-items: flex-end;
  }
}


.urm_partnerships_wrapper.notValid:after {
  left: 0;
  content: 'Kuponların aktifleşmesi için sipariş oluşturmalısınız.';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #cdcdcde6;
  z-index: 2;
  color: #333;
  padding: 8%;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.urm_partnerships_wrapper.notValid {
  position: relative;
}


/*** Not Found Order Category Menu List ***/

  .not_found_order {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 95%;
  }

  @media screen and ( max-width: 782px ) {
    .not_found_order {
      max-width: 100%;
      gap: 20px;
      align-items: center;
    }
  }

  .not_found_order .not_found_order_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none;
    max-width: 85%;
    margin: auto;
  }

  @media screen and ( max-width: 782px ) {
    .not_found_order .not_found_order_menu ul {
      max-width: unset;
      justify-content: flex-start;
    }
  }

  .not_found_order .not_found_order_menu ul li {
    padding: 11px 8px 8px 10px;
    border-radius: 10px;
    background-color: #efefef;
    width: 125px;
    height: 135px;
    position: relative;
    cursor: pointer;
  }

  @media screen and ( max-width: 782px ) {
    .not_found_order .not_found_order_menu ul li {
      width: calc(33% - 15px);
      height: 105px;
    }
  }

  .not_found_order .not_found_order_menu ul li a {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    text-decoration: unset;
  }

  @media screen and ( max-width: 782px ) {
    .not_found_order .not_found_order_menu ul li a {
      font-size: 14px;
    }
  }

  .not_found_order .not_found_order_menu ul li .menu-content {
    position: absolute;
    bottom: 6%;
    right: 6%;
  }

  .not_found_order .not_found_order_menu ul li .menu-content .icon {
    width: 60px;
    height: 60px;
  }

  @media screen and ( max-width: 782px ) {
    .not_found_order .not_found_order_menu ul li .menu-content .icon {
      width: 40px;
      height: 40px;
    }
  }

  .not_found_order .not_found_order_menu ul li:hover {
    border: 1px solid #333;
  }

  .not_found_order .not_found_order_menu ul li.yellow-menu {
    background: #fffbe1;
  }

  .not_found_order .not_found_order_menu ul li.yellow-menu:hover {
    border: 1px solid #daca61;
  }

  .not_found_order .not_found_order_menu ul li.yellow-menu a {
    color: #daca61;
  }

  .not_found_order .not_found_order_menu ul li.yellow-menu .icon {
    background-color: #daca61;
  }

  .not_found_order .not_found_order_menu ul li.red-menu {
    background: #feece7;
  }

  .not_found_order .not_found_order_menu ul li.red-menu:hover {
    border: 1px solid #ff9b7f;
  }

  .not_found_order .not_found_order_menu ul li.red-menu a {
    color: #ff9b7f;
  }

  .not_found_order .not_found_order_menu ul li.red-menu .icon {
    background-color: #ff9b7f;
  }

  .not_found_order .not_found_order_menu ul li.green-menu {
    background: #ebf5e2;
  }

  .not_found_order .not_found_order_menu ul li.green-menu:hover {
    border: 1px solid #9dbb82;
  }

  .not_found_order .not_found_order_menu ul li.green-menu a {
    color: #9dbb82;
  }

  .not_found_order .not_found_order_menu ul li.green-menu .icon {
    background-color: #9dbb82;
  }

  .not_found_order .not_found_order_menu ul li.blue-menu {
    background: #ebf0fc;
  }

  .not_found_order .not_found_order_menu ul li.blue-menu:hover {
    border: 1px solid #82a1ea;
  }

  .not_found_order .not_found_order_menu ul li.blue-menu a {
    color: #82a1ea;
  }

  .not_found_order .not_found_order_menu ul li.blue-menu .icon {
    background-color: #82a1ea;
  }

  .not_found_order .not_found_order_menu ul li.pink-menu {
    background: #ffeffc;
  }

  .not_found_order .not_found_order_menu ul li.pink-menu:hover {
    border: 1px solid #d563f4;
  }

  .not_found_order .not_found_order_menu ul li.pink-menu a {
    color: #d563f4;
  }

  .not_found_order .not_found_order_menu ul li.pink-menu .icon {
    background-color: #d563f4;
  }

  .not_found_order .message_text {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #2b2d37;
  }


  /*** Reset Password ****/

    .urm-lost-password-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 1260px;
      min-width: 1260px;
      margin: 2% 0;
      border: 1px solid #dedede;
    }

    .form-illustration {
      flex: 1;
      background-color: #ecedff;
      padding: 2% 0;
    }

    .urm-lost-password-wrapper .forms {
      flex: 1;
    }

    .form-illustration img {
      max-width: 90%;
    }

    .form-illustration picture {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .urm-lost-password-wrapper form {
      max-width: 75%;
      margin: auto;
    }

    .urm-lost-password-wrapper .form_title {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .urm-lost-password-wrapper .form_title p {
      letter-spacing: normal;
      text-align: center;
      color: #2b2d37;
      line-height: normal;
    }

    .urm-lost-password-wrapper .form_title .welcome {
      font-size: 35px;
      font-weight: bold;
      color: #2b2d37;
    }

    .urm-lost-password-wrapper form input {
      border-radius: 20px;
      border: solid 1px #dfe6ee;
      background-color: #fff;
      height: 40px;
      padding: 0px 20px;
      margin: 0;
    }
    .urm-lost-password-wrapper form .woocommerce-form-row button {
      border-radius: 20px;
      width: 100%;
    }
    .urm-lost-password-wrapper .continue_shopping {
      margin: auto;
    }

    .urm-lost-password-wrapper form p.woocommerce-form-row.form-row.form_action {
      margin-top: 20px;
    }



    @media screen and ( max-width: 782px ) {

      .form-illustration {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .urm-lost-password-wrapper {
        flex-direction: column;
        margin: 0;
        background: #ecedff;
        min-height: calc(100vh - 100px);
        max-width: unset;
        min-width: unset;
        width: 100%;
      }
      
      .urm-lost-password-wrapper .forms {
        background: #fff;
        border-radius: 30px 30px 0 0;
        padding-top: 37px;
        width: 100%;
      }
      
      .urm-lost-password-wrapper .form_title .welcome {
        font-size: 21px;
        font-weight: 500;
        color: #2b2d37;
        width: 100%;
      }
      
      .urm-lost-password-wrapper .form_title p {
        font-size: 12px;
        color: #2b2d37;
        text-align: left;
        width: 100%;
      }
      
      .urm-lost-password-wrapper form {
        max-width: 85%;
      }
      
      .urm-lost-password-wrapper form input {
        margin-bottom: 0;
      }

      .urm-lost-password-wrapper .continue_shopping {
        margin: 12px auto;
      }
      .urm-lost-password-wrapper .continue_shopping a {
        font-size: 18px;
      }
    }
