:root .title-text{line-height: 50px \ !important ;}
body {
  color: #000;
}
.product-neighbours {
  color: #444;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-neighbours a.next-page {
  background: url(../images/vmgeneral/next_16x16.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}
.product-neighbours a.previous-page {
  background: url(../images/vmgeneral/previous_16x16.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}
.product-fields {
  margin: 0 0 0;
}
.product-packaging {
  margin: 1.2em 0 0;
}
.additional-images img {
  margin-right: 8px;
  width: 50px;
  height: auto;
}
.vm-price {
  text-align: right;
  line-height: 1.2em;
}
.vm-price span {
  display: inline-block;
  min-width: 4em;
  padding: 0 0.2em;
}
span.vm-price-desc {
  text-align: left;
  min-width: 0;
  margin: 0;
}
.vm-cart-price {
  float: left;
  font-weight: bold;
}
.price-crossed div.PricebasePrice .PricebasePrice {
  text-decoration: line-through;
}
.availability {
  text-align: center;
  margin: 15px 0 0;
}
span.variant-dropdown {
  width: 150px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.variant-dropdown select {
  width: 150px;
}
span.custom-variant-inputbox {
  width: 152px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
input.custom-attribute {
  width: 140px;
}
.addtocart-area {
  margin: 0;
}
.quantity-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.quantity-box input.quantity-input {
  text-align: left;
  font-size: 16px;
  padding: 0;
  float: left;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #c1c1c1;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 0;
  background: url(../images/quantily.png) no-repeat 25px 4px;
}
.quantity-box .quantity-controls {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 25px;
  height: 15px;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  background: none;
}
.quantity-box .quantity-controls.quantity-plus {
  top: 0;
}
.quantity-box .quantity-controls.quantity-minus {
  bottom: 0;
}
.quantity-box .quantity-controls:focus {
  outline: 0;
}
span.cart-images img {
  float: left;
  margin: 0;
}
.product-price {
  float: none;
  text-align: center;
  display: inline-block;
}
.product-price .price-crossed {
  float: left;
  margin-right: 15px;
  color: #aaa;
}
.product-price .PricesalesPrice {
  float: left;
}
.vm-details-button {
  margin-top: 10px;
  background-color: #e3e3e3;
}
.vm-details-button a {
  color: #333;
}
.category-view h4 {
  margin: 0;
  padding: 0;
}
.category-view .row .category .category-inner h2 {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.category-view .row .category .category-inner h2 a {
  font-size: 1.8em;
  display: block;
  color: #333;
}
.category-view .row .category .category-inner h2 a img {
  margin-top: 15px;
  max-width: 100%;
  height: auto;
}
textarea.virtuemart {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}
p.product_s_desc {
  padding: 0;
  height: 3.4em;
  margin: 0 0;
}
span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  padding: 5px 5px;
}
.vmpayment_description,
.vmshipment_description {
  color: black;
  font-size: 14px;
  padding: 10px 2px;
  line-height: 2;
}
.vmpayment_cardinfo {
  color: black;
  font-size: 14px;
  line-height: 2;
}
.virtuemart_search .inputbox {
  margin: 0;
  vertical-align: middle;
}
.virtuemart_search .button {
  padding: 10px 12px;
}
.product-fields .product-field,
.product-related-categories .product-field {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 0.4em;
}
.product {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#checkoutForm button,
#checkoutForm input.details-button,
#checkoutForm button.details-button,
#checkoutForm button.btn-login,
#checkoutForm input.btn-login,
.cart-view button,
.cart-view input.details-button,
.cart-view button.details-button,
.cart-view button.btn-login,
.cart-view input.btn-login,
.vmshop-cart-account button,
.vmshop-cart-account input.details-button,
.vmshop-cart-account button.details-button,
.vmshop-cart-account button.btn-login,
.vmshop-cart-account input.btn-login {
  display: inline-block;
  padding: 10px 20px;
  font: normal 14px/1.1em tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #444;
  color: #fff;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-view #checkoutForm,
.cart-view form,
.cart-view #com-form-login {
  width: 100%;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view #checkoutForm,
.cart-view #com-form-login {
  margin: 0;
}
.vmshop-cart-account {
  border: 1px solid #aaa;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vmshop-cart-account input.btn-login {
  margin-right: 15px;
}
.vmshop-cart-account .content #com-form-login-username input,
.vmshop-cart-account .content #com-form-login-password input {
  width: 100%;
}
.vmshop-cart-account .new-customer {
  display: inline-block;
}
.vmshop-cart-account a.link-registration:hover {
  text-decoration: underline;
}
.vmshop-cart-account .row-fluid {
  margin-bottom: 5px;
}
.vmshop-cart-account #com-form-login-remember input {
  display: inline-block;
  float: left;
}
.vmshop-cart-account #com-form-login-remember label {
  float: left;
  margin: 0 5px 0 0;
}
#checkoutForm fieldset {
  width: 100%;
  float: left;
  margin: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm table.cart-summary tbody {
  border: 1px solid #aaa;
}
#checkoutForm table.cart-summary tr th {
  padding: 15px 0 8px;
  font-weight: 400;
}
#checkoutForm .product-name a {
  font-size: 13px;
  text-transform: uppercase;
}
#checkoutForm .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
#checkoutForm .billto-shipto {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
#checkoutForm .billto-shipto .width50 {
  /*border: 1px solid #aaa;*/
  float: left;
  min-height: 150px;
  padding: 20px;
  width: 47%;
  margin: 0 0px 0px 6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .billto-shipto .width50:first-child {
  margin-left: 0;
}
#checkoutForm .billto-shipto .width50 .output-shipto a {
  color: #898989 !important;
}
#checkoutForm .billto-shipto .width50 .output-shipto input {
  float: left;
  margin-right: 5px;
}
#checkoutForm .billto-shipto h3 {
  margin: 0 0 10px;
  text-align: left;
}
#checkoutForm .billto-shipto i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
#checkoutForm .billto-shipto a.details:hover {
  text-decoration: underline;
}
#checkoutForm .width50 {
  width: 50%;
  float: left;
}
#checkoutForm .a-center button.fa {
  color: #393939;
  margin-left: 5px;
  margin-top: 6px;
  padding: 0;
  font: normal normal normal 22px/1 FontAwesome;
  background: transparent;
}
#checkoutForm .a-center button.fa.vm2-remove_from_cart {
  margin-left: 0px;
}
#checkoutForm .a-center .vir_quantity {
  display: inline-block;
}
#checkoutForm .a-center .vir_quantity input {
  float: left;
  background: transparent !important;
}
#checkoutForm .a-center .vir_quantity button.fa {
  font-size: 18px;
  background: transparent !important;
}
#checkoutForm .a-center .vir_quantity button.fa:hover {
  color: #84c340;
}
#checkoutForm .vm-fieldset-pricelist {
  width: 100%;
  margin: 0 0 30px 0;
}
#checkoutForm .cart-summary {
  width: 100%;
}
#checkoutForm .cart-summary tr th {
  font-weight: 600;
  border: 1px solid #aaa;
  padding: 20px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  background: transparent;
  color: #12527d;
}
#checkoutForm .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 10px;
}
#checkoutForm .cart-summary .cart-images img {
  display: inline-block;
  float: none;
  margin: 0 auto;
  max-width: 150px;
  width: auto;
}
#checkoutForm .cart-summary tbody td {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px 20px 10px;
  color: #000;
}
#checkoutForm .cart-summary tbody .vm-price-value {
  float: none;
  color: #000;
}
#checkoutForm .cart-summary tbody .vm-price-value span {
  font-size: 15px;
  color: #000;
}
#checkoutForm .cart-summary tbody input.quantity-input {
  width: 40px !important;
  text-align: center;
  padding: 2px;
  display: inline-block;
  border: 1px solid #ddd;
  height: 30px;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .cart-summary tbody .vm2-add_quantity_cart {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .cart-summary tbody .vm2-remove_from_cart {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .cart-summary tbody .vm2-remove_from_cart:hover {
  color: #84c340;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 20px 0px;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
#checkoutForm .cart-summary tbody .tb-total {
  min-height: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000;
}
#checkoutForm .cart-summary tbody .tb-total .total-title {
  padding: 15px 20px;
  background-color: #eee;
}
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping {
  width: 50%;
  float: left;
}
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
  float: left;
  margin: 0px;
  background-color: transparent;
  color: #444;
  display: block;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: underline;
}
#checkoutForm .cart-summary tbody .tb-total .total-block {
  float: left;
  width: 50%;
  /* line-height: 35px;
  padding-right: 30px; */
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary tbody .tb-total .total-block .title,
#checkoutForm .cart-summary tbody .tb-total .total-block .total {
  display: inline-block;
}
#checkoutForm .cart-summary tfoot {
  text-align: left;
}
#checkoutForm .cart-summary tfoot a:hover {
  text-decoration: underline;
}
#checkoutForm .cart-summary tfoot .checkoutStep {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px;
}
#checkoutForm .cart-summary tfoot .shipment h3,
#checkoutForm .cart-summary tfoot .payment h3 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
}
#checkoutForm .cart-summary tfoot .shipment .buttonBar-left,
#checkoutForm .cart-summary tfoot .payment .buttonBar-left {
  float: right;
}
#checkoutForm .cart-summary tfoot .sectiontableentry2 td .tb-tfoot {
  border: 1px solid #aaa;
}
#checkoutForm .cart-summary tfoot .sectiontableentry1 td .sectiontableentry1-inner {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary .tb-tfoot {
  padding: 20px;
}
#checkoutForm .cart-summary .tb-tfoot input {
  margin: 0;
  display: inline-block;
  height: 37px;
  border: 1px solid #f2f2f2;
}
#checkoutForm .cart-summary .tb-tfoot .details-button input {
  background-image: none;
  background-color: #12527d;
}
#checkoutForm .cart-summary .tb-tfoot .details-button input:hover {
  background-color: #84c340;
}
#checkoutForm .cart-summary .tb-tfoot .coupon {
  width: 300px;
}
#checkoutForm .checkout-button-top {
  display: inline-block;
  float: right;
  text-align: right;
  border: 0;
  width: 100%;
  padding: 20px 40px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .checkout-button-top button {
  display: inline-block;
  padding: 10px 20px;
  font: normal 14px/1.1em tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #12527d;
  color: #fff;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .checkout-button-top button:hover {
  color: #fff;
}
#checkoutForm .vm-fieldset-customer-note {
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px solid #aaa;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .vm-fieldset-customer-note textarea#customer_note_field {
  height: 120px;
  margin: 20px 0;
  overflow: auto;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos input.terms-of-service {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos span.cart {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service .vmicon {
  display: none;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service a:hover {
  text-decoration: underline;
}
#userForm,
#paymentForm,
#adminForm {
  border: 1px solid #aaa;
  display: inline-block;
  margin: 0px 0 30px;
  padding: 20px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userForm button,
#paymentForm button,
#adminForm button {
  font: normal 14px/1.1em tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #222222;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 5px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#userForm button:hover,
#paymentForm button:hover,
#adminForm button:hover {
  color: #fff;
  background-color: #84c340;
}
#userForm h3,
#paymentForm h3,
#adminForm h3 {
  font-size: 16px;
  color: #333;
  width: 100%;
  float: left;
}
#userForm .buttonBar-left,
#paymentForm .buttonBar-left,
#adminForm .buttonBar-left {
  width: 100%;
  float: left;
  text-align: left;
}
#user-registration {
  border: 1px solid #aaa;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
#user-registration input {
  height: 30px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  background: none;
  width: 210px;
}
#user-registration input:focus,
#user-registration input.invalid {
  border: 1px solid #ccc !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
#user-registration button {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#user-registration button:hover {
  color: #fff;
  background-color: #84c340;
}
#user-registration .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  background: none;
}
#user-registration label.invalid {
  color: #898989;
  background: transparent;
}
#user-registration .form-actions {
  border-top: medium none;
  margin-top: 0;
  background: none;
}
.cart-summary tr td {
  padding-top: 30px;
}
.cart-summary tbody tr td {
  padding-top: 0px;
}
.cart-summary tbody tr td span.cart-images {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vmPaymentForm input {
  color: #444;
  background-color: transparent !important;
}
#nav-pills li {
    padding: 5px 0px 5px 1px;
}

#di1000 table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#di1000 td, #di1000 th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

ul li.square_bullet {
  list-style-type: square;
  margin-left: 50px;
  margin-bottom: 5px;
}

.sub-head-1{
  font-size: 18px;
  font-family: rubik, arial, san-serif;
  font-weight: 400;
  color: #12527d;
  padding:25px 0px;
}

.loadstar-table {
  padding: 15px;
  font-family: helvetica; 
  margin-left: auto; 
  margin-right: auto;
}

.loadstar-table td {
  padding: 15px;
}

.loadstar-para {
  margin-top: 15px;
}

.quantity_box_button_up {
  z-index: 9999;
  position: relative;
  }
  
