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

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) {
	


}



/***************************************************************************
                                < 1400px
***************************************************************************/

@media (max-width: 1400px) {
.slider_parallax_wr {
	height:;
}
.nivo-directionNav a {
	margin-top:-110px;
}
}  
  
  

/***************************************************************************
                                < 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_search form {
	width:180px;
}

  
  
/* 8.3 NIVOSLIDER */
.nivo-directionNav a {
	margin-top:0px;
	top:285px;
}
.slider_wrap {
	top:-120px;
}

  
  
/* 8.4 SHOWCASE */
#showcase {
	min-height:0px;
}
  
  
  
/*   BANNER */
.banner .inside {
	padding-top:50px;
}
  

  
/* 8.5 MAIN PRODUCT LISTING */
.product_listing_sidebar .product_info {
	margin: 10px 0 0 0;
	text-align:center;
}
.btn-cart {
	font-size:18px;
	padding:8px;
}

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



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

}



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

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

  
  
/* 8.1 HEADER */
#logo {
	padding-bottom:9px;
}

  
  
/* 8.2 MEGAMENU */
#megamenu {
	clear:both;
	background:#ffffff;
	text-align:left;
	margin-bottom:30px;
}
#megamenu .sf-menu {
	display:none !important;
}
.header_center.isStuck {
	position: relative !important;
	left: auto;
	right: auto;
}
.pseudoStickyBlock {
	display: none !important;
}

.megamenu_mobile {
	position: relative;
	padding:0 15px;
}

.megamenu_mobile h2 {
	overflow: hidden;
	padding: 0 25px 0 0;
	font-size: 18px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	position: relative;
}
.megamenu_mobile h2 i {
	position: absolute;
	right: 0;
	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%;
}
.megamenu_mobile li {
	position: relative;
}


.submenu__1 {
	left:0;
	padding: 15px;
	position: absolute;
	display: none;
	background:#191919;
}
.submenu__1 > li > a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.submenu__1 > li a:hover,
.submenu__1 > li a.active {
	color:#ffffff;
}
.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;
}
.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;
}


  
/* 8.4 SHOWCASE */
.custom_showcase h3 span {
	font-size:25px;
}
.custom_showcase h3 {
	font-size:25px;
}
.custom_showcase {
	padding-bottom:30px;
	margin-top:-80px;
}
#showcase {
	min-height:0px;
}
#showcase > .bg2 {
	padding-top:30px;
}
.banner a {
	position:relative;
	z-index:3;
}
.banner img {
	background:#ffffff;
	opacity:.5;
}
  
  
  
/* 8.5 MAIN PRODUCT LISTING */
/*   PRODUCT LISTING COLLECTION */
.product-listing__collection .product .product_info {
	padding:0 7px;
}
  
  

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

  
  
/*   HOMEPAGE MAP  */
#google_map, #google_map iframe {
	height:350px !important;
}

  

/* 8.6 FOOTER */
.footer_block .ins {
	padding-left:0px;
	border:0px;
}
footer h3 {
	font-size:15px;
}
.footer_block ul {
	margin-top:15px;
}


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

  
  
/*   RELATED PRODUCTS */
.product .product_price {
	min-height:0px;
}
.product .product_price .money {
	font-size:24px;
}

  

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



/* 8.3 NIVOSLIDER */
.slider_parallax_wr {
	height:auto;
}
.slider_wrap {
	top:0px;
	position:relative;
}
.nivo-directionNav a {
	top:50%;
	margin-top:-20px;
}

  
  
/* 8.4 SHOWCASE */
.custom_showcase {
	margin-top:0px;
}
.blog_post__3,
.custom_showcase__3 {
	clear:left;
}
.custom_showcase .showcase_img,
.blog_post .p_img img {
	display:inline-block;
}
.custom_showcase .showcase_img img,
.blog_post .p_img img{
	width:100%;
}
  
  
  
/*   BANNER */
.banner {
	min-height:480px;
}
.banner img {
	top:0px;
}
  
  
  
/*   CUSTOM BOTTOM */
.custom_bottom {
	padding:25px 0px 0px;
}
.custom_bottom_wr {
	padding-bottom:25px;
}
  
  

/* 8.5 MAIN PRODUCT LISTING */
.product .product_info {
	text-align:left;
}
.homepage_bestsellers {
	margin:0px;
}
.product_listing_main .product,
.homepage_bestsellers .product {
	margin: 15px 0 0 0 !important;
}
.product_listing_main .product > div {
	overflow: hidden;
}
.product_listing_main .product_links .btn {
	width:auto;
}

.product .product_img {
	width: 120px;
	float: left;
	margin-top:10px;
}
.product_listing_main .product_img span.sale {
	display: none;
}
.product_listing_main .product_img span.new {
	position:relative;
}

.product .product_info {
	overflow:hidden;
	padding:20px;
}
.product_listing_main .product_name {
	min-height:0px;
	margin: 15px 0;
}
.product_ins {
	padding-bottom:0px;
}
.product .product_img a,
.product_listing_main .product_img .img__2 {
	padding:5px;
}

.product_listing_main .product_price {
	min-height:0px;
}
  
  
  
/*   PRODUCT LISTING COLLECTION */
.product-listing__collection .product .product_info {
	padding:20px 20px;
}



/* 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,
.homepage_bestsellers .product {
	width: 100% !important;
	float: none;
	padding: 0;
}
.homepage_carousel .product.bx-clone {
	display: none;
}
.index-scope .bx-controls-direction {
	display:none !important;
}



/* 8.6 FOOTER */
.footer_block__3,
.footer_block__5 {
	clear:left;
}
footer .bg2 {
	padding-top:0px;
	padding-bottom:30px;
}
.footer_block {
	padding-top:40px;
}
  


/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {
	overflow: hidden;
	text-align: left;
}
.product_listing_sidebar .product_img {
	width: 100px;
	float: left;
}



  
/* 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 {
	margin-top:12px;
}
.header_user {
	float:none;
	text-align:center;
	margin-bottom:18px;
}
.header_top {
	text-align:center;
}
.header_currency,
.header_cart,
.checkout {
	float:none;
	display:inline-block;
	margin: 0 10px;
}
.header_cart .ins {
	padding:3px 21px 4px 19px;
}
.header_currency {
	padding:9px 0 5px;
}
.header_top {
	margin-bottom:25px;
}
  

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

}



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

@media (max-width: 479px) {
	
  /* 8.1 HEADER */
  
.header_currency,
.header_cart,
.checkout {
	display:block;
	margin:10px auto 30px;
}
.header_cart {
	text-align:left;
}
.header_top {
	margin-bottom:0px;
}
.header_currency:before {
	display:none;
}
.header_currency {
	padding:0px;
}
#logo {
	float:none;
	text-align:center;
	margin-top:25px;
}
.header_search {
	float:none;
	margin-top:15px;
	margin-bottom:42px;
}
.header_search form {
	width:100%;
}
#megamenu {
	margin-bottom:47px;
}
  
  
  
/* 8.4 SHOWCASE */
.custom_showcase h3 span {
	font-size:19px;
}
  
  
  
/*  HOMEPAGE BANNERS */
  
.banner h4 {
	font-size:30px;
}
.banner h3 {
	font-size:45px;
}
.banner {
	min-height:0px;
	padding-bottom:50px;
}
.banner img {
	top:auto;
	bottom:0px;
}
.blog_post h3 {
	font-size:19px;
}
  
  
  
/*   CUSTOM BOTTOM */
.custom_bottom h3 {
	font-size:35px;
}
.custom_bottom h3 span {
	font-size:25px;
}
  
  
  
/*   HOMEPAGE MAP */
#google_map, #google_map iframe {
	height: 250px !important;
}

  
  
/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product_img {
	width: 100px;
}
.product_listing_main .product_desc {
	display: none;
}

  
  
  /* 8.6 FOOTER */
.footer_block {
	width:100%;
}
.footer_block__4 {
	padding-left:15px;
	padding-top:0px;
}
.footer_block__4 ul {
	margin-top:12px;
}
footer h3 {
	min-height:0px;
}
  
  

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

}