/* elementor overrides */
.elementor-element-250d73d {
  background-color: #fff !important;
}

:root {
  --sc-highlight-colour: #e63f46;
}
#sc-menu {
  background-color: rgba(255,255,255,.9);
  position: absolute;
  width: 100%;
  padding: 20px;
  top: 147px;
  z-index: 100;
  border: 8px solid #d91936;
  border-left: none;
  border-right: none;
  display: none;
}
.sc-menu-global {
  display: grid;
  max-width: 100%;
  margin: 0 auto;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
}
.sc-menu-col {
  margin-bottom: 20px;
}
.sc-menu-col h3 {
  text-transform: uppercase;
  font-size: .9rem;
  color: #222;
}
.sc-menu-col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sc-menu-col a {
  display: block;
  padding: 2px 0;
  color: #666;
  font-size: .9rem;
}

.sc-error {
  margin-bottom: 15px;
  padding: 8px 10px;
  color: #fff;
  font-size: 13px;
  background-color: #c33;
}

.sc-category-panels {
  display: flex;
  grid-gap: 1rem;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.sc-category-panel {
  color: #444;
  display: block;
  background-color: #fff;
  padding: 15px 25px;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  min-width: 250px;
  width: 20%;
}
.sc-category-panel:hover {
  text-decoration: none;
  cursor: pointer;
}
.sc-category-panel h2 {
  color: #444;
  padding: 8px 4px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.sc-category-panel img {
  max-width: 200px !important;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.sc-category-panel div {
  max-width: 200px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 20px;
  border-color: var(--sc-highlight-colour);
}

.sc-account {
  display: grid;
  grid-template-columns: 250px 1fr 300px;
  width: 100%;
  gap: 1em;
}
.sc-account-noo {
  grid-template-columns: 250px 1fr;
}

.sc-account-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sc-account-menu a {
  display: block;
  padding: 8px 15px;
  background-color: #ddd;
  color: #444;
  border-bottom: 1px solid #eee;
}
.sc-account-menu a:hover {
  background-color: #d3d3d3;
  text-decoration: none;
}
.sc-account-menu a.active {
  background-color: var(--sc-highlight-colour);
  color: #fff;
}

.sc-heading-container {
  background-color: #eee;
  margin-bottom: 20px;
  margin-top: 85px;
}
.sc-heading-cats {
  background-color: #fff;
  padding-bottom:10px;
  margin-top: -5px;
}
.sc-heading-cats > div {
  max-width: 1700px;
  margin: 0 auto;
}
.sc-heading-cats ul {
  list-style-type: none;
  display: flex;
  align-items: space-inbetween;
  padding-left: 0;
  margin-bottom: 0;
}
.sc-heading-cats li {
  flex-grow: 1;
  text-align: center;
}
.sc-heading-cats a {
  color: #444;
  font-size: 14px;
}
.sc-heading-cats a.active {
  color: var(--sc-highlight-colour);
}
.sc-heading {
  display: grid;
  max-width: 1700px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
}
.sc-product-heading {
  background: none;
  padding: 5px 10px;
}
.sc-heading-path a {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  color: #777;
  text-transform: uppercase;
  font-size: 13px;
}
.sc-heading-path a:after {
  content: "\e9b2";
  font-family: boxicons;
  position: absolute;
  top: 2px;
}
.sc-heading-path a:last-child:after {
  content: "";
}
.sc-heading h2 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #444;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.sc-layout {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}
.sc-layout-categories {
  width: 250px;
  background-color: #e0e2df;
  padding: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.sc-layout-categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sc-layout-categories > ul > li {
  border-bottom: 1px solid #c4c7c2;
}
.sc-layout-categories > ul > li:last-child {
  border-bottom: 0;
}
.sc-layout-categories a {
  display: block;
  color: #444;
  text-transform: uppercase;
  padding: 5px 0;
}
.sc-layout-categories a.active {
  color: var(--sc-highlight-colour);
}
.sc-layout-categories ul ul li a {
  padding: 3px 0 3px 15px;
  font-size: 0.8rem;
}
.sc-layout-categories a:hover {
  color: var(--sc-highlight-colour);
  text-decoration: none;
}
.sc-layout-content {
  flex-grow: 1;
}

.sc-layout-product {
  display: grid;
  grid-template-columns: minmax(0,400px) minmax(400px, 1fr);
  grid-gap: 2rem;
  color: #444;
  align-items: start;
}

.sc-product-price-col {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.sc-product-price-col1 {
  flex-grow: 1;
  font-size: 17px;
  font-weight: 300;
}
.sc-product-price-col2, .sc-product-price-col3 {
  text-align: right;
}
.sc-product-price-col1 b {
  font-size: 35px;
}
.sc-product-price-col2 input {
  height: 38px;
  padding: 0 10px;
  max-width: 70px;
}
.sc-product-price-col3 button {
  background-color: #eb132e !important;
}

.sc-product-gallery {
  position: sticky;
  top: 240px;
}
.sc-product-gallery-view {
  border: 1px solid #ddd;
}
.sc-product-gallery > img {
  aspect-ratio: 1/1;
  object-fit: contain;
  background-color: #fff;
}
.sc-product-images {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 1em;
}
.sc-product-images > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  align-content: center;
}
.sc-product-images > a:hover, .sc-product-images > a.active {
  border: 1px solid var(--sc-highlight-colour);
}
.sc-product-details h1 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 1.3em;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  text-transform: none !important;
}
.sc-product-code {
  font-size: .9em;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  display: block;
}
.sc-product-desc {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.sc-product-desc p:last-child {
  margin-bottom: 0;
}
.sc-product-features {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.sc-product-features ul {
  margin: 0;
  padding-left: 20px;
}
.sc-product-optiongroup {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.sc-product-optiongroup h3 {
  font-size: 1.1em;
  margin-bottom: 0;
}
.sc-product-optiongroup h3 a {
  cursor: pointer;
  color: #444;
  position: relative;
  padding-right: 30px;
  display: block;
}
.sc-product-optiongroup h3 a:hover {
  text-decoration: none;
  color: var(--sc-highlight-colour);
}
.sc-product-optiongroup h3 a::after {
  content: "\e9b9";
  position: absolute;
  right: 0;
  top: -6px;
  font-size: 25px;
  font-family: boxicons;
  transition: transform .3s;
}
.sc-product-optiongroup-content {
  padding-top: 10px;
}
.sc-product-optiongroup h4 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}
.sc-product-option {
  margin-top: 30px;
  margin-bottom: 10px;
}
.sc-product-option:first-child {
  margin-top: 0;
}
.sc-product-option:last-child {
  margin-bottom: 0;
}
.sc-product-option select {
  padding: 10px;
  width: 100%;
  max-width: 400px;
}
.sc-option-colours {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 1em;
}
.sc-option-colour {
  display: block;
  cursor: pointer;
  color: #444;
}
.sc-option-colour img {
  max-width: 100%;
  border: 1px solid #222;
  width: 100%;
}
.sc-option-colour span {
  display: block;
  margin-top: 5px;
  font-size: .8em;
}
.sc-option-colours .invalid {
/*  opacity: .3;
  cursor: not-allowed;  
*/
  display: none;
}

.rig-option {
  position: relative;
}
.rig-option:hover {
  text-decoration: none;
}
a.rig-option:hover::after {
  content: "\e9a4";
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  font-family: boxicons;
  color: #eee;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.rig-option-selected::after {
  content: "\e9a4";
  background-color: #f33 !important;
  position: absolute;
  top: 0;
  right: 0;
  font-family: boxicons;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.invalid::after {
  content: "" !important;
  background-color: transparent !important;
}

.rig-option-closed::after {
  transform: rotate(180deg);
}

.sc-option-panels {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em;
}
.sc-option-panel {
  display: block;
  cursor: pointer;
  color: #444;
  text-align: center;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 15px;
}
.sc-option-panel span {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  padding-right: 30px;
}
.sc-option-panel img {
  max-width: 150px !important;
}

.sc-product-totals {
  margin-top: 20px;
}
.sc-product-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 10px 15px;
}
.sc-product-total:last-child {
  border-bottom: 1px solid #ccc;
}
.sc-product-total > span {
  font-size: 1.2em;
  text-transform: uppercase;
}
.sc-product-total div {
  min-width: 200px;
  font-size: 1.5em;
  text-align: right;
}
.sc-product-total div small {
  display: block;
  font-size: .7rem;
  margin-top: -5px
}

.sc-basket {
  display: flex;
  gap: 15px;
}
.sc-basket-items {
  flex-grow: 1;
}
.sc-basket-totals {
  width: 250px;
}
.sc-basket-item {
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 15px;
  display: flex;
  color: #444;
}
.sc-basket-item > div {
  padding: 20px;
}
.sc-basket-item-image {
  width: 150px;
}
.sc-basket-item-details {
  flex-grow: 1;
}
.sc-basket-item-details > a {
  color: #444;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2rem;
}
.sc-basket-item-details > a:hover {
  text-decoration: none;
  color: var(--sc-highlight-colour);
}
.sc-basket-item-details dl {
  margin-top: 20px;
  margin-bottom: 0;
}
.sc-basket-item-details dt {
  text-transform: uppercase;
  font-size: .8rem;
}
.sc-basket-item-details dd {
  font-size: .8rem;
}
.sc-basket-item-totals {
  background-color: #eee;
  min-width: 150px;
  text-align: center;
}
.sc-basket-item-totals strong {
  font-size: 1.6em;
  font-weight: 300;
  color: var(--sc-highlight-colour);
}
.sc-basket-item-totals .sc-qty {
  margin-top: 25px;
}

.sc-layout .sc-btn {
  border: none;
  background-color: #777;
  color: #fff;
  text-transform: uppercase;
  font-size: .9rem;
  padding: 8px 12px;
}
.sc-btn-full {
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
.sc-layout .sc-btn-clear {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #444;
}
.sc-layout .sc-btn-small {
  font-size: .7rem;
  padding: 6px 9px;
}
.sc-layout .sc-btn:hover {
  background-color: #555;
  text-decoration: none;
}
.sc-layout .sc-btn-clear:hover {
  background-color: #eee;
}
.sc-layout .sc-btn i {
  margin-left: 8px
}
.sc-buttons {
  margin-top: 20px;
  display: flex;
}
.sc-buttons-right {
  justify-content: flex-end;
}
.sc-buttons-padded {
  margin: 0;
  padding: 20px;
}
.sc-buttons-center {
  justify-content: center;
  text-align: center;
  color: #444;
}
.sc-buttons-center div {
  text-align: left;
  font-size: .9em;
}
.sc-buttons .sc-btn {
  margin-right: 10px;
}
.sc-buttons-right .sc-btn {
  margin-right: 0;
  margin-left: 10px;
}
.sc-layout .sc-btn-primary {
  background-color: var(--sc-highlight-colour);
  opacity: .9; 
}
.sc-layout .sc-btn-primary:hover {
  background-color: var(--sc-highlight-colour);
  opacity: 1;
}

.sc-panel {
  background-color: #ddd;
}
.sc-panel h2 {
  margin: 0;
  padding: 15px;
  background-color: var(--sc-highlight-colour);
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
}
.sc-panel-strip {
  display: flex;
  color: #444;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.sc-content-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  color: #444;
  margin-bottom: 20px;
}
.sc-content-panel h2 {
  color: #444;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
}

.sc-qty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-qty a {
  display: block;
  width: 30px;
  height: 35px;
  font-size: 17px;
  line-height: 35px;
  border: 1px solid #ccc;
  background-color: #ddd;
  cursor: pointer;
  color: #444;
}
.sc-qty a:hover {
  color: var(--sc-highlight-colour) !important;
  background-color: #ccc;
}
.sc-qty input {
  height: 35px;
  width: 40px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  text-align: center;
}
.sc-qty input:focus {
  outline: none;
}

.ui-hidden {
    display: none;
}
.ui-panel fieldset {
    border: none;
    padding: 0 0 15px;
    margin: auto;
    max-width: 600px;
}
.ui-panel fieldset label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #555;
    margin-top: 15px;
}
.ui-panel fieldset input,
.ui-panel fieldset select,
.ui-panel fieldset textarea {
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
}
.ui-panel fieldset input:focus,
.ui-panel fieldset select:focus,
.ui-panel fieldset textarea:focus {
  outline: none;
  border-color: #aaa;
}
.ui-panel fieldset input[type="checkbox"] {
    width: auto !important;
    padding: 0 !important;
    display: inline;
}
.ui-panel fieldset span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}
.ui-panel fieldset span label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}
.ui-panel fieldset input:invalid,
.ui-panel textarea:invalid {
    border-right: 2px solid #c01c27;
}
.ui-panel .fieldset-group {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
    padding-bottom: 15px;
}
.ui-panel .fieldset-group:last-child {
    padding-right: 0;
}

.ui-panel fieldset input[type=checkbox] {
    appearance: auto;
    width: auto;
    display: none;
}
.ui-panel fieldset input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    line-height: 30px;
    padding-left: 40px;
    cursor: pointer;
}
.ui-panel fieldset input[type=checkbox] + label:before {
    font-family: boxicons;
    font-weight: 900;
    content: "\e9a4";
    background-color: #ddd;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    color: #bbb;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.ui-panel fieldset input[type=checkbox] + label:hover:before {
    color: #999;
}
.ui-panel fieldset input[type=checkbox]:checked + label:before {
    color: #fff;
    background-color: var(--sc-highlight-colour);
}

.ui-checkout-image img {
    max-width: 100px !important;
}

.ui-panel-order {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 !important;
}
.ui-panel-order > h2 {
    background-color: var(--sc-highlight-colour);
    color: #fff;
    padding: 20px;
}
.ui-panel-order table {
    width: 100%;
    box-sizing: border-box;
}
.ui-panel-order table td {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}
.ui-panel-order tr:last-child td {
    border-bottom: none;
}
.ui-panel-order table td:last-child {
    text-align: right;
}
.ui-panel-order-top {
    background-color: #eee;
    height: 60px;
    padding: 0 15px;
    font-size: 13px;
    color: #888;
}
.ui-panel-order-top span {
    text-transform: uppercase;
}
.ui-panel-order-top > span {
    float: right;
    line-height: 60px;
    font-size: 18px;
}
.ui-panel-order-top ul {
    padding-top: 0;
    padding-left: 0;
}
.ui-panel-order-top li {
    display: inline-block;
    margin-right: 30px;
    padding-top: 7px !important;
}
.ui-panel-order-top li span {
    display: block;
}
.ui-panel-padded {
    padding: 20px;
}

.ui-table-resp {
    margin-bottom: 20px;
}
.ui-table-resp table {
    width: 100%;
    border-collapse: collapse;
}
.ui-table-resp th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #666;
    color: #fff;
    font-weight: 300;
}
.ui-table-resp td,
.ui-table-resp th {
    font-size: 1rem;
    padding: 12px 8px;
    vertical-align: top;
    text-align: left;
    border: none;
    color: #444;
}
.ui-table-resp th {
    color: #fff;
}
.ui-table-resp .data-std td,
.ui-table-resp .data-std th {
    vertical-align: middle;
    text-align: left;
}
.ui-table-resp td a {
    font-size: 1rem;
    color: var(--sc-highlight-colour);
}
.ui-table-resp tbody tr:nth-child(even) {
    background-color: #e5e5e5;
}
.ui-table-resp small {
    display: block;
    font-size: .6rem;
    padding-left: 10px;
}
.ui-table-resp small span {
    display: block;
    padding: 2px 0;
}

.sc-mm-outer {
  position: absolute;
  top: 147px;
  z-index: 100;
  width: 100%;
}
.sc-mm-hidden {
  display: none;
}
.sc-mm {
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  padding: 25px;
  align-items: top;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  border-top: 5px solid #e8152e;
  border-bottom: 5px solid #e8152e;
}
.sc-mm > div {
  width: 15%;
  max-width: 250px;
  min-width: 200px;
  color: #222;
}
.sc-mm > div h3 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sc-mm > div ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.sc-mm > div li a {
  display: block;
  padding: 2px 0;
  color: #222;
}

@media (max-width: 1000px){

  .sc-layout-categories {
    display: none;
  }

  .sc-product-gallery {
    top: auto;
    position: relative;
  }
}

@media (max-width: 980px){

  .sc-mm {
    top: 188px;
  }

  .sc-heading-container {
    margin-top: 0;
  }
}

@media (max-width: 800px){

  .sc-basket {
    display: block;
  }

  .sc-basket-totals {
    width: 100%;
  }

  .sc-menu-global {
    grid-auto-flow: row;
  }

  .sc-basket-item {
    flex-direction: column;
  }

  .sc-basket-item-image {
    margin: auto;
  }

  .sc-buttons {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px){

  .sc-heading-container {
    margin-top: 260px;
  }

  .sc-layout-product {
    grid-template-columns: 1fr;
  }

  .sc-heading-cats {
    display: none;
  }

  .sc-heading {
     grid-template-columns: 1fr;
     gap: 10px;
  }

  .sc-product-price-col1 b {
    display: block;
  }
}
