
.account-form{
  text-align:center;
}

.form-item{
    position:relative;
    margin-bottom: 10px;
    display: flex;
}

.form-item i{
    position:absolute;
    right:0;
    height:100%;
    width:10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size:20px;
}

.form-item input{
    width:100%;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0;
}

.mgb-20 button.btnLogin{
  width:100%;
}

.mgb-20 .btnLogin{
  padding: 8px 10px;
  border-radius: 0;
  background-color: #faaf18 !important;
  color: #fff;
  border:none !important;
  margin-bottom:10px;
}

.mgb-20 p a{
  text-decoration: none;
  color:#000000;
}

.mgb-20 .btnfb{
  padding: 10px 0;
    background: #607cb7;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.mgb-20 .btngg{
  background: #dd4b39;
  padding: 10px 0;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.mgb-20 .btnfb span,
.mgb-20 .btngg span{
  display: inline-block;
    margin-right: 20px;
    width: 20%;
    font-size:20px;
}

.mgb-20 .btnfb button,
.mgb-20 .btngg button{
  display: inline-block;
    width: 70%;
    text-align: left;
    padding-left: 20px;
    background: transparent;
    border:none;
    color:#fff;
    font-size:20px;
}


/*account*/

.account-area--content h1{
  font-size:36px;
  font-weight:600;
}

.account-area--left h3,
.adn_account_title h2{
  font-size:20px;
  font-weight:600;
}

.adn_account_title h4{
  font-size:16px;
  font-weight:600;
}

.account-area--info ul{
  padding-left:0;
}

.account-area--info li.adn_account_mn {
    list-style: none;
}

.account-area--info li.adn_account_mn i{
  margin-right:5px;  
  color:#A82F2F;
}

.account-area--info ul li a{
  text-decoration: none;
  color:#000000;
}


/*Hệ thống cửa hàng*/

.titleHTCH h1{
  /*margin:0 0 18px;*/
  font-weight:600;
  font-size:32px;
}

.contentHTCH{
  margin:10px 0 50px 0 !important;
}

.item_store {
    display: block;
    padding: 20px 25px;
    color: #fff;
    margin-bottom:30px;
    background-size: 50px;
    border-radius: 4px;
    background-position: right 20px bottom;
    background-repeat: no-repeat;
}

.item_store a,
.item_store a:hover{
  color:#fff;
  text-decoration:none;
}

.item_store a>span{
  font-size:16px;
}

.item_store b {
    font-size: 40px;
    font-family: svn-gilroy bold;
    line-height: 1;
}

.tabsHTCH h2{
  color: #333333;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-family: "opensans-bold" !important;
    font-size: 21px;
}

.tabsHTCH ul{
  padding:0;
  height: 410px;
  overflow: auto;
}

.tabsHTCH ul li.active,
.tabsHTCH ul li:hover{
  color:#fff;
  background:#faaf18;
}

.tabsHTCH ul li{
  list-style:none;
  padding: 10px 15px;
  border: solid 1px #ccc;
  border-radius:.5rem;
  cursor: pointer;
  margin-bottom:5px !important;
  transition: all .5s;
}

.tabsHTCH ul li i{
  margin-right:5px;
}

.is-text-left span a{
  background: #faaf18;
    padding: 7px 20px;
    text-decoration: none;
    color: #fff;
}

.adn_address_btn{
  margin-bottom:10px;
}

button.default-btn {
    width:100%;
    padding: 8px 10px;
    background: #faaf18;
    border: none;
    color: #fff;
    margin-bottom:10px;
}

a.default-btn{
  text-decoration: none;
  color: #000000;
}

.parent_filter_store{
  background: #f2f2f2;
  color: #7a7a9d;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.parent_filter_store .text_store{
  line-height: 40px;
  background-image: url(https://bizweb.dktcdn.net/100/438/408/themes/863105/assets/ico-select.png?1663656210596);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff!important;
  color: #000;
  cursor: pointer;   
}

.parent_filter_store .text_store,
.parent_filter_store input{
  height: 40px;
  border: 1px solid #dde1ef;
  border-radius: 4px;
  padding: 0 10px;
  /*margin-top: 5px; */
  width:100%;
}

.parent_filter_store input:focus{
  border:1px solid #faaf18;
}

.parent_filter_store .list_city_store{
  display:none;
  padding: 10px 7px 10px 20px;
  width: 100%;
  background: #FFF;
  border: 1px solid #DDE1EF;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}

.parent_filter_store .list_city_store .scroll_store{
  max-height: 334px;
  overflow: auto;
}

.parent_filter_store .list_city_store span{
  cursor: pointer;
  display: block;
  padding: 3px 0;
}

.parent_filter_store .list_city_store span.active{
  color:#000;
}

@media (max-width: 767px){
  .parent_store .col-6:nth-child(2n+1){
    padding-right: 7.5px;
  }
  
  .parent_store .col-6:nth-child(2n) {
    padding-left: 7.5px;
  }  
  
  .item_store {
    padding: 10px;
    margin-bottom: 15px;
    background-size: 48px;
    background-position: right 10px center;
  }
  
  .item_store a span{
    font-size:14px;
  } 
  
  .item_store b{
    font-size:24px;
  }
}

