/** Shopify CDN: Minification failed

Line 174:0 Unexpected "{"

**/
h2{
  --tff: var(--ft1);
}
 #siteNav > li > a {
  font-family:var(--ft3) !important;
  font-weight: 300 !important;
 }
.heroImg.parallax {
        background-attachment: unset !important;
    }

.footer-top a {
  color: #000;
  text-decoration: none;
}
.footer-top .h4 {
  color: #000;
  font-family: var(--ft2);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
.site-footer {
  font-size: 13px;
  color: #000;
  background: #fff;
  border-top: 1px solid #ffffff;
}
.footer-bottom {
  margin: auto;
  background: #fff;
  color: #000;
  padding: 25px 0;
  border-top: 1px solid #444;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-view-item .details {
  padding: 15px 10px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  align-items: start;
}

.grid-view-item {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  z-index: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out;
}

.grid-view-item.style5 .flatbtn .btn {
  margin-top: 10px;
  border: 0;
  color: #fff;
  padding: 15px 30px;
  background-color: #8b4513;
  border-radius: 4px;
}

.sec-ttl.tc h2 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
}

.sec-ttl.tc p {
  font-size: 18px;
  align-items: center;
  font-weight: 300;
  line-height: 1;
  font-family: DM sans-serif;
}

.pr_price {
  color: #8b4513;
  font-weight: 600;
  line-height: 1;
  font-size: 18px !important;
}
.gview-img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}

.footer-block {
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin: auto;
  padding: 50px 0 0;
}

.footer-top .at, .footer-top .icon {
    color: #000;
}

.rgTxt.mb20 strong {
    font-size: 22px;
}
.footer-bottom > div{
  gap: 10px;
      width: 100%;
    justify-content: space-between;
}
.footer-bottom > div > div{
  flex: unset;
}
.footer-bottom > div > div:nth-child(2){
  flex: 1;
  text-align: center !important;
}
.social-media-hidden{
  display: none;
}
.footer-bottom .paymentCall{
  display: flex;
  gap: 2px;
} 
/* .btn{
  background-color: #8B4513;
} */

.new-pro-silder .sec-ttl{
  text-align: left !important;
}
.new-pro-silder .sec-ttl.tc p{
  text-align: left !important;
  margin: 0;
}
.footer-bottom a {
    color: #000;
}

.content-indent.small {
    margin-top: 0;
}

#colour-codes h1.page-title {
    display: none;
}

.MobileNav li a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    min-height: 50px;
    padding: 5px 0 5px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    opacity: 1;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: lowercase;
}

{
  margin: 40px 0px !important;  
}
.new-rich-block .page-width{
  padding-top: 40px;
  padding-bottom: 40px;
  border: solid #33333380;
  border-width: 1px 0px;
}
.new-rich-block .ttlTxt{
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding-bottom: 40px;
}
.new-rich-block p{
  font-size: 20px;
  margin: 0px;
  padding-bottom: 16px;
} 
.new-rich-block ul{
  padding-left: 30px;
}
.product-single__title{
--tfw: 400 !important;
}
.ttlTxt{
  --tff: var(--ft1) !important;
  font-weight:500;
}
.ft2{
  --tff: var(--ft1) !important;
  font-weight:500;
}
.ttlTxt{
  font-family: var(--tf3) !important;
}
img.scroll-icon {
    width: 15px;
}
.stdscrolling-text span {
    display: flex;
    align-items: center;
    gap: 10px;
}

li.email {
    display: block !important;
}

ul.addressFooter li {
    display: none;
}

.border.content-indent.default {
    border-top: 2px solid #f3f3f3;
}

.border .page-width.tl {
    padding-top: 42px;
}

.swatchLbl.color {
    margin-bottom: 10px;
}

/* .cart_tearm {
    display: none;
} */
@media only screen and (min-width: 768px){
  .pr_photoes{
    width: 33.33% !important;
  }
  .product-single__meta{
    margin: 0px !important;
    width: 66.66% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}