/** Shopify CDN: Minification failed

Line 178:0 Unexpected "{"

**/
.drawer .btn + svg {
    color: #fff !important;
}
.drawer .btn:hover + svg {
    color: #333 !important;
}

.timesact-preorder-description {
  text-align: center;
  margin-top: 5px;
  font-style: italic;
}


.grid-tag--custom p {
    text-transform: uppercase;
    font-size: 12px;
}

.grid-product__meta .grid-product__price 
{
	margin-top: 15px;
}
.grid-product__meta .grid-tag--custom p {
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: .75em;
    margin-bottom: 0;
}

.product-single__meta .grid-tag--custom p {
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: .75em;
    margin-bottom: 20px;
}

.product-single__meta .product__price {
    margin-top: 20px;
    display: block;
}

.product-single__meta .product-single__vendor {
    margin-top: 0px;
}

.icons-row {
    display: flex;
    flex-wrap: wrap;
}

.icons-wrap {
    padding: 0 7.5px;
    flex: 0 0 20%;
    text-align: center;
    margin-bottom: 15px;
}

.icons-wrap h4 {
    font-size: 10px;
  	font-weight: 300;
    letter-spacing: 1px;
    word-break: break-word;
    margin: -2px 0 0 0 !important;
  	text-transform: none !important;
}
.product-single__description.rte {
    margin-bottom: 0;
}
.icons-section-main {
    padding: 15px 0 0 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
h3.icons-section-heading {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Zurich, sans-serif;
    margin-bottom: 15px;
}

.icon-image img {
    max-width: 70px;
}

.station-tabs-content-inner {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .icons-wrap {
      flex: 0 0 33.33%;
  }
}




/*************************************80-20-section************************/
.three-one-blog-section,
.one-three-blog-section,
.highlight-blog-section
{
  display: grid;
  max-width: 1116px;
  margin: auto;
  gap: 10px;
}
.one-one-blog-section,
.one-one-one-blog-section,
.latest-blog-articles-section{
  display:flex;
  flex-wrap: wrap;
  max-width: 1116px;
  margin: auto;
  gap:10px;
}

.one-one-blog-section .blog_item{
  width: 49%;
}
.one-one-one-blog-section .blog_item{
  width:32%;
}
.latest-blog-articles-section .blog_item{
  width:32%;
}

.three-one-blog-section{
  display:flex;
}

.three-one-blog-section .blog_item:first-child{
  width:70%;
}

.three-one-blog-section .blog_item:last-child{
  width: 33.2%;
  overflow: hidden;
}

.one-three-blog-section{
  grid-template-columns: 2fr 3fr;
}

.highlight-blog-section{
    grid-template-columns: 1fr;
}

.three-one-blog-section .grid-title__heading{
  grid-column: 1 /space 2;
}

.one-three-blog-section .grid-title__heading{
  grid-column: 1 /space 5;
}

.one-one-blog-section .grid-title__heading,
.one-one-one-blog-section .grid-title__heading,
.latest-blog-articles-section .grid-title__heading{
  width:100%;
}

.highlight-blog-section .grid-title__heading{
    grid-column: 1;
}



.three-one-blog-section .blog_item,
.one-three-blog-section .blog_item,
.highlight-blog-section .blog_item,
{
  height: 100%;
}

.three-one-blog-section .blog_item img,
.one-three-blog-section .blog_item img,
.one-one-blog-section .blog_item img,
.one-one-one-blog-section .blog_item img,
.highlight-blog-section .blog_item img,
.latest-blog-articles-section img{
  height: 100%;
  width: 100%;
  display:block;
}

.three-one-blog-section .blog_item .image-wrap2,
.one-three-blog-section .blog_item .image-wrap2,
.one-one-blog-section .blog_item .image-wrap2,
.one-one-one-blog-section .blog_item .image-wrap2,
.highlight-blog-section .blog_item .image-wrap2,
.latest-blog-articles-section .blog_item .image-wrap2 {
  position: relative;
  margin: 0;
}

.three-one-blog-section .blog_item .blog_item_container,
.one-three-blog-section .blog_item .blog_item_container,
.one-one-blog-section .blog_item .blog_item_container,
.one-one-one-blog-section .blog_item .blog_item_container,
.highlight-blog-section  .blog_item .blog_item_container,
.latest-blog-articles-section  .blog_item .blog_item_container{
  height: 100%;
  position: relative;
}

.one-one-blog-section .blog_item_container .blog-post-description,
.one-one-one-blog-section .blog_item_container .blog-post-description,
.highlight-blog-section .blog_item_container .blog-post-description,
.latest-blog-articles-section .blog_item_container .blog-post-description{
    padding: 5px 0;
}

.blog-post-category,
div[data-section-id='blog-template'] .article__date a {
  letter-spacing:3px;
  text-transform:uppercase;
}

.one-one-blog-section .blog_item_container .blog-post-category a,
.one-one-one-blog-section .blog_item_container .blog-post-category a,
.highlight-blog-section .blog_item_container .blog-post-category a,
.latest-blog-articles-section .blog_item_container .blog-post-category a{
    margin-bottom: 5px;
    font-size: 12px;
    transition: .5s ease;
    text-transform: uppercase;
    line-height: 30px;
}


.one-one-blog-section .blog_item_container .blog-post-title a,
.one-one-one-blog-section .blog_item_container .blog-post-title a,
.highlight-blog-section .blog_item_container .blog-post-title a,
.latest-blog-articles-section .blog_item_container .blog-post-title a{
    transition: .5s ease;

}

.one-one-blog-section .blog_item_container .blog-post-description a,
.one-one-one-blog-section .blog_item_container .blog-post-description a,
.highlight-blog-section .blog_item_container .blog-post-description a,
.latest-blog-articles-section .blog_item_container .blog-post-description a{
    text-decoration: none;   
}

.one-one-blog-section .blog_item_container .blog-post-description h2,
.one-one-one-blog-section .blog_item_container .blog-post-description h2,
.highlight-blog-section  .blog_item_container .blog-post-description h2,
.latest-blog-articles-section  .blog_item_container .blog-post-description h2{
    font-size: 17px;
    font-weight: 100;
    overflow: hidden;
    margin: 0px;
    width: fit-content;

}

.one-one-blog-section .blog_item_container .blog-post-description h2 a,
.one-one-one-blog-section .blog_item_container .blog-post-description h2 a,
.highlight-blog-section .blog_item_container .blog-post-description h2 a,
.latest-blog-articles-section .blog_item_container .blog-post-description h2 a{
    text-decoration: none;
    position: relative;
    display: block;
    transition: 0.4s ease-out;

}

.one-one-blog-section .blog_item_container .blog-post-description h2 a:hover,
.one-one-one-blog-section .blog_item_container .blog-post-description h2 a:hover,
.highlight-blog-section  .blog_item_container .blog-post-description h2 a:hover,
.latest-blog-articles-section .blog_item_container .blog-post-description h2 a:hover{
    color: #000;
}

.one-one-blog-section .image_frame,
.one-one-one-blog-section .image_frame,
.highlight-blog-section .image_frame,
.latest-blog-articles-section .image_frame{
    position: relative;
}

.one-one-blog-section .image_frame:after,
.one-one-one-blog-section .image_frame:after,
.highlight-blog-section .image_frame:after,
.latest-blog-articles-section .image_frame:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0,0,0,.2);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.one-one-blog-section .image_frame:hover:after,
.one-one-one-blog-section .image_frame:hover:after,
.highlight-blog-section .image_frame:hover:after,
.latest-blog-articles-section .image_frame:hover:after{
    filter: alpha(opacity=100);
    opacity: 1;
}

.page-load-more{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-decoration: none;
    width: 160px;
    margin: auto;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 25px;
    transition: 0.5s ease;
}

.page-load-more .button_icon svg{
    width: 25px;
    height: 25px;   
}

.page-load-more:hover{
    background-color: #f3f3f3;
}

.page-load-more:active,
.page-load-more:focus{
    color: inherit;
}


@media (max-width: 767px){
    .highlight-blog-section{
        grid-template-columns: 1fr;
    }

    .highlight-blog-section .grid-title__heading{
      grid-column: 1;
    }

    .one-one-blog-section .blog_item,
    .one-one-one-blog-section .blog_item,
    .latest-blog-articles-section .blog_item{
      width:100%;
    }
}

.three-one-blog-section .blog_item .image-wrap2.text-spacing:before,
.one-three-blog-section .blog_item .image-wrap2.text-spacing:before{
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, #0000008f);
  top: 0;
  left: 0;
  position: absolute;
}

.three-one-blog-section .blog_item_container .blog-link-text,
.one-three-blog-section .blog_item_container .blog-link-text{
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
}

.three-one-blog-section .blog_item_container .blog-link-text h2,
.one-three-blog-section .blog_item_container .blog-link-text h2{
  font-size: 21px;
  font-weight: 100;
  overflow: hidden;
  margin: 0px;
  height: 140px;
  display: flex;
  align-items: center;

}

.three-one-blog-section .blog_item_container .blog-link-text h2 a,
.one-three-blog-section .blog_item_container .blog-link-text h2 a{
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
  transition: 0.4s ease-out;

}

.three-one-blog-section .blog_item_container .blog-link-text h2 a:before,
.one-three-blog-section .blog_item_container .blog-link-text h2 a:before{
  content:'';
  position: absolute;
  width: 40%;
  height: 3px;
  left: -40%;
  bottom: -17px;
  transition: 0.4s ease-out;
}

.three-one-blog-section .blog_item_container:hover .blog-link-text h2 a:before,
.one-three-blog-section .blog_item_container:hover .blog-link-text h2 a:before{
  left: 0;
}
.three-one-blog-section .blog_item_container:hover .blog-link-text h2 a,
.one-three-blog-section .blog_item_container:hover .blog-link-text h2 a{
  transform: translateY(-25px);
}

@media (max-width: 767px){
  .three-one-blog-section,
  .one-three-blog-section{
      grid-template-columns: 1fr;
  }

  .three-one-blog-section{
    flex-direction:column;
  }
  
  .three-one-blog-section .blog_item:first-child{
    width:100%;
  }
  
  .three-one-blog-section .blog_item:last-child{
    width: 100%;
  }

  .three-one-blog-section .grid-title__heading,
  .one-three-blog-section .grid-title__heading{
    grid-column: 1;
  }
}

/*********************************80-20 Section End***************************/

/********************************Custom Newsletter****************************/
.custom-newsletter{
    display: flex;
    max-width:1116px;
    align-items: center;
    gap: 25px;
    margin:auto;
}

.custom-newsletter .page-width{
  width:100%;
}

.custom-newsletter-text,
.custom-newsletter .footer__item-padding{
    width: 50%;
}

.custom-newsletter .footer__item-padding .footer__newsletter {
    max-width:unset;
    width:100%;
}

.custom-newsletter .footer__newsletter-input{
      background: var(--colorBody);
      border-bottom: 1px solid;
      color: #000;
      width: 100%;
      max-width:unset;
      padding: 0;
      padding-bottom: 10px;
}

.custom-newsletter input#Email-::placeholder {
  color: gray;
  font-size: 12px;
}

 .custom-newsletter .footer__newsletter-btn{
  color: #000;
}

.custom-newsletter-text h4{
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: inherit;
    margin: 0;
}

.custom-newsletter .footer__social{
  margin: 0;
}

@media (max-width: 767px){
  .custom-newsletter{
    flex-direction:column;
    gap:0;
    padding: 0;
  }

  .custom-newsletter-text{
    width: 100%;
  }

  .custom-newsletter .footer__item-padding{
    width:80%;
    margin:auto;
    max-width: 395px;
  }

  .custom-newsletter-text h4{
    text-align: center;
    margin-right: 0;
  }
}

/********************************Custom Newsletter End****************************/





