/** Shopify CDN: Minification failed

Line 1703:4 Unexpected "<!--"
Line 1707:4 Unexpected "-->"
Line 1817:13 Expected identifier but found whitespace
Line 1930:0 Unexpected "<!--"
Line 1932:1 Unexpected "-->"
Line 2018:0 Unexpected "<!--"
Line 2021:3 Unexpected "-->"

**/

/* Import FontAwesome */

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
} 

/* Flynt Theme Customisations */

body {
	font-size: 12px;
	letter-spacing: 0.018em;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	letter-spacing: 0.018em;
}

iframe {
	max-width: 100%;
}

/* Bebas Standardisation */
.main-header .main-menu .widescreen, h1, h2, h3, h4, h5, h6, .main-header .cart .cart-link, .template-product article .add-to-cart .button, .product-grid .title, .tabs-wrapper.horizontal .headings .trigger {
	font-family:  "franklin-gothic-urw-comp" ;
	font-weight: normal !important;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.main-header .top.row {
	padding-top: 24px;
	padding-bottom: 17px;
	background: transparent;
	min-height: 50px;
}

.main-header .main-menu .widescreen, .main-header .cart .cart-link, h1, h2, h3, h4, h5, h6, .template-index .widgets .title, .template-product .similar-products h2.title, .main-footer .title {
	font-size: 16px;
	letter-spacing: 1.5px;
}

.template-product .positions{
	max-width:  1680px;
	margin: 0 auto;
}

.template-product .similar-products .caption .title, .product-grid .title {
	font-size: 14px;
	line-height: 1.2;
}

@media screen and (min-width: 1280px) {
	.template-product .similar-products .caption .title, .product-grid .title {
		font-size: 14px;
	}


}

.main-header h1.title a {
	padding: 5px;
}

/* Logo Resize */ .main-header h1.title a img {
	max-height: 90px;
}

.template-product article .add-to-cart .button {
	color: #ffffff;
}

.template-product .tabs.content a.btn::before {
	font-family: 'FontAwesome';
    margin-right: 10px;
	content: "\f08e";
}

.main-header .search-account a, .main-header .search-account a:link {
	font-weight: normal;
	color: #000000;
}

.main-header .search-account .menu .account-open .glyph {
	font-size: 0.818em;
}

.main-header .search-account .menu .searchbar-open .glyph {
	font-size: 0.818em;
	margin-right: 10px;
}

.main-header .main-menu .widescreen > ul > li > a {
	padding: 0 30px;
}

/* -- Navigation -- */

.main-header .main-menu-dropdown-panel .row {
	display: none;
	padding-top: 0;
	padding-bottom: 40px;
}

.main-header .main-menu-dropdown-panel ul li:first-child {
	font-family:  "franklin-gothic-urw-comp" ;
	margin: 0 0 5px 0;
	letter-spacing: 1.5px;
	font-size: 16px;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: normal;
}

.main-header .main-menu-dropdown-panel ul { list-style: none; margin: 0; padding: 0; }

.main-header .main-menu-dropdown-panel ul li { padding-bottom: 10px; }

.main-header .mobile-menu ul {
}

.main-header .mobile-menu .nav-item a {
	padding: 8px 15px;
	width: 90%;
	font-size: 17px;
}

.main-header .mobile-menu .nav-item:first-child > a,
.main-header .mobile-menu .nav-item:nth-child(2) > a,
.main-header .mobile-menu .nav-item:first-child > ul > li > a,
.main-header .mobile-menu .nav-item:nth-child(2) > ul > li > a {
    text-transform: uppercase;
}

.main-header .main-menu .widescreen > ul > li.dropdown:nth-child(3) > a {
	padding-left: 15px;
}

/* Sitewide */

.main-content {
	padding-top: 0px;
}

/* Footer */

.social-follow a {
	color: #000 !important;
}


/* -- Product Grid --*/

.product-grid .image-wrapper img {
}

.product-grid .title {
	margin-bottom: 5px;
}

.product-grid .vendor {
	display: none;
}

.product-grid .price {
	margin-top: 2px;
	color: #000000;
}

.product-unavailable {
	text-align: center;
	max-width: none !important;
}

.template-index .product-slider .owl-prev, .template-index .product-slider .owl-next {
	font-size: 24px;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product-grid .product-item {
  width: 50%;
  padding: 0;
}

.product-grid .product-item .caption {
  padding: 0 10px;
}

.product-grid .clearfix {
  display: none;
}

@media only screen and (min-width: 768px) {
  .product-grid .product-item {
    width: 25%;
  }
  
  .product-grid .product-item.large-2 {
    width: 16.66667%;
  }

}

/* -- End Product Grid --*/

/* -- Full Width Featured Promo --*/

.template-index .widgets .featured-promo .row, .template-index .widgets .featured-promo .row .columns {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.template-index .widgets .featured-promo img {
	width: 100%;
}

/* -- End Full Width Featured Promo --*/

/* -- Customise Promo Rollovers --*/

.template-index .widgets .promos .columns {
	margin: 0; padding: 0;
}

.template-index .widgets .promos .columns:last-child {
	margin: 0;
}

.template-index .widgets .promos .image-text-widget {
	position: relative;
}

.template-index .widgets .promos img {
	width: 100%;
}

.template-index .widgets .promos .block {
	min-height: 140px;
}

.template-index .widgets .promos .caption, .template-index .widgets .promos .caption a:hover{
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.template-index .widgets .promos .caption .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	z-index: 0;
}

.template-index .widgets .promos .caption .inner {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	text-align: center;
}

.template-index .widgets .promos .caption h1 {
	position: relative;
	z-index: 1;
	margin: 0 0 10px 0;
	color: #ffffff;
	font-size: 2em;
}

.template-index .widgets .featured-promo.promos .caption h1 {
	font-size: 2.5em;
	line-height: 40px;
}


/* -- Full Width Instagram --*/

.template-index .widgets .social-feeds .row, .template-index .widgets .social-feeds .row .columns {
	padding-left: 0px;
	padding-right: 0px;
}

.template-index .instagram-widget {
	line-height: 0;
	margin-bottom: 0;
}

.template-index .instagram-widget .title {
	line-height: 1.6em;
}

.template-index .instagram-widget .items.wide {
	width: 100%;
	max-width: 100%;
	max-height: none;
}

.template-index .instagram-widget .items .item {
	width: 16.666667%;
	max-width: 100%;
	display: inline-block;
	margin: 0px;
}

.template-index .instagram-widget .items .item img {
	width: 100%;
}

/* -- End Full Width Instagram --*/



/* -- Footer --*/

.main-footer {
	margin-top: 0 !important;
	padding: 0 !important;
}

.main-footer .content {
	margin-top: 40px;
}

.main-footer .title {
	line-height: 1.2;
}

.main-footer p, .main-footer ul {
	font-size: 12px;
}

.main-footer .footer-half {
	width: 50%;
	float: left;
}

.main-footer .footer-nav li, .main-footer .column-2 .footer-nav li {
	text-transform: none;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

.main-footer .payment-options .glyph {
	font-size: 1.2em !important;
}



/* Activate if 4 links column footer
@media only screen and (min-width: 768px) {

	.main-footer .column-2 {
		padding-right: 0;
	}

	.main-footer .column-3 {
		padding-left: 0;
	}

} */

/* -- End Footer -- */
/* -- Product Page -- */

/* .template-product .row.show-for-medium-up {
	text-align: center;
}

.template-product header .breadcrumbs {
	padding: 0 10px;
	width: auto;
	display: inline-block;
} */

.template-product .photos .container .zoomImg {
  	cursor: zoom-in;
  	cursor: -moz-zoom-in;
  	cursor: -webkit-zoom-in;
}

.template-product section .breadcrumbs-cont {
	text-align: center;
}

.template-product section .breadcrumbs {
	display: inline-block;
	padding: 0;
}

.glyph.arrow-left, .glyph.arrow-right {
	font-size: 0.8em;
}

.template-product article {
	padding-top: 0px;
	padding-bottom: 80px;
}

.tabs-wrapper.horizontal .headings {
	border-bottom: 0px;
}

.template-product article .page-title {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

.template-product article .prices p {
	text-align:center;
}

.template-product article .prices .actual-price {
	font-family:  "Roboto Condensed" ;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.template-product article .prices .compare-price {
	text-align: center;
  	display: inline-block;
}

@media screen and (max-width: 786px) {
	.template-product article .prices .actual-price {
		margin-top: 10px;
	}
}


.cart-form {
	width: 100%;
  	text-align: center;
}

.cart-form #BIS_trigger {
  margin-bottom: 0;
  margin-top: 10px;
}

.template-product article .variants, .template-product article .quantity, .template-product article .quantity input, .template-product article .add-to-cart .button {
	max-width: 100%;
	width: 100%;
}

form.custom .custom.dropdown ul li {
	font-size: 12px;
}

.template-product article .add-to-cart .button {
	padding: 14px 0;
}

.template-product .thumbs {
	width: 100%;
}

.template-product .thumbs-full {
	margin-top: 30px;
}

.template-product .thumbs .thumb {
	padding: 0;
	text-align: center;
	width: 16.45%;
}

.template-product .thumbs img {
	width: 100%;
	height: auto;
}

.tabs-wrapper.horizontal .headings .trigger {
	padding: 0px 0px 10px;
	margin-right: 60px;
	font-size: 16px;
	color: #888888;
}

.tabs-wrapper.horizontal .headings li:last-child .trigger {
	margin-right: 0;
}
.tabs-wrapper.horizontal .headings .trigger .bg {
	background: transparent;
}

.tabs-wrapper.horizontal .headings .active .trigger {
	color: #000000;
}

.tabs-wrapper.horizontal .tabs.content {
	padding: 14px 0px 24px;
}

.rte-content ul, .rte-content ol, .rte-content table, .rte-content blockquote, .rte-content p, .rte-content {
	margin-bottom: 0.8em;
	text-align: justify;
}

.template-product .similar-products {
	padding-top: 0;
	padding-bottom: 0;
}

.template-product .similar-products .product-item {
	margin-bottom: 20px;
}

.template-product .thumbs .thumb.active img {
	outline: 0px;
}

/* Other Pages */

.template-collection .main-content .product-grid {
	margin-top: 0;
}

.template-blog .article, .divider {
	border: 0px;
}

.template-cart .totals strong {
	font-weight: normal;
}

.template-cart .continue-shopping {
	border-top: 0;
	padding-top: 0;
}

/* Homepage Padding */

@media only screen and (min-width: 768px) {

	.template-index .widgets .columns {
		padding-bottom: 0px;
	}

	.template-index .product-slider {
		padding-bottom: 0;
		padding-top: 0;
	}

	.template-index .widgets .title {
		margin-bottom: 30px;
	}

	.template-index .widgets .row {
		padding-top: 40px;
	}

	.template-index .widgets .social-feeds .row {
		padding-top: 30px;
	}

	.template-index #main-wrap {
    	padding-bottom: 30px;
  }

  .template-index .widgets .small-promos {
		padding-bottom: 40px;
  }

  .template-index .product-slider .product-item {
  	padding: 0;
  }
}

/* Completely Custom Additions */

.template-index .widgets .email-capture .row {
	text-align: center;
}

.template-index .widgets .email-capture .title {
	margin-bottom: 20px;
}

.template-index .widgets .email-capture form {
	max-width: 720px;
	margin: 0 auto;
}

.template-index .widgets .email-capture form input {
	margin-bottom: 8px;
}

.template-index .widgets .email-capture form input[type="email"] {
	float: left;
	width: 80%;
}

.template-index .widgets .email-capture form input[type="submit"] {
	float: right;
	width: 17%;
}

.template-index .widgets .parallax .row {
	padding: 80px 0 0 0;
}

.main-header .shipping-message {
	display: none;
	position: absolute;
	padding-left: 0px;
	width: auto;
	line-height: 1.6;
	margin-top: 7px;
}

.main-header .bottom-row {
	padding-bottom: 30px;
}

.after-pay {
	text-align: center;
    padding-top:80px;
}

.cart-features ul {
	list-style-type: none;
	padding: 0;
	line-height: 3.5em;
	text-align: Center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.cart-features ul li {
	border-bottom: 1px solid #dddddd;
}

.cart-features ul li:last-child {
	border: none;
}

.cart-features ul li::before {
	font-family: 'FontAwesome';
	margin-right: 10px;
}

.cart-features ul li.cf-dd::before { content: "\f0d1"; }
.cart-features ul li.cf-id::before { content: "\f072"; }
.cart-features ul li.cf-ss::before { content: "\f023"; }

@media only screen and (min-width: 768px) {
	.main-header .shipping-message {
		display: block;
	}
}


/* Responsive Videos */
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
  	height: 0;
  	overflow: hidden;
}

.video-container video {
	position: absolute;
	top: -14%;
	left: -16%;
	width: 132%;
	height: auto;
}

#mute{
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 55px;
  right: 55px;
}

.embed-video {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	margin-bottom: 40px;
}

.embed-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Popup Customisation */

#signup-popup {
	border: none !important;
}

#sign-up-form {
	padding: 40px 0 !important;
}

#signup-content, #thank-you-message {
	width: 100%;
	font-family: "franklin-gothic-urw-comp" !important;
	font-weight: normal !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
}

#signup-popup #welcome-message {
	font-size: 16px !important;
	line-height: 1.5em !important;
	letter-spacing: 2px !important;
	margin-bottom: 25px !important;
}

#sign-up-form .textbox {
	color: #000000 !important;
	font-size: 14px !important;
	margin-bottom: 15px !important;
}

#sign-up-form .capture-submit-btn {
	font-weight: normal !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
}

@media only screen and (max-width: 600px) {
	#sign-up-form {
		width: 80% !important;
		margin: auto !important;
		margin-top: -10px !important;
	}
}

/* Adjustments */

.email-capture {
	display: none;
}

.product-slider .row.header {
	display: none;
}

.template-index .widgets .social-feeds .title {
	margin-top: 0;
  height: auto;
  margin-bottom: 30px;
}

.main-header .cart .glyph.cart {
	font-size: 0.8em;
}

.sc-copyright {
	text-align: center;
	padding-top: 30px;
}

.breadcrumbs, .pagination {
	padding: 0;
	margin: 0;
}

.template-collection .main-content header .tag-filter {
	margin-bottom: 40px;
}

.template-product .main-content, .template-page .main-content {
	padding-top: 0;
}

.main-content {
	padding-top: 0;
}

.template-collection footer.row .breadcrumbs {
	display: none;
}

.template-page .main-content .single-column.row {
	margin: 0 auto;
	max-width: 1000px;
}

.template-page .breadcrumbs {
	display: none;
}

.template-page .page-title {
	font-size: 26px;
}

.template-page  .page-content, .template-page  .rte-content {
	text-align: center;
}

.template-page  .rte-content .embed-video {
	margin-bottom: 40px;
}

blockquote {
	border-left: 0px;
}

.product-grid .circle {
	color: #ffffff;
	background: #000000;
	font-family: "franklin-gothic-urw-comp";
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
	padding: 0;
	top: 5px;
	right: 5px;
	height: 50px;
	width: 50px;
}

.product-grid .circle span {
	margin-left: 2px;
	margin-top: 1px;
}

.product-grid .sold-out {
	color: #ffffff;
	background: #aaaaaa;
}

.product-grid em.marked-down-from {
	color: #aaaaaa;
}


/* Adjustments Tablet */

@media only screen and (max-width: 1279px) {

	.template-product .thumbs .thumb {
		padding-bottom: 5px;
		text-align: center;
		width: 32.9%;
	}

}


/* Adjustments Mobile */

@media only screen and (max-width: 768px) {

	.main-header .top.row {
		padding-bottom: 3px;
	}

	.main-header h1.title a img {
		height: 80px !important;
		width: 80px !important;
	}

	.main-header .mobile-tools {
		padding: 0px;
        height:55px;
	}

  	.video-container  {
		display: none;
	}
  
	.template-index .slider, .template-index .widgets .parallax {
		display: none;
	}

	.template-index .widgets .featured-promo .row {
		padding-top: 0px;
      	
      	
        
	}
  /*
  .template-index .widgets .promos .caption
  {
    display: none !important;
    opacity: 0 !important;
  }*/

	/*.template-index .widgets .promos .caption {
		display: none;
	}*/

	.template-index .widgets .promos .caption .bg {
		
	}

	.template-index .widgets .promos .caption h1 {
		font-size: 2em;
	}

  	.template-index .widgets .featured-promo.promos .caption h1 {
		font-size: 3em;
	}

	.template-index .instagram-widget .items .item {
		width: 50%;
	}

	.template-index .instagram-widget .items .item:nth-child(1n+5) {
		display: none;
	}

	.main-footer .column-4 {
		text-align: center;
	}

	.template-index .widgets .row {
		padding-top: 60px;
	}

	.template-index .widgets .small-promos {
		padding-top: 0px;
	}

	.template-index .widgets .social-feeds .row {
		padding-top: 0px;
	}

	.template-index .product-slider {
		padding-bottom: 10px;
		padding-top: 40px;
	}

	.template-collection header.row {
		display: none;
	}

	.cart-form {
		width: 100%;
		padding: 0;
        text-align: center;
	}

	.template-product .thumbs ul {
		margin-bottom: 30px;
	}

	.main-footer .content {
		margin-top: 30px;
	}

	.tabs-wrapper.horizontal .headings .trigger {
		margin-right: 60px;
	}

	.template-product article .page-title, .template-product article .prices {
		text-align: center;
	}

	.template-product article .page-title, .template-product article .prices {
		margin-bottom: 0;
	}

	.main-footer {
		padding-top: 10px !important;
	}

	.template-index .instagram-widget {
		margin-bottom: 60px;
	}

	.template-index .widgets .social-feeds .row .columns, .template-index .instagram-widget {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

    .template-index #main-wrap {
      	padding-bottom: 0px;
    }

	#video-spacer, #video-wrap {
		display: none;
	}

  	.template-product .product_thumbs {
      	margin-bottom: 30px;
      	padding: 0px !important;
    }

    .template-product .product_thumbs .thumbs ul li {
      	opacity: 1 !important;
    }

	.template-product .product_thumbs .thumbs ul li img{
		max-height: none !important;
	}

}


#main-wrap {background:#FFF;position:relative;z-index:2;overflow:hidden}
.main-footer {position:relative;z-index:2}
#video-spacer { width: 100%; padding-top: 50%; }
#video-wrap {position:fixed !important;top:0 !important;left:0 !important;height:100% !important;width:100% !important;z-index:1 !important}
#video-wrap video {position:relative !important; width:100%;}


.template-product .product_thumbs{
	width:auto;
	position:relative;
}

.template-product .product_thumbs .thumbs{
  position:relative;
  width:100%;
  overflow:hidden;
}
.template-product .product_thumbs .thumbs ul{
	width:66666px;
  position:relative;
  margin:0;
  padding:0;
}
.template-product .product_thumbs .thumbs ul li{
float:left;
  width:auto;
  text-align:center;
  padding:0;
  margin:0;
  max-width:none;
  opacity:0.6;
}
.template-product .product_thumbs .thumbs ul li.active,
.template-product .product_thumbs .thumbs ul li:hover{
	opacity:1;
}
.template-product .product_thumbs .thumbs ul li .th{
 padding:0 10px;
}
.template-product .product_thumbs .thumbs ul li img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height: none;
  display:inline;
  margin:0;
  padding:0;
}
/* .template-product .show-for-medium-only .product_thumbs .thumbs ul li img{max-height:250px;}
.template-product .show-for-small .product_thumbs .thumbs ul li img{ max-height:200px; } */
.template-product .product_thumbs .btn_prev,
.template-product .product_thumbs .btn_next{
	position:absolute;
   width:50px;
  height:100%;
  top:0;
  cursor:pointer;
}
.template-product .product_thumbs .btn_prev{
left:0;
}
.template-product .product_thumbs .btn_next{
right:0;
}
.template-product .product_thumbs .btn_prev span,
.template-product .product_thumbs .btn_next span{
position:absolute;
  height:30px;
  width:30px;
  top:50%;
  left:50%;
  margin:-15px;
  text-indent:-6666px;
  overflow:hidden;
}
.template-product .product_thumbs .btn_prev span{ background:url('prod_gall_nav.png') no-repeat 0 0;}
.template-product .product_thumbs .btn_next span{ background:url('prod_gall_nav.png') no-repeat -30px 0;}




/* Set Shop Our Instagram feed to full width */

.page-shop-our-instagram .main-content .single-column.row {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.page-shop-our-instagram .main-content .single-column.row .columns {
	padding: 0;
}



/* We Are The People Blog */

@media only screen and (min-width: 768px) {
	#watp-blog .row {
		padding: 0;
	}
}

#watp-blog h1.page-title {
    font-size: 26px;
	text-align: center;
	padding-top: 20px;
}

#watp-blog .columns {
	padding: 0;
}

#watp-blog .blog-item {
	display: block;
	width: 100%;
	padding-top: 50%;
	float: left;
	background-size: 100%;
}

#watp-blog a.blog-item .caption {
	opacity: 0;
	transition: opacity .4s ease-in-out;
   -o-transition: opacity .4s ease-in-out;
   -moz-transition: opacity .4s ease-in-out;
   -webkit-transition: opacity .4s ease-in-out;
}

#watp-blog a.blog-item:hover .caption {
	opacity: 1;
	transition: opacity .4s ease-in-out;
   -o-transition: opacity .4s ease-in-out;
   -moz-transition: opacity .4s ease-in-out;
   -webkit-transition: opacity .4s ease-in-out;
}

#watp-blog .blog-item .caption {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

#watp-blog .blog-item .caption .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    z-index: 0;
}

#watp-blog .blog-item .caption .inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    text-align: center;
}

#watp-blog .blog-item .caption h1 {
    font-size: 3em !important;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 2em;
}

.pagination-row {
	text-align: center;
	margin-top: 60px;
}

.pagination-row ul.pagination {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

.template-article .main-content {
	padding-top: 0;
}

#video-wrap.watp-feature {
	z-index: -1 !important;
	background-position: top !important;
}

#watp-title {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 50%;
	background-size: 0 !important;
}

#watp-title .caption {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

#watp-title .caption .inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    text-align: center;
}

#watp-title .caption h1 {
    font-size: 6em !important;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 2em;
}

@media only screen and (max-width: 768px) {

	#watp-title {
		background-size: cover !important;
	}

	#watp-title .caption h1 {
		font-size: 3em !important;
	}

}

#watp-article {
	background-color: white;
}

#watp-article .row {
	padding: 0 20px;
}

#watp-article .article {
    max-width: 920px;
	margin: 60px auto 0;
	padding: 20
}

#watp-article .article .social-share {
	margin-top: 40px;
	text-align: center;
}

#watp-article .article .social-share .glyph {
  	margin: 5px;
  	padding: 5px;
  	transition: none;
  	-webkit-transition: none;
  	border: none;
}

#watp-article .article .social-share .glyph span {
  	display: none;
}

#watp-article .article .social-share .glyph:hover {
  	color: black!important;
  	background: transparent!important;
  	border: none!important;
}


@media screen and (min-width: 1280px) {

	.template-product .product_thumbs {
	  padding:0;
	  margin: 0 -1.25rem;
	}

	.template-product .photos {
		margin: 0 -1.25rem;
	}

		.template-product .product_thumbs .thumbs {
			overflow: visible;
		}

	.template-product .product_thumbs .thumbs ul {
		overflow: visible;
		width: auto;
	}

	.template-product .product_thumbs .thumbs ul li {
		margin-bottom: 18px;
		overflow: visible;
		/*transform: translateX(50px);*/
	}

	.template-product .product_thumbs .thumbs ul li img {
		max-height: 102px;
	}

	.template-product .photos .container .photo img {
			width: 500px;

	}

	.template-product .product_thumbs .btn_prev span,
	.template-product .product_thumbs .btn_next span {
		display: none !important;
	}
}



.selector-wrapper {
	display: none;
}


.capture-submit-btn {
	font-family: "franklin-gothic-urw-comp" !important;
}

/* Filter */
.filter-container {width:55px;height:30px;position:absolute;float:left;padding: 0;font-size:16px;}
.product-filter-btn, .product-filter-btn:hover, .product-filter-btn:focus, .product-filter-btn:active {background-color:#fff;color:#000;padding:0px;margin:0px;position:absolute;width:55px;height:30px;z-index:9;box-shadow:none;background-image: none;outline: 0;-webkit-box-shadow: none;}
.mobile-filter-btn, .mobile-filter-btn:hover, .mobile-filter-btn:focus, .mobile-filter-btn:active {background-color:#fff;color:#000;font-size:60px;padding:0px;margin:0 15px;top:11px;box-shadow:none;background-image: none;outline: 0;-webkit-box-shadow: none;}
.outer-div{padding-left:12%;height:210px;}
.womens-filter {margin-left:7%;}
.text-left ul {padding-left:0;list-style:none;}
.text-left li {padding:0px 0 6px 0;}
@media only screen and (max-width: 768px) {.filter-container {display:none;}.womens-filter {margin-left:5%;}.inner-div{width:33%;}}
@media only screen and (max-width: 400px) {.outer-div {padding-left:5%;}.inner-div{padding-left:0%;}}
.inner-div {width:30%;padding-left:6%;top:10px;}
.space {width:55px;}
.column-filter {width:50%;float:left;}
.column-filter .button {text-transform:none!important;}
.product-filter {background-color:#fff;color:#000;font-family:"Roboto Condensed";font-size:12px;padding:0px 0 10px 0;margin:0;text-transform:none!important;}
.product-filter:hover {background-color:#fff;color:#000;font-family:"Roboto Condensed";font-size:12px;padding:0px 0 10px 0;margin:0;text-transform:none!important;}
.product-filter:focus {background-color:#fff;color:#000;font-family:"Roboto Condensed";font-size:12px;padding:0px 0 10px 0;margin:0;text-transform:none!important;box-shadow:none;background-image: none;outline: 0;-webkit-box-shadow: none;}
.product-filter:active {background-color:#fff;color:#000;font-family:"Roboto Condensed";font-size:12px;padding:0px 0 10px 0;margin:0;text-transform:none!important;}
.clicked {text-decoration:underline;}
#all {background-color:#fff;color:#000;padding:0;margin:0;}
#size-S, #size-M, #size-L, #size-XL, #size-XXL, #size-28, #size-30, #size-32, #size-34, #size-36, #BLACK, #WHITE, #KHAKI, #GREY, #BLUE, #YELLOW, #BROWN, #TAN, #RED, #STRIPE {text-transform:none;padding:0px 0 10px 0;}


/* Create Modal Images */
 /* Style the Image Used to Trigger the Modal */
#product-image {
  border-radius: 5px;
  cursor: url(//cdn.shopify.com/s/files/1/0274/7589/files/cursor-plus.svg?14472016739891412022) 16 16,auto;
  transition: 0.3s;
}

#product-image:hover {opacity: 0.7;}


#mode {padding: 0 22%;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0px;
  margin:0;
  width: 100%;
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */

}

.modal img {cursor: url(//cdn.shopify.com/s/files/1/0274/7589/files/cursor-minus.svg?14472016739891412022) 16 16,auto;}



/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  /*width: 80%;*/


}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  display: block!important;
  position: absolute;
  top: 100px!important;
  right: 47px!important;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index:2;
  opacity:1!important;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: zoom-out;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 

/*
   Swatches Styles // https://ecommerce.shopify.com/c/ecommerce-design/t/sizes-boxes-instead-of-dropdown-for-launchpad-star-303123
*/



.swatch {
  margin: 25px 0 1em;
  text-align: center;
}
/* Label */
.swatch .header {
	display: none;
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}
form.custom .swatch .custom.radio {
	display: none;
}
.swatch .checked + label {
 	background-color: #000;
 	color: #fff;
}

.swatch label {
  /* Rounded corners */
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  /* To give width and height */
  display: inline-block;
  /* Color swatches contain no text so they need to have a width. */
  min-width:35px !important;
  height:35px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#000 1px solid;
  /* Background color */
  background-color:#fff;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
}
.swatch .swatch-element {
	display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 5px 10px 5px;
  /* To position the sold out graphic and tooltip */
  position:relative;
}

/* Back in Stock App */
#esc-out-of-stock-inputs {color:#000!important;border:none!important;}
.esc-push-label {font-size:12px!important;width:68%!important;float:right!important;text-align:left!important;}
#esc-push-input {margin-left:95px!important;}
#esc-out-of-stock-inputs .esc-sms-container input, .esc-email-container input, .esc-sms-container select {color:#000!important;}

/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:none; }
.swatch .swatch-element.soldout label {
 /* filter: alpha(opacity=60); /* internet explorer */
 /* -khtml-opacity: 0.6;      /* khtml, old safari */
 /* -moz-opacity: 0.6;       /* mozilla, netscape */
 /* opacity: 0.6;           /* fx, safari, opera */
  background-color: #ddd;
 /* color: #333 !important;*/
}
.swatch .swatch-element.soldout .checked + label {background-color:#000;color:#fff;}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-31px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}



.tabs-wrapper.horizontal .tabs.content
{
  top: 0px !important;
 
}

.product-grid .image-wrapper img
{

  max-width: 100% !important;
}


@media only screen and (max-width: 768px)
  {
    <!--.template-index .widgets .small-promos
    {
      display: none;
    }
    -->
  }

@media only screen and (max-width: 768px)
  {

	.template-index .fs-entry-container:nth-of-type(n+7)
	{
  		display: none !important;
	}
  }

/*
.template-index .widgets .featured-promo .caption 
{
  display: block !important;
  opacity: 1.0 !important;
}
*/

.tabs-wrapper.horizontal .headings > li
{
  width: 33.3% !important;
  float: left !important;
  
}



.tabs-wrapper.horizontal .headings #shippingTab .trigger
{
 	float: right !important;
  	
  
}


.tabs-wrapper.horizontal .headings #sizeTab .trigger 
{
width:66.6% !important; margin:0 auto !important; display:block !important; float:none !important; text-align: center !important;
}



.tabs-wrapper.horizontal .headings
{
  
white-space:nowrap;
}

.tabs-wrapper.horizontal .headings #detailsTab .trigger
{
 	float: left !important;
  
}


.tabs-wrapper.horizontal .headings .trigger
{
  margin-right: 0px !important;
}

.template-product .thumbs .thumb.active img
{
  width: auto;
}

.tabs-wrapper.horizontal
{
  margin-top: 25px;
}

.navbar-fixed
{
  position: fixed !important;
  z-index: 99999 !important;
  top: 0 !important;
  width: 100% !important;
  background: white !important;
}

.navmenu-fixed
{
  position: fixed !important;
  z-index: 99999 !important;
  top: 50px !important;
  width: 100% !important;
  background: white !important;
}



  
.template-product .thumbs .thumb.active img
{
  width: 100% !important;
}

@media only screen and (min-width: 768px)
  {
.template-product .thumbs img
{
  height: 100% !important;
}
    
    .template-index .widgets .promos .caption
    {
      display: none ;
    }
    
    .caption: hover
    {
      display: block !important;
      opacity: 1.0 !important;
    }

  }



template-product .product_thumbs .thumbs ul li img {
  height: auto !important;
}


@media only screen and (min-width: 768px)
  {

.large-1
{
  display:none;
}
  }
  

@media only screen and (max-width: 768px)
  {
    .template-index .widgets .promos img
    {
      height: 100vw !important;
      width: 100vw !important;
      object-fit: cover;

      
    }
    .navmenu-fixed
{
  position: fixed !important;
  z-index: 99999 !important;
  top: 82px !important;
  width: 100% !important;
  background: white !important;
}
   
    .main-header .bottom-row
    {
    background: white !important;
    padding-bottom: 20px;
    }
 
   
  }



.th img
{
  
  height: 100vh !important;
  
  
}

<!--@media only screen and (min-width: 768px)
{
  .large-4
  {
    margin-left: 7.5% ;
  	position: relative !important;
   
    
  }
  
   .large-4-fixed
{
  position: fixed !important;
  left: 53.45% !important;
  top: 0% !important;
  z-index: 1;
  width: 31.4625% !important;
  margin-left: 0% !important;
  display: block;
  
}
  
     .large-4-absolute
{
  position: absolute !important;
  bottom: 0 !important;
  
}
 

 
  

}
-->
#main-wrap
{
  z-index: 3 !important;
  overflow: visible !important;
}  


.template-product .similar-products
    {
      background: white;
    }
    
    
@media only screen and (min-width: 768px)
{
<!--.th {
  height: 100vh !important;
}-->
  }
    
    @media only screen and (min-width: 768px)
{
.template-product .similar-products {
  padding-top: 20px;
  z-index: 2 !important;
  
}
  .template-product .product_thumbs .thumbs ul li
  {
    opacity: 1.0 !important;
  }
  
    
    .template-product article
    {
      padding-bottom: 0px !important;
      
    }
  }
@media only screen and (min-width: 768px)
  {
.th {
  margin-bottom: 10vh !important;
}
    .th:nth-last-child(1)
    {
  margin-bottom: 0px !important;
}
    .template-product .thumbs img
    {
      width: auto !important;
      height: auto !important;
    
    }
    
    .main-header .main-menu-dropdown-panel
    {
      background: white !important;
    }
  }

.large-4
{
position: -webkit-sticky !important;
position: sticky !important;
top: 30px !important;

}
.tabs-wrapper.horizontal .tabs.content
{
padding-bottom: 0 !important;
} 

.rte-content ul, .rte-content ol, .rte-content table, .rte-content blockquote, .rte-content p, .rte-content
{
  margin-bottom: 0 !important;
}


@media only screen and (min-width: 768px)
  {
.template-product .product_thumbs .thumbs ul li img
{
  width: auto !important;
}
  }

@media only screen and (max-width: 768px)
{
  
  .template-index .main-footer
  {
    padding-top: 0 !important;
  }
  .template-index .product-slider
  {
    padding-bottom: 0 !important;
  }
   .caption
    {
      display: block !important;
      opacity: 1.0 !important;
    }
<!--.template-product .product_thumbs .thumbs ul
  {
    width: auto !important;
  }-->
  
 .template-index .widgets .promos img
  {
    opacity: 1.0 !important;
  }
  
}

@media only screen and (max-width: 768px)
  {
    
    .template-product .product_thumbs .thumbs ul li img
    {
      width: 100% !important;
    }
    .template-product .product_thumbs .thumbs ul li .th
    {
      width: 100% !important;
    }
    .template-product .product_thumbs
    {
      width: 100% !important;
    }
    .main-header .mobile-menu
    {
      background: white !important;
   	  padding-bottom: 30px;
    }
   
    
    .template-product .positions
    {
      padding-bottom: 25px !important;
    }
    .template-index .widgets .promos .caption .bg
    {
      background: transparent !important;
    }
   .template-product .positions
    {
      width: 100% !important;
    }
    
    .template-index .widgets .small-promos img
    {
      height: 50vw !important;
    }
    .template-product .product_thumbs .thumbs ul li img
    {
      height: auto !important;
      
    }
   
  .main-header .mobile-menu .nav-item
    {
      border-bottom: 0px !important;
    }
   .template-product .main-content, .template-page .main-content
    {
      position: relative !important;
      z-index: 1 !important;
    }
    
    
  }

.main-header
{
  z-index: 2 !important;
}


.main-header
{
  height: 198px !important;
}

.tumblr-grid .box {
	position: relative;
	width: 24.5%;		/* desired width */
  	margin-right: 0.5%;
  	margin-bottom: 0.5%;
  	float: left;
  
}

.tumblr-grid .box:nth-child(4n) {
	margin-right: 0
}


.tumblr-grid .box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}



.tumblr-grid .box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

.tumblr-grid .box .content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;

}


@media only screen and (max-width: 768px) {
  
  .tumblr-grid .box {
	position: relative;
	width: calc(100% - 2.5em);		/* desired width */
  	float: left;
    
    margin-left: 1.25em;
    margin-right: 1.25em;
    margin-bottom: 1.25em;
  
}
  
  
}


