<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Small*/

@media (min-width: 768px) {}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


@font-face {
  font-family: "IM Fell";
  src: url("/themes/custom/hw/fonts/IMFeENsc29P.ttf");
}

:root {
  --brand-primary: #dbd1a4;
  --bp: var(--brand-primary);
  /* gold old-#736a43 */
  --bs: #f7f1da;
  /* cream */
  --ff1: 'Sorts Mill Goudy', serif;
  --ff2: 'IM Fell', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  --border-radius-base: 4px;
  --gap: 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

html {
  height: 100%;
    background: transparent;
    font-size: 10px;
}


body {
    font-family: var(--ff1);
    font-size: 1rem;
    color: #fff;
    position: relative;
    background: #000 center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 0 0 0 !important;
    height: auto;
    height: 100%;
    min-height: 100%;
}

div.dialog-off-canvas-main-canvas {
  height: 100%;
}

main {
  height: 100%;
}

section#content {padding-bottom:100px;}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}


h1,
h2,
h3,
h4 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.2rem;
  letter-spacing: 1px;
}

a {
  color: #fff;
  text-decoration: underline
}

a:link {
  text-decoration: underline;
  color: #fff
}

p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

a:visited {
  text-decoration: underline;
  color: #fff
}

a:hover {
  text-decoration: underline;
  color: #fff
}

a:focus {
  text-decoration: underline;
  color: #fff
}

a:active {
  text-decoration: underline;
  color: #fff
}


.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:hover,.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}



.container {
  margin: 0 auto 0 auto;
  max-width: 1800px;
  padding: 0 var(--gap) 0 var(--gap);
}

.layout {
  &amp;.layout--twocol-section {
    margin-bottom: calc(var(--gap) * 2);
    .layout__region--first {
      padding-right: calc(var(--gap) / 2);
    }
    .layout__region--second {
      padding-left: calc(var(--gap) / 2);
    }
  }
}

.paragraph--type--image {
  img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.hw-breadcrumb {
  font-size: 16px;
  margin-bottom: 40px;
  color: var(--bp);

  line-height: 1.1;

  a {
    text-decoration: none;
    color: var(--bp);
  }

  a:hover {
    text-decoration: underline;
    color: var(--bp);
  }


  i.fas {
    margin: 0 10px 0 10px;
    color: var(--bp);

  }

}


.page-node-type-shop_item .hw-breadcrumb {
  display: none;
}


.node-type-shop-item #contact-panel .container {
  display: none;
}

#toolbar-administration {

  a {
    text-decoration: none;
  }

  ul a {
    color: black;
  }
}

  
/* //Front Page
//The big images here are also prevented from loading via JS */
section#front-landing {


  height: 100%;
  height: 200px;
  margin-top: 50px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;



  div.smoothslides,
  div.smoothslides-on {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background-color: black;
    display: block;
    top: 0px;
    left: 0px;
    border-radius: 0px;
  }


  .ss-slide-stage {
    border-radius: 0px;
  }



  #front-title {

    background: rgba(0, 0, 0, 0.5);
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;


    padding: 20px 20px 20px 20px;



    h1 {
      color: var(--bp);
      color: white;
      font-weight: normal;
      font-family:var(--ff2);
      font-size: 20px;
      margin: 0 0 10px 0;
      text-align: center;
      background-size: 60px;
    }

    h2 {
      color: var(--bp);
      color: white;
      font-weight: normal;
      margin: 0;
      margin-bottom: 20px;
      font-size: 15px;
      text-align: center;
    }


    div#msg {
      background: white;
      color: red;
      font-size: 16px;
      text-align: center;
      max-width: 800px;
      padding: 10px;
      margin: 0 auto 0 auto;
    }


  }

  @media only screen and (min-width: 500px) {

    height: 300px;

    #front-title {
      h1 {
        font-size: 30px;
        padding: 120px 0 0 0;

        background: url(../images/logo-white.png) no-repeat 50% 0%;
        background-size: 80px;
      }

      h2 {
        font-size: 23px;
      }
    }
  }




  @media only screen and (min-width: 768px) {

    height: 400px;

    #front-title {

      h1 {
        font-size: 30px;
        padding: 160px 0 0 0;
        background-size: 120px;
      }

      h2 {
        font-size: 20px;
      }
    }
  }

  @media only screen and (min-width: 992px) {

    height: 550px;

    #front-title {


      h1 {
        font-size: 35px;
        background-size: 150px;
        padding: 200px 0 0 0;
        background-size: 140px;
      }

      h2 {
        font-size: 26px;
      }
    }


  }

  @media only screen and (min-width: 1200px) {

    height: 100%;
    margin-top: 0px;

    #front-title {


      h1 {
        font-size: 40px;
        padding: 210px 0 0 0;
        background-size: 150px;
      }

      h2 {
        font-size: 30px;
      }
    }

  }

  /* //Only at this width can the images fill the viewport due to their AR */
  @media only screen and (min-width: 1550px) {

    height: 100%;
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
    background-color: #351a06;
    background-color: black;



  }


}






  section.front-info {
    height: 300px;
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  
    &amp;.right {
      align-items: flex-end;
    }
  
    .text {
      padding: 20px 20px 20px 20px;
      background: rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  
      h2 {
        color: var(--bp);
        color: white;
        font-weight: normal;
        margin: 0;
        font-size: 16px;
        text-align: center;
  
      }
  
      p {
        color: var(--bp);
        color: white;
        font-weight: normal;
        margin: 0;
        font-size: 14px;
        text-align: center;
        max-width: 900px;
  
        a {
          color: #ccc;
          text-decoration: none;
  
          &amp;:hover {
            text-decoration: underline;
          }
        }
  
      }
  
    }
  
  
  
    @media only screen and (min-width: 500px) {
      height: 300px;
  
      .text {
        padding: 20px 20px 20px 20px;
  
        h2 {
          font-size: 25px;
        }
  
        p {
          font-size: 20px;
  
        }
      }
    }
  
    @media only screen and (min-width: 768px) {
      height: 300px;
  
      .text {
        padding: 20px 20px 20px 20px;
  
        h2 {
          font-size: 30px;
        }
  
        p {
          font-size: 22px;
  
        }
      }
    }
  
    @media only screen and (min-width: 768px) {
      height: 500px;
    }
  
    @media only screen and (min-width: 1200px) {
      height: 100%;
  
      .text {
        padding: 20px 20px 20px 20px;
  
        h2 {
          font-size: 35px;
        }
  
        p {
          font-size: 25px;
  
        }
      }
    }
  
  
  
  
  }
  
  
  section#front-info-one {
    background: url(/themes/custom/hw/images/front-page/tinified/home-2.jpg) no-repeat;
    background-size: cover;
  
  }
  
  section#front-info-two {
    background: url(/themes/custom/hw/images/front-page/tinified/home-12.jpg) no-repeat;
    background-size: cover;
  
  }
  
  section#front-info-three {
    background: url(/themes/custom/hw/images/front-page/tinified/home-3-crop.jpg) no-repeat;
    background-size: cover;
    margin: 0 0 80px 0;
  }
  
  
  section#front-info {
    background: #ece19f;
    padding-top: 40px;
  
  
    a.btn {
      color: var(--bp);
      background: rgba(0, 0, 0, 1);
      text-decoration: none;
      border-color: black;
  
      &amp;:hover {
        background: rgba(0, 0, 0, 0.7);
      }
    }
  
  
    .front-info-one {
      width: 100%;
      margin-bottom: 40px;
  
  
      div.text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #333;
        font-size: 16px;
        margin: 0 0 20px 0;
  
        p {
          font-size: 16px;
          margin: 0;
        }
      }
  
      div.image {
        img {
          width: auto;
          object-fit: contain;
          width: 100%;
          max-height: 100%;
          margin: 0 0 20px 0;
        }
  
      }
  
  
  
    }
  
  
  
  
  
    .front-info-two {
  
  
      width: 100%;
  
  
      h2 {
        font-size: 22px;
        margin-bottom: 20px;
      }
  
      a.btn {
        margin: auto 0 60px 0;
      }
  
      div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        color: #333;
  
  
        img.image-one {
          width: 200px;
          margin-bottom: 5px;
        }
  
  
        img.image-two {
          width: 200px;
        }
  
  
        p.text-one {
          padding: 20px 0 10px 0;
          max-width: 300px;
          text-align: center;
          font-size: 16px;
        }
  
        p.text-two {
          padding: 20px 0 10px 0;
          max-width: 400px;
          text-align: center;
          font-size: 16px;
        }
      }
  
  
    }
  
  
  
  
    @media only screen and (min-width: 992px) {
  
      .front-info-one {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: 90px;
        width: 100%;
  
  
        div.text {
          display: flex;
          flex-direction: column;
          justify-content: center;
          color: #333;
          font-size: 16px;
          margin: 0;
  
          p {
            font-size: 16px;
            margin: 0;
          }
  
          &amp;.one {
            order: 1;
          }
  
          &amp;.two {
            order: 4;
          }
  
          &amp;.three {
            order: 5;
          }
        }
  
        div.image {
          img {
            width: auto;
            object-fit: contain;
            width: 100%;
            max-height: 100%;
            margin: 0;
  
  
          }
  
          &amp;.one {
            order: 2;
          }
  
          &amp;.two {
            order: 3;
          }
  
          &amp;.three {
            order: 6;
  
          }
  
        }
  
  
  
      }
  
  
  
      .front-info-two {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        column-gap: 20px;
        width: 100%;
  
  
        h2 {
          font-size: 22px;
          margin-bottom: 20px;
        }
  
        div {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          color: #333;
  
  
          img.image-one {
            width: 200px;
          }
  
  
          img.image-two {
            width: 200px;
          }
  
  
          p.text-one {
            padding: 20px 0 10px 0;
            max-width: 300px;
            text-align: center;
            font-size: 16px;
          }
  
          p.text-two {
            padding: 20px 0 10px 0;
            max-width: 400px;
            text-align: center;
            font-size: 16px;
          }
        }
  
  
      }
    }
  
  
  
  
    @media only screen and (min-width: 992px) {
  
      .front-info-one {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: 90px;
        width: 100%;
  
  
        div.text {
          display: flex;
          flex-direction: column;
          justify-content: center;
          color: #333;
          font-size: 20px;
  
          p {
            font-size: 20px;
            margin: 0;
          }
        }
  
        div.image {
          img {
            width: auto;
            object-fit: contain;
            width: 100%;
            max-height: 100%;
          }
  
        }
  
  
  
      }
  
  
  
      .front-info-two {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        column-gap: 20px;
        width: 100%;
  
  
        h2 {
          font-size: 22px;
          margin-bottom: 20px;
        }
  
        div {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          color: #333;
  
  
          img.image-one {
            width: 200px;
          }
  
  
          img.image-two {
            width: 200px;
          }
  
  
          p.text-one {
            padding: 20px 0 10px 0;
            max-width: 300px;
            text-align: center;
            font-size: 20px;
          }
  
          p.text-two {
            padding: 20px 0 10px 0;
            max-width: 400px;
            text-align: center;
            font-size: 20px;
          }
        }
  
  
      }
    }
  }




  div.smoothslides,
  div.smoothslides-on {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background-color: black;
    display: block;
    top: 0px;
    left: 0px;
    border-radius: 0px;
  }


  .ss-slide-stage {
    border-radius: 0px;
  }


  section#contact-panel {
    padding: 40px 0 40px 0;
    background: black;
  
    .section-inner {
      max-width: 1200px;
      margin: 0 auto 0 auto;
      display: flex;
      gap:var(--gap);
    }

    .col-1 {
      flex:1 1 50%;
    }

    .col-2 {
      flex:1 1 50%;
    }
  
    p {
      color: var(--bp);
    }
  
    label {
      color: var(--bp);
    }
  
  
    a {
      text-decoration: none;
      color: var(--bp);
  
      &amp;:hover {
        text-decoration: underline
      }
    }
  
  
  
  
  
  
    form {
      h3 {
        font-size: 2rem;
      }
  
      label {
        font-size: 1.5rem;
      }
  
      div.help-block {
        font-size: 1.2rem;
      }
  
      textarea {
        margin-top: 0;
        resize: vertical;
        height: 150px;
      }

      div[role="alert"] {
        color: red;
        font-size: 2rem;
        padding-bottom: 20px;
      }
      
    }
  
  
  
  }
  
  


  section#copyright {
    background-color: black;
    padding: 50px 20px 50px 20px;
    text-align: right;
    color: white;
  

  
    @media only screen and (min-width: 768px) {
      padding: 50px 50px 50px 50px;
    }
  
    span {
      font-size: 1.2rem;
    }
  
  }



body.page-oak-furniture-before-queen-anne,
body.page-oak-furniture-after-queen-anne,
body.page-windsor-chairs,
body.page-tapestries-textiles,
body.page-carvings-sculpture,
body.page-english-domestic-metalware-pewter,
body.page-early-continental-metalware,
body.page-works-of-art,
body.page-miscellanea,
body.page-interesting-objects,
body.page-gallery {
  

  background-color: black;

  #main-container {
    padding-top: 50px;
    background-color: transparent !important;

  }

  h1 {
    font-size: 30px;
    color: white;
    margin: 0;
    margin-bottom: 5px;
    margin-left: 20px;
    font-family:var(--ff2);
    font-weight: normal;
    position: relative;
    top: 0px;
    line-height: 1.0;
    margin-bottom: 20px;
    padding: 0;
    opacity: 1;
    text-align: center;
    

  }


  .views-element-container header {
    margin-bottom: 40px;

    .header-inner {

      width:100%;
      padding-top: 33%;
      position: relative;
      background: center center no-repeat;
      background-size: cover;

      div {
        position: absolute;
        top:0px;
        left:0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
      }

    }



    /* .hw-breadcrumb {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 20px;


      color: var(--bp);


      a {
        color: var(--bp);
        text-decoration: none;
      }

      a:hover {
        text-decoration: underline;
      }


      i.fas {
        margin: 0 10px 0 10px;
        color: var(--bp);
      }

    } */
  }





  .views-row {
    border: 1px solid var(--bp);
    position: relative;
    background-color: black;
    box-shadow: 0px 0px 0px 2px black;

    &amp;:before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 100%;
    }

    &gt;div {
      position: absolute;
      width: calc( 100% - 40px );
      height: calc( 100% - 40px );
      top: 20px;
      left: 20px;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
    }

    h3 {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      z-index: 2;

      a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        overflow: hidden;

        span {
          display: block;
          text-align: center;
          z-index: 5;
          position: absolute;
          color: white;
          margin: 0px;
          padding: 7px 10px 5px 10px;
          line-height: 1.1;
          background-color: rgba(0, 0, 0, 0.5);
          letter-spacing: 1px;
          opacity: 0;
          font-size: 12px;
          transition: opacity 0.5s;
          top: 0px;
          left: 0px;
          width: calc( 100% + 1px );
          /*1px more than expected because sometimes on resize it is 1px too short*/
          /*Solve image shift bug when opacity is used*/
          -webkit-backface-visibility: hidden;
          -webkit-transform: translateZ(0) scale(1.0, 1.0);

          @media only screen and (min-width: 768px) {
            font-size: 15px;
          }
        }
      }

      &amp;:hover span {
        opacity: 1;
      }
    }
  }



  .view-content {
    display: grid;

    grid-template-columns: 1fr;
    gap: 50px;

    @media only screen and (min-width: 768px) {
      grid-template-columns: 1fr 1fr;
      gap: 50px;
    }

    @media only screen and (min-width: 1200px) {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 50px;
    }


  }


  .views-element-container footer {
    padding: 20px 0 0 0;

    p {
      margin: 0;
    }

    i.fas {
      margin: 0 10px 0 0;
    }

    a {
      text-decoration: none;
    }
  }

  .pages-section {
    max-width: 1400px;
    margin: 0 auto 0 auto;
  }


  @media only screen and (min-width: 768px) {
    h1 {font-size: 40px;}

    .views-element-container header  .header-inner {
      
      div {
        justify-content: left;
      }
    }
  }


  @media only screen and (min-width: 992px) {
    h1 {font-size: 60px;}

    #main-container {
      padding-top: 80px;
    }
  }

}


body.page-oak-furniture-before-queen-anne .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/bqa.jpg);

}

body.page-oak-furniture-after-queen-anne .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/aqa.jpg);
}

body.page-windsor-chairs .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/w.jpg);
}

body.page-tapestries-textiles .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/t.jpg);
}

body.page-carvings-sculpture .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/cs.jpg);
}

body.page-english-domestic-metalware-pewter .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/dm3.jpg);
}

body.page-early-continental-metalware .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/cm.jpg);
}

body.page-works-of-art .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/woa.jpg);
}

body.page-miscellanea .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/m.jpg);
}

body.page-interesting-objects .views-element-container header .header-inner {
  background-image: url(/themes/custom/hw/images/inner/m.jpg);
}







body.page-search {

    p.back {
      text-align: left;
      padding-top: 20px;
      margin-bottom: 20px;

      a {
        text-decoration: none;
      }
    }

    .view-empty {
      display: none;
    }

    form#views-exposed-form-search-new-page-1 {
      margin-bottom: 1em;

      input.form-submit {
        display: inline-block;
        margin-bottom: 0;
        font-weight: var(--btn-font-weight);
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: var(--padding-base-vertical) var(--padding-base-horizontal);
        font-size: var(--font-size-base);
        line-height: var(--line-height-base);
        border-radius: var(--border-radius-base);
        user-select: none;
        color: var(--btn-default-color);
        background-color: var(--btn-default-bg);
        border-color: var(--btn-default-border);
        margin: 0 0 var(--gap) 0;

        &amp;:hover,
        &amp;:focus {
          color: var(--btn-default-color);
          text-decoration: none;
        }
      
        &amp;:focus {
          outline: 2px solid var(--input-border-focus);
          outline-offset: 2px;
        }
      
        &amp;:active {
          outline: 0;
          background-image: none;
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }
      }

      input.form-text {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -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,box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        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,-webkit-box-shadow ease-in-out .15s;
        margin: 0 0 var(--gap) 0;
        max-width: 400px;
      }

      div.form-item-field-section:has(input[value="All"]) {
        display: none;
      }

      legend {
        display: none;
      }

      label {
        font-size: 1.5rem;
      }

      input[type="radio"] + label {
        position: relative;
        bottom: 2px;
        margin-left: 10px;
      } 
    }

    .view-content {
      margin: 0;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;


      @media only screen and (min-width: 992px) {
        grid-template-columns: 1fr 1fr;
      }

      @media only screen and (min-width: 1200px) {
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }
    }

    .views-row {
      position: relative;
      padding: 25px 0 0 0;
      overflow: hidden;
      background-color: black;
      border: 1px solid #dbd1a4;
      box-shadow: 0 0 0 2px #000;

      .field-content.image {
        width: 100%;
        height: 260px;

        a {
          display: block;
          width: 100%;
          height: 260px;
          text-align: center;
          position: relative;

          img {
            height: 100%;
            width: 100%;
            object-fit: contain;
          }
        }
      }

      .field-content.title {
        position: absolute;
        color: white;
        margin: 0px;
        padding: 7px 10px 5px 10px;
        line-height: 1.1;
        background-color: #333;
        letter-spacing: 1px;
        opacity: 1;
        font-size: 12px;
        top: 0px;
        left: 0px;
        width: calc( 100% + 1px );
        /*1px more than expected. Sometimes on resize it is 1px too short*/
        /*Solve image shift bug when opacity is used*/
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
        font-weight: bold;

        a {
          text-decoration: none;
          color: white;
        }

        /*@media only screen and (min-width : @screen-xs-min) {
                opacity: 0;
            }    */
        @media only screen and (min-width: 768px) {
          font-size: 14px;
        }
      }

      div.taxonomy-list {
        display: none;
      }

      div.sold {
        display: none;
        background: black;
        color: var(--bp);
        font-size: 16px;
        line-height: 30px;
        width: 200px;
        text-align: center;
        position: absolute;
        bottom: 43px;
        right: -41px;
        border: 1px solid var(--bp);
        transform: rotate(315deg);
      }
    }

    ul.pager__items {
      padding-top: 20px;
      font-size: 24px;
      display: flex;
      justify-content: center;

      li {
        margin: 0 0 15px 15px;
        list-style: none;
      }

      li&gt;a,
      li&gt;span {
        background-color: transparent;
        border: 0px solid #dddddd;
        border-radius: 0px;
        display: inline-block;
        padding: 5px 14px;
      }

      li.pager-current {
        text-decoration: underline;
      }

      li&gt;a:link {
        text-decoration: none;
      }

      li&gt;a:visited {
        text-decoration: none;
      }

      li&gt;a:hover {
        text-decoration: underline;
      }

      li&gt;a:focus {
        text-decoration: underline;
      }

      li&gt;a:active {
        text-decoration: underline;
      }
    }
}






body.page-previous-stock {

  p.back {
    text-align: left;
    padding-top: 20px;
    margin-bottom: 20px;

    a {
      text-decoration: none;
    }
  }

  .view-empty {
    display: none;
  }


  .view-content {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;


    @media only screen and (min-width: 992px) {
      grid-template-columns: 1fr 1fr;
    }

    @media only screen and (min-width: 1200px) {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }

  .views-row {
    position: relative;
    padding: 25px 0 0 0;
    overflow: hidden;
    background-color: black;
    border: 1px solid #dbd1a4;
    box-shadow: 0 0 0 2px #000;

    .field-content.image {
      width: 100%;
      height: 260px;

      a {
        display: block;
        width: 100%;
        height: 260px;
        text-align: center;
        position: relative;

        img {
          height: 100%;
          width: 100%;
          object-fit: contain;
        }
      }
    }

    .field-content.title {
      position: absolute;
      color: white;
      margin: 0px;
      padding: 7px 10px 5px 10px;
      line-height: 1.1;
      background-color: #333;
      letter-spacing: 1px;
      opacity: 1;
      font-size: 12px;
      top: 0px;
      left: 0px;
      width: calc( 100% + 1px );
      /*1px more than expected. Sometimes on resize it is 1px too short*/
      /*Solve image shift bug when opacity is used*/
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1.0, 1.0);
      font-weight: bold;

      a {
        text-decoration: none;
        color: white;
      }

      /*@media only screen and (min-width : @screen-xs-min) {
              opacity: 0;
          }    */
      @media only screen and (min-width: 768px) {
        font-size: 14px;
      }
    }

    div.taxonomy-list {
      display: none;
    }

    div.sold {
      display: none;
      background: black;
      color: var(--bp);
      font-size: 16px;
      line-height: 30px;
      width: 200px;
      text-align: center;
      position: absolute;
      bottom: 43px;
      right: -41px;
      border: 1px solid var(--bp);
      transform: rotate(315deg);
    }
  }

  ul.pager__items {
    padding-top: 20px;
    font-size: 24px;
    display: flex;
    justify-content: center;

    li {
      margin: 0 0 15px 15px;
      list-style: none;
    }

    li&gt;a,
    li&gt;span {
      background-color: transparent;
      border: 0px solid #dddddd;
      border-radius: 0px;
      display: inline-block;
      padding: 5px 14px;
    }

    li.pager-current {
      text-decoration: underline;
    }

    li&gt;a:link {
      text-decoration: none;
    }

    li&gt;a:visited {
      text-decoration: none;
    }

    li&gt;a:hover {
      text-decoration: underline;
    }

    li&gt;a:focus {
      text-decoration: underline;
    }

    li&gt;a:active {
      text-decoration: underline;
    }
  }
}










section#contact {

  padding: 40px 0 40px 0;
  background: black;

  .section-inner {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    display: flex;
    gap:var(--gap);
  }

  .col-1 {
    flex:1 1 50%;
    margin-bottom: 40px;
  }

  .col-2 {
    flex:1 1 50%;
    margin-bottom: 40px;
  }


  p {}

  label {}


  a {
    text-decoration: none;

    &amp;:hover {
      text-decoration: underline
    }
  }

  p.social {
    display: flex;
  }


  form {
    h3 {
      font-size: 2rem;
    }

    label {
      font-size: 1.5rem;
    }

    div.help-block {
      font-size: 1.2rem;
    }

    textarea {
      margin-top: 0;
      resize: vertical;
      height: 150px;
    }



  }

}


section#contact-map {
  iframe {
    width: 100%;
    height: 650px;
    margin-bottom: -5px;
    margin-top: -40px;
  }
}





section#shop-item {
  padding: 0px 0px 0px 0px;
  position: relative;

  #upper-images {
    margin-bottom: 20px;

    .outer {
      display: none;
    }


    .outer:nth-child(1), .outer:nth-child(2) {
      display: block; 
    }


  }

  #lower-images {
    .outer:nth-child(1), .outer:nth-child(2) {
      display: none; 
    }


  }


  p.shop-item-back {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: left;
    opacity: 1;
    font-family: var(--ff2);

    a {
      text-decoration: none;
    }
  }

  a.sub-logo {
    position: relative;
    width: 128px;
    height: 164px;
    top: 0px;
    background: url(/themes/custom/hw/images/logo.png) center top no-repeat;
    background-size: contain;
    text-indent: -5000em;
    padding: 0;
    display: none;
    margin-bottom: 20px;

    @media only screen and (min-width: 768px) {
      display: block;
    }
  }

  p#social {
    font-size: 20px;
    margin-bottom: 20px;
    width: 210px;
    text-align: left;
    display: none;

    a {
      text-decoration: none;
      padding: 0 10px 0 10px;
      position: relative;
      bottom: 3px;
      display: inline-block;
    }

    @media only screen and (min-width: 768px) {
      display: block;
    }
  }

  #item-details {


    h1 {
      font-size: 24px;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    p {
      text-align: left;
      margin-bottom: 10px;
    }




    p.enq {
      margin-bottom: 40px;

      padding-top: 20px;

      .hide-enquiry-form-link &amp; {
        display: none;
      }


      button.btn {
        color: black;
        background: var(--bp);
        text-decoration: none;
        background: var(--bp);

        &amp;:hover {
          background: var(--bp);
          filter: brightness(90%); 
        }
      }


    }


  }


  p.enq.two {
    margin-bottom: 40px;

    padding-top: 40px;

    .hide-enquiry-form-link &amp; {
      display: none;
    }

    text-align: center;


    button.btn {
      color: black;
      background: var(--bp);
      text-decoration: none;
      border-color: var(--bp);

      &amp;:hover {
        background: var(--bp);
        filter: brightness(90%); 
      }
    }

  }

  #image-thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    div.outer {
      margin: 0px 10px 10px 0px;
      cursor: pointer;
      position: relative;
      width: calc( 33% - 10px );

      &amp;:before {
        content: "";
        display: block;
        padding-bottom: 100%;
      }

      img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0px;
        object-fit: contain;
        padding: 10px;
        border: 1px solid var(--bp);
        background-color: black;
        box-shadow: 0px 0px 0px 2px black;

      }

      div.open {
        position: absolute;
        color: white;
        margin: 0px;
        padding: 6px 0px 0px 7px;
        line-height: 1.1;
        background-color: rgba(0, 0, 0, 0.5);
        letter-spacing: 1px;
        width: 30px;
        height: 30px;
        opacity: 0;
        font-size: 20px;
        transition: opacity 0.5s;
        top: calc( 50% - 15px );
        left: calc( 50% - 15px );
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);

        /*@media only screen and (min-width : @screen-xs-min) {
                opacity: 0;
            }    */
        @media only screen and (min-width: 768px) {}
      }

      &amp;:hover div.open {
        opacity: 1;
      }
    }

    @media only screen and (min-width: 768px) {}

    @media only screen and (min-width: 992px) {}

    @media only screen and (min-width: 1200px) {}
  }

  /*TNS slider*/
  .sliderHolder {
    z-index: 300;

    .slider {
      .icon {
        position: absolute;
        font-size: 20px;
        text-align: center;

        /*background-color: red;*/
        span {
          color: white;
          text-shadow: 1px 1px 4px #000000;
          top: 50%;
          -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
        }
      }

      .autoplayicon {
        display: none;
      }

      .close {
        height: 50px;
        width: 50px;
        font-size: 34px;
        text-align: center;
        left: calc( 50% - 25px );
        top: 10px;
        opacity: 1;

        span {
          -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          top: 50%;
        }
      }

      .zoomOut {
        left: 38%;
        bottom: 10px;
        height: 35px;
        width: 40px;
        padding-top: 5px;
      }

      .zoomIn {
        left: 62%;
        bottom: 10px;
        height: 35px;
        width: 40px;
        padding-top: 5px;
      }

      .prev {
        left: 1%;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        height: 55px;
        width: 50px;
        font-size: 30px;
        text-align: left;
      }

      .next {
        right: 1%;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        height: 55px;
        width: 50px;
        font-size: 30px;
        text-align: right;
      }

      @media only screen and (min-width: 768px) {
        .icon {
          font-size: 26px;
        }

        .close {
          height: 50px;
          width: 50px;
          font-size: 44px;
        }

        .zoomOut {
          width: 80px;
          left: 40%;
        }

        .zoomIn {
          width: 80px;
          left: 60%;
        }

        .prev {
          font-size: 50px;
        }

        .next {
          font-size: 50px;
        }
      }

      @media only screen and (min-width: 992px) {
        .zoomOut {
          width: 80px;
          left: 45%;
        }

        .zoomIn {
          width: 80px;
          left: 55%;
        }
      }
    }
  }

  #form-modal {
    h3 {
      font-size: 2rem;
      color:var(--bp);
      color:#555;
    }

    label {
      font-size: 1.5rem;
      color: black;
    }

    div.help-block {
      font-size: 1.2rem;
    }

    textarea {
      margin-top: 0;
      resize: vertical;
      height: 150px;
    }

    div[role="alert"] {
      color: red;
      font-size: 2rem;
      padding-bottom: 20px;
    }
  }
}



/*Sort page*/
tr.draggable {
  img {
    height: 100px;
    width: auto;
  }

  &amp;.drag td {
    border:1px solid red;
  }

  &amp;.drag-previous td {
    border:1px solid blue;
  }

  a {
    font-size: 2rem;
  }
  a.tabledrag-handle {
    font-size: 3rem;
    height: 3rem;
    display: block;

    .handle {
      width:3rem;
      height: 3rem;
      margin: 0 0 0 -0.5rem;
    }
  }
  abbr {
    font-size: 2rem;
  }
}

input[data-drupal-selector="edit-save-order"] {
  font-size: 2rem;
  margin-bottom: 20px;
}

div.tabledrag-changed-warning {
  font-size: 2rem;
}

.webform-confirmation {
  font-size: 1.8rem;

}

/* hide form from confirmation page */
.section-form #contact-panel {
  display: none;
}</pre></body></html>