@font-face {
	/*load fonts from CDN for IE8/9 only */
  font-family:'Glyphicons Halflings';
  src:url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
  src:url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
      url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),
      url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
      url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.owl-carousel .owl-controls .owl-buttons .owl-prev, .owl-carousel .owl-controls .owl-buttons .owl-next {
	top: 20% !important;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:before, .owl-carousel .owl-controls .owl-buttons .owl-next:before {
	content: none;
}

.account-orderhistory .product-list-item .qty-selector {
	min-width: 160px;
}

.checkout-shipping .form-group.radioForm {
  position: relative;
}

.checkout-shipping .form-group.radioForm INPUT[type='radio'] {
  position: absolute;
  top: 20px;
  left: 20px;
}

.checkout-shipping .checkout-indent-address INPUT[type='radio'] {
  float: left;
  padding-top: 4px;
}

.checkout-paymentmethod INPUT[type='radio'] {
  float: left;
  width: 70px;
}

.checkout-steps .checkout-paymentmethod .radioForm {
  margin-bottom: 1em;
}

.checkout-steps .checkout-paymentmethod .payment-mode-name {
  float: left;
}

.checkout-review-final .checkbox INPUT[type='checkbox'], UL.dropdown-menu-form INPUT[type='checkbox'] {
  margin-left: 0;
}

UL.dropdown-menu-form .checkbox {
  display: inline;
  padding-left: 10px;
}

.modal-dialog {
  max-width: 60%;
  margin: auto;
}

.login-section .checkBoxForm label {
  max-width: 90%;
  padding-left: 10px;
}

.login-section .checkBoxForm INPUT[type='checkbox'] {
  vertical-align: top;
}

input[type="password"] {
  font-family: Helvetica, Arial, sans-serif;
}