@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 991px) {
	body{
	}
	.fsignin__container{
		padding: 20px 15px;
		margin-top: 0px; margin-bottom: 30px;
	}
	.fmember__container .input-group-text{
		width: 95px;
	}
	#header{
		margin-bottom: 0;
	}
  /**********************/
	#left-main{
		display: none;
	}
	#right-main{
		padding-left: 15px;
		padding-top: 20px;
	}
	#pagination{
		margin-bottom: 5px;
	}
	/**********************/
  #prolist__container .prolist_date,
  #prolist__container .prolist_ctl,
  #prolist__container .prolist_header{
    display: none;
  }
  #prolist__container .prolist_photo {
    -ms-flex: 0 0 70px;    flex: 0 0 70px;    max-width: 70px;
  }
  #prolist__container .prolist_date{
    -ms-flex: 0 0 90px;    flex: 0 0 90px;    max-width: 90px;
  }
  #prolist__container .prolist_action {
      -ms-flex: 0 0 100%;       flex: 0 0 100%;      max-width: 100%;
      background: rgb(108, 117, 125);
  }
  #prolist__container .prolist_action .btn{
    display: block; width: 100%
  }
	/********************/
  .dealer_order__header > .col {
    -ms-flex: 0 0 100%;       flex: 0 0 100%;      max-width: 100%;
  }
  .dealer_order__item_price,
  .dealer_order__item_qty,
  .dealer_order__header .col-md-auto{
    display: none;
  }
  .dealer_order__header__code{
    border-bottom: 1px solid #FFF;
    padding-bottom: 7px; margin-bottom: 10px;
  }
  .dealer_order__header p span{
    clear: both; display: block;;
  }
  .dealer_order__header .fa{
    text-align: left;
  }
  .dealer_order__container .btn_showxs,
  .dealer_order__item_product__qty{
        display: block;
  }
  .dealer_order__item_amount {
    -ms-flex: 0 0 80px;    flex: 0 0 80px;    max-width: 80px;
    padding-left: 0; padding-right: 10px;
  }
  .dealer_order__listitem > .col{
    padding-left:10px;
    line-height: 18px;
  }
  .dealer_order__item_product__name{
    font-size: 13px; font-weight: 500;
		text-align: left;
  }
  .dealer_order__item_product__code{
    font-size: 12px;
  }
  .dealer_order__container .btn_showxs{
      border-top: 1px solid #FFF;
      border-radius: 0;
      margin-left: -15px; margin-right: -15px;
      font-size: 14px; padding: 9px 15px;
      font-weight: bold; text-transform: capitalize;
  }
  .dealer_order__container{
    margin-bottom: 5px;
  }
  .account__info{
    line-height: 20px;
  }
  .account__info tr td:first-child{
    width: 100px;
  }

}

@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) and ( max-width: 991px) {

}
@media screen and (min-width: 992px) and ( max-width: 1200px) {
}


@media screen and (min-width: 1200px) and ( max-width: 1400px) {
}

@media screen and (min-width: 991px) {

}
