/** Shopify CDN: Minification failed

Line 278:2 Expected identifier but found "*"
Line 1363:0 Unexpected "}"

**/
@charset "utf-8";
/* 
* Selecter v3.2.4 - 2015-01-07 
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library. 
 * http://formstone.it/selecter/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */


.selecter {
  position: relative;
  display: block;
  margin: 10px 0;
  z-index: 1;
  text-align: center;
}
.selecter:focus {
  box-shadow: none;
  outline: none;
}
.selecter,
.selecter * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
  box-sizing: border-box;
}
.selecter-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.selecter-element,
.selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .selecter-element {
  left: -999999px;
}
.selecter-selected {
  position: relative;
  background: #ffffff;
  border: 2px solid #f0f0f0;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  text-overflow: clip;
  z-index: 2;
}
.selecter-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: -15px;
  right: 20px;
  bottom: 0;
  content: '\f107';
  display: block;
  margin: auto 0;
  font-family: fontAwesome;
  font-size: 16px;
}
.no-touch .selecter-selected:hover {
  color: #333333;
}
.no-touch .selecter.disabled .selecter-selected:hover {
  color: #cccccc;
}
.selecter-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #d4d4d4;
  border-top: 0;
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}
.selecter-options.scroller {
  position: absolute;
}
.no-opacity .selecter-options {
  width: auto;
}
.selecter-group {
  border-bottom: 1px solid #eee;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.selecter-item {
  width: 100%;
  background: #ffffff;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  text-decoration: none;
  text-overflow: ellipsis;
}
.selecter-item.placeholder {
  display: none;
}
.selecter-item.selected {
  background: #fcfcfc;
}
.selecter-item.disabled {
  color: #999999;
  cursor: default;
}
.selecter-item:first-child {
  border-radius: 0;
}
.selecter-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 2px 2px;
}
.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
  color: #333333;
  background-color: #ddd;
}
.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.selecter.open {
  z-index: 3;
}
.selecter.open .selecter-selected {
  z-index: 51;
  border-radius: 3px 3px 0 0;
}
.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #ffffff;
  box-shadow: 0;
}
.selecter.cover .selecter-options {
  border-width: 1px;
  top: 0;
  border-radius: 3px;
}
.selecter.cover .selecter-options .selecter-item.first {
  border-radius: 3px 3px 0 0;
}
.selecter.cover.open .selecter-selected {
  z-index: 49;
  border-radius: 3px 3px 0 0;
}
.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.selecter.bottom .selecter-item:last-child {
  border: none;
}
.selecter.bottom.open .selecter-selected {
  border-radius: 0 0 3px 3px;
}
.selecter.bottom.open .selecter-options {
  border-radius: 3px 3px 0 0;
}
.selecter.bottom .cover .selecter-options {
  top: auto;
  bottom: 0;
}
.selecter.bottom .cover.open .selecter-selected {
  border-radius: 3px;
}
.selecter.bottom .cover.open .selecter-options {
  border-radius: 3px;
}
.selecter.multiple .selecter-options {
  width: 100%;
  position: static;
  border-width: 1px;
  display: block;
  border-radius: 3px;
  box-shadow: none;
}
.selecter.disabled .selecter-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-options {
  background: #ffffff;
  border-color: #cccccc;
}
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
  background: #fafafa;
}
.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.selecter-options.scroller {
  overflow: hidden;
}
.selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}
@media screen and (max-width: 740px) {
  .selecter {
    max-width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%;
  }
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  display: block;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  margin-top: 30px;
}



/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -16px;
    background: transparent;
    top: -42px;
}

a.bx-prev:after {
    font-family: FontAwesome;
    font-size: 22px;
    color: #000000;
    content: "\f106";
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
}

.bx-wrapper .bx-next {
	left: 50%;
    background: transparent;
	margin-left: -16px;
  	bottom: -42px;
}

a.bx-next:after {
    font-family: FontAwesome;
    font-size: 22px;
    color: #000000;
    content: "\f107";
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 32px;
	height: 32px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#mobile-product .bx-controls.bx-has-controls-direction {
    display: none;
}

ol.flex-control-nav {
    display: none;
}

.mobile-gallery { text-align: center; position: relative; }

.collection-banner {
    text-align: center;
  margin-bottom: 0px;
}

body.collection #breadcrumb, #breadcrumb {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
#breadcrumb, #breadcrumb a {
  color: #999;
  font-family: "lato",sans-serif;
  font-size: 14px;
  font-weight:600;
  letter-spacing: 0;
  text-transform: capitalize;
}

.collectiontitle {
    text-align: left !important;
    display: block;
    width: 100%;
}
#sidebar h4 {
  color: #422b10;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.flex-caption {
	background: none;
	line-height: normal;
	margin: auto auto auto 20%;
	max-width: 540px;
	padding: 30px 30px 50px;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.prevarrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 7px 4px 0;
	border-color: transparent #999999 transparent transparent;
	margin-right: 3px;
}
@media screen and (min-width: 981px) {
  #sidebar {
   	margin-left: 0px; 
  }
}

#popups li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}


.section-title.lines h2 {
    background-color: #ffffff;
    color: #666;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding: 8px 23px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
#product-description h1 {
    font-size: 20px;
    text-transform: capitalize !important;
    font-weight: normal;
    letter-spacing: 0px;
}
.product-price {
  font-size: 20px;
}
#product-description #product-price {
    font-weight: bold;
}

#product-right {
    background: #ffffff none repeat scroll 0 0;
    border: 7px double #f0f0f0;
    padding: 20px;
}
#footer-wrapper {
  padding: 40px 0;
}
#footer-wrapper h4 {
    border-bottom: 1px solid #886058;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
ul#footer-icons {
    border-top: 1px solid #886058;
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
#footer-wrapper ul li a:hover {
  text-decoration: underline;
}
.credit p {
  color: #ececec;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: none;
}
.credit {
    margin-top: 4px;
    text-align: center;
}
.flexslider .slides > li {
  max-height: 700px;  
  overflow: hidden;
}
.cta a {
  background: #00b577 none repeat scroll 0 0;
  border-radius: 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 40px;
}
.cta a:hover {
  color: #ffffff;
  background: #009b66;
  box-shadow: none;
}
.flex-caption p {
  color: #ffffff;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  line-height:28px;
  letter-spacing: 0px;
  margin: auto;
  max-width: 700px;
  text-shadow: 0 0 16px rgba(0, 0, 0, 1);
}

h2.slide-title {
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.flex-caption h2.slide-title {
  font-size: 40px;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform:uppercase;
  letter-spacing: 2px;
}
.cta {
  margin-top: 35px;
}
#lower-description .rte {
    text-align: left;
}
#hello p {
  color: #5d443f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #91817d;
    line-height: 48px;
    position: relative;
    z-index: 3;
}
ul#cart li a {
    color: #5d443f;
    font-size: 13px;
    font-weight: 600;
}
.currency-picker {
    display: none;
}
ul#cart {
    float: right;
}
header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #91817d;
    line-height: 48px;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 3;
}
ul#cart li a:hover {
 	color: #333; 
}
#footer-wrapper ul {
    list-style: outside none none;
    margin-top: 14px;
    line-height: 30px;
}
div#footer_signup {
  margin-top: 14px;
}
.homepage-promo .promo-inner .caption {
    backface-visibility: hidden;
    padding: 0;
    text-transform: uppercase;
}
.owl-controls.clickable {
  top: 40%;
}
.owl-prev::after, .owl-next::after {
  font-size: 40px;
}
.homepage-promo .promo-inner h3, .homepage-promo .promo-inner h3 {
  color: #422b10;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 !important;
  padding-top: 21px;
  transform: scale(1) !important;
  width: 100%;
  word-spacing: normal;
}
.homepage-promo .promo-inner .caption, .homepage-promo .promo-inner .caption > a {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    height: 90px;
    left: auto;
    position: absolute;
    top: auto;
    width: 100%;
}
.homepage-promo .promo-inner p {
    color: #4d3935;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
}
#collection-loop .collection-info::after {
  content: "SHOP NOW";
  font-weight: 600;
  font-family: "Lato",sans-serif !important;
  font-size: 14px;
}
.product-description > h3 {
  display: none;
}
ul#main-nav li ul.submenu li a {
  color: #fff;
}
ul#main-nav li ul.submenu {
  background: #5d443f none repeat scroll 0 0;
  border-bottom: 6px solid #00b577;
  border-left: none;
  border-right: none;
}
ul#main-nav li ul.submenu li.nest::after {
  color: #fff;
}
.nested {
  background: #5d443f none repeat scroll 0 0;
  border-color: -moz-use-text-color #886058 #886058;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 2px 2px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
ul#main-nav li:hover > a {
  background: #5d443f none repeat scroll 0 0;
  color: #ffffff;
  text-decoration: none;
}
ul#main-nav li ul li:hover > a {
  color:#00d089 !important; 
}
input#footer-subscribe:hover {
  background: #009b66 none repeat scroll 0 0;
}
ul#main-nav li ul.submenu li a:hover {
  color: #5d443f;
}
ul#footer-icons a:hover {
  text-decoration: none !important;
}
.product-modal:hover {
  background: #00b577 none repeat scroll 0 0;
}
#product-description > h3 {
  display: none;
}
.icn {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
 
    font-family: "Lato",sans-serif;
   
}
body.gridlock.product #breadcrumb {
  margin-bottom: 40px;
}
.product-info h3 {
    font-size: 14px;
    font-weight: 400;
    height: 44px !important;
    letter-spacing: initial;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}
.product-info h3:hover {
    text-decoration:underline;
}
.product-info a {
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
}
.product-info h3 a:hover {
  text-decoration: underline;
}
#pagination span.current {
  color: #00a069;
  font-size: 16px;
}
#pagination a {
  font-size: 16px;
}
#pagination .count {
  padding-bottom: 10px;
}
#pagination {
  text-align: right;
}
.prod-image {
  border: 1px solid #ddd;
}
.price {
  font-family: "Lato",sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
  text-align:left;
}
#collection-loop .collection-info {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  bottom: 0;
  color: #422b10;
  margin-top: 0;
  min-height: 82px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  cursor: pointer;
}

#collection-loop .collection-info h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
  padding-top: 11px;
  text-transform: uppercase;
  color: #422b10;
  font-family: "Montserrat",sans-serif;
}
#collection-loop p {
 	display:none; 
}
#logo > a {
    position: relative;
    z-index: 99;
}

.product-info-inner h4 {
    display: none;
}
.homepage-section #collection-loop {
    padding-top: 25px;
}

#search_popup form {
    position: relative;
}
#search_popup form button {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 10px 11px;
}
#search_popup form input {
    text-align: left !important;
    text-indent: 12px !important;
}
.product-modal {
  background: #5d443f none repeat scroll 0 0;
  bottom: 10%;
  color: #ffffff;
  display: none;
  font-size: 13px;
  font-weight: 600;
  height: 44px;
  left: 10%;
  letter-spacing: 1px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.5s ease 0s, color 0.5s ease 0s;
  width: 80%;
}
.filtcount-0 {
    display: none;
}
#collection-loop .section-title {
    display: none;
}
.owl-wrapper .prod-image img {
    padding: 13%;
}
#yousave {
    color: #ba2323;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}
.onsale {
  color: #422b10;
  display: inline;
  font-size: 16px !important;
  font-weight: 600;
}
.owl-wrapper-outer {
  margin-bottom: 40px;
}
.was, .product-compare-price, .compare-price, .was-related {
    color: #777;
    text-decoration: line-through;
    font-weight: normal;
    font-size:14px;
}


.content-wrapper #content .filter-toggle .icon {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    height: 0;
    left: 8px;
    position: relative;
    top: 15px;
    width: 0;
}
.content-wrapper #content .filter-toggle.active .icon {
    border-color: transparent transparent #fff;
    border-width: 0 6px 7px;
    top: -13px;
}

#pdet-btm {
    background: url('https://cdn.shopify.com/s/files/1/1277/0269/t/2/assets/pdet-btmbg.jpg');
    float: none;
    max-width: 1180px;
    width: 100%;
    max-height: 317px;
}

#pdet-btm {
    background: rgba(0, 0, 0, 0) url("https://cdn.shopify.com/s/files/1/1277/0269/t/2/assets/pdet-btmbg.jpg") repeat scroll 0 0;
    float: none;
    height: 317px;
    margin: 50px auto auto;
    max-width: 1180px;
    width: 100%;
}
.pdbox p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 21px;
}
.pdbox strong {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 22px;
    display: block;
}
.pdbox {
    background: rgba(69, 49, 45, 0.8);
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 29px;
    width: 22.4%;
    margin-right: 2%;
    padding-top: 56px !important;
    height: 259px;
    padding: 3px 25px;
}
.pdbox a {
    color: #fff !important;
    text-transform: uppercase;
    border: 1px #ccc solid;
    display: inline-block;
    padding: 5px 14px;
    font-weight: bold;
}
#freeshipping {
  color: #00a069;
  font-size: 16px;
  font-weight: bold;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #5d443f none repeat scroll 0 0;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #00b577;
}
body.collection h1 {
  color: #422b10;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-align: center !important;
}
#sidebar a {
  font-size: 14px;
  line-height: 30px;
}
#sidebar a:hover {
  text-decoration: underline;
}
.filter-toggle {
 display:none; 
}
.product-index img {
    display: block;
    margin: 0 auto;
    padding: 12.5%;
}
#pagination .fa-caret-right::after {
  background-color: #00b577;
  content: "next »";
  font-family: "lato",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 8px 6px 10px;
  color:#fff;
}
#pagination > a
#pagination .fa-caret-left:after {
    content: "< previous";
    font-style: normal;
}

#page h1.page-title {
    border-bottom: 1px solid #f0f0f0;
    letter-spacing: normal;
    text-align: center;
}
.headetext, ul#cart li a {
  color: #5d443f;
  font-family: "lato", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-right: 4px;
  text-transform: uppercase;
}
.collection .fancybox-wrap {
    float: none;
    left: 50% !important;
    margin: auto !important;
    max-width: 1200px;
    transform: translateX(-50%);
}
.collection .fancybox-inner {
    height: auto !important;
    max-width: 100%;
    padding: 40px !important;
}
.collection .fancybox-wrap {
    float: none;
    left: 50% !important;
    margin: auto !important;
    max-width: 1200px;
    transform: translateX(-50%);
    width: 100% !important;
}
.collection .fancybox-inner {
    height: auto !important;
    max-width: 100%;
    padding: 40px !important;
    width: 100% !important;
}
.fancybox-inner .product-price {
    font-size: 20px;
    font-weight: bold;
}
#admin_bar_iframe {
    display: none;
}

ul#main-nav li.dropdown > a::after {
    margin-left: 4px;
}

ul#main-nav li a {
  color: #ffffff;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding:0 9px 0 9px;
  text-transform: none;
}
.product-add input {
	background: #00b577 none repeat scroll 0 0;
}
.product-add input:hover {
  background: #5d443f;
}
.bigimage {
    float: right !important;
}
#product-description .select, #product-description .select .selector-wrapper {
    display: block !important;
}
.swatch {
    display: none;
    margin: 0;
}
.morecolors img {
  display: inline-block;
  margin-right: 5px;
  padding: 0 !important;
  position: relative;
  top: 3px;
  width: 16px;
}
.morecolors {
    background: #fff none repeat scroll 0 0;
    color: #555;
    font-weight: bold;
    height: 40px;
    padding: 0 2px;
    text-align: left;
    text-transform: uppercase;
}

.thumbwrapper {
    float: left !important;
    width: 100% !important;
}
.thumbnail-slider .slide {
    float: none;
    margin: 5px;
    width: 60px !important;
}
.thumbnail-slider .slide img {
    padding: 7px;
}
.thumbnail-slider {
    text-align: center;
}

#breadcrumb {
    cursor: pointer;
}
.index .morecolors span {
    display: none;
}
.prod-image {
    border: 1px solid #ddd;
    height: auto !important;
}
#sidebar img {
    display: none;
}

.select .selecter {
    margin: 5px auto;
    max-width: 50%;
    min-width: 220px;
}

.product-add .add {
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    min-width: 220px;
}
.cart-overview .checkout-link, .cart-overview .checkout-link:hover {
    background: #00b577 none repeat scroll 0 0;
    color: #fff !important;
}
#update-cart {
    display: block;
    background: none;
    color: #333;
    text-align: right;
    font-weight: normal;
    letter-spacing: normal;
}
#breadcrumb:hover {
    text-decoration: underline;
}
.fancybox-nav span {
    font-size: 50px;
}
body .content-wrapper #content .filter-toggle {
    background: #00b577 none repeat scroll 0 0;
}
body .content-wrapper #content .filter-toggle:hover {
    background: #5d443f none repeat scroll 0 0;
}
.product-description h2 {
    font-size: 18px;
    font-weight: normal;
    height: auto;
    letter-spacing: normal;
    line-height: 30px;
    padding-bottom: 10px;
}
.was, #yousave {
    display: none !important;
}
.thumbnail-slider .slide {
    display: inline-block;
    float: none;
    margin: 5px;
    width: 60px !important;
}
.header-wrapper {
    background: #ffffff none repeat scroll 0 0;
    position: relative;
}

@media screen and (max-width: 1330px)  {
.pdbox {
    background: rgba(69, 49, 45, 0.9) none repeat scroll 0 0;
    color: #fff;
    float: right;
    height: 259px;
    margin-right: 2%;
    margin-top: 29px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 36px !important;
    text-align: center;
    width: 20.5%;
}
.pdbox strong {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 22px;
}  
  
}

@media screen and (max-width: 1069px)  {
  #pdet-btm {
      display: none;
  }
.content-wrapper #content .filter-toggle {
    background: #5d443f none repeat scroll 0 0;
    color: #fff;
    float: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
}

}

@media screen and (max-width: 1200px)  { 
  .flex-caption {
  
    line-height: normal;
    margin: auto 5% auto 5%;
}
}

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

  #hello {
   	display:none; 
  }
  ul#cart {
      float: none;
      margin: auto;
  }
  #footer .tablet-half {
    min-height: 175px;
}
header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #91817d;
    line-height: 48px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
}
.flex-caption {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	line-height: normal;
	margin: auto;
	max-width: 100%;
}
body.collection h1 {
  margin-bottom: 40px;
}
body.gridlock.product #breadcrumb {
  margin-bottom: 20px;
}
}
@media screen and (min-width: 1000px)  { 
.gridlock #main-nav.row {
    width: 1000px;
}
  ul#cart {
    min-width: 320px;
  }
}
@media screen and (max-width: 979px)  { 
  .headetext {
   display:none; 
  }
  #sidebar {
    display: none;
    padding: 0 20px;
    text-align: left !important;
}
  .homepage-promo {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    text-align: center;
    width: 100%;
}
.homepage-promo .promo-inner {
    background: transparent none repeat scroll 0 0;
    cursor: pointer;
    float: none;
    height: auto;
    margin: auto;
    max-width: 575px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: auto !important;
}
.homepage-section #collection-loop {
    max-width: 575px;
    padding-top: 25px;
}
.owl-prev {
    display: inline-block;
    left: -25px;
    position: absolute;
    top: 50%;
  margin-top: -10px;
}
.owl-next {
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 50%;
  margin-top: -10px;
}
}
  @media screen and (max-width: 740px)  { 
  .headetext {
   display:inline; 
  }
    #product-navigation {
    display: none;
}

}
@media screen and (min-width: 1040px)  { 
  .flex-caption.slide1 {
      bottom: 10%;
      text-align: center;
      top: auto;
  }
  wa
}
@media screen and (max-width: 1039px)  { 
  .flex-caption p {display:none;}
  .flexslider .slides img {
      float: right;
      min-width: 678px !important;
  }
  .flex-caption.slide1 {
    bottom: 10%;
    text-align: center;
    top: auto;
}
}
@media screen and (max-width: 500px)  { 
.flexslider .slides img {
    display: block;
    float: right;
    min-width: 576px !important;
}
}
@media screen and (max-width: 479px)  {
  .morecolors span {
      display: none;
  }
}
@media screen and (min-width: 740px)  { 
	ul#main-nav li.dropdown > a::after {
	display:none;
}
.flex-caption h2.slide-title::after {
  border-bottom: 3px solid #fff;
  content: " ";
  display: block !important;
  margin: auto;
  padding-bottom: 11px;
  position: relative;
  text-align: center;
  width: 40px;
}
.morecolors > a {
  font-size: 14px !important;
}
#logo {
  margin-bottom: 10px !important;
}
#hello, #cart {
	margin-top: -5px !important;
}
.product-info h3 {
  height: 44px;
}
}
@media screen and (min-width: 320px)  { 
#hello p {
  font-family: "Lato",sans-serif;
  font-size:16px;  
}
.icon-shopping-cart {
  margin-right: 0;
  margin-left:-5px;
}
ul#cart li.cart-overview::after {
  margin-left: 0px;
}
ul#cart .cart-overview {
  padding-left: 0px;
}
.flex-caption h2.slide-title::after {
  display: none;
}
#logo {
	margin-bottom: 0px;
}
.product-info h3 {
    height: 60px !important;
}
.onsale {
  font-size: 16px;
}
.morecolors > a {
  font-size: 12px;
}
input#footer-subscribe {
  text-transform: uppercase;
}
.product-info {
  padding: 15px 0 0;
}
.selector-wrapper label {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "lato", sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
}
.product #product-description h1 {
	line-height: 30px;
	font-size: 18px;
	padding-bottom:10px;
	height: auto;
}
#product-description form, .product-description form {
	border-bottom:0px;
}
.product-add .add {
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-top:10px;
}
.bigimage.desktop-10.tablet-5 > img, .gridlock .row .desktop-10 {
  max-height: 480px;
}
.desktop-2.tablet-1.thumbwrapper {
  margin-top: 30px;
}
.submenu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fancybox-close::before {
  content: "×";
  font-weight: 600;
  line-height: 25px;
  font-size: 40px;
}
.infopage h2 {
  letter-spacing: 0px;
  font-size: 20px;
}
.infopage h2, .rte h2 {
  font-size: 20px;
  letter-spacing: 0 !important;
  padding-bottom: 0px !important;
  margin-bottom: 5px;
  margin-top: 30px;
}
.rte p {
	margin-bottom: 30px;
}
.rte h2 {
	margin-top: 30px;
}
}

#lower-description ul {
    list-style: disc outside;
}

/* CSS Document */

