.account_layout .box_account .direct_acc{
  margin: 20px;
  color: #666;
  white-space: nowrap;
}

.account_layout .box_account .direct_acc span{
  font-size:12px;
  color:#999;
}

.op_acc_left{
  padding:25px 20px 30px;
}

.op_acc_left .title span{
  padding-bottom: 10px;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 700;
}

.drop_acc_1{
  margin-top:20px;
}


.accordion_acc {
  color: #222;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  text-transform: capitalize;
  font-weight: 600;
}

.active_acc, .accordion_acc:hover {
  
}

.accordion_acc:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active_acc:after {
  content: "\2212";
}

.panel_acc {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.accordion_acc_2 {
  color: #222;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  text-transform: capitalize;
  font-weight: 600;
}

.active_acc_2, .accordion_acc_2:hover {
  
}

.accordion_acc_2:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active_acc_2:after {
  content: "\2212";
}

.panel_acc_2 {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.drop_acc_2{
  margin-top:20px;
}

.drop_acc_3{
  margin-top:20px;
}



.accordion_acc_3 {
  color: #222;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  text-transform: capitalize;
  font-weight: 600;
}

.active_acc_3, .accordion_acc_3:hover {
  
}

.accordion_acc_3:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active_acc_3:after {
  content: "\2212";
}

.panel_acc_3 {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.logout span{
  color: #222;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  text-transform: capitalize;
  font-weight: 600;
}



.list_info_acc .main_acc li{
  margin-left: 10px;
  text-transform: capitalize;
  line-height: 30px;
  cursor: pointer;
}

.list_info_acc .main_acc li{
  color: #666;
  font-size: 14px;
}


.layout_right_acc .title{
  margin-bottom: 70px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}


/*wish list css*/

.layout_item_wish_list .fillter_page_wish_list{
  display: flex;
  justify-content: space-between;
  background: #f6f6f6;
  padding: 16px;
}


.layout_item_wish_list .fillter_page_wish_list .fillter_all{
  display:flex;
  align-items:center;
}

.layout_item_wish_list .fillter_page_wish_list .fillter_all button{
    position: relative;
    display: inline-block;
    margin-right: 15px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    font-weight: 700;
    font-size:12px;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
}

.layout_item_wish_list .fillter_page_wish_list .fillter_select_all{
    display: flex;
    width: 302px;
    align-items: center;
    color: #222222;
    font-weight: 700;
}

.layout_item_wish_list .fillter_page_wish_list .fillter_select_all .title_select{
  font-size: 14px;
  padding-right: 10px;
}

.layout_item_wish_list .fillter_page_wish_list .fillter_select_all select{ 
    position: relative;
    display: inline-block;
    margin-right: 15px;
    height: 32px;
    line-height: 32px;
    width: 145px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    font-weight: 700;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    font-size: 12px;
}


.product_wish_list{
  margin-top:30px;
}

.product_item .item{
  padding-top:20px;
}

.product_item .item .image img{
  width:100%;
}


.product_item .item .text_info .name{
  position: relative;
  height: 14px;
  padding-top:8px;
  color:#767676;
  line-height: 14px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: content-box;
}

.product_item .item .text_info .price{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.header_mobile_w .layout_header{
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  height: 63.34px;
  padding-left:17.28px;
  display: flex;
  border-bottom:1px solid #d3d3d382;
  align-items:center;
}

.header_mobile_w .layout_header .title_header_mobile_wish_list{
  text-align:center;
  width:100%;
}


.wish_list_mobile .wish_list_layout_item{
  margin:30px 0;
}

.wish_list_mobile .wish_list_layout_item .item_layout{
  display: flex;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 23px;
  margin-right: 10px;
  margin-left: 10px;
  position:relative;
}

.wish_list_mobile .wish_list_layout_item .item_layout .settings_w{
  position: absolute;
  right: 6px;
  bottom: 11px;
  font-size: 20px;
}


.wish_list_mobile .wish_list_layout_item .item_layout .image img{
  width:138px;
  height:auto;
}


.wish_list_mobile .wish_list_layout_item .item_layout .text_info_mb_w{
  padding-left:10px;
}


.wish_list_mobile .wish_list_layout_item .item_layout .text_info_mb_w .name span{
  font-size:12px;
  color:#666666;
}

.wish_list_mobile .wish_list_layout_item .item_layout .text_info_mb_w .name i{
  position: absolute;
  right: 6px;
  top: 10px;
  color:#959595;
}

.wish_list_mobile .wish_list_layout_item .item_layout .text_info_mb_w .name:hover span{
  text-decoration:underline;
}

.wish_list_mobile .wish_list_layout_item .item_layout .text_info_mb_w .price{
  margin-top:5px;
  line-height:1;
}

.wish_list_mobile .wish_list_layout_item .item_layout .text_info_mb_w .price span{
  font-size:14px;
  font-weight:600;
  color:#222222;
}


.bg-over{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #00000078;
  display:none;
}
.bg-over .over_set_delete{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
}

.bg-over .over_set_delete button{
  background: #000000e6;
  color: white;
  height: 51px;
  width: 209px;
  border: none;
  font-size: 19px;
  outline: none;
}

.wish_list_all_mb{
  display:none;
}

/*end wish list css*/


/*order account*/

.data-order .order-card{
  display: flex;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d373
}



.data-order .order-card .list .item{
  display:flex;
}

.data-order .order-card .list .item .image a img{
  width:100px;
  height:auto;
}


.data-order .order-card .list .item .title{
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 30px;
  margin-top: 10PX;
  padding-right: 30px;
}

.data-order .order-card .actions{
  padding-top: 7px;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-weight: 600;
}

.header_acc{
  display:flex;
  padding-top:7px;
}

.header_acc .heading{
  display:flex;
}

.header_acc .heading .text--primary{
  padding:0 20px;
}

.header_acc .status{
  width:299px;
  text-align:right;
  padding-left:20px;
}

.header_acc .status span{
  background: red;
  padding: 5px 10px;
  border-radius: 15px;
  color: white;
  font-weight: 600;
}


.header_acc .heading span{
  padding:0 20px;
}

.header_acc .heading{
  padding:0 20px;
}

.header_acc_mb{
  display:none;
}

.header_acc_mb .heading{
  display:flex;
  margin:10px 0;
}

.header_acc_mb .heading span{
  padding-left:10px;
}

.header_acc_mb .status span{
  background: red;
  padding: 5px 10px;
  border-radius: 15px;
  color: white;
  font-weight: 600;
}

.header_acc{
  display:flex;
}
/*end order account*/



/*info account*/

.info_user{
  position:relative;
}
.info_user .edit_title_layout{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size:14px;
}

.info_user .item {
  display:flex;
  padding:0 30px;
}

.info_user .item .image img{
  width: 120px;
  height: auto;
  box-shadow: 1px 0px 10px 3px #d3d3d361;
  border: 1px solid #d3d3d361;
  height:auto;
}


.info_user .item .info_acc_text{
  padding-left:20px;
}

.info_user .item .info_acc_text .text_lb{
  margin-bottom:5px;
}

.info_user .item .info_acc_text .text_lb label{
  font-weight:600;
  font-size:16px;
  color:#222;
}

.info_user .item .info_acc_text .email,
.info_user .item .info_acc_text .number_phone,
.info_user .item .info_acc_text .name,
.info_user .item .info_acc_text .addresses{
  font-size:14px;
  color:#767676;
}

.text--upper{
  text-align:center;
  text-transform:capitalize;
  font-size:25px;
}

.btn_update_info{
  display:flex;
  justify-content:center;
  width:100%;
}

.btn_update_info button{
  background: #222;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px;
  width: 102px;
  height: 38px;
  margin-top: 20px;
}

.three-twelfths{
  font-size:12px;
  color:#767676;
  padding-top:10px;
}


/*end info account*/
