/** Shopify CDN: Minification failed

Line 81:0 Unexpected "}"
Line 86:0 Unexpected "}"

**/
/***********************************************************

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES
3.1 HOVERS

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

8. MAIN PAGE
8.1 HEADER
8.2 NAVIGATION
8.3 NIVOSLIDER
8.4 SHOWCASE
8.5 MAIN PRODUCT LISTING
8.6 FOOTER

9. COLLECTION PAGES
9.1 PAGES CONTENT
9.2 BREADCRUMBS
9.3 COLLECTION LISTING
9.4 PAGINATION

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

12. PRODUCT PAGE
12.1 PRODUCT IMAGES
12.2 PRODUCT INFO
12.3 PRODUCT PAGINATION
12.4 RELATED PRODUCTS

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

14. CUSTOMER PAGES
14.1 LOG IN
14.2 ACCOUNT
14.3 ADDRESSES
14.4 ORDERS

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

***********************************************************/
@media (max-width: 1980px)
#wrapper {
	background-size: 100% 100%;
}
}
@media (max-width: 1254px)
.wrapper3 {
	max-width: 1000px;
}
}

/***************************************************************************
                                1200px <
***************************************************************************/

@media (min-width: 1200px) {
	



}


/***************************************************************************
                                < 1200px
***************************************************************************/

@media (max-width: 1199px) {
	
.wrapper3{
	max-width: 1000px;
}
  
.header_inside {
	max-width: none;
}

#wrapper {
    background-size: auto auto;
}

/* 8.1 HEADER */

/* 8.2 NAVIGATION */
.sf-menu > li {
 	padding: 14px 20px 12px 0;
}
  
.header_user li {
 	padding: 0 12px;
}


/* 8.4 SHOWCASE */
.slider_wrap {
  	height: auto;
}
.custom_showcase a h2 {
 	font-size: 44px; 
  	line-height: 1.1em;
}
.custom_showcase a h4 {
 	font-size: 20px; 
  	line-height: 1.1em;
}
.custom_showcase a h6 {
 	font-size: 13px; 
  	line-height: 1.1em;
}
  
  
.banner a img {
 	width: 100%; 
}
.banner + .banner { margin-left: 0px;}
.banner { 
  	width: 19%;
}

/* 8.6 FOOTER */

/* 8.5 MAIN PRODUCT LISTING */

/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {
	text-align: center;
}
.product_listing_sidebar .product_img {
	width: 100%;
	float: none;
}
.product_listing_sidebar .product_info {
	margin: 10px 0 0 0;
}
.product_listing_sidebar .product_price {
 	float: none; 
}
.product_listing_sidebar .product_links {
 	padding-left: 0px; 
}



/* 12.1 PRODUCT IMAGES */
.product_img_big {
	width: 279px;
}
.product_img_thumbs {
	width: 279px;
}
.product_img_thumbs__list a {
	width: 85px !important;
}

}



/***************************************************************************
                                < 980px
***************************************************************************/

@media (max-width: 992px) {

.wrapper3{
	max-width: 766px;
}
  
.cart_popup {
	top: 0 !important;
}
  
/* 5.4 FORMS */
#contactFormWrapper input {
  	width: 75%;
}
  
#contactFormWrapper {
  	width:100%;
}
 
#contactInformation {
  	width: 100%;
}

/* 8.1 HEADER */
#header {
  margin-bottom: 0;
}
  
#logo {
	float: none;
  	text-align: center;
}
.header_cart {
 	float: right;
  	overflow: hidden;
  	width: 45%;
  	text-align: right;
  	margin-left: 0px;
  	margin-top: 30px;
}
.header_cart a {
	display: inline-block; 	 
}
.header_search {
 	float: left;
  	clear: left;
  	width: 45%;
  	margin-left: 0px;
  	margin-top: 30px;
}

/* 8.2 NAVIGATION */
#navigation.isStuck {
	position: relative !important;
	left: auto;
	right: auto;
}
.pseudoStickyBlock {
	display: none !important;
}
#navigation nav {
  	width: 32%;
  	margin-top: 8px;
}
#navigation nav .jq-selectbox__select {
	height: 30px;
	padding: 0 30px 0 5px;
  	background: none;
}
#navigation nav .jq-selectbox__select-text {
	width: 100% !important;
	height: 30px;
	line-height: 30px;
  	color: #ffffff;
}
#navigation nav .jq-selectbox__trigger i {
	right: 9px;
	top: 9px;
  	color: #ffffff;
}

#navigation nav .jq-selectbox__dropdown {
	width: 100% !important;
	top: 37px !important;
}
#navigation nav .jq-selectbox__dropdown ul {
	background: #ffffff;
  	color: #000000;
  	padding: 5px 0px;
  	border: 1px solid #ededed;
}
#navigation nav .jq-selectbox__dropdown ul li {
  	padding: 5px 15px;
  	border-bottom: 1px solid #ededed;
}

#navigation nav .jq-selectbox__dropdown ul li:hover {
	background: #678f59;
  	color: #ffffff;
}
  
#navigation nav .jq-selectbox__dropdown ul li:last-child {
	border-bottom: 0px;
}
  
  
/* Homepage Hero */
#full-hero {
  display:none;
}

#mobile-hero {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}


/* 8.4 SHOWCASE */
.slider_wrap {
  	height: auto;
}
.custom_showcase img {
      text-align: center;
      float: none;
}
.custom_showcase .inside > div {
 	text-align: center; 
}
.product > div {
 	padding: 15px 10px 15px; 
}

/* 8.6 FOOTER */

/* 8.5 MAIN PRODUCT LISTING */

/* 10.2 SIDEBAR PRODUCT LISTING */
  
.page-reviews {
  width: 100% !important;
}
  
#cust-reviews {
  padding-left: 0;
  border-left: 0px solid #ededed;
}

.cust-review {
  float: left;
  width: 50%;
  margin: 10px 0 10px 0;
  padding: 0 25px 0 25px;
  border-left: 2px solid #678f59;
}

/* 12.1 PRODUCT IMAGES */
.product_image-additioanl {
	width: 229px !important;
}



/* 12.1 PRODUCT IMAGES */
.product_img_big {
	width: 213px;
}
.product_img_thumbs {
	width: 213px;
}
.product_img_thumbs__list a {
	width: 63px !important;
}

.bx-wrapper .bx-prev {
	left: 5px;
}
.bx-wrapper .bx-next {
	right: 5px;
}
  
/* COLLECTION HEADER */
.collection_header {
  	background-position: top right;
}

}



/***************************************************************************
                                < 767px
***************************************************************************/

@media (max-width: 767px) {
	

/* 6. GLOBAL PAGE LAYOUT */
.container {
	padding:0 15px;
}
.wrapper3 {
 	max-width: 100%; 
}
.column_left,
.column_right,
.column_center,
#main_content {
	margin-left: 0 !important;
	margin-right: 0 !important;
}



/* 8.1 HEADER */
.header_search {
 	margin-left: 0px; 
}

/* 8.2 NAVIGATION */

/* 8.4 SHOWCASE */
.slider_wrap {	
  	height: auto;	
}
.custom_showcase a h2 {
 	font-size: 60px; 
}
.custom_showcase a h4 {
 	font-size: 30px; 
}
.custom_showcase a h6 {
 	font-size: 21px; 
}
.custom_showcase a h2 {
  	display: inline-block;
}	
.custom_showcase a img {
  	padding-right: 20px;
}
  
  
.banner { 
  	width: 33.3%;
}
  
  
/* Aux Content */
#biopic {
  float:right;
    width:30%;
}
  
#aux_text {
  float: left;
  width: 65%;
}
  
  
  
/* 8.6 FOOTER */
.footer_block__4 {
 	clear: left; 
}

/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product {
	margin: 15px 0 0 0;
}
.product_listing_main .product > div {
	overflow: hidden;
}

.product_listing_main .product_img {
	width: 120px;
	float: left;
	margin: 0 15px 0 0;
}
.product > div {
 	text-align: left; 
}
.product .product_info {
	overflow: hidden;  	
}

.product_img a {
 	padding: 5px 10px 0; 
}

.product_listing_main + .product_listing_main {
 	margin-top: 0px; 
}



/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {
	overflow: hidden;
	text-align: left;
}
.product_listing_sidebar .product_img {
	width: 100px;
	float: left;
}
.product_listing_sidebar .product_info {
  	border:none;
}
  
.product_listing_sidebar .product_img a {
 	padding: 5px 10px 8px; 
}
.product_listing_sidebar .product_name {
 	padding-top: 0px; 
}



/* 12.1 PRODUCT IMAGES */
.product_img_big {
	width: 288px;
	margin: 0 auto;
}
.product_img_thumbs {
	width: 288px;
	margin: 0 auto;
}
.product_img_thumbs__list a {
	width: 88px !important;
}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: 0;
	padding: 30px 0 0 0;
}



/* 15. CART PAGE */
.cart_buttons {
	text-align: center;
}
.cart_buttons span.or {
	display: block;
	margin: 5px 0;
}
  
/* COLLECTION HEADER */
.collection_header {
  	background-position: top right;
}
  
.description {
  	width: 100%;
  	background-color: rgba(255,255,255,0.85);
}

}



/***************************************************************************
                                < 640px
***************************************************************************/

@media (max-width: 640px) {
	
#navigation nav {
 	width: 100%; 
}
#navigation nav {
  	margin: 0 0 10px;
}
  
#logo {
	float: none;
  	text-align: center;
}
.header_cart {
 	float: right;
  	overflow: hidden;
  	width: 45%;
  	text-align: right;
  	margin-left: 0px;
  	margin-top: 30px;
}
.header_cart a {
	display: inline-block; 	 
}
.header_search {
 	float: left;
  	clear: left;
  	width: 45%;
  	margin-left: 0px;
  	margin-top: 30px;
}
#main {
 	padding-top: 15px; 
}
  
.blog-article_meta-comments,
.article_meta-comments {
 	float: none;
  	padding-left: 0px;
}
  
/* 5.4 FORMS */
#contactFormWrapper input {
  	width: 100%;
}
  
/* Aux Content */
#biopic {
  float:left;
  width:100%;
}
  
#biopic img {
  display: block;
  margin: 0 auto;
  max-height: 200px;
}
  
#aux_text {
  float: left;
  width: 100%;
}


}



/***************************************************************************
                                < 480px
***************************************************************************/

@media (max-width: 480px) {

.header_user li {
    padding: 0 9px;
}
.header_user li a {
 	font-size: 11px; 
}
.header_currency .jq-selectbox__select-text {
 	font-size: 11px; 
}
.header_currency .jq-selectbox {
 	width: 55px; 
}
.header_currency .jq-selectbox__select {
 	padding-left: 7px; 
}
.header_currency .jq-selectbox__trigger i {
 	right: 7px; 
}
  
  
.header_cart {
 	text-align: center;
	width: 100%;
  	margin: 0px;
}
.header_search {
  	width: 100%;	
  	margin-top: 15px;
}
  
.product_desc {
 	display: none; 
}
  
 
  
.footer_block {
 	width: 100%; 
}
  


/* 12.1 PRODUCT IMAGES */
.product_wrap .product_image {
	width: 290px;
}
.product_image-additioanl {
	width: 306px !important;
}
.product_wrap #bx-pager a {
	width: 87px;
	margin-right: 15px;
}



/* 14.2 ACCOUNT */
.customer_name .divider {
	display: none;
}
.customer_name .email {
	display: block;
}
.customer_name a {
	float: none;
}
.header_user li a i {
 	margin-top: 14px; 
}
  
.cust-review {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0;
  border-left: 0;
}
}



/***************************************************************************
                                < 340px
***************************************************************************/

@media (max-width: 340px) {
	
.header_user li {
 	padding: 0 6px; 
}

  footer { margin-bottom: 0px;}

}