#shopify-section-template--14246026477648__164748551179c745f6 .section__header,
#shopify-section-template--14246026477648__16475291059236550a .section__header{
  text-align: center;
  display: inherit;
}
.subheading_col{
  top: 58%;
}
#shopify-section-template--14246026477648__164748551179c745f6 .section__header h2,
#shopify-section-template--14246026477648__16475291059236550a .section__header h2{
  font-size: 28px;
}

/** Custom Blog **/

#blog-template-custom
{
	margin-bottom: 80px;
}

.custom_blog_grid
{
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 700px) and (max-width: 999px)
{
  .custom_blog_grid
  {
      grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 699px)
{
  .custom_blog_grid
  {
      grid-template-columns: 1fr;
  }
}

.custom_blog_grid_item
{
	position: relative;
  	border-right: solid 1px rgb(229, 229, 229); 
}

.custom_blog_grid_item:nth-of-type(3n)
{
	border-right: none;
}

#blog-template-custom .article-item__image-container
{
	border-radius: 0;
}

.article-item 
{
	display: grid;
  	grid-template-rows: auto 1fr auto;
  	height: 100%;
  	background-color: rgba(0, 0, 0, 0.1);
}

.article-item__title
{
	font-weight: bold;
  	letter-spacing: -0.02em;
}

.chevron_link_container
{
	text-align: right;
  	
}

.chevron_link
{
	border-radius: 100%;
  	border: solid 1px rgb(109, 109, 109);
	height: 30px;
  	width: 30px;
  	display: grid;
  	align-items: center;
  	justify-items: center;
}

.chevron_link:hover
{
	background-color: rgb(17, 17, 17);
  	border-color: rgb(17, 17, 17);
  	color: rgb(255, 255, 255);
}

.chevron_link .svg-icon
{
	stroke: rgb(109, 109, 109);
  	height: 14px;
  	width: 14px;
}

.chevron_link:hover .svg-icon
{
	stroke: rgb(255, 255, 255);
}

.chevron_link_container
{
	display: grid;
  	justify-items: end;
}
.article_info_container,
.chevron_link_container
{
	padding: 20px;
  	padding-top: 0;
}

.custom_blog_sticky_articles
{
	display: grid;
}

#custom_blog_sticky_articles_primary
{
	grid-template-columns: 2fr 1fr;
}

#custom_blog_sticky_articles_secondary
{
	grid-template-columns: 1fr 1fr 1fr;  
}

@media screen and (max-width: 999px)
{
  #custom_blog_sticky_articles_primary,
  #custom_blog_sticky_articles_secondary
  {
      grid-template-columns: 1fr;
  }
}

#custom_blog_sticky_articles_primary .sticky-article-text-container
{
	position: absolute;
  	bottom: 40px;
  	left: 40px;
  	z-index: 2;
}

#custom_blog_sticky_articles_primary .sticky-article-item
{
  	min-height: 490px;
	background-size: cover;
  	background-position: 50%;
  	background-repeat: no-repeat;
  	position: relative;
  	background-color: rgb(17, 17, 17);
}

.sticky-article-item .article-item__image-container
{
	margin-bottom: 0;
}

.primary_article .article-image-link
{
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background-color: #000;
  	opacity: 0.2;
  	z-index: 1;
}

.primary_article .sticky-article-image-container
{
	position: unset;
}

.primary_article .sticky-article-item img
{
  	position: unset;
}

.primary_article .sticky-article-heading
{
	max-width: 30rem;
  	line-height: 1.6;
}

.primary_article .sticky-article-heading .link
{
  	font-weight: bold;
	color: #fff;
  	background-color: rgba(0,0,0,0.85);
  	box-shadow: 7px 0 0 rgb(0 0 0 / 85%), -7px 0 0 rgb(0 0 0 / 85%);
  	padding: 3px;
}

.primary_article .sticky-article-heading .link:hover
{
	color: #757575;
}

.sticky-article-heading.sticky_1
{
	font-size: 2.3rem;
}

.sticky-article-item.secondary_article
{
	display: grid;
  	grid-template-columns: auto 1fr;
  	grid-gap: 20px;
  	align-items: center;
  	padding: 20px;
  	background-color: rgb(245, 245, 245);
}

.secondary_article img
{
    height: 93px;
    min-width: 93px;
    width: 93px;
  	border: 3px solid #ffffff;
  	border-radius: 100%;
    box-shadow: 0 0 2px rgb(0 0 0 / 9%);
}

.secondary_article .sticky-article-heading
{
	line-height: 1;s
}

.secondary_article .sticky-article-heading .link:hover
{
	border-bottom: solid 1px;
}

.custom_blog_grid_item .article_info_container
{
	position: relative;
}

.sticky-article-item.primary_article.sticky_1
{
	border: solid 1px rgb(229, 229, 229);
}

.custom_blog_grid_item .article_info_container .page__tag-list
{
	position: absolute;
  	top: -45px;
}

.primary_article .sticky-article-text-container .page__tag-list,
.custom_blog_grid_item .article_info_container .page__tag-list
{
  	margin: 0;
  	margin-bottom: 5px;
}

.primary_article .sticky-article-text-container .page__tag-list
{
	margin-left: -7px;
}

.primary_article .sticky-article-text-container .page__tag-item,
.custom_blog_grid_item .article_info_container .page__tag-item,
#article-template-custom .article_heading .page__tag-item

{
  	font-size: 0.8125rem;
  	font-weight: bold;
  	text-transform: uppercase;
  	color: #0f0f0f;
	background-color: #a1ac88;
  	margin: 0;
  	padding: 0 5px;
}

.primary_article .sticky-article-text-container .page__tag-item:hover,
.custom_blog_grid_item .article_info_container .page__tag-item:hover,
#article-template-custom .article_heading .page__tag-item:hover
{
	background-color: #bd1f55; 
  	color: #fde7ee; 
}

#article-template-custom
{
	max-width: 1000px;
  	margin: 0 auto;
}

.shopify-section__article.custom_article,
.shopify-section__article.custom_article .article__inner
{
	max-width: none;
}

.article_heading
{
	padding-top: 3rem;
}

.article_tags
{
  	margin: 0;
	margin-bottom: 1.5rem;
}

.article_heading h1
{
	font-size: 3.5em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.02em;
}

.article__comments-link
{
	color: rgb(109, 109, 109);
  	font-weight: bold;
}

.article__toolbar-item svg path
{
	stroke: rgb(109, 109, 109);
}

.comment_link_container
{
	padding: 0;
  	padding-top: 20px;
}

.custom-blog.article__navigation
{
	display: grid;
  	grid-template-columns: 1fr 1fr;
  	align-items: start;
    padding: 0px;
    background-color: #F3F5F5;
}

.article__navigation-item
{
	padding: 40px;
  	border-top: solid 1px #e5e5e5;
}

.article__navigation-item--prev
{
	border-right: solid 0.5px #e5e5e5;
}

.article__navigation-item--next
{
	border-left: solid 0.5px #e5e5e5;
}

.custom-blog.article__navigation .article_details
{
	display: grid;
  	grid-template-columns: 1fr 1fr;
  	grid-gap: 40px;
}

.custom-blog.article__navigation .article_details .article_link_img
{
	height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: solid 8px white;
    box-shadow: 0 0 35px rgb(0 0 0 / 30%);
}

.custom-blog.article__navigation .article_details .article_link_text
{
	justify-self: center;
}

.custom-blog.article__navigation .article_details .article_link_text h3
{
	font-size: 1.5rem;
  	font-weight: bold;
  	line-height: 1.5;
}

.article__navigation-item:hover h3 span
{
	border-bottom: solid 1px;
}

.article__navigation-item:hover .article_link_img
{
	transform: scale(1.05);
}

.custom-blog.article__navigation .article_details .article_link_text .link_sur_text
{
	text-transform: uppercase;
  	color: rgb(109, 109, 109);
  	font-weight: bold;
}

.custom-blog-container .blog-container
{
	display: block;
}

#article-template-custom .article_tags .link
{
	text-transform: uppercase;
  	color: #0f0f0f;
  	font-weight: bold;
}

#article-template-custom .article__image-wrapper img
{
	margin-top: 0px;
    padding-bottom: 40px;
}

#article-template-custom .article__image-wrapper .article_image_container
{
	text-align: center;
}

#article-template-custom .article__image-wrapper .article_image_container img
{
  	position: unset;
}

#article-template-custom .article__image-wrapper .article_image_container.portrait-image img
{
	width: 60%;
}

@media screen and (max-width: 641px)
{ 
  #article-template-custom .article__image-wrapper .article_image_container.portrait-image img
  {
  	width: 100%;
  }
  .quick-links {
    display: none;
}
}

@media screen and (min-width: 642px) and (max-width: 900px)
{
  #article-template-custom .article__image-wrapper .article_image_container.portrait-image img
  {
  	width: 80%;
  }
}

#article-template-custom .article__aside-item.article_tags .link
{
	color: #757575;
}

#article-template-custom .article_summary
{
  	font-size: 1.5rem;
  	font-weight: bold;
	padding-bottom: 40px;
}
#article-template-custom .article_summary::after
{
	color: rgb(233, 30, 99);
    content: "..........................................";
    display: block;
    letter-spacing: 4px;
    line-height: 1;
    margin: 1rem auto 0;
    max-width: 25rem;
    overflow: hidden;
    white-space: nowrap;
  	font-weight: bold;
    font-size: 2rem
}

#article-template-custom .article__aside-item .article__tag-label,
#article-template-custom .article__aside-item .article__share-label
{
	text-transform: uppercase;
  	color: #757575;
}


#blog-pagination {
  margin: 20px auto 0;
  color: #9CAC88;
}
.blog-loading
{
	color: transparent;
}
.loader
{
  margin: 0 auto;
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #9CAC88; /* green */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.start_chat{
 font-size: 20px; 
  text-align: center;
width: 100%;
cursor: pointer;
}
@media screen and (min-width: 1000px){
.about-us #shopify-section-logo-list .quick-links__link {
    width: 12.5%;
}
.about-us .quick-links__image-ie-fix {
    margin: 0 auto;
}
.about-us .quick-links__image-ie-fix {
    margin: 0px 12px!important;
    max-width: 100% !important;
}
.about-us div#shopify-section-logo-list {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 40px 0px;
}
.about-us div#shopify-section-logo-list section.section {
    margin: 0px;
}
  .image-text-cust {
    padding: 50px;
    border: 1px solid #c6c6c6;
}
    .image-text-cust1 {
    padding: 50px;
    border-bottom: 1px solid #c6c6c6;
}
  .top-logo img{
        width: 90px;
    margin: 15px;
    display: inline;
  }
.image-text-cust section.section {
    margin-top: 0px;
}  
  .image-text-cust1 section.section {
    margin-top: 0px;
} 
  h2.about-heading {
    text-align: center;
}
}


@media screen and (max-width: 480px){
  .what-buy-cut {
    padding: 50px 0 !important;
}
  body.about-us div#shopify-section-logo-list .quick-links__link{
    width: 25%;
  }
  body.about-us div#shopify-section-logo-list .quick-links__link .quick-links__image-ie-fix {
    max-width: 50px;
}
  body.about-us h2.about-heading {
    padding: 0px 20px;
}
  body.about-us .top-logo img {
    margin: 0 auto;
    width: 70px;
}
  body.about-us .image-with-text .image-with-text__text-container {
    padding-top: 30px;
}
}
.logo-custom-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-links {
    align-items: center;
    justify-content: center;
}
.top-logo {
    text-align: center;
}
@media screen and (min-width: 1000px){
.top-logo img {
    width: 70px;
    height: 100px;
    margin: 15px;
    display: inline;
    object-fit: initial;
}
}
.what-buy-cut {
    padding: 50px;
  border: 1px solid #c6c6c6;
}