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

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



}

@media (max-width: 1230px) {
	.header_inside,
    .main_inside,
    .footer_inside { 
        width: 100%;
    }
	.header_top {
  		padding: 0 20px;
	}
	#logo {
  		padding: 0 20px;
	}
   
}

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

@media (max-width: 1199px) {

.product_listing_sidebar .product_links form {
 	width: 100%; 
}

/* 8.1 HEADER */
.column .widget ul.list li { font-size: 14px;}

.slider_list {
 	display: none; 
}
.nivo-caption .inside_left {
	float: none;
}
.nivo-caption .inside_right {
	float: none;
  	text-align: left;
}
.nivo-caption .slider_text-1 {
  	margin-top: 10px;
}
.nivo-caption h2 { 
  	font-size: 30px;
  	min-height: 60px;
}
.nivo-caption .btn { margin-top: 0px;}

/* 8.2 NAVIGATION */

/* 8.4 SHOWCASE */
.custom_showcase_ul li { line-height: 14px;}

/* 8.6 FOOTER */
.newsletter_form button {
 	 width: 40px;
}
.footer_newsletter #email-input {
 	margin-left: 0px;
  	width: 100%;
}

/* 8.5 MAIN PRODUCT LISTING */

/* 10.2 SIDEBAR PRODUCT LISTING */
.product > div {padding: 15px 5px 26px;}

/* 12.2 PRODUCT INFO */
.product_wrap #bx-pager a {width: 84px;}

.copyright { padding: 0 10px;}
}



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

@media (max-width: 992px) {

/* 8.1 HEADER */
.custom_header1 {
 	float: left;
}
#logo {
 	margin-left: 20px; 
}
.custom_header1 {
 	float:none; 
  	margin-top: 10px;
}
.header_search {
 	margin-top: 10px; 
}
.btn-cart span {padding: 8px 10px 10px;}
.nivo-caption .inside_right { display: none;}
.nivo-controlNav { bottom: 10px;}


/* 8.2 NAVIGATION */

#navigation .customSelectInner {padding: 0 10px;line-height: 30px;}
#navigation .customselect_wrap i.fa {position: absolute;right: 10px;top: 8px;z-index: 0;}


.pseudoStickyBlock {display: none !important;}
#navigation .customSelectInner {
    padding: 0 10px;
    line-height: 43px;
  	width: 213px !important;
  	height: 43px;
}

#navigation.isStuck {
  position: relative !important;
  top: auto;
  box-shadow: none !important;
  left: 0px;
  right: 0px !important;
}
#navigation.isStuck nav {box-shadow: none !important;}
.pseudoStickyBlock {display: none !important;}

#navigation select.menu_mobile {
  width: 100% !important;
  height: 41px !important;
  display: block !important;
  background:  #ffffff;
  color:  #969696;
  padding: 10px;
}
#navigation .customselect_wrap i.fa {
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 0;
}
#navigation .customselect_wrap {
  -webkit-box-shadow: inset 0px 0px 0px 1px #fd0b0a;
  -moz-box-shadow: inset 0px 0px 0px 1px #fd0b0a;
  box-shadow: inset 0px 0px 0px 1px #fd0b0a;
  border: 1px solid #ae0201;
  width: 50%;
  float: left;
  background: #ae0201;
  color: #ffffff;
}
.header_cart { width: 50%;}

.header_search #search-field { max-width: 100%;}

#navigation select.menu_mobile {
    width: 100% !important;
    height: 49px !important;
    display: block !important;
    background: #ffffff;
    color:  #969696;
}

/* 8.4 SHOWCASE */
.custom_showcase {
 	width: 100%; 
}
.custom_showcase_ul li {
 	line-height: 19px; 
}

/* 8.6 FOOTER */
.footer_newsletter .contact-form,
.custom_footer4 .inside,
.custom_footer .list1 {
 	margin: 15px 2px 0 3px; 
}
.custom_footer4 i {
 	display: none; 
}
.custom_footer4 i + div {
 	font-size: 15px; 
}

.custom_footer .list1 li a {
 	width: 40px;
  	height: 40px;
  	font-size: 24px;
}
.custom_footer .list1 li a i {
 	line-height: 38px; 
}

/* 8.5 MAIN PRODUCT LISTING */

/* 10.2 SIDEBAR PRODUCT LISTING */

/* 12.2 PRODUCT INFO */
.product_wrap #bx-pager a {width: 61px;}



}



/* < 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;}
.product > div { text-align: left;}

/* 8.1 HEADER */
#logo {
 	float: none; 
}
.header_inside_right {
 	float: none; 
}

/* 8.2 NAVIGATION */

/* 8.4 SHOWCASE */
.custom_showcase {
 	width: 49%; 
}
.custom_showcase_ul li {
 	line-height: 15px; 
}
.custom_showcase_ul {
 	width: 64%; 
}

/* 8.6 FOOTER */
.custom_footer { width: 100%;}
.custom_footer4 i { display: block;}
.custom_footer4 i + div { font-size: 18px;}
.footer_newsletter #email-input {
 	max-width: none; 
}
.footer_newsletter .contact-form, 
.custom_footer4 .inside, 
.custom_footer .list1 {
 	margin: 15px 20px 0 20px; 
}
.newsletter_form button {
 	width: 66px; 
}

/* 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_listing_main .product_name {}

.product_listing_main .product_price {}



/* 10.2 SIDEBAR PRODUCT LISTING */
.column .product {margin: 15px 0 0 0;}
.column .product > div {overflow: hidden;}

.column .product .product_img {width: 120px;float: left;margin: 0 15px 0 0;}

.column .product .product_name {}

.column .product .product_price {}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {margin: 0;padding: 30px 0 0 0;}
.product_info { overflow: hidden;}
.product_wrap #bx-pager {
  	text-align: center;
  	width: 100%;
}	
.product_image-additioanl a {
 	float: none;
  	display: inline-block;
}


/* 15. CART PAGE */
.cart_buttons {text-align: center;}
.cart_buttons span.or {display: block;margin: 5px 0;}

}



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

@media (max-width: 640px) {

#logo { margin-top: 10px;}
#navigation .customselect_wrap {
 	width: 100%; 
}
.header_cart { width: 100% !important; margin-top: 1px;}

.nivo-controlNav { right: 12px;}
.custom_showcase_ul li { 
  font-weight: normal;
  font-size: 11px;
}
.showcase_inside h3 {
 	padding: 0px; 
}
.custom_showcase { width: 100%;}
.custom_showcase_ul { width: 60%;}
.custom_showcase_ul li {
    font-size: 13px;
    font-weight: bold;
}
.header_cart { margin-right: 0px;}
.nivo-caption h2 {
	font-size: 20px;
  	line-height: 30px;
  	min-height: 0px;
}
}



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

@media (max-width: 479px) {

.nivo-caption h2 { 
  font-size: 20px;
  min-height: 40px;
}
.nivo-caption .btn {
 	padding: 3px 16px 5px; 
}
.nivo-caption h2 { display: none;}
.nivo-caption .btn {padding: 3px 6px 5px; font-size: 16px;}
.nivo-caption .btn:after { font-size: 16px;}
.blog-article_meta-comments {
 	float: none;
  	padding-left: 0px;
  	padding-bottom: 10px;
}
h2.customer_name {
 	position: relative;
  	padding-top: 40px;
}
h2.customer_name a { 
 	position: absolute; 
  	top: 10px;
	left: 0px;	
}
.product_listing_main .product_img {
 	width: 110px; 
}
.header_inside_right {
 	padding: 0 20px; 
}
.header_search #search-submit { width: 38px;}
.header_inside_right { padding: 0px;}

}



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

@media (max-width: 340px) {

.header_search { margin-left: 0px;}
.header_inside_right { margin-left: 0px;}
.custom_showcase {
	margin-top: 40px;
}
.custom_showcase_ul li {
 	font-size: 12px;
  	line-height: 13px;
}
.header_top { padding: 0 10px;}
.custom_header1 { margin: 20px 0 0 20px;}
}