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

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

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 MEGAMENU
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

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


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

@media (min-width: 1200px) {
	


}


/***************************************************************************
                        < 1330px
***************************************************************************/

@media (max-width: 1330px) {
.custom_showcase h3 {
	font-size:20px;
}

/*8.5 MAIN PRODUCT LISTING*/
.index-scope .bx-controls a {
	position:static;
	margin:10px 0 0 10px;
	display:inline-block;
}
.bx-controls-direction {
	text-align:right;
}
.index-scope {
	z-index:1;
}
.index-scope:before {
	position:absolute;
	left:-10px;
	right:-10px;
	top:-10px;
	bottom:0px;
	content:"";
	background:#ffffff;
	opacity:.5;
	z-index:-1;
}
#showcase {
	margin-bottom:75px;
}



/* 8.3 NIVOSLIDER */
.nivo-caption h2 {
	font-size:50px;
}
.nivo-caption h3 {
	font-size:40px;
}
.nivo-caption a {
	padding:20px 0 70px;
}
.nivoslider_height_wr {
	min-height:0px;
}
.header_search form {
	width:170px;
}


}


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

@media (max-width: 1199px) {
	
/* 3. GLOBAL THEME STYLES */
/* cookies policy message */
.cookies_container {
	text-align: center;
}
.cookies_container p {
	display: block;
	font-size: 15px;
}
.cookies_container .cookie_btn {
	margin: 10px 0;
	font-size: 15px;
}



/* 8.1 HEADER */
#header{

background: url(//cdn.shopify.com/s/files/1/0925/7682/t/2/assets/header_resize_bg_img.jpg?1201868119438189072) center 0 no-repeat;
	background-size:auto auto;
	
}
.header_user {
	float:none;
	width:100%;
	text-align:center;
}
.header_cart {
	float:left;
}



/* 8.3 NIVOSLIDER */
.slider_parallax_wr {
	position:relative;
	height:600px !important;
	margin-top:30px;
}  
.nivolink {
	display:none;
}
.nivoslider_height {
	min-height:0px !important;
	margin:0px;
	width:auto;
}
.nivo-caption {
	top:180px;
	left:50px;
	right:50px;
}
.nivo-caption a {
	width:100%;
}
.nivo-caption h2 {
	font-size:90px;
}
.nivo-caption h3 {
	font-size:50px;
}
.nivo-controlNav {
	top:594px;
	max-width:100%;
}
.slider_parallax_wr {
	-webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.75);
	box-shadow: 0 0px 10px 5px rgba(0,0,0,0.75);
}



/*   CUSTOM HEADER */
.custom_header img {
	float:none;
	margin-right:0px;
}
.custom_header a {
	text-align:center;
}



/*   CUSTOM BOTTOM */
#custom_bottom .parallax_img {
	bottom:0px;
}
#custom_bottom .parallax_img img {
	height:100%;
	max-width:none;
}



/* 8.5 MAIN PRODUCT LISTING */
.product .product_name {
	min-height:0px;
}

/* HOMEPAGE CAROUSEL */
.homepage_carousel .product {
	width: 250px !important;
}



/* 10.2 SIDEBAR PRODUCT LISTING */
.column .widget h3.widget_header {
	font-size:30px;
}
.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;
	text-align:center;
}
}



/***************************************************************************
                        < 992px
***************************************************************************/

@media (max-width: 992px) {
	
.cart_popup {
	top: 0 !important;
}



/* 8.2 MEGAMENU */
#megamenu.isStuck {
	position: relative !important;
	left: auto;
	right: auto;
	background:#ffffff;
	padding-bottom:0px;
}
.pseudoStickyBlock {
	display: none !important;
}
#megamenu {
	background:#ffffff;
}
.megamenu_mobile {
	position: relative;
}

.megamenu_mobile h2 {
	overflow: hidden;
	padding: 0 25px 0 5px;
	font-size: 18px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	position: relative;
}
.megamenu_mobile h2 i {
	position: absolute;
	right: 5px;
	top: 0;
}
.megamenu_mobile h2 i:before {
	content: '\f0fe';
	font: 20px/50px 'FontAwesome';
}
.megamenu_mobile h2.active i:before {
	content: '\f146';
}

.megamenu_mobile ul {
	width: 100%;
	background:#191919;
}
.megamenu_mobile li {
	position: relative;
}

.submenu__1 {
	padding: 15px;
	position: absolute;
	display: none;
}

.submenu__1 > li > a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:normal;
	color:#ffffff;
}
.submenu__1 > li > a:hover,
.submenu__1 > li > a:focus {
	color:#668359;
}
.submenu__1 > li > a > i {
	float: right;
}
.submenu__1 > li > a > i:before {
	content: '\f0fe';
	font: 15px 'FontAwesome';
}
.submenu__1 > li > a.active > i:before {
	content: '\f146';
}

.submenu__2 {
	padding: 0 15px;
	display: none;
}

.submenu__2 > li > a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color:#ffffff;
	font-weight:normal;
}
.submenu__2 > li > a:hover,
.submenu__2 > li > a:focus {
	color:#668359;
}
.submenu__2 > li > a > i {
	float: right;
}
.submenu__2 > li > a > i:before {
	content: '\f0fe';
	font: 15px 'FontAwesome';
}
.submenu__2 > li > a.active > i:before {
	content: '\f146';
}

.submenu__3 {
	padding: 0 15px;
	display: none;
}
.submenu__3 > li > a {
	color:#ffffff;
	font-weight:normal;
}
.submenu__3 > li > a:hover,
.submenu__3 > li > a:focus {
	color:#668359;
}



/* 8.3 NIVOSLIDER */
.nivo-controlNav a {
	display: inline-block;
	cursor: pointer;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#ffffff;
}



/* 8.4 SHOWCASE */
.custom_showcase h3 {
	font-size:15px;
	letter-spacing:2px;
}
.custom_bottom .ins,
.custom_bottom p {
	padding:0px;
}



/* SOCIALS BLOCK BOTTOM  */
#social_bottom .fb_iframe_widget,
#social_bottom .fb_iframe_widget span,
#social_bottom .fb_iframe_widget iframe {
	width: 100% !important;
}



/* HOMEPAGE CAROUSEL */
.homepage_carousel .product {
	width: 260px !important;
}



/* 10.2 SIDEBAR PRODUCT LISTING */
.column .widget h3.widget_header {
	font-size:20px;
}



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



/* 12.1 PRODUCT IMAGES */
.zoomWrapper,
#elevatezoom_big {
	width: 262px !important;
}

#elevatezoom_gallery a {
	width: 59px !important;
}
.zoomContainer {
	display: none !important;
}
.zoomWrapper:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

}



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

@media (max-width: 767px) {
	
/* 6. GLOBAL PAGE LAYOUT */
.container {
	padding:0 15px;
}
.column_left,
.column_right,
.column_center,
#main_content {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
  .subpage #header {background-size:auto auto;}


/* 8.2 MEGAMENU */
.megamenu_mobile ul {
	width:auto;
	left:-15px;
	right:-15px;
}



/*   CUSTOM HEADER  */
.custom_header__3 {
	clear:left;
}



/* 8.4 SHOWCASE */
.custom_showcase h3 {
	font-size:40px;
}



/* 8.5 MAIN PRODUCT LISTING */
.template-index #main {
	background-position:50% 700px;
	background-size: 100% auto;
}
.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;
}
.product_listing_main .product_img span.sale {
	display: none;
}

.product_listing_main .product_info {
	margin: 0 0 0 135px;
}



/* HOMEPAGE CAROUSEL */
.index-scope .bx-wrapper {
	max-width: 767px !important;
	margin: 0;
}
.index-scope .bx-viewport {
	height: auto !important;
}

.homepage_carousel {
	width: 100% !important;
	max-width: 767px !important;
	margin: 0;
}
.homepage_carousel .product {
	width: 100% !important;
	float: none;
	padding: 0;
}
.homepage_carousel .product.bx-clone {
	display: none;
}



/* 8.6 FOOTER */
.footer_block__3 {
	clear:left;
}



/* 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 {
    text-align:left;
    margin-top:0px;
}
.column .widget h3.widget_header {
    font-size:36px;
}



/* 12.1 PRODUCT IMAGES */
.zoomWrapper {
	width: 290px !important;
	margin: 0 auto;
}
#elevatezoom_big {
	width: 290px !important;
}
.product_images .bx-wrapper {
	width: 290px !important;
	margin: 12px auto 0 auto;
}
#elevatezoom_gallery a {
	width: 68px !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;
}

}



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

@media (max-width: 640px) {
	

/*   8.1 HEADER */
.header_cart {
	width:100%;
	float:none;
	text-align:center;
}
.header_cart a {
	display:inline-block;
}
.header_search,
.header_currency {
	float:none;
	width:100%;
	text-align:center;
}
.header_search form {
	width:100%;
}
#header {
	background-size:auto 100%;
}



/*   8.3 NIVOSLIDER */
.nivo-caption h2 {
	font-size:30px;
}
.nivo-caption h3 {
	font-size:20px;
	padding-top:0px;
}
.nivo-caption h2 span:after {
	border-bottom-width:2px;
}
.nivo-caption h3 span:after {
	border-bottom-width:2px;
}
.nivo-caption a {
	padding:30px 0 30px;
}
.slider_parallax_wr {
	height:400px !important;
}
.nivo-controlNav {
	top:395px;
}
.nivo-caption {
	top:124px;
}



/*   CUSTOM BOTTOM */
.custom_bottom__4 > div, .custom_bottom__4 > p {
	padding:0px;
}


/*  13. BLOG */
.article_meta-comments,
.blog-article_meta-comments {
	float:none;
	padding-left:0px;
}

}



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

@media (max-width: 479px) {
	

/*8.1 HEADER*/
.header_user li + li:before {
	width:25px;
}  
.header_user li a {
	font-size:11px;
}



/*   8.3 NIVOSLIDER */
.slider_parallax_wr {
	height:300px !important;
}
.nivo-controlNav {
	top:295px;
}
.nivo-caption {
	top:64px;
}



/*   CUSTOM HEADER */
.custom_header {
	width:100%;
}

/*  8.4 SHOWCASE */

.custom_showcase h3 {
	font-size:30px;
}
.title1 {
	font-size:58px;
}
.custom_showcase h3 {
	font-size:25px;
}



/*   CUSTOM BOTTOM */
.custom_bottom__4 .title1 span:after {
	bottom:10px;
}



/* SOCIALS BLOCK BOTTOM  */
#social_bottom .fb_iframe_widget,
#social_bottom .fb_iframe_widget span,
#social_bottom .fb_iframe_widget iframe {
	height:320px !important;
}

.social_bottom {
	margin-top:30px;
}



/* 8.5 MAIN PRODUCT LISTING */
.template-index #main {
    background-position:50% 500px;
}
.product_listing_main .product_img {
	width: 100px;
}
.product_listing_main .product_info {
	margin: 0 0 0 115px;
}
.product_listing_main .product_desc {
	display: none;
}



/*   8.6 FOOTER */
.footer_block {
	width:100% !important;
}



/* 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;
}

}



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

@media (max-width: 340px) {
	

.custom_showcase h3 {
	font-size:20px;
}

}