.text-center {
	text-align: center;
}
.form-group {
	margin-bottom: 15px;
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.text-danger {
	color: #a94442;
}
.input-group .form-control, 
.input-group-addon, 
.input-group-btn {
	display: table-cell;
}
.input-group-addon, 
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon, 
.modal-content {
	border-radius: 0;
}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child > .btn, 
.input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, 
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, 
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-user::before {
	content: "\e008";
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-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;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control, 
.input-group-addon, .input-group-btn {
	display: table-cell;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
textarea.form-control {
	height: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.show {
  opacity: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.show {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
body.modal-open {
  overflow: hidden;
}
@media (min-width: 768px) {
    #modal-fastorder .modal-dialog,
    #modal-cheaper .modal-dialog {
        width: 600px;
        max-width: 600px;
        margin: 30px auto;
        font-size: 13px;
    }
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px #00000080;
    box-shadow: 0 5px 15px #00000080;
  }
}
.input-group-addon, .modal-content {
	border-radius: 0;
}
.modal-header {
	font-family: inherit;
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
#modal-fastorder .modal-header .close,
#modal-cheaper .modal-header .close {
	font-family: inherit;
	position: absolute;
	top: 2px;
	right: 0;
	width: 52px;
	height: 52px;
	background: #e5e5e5;
	outline: none;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	-webkit-appearance: none;
	cursor: pointer;
	border: 0;
	border-left: 1px solid #ccc;
	margin: -2px 0 0 0;
	padding: 0;
}
.modal-title {
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    font-family: inherit;
	position: relative;
	padding: 15px;
}
.modal-dialog .title-module {
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
}
.modal-dialog .title-module h3 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #848484;
    font-family: inherit;
	font-size: 16px;
	line-height: 1.1;
}
.modal-dialog .title-module h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30%;
	height: 1px;
	background: #cf5c7c;
}
.modal-dialog .image {
	margin-top: 4%;
}
.modal-dialog .image img {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.modal-dialog #price {
	margin-bottom: 10px;
}
.modal-dialog #price span {
	margin-top: 10px;
}
.modal-dialog #price .price, 
.modal-dialog #price .price-new {
	font-size: 28px;
	font-weight: 500;
	color: #282e33;
}
#modal-callback .form-horizontal .form-group.required::before, 
#modal-fastorder .form-horizontal .form-group.required::before, 
#modal-quickview .form-horizontal .form-group.required::before, 
#modal-cheaper .form-horizontal .form-group.required::before {
	content: '*';
	position: absolute;
	top: 0;
	right: 6px;
	width: 5px;
	height: 5px;
	font-weight: bold;
	color: #F00;
	z-index: 3;
}
.modal-dialog .form-control {
	border-radius: 0;
}
.modal-dialog a {
	color: #444;
}
.modal-dialog input[type="checkbox"], 
.modal-dialog input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
}
.modal-dialog #btn_send {
	font-family: inherit;
	display: block;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.42857143;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	overflow: visible;
	font-size: 12px;
	box-shadow: inset 0 1px 0 #fff3, 0 1px 2px #0000000d;
	padding: 10px 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #00000080;
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-appearance: button;
	cursor: pointer;
}