/** Shopify CDN: Minification failed

Line 137:1 Comments in CSS use "/* ... */" instead of "//"
Line 613:2 Expected "}" to go with "{"

**/
:root {

--color-btn-primary: #786750 !important;
--color-btn-primary-darker: #887966 !important;
}

.site-header__cart {
 padding: 13px 11px 10px 11px ;
 color: white
}

#CartCount {
 background-color: red;
  right: 0.9rem;
  top: -2px;
}

.spr-summary-actions-newreview {
  visibility : visible;
}

#MainContent > div > div > div > div.grid.product-single.product-container.dp-single-product-container > div.grid__item.product-right > div.dp-review-summary > div > div.spr-header > div > span.spr-summary-actions > a {
 visibility: hidden; 
}

.get-in-touch {
 text-decoration: none;
/*    margin-right: 50px; */
/*    margin-left: 20px; */
   padding-right: 50px;
/*    padding-left: 50px; */
   padding-top: 12px;
   padding-bottom: 12px;
/*    border: solid white 2px; */
}

.get-in-touch-icon {
 width: 32px;
 margin-right: 20px;
}
  
.site-header__icon{
 margin-right: 10px; 
}
  a {
  text-decoration: underline;
}
  
  button a {
   text-decoration: none; 
  }
  

  
  .predictive-search-item__title span{
   color:black; 
  }
  
  .predictive-search {
   background-color:   white !important;
  }
  
  .predictive-search-item__title-text {
    border-bottom: none;
  }
  
  .predictive-search a {
       text-decoration: none !important;
  }
  
  .predictive-search-item__link:hover{
    background-color: var(--predictive-search-focus) !important;
    text-decoration: none !important;
  }
  
  
.dp-collect {
 padding-bottom: 30px !important; 
}

.site-nav__label {
  padding: 15px;
}

.top-section {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  margin-top: 80px;
  background: rgb(31,35,38);
  background: linear-gradient(54deg, rgba(31,35,38,1) 4%, rgba(35,41,45,1) 36%);
}

.bottom {
 margin-top: auto;
}
  

.form-vertical {

 min-width: 300px;

}

.form-box {
 background-color: #e9e3dd ;
 margin: 15px;
 padding: 10px;
}

.order-button {
  background-color: var(--lev-brown);
  width: 100%;
  min-width: 260px;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.order-button:hover {
 background-color: #E1B550; 
}
.swatch-button {
  background-color: #888988;
  width: 100%;
  min-width: 260px;
  border: none;
 // padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.swatch-button:hover {
 background-color: #598EA4; 
}

.swatch-grid-button {
  background-color: #FFFAF6;
  width: 100%;
  border: none;
  font-size: 14px;
  cursor: pointer;
  text-align: center !important;
  color: #5B7279;
}

  #MainContent > div > div > div.product-container > div:nth-child(1) > div > h1 {
   padding-top:20px; 
  }

.dp-color-info span, .dp-color-info p {
  font-family: var(--secondary-font);
}

.dp-color-info img {
  margin-right: 8px;
  height: auto;
}

.swatch-grid-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--secondary-font);
}

.main-title {
  font-size: 76px;
  line-height: 90px;
  font-weight: 500;
  font-family: var(--primary-font);
  margin-bottom: 40px;
}

.second-title {
  font-size: 48px;
  line-height: 58px;
  font-family: var(--primary-font);
  color: #23292D;
}

.site-nav a {
  padding: 10px !important;
}

.site-nav__link:hover {
background-color: #455159;
}

.site-footer {
 margin-top: 0px !important; 
}

.second-section {
  background-color: white;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-left: var(--page-margin);
  padding-right: 20px;
  background-image: url("/cdn/shop/files/wifi.png?v=1645216249");
  background-repeat: no-repeat;
  background-position: 86% 28%;
}

.sub-text {
  line-height: 28px;
  font-family: var(--secondary-font);
  color: #23292D;
  font-size: 16px;
  width: 70%;

}

.remote {
 max-width: 30%;
 height: auto;
 position: absolute; 
 right: 250px;
 top: 406px;
}

.two-cols {
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  
}

.product-card__title{
 color:  #23292D;
 font-family: var(--secondary-font);
 background-color: #FFFAF6;
 padding-left: 10px;
 padding-bottom: 10px;
}

.hide1 {
  overflow-x: hidden
}

.product-container{
 margin-right: 0px;
 margin-left: 0px;
 margin-bottom: 10px;
}

#MainContent > div > div > div > div.grid.product-single.product-container.dp-single-product-container > div.grid__item.product-right > h2 {
 padding-top: 20px; 
}

.card-row1 {
  height: 260px;
  min-width: 260px;
  background-color: #C8C8C8;

}
    
 .card-row2 {
  height: 260px;
  min-width: 260px;
  background-color: #FFFAF6!important;
 }

.product-card {
  background-color: #FFFAF6;
}

.img-container {
  display: inline-block;
  overflow: hidden; 
  
}

.description-container {
font-size:12px;
  
}

img.grid-images {
 display: block;
 max-height: 260px !important; 
 transition: transform .2s;
 margin: auto;
}

img.grid-images:hover {
cursor: zoom-in;
transform: scale(2);
transform-origin: 50% 50%;
box-shadow: 3px 3px 8px 0px rgb(0,0,0);
}
  
.p-glow {
 transform: scale(1.15); 
}

label {
 color: #23292D
}

span {
  color: #23292D
}

.normal {
 font-weight:normal; 
}

.site-footer__item-inner a {
  text-decoration: none !important;
  
}

#shopify-section-dp-header > div:nth-child(2) {
  height: 15vh;
  background-color: var(--lev-brown);
}
    

.blocky {
  display: block !important
}

.bold {
 font-weight: bold; 
}

.site-header__logo {
  position: relative;
  top: -10px;
  
}


.product-card {
  box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.15);
}

.choose-button {
  background-color: #786750 !important;
  width: 200px;
  border: none !important;
  outline: none !important;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  color: white;
  font-weight: normal;
  margin-top: 10px;
}

.filter-button {
  background-color: #786750 !important;
  border: none !important;
  outline: none !important;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  color: white;
  font-weight: normal;
  margin-top: 10px;
}

.tag-filters li a {
 color: #23292D !important; 
 font-size: 14px;
 font-family: var(--secondary-font);
 padding-left:5px;
  
}

.mont {
  font-family: var(--secondary-font);
}

.site-header__cart-count span {
 font-size: 1rem !important;
 color:white !important;
}


.f12 {
 font-size: 12px 
}

.f14 {
 font-size: 14px 
}

.f16 {
 font-size: 16px 
}

.f18 {
 font-size: 18px; 
}

.f20 {
 font-size: 20px 
}


.tag-filters li {
 padding-bottom: 3px; 
}

.site-header__icons-wrapper {
 min-width: 100% 
}


#SiteNav > li:nth-child(6) > a > span {
 font-size: 0px; 
}

#SiteNav > li:nth-child(6) > a > span:after {
content: url("https://img.icons8.com/ios-filled/30/ffffff/search--v1.png");
 
}

@media screen and (max-width: 1450px) {
 #SiteNav > li:nth-child(6) > a > span:after {
content: url("https://img.icons8.com/ios-filled/25/ffffff/search--v1.png");
  }
  .site-header {
    padding-right: 10px; 
   }
}

  #shopify-section-footer > footer > div > div:nth-child(2) > div > div > div > ul > li:nth-child(9) > a {
   font-size: 0px;
  }

  #shopify-section-footer > footer > div > div:nth-child(2) > div > div > div > ul > li:nth-child(9) > a:after {
   content: url("https://img.icons8.com/ios-filled/25/ffffff/search--v1.png");
    display: inline-block;
    margin: 5px auto 0;
    position: relative;
    text-align: center;
    width: 50%;
  }

 #shopify-section-footer a:hover{
   text-decoration: none;
   
   
 }


.filter-container { 
  background-color: white;
  padding: 20px;
}

.collect-desc li {
  color: black;
  font-size: 14px !important;
  padding-bottom: 4px;
  font-family: var(--secondary-font);
  
}

.collect-desc {
 margin:0; 
}

.collect-title {
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: bold;
  font-family:
}



.collect-bottom {
  background-color:#FAFAFA; 
  min-height: 360px;
  width: 300px !important;
  position: relative;
  border-left: solid 1px #E6D9CC;
  border-bottom: solid 1px #E6D9CC;
  border-right: solid 1px #E6D9CC;
}

.collect-btn-parent {
position: absolute;
  bottom:25px;
  width:100%;
}



.collect-btn {
  margin: -10px auto;
}

.rm-gutter {
  margin: auto;
}

.product-container {
 background-color: white; 
}


ul li {
list-style-type: disc !important;
color: black !important;
}
  
.list-view-item{
  list-style-type: none !important; 
}
  
  .list-view-item div {
   padding: 5px; 
  }

  #MainContent > div > ul.list--inline.pagination {
   justify-content: center;
   align-items: center;
  }
  
  
.tag-filters li {
 list-style-type: none !important; 
}

.measurement_values input, .measurement_values select {
 padding-right:5px !important; 
}

.dashed {
  padding-left:10px;
}
.cart__row a {
 color:  #5B7279 !important
}

.cart__row a:hover {
 color:  #79959D !important
}

.vid-border > div > div > iframe{ 

background-color: white;
}


html body {
 overflow-x: hidden;
  background-color: #786750;
}
  
  .site-footer__content img {
  max-width: 50%;
  }

.choose-button:hover {
  background-color: var(--lev-brown-hover) !important;
}
.filter-button:hover {
  background-color: var(--lev-brown-hover) !important;
}
  
  @media screen and (max-width: 640px) {
      .dp-collection-container {
      flex-direction: column !important;
      align-items:center !important;
      }
    



@media screen and (max-width: 1199px) {
  .order-button { 
    margin-bottom:10px;
  
  }
  
@media screen and (max-width: 992px) {
  .main-title { 
    font-size: 60px;
  
  }

  @media screen and (min-width: 900px) {
    .site-header{
     padding: 0px 155px; 
    }
    
  }

@media screen and (min-width: 750px) {
   .medium-up--one-quarter.text-right {
     width: 40%;
  }
  
  
  