/** Shopify CDN: Minification failed

Line 146:10 Expected identifier but found "{"
Line 146:11 Unexpected "{"
Line 146:19 Expected ":"

**/
.product-form__info-item {
    display: flex;
    float: left;
    width: 100%;
}
.length_cover label {
    width: 100%;
    float: left;
}
.length_cover input[type="text"] {
    padding: 10px;
    border: 1px solid #d4d6d8;
    margin-top:5px;
}
#looxReviews{
	max-width: inherit;
}
.slick-slide {
    cursor: grab;
}
.product-item__price-list span {
    font-size: 14px !important;
}
.length_cover label{
	color: #ff0000;
}

.quick-links__image-ie-fix {
    max-width: 100% !important;
}

a.download_pdf {
  width: 100%;
  display: flex;
  align-items: center;
}
.download_pdf span {
  margin-right: 10px;
}
.download_pdf img {
  height: 50px;
  margin: 0;
  margin-top: 5px;
}
.template-cart  .line-item__property-list {
	display: none;
}


.inner-logos .slick-slide img, .inner-logos .slick-slide a {
    display: block;
    max-height: 150px;
    margin: 0 auto;
    align-items: center;
}

.inner-logos .slick-prev, .inner-logos .slick-next{width:40px; height:40px;}

.inner-logos .slick-slide {
    cursor: grab;
    align-items: center;
    display: flex!important;
    min-height: 150px;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}

.template-collection #shopify-section-client-logo {
    padding-top: 30px;
    margin-bottom: 20px;
}


.inner-logos .slick-prev {
    left: 0;
    z-index:9;
}
.inner-logos .slick-next {
    right: 0;
  z-index:9;
}


.inner-logos .slick-prev:before, .inner-logos .slick-next:before{display:none;}

.product-form__payment-container {
    width:100%;
}
.st_msg{
	color: #008a00;
  	position: relative;
  	padding-left: 14px;
}
.st_msg::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 11px;
    border-radius: 100%;
    background: #008a00;
}

@media only screen and (max-width: 768px) {
  .quick-links .quick-links__link {
	width:50% !important;
  }
}
nav.nav-bar {
    background: #1D65AA;
    color: white;
}
a.nav-bar__link.link {
    padding: 5px;
}

a.nav-bar__link.link:hover {
    padding: 5px;
    background-color:white;
}
header.header.header--inline {
    padding: 0;
}
button.product-item__action-button.button.button--small.button--ternary.hidden-phone {
    background-color: #efefef;
}



  .tp-badge-link { display:inline-flex; align-items:center; }
  .tp-badge-img { height:22px; width:auto; vertical-align:middle; }
/*TB*/

.top-bar-item p, .top-bar-item a{
    color:{{section.settings.clr1}}
  }

  .gricov {
    display: grid;
    grid-template-columns: 20% 25% 30% 22%;
    justify-content: space-evenly;
    text-align: inherit !important;
    grid-column-gap: 1.8%;
  }
  .top_anc{position:relative;}

  .top_anc:after{
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,#fff));
    background: linear-gradient(to right,rgba(255,255,255,0),#fff 50%);
    right: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 6px;
  }

  .top_anc:before{
    content: '';
    background: -webkit-gradient(linear,right top,left top,from(rgba(255,255,255,0)),color-stop(50%,#fff));
    background: linear-gradient(to left,rgba(255,255,255,0),#fff 50%);
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 6px;
  }
  .top-bar_cover {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  @media (max-width:1024px){
    .gricov {
      display: inherit;}
    .top-bar-item:nth-child(3) {
      display: none;
    }
    .top-bar-item p, .top-bar-item a {
    color: #000000;
    text-align: center;
}

  }
/*TB*/


/*BWC*/

.stylish-section{
  font-family: 'Inter', sans-serif;
  padding:50px 20px;
  background:#faf9f7;
}
.hero-area{
  text-align:center;margin-bottom:50px;
}
.hero-area h2{font-size:42px;font-weight:800;margin-bottom:10px;}
.hero-area .subtext{font-size:18px;color:#555;margin-bottom:20px;}
.cta-btn{
  background:#222;color:#fff;padding:14px 28px;
  display:inline-block;border-radius:30px;text-decoration:none;
  font-weight:600;transition:0.3s;
}
.cta-btn:hover{opacity:0.85;}
.feature-product{
  background:#111;color:#fff;margin:40px 0;padding:40px;
  display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;
  border-radius:20px;
}
.feature-product .fp-info{max-width:420px;}
.feature-product .fp-info h3{font-size:32px;margin-bottom:10px;}
.feature-product .fp-desc{color:#ccc;font-size:16px;margin-bottom:20px;}
.feature-product img{max-width:300px;border-radius:14px;}
.cta-btn.light{background:#fff;color:#111;}
.product-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:26px;margin-top:30px;
}
.pg-card{
  background:#fff;padding:30px;border-radius:22px;text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:0.35s;
  overflow:hidden;
}
.pg-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1);}
.pg-card img{max-height:220px;width:100%;object-fit:cover;border-radius:14px;margin:0 auto 20px;display:block;}
.pg-card h4{font-size:19px;margin-bottom:10px;}
.pg-desc{font-size:14px;color:#666;margin-bottom:14px;}
.grid-cta{
  display:inline-block;margin-top:10px;text-decoration:none;background:#222;color:#fff;
  padding:10px 20px;border-radius:25px;font-size:14px;font-weight:500;transition:0.3s;
}
.grid-cta:hover{opacity:0.85;}

/*BWC*/

nav.breadcrumb {
    background: #1D65AA;
    color: white;
}
ol.breadcrumb__list {
    height: 20px;
}

.in-stock-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 50px;
    /*padding-top: 10px;*/
}
.in-stock-wrapper svg.truck {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

button.product-form__add-button.button.button--primary {
    background-color: #009E60;
    border-radius:25px;
}
span.price {
    font-weight: bolder;
}
a.button.button--secondary {
    background-color: #00B67A;
}
section.section.desktop {
    margin: 0px !important;
}
.product-block-list__item.product-block-list__item--description {
    margin-top: 5%;
}
span.product-form__info-title.text--strong {
    display: none;
}
span.icon-and-text {
    line-height: 1.3;
}
.quantity-selector.quantity-selector--product {
    border-radius: 25px;
}
input.quantity-selector__value {
    border: none !important;
}
a.mega-menu__link.link {
    color: black;
}
ul.mega-menu__linklist {
    text-align: start;
}

