/** Shopify CDN: Minification failed

Line 12:10 Expected string token but found "UTF-8"
Line 13:0 All "@import" rules must come first
Line 356:81 Expected identifier but found "2f"
Line 2147:2 Expected ":"
Line 2169:2 Expected ":"
Line 2174:2 Expected ":"
Line 2191:2 Expected ":"

**/
@charset  UTF-8;
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
/*
/*    SECTION 1
/*      1.1 - Base Styles
/*    1.2 - HTML5 Elements
/*    1.3 - Forms and Inputs
/*    1.4 - Typography
/*    1.5 - Links and Buttons
/*    1.6 - Tables
/*    1.7 - Icons
/*    1.8 - Tags
/*
/*  SECTION 2
/*    2.1 - Helper classes
/*    2.2 - Grid system
/*    2.3 - Lists
/*
/*  SECTION 3
/*    3.1 - Toolbar
/*    3.2 - Header
/*    3.3 - Navigation
/*    3.4 - Footer
/*    3.5 - Homepage
/*    3.6 - Product & Collections
/*    3.7 - Cart
/*    3.8 - Blogs/Articles/Search
/*    3.9 - Customer Pages
/*
/*  SECTION 4
/*    4.1 - Media Query - Desktop Slim
/*    4.2 - Media Query - Tablet Landscape
/*    4.3 - Media Query - Mobile Landscape
/*    4.4 - Media Query - Mobile Portrait
/*
/*  SECTION 5
/*    5.1 - IE Fixes
/*
/*  SECTION 6
/*    6.1 - Fancybox plugin
/*    6.2 - FlexSlider plugin
/*    6.3 - jQuery Tabs
/*

/* =================== */
/*      SECTION 1      */
/* =================== */
/* 1.1 - Base Styles */

body {
    font-size: 100%;
    line-height: 1.48;
    font-family: "open sans", Arial, sans-serif;
    background: #fff;
}

h1,h2,h3 {
    margin-top: 0;
    margin-bottom: 0;
  
    color: #B08E60;
	font-weight: 300
}

h1 {
    font-size: 1.5em;
    color: #B08E60;
	font-weight: 300;
    padding: 1.75em 0;
}

h2 {
    font-size: 1.33333em;
    padding: 1.5em 0;
}

h3 {
    font-size: 1.16667em;
    padding: 1.82143em 0;
}

/* 1.2 - HTML5 Elements */
article,aside,details,figcaption,figure,dialog,footer,header,hgroup,menu,nav,section {
    display: block;
}

/* 1.3 - Forms and Inputs */
form {
    margin: 0;
    padding: 0;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,input {
    line-height: normal;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

select,input[type=file] {
    height: 27px;
    height: auto;
    line-height: 27px;
}

input,textarea {
    font-family: "open sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    vertical-align: top;
    height: 24px;
    line-height: 16px;
    font-size: 13px;
    padding: 4px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-style:italic;
    border-radius: 1px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.03) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03) inset;
    font-weight: 300;
 
    letter-spacing: .04em;
    margin-left: auto;
    margin-right: auto;
}
/*
input.focus,input:focus,textarea.focus,textarea:focus {
    border: 1px solid #4c90ee;
    -moz-box-shadow: 0 0 2px 1px rgba(76,144,238,0.3) inset, 0 0 2px 0 rgba(76,144,238,0.2);
    -webkit-box-shadow: 0 0 2px 1px rgba(76,144,238,0.3) inset, 0 0 2px 0 rgba(76,144,238,0.2);
    box-shadow: 0 0 2px 1px rgba(76,144,238,0.3) inset, 0 0 2px 0 rgba(76,144,238,0.2);
}
*/
input[type=password]:focus,input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,textarea:focus {
    outline: none;
}

input[type=checkbox],input[type=radio] {
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input[type=file] {
    cursor: pointer;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

input[type=submit] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #C0A472;
}


select {
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    height: 25px;
    line-height: 25px;
    padding: 2px;
    border: 1px solid #eee;
    color: #777;
    min-width: 130px;
}



textarea {
    min-height: 72px;
}

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

ul,ol {
    margin: 0 0 20px 20px;
    padding: 0;
}

ul li {
    margin-bottom:0px;
}

ul {
    list-style-type: none;
}

.documentation-header {
    margin-bottom: 30px !important;
}

/* 1.4 - Typography */
h1,h2,h3,h4,h5,h6 {
    color: #ccc;
}


h1 {
    
    color: #B08E60;
	font-weight: 300
   
}



h2 {
    font-weight: 300;
    color: #5D3B25;
}

h3 {
    color: #B08E60;
	font-weight: 300
}

h4 {
    font-size: 13px;
    line-height: 18px;
}

h5 {
    font-size: 12px;
    line-height: 18px;
}

h6 {
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}


h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a {
    
    color: #B08E60;

}


p {
    margin: 0;
    padding: 0 10px;
    line-height: 1.48em;
}

/* 1.5 - Links and Buttons */

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

a:hover {
    color: #c1D830;;
}


a:active {
    outline: none;
}

a.btn, input.btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;  
    border: none;
    margin: 0;
    float: none;
font-style: normal !important;
background: rgb(199,228,238);
background: #EBE4D4;
font-size: 11px;
text-transform: uppercase;
color: #fff;
  background: #C1D830;

}

.btn.secondary {
    background: #eee;
    color: #555;
}

a.btn:hover,input.btn:hover {
   background: #c1d82f;
}

a.btn:hover:disabled, input.btn:hover:disabled {
    -moz-opacity: 0.20;
    opacity: .20;
    filter: alpha(opacity=20);
    cursor: default;
}

input.disabled.btn:hover {
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* FF3.6+ */2f
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* IE10+ */
}


.btn:disabled,.disabled {
    -moz-opacity: 0.20;
    opacity: .20;
    cursor: default;
}

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



#product .add-to-cart .icon,a.btn,input.btn,.searchform input.submit,.cart-summary a .icon {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#zoom-image {
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
}

/* 1.6 - Tables */
table {
    width: 100%;
    border-spacing: 0;
}

table tr td {
    border-top: 1px solid #C8B188;
}

table tr td,table tr th {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    color: #54301a;
  font-weight: 300;
  font-family: "open sans";
}

table tr td:first-child,table tr th:first-child {
    padding-left: 0;
}

table tr td:last-child,table tr th:last-child {
    padding-right: 0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

/* 1.7 - Icons */
.icon-social {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.icon-social {
    background: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/social-icons-light-bg.png?v=102539835711623643581763746437) no-repeat;
}


.icon-social {
    
    -khtml-opacity: 0.5;
    /* khtml, old safari */
    -moz-opacity: 0.5;
    /* mozilla, netscape */
    opacity: 0.5;
    /* fx, safari, opera */
}

.icon-social:hover {

    /* internet explorer */
    -khtml-opacity: 1;
    /* khtml, old safari */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
}

.icon-social.twitter {
    background-position: 0 0;
}

.icon-social.facebook {
    background-position: -50px 0;
}

.icon-social.youtube {
    background-position: -100px 0;
}

.icon-social.atom {
    background-position: -150px 0;
}

.icon-social.instagram {
    background-position: -200px 0;
}

.icon-social.pinterest {
    background-position: -250px 0;
}

.icon-social.vimeo {
    background-position: -300px 0;
}

.icon-social.tumblr {
    background-position: -350px 0;
}

.icon-social.google {
    background-position: -400px 0;
}

.icon-facebook {
    float: left;
    margin-top: 1px;
    width: 40px;
    overflow: hidden;
}

.icon-cart {
    float: left;
    display: block;
    width: 20px;
    height: 16px;
    margin: 21px 10px 0 0;
    opacity: 0.8;
    filter: alpha(opacity=60);
}

.icon-cart {
    background: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/icon-cart-small.png?v=138136358381668945791763746437) no-repeat;
    background-position: 0 0;
}

#social .google-plus, #product .tweet-btn, #product .pinterest,#product .facebook-like {
    display: block;
    float: left;
    margin-right: 10px;
}

#social .pinterest {
    width: 70px;
}

#social .share-this {
    float: left;
    margin: 0 10px 0 0;
}

.credit-cards {
    margin: 0 auto;
    list-style: none outside none;
    text-align: center;
}

.credit-cards li {
    display: inline;
    margin-right: 10px;
}

/* 1.8 - Tags */
.tags {
    margin: 0 0 0 12px;
    padding: 0;
    right: 24px;
    bottom: -12px;
    list-style: none;
}

.tags li {
    margin-bottom: 5px !important;
}

.tags li, .tags a {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px;
}

.tags a {
    margin: 0 15px 15px 0;
    padding: 0 10px 0 12px;
    background: #ECECEC;
    color: #666;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #ECECEC transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}

.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

.tags a:hover,.tags li.active a {
    background: #CCC;
    color: #333;
}

.tags a:hover:before,.tags li.active a:before {
    border-color: transparent #CCC transparent transparent;
}

/* =================== */
/*      SECTION 2      */
/* =================== */
/* 2.1 - Helper Classes */

.row:before, .row:after, .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after,.row:after {
    clear: both;
}

.clearfix,.row {
    zoom: 1;
}


.hidden {
    display: none !important;
}

.border-top {
    border-top: 1px solid #ccc;
}

.border-right {
    border-right: 1px solid #ccc;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.border-left {
    border-left: 1px solid #ccc;
}


.display-table {
    display: table !important;
    width: 100%;
}

.display-table-cell {
    display: table-cell !important;
    vertical-align: middle;
}

.table {
    display: table;
    margin: 0 auto;
}

.fixed {
    position: fixed;
}

.note {
    padding: 5px;
    color: #5C3A25;
  
}

hr.divider {
    margin: 15px 0;
    background: #ccc;
}

/* 2.2 - Grid System */
.inner-wrapper {
  	width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}


.wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0px;
}

.toolbar-wrapper {
    height: 61px;
}

#transparency > .row:before,#transparency > .row:after {
    content: "";
    display: table;
}

#transparency > .row:after {
    clear: both;
}

#transparency > .row {
    zoom: 1;
}

.toolbar {
  	width: 100%;
    max-width: 980px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}


footer {
  	width: 100%;
  	max-width: 980px;
    margin: 0 auto;
}

/* 2.3 - Lists */
ul.unstyled, ol.unstyled {
    margin: 0;
    list-style: none outside none;
}

ul.unstyled > li, ol.unstyled > li {
    list-style: none;
}

ul.horizontal > li, ol.horizontal > li {
    display: block;
    float: left;
}

ul.horizontal-inline, ol.horizontal-inline {
    text-align: center;
}

ul.horizontal-inline > li, ol.horizontal-inline > li {
    display: inline;
    margin: 0 5px;
}

ul.expanded > li, ol.expanded > li {
    margin-bottom: 10px;
}

/* =================== */
/*      SECTION 3      */
/* =================== */
/* 3.1 - Toolbar */


.toolbar {
    color: #ccc;
}

.toolbar li {
    float: right;
    line-height: 60px;
    list-style: none;
    padding-right: 15px;
    margin-bottom: 0 !important;
}

.toolbar li {
    float: right !important;
    margin-left: 20px;
}

.toolbar li.toolbar-cart {
    padding-right: 0;
}


.toolbar a {
    color: #ccc;
}

.toolbar a:hover {
    color: #ccc;
}


.toolbar .search_box {
    background: transparent;
    height: 34px;
    width: 45px;
    padding: 0 10px 0 31px;
    border: none;
    vertical-align: middle;
    line-height: normal;

}

.toolbar .search_box:focus {
    background: rgba(0,0,0,0.05);
    width: 150px;
}

.toolbar #go {
    position: absolute;
    width: 14px;
    height: 14px;
    border: none;
    margin: 19px 0 0 4px;
    box-shadow: none;
}

.toolbar .or {
    color: #888;
}


.toolbar li.search-field {
    padding-right: 0;
}

#cart-animation {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 15;
    text-align: center;
    line-height: 25px;
    background: #ccc;
}

#cart-count {
    font-size: 11px;
}

.has-items #cart-count {
    opacity: 1;
}


hr.clear {
 width: 100%;
  height:0;
  margin:  0 auto;
  clear: both;
  border: none;
}


/*---- promo-boxes ---*/

div.one-half-promo {
	width: 324px;
	height: 200px;   
 	float: left;
   margin-bottom: 3px;
   -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08);
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08);
  position: relative;
  float: left;
  margin-right: 3px;
}

.one-half-promo a {
 display: block;
 height: 200px;
  width: 324px;
  z-index:100000;
}

div.one-half-promo.last {
 	margin-right: 0; 
}

div.one-half-promo div.overlay-roll {
 	opacity: 0;
  	width: 324px;
  	height: 200px;
  	position: absolute;
  	top:0;
    left:0;
    background: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/o-bg.png?v=28502464193595366831763746437);
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
  z-index: 10000;
}

div.one-half-promo div.overlay-roll:hover {
	opacity: 1;
    cursor: pointer;
}


div.one-half-promo.right {
 float: right
}


div.one-half-promo.left {
 float: left; 
}

/* 3.4 - Footer */
footer {
    padding: 30px 0 20px;
}

footer > .row > .span12 {
    padding: 30px 0 0;
}

footer .row {
    margin-bottom: 0;
}

footer,footer p {
    color: #ccc;
}

footer h1,footer h2,footer h3,footer h4,footer h5 {
    color: #ccc;
}

footer a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

footer h4 {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;

}

footer ul li {
    margin-bottom: 5px;
}

footer .btn.newsletter {
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    background: #CCC;
}


footer .btn.newsletter:hover {
    background: #eee;
}

footer #mail {
    width: 168px;
    margin-right: 15px;
    margin-bottom: 10px;
}

footer .copyright {
    margin: 0;
    font-size: 13px;
}

div#sub-footer {
  color: #777;
  background: #C0A472;
  padding: 0;
  margin: 0 auto;
  border: none;
  
  
}

div#sub-footer p {
 text-align: center;
  font-size: 11px;
}
/* 3.5 - Homepage */
.intro {
    padding-top: 20px;
}

.intro h2 {
    font-size: 32px;
    margin-bottom: 20px;
}


.featured-product .display-table-cell:first-child {
    padding-right: 40px;
}

.featured-product h2 {
    margin-bottom: 8px;
}

.featured-product .price {
    opacity: 0.5;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.featured-product-description {
    line-height: 24px;
}

.featured-product-header {
    opacity: 0.5;
    font-size: 11px;
    text-transform: uppercase;
}

.featured-product-image {
    width: 50%;
}

.sample-product-wrapper {
    background: #eee url(//www.integritybotanicals.com/cdn/shop/t/47/assets/blankslate-producticon.png?v=11916655404358314711763746437) no-repeat center center;
    width: 100%;
    height: 170px;
    display: table;
    text-align: center;
    color: #aaa;
}

.sample-product {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 13px;
}

.helper-note {
    font-size: 16px;
    padding: 5px;
    position: absolute;
    max-width: 500px;
    margin-left: -270px;
    margin-top: 40px;
    left: 50%;
    z-index: 99999;
    display: none;
}

.helper-note p {
    line-height: 23px;
    margin-bottom: 10px;
}

.helper-note h3 {
    font-size: 19px;
    font-weight: 700;
}

.helper-section {
    clear: both;
}

/* 3.6 - Product & Collections */

.product {
    position: relative;
    margin-bottom: 20px;
    float: left;
}

.product .image {
    position: relative;
    overflow: hidden;
    z-index: 8888;
    margin: 0 0 10px;
}

.product .image a {
    text-align: center;
}

.product .image a:hover {
    opacity: 1 !important;
}

.image a#placeholder.zoom,.thumbs .image a {
    text-align: center;
}

.product .image.loading {
    background-position: 50% 50%;
}

.product img {
    margin: 0 auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    transition: opacity .15s;
}

.product:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.product img,.product .image a {
    display: block;
    margin: 0 auto;
}

.product a {
    text-decoration: none;
}

.product .details a {
    display: block;
    padding: 0px 0;
}

.product .title,.product .vendor {
    display: block;
    margin: 0;
    line-height: 22px;
    display: block;
    color: #ccc;
    }

.product .title {
    font-weight: 700;
    font-size: 15px;
}

.product .vendor {
    font-size: 13px;
    margin-bottom: 2px;
}

.product .circle,#product .circle {
    position: absolute;
    text-transform: uppercase;
    z-index: 9999;
    font-size: 11px;
    line-height: 14px;
    right: -10px;
    top: -10px;
    color: #fff !important;
    padding: 17px 10px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-weight: 700;
    -webkit-font-smoothing: subpixel-antialiased;
}

.product .circle.sale,#product .circle.sale {

}

.breadcrumb {
    font-size: 11px;
    margin: 0px 0 25px;
	padding-top: 15px;
}


.breadcrumb a {
color: #B08E60;
}



#quantity {
    width: 50px;
    margin-bottom: 20px;
}


/* Firefox fix */
#collection h1 {
    float: left;
}

#collection .browse-tags {
  
position: absolute;
top:-3px;
z-index: 1000;
right: 0;
top: -35px;
font-size: 11px;
padding-top: 10px;
width: 187px;
  text-transform: uppercase;
}


#collection .browse-tags label {
    float: left;
    display: block;
    margin: 1px 8px 0 0;
  position: relative;
  top:5px;
  color: #5C3A25;
}

#collection .browse-tags select {
	padding-top: 0;
  	position: absolute;
  	top: 10px;
    height: 30px !important;
    line-height: 30px !important;
}

.pagination {
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
}

.pagination li {
    display: inline;
    padding: 0 12px;
    font-size: 14px;
}

.pagination li span {
    color: #ccc;
}

.pagination li a {
    line-height: 16px;
    font-weight: 400;
    padding: 10px 14px;
    background:  #fff;
}


.pagination li a:hover {
    text-decoration: none;
}

/* 3.7 - Cart */

#cart .buttons {
    margin-top: 0;
}

#cart .checkout-buttons {
  position: relative;
  display:flex;
  flex-direction:row;  
}

#cart .extra-checkout-buttons {
    float: right;
    text-align: right;
    padding-top: 15px;
}

#cart .extra-checkout-buttons input {
    border: none;
    box-shadow: none;
    height: 42px;
}

#cart .qty {
    text-align: center;
}

#cart .price,#cart .remove {
    text-align: right;
     color: #54301a;
  font-weight: 300;
  font-family: "open sans";
    
}

#checkout {
    float: right;
    margin-left: 15px;
    font-style: normal !important;
   background: rgb(199,228,238); /* Old browsers */
	background: #C1D830;
  padding:10px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #ccc;
  height:auto;  
}

#update-cart {
    float: right;
   font-style: normal !important; 
  background: #ccc; /* Old browsers */
background: #ccc;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #ccc;
  padding:10px 25px;
  height:auto;

}

#cart .image {
    text-align: center;
}

#cart .image a,#cart .image img {
    margin: 0;
    border: none;
}

#cart a .variant_title {
    display: block;
    color: #ccc;
}

#cart a:hover .variant_title {
}

#cart .item {
    max-width: 400px;
}

#cart .item-description {
    font-size: 12px;
}

#cart table tr td {
    border-top: none;
}

#cart table tr:first-child td {
border-top: 1px solid #C8B188;;

vertical-align: middle;
}

#cart table tr:last-child td {
border-top: 1px solid #C8B188;
}

.subtext.success {
    font-weight: 700;
    color: #40954a;
}

div.errors,.subtext.error {
    font-weight: 700;
    color: #954040;
}

div.errors {
    margin-bottom: 15px;
}

#note {
    margin-top: 10px;
}

.cart-buttons {
/*   position: absolute; */
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  max-width: 980px;
  z-index: 1000;
  
}

.cart-buttons.disabled {
 display:none; 
}
/* 3.8 - Blog / Articles / Search */

#blog .pagination {
    margin-top: 40px;
}

#blog .article,.article-body {
    padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #DBCDB1;
  padding-top: 20px;
  margin-left: 10px;

}

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

.sidebar .article {
    margin: 0 0 15px;
}

.sidebar .article a {
    display: block;
}

.sidebar .tags li {
    margin: 0;
}

.article h1 {
    font-size: 26px;
}

.article h1 a {
    display: block;
    color: #ccc;
}


.article h1 .article-title {
    display: block;
}

.article h1 a:hover {
}

.article h1 .date, .article-body h1 .date {
    font-size: 13px;
}

.article .continue {
    display: block;
    margin-top: 15px;
}

#article .comment {
    margin-bottom: 15px;
}

#article .comment_form {
    margin-top: 30px;
}

#article .comment_form .subtext {
    margin-bottom: 15px;
}

#article .comment_form label {
    display: block;
}

#article .comment_form .text {
    margin-bottom: 15px;
    display: block;
}

#article h2.comment-title {
    font-size: 20px;
}

#article #comment_body {
    width: 100%;
    height: 200px;
}

#article h3.author {
    font-size: 14px;
    font-style: italic;
}

#article-content h1 {
    color: #ccc;
}

#article-content h2 {
    color: #ccc;
}


#article-content h3 {
    color: #ccc;
}

#search .results .thumbnail a {
    display: block;
    float: right;
}

#search .search-border {
    border-bottom: 1px solid #ccc;
}

#search .results .thumbnail a {
    float: none;
}

#search .search-field {
    position: relative;
    height: 60px;
    line-height: 60px;
}

#search .search_box {
    height: 34px;
    padding: 0 10px 0 31px;
    border: none;
    vertical-align: middle;
    line-height: normal;
    color: #5D3B26;
    border: 1px solid #ccc;
}

#search #go {
    position: absolute;
    width: 14px;
    height: 14px;
    border: none;
    margin: 19px 0 0 4px;
    box-shadow: none;
}

         
/* Page / Article content */
#page img[style="float: right;"], .article img[style="float: right;"] {
    margin-left: 30px;
    margin-bottom: 30px;
}

#page img[style="float: left;"], .article img[style="float: left;"] {
    margin-right: 30px;
    margin-bottom: 30px;
}

/* 3.9 - Customer Pages */
            
#customer-account p, #customer-order p {
    line-height: 14px;
}

#login input.text {
    width: 220px;
}

#customer-activate .create-password {
    margin-bottom: 30px;
}

#customer-activate .label, #customer-login .label, #customer-reset-password .label, #customer-register .label {
    display: block;
    color: #5D3B25;
}
 
#customer-activate .text, #customer-login .text, #customer-reset-password .text, #customer-register .text {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #B08E60;
   
}

#customer-login .action_bottom, #customer-register .action_bottom {
    margin-top: 15px;
    margin-right: auto;
  margin-left: auto;
}

#order_cancelled {
    margin-bottom: 30px;
}

#customer-addresses .add-new-address {
    display: block;
}

.action_bottom span {
    line-height: 25px;
}
            
           

/* =================== */
/*      SECTION 6      */
/* =================== */
/* 6.1 - FancyBox */
            
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

* html #fancybox-loading {
    position: absolute;
    margin-top: 0;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/fancybox.png?5734&v=126099882856152811351763746437);
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 999999;
    display: none;
}

* html #fancybox-overlay {
    position: absolute;
    width: 100%;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 999999;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: 0;
    overflow: hidden;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/fancybox.png?5734&v=126099882856152811351763746437);
    background-position: -40px 0;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 7px;
    margin: 0;
}

#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: 700;
}

.fancybox-title-over {
    color: #FFF;
    text-align: left;
}

#fancybox-title-wrap {
    display: inline-block;
}

#fancybox-title-wrap span {
    height: 32px;
    float: left;
}

#fancybox-title-left {
    padding-left: 15px;
    background-image: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/fancybox.png?5734&v=126099882856152811351763746437);
    background-position: -40px -90px;
    background-repeat: no-repeat;
}

#fancybox-title-main {
    font-weight: 700;
    line-height: 29px;
    background-image: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/fancybox-x.png?v=56758242284671211351763746437);
    background-position: 0 -40px;
    color: #FFF;
}

#fancybox-title-right {
    padding-left: 15px;
    background-image: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/fancybox.png?5734&v=126099882856152811351763746437);
    background-position: -55px -90px;
    background-repeat: no-repeat;
}

#fancybox-left,#fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: 0;
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0;
}

#fancybox-right {
    right: 0;
}

#fancybox-left-ico,#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/fancybox.png?5734&v=126099882856152811351763746437);
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/fancybox.png?5734&v=126099882856152811351763746437);
    background-position: -40px -60px;
}

#fancybox-left:hover,#fancybox-right:hover {
    visibility: visible;
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

/* 6.2 - FlexSlider */

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
    outline: none;
}

.slides,.flex-control-nav,.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    margin-bottom: 0 !important;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
            
.flexslider .slides img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



.no-js .slides > li:first-child {
    display: block;
}

div.flexslider-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3px;
}

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
 
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides > li {
    position: relative;
}

.flex-container {
    zoom: 1;
    position: relative;
}

.flex-caption {
    background: none;
}

.flex-caption {
    width: 96%;
    padding: 2%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.8);
    font-size: 14px;
    line-height: 18px;
}

.flex-direction-nav {
    height: 0;
    display: none;
}

.flex-direction-nav li {
    margin-bottom: 0;
}

.flex-direction-nav li a {
    width: 50px;
    height: 50px;
    display: block;
    background: url(//www.integritybotanicals.com/cdn/shop/t/47/assets/slider-arrows.png?47334&v=125995665706097138231763746437) no-repeat;
    position: absolute;
    top: 44%;
    cursor: pointer;
    text-indent: -999em;
}

.flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Dark Direction Nav */
.flex-direction-nav li .prev {
    left: 20px;
    background-position: 0 0;
}

.flex-direction-nav li .next {
    right: 20px;
    background-position: -250px 0;
}

.flex-direction-nav li .prev:hover {
    background-position: 0 -50px;
}

.flex-direction-nav li .next:hover {
    background-position: -250px -50px;
}

.flex-controls {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.slides a:hover {
    opacity: 1;
}

div.flexslider-container div.flexslider ul.slides {
     padding: 0;
     margin: 0 auto;
     width: 100%;
}
    
/* 6.3 - Tabs */

ul.tabs {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: solid 1px #ccc;
    }


ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
}

ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 13px;
    border: solid 1px #ccc;
    }


ul.tabs li a.active {
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-left-width: 1px;
    margin: 0 0 0 -1px;
    color: #ccc;
    }

ul.tabs li:first-child a.active {
    margin-left: 0;
}

ul.tabs li:first-child a {
    border-width: 1px 1px 0;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

ul.tabs li:last-child a {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

ul.tabs-content {
    margin: 0 0 20px;
    display: block;
}

ul.tabs-content > li {
    display: none;
    list-style: none outside none;
}

ul.tabs-content > li.active {
    display: block;
}

ul.tabs:before, ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.tabs:after {
    clear: both;
}

ul.tabs {
    zoom: 1;
}

#tab1, #tab2, #tab3 {
    list-style: none;
}


#samples-message h2 {
  text-align: center;
  line-height: 100px;
  color: #C1D82F;
  font-weight: 500;
 
}	



/* Yotpo Widget CSS*/

/* .yotpo .yotpo-icon:before {
  color: #ba8748 !important;

} */

.reviews-header .reviews-amount {
color: #B08E60 !important;
}

.filters-container .filters-container-title {
  color: #54301a !important;
}

.bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
  color: #B08E60 !important;
}

.yotpo .new-yotpo-small-box {
border-color: #ba8748 !important;
}

.main-widget .yotpo-reviews-filters {
  border-color: #ba8748 !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab span {
color: #54301a !important;
}


.yotpo .yotpo-icon-share {
  color: #54301a !important;
}


.yotpo .yotpo-icon-seperator {
color: #ba8748 !important;
}

.transparent-color-btn span.yotpo-icon {

  color: #B08E60 !important;
}


.transparent-color-btn:hover span.yotpo-icon:hover { 

color: #54301a !important

}


.bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
  color: #54301a !important;

}

.reviews-header .reviews-amount {
  color: #ba8748 !important;

}

.yotpo .yotpo-regular-box {
border-color: #ba8748 !important;
}

span.y-label span.label-helpful {
color: #54301a !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
color: #54301a !important;
}

div.yotpo-user-field {
  color: #54301a !important;
}


.yotpo .y-label, .yotpo span.y-label {
color: #54301a !important;
} 

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
color: #54301a !important;

}

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
color: #54301a !important;
}

.yotpo .yotpo-icon-share:before {
color: #54301a !important; 

}


  /* Home Page Signup 
  ----------------------------------*/

    #mailing-list {
      padding-top: 0px; 
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      padding-bottom:10px;
      background:#f5f5f5;
    }

    #mailing-list h2 {
      font-family: baskerville;
      text-align: center; 
      color: #AF8E5F;
      letter-spacing: .001em;
      padding-bottom: 8px;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 24px;
      color: #5d3b26;
      padding-top:15px;
    }

    #mc-embedded-subscribe-form {
      width: 70%;
      max-width:400px;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      margin-left: auto;
      margin-bottom: 10px;
      display: block;
    }

    #mailing-list #email-input, #mailing-list #k_id_email {
    	height: 35px;
        padding-top: 0;
        padding-bottom: 0;
      	width: 100%;
        max-width:365px;

    }





.top-popup-text {
  padding:3px;
  margin-right:40px;
  min-height:30px;
  display: flex;
  justify-content: center;
  align-items: center; 
  line-height:1.1em;
  margin-top:0;
  margin-bottom:0;
  font-weight:bold;  
  
}

#top-pop-bar .top-popup-text a {
  color:#54301a;
}

/* SWYMSNIPPET - adjustment */
.hsds-beacon .hErRqA {
  bottom:15px;
}

/* WISHLIST ICON */

#swym-plugin #swym-anchor, #swym-hosted-plugin #swym-anchor {
  left:160px !important;
}


/* COLLECTION DESCRIPTION  */

.collection-description {
 display: none;
}
.cuttr.cuttr--loaded {
 display: block;
}
.cuttr.cuttr--loaded p span {
  font-weight:300 !important;
}

a.read-more-collection {
  font-size:14px;
  white-space: nowrap;
}
 .read-more-collection:hover{
   cursor:pointer;
 }

a.show_hide {
  font-size:14px;
}

div.collection-header.collection-header-wImage {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}

.collection-header-wImage .header-text, .collection-header-wImage .collection-image-container {
  flex: 1 1 0px;
  padding:10px;
}

.collection-header-wImage .collection-image-container {
  padding-left:30px;
  max-width:40%;
}



/* PRODUCT VIDEO EMBED */
.description iframe {
  max-width:100%;
}
  