@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
img[alt=””], img:not([alt]) {
  border: 2px dashed #c00; }

html, body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin: 0;
  background-color: #b5b1b6; }

.vertical-align {
  align-items: center;
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .vertical-align {
      display: inline; } }

.noPad {
  padding-left: 0px;
  padding-right: 0px; }
  @media (max-width: 767px) {
    .noPad {
      padding-left: inherit;
      padding-right: inherit; } }

.noPad-l {
  padding-left: 0px;
  padding-right: 5px; }
  @media (max-width: 767px) {
    .noPad-l {
      padding-left: inherit;
      padding-right: inherit; } }

.noPad-r {
  padding-left: 5px;
  padding-right: 0px !important; }
  @media (max-width: 767px) {
    .noPad-r {
      padding-left: inherit;
      padding-right: inherit; } }

.padLeft100 {
  padding-left: 100px; }

.bdrLeft {
  border-left: 1px solid #cccccc; }

.bdrTop {
  border-top: 1px solid #cccccc; }

.bdrRight {
  border-right: 1px solid #cccccc; }

.bdrBottom {
  border-bottom: 1px solid #cccccc; }

.noMarginBtm {
  margin-bottom: 0px !important; }

.noMargin {
  margin: 0px !important; }

.bodybg {
  background-color: #eeeeee  !important; }

.whitebg {
  background-color: #ffffff !important; }

.mainContent {
  min-height: 600px; }

.terms-checkbox-container {
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #EBEBEB;
  padding: 0px 0px 0px 25px; }

.terms-checkbox {
  margin: 2px 0px 0px -25px !important; }

.terms-padding {
  padding: 0px !important; }

a {
  color: #B04EC4;
  text-decoration: none; }
  a:hover {
    color: #b5b1b6;
    text-decoration: underline; }
  a:active {
    color: #B04EC4; }

a.supplier-link {
  padding-left: 10px;
  background-image: none;
  color: #303E48; }
  a.supplier-link:hover {
    background-image: url("../images/bullet-arrow.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    color: #303E48;
    text-decoration: none; }

a.white-link {
  color: #ffffff;
  text-decoration: none; }

a.white-link:hover {
  color: #ffffff;
  text-decoration: underline; }

a.supplier-link.disabled {
  padding-left: 10px !important;
  background-image: none !important;
  color: #e0e0e0 !important;
  cursor: no-drop !important; }

a.active-supplier {
  padding-left: 10px;
  background-image: none;
  color: #676969;
  background-image: url("../images/bullet-arrow.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  color: #303E48
  text-decoration: none; }
  a.active-supplier:hover {
    background-image: url("../images/bullet-arrow.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    color: #303E48;
    text-decoration: underline; }

.main {
  background-color: #fff;
  min-height: 500px;
  box-shadow: 0px 0px 7px; }

.fixed-top-pad {
  /* Fix Nav Margin - Height of Menu */
  margin-top: 0px; }

h1 {
  font-size: 3.55em;
  font-weight: 500;
  color: #e0e0e0;
  line-height: 1em; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2em;
      padding-left: inherit;
      padding-right: inherit; } }

h2 {
  font-size: 2.225em;
  font-weight: 900;
  color: #e0e0e0;
  line-height: 1em;
  font-family: "Roboto Condensed", sans-serif; }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.75em;
      padding-left: inherit;
      padding-right: inherit; } }

h3 {
  font-size: 1.75em;
  font-weight: 500;
  color: #e0e0e0;
  line-height: 1em; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.25em;
      padding-left: inherit;
      padding-right: inherit; } }

h4 {
  font-size: 1em;
  font-weight: 500;
  color: #e0e0e0;
  line-height: 1.4em; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1.25em;
      padding-left: inherit;
      padding-right: inherit; } }

p {
  font-size: 1em !important;
  font-weight: 500;
  color: #303E48;
  line-height: 1.4em; }
  @media (max-width: 767px) {
    p {
      font-size: 0.8em;
      line-height: 1.8em;
      padding-left: inherit;
      padding-right: inherit; } }

hr {
  border-color: #B04EC4; }

.grey-hr {
  border-color: #303E48; }

.main-hr {
  border-width: 5px !important; }

.x_large {
  font-size: 1.75em; }

.large {
  font-size: 1.25em; }

.small {
  font-size: 0.8em !important; }

.x-small {
  font-size: 0.6em !important; }

.line-height-large {
  line-height: 3em; }

.theme-colour {
  color: #B04EC4; }

.red {
  color: red !important; }

.required-red {
  color: red !important; }

.registration-table {
  line-height: 0px; }

h1.welcome-text {
 color:#676969;
  font-size: 2.5rem;
  line-height: 3rem !important; }

h1 .large {
  color: #B04EC4;
  font-size: 2.5rem;
  line-height: 2.5rem !important; }

.footer .row, .main .row {
  padding: 0px 30px; }

.hr {
  padding: 0px !important; }

.loginMarginBottom {
  margin-bottom: 15px; }

.loginMarginTop {
  margin-top: 10px; }

.forgotPassMargin {
  margin-top: 10px; }

.loginBtnMargin {
  margin-left: 10px !important; }

.contentPadding {
  padding: 10px 20px 10px 20px; }

.control-label {
  text-align: left !important;
  font-weight: normal !important; }

.white {
  color: white !important; }

.clear10 {
  margin-bottom: 10px; }

.marginRight {
  margin-right: 5px !important; }

.summary-sub-title {
  background-color: #303E48 !important;
  padding: 0px 10px !important; }

.summary-sub-title > h4 {
  font-size: 14px;
  margin: 5px 0px; }

.table.table-condensed tr th:nth-child(1) {
  width: 35%; }

.table.table-condensed tr th:nth-child(2) {
  width: 15%; }

.table.table-condensed tr th:nth-child(3) {
  width: 15%; }

.table.table-condensed tr th:nth-child(4) {
  width: 15%; }

.table.table-condensed tr th:nth-child(5) {
  width: 10%; }

.table.table-condensed tr th:nth-child(6) {
  width: 10%; }

.table.table-condensed tr td:nth-child(1) {
  width: 35%; }

.table.table-condensed tr td:nth-child(2) {
  width: 15%; }

.table.table-condensed tr td:nth-child(3) {
  width: 15%; }

.table.table-condensed tr td:nth-child(4) {
  width: 15%; }

.table.table-condensed tr td:nth-child(5) {
  width: 10%; }

.table.table-condensed tr td:nth-child(6) {
  width: 10%; }

.table.table-condensed.client-list tr th:nth-child(1) {
  width: 10%; }

.table.table-condensed.client-list tr th:nth-child(2) {
  width: 25%; }

.table.table-condensed.client-list tr th:nth-child(3) {
  width: 15%; }

.table.table-condensed.client-list tr th:nth-child(4) {
  width: 15%; }

.table.table-condensed.client-list tr th:nth-child(4) {
  width: 15%; }

.table.table-condensed.client-list tr td:nth-child(1) {
  width: 10%; }

.table.table-condensed.client-list tr td:nth-child(2) {
  width: 25%; }

.table.table-condensed.client-list tr td:nth-child(3) {
  width: 15%; }

.table.table-condensed.client-list tr td:nth-child(4) {
  width: 15%; }

.table.table-condensed.client-list tr td:nth-child(4) {
  width: 15%; }


  .table.table-condensed.cart-list tr th:nth-child(1) {
    width: 20%; }
  
  .table.table-condensed.cart-list tr th:nth-child(2) {
    width: 25%; }
  
  .table.table-condensed.cart-list tr th:nth-child(3) {
    width: 15%; }
  
  .table.table-condensed.cart-list tr th:nth-child(4) {
    width: 15%; }
  
  .table.table-condensed.cart-list tr th:nth-child(5) {
    width: 5%; }
  
  .table.table-condensed.cart-list tr th:nth-child(6) {
    width: 10%; }
  
  .table.table-condensed.cart-list tr th:nth-child(7) {
    width: 10%; }
  
  .table.table-condensed.cart-list tr td{
    vertical-align: middle!important;
  }
  
  .table.table-condensed.cart-list tr td:nth-child(1) {
    width: 20%; }
  
  .table.table-condensed.cart-list tr td:nth-child(2) {
    width: 25%; }
  
  .table.table-condensed.cart-list tr td:nth-child(3) {
    width: 15%; }
  
  .table.table-condensed.cart-list tr td:nth-child(4) {
    width: 15%; }
  
  .table.table-condensed.cart-list tr td:nth-child(5) {
    width: 5%; }
  
  .table.table-condensed.cart-list tr td:nth-child(6) {
    width: 10%; }
  
  .table.table-condensed.cart-list tr td:nth-child(7) {
    width: 10%; }


.promo-control {
  height: 34px !important; }

.qty-control {
  text-align: center; }

.customBreadcrumb {
  background-color: #B5B6B8;
  border-radius: 0px 0px 0px 0px;
  color: white;
  position: relative;
  font-size: 0.6rem;
  float: left;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: white; }
  @media (max-width: 767px) {
    .customBreadcrumb {
      border-radius: 0px; } }

.activeBreadcrumb {
  background-color: #652f6d !important; }

.firstCrumb {
  z-index: 5;
  margin-left: 0%;
  width: 20%;
  padding-left: 20px; }
  @media (max-width: 767px) {
    .firstCrumb {
      width: 100%; } }

.secondCrumb {
  z-index: 4;
  margin-left: -5%;
  width: 25%;
  padding-left: 50px; }
  @media (max-width: 767px) {
    .secondCrumb {
      width: 100%;
      margin-left: 0%;
      padding-left: 20px; } }

.thirdCrumb {
  z-index: 3;
  margin-left: -5%;
  width: 25%;
  padding-left: 50px; }
  @media (max-width: 767px) {
    .thirdCrumb {
      width: 100%;
      margin-left: 0%;
      padding-left: 20px; } }

.forthCrumb {
  z-index: 2;
  margin-left: -5%;
  width: 25%;
  padding-left: 50px; }
  @media (max-width: 767px) {
    .forthCrumb {
      width: 100%;
      margin-left: 0%;
      padding-left: 20px; } }

.fifthCrumb {
  z-index: 1;
  margin-left: -5%;
  width: 25%;
  padding-left: 50px; }
  @media (max-width: 767px) {
    .fifthCrumb {
      width: 100%;
      margin-left: 0%;
      padding-left: 20px;
      margin-bottom: 5px; } }

.searchBtn {
  margin-top: 12px; }
  .searchBtn:nth-child(3) {
    margin-right: 5px; }

.btn {
  background: #B04EC4;
  background-image: -webkit-linear-gradient(top, #B04EC4, #B04EC4);
  background-image: -moz-linear-gradient(top, #B04EC4, #B04EC4);
  background-image: -ms-linear-gradient(top, #B04EC4, #B04EC4);
  background-image: -o-linear-gradient(top, #B04EC4, #B04EC4);
  background-image: linear-gradient(to bottom, #B04EC4, #B04EC4);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  border-style: none !important;
  border-width: 0px !important;
  border-color: transparent !important; }

.btn:hover {
  color: #ffffff;
  background: #cb5be1;
  background-image: -webkit-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -moz-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -ms-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -o-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: linear-gradient(to bottom, #cb5be1, #cb5be1);
  text-decoration: none;
  border-style: none !important;
  border-width: 0px !important;
  border-color: transparent !important; }

.btn:active {
  color: #ffffff;
  background: #cb5be1;
  background-image: -webkit-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -moz-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -ms-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -o-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: linear-gradient(to bottom, #cb5be1, #cb5be1);
  text-decoration: none;
  border-style: none !important;
  border-width: 0px !important;
  border-color: transparent !important; }

.btn:focus {
  color: #ffffff;
  background: #cb5be1;
  background-image: -webkit-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -moz-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -ms-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -o-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: linear-gradient(to bottom, #cb5be1, #cb5be1);
  text-decoration: none;
  border-style: none !important;
  border-width: 0px !important;
  border-color: transparent !important; }

.btn-grey {
  background: #303E48 !important;
  background-image: -webkit-linear-gradient(top, #B04EC4, #B04EC4);
  background-image: -moz-linear-gradient(top, #B04EC4, #B04EC4);
  background-image: -ms-linear-gradient(top, #B04EC4, #B04EC4);
  background-image: -o-linear-gradient(top, #B04EC4, #B04EC4);
  background-image: linear-gradient(to bottom, #B04EC4, #B04EC4);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  border-style: none !important;
  border-width: 0px !important;
  border-color: transparent !important; }

.btn-grey:hover {
  color: #ffffff;
  background: #6e6e6e !important;
  background-image: -webkit-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -moz-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -ms-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: -o-linear-gradient(top, #cb5be1, #cb5be1);
  background-image: linear-gradient(to bottom, #cb5be1, #cb5be1);
  text-decoration: none;
  border-style: none !important;
  border-width: 0px !important;
  border-color: transparent !important; }

.form-group {
  margin-bottom: 5px !important; }

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 12px !important;
  line-height: 1.42857143;
  color: #555;
  background-color: #e1e1e1;
  background-image: none;
  border: 0px none transparent;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 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; }

textarea {
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  -webkit-appearance: textarea;
  background-color: white;
  -webkit-rtl-ordering: logical;
  user-select: text;
  flex-direction: column;
  resize: auto;
  cursor: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 2px; }

.form-horizontal .has-feedback .form-control-feedback {
  right: 65px !important; }

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: white; }

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9; }

.navbar-default .navbar-nav li a {
  color: #e0e0e0;
  font-size: 18px;
  text-decoration: none; }
  .navbar-default .navbar-nav li a:hover {
    color: #e7e8e8; }

.navbar-brand {
  text-decoration: none;
  margin: 20px 0px 0px 10px !important; }

.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
  margin-top: 0px; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; }

.navbar {
  min-height: 100px;
  margin-bottom: 0px;
  border: 0px solid transparent !important;
  border-radius: 0px !important; }

#nav-icon {
  top: 15px;
  right: 15px;
  width: 25px;
  height: 19px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #nav-icon span:nth-child(1) {
    top: 0px; }
  #nav-icon span:nth-child(2) {
    top: 8px; }
  #nav-icon span:nth-child(3) {
    top: 8px; }
  #nav-icon span:nth-child(4) {
    top: 16px; }
  #nav-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-icon.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    border-color: #e7e7e7;
    max-height: 100vh;
    transition: 0.3s cubic-bezier(0.18, 0.82, 0.85, 1.49) 0.3s; }
  .navbar-collapse.in {
    min-height: calc(100vh - 0px); }
  .navbar-nav {
    margin: 0px -15px !important;
    animation: fadeInDown 0.75s; }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px; } }

.header {
  background-color: #b3b3b3;
  z-index: 25;
  box-shadow: 0px 0px 7px; }

.support-number {
  background-color: #B04EC4;
  color: #ffffff;
  padding: 0px 10px 0px 10px;
  margin: 0px 20px 0px 0px;
  border-radius: 0px 0px 10px 10px;
  font-size: 15px; }

.clear30 {
  height: 30px; }

.welcome-info {
  margin: 0px 20px 0px 0px;
  position: relative; }

.header-hr {
  border-width: 10px;
  margin: 0px !important; }

.footer {
  background-color: #303E48;
  color: #e0e0e0;
  font-size: 0.8em;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.75);
  min-height: 150px;
  margin-bottom: 5px; }

.footer p {
  font-size: 0.8em;
  padding: 0px 0px 0px 0px;
  color: #e0e0e0; }

a.footerlinks {
  color: #8f8d8d;
  text-decoration: none; }
  a.footerlinks.footerlinks:hover {
    color: #8f8d8d;
    text-decoration: underline; }
  a.footerlinks.footerlinks:visited {
    color: #8f8d8d; }
  a.footerlinks.footerlinks:active {
    color: #8f8d8d; }

.support-box {
  padding: 0px 35px;
  margin: 20px -10px 0px 0px;
  background-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  border-color: #DEDEDE;
  border-radius: 10px;
  color: #e0e0e0; }

.support-box h4 {
  line-height: 1.5em !important; }

.accepted-cards {
  border-left: 1px solid #cccccc;
  padding: 10px 20px;
  margin: 0px 0px 0px 0px;
  line-height: 12px !important; }

.accepted-cards p {
  padding: 0px 0px 0px 0px !important; }

@media (max-width: 767px) {
  .footer .text-left {
    text-align: center; }
  .footer .text-right {
    text-align: center; }
  .footer .text-left p {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px; }
  .footer .text-right p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px; }
  .footer p {
    font-size: 0.8em; } }

    .welcome-text-bold{
      font-weight: bold;
      
      color: #B04EC4;
    }
    .modal-title {
      margin: 0;
      color: #000;
      line-height: 1.42857143;
  }