/** Shopify CDN: Minification failed

Line 521:18 Expected identifier but found bad string token
Line 521:19 Unterminated string token
Line 681:9 Expected ":"
Line 681:11 Expected identifier but found "0"

**/
html {

  font-size : 24px;

}

body {

  -webkit-font-smoothing : antialiased;

  font-family : 'Apercu' , sans-serif;

  line-height : 1rem;

  font-weight : 300;

  font-size : 16px;

  color : #202020;

}

small {

  font-weight : inherit;

  line-height : 1rem;

  font-size: 12px;

}

h1 {

  font-family : 'freight-text-pro' , serif;

  font-weight : normal;

  line-height : 2rem;

  font-size : 2em;

}

h2 {

  font-family : 'Apercu' , sans-serif;

  font-weight : inherit;

  line-height : 1rem;

  font-size : 1rem;

}

h2.h1likeh2 {

  font-family : 'freight-text-pro' , serif;

  font-weight : normal;

  line-height : 2rem;

  font-size : 2em;

}

strong {

  font-weight : bold;

}

legend {

  font-size : 1em;

}

a {

  text-decoration : none !important;

  outline : none;

}

a:visited {

  text-decoration : none !important;

}

a:hover {

  text-decoration : none !important;

}

a:active {

  text-decoration : none !important;

}

::selection {

  background : whitesmoke;

}

::-moz-selection {

  background : whitesmoke;

}

.display-1 {

  font-family : 'Apercu' , sans-serif;

  line-height : 3rem;

  font-size : 4em;

}

.btn {

  font-family : inherit;

  font-weight : inherit;

  line-height : 1rem;

  border-radius : 0;

  cursor : pointer;

  font-size : 1em;

}
@media only screen and (max-width: 400px) {
.btn-add-css {
  background-color : #e44319!important;
  border-color : #e44319!important;
  text-transform: uppercase!important;
  font-weight: 600!important;
  width: 320px!important;
  letter-spacing: 2px!important;
}
  .btn-add-css:hover {
  background-color : #ac4226!important;
  border-color : #ac4226!important;
}
}

@media only screen and (max-width: 320px) {
.btn-add-css {
  background-color : #e44319!important;
  border-color : #e44319!important;
  text-transform: uppercase!important;
  font-weight: 600!important;
  width: 240px!important;
  letter-spacing: 2px!important;
}
  .btn-add-css:hover {
  background-color : #ac4226!important;
  border-color : #ac4226!important;
}
}
.btn-primary {
  background-color : #e44319;
  border-color : #e44319;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  letter-spacing: 2px;
}

.btn-primary:hover {
  background-color : #ac4226;
  border-color : #ac4226;

/*   background-color : #191919;

  border-color : #191919; */

}

.btn-primary:disabled {

  background-color : #636c72;

  border-color : #636c72;

  opacity : 1;

}

.form-control {

  font-family : inherit;

  font-weight : inherit;

  line-height : 1rem;

  border-radius : 0;

  font-size : 1em;

}

.form-control:focus {

  border-color : #191919;

}

.dropdown-menu {

  font-size : 1em;

}

.dropdown-item {

  font-weight : inherit;

}

.input-group-btn {

  font-size : 1em;

}

.text-primary {

  color : #26394C !important;

}

a.text-primary:hover {

  color : black !important;

}

.bg-primary {

  background-color : #26394C !important;

}

.badge {

  line-height : 1rem;

  padding : 0 .25rem;

  min-width : 1rem;

}

.badge-pill {

  border-radius : 1rem;

}

.badge-light {

  background-color : white;

  color : black;

}

.badge-dark {

  background-color : black;

  color : white;

}

.blockquote {

  line-height : 1rem;

  font-size : 1rem;

}

.blockquote:before {

  content : "“”";

}

.blockquote-footer {

  font-size : 13px;

}

.blockquote-footer:before {

  content : none;

}

.embed-responsive-3by4 {

  padding-top : 133.33%;

}

.embed-responsive-9by16::before {

  padding-top : 177.78%;

}


.product-price{
	font-weight: 600;
    font-size: 18px;
}

.show-price1{
	display: flex;
    align-items: center;
}

.show-price1 .text-muted{
	font-size: 18px;
}
.show-price{
	font-size: 18px;
  	margin-bottom: 10px ! important;
}

.product-title{
	margin-bottom: 0px ! important;
}

.indicator-image{
    width: 80px;
    height: auto;
    display: block;
}

#product .carousel-indicators li {
    position: relative;
    max-width: none ! important;
    cursor: pointer;
    height: auto ! important;
    width: 80px ! important;
    margin: 0;
}
  
.carousel-indicators{
	margin-right: 10px ! important;
  	margin-left: 10px ! important; 
    align-items: center;
}
#product .carousel-indicators li:after {
    transition: background-color .35s ease-out;
    background-color: rgba( 0 , 0 , 0 , .125 );
    border-radius: unset ! important;
    position: absolute;
    display: block;
    margin: auto;
    content: '';
    height: 2px ! important;
    width: 60px ! important;
    bottom: -90px ! important;
    right: 0;
    left: 0;
    top: 0;
}

#product .carousel-indicators li:after{
	background-color: transparent ! important;
}

#product .carousel-indicators li:hover:after {
    background-color: rgba( 0 , 0 , 0 , .375 ) ! important;
}


#images .carousel-indicators li{
	display: none;
}


#shopify-section-title{

	margin-top: -80px;
}

@media (min-width: 992px){
	#navigation .dropdown-menu {
      box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	}

}

@media (max-width: 991px){
	#navigation .dropdown-menu {
      box-shadow: none;
	}
}




@media only screen and (max-width: 768px) {
  
  .only-desktop-indicator{
  	display: none ! important;
  }

  #product .carousel-indicators li {
    position: relative;
    max-width: 1rem ! important;
    cursor: pointer;
    height: 1rem ! important;
    width: 1rem ! important;
    margin: 0;
 }
  #product .carousel-indicators li:after {
    transition: background-color .35s ease-out;
    background-color: rgba( 0 , 0 , 0 , .125 );
    border-radius: 100% ! important;
    position: absolute;
    display: block;
    margin: auto;
    content: '';
    height: 6px ! important;
    width: 6px ! important;
    bottom: 0 ! important;
    right: 0;
    left: 0;
    top: 0;
 }
  
  #product .carousel-indicators li:after{
    background-color: rgba( 0 , 0 , 0 , .125 ) ! important;
  }

}

/* ====================================
Blog & Article Templates 
====================================== */

.blog, 
.article { 
  width: 100%;
  padding-bottom: 0 !important; 
  margin-top: 7em; 
}
.blog-header { 
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 75px;
  background-color:  #E5E8ED;
  margin-bottom: .5rem;
}
.blog-header h1 { 
  font-family: 'Apercu', sans-serif;
  margin: 0;
  font-size: 24px; 
}
.blog-recent__container {
  background-color: #F5F8FA;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row; 
}
.blog-recent__container:nth-child(n+2) { 
  display: none; 
  visibility: hidden; 
}
.blog-recent h2 {
  font-family: 'freight-text-pro' , serif;
  font-size: 32px;
  line-height: 1.1; 
}
.blog-recent__container > div { 
  flex: 0 1 50%; 
}
.blog-recent__media {
  height: 100%; 
  width: 100%;
}
.blog-recent__media img { 
  width: 100%; 
  max-width: 100%;"
}
.blog-recent__content { 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center; 
  padding:  4rem; 
}
.blog-tags { 
  padding: 2rem 0; 
}
.blog-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-tags ul li { 
  display: inline-block;
  padding: 0 .1em;
  color: #6C757D;
}
.blog-tags ul li.active { 
  background: #B0C0CC; 
  color: #27394B;
  padding: .1rem .3rem; 
  border-radius: 4px; 
}
.blog-tags ul li a { 
  color: #6C757D;
}
.blog-tags ul li:first-of-type { 
  padding-right: .5rem;
  font-weight: 600; 
}
.blog-tags ul li:first-of-type:before { 
  font-family: 'icomoon' !important;
  content: "\e900";
  display: inline; 
  font-size: 18px; 
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: .5rem; 
}
.blog-tags ul li:not(:last-of-type):not(:first-of-type):after { 
  content: ','; 
  display: inline; 
}
.blog-latest header, 
.blog-featured header, 
.article .related-posts header .container { 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 2em 0; 
}
.article .related-posts header .container { 
  padding: 0 10px;
}
.blog-latest header { 
  padding-top: 0; 
}
.blog-latest header h4, 
.blog-featured header h4, 
.related-posts header h4 { 
  margin-bottom: 0;
  font-size: 18px; 
  font-weight: 600; 
  font-family: 'Apercu', sans-serif; 
}
.blog-latest header p, 
.blog-featured header p, 
.related-posts header p { 
  margin-bottom: 0;
}
.blog-latest header a,  
.blog-featured header a, 
.related-posts header a { 
  text-decoration: underline; 
}
.blog-latest {
  padding: 0 0 2rem; 
}
.blog-posts { 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;  
}
.blog-post { 
  padding: 0 10px; 
  width: 100%;
}
.js-hide { 
  position: absolute; 
  top: 100%; 
  z-index: -1; 
  left: 0;
  opacity: 0; 
}
.js-show {
  position: relative; 
  z-index: 1; 
  top: 0; 
  left: 0;
  transition: opacity ease .6s;
  opacity: 1; 
}
.blog-latest .blog-post {
  flex: 0 1 33.33%; 
}
.blog-featured  { 
  background-color:  #F5F8FA;
  padding: 2rem 0; 
  position: relative;  
}
.blog-featured .blog-posts { 
  position: relative; 
  width: calc(100% + 20px);
  margin-left: -10px; 
}
.blog-latest .blog-posts { 
  width: calc(100% + 20px);
  margin-left: -10px; 
}
.blog-featured .blog-post.show img { 
  opacity: 1; 
  transition: opacity ease .3s; 
}
.blog-featured .blog-post.hide img { 
  opacity: 0;
  transition: opacity ease .3s;  
}
.blog-featured .blog-post.show { 
  position: relative; 
  opacity: 1;  
  transition: opacity ease .8s; 
}
.blog-featured .blog-post.hide { 
  position: absolute; 
  top: -9999px; 
  left: 0; 
  opacity; 0;
}
.blog-post__title { 
  font-family: 'freight-text-pro' , serif;
  font-size: 24px; 
}
.blog-post__text { 
  color: #6C757D;
}
.blog-post__media { 
  width: 100%;
  max-width: 100%; 
  margin-bottom: 1rem;
}
.blog-featured .blog-post { 
  flex: 0 1 25%; 
}
.view-all.hide { 
  display: none; 
}
@media(max-width: 991px) { 
  .blog-recent__container { 
    flex-direction: column; 
    height: auto; 
  }

  .blog-featured { 
     padding: 1rem 0; 
  }
  .blog-featured .blog-posts, 
  .blog-latest .blog-posts  { 
    width: 100%;
    margin-left: 0; 
  }
  .blog-latest .blog-post { 
    padding: 0; 
  }
  .blog-recent__content { 
    padding: 4rem 0; 
  }
  .blog-featured .blog-post { 
    flex: 0 1 50%; 
    margin: 0; 
    padding: 0 .5rem; 
    box-sizing: border-box; 
  }
  .blog-featured .blog-post:nth-child(2n-1) { 
    padding-left:0; 
  }
  .blog-featured .blog-post:nth-child(2n-2) { 
    padding-right:0; 
  }
}
@media(max-width: 767px) {
  .blog-latest { 
    padding: 0;  
    position: relative;
  }
  .blog-latest .blog-posts { 
    flex-direction: column; 
  }
  .blog-latest .blog-post { 
    flex: 0 1 100%;
    padding: 0; 
    margin: 0 0 1.5rem 0; 
  }
  .blog-recent__content { 
    padding: 4rem 0;  
  } 
  .blog-featured .blog-posts { 
    flex-direction: column; 
    flex-wrap: nowrap; 
  }
  .blog-featured .blog-post { 
    flex: 0 1 100%; 
    margin: 0 0 1.5rem; 
    padding: 0; 
  }
}

@media(max-width: 991px) {
  .article img {
    width: 100% !important; 
    max-width: 100% !important; 
    padding: 0; 
    margin: 1rem auto; 
    display: block;
  }
}

.article header p { 
  color: #B0C0CC; 
  margin: 1rem 0;
}
.article-blockquote { 
  width: 100%; 
  padding-left: 0;
  margin-bottom: 0 !important;
  padding: 2rem; 
  font-size: 30px; 
  font-family: 'Apercu', sans-serif;
  text-align: center;
}
.article-blockquote p { 
  margin-bottom: .5rem;
  line-height: 1.1; 
}
.article-blockquote__cite { 
  font-size: 16px;
}
.article-blockquote__cite:before { 
  content: '—'; 
}
.article-tag { 
  display: inline-block; 
  padding: 3px 10px;
  font-size: 14px; 
  background: #B0C0CC; 
  color: #27394B;  
  border-radius: 4px; 
  margin: 0 0 8px 8px;
}
.article-tag:first-of-type { 
  margin-left: 5px;
}
.article-featured { 
  width: 100%;
  position: relative;
}
.article-featured img { 
  width: 100%; 
  max-width: 100%; 
}
/* .article-featured:after { 
  content:''; 
  display: block; 
  position: absolute; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.1); 
} */
.article-sharing {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; 
  text-align: center;
  padding: .5rem 0 1.5rem; 
}
.article-sharing li { 
  display: inline-block;
  font-size: 24px;
  margin-right: .5rem;
}
.article-sharing li:last-of-type { 
  margin-right: 0;
}
.fa-twitter { 
  color: #0099e5;
}
.fa-facebook { 
  color: #3b5998; 
}
.fa-pinterest { 
  color: #bd081c; 
}
.article .related-posts { 
  background-color: #F5F8FA;
  padding: 2rem 0 3rem; 
}
.article .related-posts > .container { 
  display: flex; 
  flex-direction: row; 
}
.article .related-posts > .container > div:first-of-type { 
  margin-right: .5rem;
}
.article .related-posts > .container > div:last-of-type { 
  margin-left: .5rem;
}
.article .blog-post { 
  margin: 0;
}
.article .blog-post.hide { 
  display: none; 
}
.article .related-post__recent { 
  flex: 0 1 55%; 
  position: relative;
}
.article .related-post__recent:after { 
  position: absolute;
  content: ''; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.25); 
  pointer-events: none !important;
}
.article .related-post__recent-image { 
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat; 
  width: 100%; 
  height: 400px; 
}
.article .related-post__recent-content { 
  position: absolute;
  z-index: 1; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  color: #ffffff; 
  padding: 4em; 
}
.article .related-post__recent-content h3 { 
  font-weight: 500; 
}
@media(max-width: 991px) { 
  .article .related-posts { 
    padding: 1rem 0;
  }
  .article .related-posts > .container { 
    flex-direction: column !important; 
    max-width: 100%; 
    margin: 0;
    padding: 0;
  }
  .article .related-posts > .container > div {
    margin: 0 !important;
  }
  .article .related-post__recent { 
    flex: 0 1 100% !important; 
  }
  .article .related-post__recent-image { 
    width: 100%;
  }
  .article .related-post__recent-content { 
    padding: 1rem;
  }
  .article .related-post__more { 
    padding-top: 1rem !important; 
  }
/*   .article-featured {
    height: 350px; 
  } */
}

@font-face {
  font-family: 'icomoon';
  src:  url('/cdn/shop/files/tag-icon.eot');
  src:  url('/cdn/shop/files/tag-icon.eot#iefix') format('embedded-opentype'),
    url('/cdn/shop/files/tag-icon.ttf') format('truetype'),
    url('/cdn/shop/files/tag-icon.woff') format('woff'),
    url('/cdn/shop/files/tag-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.custom_options input:checked ~ .div_in_label {
  border:1px solid black!important;
}
@media (max-width:450px){
.jkaddcart  {
	display: block!important;
margin: 0 auto!important;
  margin-top: 10px!important;
}
.show_frame {
    
    margin: 0 auto!important;
      
    margin-top: 10px!important;
}}