.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: 16px;
    background: transparent;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #828282;
    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: #DFF3F2;
    color: #000;
}
.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_main .date {
 width: unset !important;
 height:  unset !important;
 line-height:  unset !important;
}
.personal_info {
width: 100%;
border-bottom: 1px solid #BDBDBD;
padding-bottom: 16px;
margin-bottom: 32px;
}
.personal_info h3, .delivery_address h3, .order_main h3 {
font-size: 18px;
line-height: 24px;
letter-spacing: 0.01em;
color: #000000;
margin-bottom: 24px;
font-weight: 100;
}
.personal_info label {
font-size: 14px;
color: #828282;
margin-bottom: 8px;
display: block;
}
.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 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.personal_info_form form > div {
-webkit-box-flex: 0;
-webkit-flex: 0 0 48%;
-moz-box-flex: 0;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-bottom: 16px;
}
.personal_info_form form > div:nth-child(odd) {
margin-right: 20px;
}
.register_info form > div {
-webkit-box-flex: 0;
-webkit-flex: 0 0 49%;
-moz-box-flex: 0;
-ms-flex: 0 0 49%;
flex: 0 0 49%;
}
.personal_info button {
padding: 16px 65px;
border: 1px solid #00A59C;
border-radius: 100px;
font-size: 14px;
letter-spacing: 0.01em;
color: #00A59C;
margin-left: 20px;
background: transparent;
}
.personal_info button:hover {
background: #00A59C;
color: #fff;
}
.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: #828282;
}
.delivery_address_info p {
font-size: 14px;
letter-spacing: 0.01em;
color: #000;
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 #00A59C;
border-radius: 100px;
font-size: 14px;
letter-spacing: 0.01em;
color: #00A59C;
margin-right: 20px;
background: transparent;
}
.change_address svg {
margin-right: 5px;
}
.change_address span {
transition: 0s;
position: relative;
top: -5px;
}
.change_address:hover {
background: #00A59C;
color: #fff;
}
.change_address:hover path {
stroke: #fff;
fill: #fff;
}
.remove_address {
width: 56px;
min-width: 56px;
height: 56px;
border: 1px solid #BDBDBD;
text-align: center;
border-radius: 100px;
color:  #BDBDBD;
font-size: 20px;
background: transparent;
padding-top: 4px;
}
.remove_address path {
transition: 0s;
}
.remove_address:hover path {
stroke:  #EB5757;
}
.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: 1px solid #F7861B;
border-radius: 100px;
background: transparent;
}
.add_new_address_btn i {
color: #F7861B;
font-size: 18px;
margin-right: 7px;
}
.add_new_address_btn span {
transition: 0s;
}
.add_new_address_btn:hover {
background: #F7861B;
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: #00A59C;
color: #fff;
padding: 16px 32px !important;
}
.new_address_section .address_btns .change_address:hover {
background: #00948C;
}
.new_address_section .address_btns .remove_address:hover i {
color: #EB5757;
}
.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;
border-top: 1px solid #BDBDBD;
}
.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 {
border: 1px solid #D9D9D9;
background: #fff;
border-radius: 10px;
}
.order_top form input{
padding: 20px 20px 20px 53px;
}
.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: 8px solid #f4f4f4;
}
.order-table table tbody tr:last-child {
border-bottom: none;
}
.order-table table thead tr {
background: #EBEBEB;
}
.order-table table thead td {
padding: 12px 0;
}
.order-table table tbody td {
padding: 10px 0;
}
.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: #828282;
}
.order-table table tbody td p {
font-size: 14px;
color: #000;
}
.order-table .status {
position: relative;
padding-left: 13px;
}
.order-table .status:before {
content: '';
position: absolute;
display: block;
width: 8px;
height: 8px;
background: #00A59C;
border-radius: 2px;
top: 4px;
left: 0px;
}
.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: #00A59C;
}
.td_btns .repeat {
font-size: 14px;
letter-spacing: 0.01em;
color: #00A59C;
padding: 6px 16px;
border: 1px solid #00A59C;
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: #828282;
padding: 6px 16px;
border: 1px solid #828282;
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: #00a59c;
}
.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 {
margin-top: 24px;
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;
padding-bottom: 32px;
border-bottom: 1px solid  #BDBDBD;
}
.tb_order_price span {
font-size: 20px;
}
.tb_order_price p {
font-weight: bold;
font-size: 24px;
margin-left: 40px;
}
.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: #828282;
}
.order_info_details .order_info_item p {
font-size: 14px;
color: #000;
font-weight: bold;
}
.order_info_details h3 {
margin-top: 32px;
}
.order_info_details {
padding-bottom: 16px;
border-bottom: 1px solid  #BDBDBD;
}
.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: #828282
}
.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;
}
.profile_cards > div {
margin-bottom: 16px;
}
.profile_cards > div a {
margin-right: 18px;
}
.add_new_card_btn {
font-size: 14px;
padding: 16px 32px;
border: 1px solid #13C4A3;
border-radius: 100px;
color: #000;
background: transparent;
}
.add_new_card_btn span {
transition: 0s;
}
.add_new_card_btn i {
color: #13C4A3;
margin-right: 10px;
font-size: 17px;
}
.add_new_card_btn:hover {
color: #fff !important;
background-color: #13C4A3;
}
.add_new_card_btn:hover i {
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: #828282;
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;
}
.card_confirm a {
margin-right: 10px !important;
}
.card_confirm .address_btns{
margin-bottom: 0;
}
.card_txt {
font-size: 12px;
line-height: 24px;
}
.check_card_item {
background: #FFFFFF;
border-radius: 16px;
padding: 16px;
position: relative;
}
.bg_grey {
background: #EBEBEB !important;
}
.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: #828282;
font-size: 14px;
}
.check_card_item .card_info p {
color: #000;
font-size: 14px;
font-weight: bold;
}
.check_card_content {
width: 432px;
}
.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;
}
.check_card > div:nth-child(1) {
margin-right: 20px;
}
.check_card_item label {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.check_card_item input {
position: relative;
width: 23px;
height: 23px;
}
.check_card_item input:checked:after {
content: '';
position: absolute;
background: #fff;
border-radius: 50px;
width: 14px;
height: 14px;
top: -2px;
left: -2px;
display: block;
border: 7px solid #00A59C;
}
.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: #828282;
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: #828282;
}
.order_mob_info > div p {
font-size: 14px;
color: #000000;
}
.order_product_info_mobile {
width: 100%;
}
.td_btns a {
white-space: nowrap;
}
.single_order_mobile{
display: none;
}
