/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, 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;
}
/* HTML5 display-role reset for older browsers */
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;
}



/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@font-face {
  font-family: lazer84;
  src: url(../webfonts/lazer84.woff2);
}

@font-face {
    font-family: 'edoregular';
    src: url(../webfonts/edo-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

html { background-color: #000; }


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

a:hover { text-decoration: underline; }
.blog-list a:hover { text-decoration: none; }

body { color: #000; font-family: "Poppins", system-ui; font-weight: 400; font-style: normal; }

.main { background-color: #fff; }

em { font-style: italic; }

.font-eighteen { font-size: 18px; font-weight: 900; }

.offscreen { margin-left: -10000px; }

h1 { font-size: 50px; line-height: 50px; font-family: "Passion One", system-ui;
  font-weight: 400;
  font-style: normal; color: #253545; }
h2 { font-size: 24px; text-transform: uppercase; }
.HomePage h2.heading { font-size: 60px; font-family: "Passion One", system-ui;
  font-weight: 400;
  font-style: normal;  color: #253545; text-transform: none; }

h1.overlay { 
    position: absolute;
    color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10%;
    font-size: 70px;
}

.centered { text-align: center; }

.centered-block { margin: auto; display: block; color: #000; text-decoration: none; font-size: 22px; width: fit-content; color: #D15D64; }

.centered-block:hover { text-decoration: underline; }

.bigger { margin-bottom: 30px; font-size: 32px; font-weight: 900; }

p.message { text-align: center; padding-top: 60px; }

.header { background-color: #000; min-height: 80px; padding: 0; }
.logo { padding: 20px 0; width: 69%; margin: auto; }
.logo img { width: 24%; display: block; z-index: 10; position: relative; }
.navigation { width: 30%; position: absolute; right: 10%; top: 20px; }
.logo h1 { float: right; font-size: 40px; margin-left: 20px; line-height: 40px; margin-bottom: 15px; }
.navigation ul { width: 100%; text-align: center; padding-bottom: 30px; text-transform: uppercase; }
.navigation li { display: inline-block; margin: 20px 15px 0 0; }
.navigation li.last { margin-right: 0; }
.navigation li a { color: #fff; text-decoration: none; font-size: 18px; }
.navigation li.current a { color: #D15D64; }
.navigation li a:hover { color: #D15D64; }

.cart-indicator { position: relative; }
.cart-icon { width: 16px; }
.cart-icon:hover { filter: invert(38%) sepia(39%) saturate(992%) hue-rotate(307deg) brightness(108%) contrast(73%); }
#cart-count { 
    position: absolute;
    color: #fff;
    font-size: 11px;
    right: -11px;
    top: -5px;
    background-color: #D15D64;
    border-radius: 14px;
    width: 14px;
    height: 14px;
    padding: 2px;
    line-height: 13px;
    text-align: center;
    display: none;
}

#MemberLoginForm_LoginForm {
  margin: 100px auto;
    width: 20%;
    padding-left: 80px;
}

.vspace { height: 150px; }

.intro { background-color: #FFF; padding: 30px; color: #000; }
.intro h2 { font-size: 30px; }
.intro h3 { font-size: 20px; }
.content { background-color: #FFF; margin-bottom: 10px; width: 70%; margin: auto; padding-top: 20px; position: relative; }

.subscribe { background-color: #333; clear: both; padding: 0; }

.subscribe.home { background-color: #333; padding: 0; }

.subscribe-form { width: 70%; margin: auto; padding: 0 20px; color: #fff; text-align: center; padding: 0; }
.subscribe-form h3 { font-size: 18px; margin-bottom: 0;font-family: "Poppins", sans-serif; }
.subscribe-form input { width: 30%; border-radius: 3px; padding: 8px 8px; border: none; font-size: 20px; margin-right: 5px; margin-top: -2px; }
.subscribe-form button { float: none; }

.footer { background-color: #000; clear: both; padding: 30px; }

.footer-content { width: 70%; margin: auto; padding: 0 20px; color: #fff; text-align: center; }
.footer-content .logo img { width: 36%; margin: auto; }
.footer-content ul { margin-left: 0; }
.footer-content li { display: inline-block; padding: 5px; }
.footer-content a { color: #FFF; text-decoration: none; text-transform: uppercase; }
.footer-content a:hover { color: #D15D64; }
.copyright { padding-top: 50px; font-size: 12px; line-height: 15px; }


.box { width: 25%; float: left; text-align: center; position: relative; display: block; /*overflow: hidden;*/ color: #FFF; text-decoration: none;-webkit-box-shadow:inset 0px 0px 0px 10px #FFF;
    -moz-box-shadow:inset 0px 0px 0px 10px #FFF;
    box-shadow:inset 0px 0px 0px 10px #FFF; margin-bottom: 90px;
  }

/*.box { width: 24.5%; float: left; text-align: center; position: relative; display: block; overflow: hidden; color: #FFF; text-decoration: none; border-top: 10px solid #fff;
    border-left: 10px solid #fff; }*/
.box.light { color: #000; }
.box img.square { width: 100%; float: left; }
.box img.item { width: 85%; z-index: 3; position: absolute; display: block; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.box img.cap { width: 95.7%; }


@media screen and (max-width: 1920px) {
  .box img.cap { width: 94.5%; }
}
@media screen and (max-width: 1680px) {
  .box img.cap { width: 92.7%; }
}
@media screen and (max-width: 1366px) {
  .box img.cap { width: 92%; }
  .HomePage h2.heading { font-size: 38px; }
}
@media screen and (max-width: 1270px) {
  .box img.cap { width: 91%; }
}
@media screen and (max-width: 1024px) {
  .box img.cap { width: 95.6%; }
  .navigation { width: 42%; }
}
@media screen and (max-width: 768px) {
  .box img.cap { width: 94.8%; }
  .HomePage h2.heading { font-size: 30px; }
}
@media screen and (max-width: 600px) {
  .box img.cap { width: 94%; }
}



.box img.additional-item { opacity: 0; transition: all 500ms; width: 96%; }
.box span { position: absolute; bottom: -60px; left: 0; right: 0; z-index: 4; font-size: 22px; opacity: 1; color: #000; }
.box span b { padding-top: 5px; color: #999; display: block; }
.box1 { background-color: #702417; }
.box2 { background-color: #efefef; }
.box3 { background-color: #f3b917; }
.box4 { background-color: #D15D64; }
.box5 { background-color: #efefef; }
.box6 { background-color: #FCD465; }
.box7 { background-color: #7D7E52; }
.box8 { background-color: #77AD78; }

.hover { width: 100%; height: 100%; background-color: #000; position: absolute; opacity: 0; top: 0; left: 0; z-index: 2; transition: all 500ms; }

.box:hover > .hover { opacity: .2; } 
/*.box:hover > span { bottom: -45px; }*/
/*.box:hover img.item { transform: scale(4,4); top: 50%; }*/
.box:hover img.additional-item { opacity: 1; }


.product, .cart, .content-holder { width: 60%; margin: auto; padding-top: 60px; }
.product-left { width: 50%; float: left; }
.product-right { width: 46%; padding: 0 2% 30px 2%; float: left; position: relative;}
.product-right p, .content-holder p { padding: 10px 0; font-size: 16px; line-height: 20px; } 
.image-holder { display: block; position: relative; height: 500px; }
.product-image { width: 90%; margin: auto; display: block; position: absolute; background-color: #fff; cursor: pointer; }
/*.product-image-extra { z-index: 1; }*/
.product-thumb { width: 15%; margin-right: 15px; opacity:.5; cursor: pointer; }
.product-thumb:hover { opacity:.7; }
.thumb-active { opacity: 1; }
.thumb-active:hover { opacity: 1; }
.product-show { z-index: 10; }
p.product-price { padding-top: 10px; color: #999; font-size: 24px; font-weight:bold; }


.product-window { z-index: 100; width: 56%; position: absolute; top: 30px; left: 0; right: 0; margin: auto; display: block; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); display: none; }

.product-window-image { width: 100%; margin: auto; display: block; background-color: #fff }

.product-window span { transform: rotate(45deg); position: absolute; top: 12px; right: 12px; font-size: 44px; z-index: 20; cursor: pointer; background-color: rgb(255,255,255,0.5);border-radius: 30px; width: 30px; height: 30px; text-align: center; line-height: 27px; }

#next-img { position: absolute; right: 50px; top: 50%; border-top: 3px solid #fff; border-right: 3px solid #fff; width: 30px; height: 30px; transform: rotate(45deg); z-index: 10; }
#prev-img { position: absolute; left: 50px; top: 50%; border-top: 3px solid #fff; border-left: 3px solid #fff; width: 30px; height: 30px; transform: rotate(-45deg); z-index: 10; }

#next-img-shadow { filter: blur(4px); position: absolute; right: 50px; top: 50%; border-top: 3px solid #666; border-right: 3px solid #666; width: 30px; height: 30px; transform: rotate(45deg); }
#prev-img-shadow { filter: blur(4px); position: absolute; left: 50px; top: 50%; border-top: 3px solid #666; border-left: 3px solid #666; width: 30px; height: 30px; transform: rotate(-45deg); }




.product-quantity-selector { margin-bottom: 30px; }
.product-quantity-selector button { float: none; }
/*.product-quantity-input, .cart-quantity {
	width: 50px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    height: 23px;
    font-weight: 700;
    padding: 8px 1px 4px 14px;
    margin-right: 15px;
}*/

.product-quantity-input, .cart-quantity {
  width: 50px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    height: 30px;
    font-weight: 700;
    padding: 5px 1px 4px 14px;
    margin-right: 15px;
}

label { display: block; }
.product-size-selector label { padding-bottom: 10px; }
.product-size-selector { padding: 20px 0; position: relative; }
.product-size-selector a { display: inline-block; width: 34px; border: 1px solid #000; border-radius: 3px; text-align: center; color: #000; text-decoration: none; padding: 10px; font-weight: 700; margin-right: 10px; background:url(../images/stock-level.png) no-repeat;background-size: 100%;
    background-position: 0 0; position: relative; }
.product-size-selector a.high {background-position: 0 .5rem; }
.product-size-selector a.med { background-position: 0 1rem; }
.product-size-selector a.low { background-position: 0 1.5rem; }
.product-size-selector a.none { background-position: 0 -5rem; opacity: .4; pointer-events: none; }

.product-size-selector a.product-colour { width: 50px; }

.product-size-selector a span {
    font-size: 7px;
    position: absolute;
    width: 100%;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    color: #999;
  }


.what-size { font-size: 10px; color: #D15D64; text-decoration: underline; position: absolute; top: 50px; left: 1px; }
.what-size:hover { cursor: pointer; }
.what-active { top: 56px; left: 8px; }
.calculate-size { background-color: #f8f8f8; width: 93%;margin-bottom: 20px; height: 0; overflow: hidden; }
.calculate-size p { font-size: 12px; line-height: 15px; width: 95%; display: block; padding-top: 3px; }
.calculate-size h4 { font-size: 15px; padding-top: 15px; margin-bottom: 5px;}
.calculate-size table { background-color: #fff; border: 1px solid #000; clear: both; width: 90%; font-size: 11px; margin: 0 auto 10px auto; }
.calculate-size tr.top-row { font-weight: bold; }
.calculate-size td { border: 1px solid #000; text-align: center; padding: 4px 0; width: 12%; }
.calculate-size td.ref { width: 20%; }
.calculate-size td sup, .calculate-size td sub { font-size: 8px; }
.measure-arrow { color: #fff; font-size: 40px; position: absolute; left: 9%; top: 32%; font-family: Arial; }
.measure-arrow span { position: absolute; left: 37px; }
.sizing-img { float: left; width: 40%; margin-top: 10px; }
.size-buttons { clear: both; }

a.discharge { color: #D15D64; text-decoration: none; }
a.discharge:hover { text-decoration: underline; }



.cloud{ 
   margin-top:70px;
   width:280px;
   padding: 15px;
   /*height:96px;*/
   background: #000;
   box-shadow: 10px 10px rgba(0,0,0,0.1);
   /*border-radius:100px;*/
   position: absolute;
   right: 0;
   display: none;
   text-align: center;
   color: #fff;
}

.cloud h3 { font-size: 18px; }


/*.cloud{ 
   margin-top:70px;
   width:280px;
   height:96px;
   background:#f8f8f8;
   box-shadow: 10px 10px rgba(0,0,0,0.1);
   border-radius:100px;
   position: absolute;
   display: none;
}*/

/*
.cloud::after, .cloud::before{
    content:"";
    position:relative;
    display:inline-block;
    background:inherit;
    border-radius:inherit;
}
.cloud::after{
    width:80px;
    height:80px;
    top:-130px;
    left:-120px;
}
.cloud::before{
    width:144px;
    height:144px;
    top: -70px;
    left:130px;
}*/

.cloud p {
  /*position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;*/
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}



.suggested { border: 1px solid #ccc; width: 16%; display: inline-block; margin: 30px 1%; padding: 5px 1% 20px 1%; position: relative;
    overflow: hidden; 
}
.suggested:hover .suggested-hover { opacity: 1; }
.suggested:hover .product-title-pop { opacity: 1; }
.suggested img { width: 100%; position: relative; }
.suggested-hover { 
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 500ms;
}

.product-title-pop { 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    color: #fff; 
    text-shadow: 0 0 2px #333;
    opacity: 0;
    transition: all 500ms;
}





.product-size-selector a:hover { background-image: none; background-color: #D15D64; color: #fff; }
.product-size-selector a:hover span { color: #fff; }

.product-size-selector a.size-active { background-color: #D15D64; color: #fff; background-position: 0 100px; }
.product-size-selector a.size-active span { color: #fff; }

.subtotal-row button { float: none; background-color: #fff; color: #000; margin-right: 30px; }
a.continue { float: none; background-color: #fff; color: #000; margin-right: 0; border-radius: 3px; padding: 11px 15px; border: 1px solid #000; text-decoration: none; text-transform: uppercase; font-size: 13px; }
a.continue:hover { background-color: #D15D64; color:#fff; }

@media screen and (max-width: 2260px) {
  a.continue { display: block; width: fit-content; }
  .sizing-img { margin-bottom: 60px; }
}

.total-row button { float: none; margin-left: 30px; padding: 13px 26px; font-size: 15px; }

button { color: #fff; background-color: #000; border-radius: 3px; padding: 11px 15px; border: 1px solid #000; }
button:hover { background-color: #D15D64; color:#fff; }

.error { display: none; background-color: #D15D64; border-radius: 3px; color: #fff; padding: 8px; }

p.product-materials { padding-top: 30px; color: #999; font-size: 16px; }

p.product-notes { font-size: 12px; padding: 0; }
p.product-notes a { color: #77AD78; }

p.product-price-note { padding-top: 30px; font-size: 12px; color: #999; }

.product-pre-footer { clear: both; padding: 180px 0 60px 0; text-align: center; }

.grid { margin-bottom: 100px; }
.grid.featured { margin-bottom: 0; }

/* HOME */

.masonry {
  columns: 4;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .masonry {
    columns: 3;
  }
}
@media (max-width: 992px) {
  .masonry {
    columns: 2;
  }
}
.masonry .grid {
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
}
.masonry .grid:before {
  /*border-radius: 5px;*/
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: rgba(0, 0, 0, 0.2);*/
}
.masonry .grid img {
  width: 100%;
  /*border-radius: 5px;*/
}
.masonry .grid__title {
  font-size: 28px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  opacity: 0;
  transition: all 500ms;
  text-shadow: 1px 1px 2px black;
}

.grid:hover .grid__title { opacity: 1; }

.masonry .grid__title_large { font-size: 30px; opacity: 1; margin-bottom: 26px; }
.masonry .grid__body_block p { font-size: 18px; line-height: 22px; }


.masonry .grid__author {
  font-size: 14px;
  font-weight: 300;
}
.masonry .grid__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.masonry .grid__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 30px;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
}
.masonry .grid__tag {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 5px;
}

.mt-auto {
  margin-top: auto;
}

@media screen and (max-width: 1366px) {
  .masonry .grid__body { padding: 22px 22px; }
  .masonry .grid__title_large { font-size: 22px; }
}


/* CART */
.CartPage .subscribe-form { display: none; }
.cart { width: 50%; }
.header-row { border-bottom: 1px solid #999; padding: 30px 0 15px 0; margin-bottom: 30px; }
.product-row { margin-bottom: 30px; border-bottom: 1px solid #999; }
.product-row h3 { text-transform: uppercase; font-weight: 700; margin-bottom: 10px; font-size: 18px; }
.product-row span { color: #999; }
.product-row button { color: #999; background-color: #fff; border-radius: 3px; padding: 5px 8px; border: 1px solid #999; }
.product-row button:hover { color: #fff; background-color: #D15D64; }
.subtotal-row { margin-bottom: 15px; padding: 15px 0 15px 0; text-align: right; }
.subtotal-row span { font-size: 18px; padding-left: 50px; padding-right: 13px; font-weight: 600; }
.total-row { margin-bottom: 30px; padding: 0 0 15px 0; text-align: right; }
.total-row span { font-size: 12px; color: #999;}

.cart h1 { text-align: center }
.fifty { width: 50%; display: inline-block; }
.forty { width: 40%; display: inline-block; vertical-align: top; }
.sixteen { width: 16.333333%; display: inline-block; vertical-align: top; font-size: 18px; }
.ten { width: 10%; display: inline-block; }
.ten img { width: 80%; display: inline-block; margin-top: -20px; }
.go-center { text-align: center; }
.go-right { text-align: right; }
.cart-quantity { margin-top: -10px; }

#cart-output { position: relative; }
.promo-row { width: 250px; position: absolute; right: 10px; bottom: 70px;text-align: right; }
.promo-row a { font-size: 12px; color: #999; margin-bottom: 10px; display: block; margin-bottom: 16px; }
#promocode { height: 15px;
    padding: 6px;
    float: left;
    margin-right: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 126px;
    font-size: 14px; }
.promo-row button { height: 29px; margin-right: 0; padding: 7px 10px 6px 10px; margin-top: 0; background-color: #77AD78; }
.promo-row button:hover { background-color: #D15D64; }
.promoholder { display: none; float: right; }

.free-delivery { font-size: 10px; font-weight: 900; color: green; padding-bottom: 15px; }

.empty { font-size: 24px; display: block; text-align: center; padding-top: 30px; }
.empty button { float: none; }

.additional-products { margin: 60px 0; text-align: center; display: block; }

/*input[type=number]::-webkit-outer-spin-button, 
      input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: inner-spin-button !important;
        width: 25px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        margin-top: 5px;
      }*/

.paypal-window {
  position: absolute;
    margin: auto;
    width: 400px;
    left: 0;
    right: 0;
    top: 200px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    display: none;
    border-radius: 3px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3);
z-index: 20;
}
.paypal-window h2 { font-size: 30px; margin-bottom: 15px; }
.paypal-window p { margin-bottom: 30px; }

.free-ship-holder, .au-free-ship-holder { display: none; }

.open {
    position: fixed;
    width: 100%;
    height: 5000px;
    background-color: #000;
    top: 0;
    opacity: .8;
    display: none;
    z-index: 15;
}

.pp-holder { display: none;transition: all 500ms; }
.showpp { display: block; }
.shipping-btn { margin: 0 auto 15px auto; float: none; }
.shipping-fade { opacity: .1; }
.shipping-selected { opacity: 1; }

.close { transform: rotate(45deg); position: absolute; top: 14px; right: 16px; color: #999; text-decoration: none; font-size: 28px; }
.close:hover { text-decoration: none; }

.close-discharge { top: 3px; right:9px; color: #fff; }

.checkout-logo { width: 60%; margin-bottom: 30px;  }

.promoapplied {
  font-size: 12px;
    background-color: #77AD78;
    padding: 9px;
    position: absolute;
    bottom: 12px;
    color: #FFF;
    width: fit-content;
    right: 1px;
    border-radius: 3px;
  }

.freeship {
    background-color: transparent;
    bottom: 46px;
    color: #666;
    padding: 0;
    right: 0;
}


/* PAGE STYLES */

.content-left { width: 50%; float: left; }
.content-left img { width: 90%; }

.content-right { width: 50%; float: left; }

.nextlevel { 
    margin-top: 100px;
    display: inline-block;
    width: 94%;
    background-color: #e6e6e6;
    border-radius: 6px;
    padding: 3%;
    margin-bottom: 100px;
}
.nextlevel img { width: 13%; float: left; margin-right: 20px; margin-top: 30px; margin-bottom: 30px; }
}
 

/* MOBILE STYLES */


@media screen and (max-width: 2260px) {
  .product-size-selector a { width: 7%; }
}
@media screen and (max-width: 2060px) {
  .product-size-selector a { margin-right: 6px; }
}

@media screen and (max-width: 1960px) {
  .product { width: 64%; }
}

@media screen and (max-width: 1920px) {
  .product, .cart, .content-holder { width: 74%; }
}

@media screen and (max-width: 1680px) {
  .product, .cart, .content-holder { width: 80%; }
  .suggested { width: 22%; }
}

@media screen and (max-width: 1460px) {
  .product, .cart, .content-holder { width: 90%; }
}

@media screen and (max-width: 1260px) {
  .product, .cart, .content-holder { width: 100%; }
  .BlogPageHolder .content-holder { width: 100%; }
}

@media screen and (max-width: 600px) {
  .cart { width: 90%; }
  .BlogPageHolder .content-holder { width: 100%; }
  .nextlevel h2 { clear: both; }
  .message-row { width: 374px; float: right; }
  
}

@media screen and (max-width: 1024px) {
  .content { width: 96%; }
  .logo { width: 94%; }
  .navigation { right: 0; }
  .product, .cart, .content-holder { padding-top: 15px; }
  .product-window { width: 80%; }
  .product-right { width: 43%; padding: 60px 3% 30px 3%; }
}
@media screen and (max-width: 768px) {
  .content { width: 90%; }
  .suggested { width: 26%; }
  .nextlevel img { width: 20%; }
  .nextlevel h2 { font-size: 20px; }
  .HomePage .content, .Page .content, .CartPage .content { width: 96%; padding: 2%; }
  .navigation { width: 50%; }
  .product-right { width: 50%; padding: 20px 0 30px 0; }
  .product-left { width: 47%; padding-left: 3%; }
  .cloud { right: 10%; }
  .image-holder { height: 360px; }
  .subscribe-form { width: 98%; }
  .subscribe-form h3 { font-size: 18px; margin-bottom: 30px; }
  h1 { font-size: 28px; }
  .fifty { font-size: 18px; }
  .product-size-selector a { width: 25px; }
}

@media screen and (max-width: 600px) {
  .navigation { width: 100%; position: static; }
  .subscribe-form h3 span { display: none; }
  .vspace { height: 20px; }
}






@media screen and (max-width: 1024px) {
	.box { width: 50%; }
	.logo img { width: 40%; }
}

@media screen and (max-width: 768px) {
  .logo { padding: 10px 0 20px 0; }
  .logo img { width: 30%; margin-top: 30px; }
}
@media screen and (max-width: 600px) {
  .logo img { margin: 20px auto auto auto; width: 60%; }
  .content-left, .content-right { width: 100%; }
  .content-left img { width: 100%; }
  .nextlevel img { width: 30%; }
  .footer-content .logo img { width: 60%; }
  .ten { width: 20%; }
  .ten img { width: 100%; margin-top: 0; }
  .forty { width: 30%; position: relative; padding-left: 1%; }
  .product-row h3 { font-size: 14px; }
  .fifty, .sixteen { font-size: 14px; }
  .product-left { width: 100%; padding-left: 0; float: none; position: static; }
  .product-image { width: 100%; }
  .product-right { width: 80%; margin: auto; float: none; }
  .image-holder { height: 600px; }
  .thumb-holder { text-align: center; margin-top: 15px; }
  .content { padding-top: 0; }
  .product-pre-footer { padding: 30px 0 60px 0; }
  .promo-row { bottom: 100px; }
  
}

@media screen and (max-width: 430px) {
  .content { width: 98%; }
  .box { width: 100%; }
  .logo img { width: 60%; padding-right: 0; }
  .nextlevel img { margin-bottom: 10px; width: 50%; margin-top: 10px; }
  .footer-content .logo img { width: 90%; }
  .masonry { columns: 1; }
  .product-row, .header-row { margin-bottom: 20px; padding-bottom: 10px; }
  .product-row button { position: absolute; top: 30px; left: 160px; font-size: 10px; border: 0; text-decoration: underline; }
  .subtotal-row button { margin-right: 0; position: absolute; top: 70px; left: 11px; font-size: 10px;  padding: 8px 5px; }
  .subtotal-row { position: relative; margin-bottom: 0; padding-top: 0;}
  .subtotal-row span { padding-left: 16px; padding-right: 0; }
  .total-row button { margin-right: 0; }
  .subscribe-form { width: 100%; }
  .cart-quantity { width: 30px; }
  .image-holder { height: 414px; }
  .product-right { width: 90%; }
  .paypal-window { width: 320px; top: 10px; }
  .message-row { position: absolute;
    width: 300px;
    float: none;
    bottom: -40px; }
  .promo-row { width: auto; bottom: 0; text-align: right; position: static; }
  .promoapplied { padding: 8px; }
  #promocode { width: 100px; }
  .product-row span { font-size: 12px; }
}

@media screen and (max-width: 390px) {
  .product-row button { left: 152px; }
}

@media screen and (max-width: 375px) {
  .image-holder { height: 375px; }
  .product-right { width: 92%; }
  .paypal-window { top: -60px; }
  .promo-row { bottom: 109px; }
  .promoapplied { font-size: 10px; padding: 7px; }
  .product-row button { left: 146px; }
}

@media screen and (max-width: 320px) {
  .cart-quantity { width: 20px; height: 15px; padding: 8px 1px 4px 10px; margin-left: 0px; margin-right: 0; }
  .product-row button { left: 164px; }
  .footer-content { width: 90%; }
  .image-holder { height: 320px; }
  .product-right { width: 90%; }
  .product-size-selector a { margin-right: 2px; padding: 8px; }
  .paypal-window { width: 260px; }
  .shipping-btn { font-size: 11px; }
  .cloud { right: 0; }
  .message-row { width: 100%; margin-bottom: 0; position: absolute; bottom: 74px; }
  .promo-row { bottom: 120px; }
}

.BlogPage .content-holder { padding-bottom: 80px; }
.BlogPage h1 { margin: 20px 0 40px 0; }
.BlogPage h2 { margin: 0 0 60px 0; }
.BlogPage .blog-holder p { width: 90%; line-height: 24px; }
.hero-image { position: relative; width: 98.8%; margin: 0 auto 30px auto; }
.BlogPage .hero-image { width: 100%; }
.hero-image img { width: 100%; }
.blog-image { margin: 20px 0 20px 0; }
.blog-image img { width: 70%; }
.blog-details { font-size: 14px; color: #888; }

.blog-breadcrumbs { font-size: 14px; color: #666; }
.blog-breadcrumbs a { color: #999; text-decoration: none; }
.blog-breadcrumbs a:hover { color: #D15D64; }
.blog-breadcrumbs strong { font-weight: bold; }
.blog-list { padding: 30px 0 100px 0; }
.blog-item { padding: 10px; border: 1px solid #CCC; }
.blog-item h2 { font-size: 22px; }
.blog-item h3 { font-size: 16px; margin-bottom: 15px; }
.blog-item p { color: #999; font-style: italic; }
.blog-link { color: #000; text-decoration: none; }
.blog-thumb { width: 30%; float: left; margin-right: 3%; margin-bottom: 15px;  }
.blog-info h2 { margin-bottom: 15px; }



.privacy ul li { list-style-type: disc; }


@media screen and (max-width: 1680px) {
  .BlogPage .blog-holder p { width: 70%; }
}

@media screen and (max-width: 768px) {
  .BlogPage .blog-holder p { width: 100%; }
  .BlogPage h1 { line-height: 32px; }
  .BlogPage h2 { margin: 0 0 20px 0; font-size: 18px; }
  .blog-image img { width: 100%; }
  .footer-content { width: 80%; }
  .blog-item h2 { font-size: 24px; }
  .blog-thumb { margin-bottom: 5px; width: 40%; }
}

@media screen and (max-width: 600px) {
  .blog-thumb { width: 100%; float: none; }
  .ProductPageHolder .hero-image { margin: 20px auto 30px auto; }
  .ProductPageHolder .hero-image h1.overlay { font-size: 50px; }
}

@media screen and (max-width: 414px) {
  .BlogPage h2 { margin: 0 0 30px 0; }
}

.social-icons { padding-top: 20px; }
.social-icons img { width: 4%; margin: 0 5px; }

.message { text-align: center; padding: 5px 0; color: #fff; background-color: #333; line-height: 20px; }

.CartPage .message { background-color: #D15D64; }

.hero-image a { position: relative; display: block; }
.hero-image h3 { position: absolute;
    font-size: 20px;
    left: 3%;
    bottom: 5%;
    background-color: #fff;
    color: #000;
    padding: 6px;
    border-radius: 0; }

@media screen and (max-width: 1366px) {
  .social-icons img { width: 7%; }
}

@media screen and (max-width: 768px) {
  .footer { padding-bottom: 100px; }
  .hero-image h3 { font-size: 18px; }
}

@media screen and (max-width: 600px) {
  .footer-content li { display: block; padding: 8px; }
  .footer { padding-bottom: 40px; }
  .message { font-size: 14px; }
  .offscreen { margin-top: -20px; }
  .hero-image { margin: 0 auto 0 auto; }
}

@media screen and (max-width: 414px) {
  .social-icons img { width: 18%; }
  .hero-image h3 { display: none; }
  .cart-icon-holder { position: absolute; top: 1%; right: 3%; z-index: 100; }
  .logo { padding-top: 20px; }
  .cart-icon { width: 22px; }
  .subscribe-form h3 { font-size: 16px; line-height: 34px; }
  .navigation li.Last { margin: 20px 0 0 0; }
  .message { font-size: 13px; }
  .hero-image { margin: 0 auto 0px auto; }
}





