/* CSS Document */

.div_form .info_title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #f8ae41;
}

.div_form .info_title p {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
}
.success{
  
}
.control-group .input{
  position: relative;

}
.control-group .input input{

  padding-left: 30px;
}
.control-group .input:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 3;
    font-size: 14px;
    line-height: 20px;
    top: 50%;
    left: 8px;
    width: 20px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #b0b0b0;
    pointer-events: none;
}
.control-group .input.fa-edit:before{
  top: 17px;
}
.control-group .input.fa-edit textarea{
  padding-left: 30px;
}
.control-group .input input#security_code{
  padding-left: 10px;
}
.control-group button.btn {
    height: auto;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    outline: 0;
    background: #018e42;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: normal;
}

.control-group button.btn.btnreset {
    background: #333333;
}

.w-button {
    margin: 0 3px;
}

.w-button .fl,
.w-button .fr {
    padding: 0 3px;
}

.row-form button.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.row-form button.btn:hover:after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.row-form button.btn span {
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    position: relative;
    z-index: 1;
}

.row-form .btn:active:focus,
.row-form .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #ffffff;
}

.btn-send .btn {
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    height: 47px;
    padding: 0;
    width: 100%;
    background: #f8ae41;
    font-weight: 500;
    font-size: 20px;
}

.btn-send .btn::before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}



html {
	SCROLLBAR-BASE-COLOR: #dedede;
	SCROLLBAR-ARROW-COLOR: #000;
}

body {
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	FONT-FAMILY:Arial, Helvetica, sans-serif ;
	font-size: 12px;
	line-height:18px;  
} 
td,th { 
 	line-height:18px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.clear {clear: both; font-size: 0px; line-height: 0px; height:0;}
p {margin:0px;padding:5px 0px;}
ol,ul {	list-style: none;}

a { text-decoration:none; color:#d00616 }
a:hover {  color:#d00616 ; text-decoration: none; }

img { border : 0px; }
input {   color: #2a2a2a;}
.input-wrapper { margin-bottom:5px;} 
.btnwrapper {
	overflow:hidden;
	margin-right:10px;
	float:left;
}  
.input-warn {border:1px solid #FF0000;line-height:20px;	height:18px;}
.input-ok { border:1px solid #00CC66; line-height:20px;	height:18px;}
.button {
	background:url(../images/button_bg.gif)  repeat-x ;
	cursor:pointer;
	border:none;
	color:#fff;
	font-weight:bold;
	padding:0px 10px;
	height:25px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}


input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  /*display: block;
  width: 100%;*/
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
 border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}


.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.btn-default { background:#d00616 ; color:#ffffff ; border-color: #d00616 ; text-transform:uppercase; font-weight:bold; }
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}
.btnO { background:#f37021; color:#ffffff ; border-color: #f37021; text-transform:uppercase; font-weight:bold; }
.btnO:hover,
.btnO:focus,
.btnO:active,
.btnO.active {
  color: #ffffff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}
.btnB { background:#4e4e4e; color:#ffffff ; border-color: #4e4e4e; text-transform:uppercase; font-weight:bold; }
.btnB:hover,
.btnB:focus,
.btnB:active,
.btnB.active {
  color: #ffffff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

.btn { height:28px; padding:3px 12px;}   

.textfiled {
	 font-size:12px;
	 height:35px;

}
.textarea{	 
	color:#2a2a2a;
	line-height:20px;
	overflow:auto;
	font-size:12px;

}
.select{	 
	color:#2a2a2a;
	height:28px;
	 font-size:12px;
}


.clearfix:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix{
	display: inline;
	position: relative;
	}
/*\*/
.clearfix	{
	display: block;
}
 

.fl {float:left;}
.fr {float:right;}
.hidden {display:none;}
.pointer { cursor:pointer;}
/* -------------------------------------------------------------------
 format text
------------------------------------------------------------------- */

.font_err {	color:#FF0000;}
.font_err a:active , .font_err a:link , .font_err a:visited {  text-decoration: none ; color:#FF0000}
.font_err a:hover {  color:#FF0000; text-decoration: underline; }
.font-gay {color:#9c9b9b;}
.font-red { color:#d00616 }

.mess_info {text-align:center; font-weight:bold; color:#993333}
/********************* CSS for boxMess ****************************/
#boxMess {
	border: 1px solid #F08200;
	padding: 2px 5px;
	background: #FCF5CD
}

#boxMess  h4.mess {
	background: url(../../../images/icon/icon_mess.gif) no-repeat left;
	padding: 2px 30px;
	color: #FF0000;
	font-weight: bold;
}

#boxMess  h4.err {
	background: url(../../../images/icon/icon_warning.gif) no-repeat left;
	padding: 6px 30px;
	color: #FF0000;
	font-weight: bold;
}

#boxMess .font_err {
	text-decoration: blink;
	color: #950000;
}


.validate {position:relative;}
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
}

.validate label { padding-bottom:2px; font-size:11px;}
.validate input.error {
	border:1px dotted #ff0000;

} 
.validate textarea.error {
	border:1px dotted #ff0000;

} 
.validate label.error { margin-left: -3px; padding: 5px;  color: #B70002; -moz-border-radius: 4px; -webkit-border-radius: 4px;  display:none !important; }

 
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
} 

.validate  #filed_security_code label.error {
	left:100px !important;	
} 

.popup-wrapper {}
 
.popupTitle {  
	background:#d00616  ;
	padding:10px; 
	border-bottom:1px solid #b0b0b0;
}
.popupTitle .title { font-size:20px; color:#fff; font-weight:bold; line-height:20px;  }
.popupContent {
	padding:10px;	
}



/*Order*/
.block-cart{
  width: 100%;
}

.border_cart {
  background:#e5e5e5;
  border-collapse: inherit !important;
  border-spacing: 1px !important;
  font-size: 12px;
}

.row_title_cart {
  background:#efefef;
  color:#222222;
  font-size: 14px;
  line-height:30px;
  padding: 5px;
  min-width: 40px;
}
.row_total_cart {
  padding-right:5px;
  font-weight:bold;
  background:#f1f1f1;
  height: 30px;
}
.row_item_cart {
  background:#fff;
}
.row_item_cart td {
  padding:10px 5px;
}

.row_item_cart .cart-item { overflow: hidden; display: table ;  width: 100%}
.row_item_cart .img {  width: 50px; display: table-cell ;}
.row_item_cart .img img { width: 100%; height: auto;}
.row_item_cart .info { padding-left: 20px; display: table-cell ; vertical-align: middle  }
.row_item_cart .info .name { font-size: 14px; margin-bottom: 5px;}
.row_item_cart .price {  font-size: 16px; font-weight: bold}
.row_item_cart .price_old { display: block ; font-weight: normal; color: #999999 ; text-decoration: line-through ; padding-top: 2px; font-size: 12px}
.row_item_cart .quantity { width: 40px; text-align: center}
.row_item_cart .price-sum {
  font-size: 16px;
  font-weight: bold;
}
.row_item_cart .icon_action {
  font-size: 18px;
}

.row_total_cart .price {
  color: #ff001d;
  font-size: 20px;
  font-weight: bold;
}

.popup-cart-footer {
  padding: 20px 0px 50px;
}
.popup-cart-footer .btn {
  min-width: 230px;
  height: 40px;
  line-height: 34px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;

}
.popup-cart-footer .btn span {
  display: block;
  text-align: center;
  white-space:nowrap;
  line-height: 34px;
}
.popup-cart-footer .btn-cart {
  border: 1px solid #dddddd;
  background: #FFFFFF;
  position: relative;
  font-size: 18px;
  padding-left: 50px;
  margin-right: 10px;
  text-align: left;
}
.popup-cart-footer .btn-cart i {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #333333;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
}


/*quick_order*/
.box-quick-order {}
.box-quick-order .box-pro {overflow:hidden ; padding:5px 10px; border-bottom:1px dotted #ccc;  margin-bottom:15px; padding-bottom:15px;}
.box-quick-order .pro-img {
	width:100px;
	float:left;
	margin-right:10px;		
}
.box-quick-order .pro-img img { width:70px;}
.box-quick-order .pro-info { 
	float:left;
  width: calc(100% - 150px);
}
.box-quick-order .p-name   {margin-bottom:5px;  }
.box-quick-order .title { font-size:14px; font-weight:bold; color:#d00616 ; margin-bottom:5px;}
.box-quick-order .maso {}
.box-quick-order .price b {color:#f00;}

.control-group { overflow:hidden; padding:3px 10px;}
.control-group .label {
	 width: 140px;
    padding-right: 16px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    box-sizing: border-box;
    margin-bottom: 5px;
}	
}
.control-group .input {
	width: calc(100% - 150px);
}
.control-group .btn-button { text-align:center; padding:10px;}

.boxSuccess {
	padding:50px;
	line-height:20px;	
}

.boxSuccess  .mess {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}



@media screen and ( max-width:479px ){

  .control-group .label {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    padding-left: 0px;
  }
  .control-group .input {
    float: none;
    width: 100%;
  }


  .row_item_cart .img {
    display: none;
  }
  .row_item_cart .info {
    padding: 0;
  }

  .popup-cart-footer .fl , .popup-cart-footer .fr{
    float: none;
    padding: 2px 0px;
    text-align: center;
  }
  .popup-cart-footer .btn {
    margin: 0;
    width: 100%;
  }

}




/*--------------------popup_addcart---------------------*/
#popup_addcart{
  background:#ffffff;
  position:relative;
  padding: 15px;
}
#popup_addcart .popup-title{
  padding-bottom:10px;
  font-weight:bold;
}
#popup_addcart .popup-close{
  position:absolute;
  top:10px;
  right:10px;
  padding-left:18px;
  background:url(../images/icon_close.gif) no-repeat 2px;
  display:block;
}
#popup_addcart .content_left{
  width:140px;
  float:left;
}
#popup_addcart .content_left .img img {
  max-width: 100%;
}
#popup_addcart .content_right{
  margin-left:160px;
}
#popup_addcart .content_right .p_name{
  font-weight:bold;
}
#popup_addcart .text_price{
  padding-top:6px;
}
#popup_addcart .text_price .price_old{
  font-weight:bold;
}
#popup_addcart .text_price .price{
  font-weight:bold;
}
#popup_addcart .list_btn{
  margin-top:10px;
  height:25px;
  position:relative;
  overflow: hidden;
}
#popup_addcart .list_btn .btn_popup{

  height:25px;
  line-height:25px;
  display:block;
  border: 1px solid #cccccc;
  font-weight:bold;text-align: center;

}
#popup_addcart .list_btn .btn_popup:hover{
  background:#9d37a4;
  color:#ffffff;
  text-decoration: none;
}
#popup_addcart .list_btn .btn_popup span{
  height:25px;
  line-height:25px;
  display:block;

}
#popup_addcart .list_btn .btn_shopping {
  float: left;
  width: 49%;
}
#popup_addcart .list_btn .btn_checkout {
  float: right;
  width: 49%;
}

#popup_addcart .list_btn .btn_checkout{
  position:absolute;
  bottom:0px;
  right:0px;
}

#popup_addcart .total{
  float:right;
}
#popup_addcart .total_item_cart{
  padding-top:12px;
}
#popup_addcart .total_price{
  padding-top:5px;
}

