/** Shopify CDN: Minification failed

Line 105:0 Unexpected "}"
Line 106:0 Comments in CSS use "/* ... */" instead of "//"

**/
/* Use this file to add custom css to the theme. */
#storemapper.search_on_top #storemapper-form {
    z-index: 10 !important;
}
.desktop-only{
  display: none;
}
@media (min-width: 38em){
.desktop-only{
      display:block
  }
}

.site-footer-language {
    display: flex;
    justify-content: center;
    .form-input__select {
      display: inline-block;
      &:after {
        width: 24px;
        line-height: 24px;
        font-size: 30px;
      }
  }  
}
@media (min-width: 60em){
  .site-footer-language {
    float: left;
  }
}

.select-language {
      font-size: 12px;
      height: 24px;
      padding: 0 34px 0 0;
      line-height: 24px;
      border: 0;
      width: auto;
}

.site-footer-bottom-nav {
  font-size: 12px;
  text-align: center;
  ul {
    @extend .unstyled;
    display: inline-block;
    margin: 0 -7px;
    li {
      display: inline-block;
      margin: 0 7px;
    }
  }
  a {
    color: $body-text-color;
  }
  img {
    display: inline-block;
    vertical-align: baseline;
    max-width: 15px;
    margin-right: 5px;
  }
}
@media (min-width: 60em){
  .site-footer-bottom-nav {
    text-align: right;
  }
}

.mobile-only{
  display: none;
}
@media (max-width: 38em){
.mobile-only{
      display:block
  }
}
.jdgm-prev-badge {
  padding-bottom: 10px;
}
.trustbuttons {
    display: flex;
    gap: 1rem;
    font-size:var(--font-size-body-extra-small);
}
.trustbuttons a:hover {
text-decoration: none
}
.trustbuttons svg {
width: 15px
}
.color_thumb {
  float: left;
  width: 18px;
  height: 10px;
  margin-right: 5px;
  border: 1px solid #eee;
  box-sizing: border-box;
  }
}
// color extra thumb
.color_thumb_extra {
  font-size: 0.75em;
  line-height: 1em;
}
.product-colours {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.product-price {
  float: right;
  display: flex;
}