label.multi-label {
    clear: right;
    float: left;
}
input.multi-input {
    clear: left;
    float: left;
    margin: 0 6px 0 0 !important;
}
span.milti-spacer {
    display: block;
    float: left;
    padding: 10px 0 0;
}
.module_custom_form img {
    display: block;
    padding: 0 0 0 40%;
}
.module_custom_form label {
    /*padding-right: 10px;*/
}
form.module_custom_form {
}
form.module_custom_form .module_form_input {
    clear: both;
    display: block;
    padding: 5px 0 0;
}
form.module_custom_form .module_form_input label {
    float: left;
    width: 40%;
}
form.module_custom_form .module_form_input .multi {
    float: right;
}
form.module_custom_form .module_form_input input.multi {
}
form.module_custom_form .module_form_input label.multi {
    clear: both;
    padding: 0 0 0 5px;
    width: 57%;
}
.module_form_required {
    display: none;
}
.module_form_input textarea {
    width: 280px;
    height: 100px;
}
.module_form_submit {
   clear: both;
    display: block;
    padding: 60px 0 0 40%;
}
.module_form_input.captcha {
    position: relative;
}
.module_form_input.captcha input,
.module_form_input.captcha label {
    left: 40%;
    position: absolute;
}

.module_form_input.captcha input {
    bottom: -39px;
}
    
/* popup */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.modal-open {
    margin-right: 17px;
}
.modal-body .pop-up-item {
    overflow: hidden;
    text-align: left;
}
.modal-body .pop-up-item .image-wrapper {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.modal-body .pop-up-item .content-wrapper {
    overflow: hidden
}
.modal-body .pop-up-item ul#product-images {
    padding: 0;
    margin: 0;
}
.modal-body .pop-up-item ul#product-images li, .modal-body .pop-up-item ul#varient-images li {
    height: 70px;
    width: 70px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    margin: 10px 10px 0 0;
}
.modal-body .pop-up-item .product-more-button .label{
    font-size: 13px;
    color: #939393;
    padding: 10px 0;
    display: block;
    text-align: left;
}
.modal-header {
    border-bottom: none !important;
}
.modal-body {
    text-align: center;
}
.modal-body .product-to-cart {
    clear: both;
    background: #f9f9f9;
    border: 1px solid #dddddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    height: 76px;
}
.modal-body .product-to-cart div {
    display: inline-block;
}
.modal-body .product-to-cart .close {
    opacity: 1;
}
.modal-body .product-to-cart .product-price {
    font-weight: bold;
    font-size: 24px;
    color: #f36731;
    line-height: 18px;
}
.modal-body .product-to-cart .product-price, .modal-body .product-to-cart .qty_box {
    padding: 27px;
}
.modal-body .product-to-cart .product-cart-button {
    padding: 20px;
    float: right;
}
.modal-body .pop-up-item h2 {
    font-weight: bold;
    font-size: 18px;
    color: #343434;
}

.modal-loading {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    /*height: 200px;*/
    margin: 0 auto;
    text-align: center;
    width: 200px;
    padding: 10px 0;
}

/* item navigation */
.item-navigation {
    margin: 10px 0;
    font-weight: bold;
}
.item-navigation .previous-item {
    display: block;
    float: left;
}
.item-navigation .next-item {
    display: block;
    float: right;
}

/* hover button for saved cart - if present - default style */
ul#actions_save_cart
{
    display:none;
    position: absolute;
}

ul#actions_save_cart a
{
    width: 100% !important;
}

div.actions_save_cart {
    float: left;
    position: relative;
}

div.actions_save_cart:hover ul#actions_save_cart
{
    display: block;
}

.ui-autocomplete {
    height: 300px;
    overflow: auto;
}

/* Styles for orderlist page  */
#user_contents.orders_list{}

#user_contents.orders_list #ordrlist{
    clear: left;
}

#user_contents.orders_list .filter_order_todate_field input,
#user_contents.orders_list .filter_order_fromdate_field input{
    width: 90px;
}

/*  RECENTLY VIEWED force item code span on new line refs_604 */
li.recently-viewed-item div.loaded-item-details div.heading span.item-code {
    display: block;
}
/*  Related Items make "Add to Cart" button smaller, less padding refs_604 */
div#content_feat.tabbed-content table tbody tr td table tbody tr.prod_add_cart_row td a.button {
    padding: 4px;
}