.profile_page_section {
    max-width: 1336px;
    width: 100%;
    margin: 80px auto;
}
.profile_links {
    width: 318px;
    min-width: 318px;
    padding: 24px 18px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-right: 20px;
}
.profile_links a {
    padding: 20px 16px;
    background: transparent;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #6876BB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
}
.profile_links a.active, .profile_links a:hover {
    background: #3043A1;
    color: #FFFFFF;
}
.profile_page_section  h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 32px;
}
.profile_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.personal_info_main{
    width: 65%;
}
.personal_info {
    width: 100%;
    /*padding-bottom: 16px;*/
    margin-bottom: 32px;
}
.profile_links a span {
    transition: 0s;
}
.personal_info h3, .delivery_address h3, .order_main h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color:#3043A1;
    margin-bottom: 24px;
}
.personal_info label {
    font-size: 14px;
    color:#3043A1;
    margin-bottom: 8px;
    display: block;
    font-weight: bold;
}
.personal_info label span {
    color: red;
}
.personal_info input {
    padding: 16px;
    color: #000;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    width: 100%;
    font-weight: bold;
}
.personal_info ::placeholder {
    color: #000;
    font-weight: bold;
}
.personal_info_form form, .iti {
    width: 100%;
}
.personal_info_form form, .sign_info > form > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.sign_info > form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.personal_info_form form > div, .sign_info > form> div > div {
    margin-bottom: 16px;
    width: 100%;
}
.personal_info_form form > div:nth-child(2) {
    margin: 0 20px;
}
.personal_info button {
    padding: 16px 65px;
    border: 1px solid #3043A1;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #3043A1;
    margin-left: 20px;
    background: transparent;
}
.personal_info button:hover {
    background: #3043A1;
    color: #fff;
}
.personal_info_form {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 20px;
}
.sec_with_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
}
.sec_with_btn > div{
    width: 49.5%;
}
.delivery_address_info {
    width: 100%;
    padding: 16px 24px;
    background: #FFFFFF;
    border-radius: 16px;
}
.delivery_address_info span {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #6876BB;
}
.delivery_address_info p {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #3043A1;
    font-weight: bold;
    margin: 0 20px 0 10px;
}
.delivery_address_info > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.delivery_address_info > div:last-child {
    margin-bottom: 0;
}
.delivery_address_info > div > div:first-child > span {
    display: block;
    width: 100px;
}
.change_address {
    padding: 11px 32px;
    border: 1px solid #B591D6;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #3043A1;
    margin-right: 20px;
    background: transparent;
}
.change_address svg {
    margin-right: 5px;
}
.change_address span {
    transition: 0s;
}
.address_btns .change_address i {
    transition: 0.2s !important;
}
.change_address i:after {
    content: '';
    display: block;
    border-bottom: 2px solid #B591D6;
    width: 11px;
    position: absolute;
    bottom: 0;
    right: -5px;
}
.change_address i {
    position: relative;
    margin-right: 12px;
    color: #B591D6;
    transition: 0s;
}
.change_address:hover {
    background: #B591D6;
    color: #fff;
}
.change_address:hover i {
    color: #fff;
}
.change_address:hover i:after {
    border-color: #fff;
}
.blue_btn {
    border-color: #17BED0 !important;
}
.blue_btn:hover {
    background: #17BED0 !important;
}
.blue_btn i{
    color: #17BED0 !important;
}
.blue_btn:hover i{
    color: #fff !important;
}
.address_btns.add_new_address > div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.remove_address {
    width: 56px;
    min-width: 56px;
    height: 56px;
    text-align: center;
    border-radius: 100px;
    font-size: 20px;
    padding-top: 4px;
    background: #fff !important;
    color: #E95E26 !important;
    border-color: #fff !important;
}
.remove_address path {
    transition: 0s;
}
.remove_address path {
    stroke:  #E95E26;
}
.address_btns{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 24px;
}
.add_new_address {
    justify-content: space-between;
}
.add_new_address_btn {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 16px 32px;
    border: 2px solid #B591D6;
    border-radius: 100px;
    background: transparent;
}
.add_new_address_btn i {
    color: #B591D6;
    font-size: 18px;
    margin-right: 7px;
}
.add_new_address_btn span {
    transition: 0s;
}
.add_new_address_btn:hover {
    background: #B591D6;
    color: #fff;
}
.add_new_address_btn:hover i{
    color: #fff;
}
.new_address_section .personal_info {
    border-bottom: 0;
}
.personal_info select {
    padding: 16px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: bold;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    width: 198px;
}
.flex > div:nth-child(1) select {
    margin-right: 20px;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.inputs input {
    width: 100%;
}
.flex.inputs > div{
    margin-right: 8px;
}
.new_address_section .personal_info {
    margin-bottom: 0;
    padding-bottom: 0;
}
.new_address_section .address_btns {
    margin-top: 0;
}
.new_address_section .address_btns .change_address {
    background: #3043A1;
    color: #fff;
    padding: 16px 32px !important;
}
.new_address_section .address_btns .change_address:hover {
    background: #19CEE1 !important;
}
.new_address_section .address_btns .change_address:active {
    background: #14A4B3 !important;
}
.new_address_section .address_btns .change_address span {
    top: 0;
}
.new_address_section .address_btns .change_address i {
    transition: 0s;
    margin-right: 5px;
}
/*.new_address_section {*/
/*    padding-top: 32px;*/
/*}*/
.order_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.order_top {
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
}
.order_top form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order_top form input, .order_top .date {
    background: #F8F4FB;
    border: 1px solid #B591D6;
    border-radius: 32px;
}
.order_top form input{
    padding: 20px 20px 20px 41px;
}
.order_top .date {
    padding: 13.3px 16px;
}
.order_top .date span {
    position: relative;
    top: -5px;
}
.order_top form > div {
    position: relative;
}
.order_top form > div button {
    position: absolute;
    border: none;
    background: none;
    top: 16px;
    left: 14px;
}
.order-table table {
    width: 100%;
    margin-top: 16px;
    border-collapse: collapse;
}
.order-table table tbody:before {
    line-height:1em;
    content:".";
    color:white;
    display:block;
}
.order-table table tbody tr {
    border-bottom: 20px solid #eef0eb;
}
.order-table table tbody tr:last-child {
    border-bottom: none;
}
.order-table table thead tr {
    background:  #DFE3D9;
}
.order-table table thead td {
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
}
.order_product_info_mobile a {
    color: #3043A1;
}
.order-table table tbody td > a{
    padding: 20px 0;
    display: block;
}
.f_left {
    float: left;
}
.f_left  + i {
    margin-left: 16px;
}
.order_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.order-table table tbody tr {
    background: #fff;
    padding: 16px 0;
}
.order-table table tbody tr td:first-child, .order-table table thead tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 12px;
}
.order-table table tbody tr td:last-child, .order-table table thead tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-right: 12px;
}
.order-table table thead td span {
    font-size: 14px;
    color: #6876BB;
}
.order-table table tbody td p {
    font-size: 16px;
    margin: 0 auto;
    font-family: GHEAHelveticaGeoBold;
    color: #3043A1;
}
.ot table tbody tr td:nth-child(1) p, .ot table tbody tr td:nth-child(2) p, .ot table tbody tr td:nth-child(3) p {
    font-family: GHEAHelveticaGeo !important;
}
.order-table table tbody td a {
    color: #3043A1;
}
.order-table .status {
    position: relative;
    padding-left: 13px;
}
.order-table .status:before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: #17BED0;
    top: 4px;
    left: 0;
    border-radius: 50%;
}
.ot .td_btns {
    position: relative;
    top: -7px;
}
.ot .td_btns .repeat{
    color:#17BED0 !important;
    border-color:#17BED0 !important;
    font-weight: bold;
}
.ot .td_btns .comment{
    color:#3043A1 !important;
    font-weight: bold;
}
.price_td{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 16px;
}
.price_td p {
    margin-right: 30px;
}
.price_td i {
    color: #3043A1;
}
.td_btns .repeat {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #3043A1;
    padding: 6px 16px;
    border: 1px solid #3043A1;
    border-radius: 100px;
    background: transparent;
    margin-right: 18px;
}
.td_btns .repeat img {
    position: relative;
    top: 7px;
}
.td_btns .comment {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #6876BB;
    padding: 6px 16px;
    border: 1px solid #6876BB;
    background: transparent;
    border-radius: 100px;
}



.single_order_page .order_top {
    position: relative;
}
.single_order_page .order_top > a {
    position: absolute;
    top: 21px;
    left: 16px;
    color: #3043A1;
}
.single_order_page .order_top h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0 !important;
}
.order_product_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
order_product_na.me img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    margin-right: 16px;
}
.order_product_name a {
    font-size: 14px;
    padding-right: 14px;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.tb_order_price {
    background: #fff;
    border-radius: 32px;
    padding: 16px;
    width: max-content;
    margin: 20px 0 0 auto;
}
.tb_order_price span {
    font-size: 16px;
    color: #3043A1;
}
.tb_order_price p {
    font-weight: bold;
    font-size: 20px;
    margin-left: 40px;
    color: #3043A1;
}
.tb_order_price > div {
    background: #F3EDE3;
    border-radius: 16px;
    padding: 16px;
    width: 468px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order_info_details .order_info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.order_info_details .order_info_item span {
    display: block;
    width: 220px;
    min-width: 220px;
    font-size: 14px;
    color: #6876BB;
}
.order_info_details .order_info_item p {
    font-size: 14px;
    color: #3043A1;
    font-weight: bold;
}
.order_info_details h3 {
    margin-top: 32px;
    font-weight: 700;
    color: #3043A1;
}
.order_info_details > div > div {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 20px;
    margin-top: 20px;
}
.order_total_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tb_order_price small {
    display: block;
    font-size: 14px;
    color: #6876BB
}
.order_total_price .tb_order_price span {
    display: block;
    text-align: right;
    margin-bottom: 3px;
}
.order_total_price .tb_order_price  {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0;
    border: 0;
}
.profile_cards > p {
    font-size: 14px;
    margin-bottom: 16px;
    color: #3043A1
}
.card_types > div{
    background: #FFFFFF;
    border-radius: 32px;
    padding: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.profile_cards > div {
    margin-bottom: 16px;
}
.profile_cards > div a {
    margin-right: 18px;
}
.add_new_card_btn {
    font-size: 14px;
    padding: 16px 32px;
    border: 2px solid #17BED0;
    border-radius: 100px;
    color: #3043A1;
    background: transparent;
}
.add_new_card_btn span {
    transition: 0s;
    font-weight: bold;
}
.add_new_card_btn i {
    color: #17BED0;
    margin-right: 10px;
    border: 1px solid #17BED0;
    border-radius: 50%;
    font-size: 14px;
    padding: 5px;
}
.add_new_card_btn:hover {
    color: #fff !important;
    background-color: #17BED0;
}
.add_new_card_btn:active {
    background-color: #17BED0;
}
.add_new_card_btn:hover i {
    color: #fff !important;
    border-color: #fff !important;
}
.profile_cards {
    margin-bottom: 32px;
    max-width: 432px;
    width: 100%;
}
.profile_cards input, .profile_cards select {
    border: 1px solid #E0E0E0;
    padding: 16px;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 16px;
    background: #fff;
}
.profile_cards label {
    font-size: 14px;
    color: #6876BB;
    margin-bottom: 8px;
    display: block;
}
.profile_cards select {
    width: 152px;
}
.card_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
.card_date > div:nth-child(2) {
    margin: 0 15px;
}
.card_confirm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0 !important;
}
.card_confirm a {
    margin-right: 10px !important;
}
.card_confirm .address_btns{
    margin-bottom: 0;
}
.card_confirm .change_address{
    background: #17BED0 !important;
    border-radius: 100px;
    border: 1px solid #17BED0 !important;
    width: 100%;
    display: block;
}
.card_confirm .address_btns {
    width: 100%;
}
.card_txt {
    font-size: 12px;
    line-height: 24px;
    color: #6876BB;
}
.check_card_item {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    position: relative;
}
.check_card_item .card_info, .check_card_item .card_info > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.check_card_item .card_info > div {
    margin-left: 32px;
}
.check_card_item .card_info > div > div {
    margin-bottom: 8px;
}

.check_card_item .card_info span {
    display: block;
    width: 150px;
    color: #6876BB;
    font-size: 14px;
}
.check_card_item .card_info p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.check_card_content {
    width: 500px;
}
.card_info {
    margin-bottom: 16px;
    margin-top:8px;
}
.check_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.check_card > div {
    margin-bottom: 20px;
}
.check_card_item label {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.check_card_item input {
    position: relative;
    width: 17px;
    height: 17px;
}
.check_card_item input:checked:after {
    content: url(../images/radio.png);
    position: absolute;
    top: -3px;
    left: -3px;
}
.single_remove {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.delivery_address_info > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex > div {
    width: 100%;
}
.flex.in > div:nth-child(1){
    margin-right: 16px;
}
.flex > div select {
    width: 100%;
}
.order_table_mobile td > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 8px;
}
.order_table_mobile td span {
    font-size: 14px;
    color: #6876BB;
    margin-bottom: 8px;
}
.order_table_mobile td p {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
}
.right_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.right_side .td_btns {
    margin-top: 5px;
}
.order_table_mobile{
    display: none;
}
.td_btns span {
    margin-bottom: 0 !important;
}
.single_order_item_mobile {
    padding: 16px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single_order_item_mobile .order_product_name{
    margin-right: 16px;
}
.order_mob_info {
    margin-top: 20px;
}
.order_mob_info a {
    font-size: 14px;
    color: #000000;
}
.order_mob_info > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}
.order_mob_info > div span {
    font-size: 14px;
    color: #6876BB;
}
.order_mob_info > div p {
    font-size: 14px;
    color: #3043A1;
}
.order_product_info_mobile {
    width: 100%;
}
.td_btns a {
    white-space: nowrap;
}
.single_order_mobile{
    display: none;
}
.order_count {
    width: 114px;
    margin: 0 auto;
}
.last_btns .change_address {
    background: #17BED0 !important;
    border-radius: 100px;
    width: 149px;
    border-color: #17BED0 !important;
}
.last_btns .change_address:hover  {
    background: #19CEE1 !important;
}
.last_btns .change_address:active  {
    background: #14A4B3 !important;
}
.last_btns .remove_address {
    background: #fff !important;
    color: #E95E26 !important;
    border-color: #fff !important;
}
.profile_content .remove_address:hover svg path {
    transition: 0.3s;
}
.profile_content .remove_address:hover svg path {
    stroke: #fff !important;
}
.profile_content .remove_address:hover {
    background:  #E95E26 !important;
}
.last_btns .remove_address:hover {
    background:  #E95E26 !important;
}
.last_btns .remove_address i {
   transition: 0s;
}
.last_btns .remove_address:hover {
    background: #E95E26!important;
    color: #fff  !important;
}
.last_btns {
    margin-top: 20px !important;
}
.personal_info .last_btns button {
    padding: 16px 32px !important;
    color: #fff !important;
}
.personal_info .last_btns .change_address span {
     top: 0 !important;
}
.order_top .date {
    width: unset !important;
    height: 58px !important;
}
.check_card_content button {
    z-index: 11;
    margin-left: 90px;
}
.full button {
    display: block;
    width: 100%;
    margin: 4px 0 0 !important;
}
.card_confirm .remove_address i {
    transition: 0s;
}
.card_confirm .remove_address:hover {
    background: #E95E26 !important;
    color: #fff !important;
}
.hover_white {
    opacity: 0;
}
.svg_hover:hover .hover_orange {
    opacity: 0;
}
.svg_hover:hover .hover_white {
    opacity: 1;
}
.remove_address.svg_hover {
    position: relative;
}
.remove_address.svg_hover .hover_orange {
    position: absolute;
    left: 9px;
    top: 6px;
}
.svg_hover .hover_white {
    position: absolute;
    top: 14px;
    left: 17px;
}
.svg_hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.change_address.svg_hover {
    position: relative;
}
.change_address.svg_hover .hover_orange {
    position: relative;
}
.change_address.svg_hover .hover_white {
    position: absolute;
    left: 32px !important;
    top: 15px !important;
}
.change_address img {
    transition: 0.2s;
}
.order_succeed {
    color: #11d211 !important;
}
.order_rejected {
    color: red !important;
}