/***********************************************************

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) {
	


}


/***************************************************************************
                            < 1370px
***************************************************************************/

@media (max-width: 1370px) {
  .slider_btn {margin-top:50px;}
  .nivo-caption h2 {font-size:80px;line-height:1.1em;}
  .nivo-caption h3 {margin-bottom:15px;}
}

/***************************************************************************
                            < 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 */

/* 8.2 MEGAMENU */

/* 8.3 NIVOSLIDER */
.slider_wrap {
	min-height:418px;
}
.slider_btn {
	margin-top:20px;
}
.nivo-caption h2 {
	font-size:50px;
}
.nivo-caption h3 {
	font-size:30px;
	line-height:1em;
	margin-bottom:0px;
}
.slider_btn {
	height:90px;
	width:90px;
}
.slider_btn i {
	padding-top:21px;
}

/* 8.4 SHOWCASE */

/* 8.6 FOOTER */

/* 8.5 MAIN PRODUCT LISTING */
.product .product_info__inside {
	padding:25px 20px 29px;
}

/* HOMEPAGE CAROUSEL */
.homepage_carousel .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) {
	
.cart_popup {
	top: 0 !important;
}

/* 8.1 HEADER */
.custom_header1 {
	float:none;
	clear:both;
	text-align:center;
	padding-top:43px;
	margin-right:0px;
}
.custom_header1 > div {
	display:inline-block;
}

/* 8.2 MEGAMENU */
#megamenu.isStuck {
	position: relative !important;
	left: auto;
	right: auto;
}
.pseudoStickyBlock {
	display: none !important;
}

.megamenu_mobile {
	position: relative;
}

.megamenu_mobile h2 {
	color:#ffffff;
	overflow: hidden;
	padding: 0 25px 0 15px;
	font-size: 18px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	position: relative;
}
.megamenu_mobile h2 i {
	position: absolute;
	right: 15px;
	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:#6a6a65;
}
.megamenu_mobile > ul > li > a {
	position: relative;
	font-weight:600;
	font-size:14px;
	color:#ffffff;
}
.megamenu_mobile > ul li li a {
	color:#a1a194;
	font-size:11px;
}
.megamenu_mobile > ul > li > a:hover {
	color:#a1a194;
}
.megamenu_mobile > ul li li a:hover {
	color:#ffffff;
}

.submenu__1 {
	padding: 15px;
	position: absolute;
	display: none;
	}
.submenu__1 > li > a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.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: 11px 'FontAwesome';
}
.submenu__2 > li > a.active > i:before {
	content: '\f146';
}


.submenu__3 {
	padding: 0 15px;
	display: none;
}



/* 8.3 NIVOSLIDER */
.slider_wrap {
	min-height:322px;
}
.nivo-caption p {
	display:none;
}
.nivo-controlNav {
	top:15px;
	padding-right:15px;
}

/* 8.4 SHOWCASE */
.custom_showcase h3 {
	font-size:30px;
	line-height:1.1em;
}


/* 8.5 MAIN PRODUCT LISTING */
.product .product_info .product_info__inside {
	padding: 5px 20px 10px;
}
.product_links form .btn {
	padding-left:2px;
	padding-right:2px;
}


/* 8.6 FOOTER */
h4.title_socials {
	float:none;
}
.footer_block__4 .socials li:first-child {
	padding-left:0px;
}

/* 10.2 SIDEBAR PRODUCT LISTING */

/* 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;
}



/* 8.1 HEADER */
.header_user {
	float:none;
	text-align:center;
	margin-bottom:22px;
	margin-left:0px;
}
.header_user li {
	padding-right:7px;
	padding-left:7px;
}
.header_currency .jq-selectbox {
	width:100%;
}
.header_currency {
	width:20%;
}
.header_search form {
	width:100%;
}
.header_search {
	width:80%;
}

/* 8.2 MEGAMENU */

/* 8.3 NIVOSLIDER */
.slider_wrap {
	min-height:100px;
}
.nivo-caption h2,
.nivo-caption h3 {
	display:none;
}

/* 8.4 SHOWCASE */
.homepage_custom__1 > .inside {
	padding-left:15px;
}
.homepage_custom__1 .link {
	padding-right:15px;
}
.custom_showcase h3 {
	font-size:18px;
}
.custom_showcase h4 {
	font-size:14px;
}
.custom_showcase .arrow span {
	right:-35px;
}
.custom_showcase .arrow i {
	margin-top:54px;
	padding-right:3px;
}
.custom_showcase a:hover .arrow span {
	right:-25px;
}

/* 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: 150px;
	float: left;
	margin-right:15px;
}
.product_listing_main .product_img span.sale {
	display: none;
}
.product .product_info {
	overflow:hidden;
}
.product .product_info__inside {
	padding: 5px 0px 10px;
}
.product .product_links > a {
	width:auto;
}
.product .product_links form {
	width:auto;
}
.product .product_info .product_info__inside {
	padding:5px 0px 10px;
}
.product_links form .btn {
	padding-left:16px;
	padding-right:16px;
}

.product_listing_main .product_price {
	padding-top:0px;
}



/* 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;
}



/* 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) {
	#logo {
	text-align:center;
	float:none;
}
.header_cart {
	float:none;
}
.header_cart a {
	margin-top:40px;
}
.title3 {
	font-size:50px;
	line-height:1em;
}
.homepage_custom__1 > .inside {
	padding:50px 115px 50px 15px;
}
.blog-article_meta-comments,
.article_meta-comments {
	float:none;
	padding-left:0px;
}
}



/***************************************************************************
                            < 480px
***************************************************************************/

@media (max-width: 479px) {
	
.nivo-caption {
	display:none !important;
}
.title3 {
	font-size:45px;
}
.custom_showcase {
	width:100%;
}
.custom_showcase img {
	width:100%;
}
.custom_showcase h3 {
	font-size:35px;
}
.custom_showcase h4 {
	font-size:30px;
}
.custom_bottom, .custom_bottom img {
	width:100%;
}
.footer_block {
	width:100%;
}
.header_currency .jq-selectbox__trigger i {
	right:12%;
}

/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product_img {
	width: 100px;
}
.product_listing_main .product_desc {
	display: none;
}



/* 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) {
	


}