html, body, div, span, applet, object, iframe, h2, h3, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear:before,
.clear:after {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    zoom:1;
}
img,
embed,
object,
video {
	max-width: 100%;
}
::selection {
	background: #000;
	color: #FFF;
}
::-moz-selection {
	background: #000;
	color: #FFF;
}
*:focus {
	outline: none
}
::-webkit-input-placeholder {}
:-moz-placeholder {}
input[type=text],
input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
}
/* ICON FONT
--------------------------------------------- */
@font-face {
  font-family: "icons";
  src: url(https://assets.bigcartel.com/theme_assets/57/1.0.5/fonts/icons.eot);
  src: url(https://assets.bigcartel.com/theme_assets/57/1.0.5/fonts/icons.eot#iefix) format("embedded-opentype"), url(https://assets.bigcartel.com/theme_assets/57/1.0.5/fonts/icons.woff) format("woff"), url(https://assets.bigcartel.com/theme_assets/57/1.0.5/fonts/icons.ttf) format("truetype"), url(https://assets.bigcartel.com/theme_assets/57/1.0.5/fonts/icons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "a";
}

.icon-menu:before {
  content: "b";
}

.icon-close:before {
  content: "c";
}

.icon-close-bold:before {
  content: "d";
}

.icon-caret:before {
  content: "e";
}

.icon-arrow-right:before {
  content: "f";
}

.icon-arrow-left:before {
  content: "g";
}

/* TYPOGRAPHY
--------------------------------------------- */
body {
  color: #000;
  font-family: 'Karla', sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  cursor: default;
}

input,
textarea {
  color: #000000;
	font-family: 'Karla', sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

p,
.main ul,
.main ol,
.main table,
label {
  font-size: 16px;
  line-height: 24px;
}


h1, h2, h3 {
  font-family: 'Karla', sans-serif;
}

h1 {
  font-size: 80px;
  line-height: 1.4em;
  margin: 0 0 30px;
  text-align: center;
}

h2 {
  font-size: 30px;
  line-height: 1.4em;
}

h3 {
  font-size: 22px;
  line-height: 1.4em;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

h4 {
  font-size: 12px;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.highlight {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

ul.bullets {
  font-size: 15px;
  line-height: 22px;
  margin-left: 18px;
}

ul.bullets li {
  list-style: disc;
}

/* GLOBAL LAYOUT
--------------------------------------------- */
html, body {
  height: 100%;
}

body {
  background-color: #FFF;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -209px;
}

.wrapper:after {
  content: "";
  display: block;
  /* equal to footer height */
  height: 209px;
}

.inner {
  min-width: 280px;
  margin: 0 60px;
  position: relative;
}


/* MODULES
--------------------------------------------- */
/* Buttons */
.btn {
  display: inline-block;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  background: #000;
  border: 3px solid #000;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover {
  background: #FFF;
  color: #000;
}

.btn-inactive:hover {
  background: #FFF;
  color: #000;
}

/* Badges */
.badge {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.badge-filled {
  color: #000;
  background: #FFF;
  border: 3px solid #000;
  padding: 5px;
}

/* Errors */
.errors {
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  border: 3px solid #ff0000;
}
.contact-form-wrap .errors {
	margin: 0 20px 20px 20px;
} 
.errors li {
  margin-top: 10px;
}

.errors li:first-child {
  margin-top: 0;
}

/* HEADER
--------------------------------------------- */
header {
  border-bottom: 3px solid #000;
  width: 100%;
}

.maintenance_on header {
  top: 20px;
}

header .inner {
  position: relative;
  margin-top: 20px;
}

.logo-inner {
	position: relative;
	widows: 100%;
	text-align: center;
}
.logo {
  font-size: 90px;
  line-height: 70px;
  font-weight: 700;
  margin: 0px auto;
  display: block;
  max-width: 320px;
}

.logo img {
	width: 100%;
	height: auto;
}

.nav-main {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.nav-main a,
.nav-main > ul > li > span {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}

.nav-main > ul {
  float: left;
  display: block;
}

.nav-main > ul > li {
  float: left;
  display: block;
  list-style: none;
  position: relative;
}

.nav-main > ul > li > a,
.nav-main > ul > li > span {
  display: block;
  padding: 15px 35px 15px 35px;
}

.nav-main > ul > li.active > a,
.nav-main > ul > li.active > span {
  color: #000;
}

.nav-main .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 54px;
  padding: 3px 0 3px 0;
  right: 0px;
  z-index: 500;
  background: #000;
  text-align: left;
}
.nav-main .dropdown:after{
content: '';
position: absolute;
border-style: solid;
border-width: 0 16px 16px;
border-color: #000000 transparent;
display: block;
width: 0;
z-index: 500;
margin-left: -15px;
top: -15px;
left: 50%;
}

.nav-main > ul > li.active .dropdown {
  visibility: visible;
  opacity: 1;
}

.header-cart {
	text-transform: uppercase;
	position: fixed;
	top: 30px;
	right: 20px;
	z-index: 20;
}
.icon-cart {
  font-size: 40px;
}

.nav-main .dropdown li {
  display: block;
  line-height: 18px;
  position: relative;
}

.nav-main .dropdown li a {
  display: block;
  font-size: 14px;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  min-width: 80px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav-main .dropdown li a:hover {
  background: #FFF;
  color: #000;
}

.nav-caret {
  text-transform: lowercase;
  font-size: 7px;
  position: relative;
  display: inline-block;
  top: -2px;
  -webkit-transform: scaleX(1.5);
  -moz-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  -o-transform: scaleX(1.5);
  transform: scaleX(1.5);
}

.mobile-nav-trigger {
  display: none;
}

.cart-status {
  float: left;
  padding: 0;
  width: 70px;
  height: 70px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

@-webkit-keyframes orbpulse {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(2);
  }

  50% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes orbpulse {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(2);
  }

  50% {
    -moz-transform: scale(1);
  }

  75% {
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes orbpulse {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(2);
  }

  50% {
    -o-transform: scale(1);
  }

  75% {
    -o-transform: scale(1.2);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes orbpulse {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(2);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.cart-orb {
  height: 50px;
  width: 50px;
  border: 3px solid #000;
  position: absolute;
  top: 5px;
  right: 5px;
  position: absolute;
  z-index: 505;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  -moz-transition: -moz-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}

.cart-status .cart-orb {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  -moz-transition: -moz-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}

.cart-status:hover .cart-orb {
  -webkit-transform: scale(1.6, 1.6);
  -moz-transform: scale(1.6, 1.6);
  -ms-transform: scale(1.6, 1.6);
  -o-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
  -webkit-transition: -webkit-transform 100ms ease-out;
  -moz-transition: -moz-transform 100ms ease-out;
  -o-transition: -o-transform 100ms ease-out;
  transition: transform 100ms ease-out;
}

/* Disable orb on cart pages */
.cart .cart-status:hover .cart-orb {
  display: none;
}

.cart-count {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 510;
  top: 4px;
  left: 30px;
  color: #FFF;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  font-weight: 700;
}

.header-cart .fa {
    background: none repeat scroll 0 0 #000000;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 28px;
    height: 28px;
    margin: 0 8px;
    padding: 10px;
    width: 28px;
}

.icon-cart {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: -4px;
  z-index: 510;
}

.cart-status .cart-count-animate {
  -webkit-transform: translate(0, 16px);
  -moz-transform: translate(0, 16px);
  -ms-transform: translate(0, 16px);
  -o-transform: translate(0, 16px);
  transform: translate(0, 16px);
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}

.cart-status .cart-orb-animate {
  -webkit-transform: scale(1.6, 1.6);
  -moz-transform: scale(1.6, 1.6);
  -ms-transform: scale(1.6, 1.6);
  -o-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
  -webkit-transition: -webkit-transform 150ms ease-out;
  -moz-transition: -moz-transform 150ms ease-out;
  -o-transition: -o-transform 150ms ease-out;
  transition: transform 150ms ease-out;
}

.nav-mobile {
  display: none;
}

/* FOOTER
--------------------------------------------- */
footer {
  background: #000;
  font-size: 12px;
  line-height: 1.3em;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  position: relative;
  z-index: 500;
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: #FFF;
}

footer .inner {
  min-height: 12px;
  padding: 34px 0;
  text-align: center;
}

footer .inner ul {
	text-align: center;
}

footer .inner li {
	display: inline;
	padding: 0 10px 0 10px;
}

.site-cred {
	text-align: center;
	font-weight: 400;
	padding-top: 5px;
}
.site-cred a:hover{
  color: #00ff00;
}
div.social {
  text-align: center;
  padding: 30px 20px 30px 20px;
}

.fa {
  background: #000;
  color: #FFF;
  padding: 10px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  font-size: 25px;
  margin: 0 8px 0 8px;
}
.copyright{
  font-family: Verdana, Geneva, sans-serif;
}

/* HOME
--------------------------------------------- */
.home-product, .home-product:after, .home-product:before, .home-product-name, .home-product-name:after, .home-product-name:before, .home-insta, .home-insta:after, .home-insta:before, .instaimg, .instaimg:after, .instaimg:before,  .home-twitter, .home-twitter:after, .home-twitter:before, .product-images, .product-images:after, .product-images:before,  .product .details, .product .details:after, .product .details:before, .flex-control-thumbs li, .flex-control-thumbs li:after, .flex-control-thumbs li:before {
   -moz-box-sizing: border-box; 
   -webkit-box-sizing: border-box; 
   box-sizing: border-box;
}
.content {
	max-width: 1020px;
	margin: 0 auto;
}
.home-products {
	overflow: hidden;
	padding: 25px 0 40px 0;
}
.home-new {
	max-width: 380px;
	margin: 0px auto;
	background: #000;
	padding: 15px 10px 15px 10px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF; 
	font-size: 20px;
	font-weight: 700;
}

.home-product{
	float: left;
	clear: none;
	padding: 0 10px 20px 10px;
	position: relative;
	max-width: 33.33%;
	overflow: hidden;
}
.home-product img {
	width: 100%;
	height: auto;
	float: left;
	clear: none;	
}
.home-product-name {
	float: left;
	clear: none;
	background: #000;
	border: 3px solid #000000;
	padding: 20px 0;
	width: 100%;
	color: #FFF;
	text-align: center ;
	text-transform: uppercase;
}
.home-product a:hover .home-product-name {
	background: #FFF;
	color: #000;
}
.home-social {
	padding: 30px 0 30px 0;
	margin: 0 10px 60px 10px;
	border-top: 3px solid #000;
	overflow: hidden;
}    

.home-twitter, .home-insta {
	width: 50%;
	float: left;
	clear: none;
	text-align: center;	
	padding: 0 10px 0 10px;
}  
.home-insta-widget{ 
	padding-top: 20px;
	overflow: hidden;
}  
.instaimg {
	width: 33.33%;
	float: left;
	clear: none;
	padding: 5px;
}
#instafeed img{
	max-width: 100%;
	height: auto;
}
.tweet {
	  padding-top: 20px;
}
.interact {
	padding-top: 10px;
}
.interact a {
	padding: 0px 3px 0px 3px;
	margin: 0 5px 0 5px;
	text-transform: uppercase;
	color: #FFF;
	background: #000;
}
/* ===============Homeslider================== */
.flex-container a:active,
.homeslider a:active,
.flex-container a:focus,
.homeslider a:focus  {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.homeslider {
	margin: 0; 
	padding: 0px 0px 25px 0px;
}
.homeslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
}
.homeslider .slides img {
	width: 100%; 
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}

.homeslider .flex-control-paging {
	margin: 10px auto 0px;
	text-align: center;
}

.homeslider .flex-control-paging li a {
    display: block;
    height: 15px;
    width: 15px;
}
.flex-control-paging li a {
    background: #FFF;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border: 3px solid #000;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a.flex-active {
    background: #000;
    cursor: default;
}


/* PRODUCTS
--------------------------------------------- */
.product-name {
	max-width: 320px;
	background: #000;
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 40px;
}
.products-iso {
	max-width: 1700px;
	margin: 0 auto;
}
.products-inner {
	text-align: center;
	margin: 60px auto 60px;
	overflow: hidden;
}
.product-item {
	width: 320px;
	margin: 0px 10px 20px 10px;
	float: left;
	clear: none;
}
/* PRODUCT
--------------------------------------------- */
.product-inner{
	max-width: 1024px;
	margin: 60px auto 60px;
	overflow: hidden;
}
.product-images {
	width: 55%;
	float: left;
	padding: 0 0 0 20px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
} 
#main-img {
	width: 100%;
	height: auto;
}
.product-image li {
	float: left;
	clear: none;
	margin: 5px 5px 0px 5px;
	cursor: pointer;
}
.product .details {
  float: left;
  clear: none;
  width: 45%;
  margin-bottom: 30px;
  padding: 0 20px 0px 20px;
  text-align: center;
}
#product-tabs {
	margin-top: 30px;
	font-size: 12px;
	text-align: left;
}

#product-tabs ul {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
#product-tabs li {
    float: left;
    margin: 0 15px 0px 0px;
    padding: 0 0 5px 0;
    text-transform: uppercase;
}
#product-tabs li.active {
	border-bottom: 3px solid #000;
}
#product-sizing img{
	width: 100%;
	height: auto;
	display: inline;
}
#product-shipping p{
	margin-bottom: 20px;
}
#product-shipping h3 {
	font-weight: 700;
}

/* CART
--------------------------------------------- */
.cart-wrap{
	max-width: 1024px;
	margin: 0px auto 60px;
	overflow: hidden;
}

/* LOOKBOOK
--------------------------------------------- */
.flex-container a:active,
.lookbookslide a:active,
.flex-container a:focus,
.lookbookslide a:focus  {
	outline: none;
}
.lookbookslide {
	margin: 0; 
	padding: 20px 0px 40px 0px;
}
.lookbookslide .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
}
.lookbookslide .slides img {
	width: 100%; 
	display: block;
}

.lookbookslide .flex-control-paging {
	margin: 10px auto 0px;
	text-align: center;
}

.lookbookslide .flex-control-paging li a {
    display: block;
    height: 15px;
    width: 15px;
}
.flex-control-thumbs {
    overflow: hidden;
    position: static;
    max-width: 1024px;
    margin: 20px auto 0;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 20%;
    padding: 3px;
}
.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    width: 100%;
}

/* ABOUT
--------------------------------------------- */
.about-inner {
	padding: 40px 0 20px 0;
	text-align: center;
	
}
.about-inner img {
	margin-bottom: 20px;
}
/* STOCKISTS
--------------------------------------------- */
.stockists-inner {
	margin-top: 70px;
	overflow: hidden;
}

.stockists-inner h3 {
    font-size: 22px;
    line-height: 1.4em;
    transform: translateZ(0px);
    padding-bottom: 5px;
}
.stockists-inner p {
	margin: 0;
}
.stockists-block {
	width: 33.33%;
	float: left;
	clear: none;
	text-align: center;
}

/* TERMS
--------------------------------------------- */
.terms {
	margin-top: 70px;
	
}
/* DOM MODS
--------------------------------------------- */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

.hidden-phone {
  display: inherit !important;
}

.hidden-tablet {
  display: inherit !important;
}

.hidden-desktop {
  display: none !important;
}

/* LARGE */
@media only screen and (max-width: 1200px) {
  /* Typography */
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 20px;
    line-height: 1.5em;
  }

  h3 {
    font-size: 18px;
    line-height: 1.7em;
  }

  /* DOM mods */
  .visible-phone {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .hidden-phone {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }
}
/* MEDIUM */
@media only screen and (max-width: 880px) {

  /* Typography */
  h3 {
    font-size: 16px;
  }

  /* Modules */
  .btn {
    padding: 15px 30px;
    font-size: 16px;
  }

  /* Header */
  header {
    position: relative;
  }

  header .inner {
    margin-bottom: 10px;
  }

  .nav-main {
    height: 70px;
  }

  .nav-main ul {
    display: none;
  }
.logo {
	padding: 0 50px 0 50px;
}
  .mobile-nav-trigger {
    display: block;
    position: fixed;
    height: 70px;
    width: 50px;
    left: 10px;
    position: absolute;
    top: 20px;
  }

  .icon-menu {
    display: block;
    font-size: 30px;
    width: 30px;
    margin: 0 auto 0;
  }

  .cart-status {
    height: 70px;
    width: 50px;
  }

  .cart-orb {
    width: 60px;
    height: 60px;
    top: 5px;
    right: -4px;
  }

  .icon-cart {
    top: -4px;
  }

  .nav-mobile {
    width: 100%;
  }

  .nav-mobile > ul {
    margin: 0 20px 20px 20px;
    overflow: hidden;
  }

  .nav-mobile li {
    margin-top: 5px;
  }

  .nav-mobile li:first-child {
    margin-top: 0;
  }

  .nav-mobile a {
    display: block;
    padding: 16px 0;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 3px solid #000;
  }

  .nav-mobile a:hover {
    color: #000;
    background: #FFF;
     border: 3px solid #000;
  }

  .nav-mobile li > ul {
    display: none;
    margin-top: 0;
    background: #000;
  }

  .nav-mobile li > ul li {
    margin-top: 0;
  }

  .nav-mobile li > ul li:first-child {
    border-top: none;
  }

  .nav-mobile li > ul a {
    background: #000;
    color: #FFF;
  }
}
/* SMALL */
@media only screen and (max-width: 700px) {
  /* Typeography */
  h1 {
    font-size: 34px;
  }

  /* Global */
  .inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main .inner {
    margin-top: 40px;
  }

  .home .main .inner {
    margin-left: 0;
    margin-right: 0;
  }


  /* Modules */
  .highlight {
    font-size: 16px;
  }

  .badge-view {
    display: none;
  }
.stockists-block {
	width: 100%;
	float: none;
	text-align: center;
}

.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 33.33%;
}
  
  /* DOM mods */
  .visible-phone {
    display: inherit !important;
  }

  .visible-tablet {
    display: none !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-tablet {
    display: inherit !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }
}
/* EXTRA SMALL */
.home .main .inner {
  text-align: center;
}

.preview-inner a {
  display: block;
  position: relative;
  width: 100%;
}

.image-wrap {
  background: #ffffff;
  position: relative;
  z-index: 0;
}

.image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

.product-item .badge-empty {
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  -moz-transition: -moz-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}

.product-item:hover .badge-empty {
  color:  #ffffff ;
  background: #000000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  -moz-transition: -moz-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}

.product-item:active .badge-empty {
  -webkit-transform: scale(0.95, 0.95);
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -o-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  -webkit-transition: -webkit-transform 50ms ease-in-out;
  -moz-transition: -moz-transform 50ms ease-in-out;
  -o-transition: -o-transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out;
}

.product-item .badge {
  position: absolute;
  z-index: 2;
}

.meta {
  background: #000;
  border: 3px solid #000;
  text-align: left;
  padding: 20px;
  position: relative;
  color: #FFF;
  text-transform: uppercase;
}
.product-item:hover .meta {
  border: 3px solid #000;
  background: #FFF;
  color: #000;
}
.meta .price {
  margin: 5px 0 0px 0px;
  -webkit-transform: translateZ(0);
}

.pagination {
  display: block;
  font-size: 40px;
  line-height: 1.5em;
  margin-bottom: 80px;
  clear: both;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  white-space: nowrap;
  padding: 0 4px;
}

.pagination .current,
.pagination a:hover {
  background: #ffffff;
}

.pagination .disabled {
  display: none;
}

/* EXTRA LARGE */
/* LARGE */
@media only screen and (max-width: 1200px) {

  .pagination {
    font-size: 32px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 880px) {
  /* Categories / Artists */
  .products .main .inner {
    margin-top: 50px;
  }
  .nav-main {
   display: none;
}
}
/* SMALL */
@media only screen and (max-width: 700px) {


  .pagination {
    font-size: 22px;
    margin-bottom: 60px;
  }

  /* Categories / Artists */
  .products .main .inner {
    margin-top: 40px;
    text-align: center;
  }
}
/* EXTRA SMALL */
@media only screen and (max-width: 420px) {
  /* Products */

  .pagination {
    padding: 0 40px;
  }
}
.product .main .inner {
  margin-top: 76px;
}

.product .images {
  float: left;
  width: 66%;
  background-color: #ffffff;
  background-image:  none ;
}

.product .images-inner {
  position: relative;
}

.product .color-block {
  width: 2000%;
  height: 2000%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  background-image:  none ;
  z-index: -1;
}

.slideshow {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  background-image:  none ;
}

.slideshow img {
  display: block;
  width: auto;
  max-width: 100%;
}

.product .details {
  float: left;
  width: 45%;
}

.product h3 {
  margin: 0px 0 0 0;
  background: #000;
  color: #FFF;
  padding: 10px;
  text-transform: uppercase;
}

.product h4 {
  margin: 0 0 15px 0;
}

.product .description {
  margin: 30px 0 0 0;
}

.product .errors {
  margin: 30px 0 0 0;
}

.product .description b,
.product .description strong {
  font-weight: bold;
}

.product .description i,
.product .description em {
  font-style: italic;
}

.static-option-list {
  margin-bottom: 30px;
}

.product .description p {
  margin-bottom: 20px;
}

.product .description p:last-child {
  margin-bottom: 0;
}

.badge-sale {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 400;
}

.product .price {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}

.purchase {
  margin-top: 20px;
}

.social-links {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 15px;
}

.social-links li {
  float: left;
  margin: 0 10px 10px 0;
}

.social-links li a {
  display: block;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.09em;
  padding: 5px 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.social-links li a:hover {
  color: #ffffff;
}

@-webkit-keyframes purchasepulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes purchasepulse {
  0% {
    -moz-transform: scale(0.95);
  }

  50% {
    -moz-transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes purchasepulse {
  0% {
    -o-transform: scale(0.95);
  }

  50% {
    -o-transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes purchasepulse {
  0% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.btn-purchase {
  display: block;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  -moz-transition: -moz-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}

.btn-active:active {
  -webkit-transform: scale(0.95, 0.95);
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -o-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  -webkit-transition: -webkit-transform 50ms ease-in-out;
  -moz-transition: -moz-transform 50ms ease-in-out;
  -o-transition: -o-transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out;
}

.btn-pulse {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  -moz-transition: -moz-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}

.btn-inactive:hover {
  background: none;
  color: #000;
  background: #FFF;
  cursor: default;
}

.options {
  border: 3px solid #000;
  margin-bottom: 20px;
}

.option-selected {
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.option-selected:hover {
  color: #fff;
  background: #000;
}

.option-selected-name {
  display: block;
  font-size: 16px;
}

.options-wrap {
  height: 48px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.options-list {
  background: #FFF;
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: none;
}

.options-list li {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.options-list li:hover {
  background: #000;
  color: #FFF;
}

/* EXTRA LARGE */
/* LARGE */
@media only screen and (max-width: 1200px) {
  .product .main .inner {
    margin-right: 0;
  }

  .product h2 {
    margin-top: 20px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 880px) {
  .product .main .inner {
    margin-top: 0;
  }
}
/* SMALL */
@media only screen and (max-width: 700px) {
  .product .details,
  .product-images {
    float: none;
    width: auto;
  }

  .product-images,
  .product .details  {
    width: 100%;
    padding: 0 30px 0 30px;
  }

  .product .images-inner {
    display: block;
  }

  .product .details {
    text-align: center;
    margin: 20px 0px 0px 0px;
  }

  .product .description,
  .product .bullets {
    text-align: left;
  }

  .product .color-block {
    display: none;
  }

  .product .main .inner {
    margin: 0;
  }
  
  .product-name{
	   font-size: 20px;
  }

  .badge-sale {
    top: 20px;
    left: 20px;
  }

  .slideshow {
    max-width: 400px;
    margin: 0 auto;
  }

}
/* EXTRA SMALL */
.cart .main .inner {
  margin-top: 78px;
}

.cart-header {
  border-bottom: 3px solid #000000;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  overflow: hidden;
}

.link-continue,
.link-checkout {
  display: block;
  height: 20px;
  margin: 20px 0;
  position: relative;
}

.link-continue {
  float: left;
  padding-left: 40px;
}

.link-checkout {
  float: right;
  padding-right: 40px;
}

.icon-arrow-left,
.icon-arrow-right {
  font-size: 40px;
  line-height: 50px;
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.icon-arrow-left {
  left: 0;
}

.icon-arrow-right {
  right: 0;
}

.header-subtotal {
  float: right;
  display: block;
  height: 20px;
  margin: 20px 60px 20px 0;
}

.header-subtotal-number {
  display: block;
  float: right;
  font-size: 30px;
  line-height: 1.4em;
  position: relative;
  top: -12px;
  margin-left: 8px;
}

.cart-items {
  margin-bottom: 60px;
}

.cart-item {
  border-bottom: 3px solid #000000;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.cart-item-cell {
  float: right;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.cart-item-image {
  width: 20%;
  text-align: center;
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
}

.cart-item-name {
  width: 36%;
  padding: 0 2%;
}

.cart-item-name h3 {
  display: table-cell;
  vertical-align: middle;
}

.cart-item-actions {
  display: block;
  width: 20%;
}

.cart-item-price {
  width: 20%;
}

.cart-item-quantity {
  color: #000000;
  background: #ffffff;
  height: 50%;
}

.cart .quantity-controls {
  width: 30%;
  float: left;
  height: 100%;
  border-right: 3px solid #000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart .quantity-decrement,
.cart .quantity-increment {
  font-size: 20px;
  line-height: 22px;
  width: 101%;
  height: 50%;
  display: table;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart .quantity-increment {
  border-bottom: 3px solid #000;
}

.cart .quantity-decrement span,
.cart .quantity-increment span {
  display: table-cell;
  vertical-align: middle;
}

.cart .quantity-decrement:hover,
.cart .quantity-increment:hover {
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}

.cart-item-quantity input {
  width: 70%;
  float: left;
  height: 100%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  background: none;
  padding: 0;
  border: none;
  outline: none;
}

.cart-item-remove {
  color:  #ffffff ;
  background: #000000;
  width: 100%;
  height: 50%;
  text-align: center;
  display: table;
  cursor: pointer;
}

.icon-close {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  position: relative;
  top: 6px;
}

.cart-item-price {
  height: 100%;
  background: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  display: table;
}

.cart-item-price-inner {
  display: table-cell;
  vertical-align: middle;
}

.cart-options {
  text-align: center;
  border-bottom: 3px solid #000000;
  margin-bottom: 60px;
}

.cart-options-item {
  float: left;
  width: 30%;
  padding: 0 10%;
  margin-bottom: 60px;
}

.cart-one-option .cart-options-item {
  float: none;
  margin: 0 auto 60px;
}

.cart-options-item p {
  margin-top: 10px;
}

.cart-options-item h3 {
  margin-bottom: 10px;
}

.discount-wrap input {
  width: 100%;
  outline: none;
  padding: 15px 100px 15px 15px;
  font-size: 16px;
  color: #000000;
  border: 3px solid #000000;
  background: none;
  text-align: center;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.discount-wrap input:focus {
  background: #ffffff;
}

.discount-wrap {
  position: relative;
}

.discount-refresh {
  width: 55px;
  height: 12px;
  padding: 21px 15px;
  color: #ffffff;
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.discount-refresh:hover {
  color: #ffffff;
}

.total {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.total h3 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.countries-wrap {
  display: block;
  margin: 0 auto;
  height: 55px;
  position: relative;
  z-index: 10;
}

.countries {
  border: 3px solid #000000;
}

#country {
  display: none;
}

.country-selected {
  font-size: 15px;
  line-height: 22px;
  padding: 14px 15px 13px;
  cursor: pointer;
  position: relative;
}

.country-selected:hover {
  color: #ffffff;
  background: #000000;
}

.country-selected-name {
  display: block;
  margin-right: 30px;
  font-size: 16px;
}

.country-list {
  background: #ffffff;
  max-height: 200px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.country-list li {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.country-list li:hover {
  background: #000000;
  color: #ffffff;
}

.countries .dropdown-caret {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  text-transform: lowercase;
  font-size: 7px;
  display: block;
  font-weight: 700;
  -moz-transform: scalex(1.5);
  -ms-transform: scalex(1.5);
  -o-transform: scalex(1.5);
  -webkit-transform: scalex(1.5);
  transform: scalex(1.5);
}

.cart-btns {
  text-align: center;
  margin-bottom: 60px;
}

.cart-btns .btn {
  margin: 0 10px;
}

.grand-total {
  display: inline-block;
  padding: 10px 10px 7px;
  background: #ffffff;
  font-size: 50px;
  font-weight: 700;
  margin: 10px 0;
}

.checkout-placeholder {
  margin-top: 100px;
}

.cart .errors {
  margin: 10px 0 10px 0;
  border-radius: 0;
  padding: 15px 20%;
  
}

.cart-empty-modal {
  display: none;
}

/* EXTRA LARGE */
/* LARGE */
@media only screen and (max-width: 1200px) {
  .cart-options-item {
    width: 44%;
    padding: 0 3%;
  }

  .cart .errors {
    padding: 15px;
  }

  .cart .quantity-decrement:hover,
  .cart .quantity-increment:hover {
    background: #ffffff;
    color: #000000;
    cursor: pointer;
  }
}
/* MEDIUM */
@media only screen and (max-width: 880px) {
  .cart .main .inner {
    margin: 0;
  }

  .cart-item-price {
    font-size: 20px;
  }
}
/* SMALL */
@media only screen and (max-width: 700px) {
  .cart-item {
    height: auto;
  }

  .cart-item-cell {
    float: none;
    height: auto;
  }

  .cart-item-actions {
    height: 100px;
    width: 30%;
    float: left;
  }

  .cart-item-quantity input {
    font-size: 20px;
  }

  .icon-close {
    font-size: 20px;
    top: 2px;
  }

  .icon-close:before {
    content: "d";
  }

  .cart-item-price {
    height: 100px;
    width: 45%;
    float: left;
  }

  .cart-item-image-mobile {
    height: 100px;
    width: 25%;
    float: left;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
  }

  .cart-item-name {
    width: 100%;
    padding: 20px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .total {
    width: 80%;
    padding: 0 10%;
  }

  .cart-items,
  .cart-options,
  .cart-btns {
    margin-bottom: 30px;
  }

  .cart-options-item {
    float: none;
    width: 80%;
    padding: 0 10%;
    margin-bottom: 30px;
  }
}
/* EXTRA SMALL */
.contact-form-wrap {
  max-width: 600px;
  margin: 60px auto 80px;
}

.contact-form{
	padding: 0 20px 0 20px;
}
.contact-row {
  margin-bottom: 20px;
  overflow: hidden;
}

.contact-row-centered {
  text-align: center;
  padding-top: 30px;
}

.contact-row label {
  margin-bottom: 5px;
}

.contact-row-half {
  width: 48%;
  height: 100%;
  float: left;
  position: relative;
}

.contact-row .contact-row-half:first-child {
  margin-right: 4%;
}

.contact-form-wrap label {
  display: block;
  width: 100%;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
  border: none;
  outline: none;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  background: none;
  border: 3px solid #000000;
  color: #000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  background: #ffffff;
}

.contact-form-wrap textarea {
  height: 100px;
  resize: none;
}

.captcha-wrap {
  border: 3px solid #000000;
  height: 52px;
  overflow: hidden;
}

.captcha-code {
  width: 125px;
  height: 52px;
  float: left;
  background: #FFFFFF;
  border-right: 3px solid #000000;
}

.captcha-input {
  width: 50%;
  float: left;
}

.captcha-input input {
  border: 0px;
}

.captcha-wrap.active {
  background: #ffffff;
}

.captcha-input input {
  border-top: 0px;
  background: none;
}

.captcha-input input:focus {
  background: none;
}

.contact-form button {
  width: 100%;
  margin-top: 29px;
}

/* EXTRA LARGE */
/* LARGE */
/* MEDIUM */
@media only screen and (max-width: 880px) {
  .contact-form button {
    margin-top: 28px;
  }
}
/* SMALL */
@media only screen and (max-width: 700px) {
  .contact-row-half {
    width: 100%;
    margin: 0;
  }

  .contact-row .contact-row-half:first-child {
    margin-bottom: 20px;
  }
}
/* EXTRA SMALL */
.custom .main .inner {
  max-width: 820px;
  margin: 0px auto 70px;
}

/* Message pages */
.centered-message {
  margin-top: 80px;
  text-align: center;
}

.btn-continue {
  margin: 30px auto 0;
}

.centered-message h2 {
  margin-bottom: 10px;
}

.centered-message .btn {
  margin-top: 30px;
}

.centered-message-cart {
  margin-top: 100px;
}

.centered-message-cart h1 {
  margin-bottom: 0;
}

/* General pages */
.format-text p {
  margin-bottom: 20px;
}

.format-text b,
.format-text strong {
  font-weight: bold;
}

.format-text i,
.format-text em {
  font-style: italic;
}

.format-text ul {
  margin: 0 0 20px 40px;
}

.format-text ul li {
  display: list-item;
  list-style: disc;
}

.format-text ol {
  margin: 0 0 20px 40px;
}

.format-text ol li {
  display: list-item;
  list-style: decimal;
}

/* EXTRA LARGE */
/* LARGE */
@media only screen and (max-width: 1200px) {
  .custom .main .inner {
    margin-top: 130px 0 0 0;
    padding: 0 20px 20px 20px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 880px) {
  .custom .main .inner {
    margin: 0px 0 0 0;
    padding: 0 20px 20px 20px;
  }
}
/* SMALL */
@media only screen and (max-width: 700px) {
  /* Message pages */
  .centered-message {
    margin-top: 0;
  }

  .centered-message-cart {
    margin-top: 40px;
  }
}
/* ==========================================================================
   Isotope
   ========================================================================== */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#infscr-loading {
    background: #FFF;
    bottom: 60px;
    left: 50%;
    margin-left: -100px;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    border: 3px solid #000;
    text-align: center;
    width: 200px;
    z-index: 999;
    font-weight: 700;
    font-size: 20px;
}
#infscr-loading img {
    display: none;
}

/* ==========================================================================
   Media Quiries
   ========================================================================== */
@media (max-width: 340px){

.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 100%;
    padding: 3px 6px 3px 6px;
}
}
@media (max-width: 620px){
	.home-product{
		max-width: 600px;
		margin: 0 auto;
		float: none;
		padding: 20px;
	}
		.home-twitter, .home-insta {
		   clear: none;
		   float: left;
		   text-align: center;
		   width: 100%;
	}
	.home-twitter {
		padding-top: 20px;
	}	
}
