.d-block{
	display: block;
}
.mr5{
	margin-right: 5px !important;
}
.text_transform_up{
	text-transform: uppercase;
}
.product .table .cell > strong{
	margin-right: 10px;
}
/* 09/08/2021 */
.mb10{
	margin-bottom: 10px;
}
.dblock{
	display: block;
}
.form_login{
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ebebeb;
	padding: 40px 20px;
}
.input_all,.select_all{
	width: 100%;
	border: 1px solid #ccc;
	height: 45px;
	border-radius: 5px;
}
.form_login .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}	
.form_login input{
	margin-bottom: 20px;
}
.page_login{
	padding-top: 50px;
	padding-bottom: 50px;
}
.btn_login_register{
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	background: #FF5000;
	border-radius: 5px;
	font-size: 18px;
	border: 1px solid #FF5000;
	transition: 0.3s;
}
.gender_radio{
	border: 1px solid #ccc;
	width: 100px;
	padding:5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
}
.mb0{
	margin-bottom: 0 !important;
}
.w100{
	width: 100% !important;
}
.gender{
	display: flex;
	align-items: center;
}
.gender_radio{
	margin-right: 10px;
	cursor: pointer;
}
.mb20{
	margin-bottom: 20px;
}
.get_otp{
	display: flex;
	align-items: center;
}
.btn_get_otp, .send_otp_forgot_password button{
	width: 30%;
	display: block;
	height: 45px;
	background: #FF5000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #FF5000;
	color: #fff;
	transition: 0.3s;
}
.btn_get_otp:hover, .send_otp_forgot_password button:hover{
	background: #fff;
	color: #FF5000;
}
.mr10{
	margin-right: 10px;
}
.group-bottom__passwords,
.form-check-label{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clblue{
	color: #339cd3;
}
.btn_fogot_password{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.btn_register{
	padding: 10px 50px;
	border-radius: 5px;
	background: #888;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #888;
	transition: 0.3s;
}
.btn_register:hover{
	background: #fff;
	color: #888;
}	
.btn_login_register:hover{
	background: #fff;
	color: #FF5000;
}
.page_register{
	padding-top: 50px;
}
.page_register .birthday{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_register .birthday .item{
	width: 33.33%;
	
}
.page_register .birthday .item:not(:last-child){
	margin-right: 10px;
}
.page_register .birthday .item select{
	cursor: pointer;
	width: 100%;
}
.control-select__alls .select2-container {
  width: 100% !important;
}
.control-select__alls .select2-container:hover .select2-selection--single, .control-select__alls .select2-container:focus .select2-selection--single {
  border-color: #ccc !important;
}
.control-select__alls .select2-container--open .select2-selection--single {
  border-bottom: solid 1px #ccc !important;
}
.control-select__alls .select2-selection--single {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: center;
     -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: solid 1px #ccc !important;
  outline: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.3125rem;
  height: 45px;
  width: 100%;
  color: #333333 !important;
}
.control-select__alls .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000 !important;
  border: 0px !important;
  outline: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100% !important;
  height: 2.5rem;
}
.control-select__alls .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: auto;
  right: 10px;
  position: absolute;
  height: auto;
  z-index: 10;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 2.5rem;
  background-color: transparent;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
.control-select__alls .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-family: "fontawesome";
  content: "";
  font-size: 1.5rem;
  color: #CCC;
}
.control-select__alls .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #8E8F9D transparent transHparent transparent;
  display: none;
}
.control-select__alls .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #8E8F9D transparent !important;
}
.control-select__alls .select2-container--open .select2-selection__rendered {
  color: black !important;
}
.password{
	position: relative;
}
.show_hidden_password{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #ccc;
	padding: 5px 10px;
}
.panel-body {
	padding: 15px;
}
.panel-body > h2 {
	margin-top: 0px;
}
.balance span {
    color: #FF5000;
    font-size: 25px;
}
.popup_forgot_password.active{
	display: block !important;
}
#popup_check.active{
	display: block !important;
}
.profile-right {
		position: relative;
}
.content_box_status_order{
		position: absolute;
    top: 80px;
    right: 20px;
}
.pro_origin{
	font-size: 12px;
	margin-top: 5px;
}
@media all and (max-width:1200px){
	.content_box_status_order {
	    position: absolute;
	    top: 50px;
	    left: 15px;
	}
}
@media all and (max-width:991px){
	.content_box_status_order {
	    position: absolute;
	    top: 35px;
	    left: 0;
	}
}