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

1. CSS RESET

2. VARIABLES
2.1 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

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

/***************************************************************************
                                1920px <
***************************************************************************/

@media (min-width: 320px) and (max-width: 480px) {
  
  .navbar {
	padding: 30px
  }

  .banner1 img {
    height: 45vh;

  }

  .contact-wrapper {
	
	background: url(../images/box-bg.jpg) center center repeat
  }

  .widget-title {
  	margin: 25px 0; 
  }

  
}
@media (min-width: 1920px) {

.homepage_blog {
 	background-size:100% auto; 
}

}



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

@media (max-width: 1330px) {
#back_top {
	display:none !important;
}
  
/* 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;
}

 
  
/* 8.1 HEADER */
#logo {
 	margin-left:0px; 
}
  
  

/* BACK TO TOP BUTTON */
#back_top {
	margin: 0 0 0 555px;
}



/*8.3 NIVOSLIDER*/
.slider_parallax_wr {
	height: 500px;
}
.nivo-directionNav a {
	margin-top: -70px;
}


}


/***************************************************************************
                                < 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.2 MEGAMENU */
.sf-menu > li > a {
	padding: 15px 10px;
}
.isStuck_wrapper.isStuck .sf-menu > li > a {
	padding: 8px 10px;
}
.header_search form,
.isStuck_wrapper.isStuck .header_search form {
	width: 240px;
}
  
  
  
/* BACK TO TOP BUTTON */
#back_top {
	margin: 0 0 0 455px;
}

  
  
/* CUSTOM SHOWCASE */
.custom_showcase a:hover:before {
	-o-transform:      rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform:         rotate(-3deg);
}
  
  

/* HOMEPAGE CAROUSEL */
.homepage_carousel .product {
	width: 250px !important;
}
.product .prod_inside {
	padding:20px 10px 32px;
}



/*HOMEPAGE BLOG*/
.homepage_blog {
	padding: 50px 0;
}
.homepage_blog__title a {
	font-size: 19px;
	line-height: 1em;
}


/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product_img {
	text-align:center;
	margin-right:10px;
} 
.product_listing_sidebar .product_img {
	max-width:70px;
	margin-right:10px;
	margin-bottom:10px;
}
.product_listing_sidebar .product_links {
	text-align:center;
}
.product_listing_sidebar .product_info {
	overflow:visible;
}
.product_listing_sidebar .product .prod_inside {
	padding:20px 10px;
}

}



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

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



/* 8.1 HEADER */
header {
	padding-bottom:20px;
}
#logo {
	margin-left: 0;
	float: none;
}
.header_right {
	float: none;
}
.header_cart {
	float: right;
}
#logo {
	text-align: center;
}
.header_right {
	padding-top: 50px;
}
.header_cart a {
	padding: 0 6px 14px 0;
}
.header_search {
	float: none;
	margin-top: 20px;
}
.header_search #search-submit {
	padding-top: 16px;
}
.header_top {
	margin-bottom: 0;
}
.header_search #search-submit:hover {
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.header_search::before {
    top: 0;
    bottom: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.header_search form {
	width: 100%;
}
.header_cart {
	margin-bottom: 45px;
}
.header_search form, .isStuck_wrapper.isStuck .header_search form {
	width:100%;
}
.isStuck_wrapper.isStuck .header_search:before {
	bottom:0px;
}

  

/* 8.2 MEGAMENU */
.isStuck_wrapper {
	height: auto;
	padding-bottom: 36px;
}
.isStuck_wrapper.isStuck {
	position: relative !important;
	left: auto;
	right: auto;
}
#megamenu {
	float: none;
	height: auto;
	position: relative;
	z-index: 10;
}
.pseudoStickyBlock {
	display: none !important;
}

.megamenu_mobile {
	position: relative;
}

.megamenu_mobile h2 {
	overflow: hidden;
	padding: 20px 45px 20px 15px;
	font-size: 18px;
	line-height: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	position: relative;
	color: #ffffff;
	background: #fa7103;
}
.megamenu_mobile h2 i {
	position: absolute;
	right: 15px;
	top: 5px;
}
.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: #ffffff;
	-webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.33);
}

.megamenu_mobile li {
	position: relative;
}
.megamenu_mobile li a {
	color: #333333;
}
.megamenu_mobile li a:hover {
	color: #fa7103;
}

.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: 15px 'FontAwesome';
}
.submenu__2 > li > a.active > i:before {
	content: '\f146';
}


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



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

  
  
/* 8.4 SHOWCASE */
.custom_showcase a .title1 {
	font-size: 40px;
}
.custom_showcase a .title1 span {
	font-size: 30px;
}



/*HOMEPAGE BANNER*/
.parallax_box.banner a .ins {
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
.parallax_box.banner a .ins:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: -20px;
	bottom: -20px;
	background: rgba(0,0,0,0.25);
	z-index: -1;
}



/*HOMEPAGE BLOG*/

.homepage_blog__title {
	min-height: 0px;
}
.homepage_blog__content img {
	margin-right: 15px;
	max-width: 50%;
}
.homepage_blog {
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.homepage_blog__article {
	margin-top:25px;
}


/* 8.5 MAIN PRODUCT LISTING */
.product .product_links .btn {
	padding:7px 12px 9px;
}
  
  
.product .product_price .money {
  	font-size:19px !important;
}

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



/*HOMEPAGE BESTSELLERS LISTING*/
.best-sellers-home .product_links .btn {
	padding: 13px 12px 19px;
}
.best-sellers-home .product .product_price .money {
	font-size: 20px;
}
.best-sellers-home .product .prod_inside {
	padding: 20px 10px 20px;
}
.best-sellers-home .product .product_img a {
	padding: 10px;
}


/* BACK TO TOP BUTTON */
#back_top {
	margin: 0 0 0 345px;
}



/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product_img {
	float:none;
	max-width:100%;
} 
.widget_best_sellers .product_price .compare-at-price {
	font-size:15px;
}
.column .widget h3.widget_header, h3.widget_header {
 	font-size:33px; 
}
  
  

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

.zoomWrapper,
#elevatezoom_big {
	width: 262px !important;
}

#elevatezoom_gallery a {
	width: 59px !important;
}

.zoomContainer {
	display: none !important;
}



}



/***************************************************************************
                                < 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.4 SHOWCASE */
.custom_showcase__4 {
	clear: left;
}



/* 8.5 MAIN PRODUCT LISTING */
.product .product_info {
	overflow:hidden;
}
.product .prod_inside {
	text-align: left;
	padding: 20px;
}
.product .product_img {
	margin-bottom: 0;
	margin-right: 15px;
}
.product .product_price .money {
	line-height: 1em;
}
.product .product_img a {
	padding: 10px;
}

.product_listing_main .product {
	margin: 15px 0 0 0;
}
.product_listing_main .product > div {
	overflow: hidden;
}
.product .product_name {
	min-height: 0;
}

.product .product_img {
	width: 120px
}
.product_listing_main .product_img span.sale {
	display: none;
}
.product .product_links .btn:hover {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	  
}



/* HOMEPAGE CAROUSEL */
.index-scope .bx-viewport {
	padding-bottom: 10px;
}
.index-scope .bx-controls {
	display: none !important;
}
.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 {
	padding-top: 0;
}


/* BACK TO TOP BUTTON */
#back_top {
	margin: 0;
	left: auto;
	right: 15px;
}



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

  
  
/* WIDGET RELATED PRODUCTS */
  .widget_related_products h3 {
	margin-bottom:20px;
} 



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

  
  
/* 14.3 ADDRESSES */
.address_table .address_title .address_actions {
  	float:none;
  	display:block;
  	margin:0 auto;
}
  
  
 
/* 14.4 ORDERS */
#customer_orders {margin-top:10px;}
#customer_orders th,
#customer_orders td {border:1px solid #e0e0e0;}
  
  
  
/* 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 {
	float: none;
	text-align: center;
	margin-bottom:36px;
}
.header_user {
	text-align: center;
}
.header_right {
	text-align: center;
	padding-bottom: 20px;
}
  



/* 8.4 SHOWCASE */
.custom_showcase a .title1 {
	font-size: 30px;
}
.custom_showcase a .title1 span {
	font-size: 20px;
}
.custom_showcase .ins {
	padding-bottom: 5px;
}



/*HOMEPAGE BLOG*/
.homepage_blog .title2 {
	font-size: 65px;
	letter-spacing: -1px;
}


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

}



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

@media (max-width: 479px) {
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	padding: 8px 3px;
}
  
.navbar-brand {
	font-size: 25px
}  
  
/* 8.1 HEADER */
#logo a {
	display: block;
}

.header_user li {
	margin-right: 0;
}
.header_user li + li {
	margin-left: 6px;
}
.header_currency {
	display:block;
}



/* 8.4 SHOWCASE */
.custom_showcase {
	width: 100%;
	text-align: center;
}
.custom_showcase a .title1 {
	font-size: 45px;
}
.custom_showcase a .title1 span {
	font-size: 40px;
}
.custom_showcase .ins {
	padding-bottom: 25px;
}



/*HOMEPAGE BANNER*/
.banner .title2 {
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 1.3
}
.banner .title2 span {
	font-size: 40px;
}
.banner a {
	padding-top: 50px;
	padding-bottom: 50px;
}



/*HOMEPAGE BLOG*/
.homepage_blog .title2 {
	font-size: 55px;
	line-height: 1.3
}



/* 8.5 MAIN PRODUCT LISTING */
.product .prod_inside {
	padding: 15px 12px;
}
.product .product_links .btn {
	padding: 15px 22px;
}
.product .product_img {
	width: 100%;
}
.product .product_info {
	overflow:hidden;
}
.product_listing_main .product_desc {
	display: none;
}
  .product .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;
	margin-top:20px;
	display:inline-block;
}
  
  
  
/* 14.4 ORDERS */
#customer_orders th,
#customer_orders td {font-size:12px;}
  

}



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

@media (max-width: 340px) {
	
.column_center .page_heading, .page_heading {
	font-size:33px;
}

}