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

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

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



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

@media (min-width: 1200px) {
	

}


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

@media (max-width: 1199px) {
  
.wrapper3 {
    max-width: 1000px;
}
	
/* 8.1 HEADER */
.header_search #search-submit:hover i {
 	margin-left: -50%; 
}
  
.cart_popup {
	width: 1000px;
  	margin-left:-500px;
}

/* 8.2 NAVIGATION */

/* 8.4 SHOWCASE */
.nivo-caption p {
 	display: none; 
}
.nivo-caption h3 {
  	font-size: 40px;
}
.nivo-caption h4 {
 	font-size: 34px; 
}
.nivo-caption h2 {
 	line-height: 40px; 
  	font-size: 46px;
}
  
.custom_showcase img { margin-right: 10px;}
.custom_showcase h3 {
    font-size: 18px;
    line-height: 18px;
  	padding-top: 10px;
}
.custom_showcase p {
 	line-height: 1em; 
}
.custom_showcase i {
 	bottom: 5px;
  	right: 5px;
}
.slider_wrap {
  	min-height: 261px;
}  
/* 8.6 FOOTER */
.bottom_wrapper3 {
 	padding: 0 10px; 
}

/* 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_related .product > div {
 	padding: 10px; 
}
.banner h2 span { font-size: 35px;}

/* 12.1 PRODUCT IMAGES */
.product_img_big {
	width: 279px;
}
.product_img_thumbs {
	width: 279px;
}
.product_img_thumbs__list a {
	width: 85px !important;
}
.product .product_links form + .btn {
 	float: left; 
}

}



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

@media (max-width: 992px) {
	
.wrapper3 {
    max-width: 766px;
}
  
.cart_popup {
	top: 0 !important;
	width: 766px;
  	margin-left:-383px;
}

/* 8.1 HEADER */

/* 8.2 NAVIGATION */
.header_center.isStuck {
	position: relative !important;
	left: auto;
	right: auto;
}
.pseudoStickyBlock {
	display: none !important;
}

#navigation {	
	border: 1px solid #c1c1c1;
	background: #ffffff;
  	width: 50%;
  	margin-top: 40px;
}
#navigation .jq-selectbox__select {
	height: 30px;
	padding: 0 30px 0 5px;
}
#navigation .jq-selectbox__select-text {
	width: 100% !important;
	height: 30px;
	line-height: 30px;
}
#navigation .jq-selectbox__trigger i {
	right: 9px;
	top: 9px;
}

#navigation .jq-selectbox__dropdown {
	width: 100% !important;
	top: 30px !important;
}
#navigation .jq-selectbox__dropdown ul {
	border: 1px solid #c1c1c1;
	padding: 10px 15px; 
	background: #333333;
}
#navigation .jq-selectbox__dropdown ul li {
	padding: 5px 0px;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}

#navigation .jq-selectbox__dropdown ul li:hover,
#navigation .jq-selectbox__dropdown ul li.sel{
	color: #ff5f01;
}

  
.header_center.isStuck .wrapper3 {
    box-shadow: none;
  	position: relative;
  	background: none;
}
.header_center.isStuck .wrapper3 .nav_bg {
  	z-index: 0;
  	position: absolute;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0; 
  	background: #ffffff;
  	opacity: .97;
}
.header_center.isStuck #logo {
 	margin-top: -7px;
  	margin-bottom: 0px;
}
.header_center.isStuck #logo b {
 	font-size: 88px;
  	line-height: 88px;
}
.header_center.isStuck #logo b:before {
 	margin-top: 0px;
}
.header_center.isStuck #logo a:hover b:before {
  	width: 101%;
}
.header_center.isStuck #logo span {
 	font-size: 17px;
  	margin-top: -6px;
}
.header_center.isStuck #navigation {
 	margin-top: 40px; 
}


/* 8.4 SHOWCASE */
.custom_showcase {
 	width: 100%; 
}
  
.banner a {
 	padding: 19px 9px 24px 10px; 
}
.banner h2 {
  	font-size: 40px;
  	padding-bottom: 10px;
}
.banner h2 span {
  	font-size: 25px;
  	line-height: 25px;
}
.slider_wrap {
  	min-height: 201px;
} 
/* 8.6 FOOTER */

/* 8.5 MAIN PRODUCT LISTING */
.product > div {
 	padding: 20px 10px; 
}

/* 10.2 SIDEBAR PRODUCT LISTING */
  
.column .widget ul.list li a {
  	padding: 11px 9px 11px 10px;
}
  .column .widget h3.widget_header {padding-left: 10px;}

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

}



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

.cart_popup {
	width: 100%;
  	margin-left:0px;
}

/* 8.1 HEADER */

/* 8.2 NAVIGATION */

/* 8.4 SHOWCASE */
.custom_showcase h3 {
 	font-size: 20px;
  	line-height: 1em;
}
#showcase {margin-top: 10px;}
  
.banner a {
 	text-align: center; 
}
.slider_wrap {
  	min-height: 1px;
} 
  
/* 8.6 FOOTER */
  
.footer_block__3 {
 	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 .product_links form + .btn {
 	float: none; 
}
.product .product_img .sale {
 	position: relative;
  	top: auto;
  	text-align: center;
}
.product_listing_main .product_info {
  	overflow: hidden;
}
.product .product_info {
 	padding-top: 0px; 
}
.product > div {
 	padding: 10px; 
}
.product_listing_sidebar .product > div {
  	padding-bottom: 10px;
}	

/* 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 {
	margin: 0 0 0 115px;
}



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

  
.breadcrumb {
 	margin-top: 15px; 
}
}



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

@media (max-width: 640px) {
	
#navigation,
#logo {
 	width: 100%; 
  	float: none;
}
#navigation {
 	margin-top: 21px;
  	margin-bottom: 16px;
}
.header_cart {
 	width: 100%; 
}
.header_search {
 	width: 100%; 
  	margin-top: 25px;
}
  
.nivo-caption h3 {
 	display: none; 
}
.nivo-caption {
  	left: 10%;
}
.header_center.isStuck #navigation { margin-top: 21px;}
.blog-article_meta-comments,
.article_meta-comments {
 	float: none;
  	padding-left: 0px;
}
  
}



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

@media (max-width: 479px) {
  
.header_user li {
 	margin: 0 5px; 
}
.header_search #search-submit { width: 37%;}
.header_search #search-field { width: 63%;}
.nivo-caption {display: none !important;}
.custom_showcase img { width: 31%;}
  .custom_showcase p { padding-bottom: 5px;}
.custom_showcase h3 {font-size: 14px;}
.product_listing_main .product_desc { display: none;}
.product_listing_main .product_img { width: 100px;}  
.footer_block {width: 100%;}  
.header_user {
 	float: none;
  	width: 100%;
  	text-align: center;	
  	padding-top: 0px;
}
.header_currency {
	float: none;
  	margin: 0px;
  	width: 100%;
  	text-align: center;
  	margin-top: 16px;
}
.header_currency .jq-selectbox {
 	display: inline-block; 
}
  
/* 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) {
	


}