/** Shopify CDN: Minification failed

Line 10:42 Expected ")" to end URL token
Line 13:45 Expected ")" to end URL token
Line 29:2 "text-decortaion" is not a known CSS property
Line 191:0 Unexpected "}"

**/
 @font-face {
   font-family: "Cinzel-Bold";src: url({{ " Cinzel-Bold.ttf" | asset_url }}) format("Truetype");}

 @font-face {
   font-family: "Cinzel-Regular";src: url({{ " Cinzel-Regular.ttf" | asset_url }}) format("Truetype");}

h1,h2,h3,h4,h5,h6 {
  font-family: "Cinzel-Bold" !important;
}

h1, h2 {
   text-transform: uppercase !important;
}

div .Gallery-contained-width {
  max-width:1440px !important;
  margin:auto !important;
}

.image-with-text__text pxu-lia-element a {
  text-decortaion:underline !!important;
}

.navmenu-id-view-all-sheds a, .navmenu-id-view-all-manufacturers a, .navmenu-id-view-all-log-cabins a, .navmenu-id-view-all-products a, .navmenu-id-view-all-home-offices a, .navmenu-id-view-all-summerhouses a  { font-weight: bold !important; }

body.template-index .site-header{background-color: transparent;}
body.template-page .site-header{background-color: transparent;}
body.template-blog .site-header{background-color: transparent;}
body .site-navigation-wrapper{position: unset;}
.collection--image img {
    display: none !important;
}

.mw-option .mw-option__control {
    padding: 20px !important;
  border:0 !important;
  background-color:#F6F6F6 !important;
}

.reach_to_client a {
  text-decoration:underline !important;
  color:#fff !important;
}

.form-field-select-wrapper svg {
    display: none !important;
}

.pxs-image-with-text-content {
    padding: 100px 0 !important;
}



#bcpo .bcpo-jumbo-swatches label.bcpo-front-image-label {
    height: 125px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

#bcpo .bcpo-images .bcpo-jumbo-swatches div.bcpo-image-parent {
    width: 200px !important;
}

.smart-payment-enabled .product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
    background: #2A2264 !important;
    color: #fff !important;
    font-family: "Cinzel-Bold" !important;
  letter-spacing: 0px !important;
  padding:24px 61px 23px 61px !important;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
     color: #1a1a1a !important;
    background-color: #00000000 !important;
    border: 2px solid #F9B760 !important;
    padding:24px 61px 23px 61px !important;
    font-family: "Cinzel-Bold" !important;
    letter-spacing: 3.2px !important;
}

.product-recently-viewed--section .flickity-viewport:after, .product-recently-viewed--section .flickity-viewport:before {
    background: 0 !important;
}


.image-with-text__text a {
  text-decoration:underline !important;
  color:#000 !important;
}

select {
    background: url(/cdn/shop/files/arrow-down-yellow.png?v=1658311038) no-repeat right;
    -webkit-appearance: none; 
	background-position-x: 96%;
}


/*** Accordion Code ****/
.accordion-title {
 font-family: Poppins,sans-serif !important;
  padding-bottom:60px;
  font-size:30px;
  line-height:64px;
}

.accordion-subtitle {
 font-family: "Cinzel-Bold" !important;
  font-size:16px;
  letter-spacing: 6.4px;
  padding-top:220px;
}

.page-title {
    display: none !important;
}

.so-tab {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
    padding: 29px 39px;
    background-color: #efefef;
    font-size:20px
}

.so-tab strong {
  font-weight:400 !important;
}

.so-tab label {
    position: relative;
    display: block;
    padding: 0 25px 0 0;
    margin-bottom: 0px;
    line-height: normal;
    cursor: pointer;
}

.so-tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.so-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s;
}

.so-accordion-wrapper {
  margin-bottom:206px !important;
}

/* :checked */
.so-tab input:checked ~ .so-tab-content {
  max-height: none;
}

/* Icon */
.so-tab label::after {
    position: absolute;
    right: 0;
    top: -15px;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.so-tab input[type=checkbox] + label::after {
    content: " ";
    background: url(/cdn/shop/files/arrow-down-yellow.png?v=1658311038);
    background-repeat: no-repeat;
    background-position: center;
}
}

.so-tab input[type=radio] + label::after {
content: "\25BC";
}

.pricelist-images {
  margin:auto !important;
  text-align: center;
}

.so-tab input[type=checkbox]:checked + label::after {
transform: rotate(180deg);
}

.so-tab input[type=radio]:checked + label::after {
transform: rotateX(180deg);
}

/* End of Accordian */


/* Contact Form Css*/
.contact-page-content .form-field-input {
border: 0 !important;
  padding:29px 34px !important;
}

.contact-header-text {
  background-color:#f6f6f6;
}
.contact-header-text h2 {
  margin:0 !important;
}

.contact-header-text h6 {
  letter-spacing: 6.4px !important;
}

.contact-header-text h2 {
   font-family: Poppins,sans-serif !important;
  font-size:30px;
  line-height:64px;
  font-weight:500;
  text-decoration:underline;
}
.inside-contact-header-text {
    text-align:center;
    max-width: 850px !important;
    margin: auto !important;
    padding-top:145px;
    padding-bottom:68px;}


  .contact-page-content {
    max-width: 850px !important;
    margin: auto !important;
    padding-bottom:175px;
}

  #contact_form {
    background-color:#f6f6f6;
  }

.contact-page-content .contact-form-button {
    color: #1a1a1a !important;
    background-color: #00000000 !important;
    border: 2px solid #F9B760 !important;
    padding:24px 61px 23px 61px !important;
    font-family: "Cinzel-Bold" !important;
    letter-spacing: 3.2px !important;
}

.form-action-row {
    text-align: center;
}

.product-quantity-select .form-field-title {
    font-size: 12px !important;
    top: 10px !important;
}

/* End of Contact Form Css */
@media screen and (min-width: 1000px) {
.page-content {
    max-width: 1600px !important;
}
  a.special-offer {
    text-align: center !important;
    margin-top: -250px !important;
    position: relative!important;
    z-index: 20 !important;
    color: #fff !important;
    font-size: 40px !important;
    width: 100% !important;
    display: block !important;
    font-family: "Cinzel-Bold" !important;
    text-transform: uppercase !important;
}


  
.pxs-image-with-text-heading {
  font-size:16px !important;
  color:#F9B760 !important;
  letter-spacing: 6.4px;
  margin-bottom:13px !important;
}


#shopify-section-1657275173bd9f7b7e .pxs-image-with-text-subheading {
    font-size:60px !important;
    line-height:64px !important;
  font-family: "Cinzel-Bold" !important;
  text-transform:uppercase !important;
  }

  #shopify-section-1657275173bd9f7b7e  .pxs-image-with-text-content-position-x-left .pxs-image-with-text-content {
    width: 70%;
}

.blue-overlay a {
      background-image: linear-gradient(180deg, #05198E00 30%, #24254D 100%) !important;
      box-shadow: 0px 20px 99px #00000033;
}

#shopify-section-1657623632ddd69e9f .pxs-image-with-text-overlay {
  background-image: linear-gradient(268deg, #05198E00 0%, #24254D 100%) !important ;
}
  
.four-item-grid {max-width:1600px !important; margin: auto;}

.single-item {width:25% !important; padding:0 2.5%; float:left; }

.four-item-grid::after, .single-item::after {
  content: "";
  clear: both;
  display: table;
}

  .navmenu-meganav-standard__image-size-large {
    width: 650px !important;
}

  .navmenu-meganav-standard__image-link {
    font-size:18px !important;
    line-height: 40px !important;
  font-family: "Cinzel-Bold" !important;
    text-decoration:underline !important;
    text-decoration-color:#F6B760 !important; 
    text-decoration-thickness: 2px !important; 
  }

.image-left {width:40%; float:left;}

.text-right {width:60%; float:left;}

  .product-recently-viewed__wrapper {
    max-width:1600px;
    margin:auto;
    background:#fff !important;
  }
  
.dynamic-video-wrapper, .message-banner--outer, .atc-banner--outer, .pxs-image-with-text-section, .pxs-newsletter-section, .pxs-map-section, .testimonials-section, .twitter--container, .slideshow--width-content, .shoppable-image, .promo-grid--container, .page__container, .menulist-container, .logolist--container, .image-with-text, .custom-html--container, .highlights-banner__content, .highlights-banner__container.content-width, .featured-product--container, .featured-collection__container, .collection-list__container, .blogposts--container, .blog--container, .subcollections-banner__container, .subcollections__container, .subcollections-featured-collection__header, .utility-bar__content, .password-page-footer, .password-page-content--inner, .article--container, .article-image--content-width, .announcement-bar-text-mobile, .announcement-bar-text, .fourohfour--container {
    max-width: 100% !important;
    padding-right:0 !important;
    padding-left:0 !important;
    margin-right:0 !important;
    margin-left: 0 !important;
}

  .productitem, .disclosure-list, .cart-item, .article--excerpt-wrapper, .account-address, .pxs-map-card, .pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper, .pxs-map-section-layout-x-outside-right .pxs-map-card-wrapper, .pxs-map-wrapper, .testimonial, .twitter--inner:not(.flickity-enabled), .twitter--inner .flickity-slider, .hotspot__tooltip-wrapper, .menulist-inner, .featured-product--container .featured-product--inner, .subcollections-list__content[data-subcollections-layout=menu] .subcollections-menu__item, #shopify-product-reviews, .rte table, .pxs-newsletter-text table, .shoppable-image__text-box-subheading table, .image-with-text__text table {
    border: unset !important;
    box-shadow:0px 1px 10px #8080801c !important;
  }

  .productitem:hover {
    box-shadow:0px 1px 10px #2121211c !important;
  }

  .productitem--title a {
        font-family: sans-serif !important;
  }

  .navmenu-meganav-wrapper {
    padding: 40px 0 !important;
}

  .image-with-text__heading {
    letter-spacing: 6.4px;
    color: #1A1A1A;
     font-size:32px !important;
    font-weight: bold !important;
    margin:0px 0px !important;
  }

    .home-section--title {
    letter-spacing: 6.4px;
    color: #1A1A1A;
     font-size:32px !important;
    font-weight: bold !important;
    margin:0px 0px !important;
  }

  .product-ratings {
    display: none !important;
}

  a.navmenu-item-text:first-child {
    font-size:22px !important;
    font-family: "Cinzel-Bold" !important;
    font-weight: bold !important;
  }

  .navmenu-item  {
    line-height:30px !important; 
  }

  .product-description {
    margin-bottom:30px !important;
  }

  .image-with-text__text  {
    font-size:16px !important;
    margin:0px 0px 25px 0px !important;
  }

  .filter-item .filter-text {
    text-transform: capitalize;
}

  .image-with-text__button {
    color: #ffffff !important;
    background-color: #f9b760 !important;
    padding:20px 40px 20px 40px !important;
    font-family: "Poppins" !important;
    letter-spacing: 1px !important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    border: none!important;
}


.image-with-text--desktop-image-alignment-left .image-with-text__container {
    max-width: 1600px !important;
    margin: auto !important;
}

.featured-collection__container {
    max-width: 1400px !important;
    margin: auto !important;
}

.promo-grid--inner.promo-grid__columns--3 {
    grid-template-columns: repeat(3,1fr);
    max-width: 1600px;
    margin: auto;
    margin-top: -30px;
}
  
  .pxs-image-with-text.pxs-image-with-text-section-height-original .pxs-image-with-text-content-wrapper {
    position: absolute;
    max-width: 1600px;
    margin: auto;
}
  
  .pxs-image-with-text-section:first-child {
    margin-top: 0 !important;
}
  
  .site-footer-item {
	    max-width: 1600px !important;
    margin: auto;}

  .googleMaps {
    max-width:1600px !important;
    margin:auto !important;
    box-shadow: 0px 20px 99px #00000033;
  }
  
 .site-header-main.site-header--full-width, .site-header-nav--open .site-navigation-wrapper {
    max-width: 1600px !important;
    margin: auto !important;
 }

  .pxs-image-with-text.pxs-image-with-text-section-height-medium .pxs-image-with-text-content-wrapper, .pxs-image-with-text.pxs-image-with-text-section-height-large .pxs-image-with-text-content-wrapper {
    max-width:1600px !important;
    margin:auto !important;
  }

   .pxs-image-with-text.pxs-image-with-text-section-height-small .pxs-image-with-text-content-wrapper {
    max-width:1600px !important;
    margin:auto !important;
  }

  .ButtonBar {
    max-width: 1600px !important;
    margin: auto !important;
    width:100%;
  }

  .LeftButton {
    width:49%;
    height:auto;
    padding:19px 0 21px 0 !important;
    background: #2A2264 0% 0% no-repeat padding-box;
    position:relative;
    text-align:center;
    margin-top:53px !important;
    color:#fff !important;
    margin-right:0.5%;
    float:left;
    font-family: "Cinzel-Bold" !important;
    letter-spacing: 3.2px !important;
  }

   .RightButton {
    width:49%;
    height:auto;
    padding:19px 0 21px 0 !important;
    background: #2A226400 0% 0% no-repeat padding-box;
    border: 1px solid #F9B760;
    position:relative;
    text-align:center;
    margin-top:53px !important;
    color:#000 !important;
    margin-left:0.5%;
    float:left;
    font-family: "Cinzel-Bold" !important;
     letter-spacing: 3.2px !important;
  }

  .site-navigation .navmenu-link-depth-1:focus, .site-navigation .site-header-account-link a:focus, .site-navigation .navmenu-meganav-standard__item>a:focus, .site-navigation .navmenu-meganav-standard__image-text>a:focus, .site-navigation .navmenu-depth-2 .navmenu-link:focus {
    outline: solid rgb(255 255 255 / 0%) !important;
}

  .ButtonBar::after {
  content: "";
  clear: both;
  display: table;
}

  .BigHeaderFont {
    font-size:60px !important;
    line-height:64px !important;
  font-family: "Cinzel-Regular" !important;
  }

  .image-with-text--desktop-image-alignment-right .image-with-text__container {
    flex-direction: row-reverse;
    max-width: 1600px;
    margin: auto;
}
  .site-page  {
    margin-top: 50px;
    margin-bottom: 0 !important;
}


  #shopify-section-1657293822979b3445, #shopify-section-info-showsite-image-text, #shopify-section-info-visit-image-text, #shopify-section-showsite-image-text, #shopify-section-directions-image-text, #shopify-section-contact-image-text, #shopify-section-info-showsite-buildings-image-text, #shopify-section-showsite-buildings-image-text  {
    margin-top:70px !important;
    margin-bottom:70px !important;
  }

  #shopify-section-displaybuildings-image-text {
    margin-top:0px !important;
    margin-bottom:0px !important;
  }

  #shopify-section-displaybuildings-dynamic-promo-grid {
    margin-top:30px !important;
    margin-bottom:70px !important;
  }

  #shopify-section-showsite-html, #shopify-section-directions-html {
    margin-bottom:140px !important;
  }

  #shopify-section-about-us-text-2 {
    margin-top:0px !important;
    margin-bottom:70px !important;
  }

  #shopify-section-about-us-text-2 .rich-text-content {
    font-size: 20px !important;
  }

    #shopify-section-about-us-text-2 .rich-text-heading {
    font-size:32px !important;
    font-weight: bold !important;
  }

    #shopify-section-about-us-text .rich-text-content {
    font-size: 20px !important;
  }

  #shopify-section-about-us-text .rich-text-heading {
    font-size:32px !important;
    font-weight: bold !important;
  }

  #shopify-section-special-offers-image-text3 {
    margin-bottom:30px !important;
  }

  #shopify-section-static-blog2 {
    max-width:1800px !important;
    margin:auto !important;
  }

  .image-with-text__content {padding-left: 107px !important;}
  
  .home-section--title {letter-spacing: 10.4px !important;}
}

@media (max-width:1000px ) {
  
 #shopify-section-1657275173bd9f7b7e .pxs-image-with-text-subheading {
    font-size: 30px !important;
    line-height: 34px !important;
    font-family: "Cinzel-Bold" !important;
    text-transform: uppercase;
}

    a.special-offer {
    text-align: center !important;
    margin-top: -200px !important;
    position: relative!important;
    z-index: 20 !important;
    color: #fff !important;
    font-size: 28Px !important;
    width: 100% !important;
    display: block !important;
    font-family: "Cinzel-Bold" !important;
    text-transform: uppercase !important;
}

  .pxs-image-with-text-content {
    width: 100% !important;
    padding: 8px 0;
}
  
  .promo-block--content {background-image: linear-gradient(180deg, #05198E00 0%, #24254D 100%) !important;}

  .promo-grid--height-natural .promo-grid--inner .promo-block--image {margin-top: 30px !important;}
  
  .image-left {width:40%; float:left; text-align:center;}

  .text-right {width:60%; float:left;}
  
  .four-item-grid::after, .single-item::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .pxs-image-with-text-section {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0!important;
  }
  
  .pxs-image-with-text-section:first-child {margin-top: 0 !important;}

  .site-footer-wrapper {padding: 10px !important;}

   .LeftButton {
    width:98%;
    height:auto;
    padding:19px 0 21px 0 !important;
    background: #2A2264 0% 0% no-repeat padding-box;
    position:relative;
    text-align:center;
    margin-top:20px !important;
    color:#fff !important;
    margin:auto;
    font-family: "Cinzel-Bold" !important;
    letter-spacing: 3.2px !important;
  }

   .RightButton {
    width:98%;
    height:auto;
    padding:19px 0 21px 0 !important;
    background: #2A226400 0% 0% no-repeat padding-box;
    border: 1px solid #F9B760;
    position:relative;
    text-align:center;
    margin-top:20px !important;
    color:#000 !important;
    margin:auto;
    font-family: "Cinzel-Bold" !important;
     letter-spacing: 3.2px !important;
  }

.googleMaps iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

  .map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

    .BigHeaderFont {
    font-size:40px !important;
    line-height:44px !important;
  font-family: "Cinzel-Regular" !important;
  }

  .pxs-image-with-text-heading {
  font-size:16px !important;
  color:#F9B760 !important;
  letter-spacing: 6.4px;
  margin-bottom:13px !important;
}
  .page-content {
    padding: 20px !important;
}

  .so-tab {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
    padding: 29px 15px;
    background-color: #efefef;
    font-size: 20px;
}

  .accordion-subtitle {
    font-family: "Cinzel-Bold" !important;
    font-size: 16px;
    letter-spacing: 6.4px;
    padding-top: 0px;
}

  .accordion-title {
    font-family: Poppins,sans-serif !important;
    padding-bottom: 40px;
    font-size: 28px !important;
    line-height: 44px;
}

  .so-accordion-wrapper {
    margin-bottom: 56px !important;
}

  .contact-header-text h2 {
    font-family: Poppins,sans-serif !important;
    font-size: 26px;
    line-height: 50px;
    font-weight: 500;
    text-decoration: underline;
}
       
          
}

@media (min-width:1000px ) {
.product-gallery.click-to-zoom-enabled {
    position: -webkit-sticky !important;
    position: sticky!important;
    top: 0 !important;
    height: 100% !important;
}}

.pxs-image-with-text .pxs-image-with-text-subheading h1 {
  margin: inherit;
  font-size: inherit;
  color: inherit;
}