/** Shopify CDN: Minification failed

Line 564:0 Expected identifier but found "*"
Line 2471:18 Expected ":"
Line 2471:19 Expected identifier but found "0"

**/
@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'BandaRegular';
 src: url('//justinwalker.myshopify.com/cdn/shop/t/2/assets/BandaRegular.eot?v=37525497455442276341426530290?#iefix') format('embedded-opentype'), url('//justinwalker.myshopify.com/cdn/shop/t/2/assets/BandaRegular.otf?v=32288968085577006851426530290') format('opentype'), url('//justinwalker.myshopify.com/cdn/shop/t/2/assets/BandaRegular.woff?v=125394520467598059041426530291') format('woff'), url('//justinwalker.myshopify.com/cdn/shop/t/2/assets/BandaRegular.ttf?v=124022446257376995261426530290') format('truetype'), url('//justinwalker.myshopify.com/cdn/shop/t/2/assets/BandaRegular.svg?v=26472768971960206011426530290#BandaRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* #Default Styles
================================================== */
.left,
.alignleft {
  float: left;
}
.alignleft {
  margin: 0 20px 20px 0;
}
.right,
.alignright {
  float: right;
}
.alignright {
  margin: 0 0 20px 20px;
}
.full {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.half {
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.table {
  display: table;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.text-align-center {
  text-align: center;
}
.hide {
  display: none;
}
.mobile-hide,
.tablet-hide {
  display: block;
}
.mobile-show,
.tablet-show {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}
a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
img {
	height:auto;
	max-width:100%
}
body {
  /*	background: url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/body-bg.png?v=89153592401390176571426530291) no-repeat center center fixed;   */
  
  background: url("https://cdn.shopify.com/s/files/1/0802/5017/files/O_M-New-Web-back-ground-03.jpg?v=1589395654") no-repeat center center fixed;
    
    ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align:center;
}
.main-container {
	background:#000000;
	margin:0 auto;
	max-width:1374px;
	padding:0 10px;
}
.top-header {
	padding:10px 0;
}
.text-top {
	float:left;
}
.text-top p {
	color:#a4a4a4;
	padding:6px 0 8px 0;
  margin-bottom:0;
	text-align:left;
}
.social-search-links {
	float:right;
}
.top-links {
	float:right;
}
.social-links {
	float:left;
}
.top-links .links {
	float:right;
}
.top-links .links ul {
	list-style:none;
	padding:0;
}
.top-links .links ul li {
	display:inline-block;
  vertical-align:middle;
}
.facebook {
	margin-top:0px;
}
.top-links .links ul li a.active, .top-links .links ul li a:hover {
	float:left;
	color:#36a9b0;
	text-decoration:none;
}
.top-links .search-login a {
	line-height:33px;
	color:#a4a4a4;
	display:block;
	padding:0 10px;
}
.facebook {
	margin-top:0px;
}
.top-links .links ul li a.active, .top-links .links ul li a:hover {
	float:left;
	color:#36a9b0;
	text-decoration:none;
}
.top-links .search-login a {
	line-height:33px;
	color:#a4a4a4;
	display:block;
	padding:0 10px;
}
.main-menu {
	clear:both;
	margin:10px 0 0;
}
.main-menu a {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.main-menu .navbar {
	margin-bottom:0;
}
    /* styles for desktop */
    .tinynav { display: none }
    /* styles for mobile */
    @media screen and (max-width: 768px) {
      .tinynav { display: block; margin:0 auto 15px; }
      #nav { display: none }
    }

.search-login {
	float:left;
	padding-left:10px;
}
.search-login .search-hvr {
	width:80px;
	overflow:hidden;
	float: left;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.search-login .search-hvr:hover {
	width:270px;
}
.search-box {
	float:right;
	width: 281px;
}
.search-box a.search {
	float:right;
	padding-left:0;
}
.search-box form {
	float:right;
}
.search-box input[type=search] {
	text-indent: 10px;
	margin: 4px 0 0;
	width:180px;
	height:25px;
	border:none;
	float:left;
}
.search-box input[type=submit] {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/search_icon.png?v=147095213092382348861426530297) 14px 8px no-repeat;
	width:35px;
	height:32px;
	border:0;
	float:left;
	text-indent:-120000px;
}
.banner-wrap {
  background-color:black; 
	margin: 0 auto;
	width: 100%;
	min-height:350px;
  background-size:cover;
}

.logo {
	margin-top:45px;
  background-color:black;
}
.img-thumbnail {
	background:none !important;
	border:none !important;
}
.main-nav li.active a {
	background:#000 !important;
}
.main-nav a:hover {
	background:#2f9399 !important;
}
.main-nav ul li a.salected {
	background:#2f9399 !important;
}
.main-nav ul li a span {
	color:#000;
}
.menu {
	float:right;
	padding-bottom:10px;
}
.main-nav ul li a img {
	margin-right:10px;
}
.banner-left {
  text-align:left;
}
.banner-left h1 {
	text-align:left;
	color:#FFF;
	font-size:50px;
	padding: 5px 40px 8px;
	font-family: 'BandaRegular';
	margin:0;
	background:#000;
	margin-top:40px;
	margin-bottom:40px;
	/* 	margin-top:40px;
  background:#000;
 	opacity: 0.8;
    display:inline-block;  */
}
.template-index .banner-left h1, .template-collection .banner-left h1 {
  margin-bottom:0;
}
.banner-collection .banner-left h2 {
	margin:0 37% 0 0;
}
.banner-left h2 {
	text-align:left;
	margin:0;
	padding:10px 40px 20px 40px;
	font-size: 32.75px;
	font-family: 'BandaRegular';
	color:#000000;
	background:#d8d7d7;
	opacity: 0.8;
  display:inline-block;
}
.watch-vidoe {
	margin-top:175px;
}
.watch-vidoe a {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/watch-video-bg.png?v=85852539509619054221426530298) no-repeat;
	height:94px;
	width:301px;
	color: hsl(0, 0%, 100%);
	font-family: "BandaRegular";
	font-size: 17px;
	padding-top:63px;
	display:block;
}
.bag-animation {
  position: absolute !important;
  bottom: -85px;
  right: 0;
  z-index: 10;
}
.long-dropdown {
	margin-left: -52px;
	width: 240px !important;
}
.long-dropdown li {
	list-style: outside none none;
	padding: 8px 12px;
	width: 239px !important;
}
.long-dropdown-text {
	margin-left: -52px;
	width: 240px !important;
}
.long-dropdown-text li {
	list-style: outside none none;
	padding: 8px 12px;
	width: 239px !important;
}
.banner-text p {
	color: hsl(0, 0%, 100%);
	font-size: 21px;
	text-align: left;
	margin-top: 167px;
}
.sidebarhome {
	margin-top:40px;
}
.wrapper-dropdown .dropdown {
	position:absolute;
	top:100%;
  	left:50%;
  z-index:10;

    background: white;
    border: 1px solid rgba(0,0,0,0.17);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    opacity: 0;
    pointer-events: none;

    -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wrapper-dropdown .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown .dropdown li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
	font-family:'Helvetica Neue', arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
  	border-bottom: 1px solid #e6e8ea;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  min-width:200px;
}

/* Hover state */

.wrapper-dropdown .dropdown li:hover a {
    background: #2f9399;
  color:#FFF;
}

/* Active state */

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown .dropdown,
.no-pointerevents .wrapper-dropdown .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown.active .dropdown,
.no-pointerevents .wrapper-dropdown.active .dropdown {
    display: block;
}

.show-all {
	margin-bottom:50px;
}
.show-all a {
	background: none repeat scroll 0 0 hsl(0, 0%, 100%);
	border-bottom: 1px solid hsl(0, 0%, 42%);
	border-right: 1px solid hsl(60, 1%, 63%);
	margin-bottom: 62px;
	margin-right: 20px;
	text-align: center;
	font-size:17px;
	font-weight:bold;
	color:#000000;
	padding:12px 60px;
}
.show-all a:hover {
	text-decoration:none;
	color:#000000;
}
.logo-wrap-bar {
	/*background:#c2c2c2;
	max-width:1342px;
	margin:0 auto;
	position:relative;
	height:61px;
  z-index:1; */
}
.logo-center-bar {
	position:absolute;
	/*top:-25px; */
  
  display:none; 
  /* tc 5/7/15 */
}
.logo-center-bar p {
	font-size:20px;
	color:#000;
	font-family: 'BandaRegular';
}
.logo-center-bar img {
	margin-right:20px;
	margin-left:20px;
}
.banner-black {
  background:#000;
  text-align:left;
  margin-top:40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.banner-blue {
 /* background:#36a9b0;  not blue now are ya. */
  border-top:5px solid #000;
}
.banner-bottom {
	margin-top:80px;
}
.banner-bottom p {
	float:left;
	color: hsl(0, 0%, 100%);
	font-size: 21px;
	text-align: left;
	line-height:70px;
}
.banner-blue .banner-bottom {
  margin:0;
}
.banner-bottom-black {
}
.banner-bottom-black p {
  font-size:21px;
  line-height:30px;
  color:#FFF;
  margin-bottom:10px;
  margin-top:10px;
}
.buttom-dropdown {
	float:left;
	width:300px;
  position:relative;
  z-index:100;
}
/*... Jcarousel slider css ...*/
/* tabs*/

.etabs {
	margin: 0;
	padding: 0;
}
.filter-products a {
	background:none !important
}
.tab3 {
	display: inline-block;
	margin: 54px 6px 12px 0;
	zoom:1;
*display:inline;
}
.tab3 a {
	float:left;
	margin-right:0px;
	list-style:none;
	background:#999;
	padding:5px 15px;
	margin-left:16px;
	color:#000;
	font-family: 'BandaRegular';
}
.tab3 a:hover {
	text-decoration: none;
}
.jcarousel-wrapper {
	position: relative;
}
.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:300px;
}
.jcarousel-control-prev {
	left: -50px;
}
.jcarousel-control-prev, .jcarousel-control-next {
	background: none repeat scroll 0 0 #bcbcbc;
	color: #fff;
	font: 48px/27px Arial, sans-serif;
	height: 35px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 230px;
	width: 35px;
}
.jcarousel-control-prev:hover {
	color:#fff;
	text-decoration:none;
}
.jcarousel-wrapper a:focus {
	outline:none !important;
	outline-offset:0px !important;
	color:#fff !important;
	text-decoration:none !important;
}
.jcarousel-control-next:hover {
	color:#fff;
	text-decoration:none;
}
.jcarousel-control-next {
	right: -50px;
}
/*========================interior-css===========================*/

.interior-banner {
	/* see below in customizations background:url(https://cdn.shopify.com/s/files/1/0802/5017/files/OAK_2_1024x1024.jpg?8545006442915604517) top no-repeat; */
	width:100%;
  max-width:1342px;
	min-height:5px;
  background-size:cover;
  margin:0 auto;
}
.template-collection .interior-banner {
	/* see below in customizations	background:url(https://cdn.shopify.com/s/files/1/0802/5017/files/OAK_2_1024x1024.jpg?8545006442915604517) top no-repeat;
*/
  /* background-image:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/collection-banner.png?v=156763182927519466881426530292); */
  height:auto;
   background-size:cover;
}
.template-collection .banner-content {
  text-align:left;
  margin-bottom:40px;
}
.interior-about h2 {
	font-size: 46px;
	color:#FFF;
	font-family: 'BandaRegular';
	padding:10px 15px;
}
.interior-about {
	background:#000;
	margin-bottom:30px;
	margin-top:30px;
	opacity: 0.8;
}
.content {
	background:#ffffff;
	padding-top:62px;
	max-width:1342px;
	margin:0 auto;
	padding-bottom:50px;
}
.subtitle-text {
	text-align:left;
	margin-left:70px;
  margin-bottom:25px;
}
.subtitle-text h2 {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/title-bg.png?v=36967918728514344181426530298) no-repeat;
	padding-left:70px;
  margin-left:-70px;
  min-height:60px;
}
.subtitle-text img {
	margin-right:10px;
}
.subtitle-img {
	margin-top:10px;
	background:#2f9399;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	padding: 15px;
	position:absolute;
	left:-76px;
	width: 70px;
	height:70px;
}
.subtitle-img img {
	margin-top:6px;
}
.subtitle-text h2 {
	font-size:35px;
	color:#2f9399;
	font-family: 'BandaRegular';
}
.subtitle-text p {
	font-size:16px;
	padding-bottom:35px;
	line-height:24px;
}
.divider, .subtitle-text hr {
	border-bottom:1px solid #000;
	margin:26px 0;
}
aside {
  margin-bottom:25px;
}
.sidebar {
	background:#e7e7e7;
	padding:10px 15px;
}
.sidebanr-inner {
	text-align:left;
	padding-top:20px;
}
.sidebanr-inner h2 {
	color:#000000;
	font-size:26px;
	padding-left:17px;
	margin-bottom:20px;
	font-family: 'BandaRegular';
}
.sidebanr-inner h3 {
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
.center a {
	text-align:center;
	display:none;
}
.sidebar-info {
	text-align:left;
	padding-bottom:10px;
}
.sidebar-info img {
	float:left;
	margin-right:20px;
}
.sidebar-info p {
	font-size:16px;
	font-weight:bold;
	padding-top:22px;
	padding-left:20px;
}
.sidebar-info p a {
  color:#000;
}
.subtitle-text a, .sidebar-info p a:hover {
  color:#2f9399;
}
.sidebar-buttom {
	/* margin-top:40px; */
  
  
  margin-bottom:25px;
}
.sidebar-buttom h2 {
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.sidebar-buttom img {
	margin-right:10px;
	padding-left:10px;
}
.sidebar-buttom a {
	font-size:16px;
	font-weight:bold;
	color:#36a9b0
}
.checkbox-dropdown {
	-moz-user-select: none;
	background: none repeat scroll 0 0 hsl(0, 0%, 100%) !important;
	border: 1px solid hsl(0, 0%, 0%) !important;
	box-shadow: none !important;
	cursor: pointer;
	float: left !important;
	font-weight: 200;
	margin-bottom: 30px;
	position: relative;
	right: 17px !important;
	top: 28px;
	width: 104px !important;
}
.sidebar-buttom a:hover {
	text-decoration:none;
	color:#36a9b0;
}
.input-line {
  margin-bottom:15px;
}
#customer_login_link img {
  margin-right:5px;
}
.footer-logo {
	padding-top:53px;
	background:#000;
	max-width:1342px;
	margin:0 auto;
}
.footer-logo h2 {
	color:#FFF;
	font-size:16px;
}
.footer-logo p {
	color:#FFF;
	font-size:16px;
	padding-bottom:20px;
}
.footer-logo a {
	color:#FFF;
}
.footer-logo hr {
  float:left;
  width:100%;
}
.footer-logo .organizations img {
  max-width:150px;
  margin:5px;
}
.right p {
	color:#969696;
}
.video-btn {
	background:#000;
	margin-top:150px;
	opacity: 0.8;
	float:right;
}
.video-btn p {
	color:#FFF;
	font-size:18px;
	padding:10px 25px;
	font-family: 'BandaRegular';
}
.video-div {
	background: none repeat scroll 0 0 hsl(183, 53%, 39%);
	border-radius: 70px;
	left: 178px;
	margin-top: 105px;
	padding: 15px;
	position: absolute;
	width: 59px;
	z-index: 99;
}
.video-div img {
	margin-left:5px;
}
.product-single__thumbnails {
  width:100%;
  float:left;
}
.product-single__thumbnails li {
  display:inline-block;
  list-style:none;
}

.product-single__thumbnails li a {
  margin:5px;
  display:block;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*=======================blog-css-strat========================*/


.email {
	padding-left:10px;
}
.read-article {
  margin:25px 0 50px;
  width: 180px;
}
.read-article a, .checkoutbtn {
	background:#36a9b0;
	font-size:15.34px;
	color:#FFF;
	border-bottom:1px solid #184c4f;
	display:inline-block;
	text-align:center;
	padding:15px 20px 15px 20px;
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
}
.read-article a:hover, .checkoutbtn:hover {
	text-decoration:none;
	color:#FFF;
	background:#000
}
.read-article.checkout .checkoutbtn {
  width:100%;
}
.left-text p {
	padding:0;
}
.blog-text p {
	padding:0; margin-top: 10px;
}
.blog-buttom-btn {
  text-align:center;
}
.blog-buttom-btn a {
	background: none repeat #e7e7e7;
	border-bottom: 1px solid #616161;
	border-right: 1px solid #929292;
	font-size: 17px;
	text-align: center;
	margin-bottom:43px;
	padding:10px 40px;
	cursor:pointer;
  color:#000;
  display:inline-block;
}
.blog-buttom-btn a:hover {
	background: none repeat #000;
	border-bottom: 1px solid #616161;
	border-right: 1px solid #929292;
  color:#e7e7e7;
}
.blog-sidebar-img {
	float:left;
	background:#FFF;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	padding: 15px;
	height:70px;
	width: 70px;
	margin:10px 20px 10px 20px; 
}
.copyright p {
	color:#FFF;
}
/*=====================prodect-css-strat========================*/

.template-page label {
  vertical-align:top;
}
.prodect-banner, .template-product .interior-banner, #account .interior-banner {
	/* background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/project-banner.png?v=49348292007839308471426530297) top repeat; */
	padding-bottom:10px;
	width:100%;
  max-width: 1342px;
  margin:0 auto;
  height:auto;
  min-height:inherit;
}
.product-img {
	border:solid 9px #e7e7e7;
	position:relative;
}
.product-img img {
	width:100%;
}
.table td, .shappify_qb_grid td {
	text-align:left;
}
.table, .shappify_qb_grid {
	margin-top:20px;
  width:100%;
}
.table-product, .shappify_qb_grid, .shappify_qb_grid>thead>tr>th, .shappify_qb_grid>tbody>tr>th, .shappify_qb_grid>tfoot>tr>th, .shappify_qb_grid>thead>tr>td, .shappify_qb_grid>tbody>tr>td, .shappify_qb_grid>tfoot>tr>td {
	color:#717171;
  border:1px solid #ddd;
  padding:8px;
}
.more-size {
	padding-bottom:20px;
	padding-top:10px;
}
.p-text {
	font-style:italic;
}
.productsrow {
	text-align:left;

    background-color: #ffffff;    padding: 5px;
}
.productsrow h2 {
	font-size:36px;
	color:#2f9399;
	letter-spacing:1px;
	font-family: 'BandaRegular';
  margin-bottom:25px;
}
.productsrow h3 {
	float: left;
	font-size: 36px;
	margin-right: 40px;
  margin-top:0;
}
.productsrow .metro {
  float:none;
  display:inline-block;
  margin-bottom:0;
  top:0;
  right:initial;
  vertical-align:middle;
}
.productsrow .submit-tick {
  margin:0;
  vertical-align:middle;
}
.productsrow p, .productsrow .main-product-block div {
padding-bottom: 20px;
padding-top: 10px;
}
.detail-page .add-cart {
	margin-left:0
}
.add-cart {
	float:left;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.add-cart {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/shopping-cart.png?v=83017973139489301711426530298) 45px 16px orange no-repeat;
	font-size:17.34px;
	color:#FFF;
	border-bottom:2px solid brown;
  border-left:none;
  border-right:none;
  border-top:none;
	display:block;
	text-align:center;
/*  width:100%; */
	max-width:250px;
	padding:10px 70px;
	background-color: orange;
	box-shadow: 2px 0px 0px 0px #236d71;
  margin-bottom:15px;
}
.add-cart:hover {
	background-color:#000;
	border-bottom:2px solid #000;
	box-shadow: 2px 0px 0px 0px #000;
}
.add-cart:hover {
	color:#FFF;
	text-decoration:none;
}
.add-cart img {
	margin-right:15px;
}
.subscribe {
	float:right;
}
.subscribe a {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/shopping-cart.png?v=83017973139489301711426530298) 10px 16px #000000 no-repeat;
	font-size:17.34px;
	color:#FFF;
	border-bottom:2px solid #236d71;
	display:block;
	text-align:center;
	width:271px;
	padding:10px 20px 10px 20px;
	box-shadow: 2px 0px 0px 0px #000;
}
.subscribe a:hover {
	background-color:#36a9b0;
	border-bottom:2px solid #36a9b0;
	box-shadow: 2px 0px 0px 0px #236d71;
}
.subscribe a:hover {
	color:#FFF;
	text-decoration:none;
}
.product-detial a {
	width:224px;
}
.center a {
	width:265px;
}
.subscribe img {
	margin-right:7px;
}
.bakrey-bg {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/xlarge.png?v=122062354520238815081426530298) bottom no-repeat;
	width:100%;
	padding-top:20px;
}
.product-right {
	margin-bottom: 60px;
}
.left-box {
	text-align:left;
}
.left-box p {
	color:#FFF;
	font-size:20px;
	padding:10px 0px 10px 35px;
	float:left;
	font-family: 'BandaRegular';
}
.left-box img {
	padding-left:27px;
}
.product-box {
	background:#ffffff;
	margin-top:26px;
	background: none repeat scroll 0 0 hsl(0, 0%, 100%);
	border-bottom: 1px solid hsl(0, 0%, 42%);
	border-right: 1px solid hsl(60, 1%, 63%);
	margin: 0 10px 38px 10px;
	top: 0;
  display:block;
}
.product-meta {
  padding:0 15px 15px;
}
.related-product {
	background: none repeat scroll 0 0 hsl(0, 0%, 100%);
	margin-top: 26px;
}
.related-product p {
	font-family: "BandaRegular";
	font-size: 30px;
	padding: 10px 15px;
}
.product-image {
	position:relative;
}
.product-size {
	left: 0;
	position: absolute;
	text-align: center;
	bottom: 0;
	width:100%;
}
.product-size p {
  display:inline-block;
  background: none repeat scroll 0 0 #37AAB1;
  margin-bottom:0;
}
.detail-page .product-size {
	left:36%
}
.product-size p a {
	color:#ffffff;
	font-size: 16px;
	font-weight: bold;
  padding:0;
  display:block;
}
.template-product .product-size p a {
	padding: 10px 35px;  
}
.template-product #tab-container .product-size p a {
  padding:0;
}
.product-box p {
	font-family: 'BandaRegular';
	padding:10px 15px;
}
.filter-products {
	float:left;
	margin-top:60px;
	margin-left: 30px;
	font-family: 'BandaRegular';
}
.mar10 {
	margin-right:20px !important;
}
.filter-products p {
	font-size:18px;
	margin-right:0px;
	text-align:left;
	float:left;
}
.filter-products li {
	float:left;
	margin-right:0px;
	list-style:none;
	background:#999;
	padding:5px 15px;
	margin-left:16px;
}
.main-content, .grey-content {
	background:#ffffff;
  padding-top:60px;
}
.main-content, .grey-content, .banner-wrap {
	margin:0 auto;
	max-width: 1342px;
  position:relative;
}
.template-index .main-content, .template-collection .main-content, .grey-content, .template-cart .main-content, .template-search .main-content {
	background:#e7e7e7;
  padding-top:0px;
}
.arrow-down {
  display:none; /* tc */
  position:absolute;
  left:50%;
  margin-left:-50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #36aab0 transparent transparent transparent;
}
.etabs2 {
}
.products-wrap {
	margin-top:40px;
}
.box {
	background: none repeat scroll 0 0 hsl(0, 0%, 100%);
	border-bottom: 1px solid hsl(0, 0%, 42%);
	border-right: 1px solid hsl(60, 1%, 63%);
	float: left;
	margin: 0 20px 38px 0;
	padding-bottom: 20px;
	position: relative;
	top: 0;
}
.product-box img {
	width:100%;
  position:relative;
  display:inline-block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.template-collection .product-image, .grey-content .product-image, .template-index .product-image {
  max-height:193px;
  overflow:hidden;
}
.product-image > a {
  display:block;
}
.product-image:hover > a img {
  width:120%;
  max-width:120%;
  margin-left:-10%;
  margin-top:-10%;
  display:inline-block;
}
.box p {
	text-align:left;
	margin-left:15px;
	margin-top:10px;
	font-size:16px;
	color:#000;
	line-height:26px;
	font-weight:bold;
	width:260px;
}
.box a {
	float:left;
	margin-left:25px;
	border-radius: 0;
}
.box a:hover {
	text-decoration:none;
	border-radius: 0;
}
.product-quantity {
  float:left;
  width:100%;
}
.product-quantity img {
	float: right;
	padding-right: 25px;
	width: auto;
}
.product-quantity p {
	float:left;
	color: hsl(0, 0%, 0%);
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 15px;
	text-align: left;
	width:90px;
}
.add-cart img {
	margin-right:19px;
	width:8%
}
.cart-btn a {
	width:225px;
}
.auto-supply {
	background:#36a9b0;
	margin-top:40px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	padding: 15px;
	height:100px;
	float:left;
	width: 100px;
}
.auto-supply img {
	margin-top:20px;
}
.center-supply-text {
	margin-top:60px;
}
.center-supply-text h2 {
	text-align:left;
	font-size:33px;
	font-family: 'BandaRegular';
}
.center-supply-text h2 a {
	color:#36a9b0;
	text-decoration:underline;
	font-family: 'BandaRegular';
}
.box-rect {
	background: none repeat scroll 0 0 #37AAB1;
	left: 25%;
	margin-top: 4px;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 126px;
}
.box-rect p {
	color:#FFF;
	margin-top:6px;
	margin-left:32px;
}
.nopadding {
	padding-bottom:0;
}
/*==========================collection-css-strat==========================*/
.banner-collection {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/collection-banner.png?v=156763182927519466881426530292) top no-repeat #E7E7E7;
	width:100%;
	padding-bottom: 32px;
	position:relative;
	top:0;
}
.left-text-banner h1 {
	font-size:50px;
}
.dropdown-buttomu img {
	margin-top:10px;
}
.dropdown-buttom p {
	float:left;
	line-height:0;
}
.quanity {
	padding-left:10px;
	text-align:left;
	width:50px;
	margin-top:11px;
	text-align:left;
	float:left;
}
.size-small {
	background:#d8d7d7;
	opacity: 0.8;
	width: 80%;
	margin-bottom:23px;
}
.size-small h2 {
	font-size:26px;
}
.banner-buttom {
	position:relative;
}
.sidebarcollection {
	margin-top:-160px;
}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 4px solid #ffffff;
	top:30%;
	clear:both;
	top: -22% !important;
	padding-bottom:60px;
  z-index:20;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	 /* border: solid transparent; not an arrow anymore are ya */
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 36px;
	margin-left: -36px;
}
.sidebar-collection {
	background:#e7e7e7;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	padding: 15px;
	height:70px;
	float:left;
	width: 70px;
	margin:30px 20px 0 20px;
}
.sidebar-collection img {
	margin-top:6px;
	padding-left:5px;
}
.sidebar-text {
	margin-top:40px;
}
.sidebar-text h2 {
	font-size:16px;
	text-align:left;
	width:239px;
	font-weight:bold;
}
.cart-brand a {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/pencilpus.png?v=120420848648761997011426530297) 5px 13px #36a9b0 no-repeat;
	font-size:17.34px;
	color:#FFF;
	border-bottom:1px solid #236d71;
	display:block;
	text-align:center;
	width:264px;
	padding:10px 20px 10px 20px;
	background-color: #36a9b0;
	box-shadow: 2px 0px 0px 0px #236d71;
}
.cart-brand a:hover {
	background-color:#000;
	border-bottom:1px solid #000;
}
.center {
	padding-left:14px;
	padding-bottom:20px;
}
.content-inner {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/back-center.png?v=16113839832864129411426530290) top no-repeat;
}
.supply-text {
	background:#000;
}
.hvr-caption {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.stories .hvr-caption-inside {
	background: url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/stories_bg.jpg?30) no-repeat scroll center top / 100% 100% hsla(0, 0%, 0%, 0);
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
  left:0;
	width: 100%;
  text-align:center;
}
.stories .hvr-caption-inside span {
  display:inline-block;
}
.stories .hvr-caption:hover .hvr-caption-inside {
	opacity:5;
}
.read-story img {
	width:18%;
	margin-right:10px;
}
.hvr-efect-btn {
  background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/search_icon.png?v=147095213092382348861426530297) no-repeat left hsl(0, 0%, 0%);
	border: medium none !important;
	color: hsl(0, 0%, 100%) !important;
	font-size: 17.23px !important;
  	padding:8px 8px 8px 20px;
}
.hvr-efect-btn a {
}
.btn:hover {
	text-decoration:none;
	color:#FFF !important;
}
.msg-customer {
	 /* background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/back-center.png?v=16113839832864129411426530290) center no-repeat; */
    background: url("https://cdn.shopify.com/s/files/1/0802/5017/files/Web-Background.jpg?202498234131947650") no-repeat center center fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* padding-bottom:70px; */
	width:100%;
}
.custom-packaging.msg-customer {
  padding-bottom:0;
}
.msg-inner-text {
	background:#000;
	text-align:left;
	margin-top:65px;
}
.msg-inner-text h3 {
	padding:20px;
	color:#FFF;
	font-size:36px;
	margin-bottom:0;
	font-family: 'BandaRegular';
}
.custom-packaging .msg-inner-text {
  margin-top:30px;
}
.custom-packaging .msg-inner-text h3 {
  background:#000;
}
.custom-packaging .msg-inner-text img {
  margin-bottom:15px;
}
.msg-right.read-article {
  text-align:right;
  background:none;
  margin-bottom:0;
}
.msg-info {
	background:#3a959b;
	text-align:left;
	margin: 0px 55% 0 0;
}
.msg-info h3 {
	color:#FFF;
	padding:20px 30px;
	margin-top:0;
	font-family: 'BandaRegular';
}
.custom-packaging .msg-info {
  margin-top:65px;
}
.collection {
	background:#FFF;
	padding-bottom:50px;
	max-width:1342px;
	margin:0 auto;
}
.new-dropdown {
	margin-top:27px;
	float:left;
}
.bannertext {
	float:left;
	position:absolute;
	top:30px;
	width:100px;
}
.bannertext p {
	float:left;
	margin-top:20px;
	color:#FFF;
}
.long-dropdown-text {
	float:left;
	margin-left:30px;
	position:absolute;
	left:120px;
}
/*==========================cart-css-strat==========================*/
.cart-banner {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/cart-banner.png?v=122166354433225234341426530291) top no-repeat hsl(0, 0%, 91%);
	width:100%;
	padding-bottom: 24px;
}
.store-page {
	background:#FFF;
	text-align:left;
	margin-top:54px;
}
.store-page img {
	float:left;
	margin:0px 22px 0 20px;
}
.store-page h2 {
	margin-left:20px;
	padding-top:6px;
	font-size:30px;
	font-family: 'BandaRegular';
}
.store-page p {
	padding-bottom:6px;
}
.store-side {
	background:#FFF;
	text-align:left;
	margin-top:54px;
}
.store-side p {
	padding:10px 0 10px 0;
}
.cart-side {
	background:#e7e7e7;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	padding: 15px;
	height:70px;
	float:left;
	width: 70px;
	margin:6px 20px 0 20px;
}
.product-title {
  padding:10px 0 0;
	text-align: left;
}
.product-title h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
  margin-top:0;
}
.product-title h3 a {
	color: #000;
}
.product-price p {
	color:#36a9b0;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: left;
}
.submit-tick {
	background: url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/checkbox.png?v=105219584311564590031426530292) no-repeat scroll center center hsla(0, 0%, 0%, 0);
	border-top: 1px solid #000;
	height: 38px;
	margin-left: -24px;
	margin-top: 20px;
	width: 43px;
	box-shadow:none !important;
}
.tick-dropdown {
	width: 150px;
}
.tick-value {
	-moz-user-select: none;
	background: none repeat scroll 0 0 hsl(0, 0%, 100%) !important;
	border: 1px solid hsl(0, 0%, 0%) !important;
	box-shadow: none !important;
	cursor: pointer;
	float: left !important;
	font-weight: 200;
	height: 38px;
	margin-bottom: 30px;
	margin-left: 5px;
	position: relative;
	top: 52px;
	width: 91px !important;
	text-align:right;
	font-weight:bold;
}
.submit-tick2 {
	background: url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/bg-tick-white.png?v=85589468605051406991426530291) no-repeat scroll center;
	border-top: 1px solid #000;
	height: 38px;
	margin-left: -22px;
	margin-top: 52px;
	width: 33px;
}
.item-p {
	background: none repeat scroll 0 0 hsl(183, 53%, 45%);
	margin-top: 20px;
	text-align: center;
	padding:5px 10px;
	text-align:center;
	color:#FFF;
	font-size:16px;
}
.item-sidebar {
	padding-top:20px;
}
.item-sidebar h1 {
	color:#FFF;
}
.item-sidebar p {
	color: hsl(0, 0%, 0%);
	font-style: italic;
	margin: 10px 20px;
	text-align: center;
}
.checkout{margin:0 !important}
.checkout img {
	float:left;
	margin:4px 10px 0 40px;
}
.item-sidebar {
	background:#36a9b0;
	margin-top:23px;
	padding-bottom:20px;
}
.cart-table td {
	border-top:1px solid #000;
	border-bottom:1px solid #000
}
.cart-table th {
	padding:10px 0;
}
.checkout a, .checkoutbtn {
	color:#36a9b0;
	margin-left:25px;
	text-align:center;
  border:none;
  background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/cart.png?v=94604240448608428421426530291) no-repeat 15% 50% #FFF;
  padding-left:48px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.certified {
	text-align:left;
	padding:20px 0;
	max-width:440px;
	float:left;
}
.certified img {
	float:left;
	padding-right:20px;
	margin-bottom:0;
}
.certified h2 {
	font-size:16px;
	font-weight:bold;
  margin-top:0;
}
.certified p {
	font-weight:bold;
}
.remove {
  position:absolute;
  right:-25px;
}
.price img {
	margin:60px 10px 0px 13px;
	float:left;
}
.price h2 {
	font-size:18px;
}
.notes {
	text-align:left;
	margin-top:30px;
}
.notes-white {
	margin-bottom:25px;
	border:none;
  text-align:left;
}
.notes-white textarea {
	border:none;
	padding:10px 0 0 10px;
	resize:none;
   	display:none;
}
.notes p {
	font-weight:bold;
	color:#000;
	font-size:14px;
}
.sales-input input {
	text-align:left;
	width:100%;
	height:44px;
	border:none;
	padding:0px 0 0 10px;
  	display:none;
}
.price {
	border-right:1px solid #2f9399;
	border-left:1px solid #2f9399;
}
.tick-dropdown {
	border-right:1px solid #2f9399;
padding:
}
.cart-total {
	font-size:18px;
	float:left;
	margin-top:0;
	margin-bottom:0;
	padding-left: 27px;
}
.quantity-wrap {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/quantity-bg.png?v=179326575379973312491426530297) no-repeat;
	width:130px;
	height:35px;
	margin-left:5px;
}
.quantity-wrap input[type='text'], .quantity-wrap input[type='number'] {
	width:26px;
	height:35px;
	background:none;
	border:none;
	float:left;
	text-align:right;
	padding:0;
	font-weight:bold;
}
.quantity-wrap input[type='submit'] {
	width:35px;
	height:35px;
	background:none;
	border:none;
	cursor:pointer;
	float:right;
}
.cart-border {
	border-right:1px solid #2f9399;
	padding:0 10px;
}
/*==========================branded-css-strat==========================*/
.branded-banner {
	background:url(//justinwalker.myshopify.com/cdn/shop/t/2/assets/branded-banner.png?v=111135804832973580591426530291) top no-repeat;
	width:100%;
	height:235px;
}
.screen img {
	width:100%;
}
.direct-print {
	position:relative;
}
.img-butttom-btn {
	background: none repeat scroll 0 0 #37AAB1;
	left: 15%;
	position: absolute;
	text-align: center;
	bottom: 0px;
}
.img-butttom-btn p {
	color: hsl(0, 0%, 100%);
	font-family: "BandaRegular";
	line-height: 21px;
	margin-top: 6px;
	padding: 4px 19px;
}
.brand-top-images {
	margin-top:20px;
}
.direct-print {
	position:relative;
	margin-right:20px;
	margin-top:10px;
}
.brand-caption {
	position:absolute;
	background:#36A9B0;
	bottom:8px;
	left:35%;
}
.brand-caption p {
	color: hsl(0, 0%, 100%);
	font-size: 17.34px;
	margin-top: 9px;
	padding:0 10px;
	text-align:center;
	min-width:100px;
}
.label-border img {
	border:solid 8px #e7e7e7 !important;
}
.direct-print img {
	border:solid 8px #2f9399;
	bottom:0;
}
.lables-img {
	position:relative;
}
.lables-img img {
	border:solid 8px #e7e7e7;
	float:right;
}
.lable-butttom-btn {
	background: none repeat scroll 0 0 #37AAB1;
	right: 17%;
	position: absolute;
	text-align: center;
	top:116px;
}
.lable-butttom-btn p {
	color: hsl(0, 0%, 100%);
	font-family: "BandaRegular";
	line-height: 21px;
	margin-top: 6px;
	padding: 4px 39px;
}
.lables-btn {
	left:66%;
	position:absolute;
	top: 155px;
}
.btn-side {
	position:absolute;
	top:22px;
}
.btn-side img {
	width:20%;
}
.side-branded {
	position:relative;
}
.leftpan-side {
	background:#e7e7e7;
	text-align:left;
	padding:21px 0px 78px 0;
	margin:16px 0 25px 0;
}
.leftpan-side h2 {
	margin-left:30px;
	font-family: 'BandaRegular';
}
.leftpan-side p {
	margin-left:30px;
	font-weight:bold;
	font-size:16px;
}
.form-group {
	text-align:left;
	width:48%;
	float:left;
	margin-right:15px;
}
.form-dropdown {
	margin-top:30px;
}
.input-padding {
	margin-top:25px;
}
.address {
	width:97%;
	text-align:left;
	float:left;
}
.quantity-email {
	text-align:left;
	float:left;
	width:100%
}
.artwork-proof {
	float:left;
	width:60%;
}
.artwork-proof h2 {
	float:left;
	font-size:17px;
	font-weight:bold;
}
.artwork-proof span {
	color:#36a9b0;
}
.artwork-proof h3 {
	float:left;
	font-size:17px;
	margin-left:10px;
	font-weight:700
}
.artwork-proof a {
	font-size:17px;
	text-decoration:underline;
	color:#36a9b0;
}
.checkout-btn {
	margin-left:0 !important;
}
.checkout-btn a {
	width:70%;
	font-size:19px;
}
.checkout-btn a:hover {
	color:#FFF;
}
.checkout-btn p {
	text-align:left;
	font-size:16px;
	margin:16px 0 0 10px;
}
.side-branded h2 {
	color:#FFF;
	font-family: 'BandaRegular';
}
.sidebar-hvr {
	background:none;
	margin: 61px 52px 0 0;
}
.sidebar-hvr a {
	border-radius:70px;
	width:60px;
	height:60px;
	background:#2f9399;
}
.sidebar-hvr img {
	width:50%;
	margin:15px 10px 0 10px;
}
.btn-white a {
	background: none repeat scroll 0 0 hsl(0, 0%, 100%);
	color: hsl(0, 0%, 0%);
	font-size: 16px;
	font-weight: bold;
	left: 30%;
	margin-top: 1px;
	padding: 6px;
	position: absolute;
	text-align: center;
	top: 80%;
	width: 43%;
}
.btn-white a:hover {
	text-decoration:none;
	color:#000;
}
.branded-sidebar {
	margin-top:40px;
}
.branded-sidebar h2 {
	padding:0;
	font-family: 'BandaRegular';
}
.sizes-text h2 {
	padding-top:10px;
}
.branded-sidebar p {
	font-size:16px;
	font-weight:bold;
	width:200px;
}
.sidebanr-inner h3 {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.form-email {
	text-align:left;
	width:48%;
}
.form-group {
	margin-bottom: 0px !important;
}
.download-bar img {
	margin:0px;
}
.download-bar p {
	width:260px;
}
.checkout a:hover {
	color:#36a9b0;
}
.dropdown .selected:after {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	box-shadow: -55px 0 25px -20px hsl(0, 0%, 100%) inset;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
.metro {
	-moz-user-select: none;
	background: none repeat scroll 0 0 hsl(0, 0%, 97%);
	cursor: pointer;
	float: right;
	font-weight: 200;
	margin-bottom: 30px;
	position: relative;
	right: 22px;
	top: 20px;
	width: 240px;
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 9px 12px;
    white-space: nowrap;
}

span.currenttype a {
	-moz-user-select: none;
	background: none repeat scroll 0 0 hsl(0, 0%, 97%);
	cursor: pointer;
	float: right;
	font-weight: 200;
	margin-bottom: 30px;
	position: relative;
	right: 22px;
	top: 20px;
	width: 240px;
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 9px 12px;
    white-space: nowrap;
  z-index:20;
}

span.currenttype a:before {
	content:'';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	border: 6px solid transparent;
	border-top: 8px solid #000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.wrapper-dropdown.active span.currenttype a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top:-10px;
}


/*==============Meida Queries============*/

@media (min-width:1199px) {
.sidebar-info {
width: 58%;
float: right;
}
}

@media (max-width:1199px) {
  .template-collection .sidebarhome {
    margin-top:40px;
  }
  .arrow_box:before, .arrow_box:after {
    display:none;
  }
  .banner-left {
    text-align:center;
  }
  .banner-bottom, .text-top, .text-top p, .top-links {
    width:100%;
    text-align:center;
  }
  .text-top p {
    text-align:right;
  }
  .banner-bottom p, .buttom-dropdown {
    float:none;
    display:inline-block;
    vertical-align:middle;
  }
  .banner-bottom p {
    line-height:inherit;
    margin-bottom:0;
  }
  .store-page {
    padding:5%;
    margin-bottom:25px;
  }
  .store-age img {
    margin-left:0;
  }
  .store-page h2 {
    padding-top:0;
  }
  .store-page p {
    margin-bottom:0;
  }
  .remove {
    right:0;
  }
  .notes-white textarea { width:100%; }
}
@media (min-width:992px) and (max-width:1199px) {
 .watch-vidoe {
margin-top:0;
float:right;
}
 .banner-bottom {
margin-top:0px;
}
.banner-bottom p {
font-size:16px;
}
.menu {
float:none;
}
  #products-wrap .product-image {
    width:50%;
    float:left;
  }
  #products-wrap .product-meta {
    width:50%;
    float:left;
  }
.bag-animation {
  width:500px !important;
  height:375px !important;
}
.sidebanr-inner h2 {
 font-size: 26px;
 margin: 0 auto 44px;
 text-align:center;
}
.sidebanr-inner h2 {
text-align:center;
}
.sidebar-collection {
 float: none;
 margin: 0 auto;
 width: 70px;
}
.sidebar-text h2 {
 margin: 0 auto;
 text-align: center;
 width: 277px;
}
.banner-collection .banner-left h1 {
margin-top:10px
}
.banner-collection .banner-bottom {
 margin-top: 20px;
}
  .banner-bottom .sideleft {
    width:50%;
    float:left;
  }
.about-us .banner-left h1, .cart .banner-left h1, .compliancy-blog .banner-left h1 {
margin-top:10px;
font-size:30px;
margin-right:65%
}
 .lables-img img {
 float: right;
 width: 48%;
margin-top:20px;
}
 .form-dropdown {
 margin:30px 0 30px 0;
}
 .sidebar-text {
 margin-top: 50px;
}
.notes {
 text-align:center;
}
.auto-supply {
 margin-right: 34px;
}
.jcarousel-control-next {
right:-25px;
}
.jcarousel-control-prev {
left:-25px;
}
}
@media (max-width:991px) {
  .banner-left, .banner-bottom-black, .text-top p {
    text-align:center;
    display:block;
  }
  .search-login .search-hvr, .search-login .search-hvr:hover, .top-links, .social-search-links, .search-login, .text-top, .top-links .links {
    width:100%;
    text-align:center;
    padding-left:0;
  }
  .search-box {
    float:none;
    display:inline-block;
    width:auto;
  }
  .product-wrap {
    padding:0 5%;
  }
  .productsrow h2 {
    text-align:center;
  }
  .product-meta .add-cart {
    width:100%;
  }
  .store-side, .sales-input {
    margin-bottom:25px;
  }
  .cart-last-column {
    padding-right:30px;
  }
}
 @media (min-width:768px) and (max-width:991px) {
 .watch-vidoe {
margin-top:0;
float:right;
}
.banner-left h1 {
font-size:40px;
}
.banner-left h2, .banner-collection .banner-left h2 {
 font-size: 25px;
}
.home .banner-bottom {
margin-top:65px;
}
.banner-bottom {
margin-top:20px;
}
.banner-bottom p {
 float: none;
 font-size: 18px;
 line-height: 20px;
 margin: 0;
 text-align: center;
 width: 200px;
  display:inline-block;
  vertical-align:middle;
}
   .buttom-dropdown {
     float:none;
	 display:inline-block;
     vertical-align:middle;
   }
.menu {
float:none;
}
   .arrow_box:before, .arrow_box:after {
     display:none;
   }
   .banner-blue { border-top:none; margin:0 0 20px; }
.sidebanr-inner h2 {
text-align:center;
}
.sidebar-collection {
}
.sidebar-text h2 {
 margin: 0 auto;
 text-align: center;
 width: 277px;
}
.sidebarhome {
margin-top:15px;
}
.cart-brand.center {
padding-left:32%;
}
.filter-products {
margin-left:0;
}
   .logo-center-bar p {
     margin-bottom:0;
   }
.logo-center-bar p span, .logo-center-bar img{
 font-size: 15px;
  display:inline-block;
  vertical-align:middle;
  width:40%;
}
   .logo-center-bar img {
     width:16%;
     margin-left:1%;
     margin-right:1%;
   }
.auto-supply {
 float: none;
 margin: 20px auto 0;
}
.center-supply-text h2 {
 text-align: center;
}
.banner-collection .banner-left h1 {
margin-top:10px
}
.banner-collection .banner-bottom p {
width:auto;
margin-top:28px;
}
.banner-collection .buttom-dropdown {
width:262px;
}
.banner-collection .banner-bottom {
 margin-top: 80px;
}
.about-us .banner-left h1, .cart .banner-left h1, .compliancy-blog .banner-left h1 {
margin-top:10px;
font-size:30px;
margin-right:55%
}
.form-dropdown {
 margin:30px 0 30px 0;
}
.sidebar-text {
 margin-top: 50px;
  min-height: 80px;
  vertical-align: middle;
  display: inline-block;
}
.checkout a {
 margin: 0 auto;
}
.notes {
 text-align:center;
}
.read-article {
 margin-left:0px;
}
 .center-supply-text {
margin-top:0
}
.center-supply-text h2 {
 font-size: 24px;
 line-height:28px;
}
.form-group {
 text-align:left;
 width:97%;
 float:left;
 margin-right:15px;
}
.form-email {
 width: 97%;
}
.jcarousel-control-next {
top:80px;
right:24px;
}
.jcarousel-control-prev {
top:80px;
left:30px;
}
   .store-page h2 {
     margin-top:0;
     margin-bottom;0;
   }
}
@media (max-width:767px) {
   span.currenttype a {
     float:none;
     display:inline-block;
     right:inherit;
     top:inherit;
     margin-bottom:0;
   }
   .logo-wrap-bar {
     padding:15px 0;
     height:auto;
   }
   .buttom-dropdown, .banner-bottom p, .logo-center-bar p span {
     width:100%;
     text-align:center;
   }
   .custom-packaging .msg-inner-text .col-sm-7 img {
     width:33%;
   }
   .logo-center-bar {
     position:relative;
     top:0;
   display: none;
  }
   .logo-center-bar p {
     margin-bottom:0;
   }
   .product-meta .sameheight {
     min-height:inherit !important;
   }
   .product-add, .subscribe {
     width: 100%;
      text-align: center;
      float: left;
      margin: 15px 0 0;
   }
   .product-add .add-cart, .subscribe a {
     float:none;
     display:inline-block;
   }
  .store-page {
    text-align:center;
  }
   .store-side {
     padding-left:5%;
     padding-right:5%;
   }
  .sidebar-text {
    padding-top:10px;
  }
  .store-page img {
    float:none;
    margin:0 auto;
  }
  #your-shopping-cart table {
    margin:3%;
    position:relative;
  }
  .certified img {
    display:none;
  }
  .product-box.stories {
    min-height:inherit !important;
  }
  .subtitle-text a { 
  	font-size: 0.6em;
  }
  #ContactFormMessage {
  
  	width: 200px;
  }
  .quantity-wrap input[type='text'], .quantity-wrap input[type='number'] {
  
  	width: 26px;
    padding:0 1px;
  }
}
 @media (min-width:601px) and (max-width:767px) {
 .text-top {
float:none;
}
 .text-top p {
text-align:center
}
 .watch-vidoe {
margin:20px 30px 0 0;
float:right;
}
.watch-vidoe a {
font-size:15px;
padding-top:65px;
}
.banner-left h1 {
/* font-size:36px; */
font-size: 8em;
margin-right:0;
margin-left:30px;
margin-right:30px;
text-align:center;
}
.banner-left h2, .banner-collection .banner-left h2 {
 font-size: 25px;
margin-right:0;
margin-left:30px;
margin-right:30px;
 text-align:center;
}
.banner-bottom {
margin-top:47px;
}
.banner-bottom p {
 float: left;
 font-size: 18px;
 line-height: 20px;
 margin-top: 20px;
 text-align: center;
 width: 200px;
}
.buttom-dropdown {
width:260px;
}
.sidebanr-inner h2 {
text-align:center;
}
.sidebar-collection {
 float: none;
 margin: 0 auto;
 width: 70px;
}
.sidebar-text h2 {
 margin: 0 auto;
 text-align: left;
 width: 277px;
}
.sidebarhome {
margin-top:15px;
}
.cart-brand.center {
padding-left:29%;
}
.product-title h3 {
padding: 0 10px;
}
.filter-products {
margin-left:0;
}
.msg-inner-text h3 {
 font-size: 26px;
}
.msg-info {
 margin: 0 50% 0 0;
}
 .msg-info h3 {
 font-size: 18px;
}
.logo-center-bar p {
 font-size: 14px;
}
.auto-supply {
 float: none;
 margin: 20px auto 0;
}
.center-supply-text h2 {
 text-align: center;
}
 .contect-form {
 margin-left:10px;
}
.form-control {
 width: 97%;
}
.quantity {
 margin-bottom: 22px;
 width: 100%;
}
.product-box {
 margin: 0 20px 38px 27px;
}
.banner-collection {
background-color:#36A9B0
}
.banner-collection .banner-bottom p {
width:260px
}
 .quantity-email {
margin-bottom:20px;
}
 .divider {
margin-left:0;
margin-right:10px;
}
 .lables-img img {
 float:none;
width:97%;
margin:20px 0 20px 0;
}
.checkout-btn a {
 width: 60%;
 margin-left: 10px;
}
.btn-white a {
 left: 41%;
 margin-top: 2px;
 top: 78%;
 width: 18%;
}
.sidebar-hvr {
 margin: 29px 52px 0 0;
}
.notes {
 text-align:center;
}
 .sidebar-text {
    min-height:80px;
}
.checkout a {
 margin: 0 auto;
}
.read-article {
 margin-left:0px;
}
.blog-buttom-btn {
 margin-left:180px;
}
.center-supply-text {
margin-top:0
}
.center-supply-text h2 {
 font-size: 20px;
 line-height:28px;
}
.product-size {
left:35%
}
.read-story img {
width:10%;
}
.form-group {
 text-align:left;
 width:97%;
 float:left;
 margin-right:15px;
}
.form-email {
 width: 97%;
}
.brand-caption {
 left: 42%;
}
.brand-caption p {
 font-size: 14.34px;
}
.direct-print img {
 width: 97%;
}
.home .banner-bottom {
margin-top: 10px;
}
.jcarousel-control-next {
top:80px;
right:24px;
}
.jcarousel-control-prev {
top:80px;
left:30px;
}
.product-wrap {
margin:0 10px 0 10px;
}
.productsrow h2 {
 font-size: 30px;
}
.checkbox-dropdown {
 margin-left: 20px;
}
}
@media (min-width:480px) and (max-width:600px) {
 .text-top {
float:none;
}
 .text-top p {
text-align:center;
padding:0 5px;
}
 .watch-vidoe {
margin:20px 30px 0 0;
float:right;
}
 .watch-vidoe a {
font-size:15px;
padding-top:65px;
}
.banner-left h1 {
/* font-size:27px; */
font-size: 8em;
margin-right:0;
margin-left:30px;
margin-right:30px;
text-align:center;
}
.banner-left h2, .banner-collection .banner-left h2 {
 font-size: 20px;
margin-right:0;
margin-left:30px;
margin-right:30px;
 text-align:center;
}
.banner-bottom {
margin-top:37px;
}
.banner-bottom p {
 line-height:20px;
 font-size: 18px;
}
 .sidebanr-inner h2 {
text-align:center;
}
.sidebar-collection {
 float: none;
 margin: 0 auto;
 width: 70px;
}
.sidebar-text h2 {
 margin: 0 auto;
 text-align: center;
 width: 277px;
}
.sidebarhome {
margin-top:15px;
}
.cart-brand.center {
padding-left:25%;
}
.cart-brand.center {
padding-left:1%;
}
.product-title h3 {
padding: 0 10px;
}
.filter-products {
margin-left:0;
margin:0;
float:none;
}
.tab3 {
margin:0
}
.msg-info {
 margin: 0 30% 0 0;
}
 .msg-inner-text h3 {
 font-size: 26px;
}
 .logo-center-bar p {
 font-size: 9px;
}
.auto-supply {
 float: none;
}
.center-supply-text h2 {
 text-align: center;
}
.product-box {
 margin: 0 20px 38px 27px !important;
}
.contect-form {
 margin-left: 10px;
}
.banner-collection .banner-bottom {
 margin-top: 80px;
}
 .banner-collection {
background-color:#36A9B0
}
.banner-collection .banner-bottom p {
width:300px;
text-align:center;
}
 .divider {
margin-left:0;
margin-right:10px;
}
.input-padding {
 margin-top: 0px;
}
 .checkout-btn a {
 font-size: 19px;
 margin: 0 auto;
 text-align: center;
 width: 97%;
}
.dropdown {
 padding-bottom:0 !important;
}
.artwork-proof {
 width: 97%;
}
.artwork-proof h2 {
 font-size: 17px;
 font-weight: bold;
float:none;
}
input[type="file"] {
 text-align: center;
margin: 0 auto;
}
.quantity-email {
margin-bottom:20px;
}
.cart-brand a {
 margin: 0 auto;
 padding: 10px 20px;
}
 .artwork-proof span {
 margin: 0 auto 0 57px;
}
.checkout-btn p {
 text-align:center;
}
 .lables-img img {
 float:none;
width:97%;
margin:20px 0 20px 0;
}
.btn-white a {
 left: 41%;
 margin-top: 0;
 top: 81%;
 width: 20%;
}
.sidebar-hvr {
 margin: 56px 52px 0 0;
}
.lable-butttom-btn {
 right: 41%;
 top: 167px;
}
.img-butttom-btn {
 left: 36%;
 top: 167px;
}
.notes {
 text-align:center;
}
.checkout a {
 background: none repeat scroll 0 0 hsl(0, 0%, 100%) !important;
 color: hsl(183, 53%, 45%);
 margin: 0 auto;
 text-align: left;
}
.auto-supply {
 margin: 0 auto;
 margin-top: 40px;
}
.cart-table {
 margin-left: 10px;
}
 .cart-item {
 display: none;
}
.read-article {
 margin-left:0px;
}
.blog-buttom-btn {
 margin-left:155px;
}
.logo-center-bar {
margin-left:20%
}
.logo-center-bar img {
width:100px;
}
.logo-center-bar span {
display:none;
font-size:14px;
text-align:center;
  
}
.subtitle-text h2 {
 font-size: 27px !important;
}
.form-group {
 text-align:left;
 width:97%;
 float:left;
 margin-right:15px;
}
.form-email {
 width: 97%;
}
.direct-print img {
 width: 97%;
}
.jcarousel-control-next {
top:80px;
right:24px;
}
.jcarousel-control-prev {
top:80px;
left:30px;
}
}
 @media (max-width:479px) {
   .sideleft .metro {
     float:none;
     margin:0;
     top:0;
     right:0;
     display:inline-block;
   }
   .arrow_box:before, .arrow_box:after {
     display:none;
   }
   .subtitle-text {
     margin:0 5% 5%;
   }
   .subtitle-text h2 {
     padding-left:0;
     margin-left:0;
     background:none;
   }
 .text-top {
float:none;
}
 .text-top p {
text-align:center
}
 .logo {
margin:15px auto;
}
 .watch-vidoe {
margin:20px 7px 0 0;
float:right;
}
 .watch-vidoe a {
font-size:15px;
padding-top:65px;
}
.banner-left h1 {
/* font-size: 24px; */
  font-size: 5em;
  margin:20px 7px 0;
text-align: center;
}
.banner-left h2, .banner-collection .banner-left h2 {
font-size: 21px;
margin-left: 7px;
margin-right: 7px;
padding: 5px;
text-align: center;
}
.buttom-dropdown {
width:260px;
margin:5px 0;
}
.banner-bottom {
margin-top:100px;
  padding:10px;
  text-align:center;
}
.banner-bottom p {
 line-height:20px;
 font-size: 15px;
  display:block;
}
 .sidebanr-inner h2 {
text-align:center;
   padding-left:0;
}
.sidebar-collection {
 float: none;
 margin: 0 auto;
 width: 70px;
}
.sidebar-text h2 {
 margin: 0 auto;
 text-align: center;
 width: 277px;
}
.sidebarhome {
margin-top:15px;
}
.cart-brand.center {
padding-left:1%;
}
.product-title h3 {
padding: 0 10px;
}
.show-all a {
padding:12px 7px;
font-size:14px;
}
.filter-products {
margin-left:0;
margin:0;
float:none;
}
.tab3 {
margin:0
}
.msg-inner-text h3 {
 font-size: 20px;
}
.msg-info {
 margin: 0 5%;
  text-align:center;
}
.msg-info h3 {
 font-size: 20px;
  width:100%;
}
   .read-article a, .checkoutbtn {
     margin-right:5%;
   }
.logo-center-bar p {
 font-size: 12px;
}
.logo-center-bar img {
 margin: 5px 0;
}
 .logo-center-bar p {
 font-size: 9px;
}

.auto-supply {
 float: none;
text-align:center;
}
.center-supply-text h2 {
 text-align: center;
}
.jcarousel-control-next {
top:80px;
right:24px;
}
.jcarousel-control-prev {
top:80px;
left:30px;
}
.product-box {
 margin: 0 20px 38px 27px;
}
.auto-supply {
 float: none;
 margin: 0 auto;
 text-align: center;
margin-top:20px;
}
.contect-form {
 margin-left: 10px;
}
 .form-group {
 float: left;
 margin-right: 15px;
 text-align: left;
 width: 97%;
}
.form-email {
 text-align: left;
 width: 97%;
}
.input-padding {
 margin-top: 0px;
}
 .checkout-btn a {
 font-size: 19px;
 margin: 0 auto;
 text-align: center;
 width: 97%;
}
.dropdown {
 padding-bottom:0 !important;
}
.artwork-proof {
 width: 97%;
}
.artwork-proof h2 {
 font-size: 17px;
 font-weight: bold;
float:none;
}
input[type="file"] {
 text-align: center;
margin: 0 auto;
}
.banner-collection .banner-bottom {
 margin-top: 150px;
}
.banner-collection {
background-color:#36A9B0
}
.banner-collection .banner-bottom p {
width:250px;
text-align:center;
}
 .lables-img img {
 float:none;
width:97%;
margin:20px 0 20px 0;
}
.notes {
 text-align:center;
}
  .sidebar-text {
    height: auto;
    min-height:80px;
  }
   .arrow_box {
     padding-bottom:15px;
   }
   .sidebar-buttom {
     margin-top:15px;
   }
   .subtitle-text {
     text-align:center;
   }
 .divider {
margin-left:0;
margin-right:10px;
}
 .quantity-email {
margin-bottom:20px
}
 .checkout a {
 margin-left: 57px;
}
   .cart-last-column {
     padding-right:0;
   }
   .cart-last-column .remove {
     display:none;
   }
.cart-price {
 display: none;
}
.read-article {
 margin-left:0px;
}
.sidebar-info p {
 font-size: 14px;
}
.subtitle-text h2 {
 font-size: 30px;
}
.blog-buttom-btn {
 margin-left: 80px;
 width: 60%;
}
.blog-buttom-btn {
 margin-bottom: 43px;
 margin-top: 25px;
}
.logo-center-bar img {
width:100px;
}
.logo-center-bar span {
display:block;
font-size:14px;
text-align:center;
}
.add-cart {
margin-left:10px;
}
.center-supply-text {
margin-top:0
}
.center-supply-text h2 {
 font-size: 15px;
}
.subtitle-text h2 {
 font-size: 27px !important;
}
.form-group {
 text-align:left;
 width:97%;
 float:left;
 margin-right:15px;
}
.direct-print img {
 margin-left: 7px;
}
}


/* Tyler's Custom rules */

.right-menu { display:none;}

.top-header { display:none;}

.whiteypage {   padding-top:10px; padding-bottom:20px; background-color: #fff;
}
    #galleria{ /* width: 700px; */ width: 100%; height: 800px; background: #000 }

.productsrow { padding-left: 20px; }

.banner-left {
 
    /*  padding-left: 30px; background-color: #000; opacity: 0.8; */
    margin-top: 30px;
   
    
    

}

/* .banner-left h1 { font-size: 12em; text-align: left; } */

.banner-bottom-black {
    text-align: center;
}

.tablet-show.mobile-show {
    background-color: #fff;
    padding: 10px;
}

#tinynav1 {
    color: #000;
}

.interior-banner {  
/* background: url(https://cdn.shopify.com/s/files/1/0802/5017/files/OakMArble_web-background02.jpg?1518168628354609258) top no-repeat; */
  background-color: black;
  background-size: cover;
    min-height: 5px;
} 

/* nav.col-lg-36 {
    background-color: #222;
} */


.banner-wrap { 
  min-height: 30px;  }

.banner-black {   margin-top: 10px;  }

.main-nav { background-color: black;}

.product-meta {
    min-height: 280px;
}