/** Shopify CDN: Minification failed

Line 72:9 Expected ":"
Line 72:34 Unterminated string token

**/
* {
  box-sizing: border-box;
}
 
.column2 {
  float: left;
  width: 50%;
  padding: 5px;
  
}

.column-container {
  float: left;
  width: 50%;
  padding: 5px;
  position: relative;
  text-align: center;
  color: white;
  
}


.bottom-left {
  position: relative;
  bottom: 50px;
  left: 10px;
  background-color: #000;
  padding: 5px 15px !important;
  border-radius: 0px;
  display: inline-block;
  color: #FFF;
}

/* Clearfix (clear floats) */
.row1::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column2 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .column-container {
    width: 100%;
  }
}

.button {
  background-color: #ff6c00; 
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  onclick="Privy('show', 3524170);
}

.notify {
  background-color: #ff6c00; 
  color: white; 
}

.notify:hover {
  background-color: #FF7615;
  color: #000;
}

.article--outer {
  background-color: #ffffff;
}
.article--container .rte, .article--contentsidebar {
  font-size: 16px !important;
  margin-top: 5%;
}
.article--content p, .article--content h2, .article--content h3, .article--content h4, .article--content h5, .blog-tv-v2 .blog-faq, .blog-tv-v2 .rte a {
  padding: 0 5% 0 10%;
}
.blog-tv-v2 .rte p a {
	padding: 0;
}
.article--content img {
  height: auto;
  width: 100% !important;
  margin: 0px 0 20px 0;
  padding: 0px !important;
  border: 1px solid #EEE;
  border-radius: 0px;
}
.article-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.article--outer figure {
  background-size: 70%;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #fff;
}
.article--container {
  margin-top: 0 !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.article--content table {
  width: 100% !important;
  margin: 5% auto !important;
  background: transparent !important;
}
.article--container a, .share-buttons--title, .article--pagination .article--pagination-title {}
.article--inner {
    max-width: 100% !important;
    padding-right: 2% !important;
    padding-left: 2% !important;
    padding-top: 5% !important;
}
.article-wh-sidebar {
  max-width: 40% !important;
  padding: 10% 0 0 5%;
}
.article-wh-sidebar img {
  width: 100%;
}
.article-wh-sidebar .wh-featured-product {
  display: flex;
  flex-direction: row;
}
.article-wh-sidebar .wh-featured-product-content {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.article-wh-sidebar .wh-featured-product-content h2 {
  font-size: 16px;
  font-weight: normal;
}
.article-wh-sidebar .wh-featured-product img {
  width: 70%;
  border-radius: 0px !important;
  margin: 5%;
}
.article-wh-sidebar .share-buttons .share-buttons--pinterest:before, .article-wh-sidebar .share-buttons .share-buttons--linkedin:before, .article-wh-sidebar .share-buttons .share-buttons--twitter:before, .article-wh-sidebar .share-buttons .share-buttons--facebook::before {}
.article-wh-sidebar .share-buttons .share-buttons--button {
  width: 34px !important;
  height: 34px !important;
}
.youtube-video-section .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube-video-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-skin-wrapper .blog--inner li:nth-child(1), .blog-skin-wrapper .blog--inner li:nth-child(1) .article-list-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 2% 0
}
.article--excerpt-title {
  font-size: 22px;
}
.article--excerpt-text {
  text-align: left;
}
.article--excerpt-text {
  margin-top: 5px;
  padding: 10px 0;
  line-height: 1.5em;
  font-size: 16px;
}
.article--excerpt-meta {
  color: var(--orange) !important;
  text-align: left;
  padding: 10px 0;
}
.blog-skin-wrapper .blog--inner li:nth-child(1) .article--excerpt-image {
  width: 60%;
  min-height: 60vh
}
.blog-skin-wrapper .blog--inner li:nth-child(1) .article--excerpt-content {
  width: 40%;
  padding: 0 5%;
  text-align: left;
}
.blog-skin-wrapper .article--excerpt-wrapper {
  border: 0;
  box-shadow: none;
}
.blog-skin-wrapper .article--excerpt-title a, .blog-skin-wrapper .blog-title {
  color: #fff;
}
.blog-skin-wrapper .article--excerpt-title {
  color: #ffff;
  text-align: left;
  padding: 0;
  margin: 0;
}
.blog-skin-wrapper .article--excerpt-readmore {
  text-align: left !important;
  width: 100% !important;
  display: flex !important;
}
.blog-skin-wrapper .blog--inner .article--excerpt-wrapper:nth-child(3n) {
  margin: 1%;
}
.blog-skin-wrapper .blog--inner .article--excerpt-wrapper {
  width: calc(23%);
  margin: 1%;
}
.blog-skin-wrapper .blog--inner .article--excerpt-image {
  height: 13rem;
  border-radius: 0px;
}
.blog-skin-wrapper .blog--inner .article--excerpt-content {
  padding: 10px 0;
}
.blog-skin-wrapper .blog--inner .article--excerpt-title {
  font-size: 1.5em;
  line-height: 1;
}
.wh-featured-product .btn {
  background: var(--orange) !important;
  color: #fff !important;
  width: 140px;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.article--comments-form {
  margin-top: 4rem !important;
  padding: 10% !important;
  background: rgb(246, 246, 246) !important;
  border-radius: 0px !important;
  margin-bottom: 4rem !important;
}
.article--meta {
  font-size: 0;
  color: #A9A9A9 !important;
}
.article-image {
    height: 420px;
    width: 55%;
    margin: 0px 6% 0 45%;
    position: absolute;
    background-position: center;
    background-size: cover;
}
.article--title {
    margin-top: 0;
    margin-bottom: 1.875rem;
    font-size: 3em;
    max-width: 500px;
    line-height: 1;
}
.article-excerpt {
  width: 260px;
  line-height: 1.2;
  padding: 0 !important;
}
section {
  margin: 0 !important;
}
.article--sidebar {
  position: relative !important;
  left: 0 !important;
}
/* Social Icons */
.share-buttons svg {
  background: black;
  border-radius: 50%;
}
.share-buttons .share-buttons--button {
  width: 34px !important;
  height: 34px !important;
}
.share-buttons span {
  display: none !important;
}
.article--sidebar {
  width: 100%;
}

.article--content {
    width: 70%;
    padding: 0 5% 0 0;
}
.article--contentsidebar {
	width: 30%;
}

.article--contentsidebar {
  padding: 20px;
}

.article--contentsidebar .related-articles, .article--contentsidebar .top-products {
    margin-bottom: 30px;
    border-bottom: 1px solid #A9A9A9;
}
.article--contentsidebar .related-articles h3, .article--contentsidebar .top-products h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 900;
}

.article--contentsidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.article--contentsidebar li {
  display: flex;
    margin-bottom: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #F6F6F6;
    padding: 15px;
    border-radius: 0px;
    width: 100%;
  min-height: 120px; 
}



.blog-tv-v2 .article-info {
	padding: 20px 0;
}
.blog-tv-v2 .article--contentsidebar li {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.blog-tv-v2 .article--contentsidebar a {
    display: flex;
    text-decoration: none;
    color: inherit;
    flex-direction: column;
    width: 100%;
}

.blog-tv-v2 .article--contentsidebar .article-thumbnail, .blog-tv-v2 .article--contentsidebar .product-thumbnail {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: auto;
    margin: 0 20px 0 0;
    min-height: 260px;
}

.article--contentsidebar a {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.article--contentsidebar .article-thumbnail, .article--contentsidebar .product-thumbnail {
    width: 180px;
    background-size: cover;
    background-position: center;
    height: auto;
    margin: 0 20px 0 0;
    min-height: 120px;
}

.article--contentsidebar.article-info, .article--contentsidebar.product-info {
  width: 50%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article--contentsidebar h4 {
  font-size: 16px;
  margin: 0;
}

.article--contentsidebar .excerpt {
  font-size: 14px;
  margin-top: 5px;
}

.article--contentsidebar .publish-date {
  font-size: 12px;
  margin-top: 10px;
}

.article--contentsidebar .price {
  font-size: 16px;
  color: var(--orange);
  margin-top: 5px;
}

.article--wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.article-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.article--intro {
	max-width:44%;
	background-color: #ffffff;
	padding: 0 30px 0 0;
}



/* Lets Go Responsive */

@media only screen and (max-width: 1200px) {
  .article--inner {
    max-width: 100% !important;
  }
  .share-buttons .share-buttons--list {
    flex-direction: row;
    display: flex;
  }
}
@media only screen and (max-width: 960px) {
	
		.article--wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
	
	.article--contentsidebar, .article--container .rte {
    width: 100%;
}
  .article--inner, .article-wh-sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }
  .article-image {
    height: 500px;
    width: 50%;
    margin: 0px 0 0 50%;
  }
  .article--outer figure {
    background-size: cover;
    background-attachment: inherit;
    background-position: center center;
  }
  .article--container {
    flex-direction: column-reverse;
  }
  .share-buttons .share-buttons--list {
    flex-direction: row;
    display: flex;
  }
  .share-buttons .share-buttons--button:not(:first-child) {
    margin-left: 0.46875rem !important;
  }
}
@media only screen and (max-width: 700px) {
	
	.article--intro {
    max-width: 100%;
}
  .article--title {
    font-size: 3em;
    max-width: 600px;
  }
	.article-excerpt {
    width: 80%;
}
  .article-image {
    height: 260px;
    width: 100%;
    margin: 0;
    position: relative;
    background-position: center;
    background-size: cover;
  }
	.article--content {
		padding: 0;
	}
  .article--sidebar {
    display: block !important;
  }
  .article--container p {
    padding: 0;
  }
  .article--outer figure {
    background-attachment: inherit !important;
  }

	
	
}
@media only screen and (max-width: 550px) {
  .article--sidebar {
    display: block !important;
  }
  .article--title {
    font-size: 2em;
    max-width: 400px;
  }
}