/* You can add global styles to this file, and also import other style files */
html {
  padding: 0;
  margin: 0;
}
body {
  font-size: 10px;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
* {
  box-sizing: border-box;
}
.font-gothic {
  font-family: "Gotham";
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.container {
  max-width: 90%;
  margin: auto;
}
@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}
.wide-container {
  max-width: 90%;
  margin: auto;
}
.row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.row .col-md-1 {
  width: 100%;
}
.row .col-md-2 {
  width: 100%;
}
.row .col-md-3 {
  width: 100%;
}
.row .col-md-4 {
  width: 100%;
}
.row .col-md-5 {
  width: 100%;
}
.row .col-md-6 {
  width: 100%;
}
.row .col-md-7 {
  width: 100%;
}
.row .col-md-8 {
  width: 100%;
}
.row .col-md-9 {
  width: 100%;
}
.row .col-md-10 {
  width: 100%;
}
.row .col-md-11 {
  width: 100%;
}
.row .col-md-12 {
  width: 100%;
}
@media (min-width: 760px) {
  .row .col-md-1 {
    width: 8.333%;
  }
  .row .col-md-2 {
    width: 16.66%;
  }
  .row .col-md-3 {
    width: 25%;
  }
  .row .col-md-4 {
    width: 33.3%;
  }
  .row .col-md-5 {
    width: 41.65%;
  }
  .row .col-md-6 {
    width: 50%;
  }
  .row .col-md-7 {
    width: 58.33%;
  }
  .row .col-md-8 {
    width: 66.6%;
  }
  .row .col-md-9 {
    width: 75%;
  }
  .row .col-md-10 {
    width: 83.33%;
  }
  .row .col-md-11 {
    width: 91.66;
  }
  .row .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .row .col-lg-1 {
    width: 8.333%;
  }
  .row .col-lg-2 {
    width: 16.66%;
  }
  .row .col-lg-3 {
    width: 25%;
  }
  .row .col-lg-4 {
    width: 33.3%;
  }
  .row .col-lg-5 {
    width: 41.65%;
  }
  .row .col-lg-6 {
    width: 50%;
  }
  .row .col-lg-7 {
    width: 58.33%;
  }
  .row .col-lg-8 {
    width: 66.6%;
  }
  .row .col-lg-9 {
    width: 75%;
  }
  .row .col-lg-10 {
    width: 83.33%;
  }
  .row .col-lg-11 {
    width: 91.66;
  }
  .row .col-lg-12 {
    width: 100%;
  }
}
.pos-rel {
  position: relative;
}
.d-table {
  display: table;
  width: 100%;
}
.d-table > div {
  display: table-cell;
  vertical-align: middle;
}
.btn,
.btn-primary {
  padding: 0.8rem 2.4rem;
  font-size: 0.8rem;
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
p {
  font-size: 1rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.2rem;
}
.form-row {
  padding-bottom: 15px;
}
.form-addon > div label {
  width: 20%;
}
.form-addon > div label + * {
  width: 80%;
}
.underline {
  text-decoration: underline;
}
a {
  cursor: pointer;
}
input[type=password],
input[type=text],
input[type=email],
select,
textarea,
input[type=number] {
  padding: 10px 15px;
  border: 1px solid #c0c0c0 !important;
}
.screen-reader {
  position: absolute;
  left: -99999px;
}
.pos-rel {
  position: relative;
}
.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.account--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.account--flex sketch-accountsidebar + div {
  flex-grow: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.card {
  padding: 30px 30px 60px 30px;
  position: relative;
}
.card h4 {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
}
.card .bold {
  font-weight: 500;
}
.card p {
  font-size: 0.8rem;
  margin: 0;
  padding: 0 0 5px 0;
}
.card p.mb-2 {
  padding-bottom: 15px;
}
.card .edit--card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 0.9rem;
  text-decoration: underline;
}
.card .edit--card__alt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 0.9rem;
  text-decoration: underline;
}
.table {
  width: 100%;
}
.table th {
  text-align: left;
  padding: 5px 5px 10px 5px;
  font-weight: normal;
  font-size: 0.8rem;
}
.table td {
  padding: 5px;
  font-size: 0.8rem;
  font-weight: 500;
}
.h5-title {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 4;
  margin: 0;
  padding: 0 0 5px 0;
}
.max-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.round {
  border-radius: 50%;
  -moz-border-radius: 50%;
}
.round img {
  border-radius: 50%;
  -moz-border-radius: 50%;
}
.mr-1 {
  margin-right: 10px;
}
.mr-2 {
  margin-right: 20px;
}
.mr-3 {
  margin-right: 30px;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.input-label {
  position: relative;
}
.input-label label {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 10px;
  background: #FFF;
  font-size: 0.8rem;
  display: block;
  padding: 0 3px;
  z-index: 1;
}
.input-label input {
  padding: 12px 32px 12px 12px;
  width: 100%;
}
.alert {
  padding: 10px 15px;
  font-size: 0.8rem;
}
.btn-link {
  border: 0;
  background: none;
  cursor: pointer;
}
.badge {
  font-size: 0.7rem;
  font-weight: normal;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.badge + span {
  clear: both;
  display: block;
}
.bigger-text {
  font-weight: 600;
  font-size: 1.2rem;
}
.box .box-header a {
  display: block;
  padding: 15px 15px;
  font-size: 0.9rem;
}
.box .box-header__title {
  display: block;
  padding: 15px 15px;
  font-size: 0.9rem;
}
.box .box-content {
  padding: 15px 20px 15px;
}
.box .box-content__tiles {
  flex-wrap: wrap;
}
.box .box-content__tiles > div {
  width: 40px;
  padding: 5px;
  font-size: 0.9rem;
}
.mb-3 {
  margin-bottom: 20px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.btn-primary {
  border: 0;
}
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
body {
  color: #333;
  background: #f8f8fa;
}
.white {
  color: #FFFFFF;
}
.primary {
  color: #e26329;
}
.colour-title {
  color: #e26329;
}
.colour-dark {
  color: #333;
}
.bg-title {
  background: #e26329;
}
.bg-lightgrey {
  background: #F8F8F8;
}
.bg-darkgrey {
  background: #333;
}
.bg-green {
  background: #4E9A67;
}
.bg-red {
  background: #E8565A;
}
.bg-primary {
  background: #e26329;
  color: #fff;
}
.btn-primary {
  background: #e26329;
  color: #fff;
}
.btn-secondary {
  background: #e26329;
  color: #FFF;
  display: inline-block;
}
.btn-grey {
  background: #333;
  color: #FFF;
}
.slide--content__buttons .btn-primary + a {
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
header nav li a {
  color: #FFFFFF;
}
header nav li a:after {
  background-color: #e26329;
}
footer a {
  color: #333;
}
.hero {
  color: #FFFFFF;
}
.hero .slide--arrows a {
  color: #FFFFFF;
  background-color: #333;
}
.abouthome .abs-stats .stats--row > div {
  border-right: 1px solid #EFEFEF;
}
.btn-blue {
  background: #e26329;
  color: #FFFFFF;
  border: 0;
}
.form-addon > div {
  border: 1px solid #EFEFEF;
  background-color: #EFEFEF;
}
input[type=password],
input[type=text],
input[type=email],
select,
textarea,
input[type=number] {
  border: 1px solid #EFEFEF;
}
.login--modal a,
.password-link a {
  color: #e26329;
}
.sales-block a {
  color: #e26329;
}
.footer {
  border-top: 2px solid #e26329;
}
.footer ul li a {
  color: #333;
}
.loggedin--header {
  background-color: #333;
}
.account--flex {
  background-color: #EFEFEF;
}
.card {
  border: 1px solid #EFEFEF;
}
.product-outer .box .box-content {
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.product-outer .box .box-content .table--row:nth-child(odd) {
  background: #F8F8F8;
}
.dropdown-collection .dropdown-button {
  border: 1px solid #EFEFEF;
}
.accountsidebar {
  background: #FFFFFF;
}
.accountsidebar hr {
  background: #979797;
}
.accountsidebar ul li.active,
.accountsidebar ul li:hover {
  color: #e26329;
  background: #FAFAFA;
}
.accountsidebar ul li.active svg,
.accountsidebar ul li:hover svg {
  fill: #e26329;
}
.card {
  background: #FFFFFF;
}
.card .edit--card {
  color: #e26329;
}
.card .edit--card__alt {
  color: #333;
}
.table-striped tbody tr:nth-child(even) {
  background: #FAFAFA;
}
.table {
  font-size: 1rem;
}
.table th {
  color: #e26329;
}
.cta {
  border-top: 1px solid #EFEFEF;
}
.paging-inner a.active {
  background: #e26329;
  color: #FFF;
}
.filter-section select {
  color: #333;
}
.alert-success {
  background: #4E9A67;
  color: #FFF;
}
.alert-warning {
  background: #FFF6DE;
}
.alert-danger {
  background: #FFEEEE;
  color: #E8565A;
}
.product-card_summary__row {
  border-bottom: 1px solid #EFEFEF;
}
.cart-modal .orders-footer {
  border-top: 1px solid #EFEFEF;
}
.checkout-right {
  background: #F8F8F8;
}
.ml-2 {
  margin-left: 8px;
}

/*# sourceMappingURL=styles.css.map*/