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

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

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



/********************************************************************************************************
							< 1300px
********************************************************************************************************/

@media (max-width: 1300px) {

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



}



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

@media (max-width: 1199px) {
	
	
#top_marketing_header {
	margin: 30px 50px 0 0;
}
#top_marketing_header img {
	max-width: 300px;
}
	
/* 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;
}
	
.product_list .product {
    margin: 0;
    padding: 5px 5px 0 5px;
}
.product_list .product_links {
    padding: 0;
}



/* 8.1 HEADER */
#logo {
	padding: 25px 0 0 0;
}
#logo a img{
	max-width: 240px;
}
#logo a span {
	font-size: 16px;
}
	



/* 8.2 MEGAMENU */
.usermenu li a {
    padding: 0 10px;
}
.usermenu li.icon_account .badge {
	left: 18px;
}
.sf-menu > li > a::before {
    margin: 0 3px 0 0;
}

.sf-menu > li ~ li {
    margin: 0 0 0 12px;
}

/* 8.3 NIVOSLIDER */
.nivo-caption a {
	padding: 0 15px 0 400px;
}
.nivo-caption h2 {
	margin: 50px 0 0 0;
	font-size: 40px;
}
.nivo-caption h3 {
	margin: 0;
	font-size: 25px;
}
.nivo-caption p {
	margin: 10px 0 0 0;
}
.nivo-caption .btn {
	margin: 16px 0 0;
}



/* 8.4 SHOWCASE */
.showcase_item__content {
	padding: 0 15px 15px 15px;
}

.showcase_item__content h3 {
	font-size: 15px;
}

.showcase_item__content .btn {
	font-size: 15px;
}
.showcase_item__content .btn:after {
	display: none;
}



/* 8.6 FOOTER */
.footer_block__4 {
	float: none;
	clear: both;
}
.footer_social {
	text-align: center;
}

#back_top {margin: 0 0 0 455px;}



/* 8.5 MAIN PRODUCT LISTING */

/* HOMEPAGE CAROUSEL */
.bxslider_carousel .product {
	width: 240px !important;
}



/* 10. SIDEBAR WIDGETS */
.column .widget h3 {
	padding: 0 15px;
	font-size: 21px;
}



/* COLLECTIONS WIDGET */
.widget__collections ul li a {
	padding: 8px 15px;
	font-size: 15px;
}
.widget__collections ul li a.level1,
.widget__collections ul li a.level2,
.widget__collections ul li a.level3,
.widget__collections ul li a.level4 {font-size:14px;}
	
.widget__collections ul li a.level1 {padding: 5px 10px;}
.widget__collections ul li a.level2 {padding: 5px 15px;}
.widget__collections ul li a.level3 {padding: 5px 20px;}
.widget__collections ul li a.level4 {padding: 5px 25px;}

.filter-box,
.product-listing-navigation,
.product_list .row {
	margin: 15px 0 0 0;
}
/*
.filter-box, .product-listing-navigation {
    margin: 15px -15px 0 -15px;
}	
*/

/* PRODUCT TYPES WIDGET */
.widget__types ul li a {
	padding: 8px 15px;
	font-size: 15px;
}



/* CUSTOM SIDEBAR WIDGETS */
.widget__custom {
	padding: 15px;
	text-align: center;
}
.widget__custom i {
	display: block;
	float: none;
	margin: 0;
}
.widget__custom p {
	margin: 10px 0 0 0;
}



}



/***************************************************************************
                                < 991px
***************************************************************************/

@media (max-width: 991px) {
	
#top_marketing_header {
	margin: 30px 30px 0 0;
}
#top_marketing_header img {
	max-width: 250px;
}
	
/* 8.1 HEADER */
#logo a img{
	max-width: 187px;
}
#logo a span {
	font-size: 13px;
}
.custom_header h3 {
	font-size: 18px;
}
.custom_header h4 {
	font-size: 24px;
}
.custom_header i {
	font-size: 36px;
}	
.column_center .page_heading,
.column .widget h3.widget_header {
	font-size: 18px;
}
	
.widget__collections ul li .badge { display: none;}



.cart_popup {
	top: 0 !important;
}

/* 8.1 HEADER */

/* 8.2 MEGAMENU */
.header_row__1 {
	padding: 0;
}
.header_row__1.isStuck {
	position: relative !important;
	left: auto;
	right: auto;
}
.pseudoStickyBlock {
	display: none !important;
}

#mainmenu {
	width: 50%;
	border: none;
	text-align: left;
	-webkit-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
	position:relative;
}

.mainmenu_mobile h2 {
	overflow: hidden;
	padding: 0 40px 0 15px;
	font-size: 18px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	background-color: transparent;
	color: #494d52;
	position: absolute;
	left: -20px;
}

.mainmenu_mobile h2 i:before {
	content: '\f0c9';
	font: 25px/49px 'FontAwesome';
}
.mainmenu_mobile h2.active i:before {
	content: '\f0c9';
}

.mainmenu_mobile ul {
	width: 100%;
	background: #eeeeee;
}
.mainmenu_mobile li {
	position: relative;
}


.submenu__0 {
	width: auto !important;
	padding: 15px;
	border-top: 1px solid #d8d8d8;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 49px;
	display: none;
}
.submenu__0 > li > a {
	padding: 5px 0;
	display: block;
	font-size: 19px;
	text-transform: uppercase;
	position: relative;
}
.submenu__0 > li > a > i {
	float: right;
}
.submenu__0 > li > a > i:before,
.submenu__1 > li > a > i:before,
.submenu__2 > li > a > i:before,
.submenu__3 > li > a > i:before {		
	content: '\f0fe';
	font: 22px 'FontAwesome';
}
.submenu__0 > li > a.active > i:before,
.submenu__1 > li > a.active > i:before,
.submenu__2 > li > a.active > i:before,
.submenu__3 > li > a.active > i:before {
	content: '\f146';
}



.submenu__1,
.submenu__2,
.submenu__3,
.submenu__4 {
	padding: 0 0 0 15px;
	display: none;
}
.submenu__1 > li > a,
.submenu__2 > li > a,
.submenu__3 > li > a,
.submenu__4 > li > a {
	display: block;
	overflow: hidden;
	padding: 5px 25px 5px 0;
	font-size: 17px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.submenu__2 > li > a,
.submenu__3 > li > a,
.submenu__4 > li > a {
	font-size: 16px;
	text-transform: none;
}	
.submenu__1 > li > a > i,
.submenu__2 > li > a > i,
.submenu__3 > li > a > i,
.submenu__4 > li > a > i {
	position: absolute;
	right: 0;
	top: 0;
}



/* 8.3 NIVOSLIDER */
.nivo-caption a {
	padding: 0 15px 0 330px;
}
.nivo-caption h2 {
	margin: 50px 0 0 0;
	font-size: 30px;
}
.nivo-caption h3 {
	margin: 0;
	font-size: 20px;
}
.nivo-caption p {
	display: none;
}
.nivo-caption .btn {
	margin: 16px 0 0;
}



/* 8.4 SHOWCASE */

/* 8.5 MAIN PRODUCT LISTING */

/* HOMEPAGE CAROUSEL */
.widget_bxslider_carousel .bx-controls {
	top: -38px;
}

.bxslider_carousel .product {
	width: 277px !important;
}



/* 8.6 FOOTER */
#back_top {margin: 0 0 0 345px;}



/* 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 {
	opacity: 0 !important;
}

.zoom_wrapper_after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

}



/***************************************************************************
                                < 767px
***************************************************************************/

@media (max-width: 767px) {
	
#top_marketing_header {
	display: none;
}
	
/* 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_row__1 {
	padding: 0;
	text-align: center;
}
	
.mainmenu_mobile h2 {
	top: -50px;
}

.mainmenu_mobile ul.submenu__0 {
    /*margin-top: -7px;*/
}

.header_currency {
	display: inline-block;
	float: none;
	margin: 7px 0 7px 0;
}
.header_currency .jq-selectbox__select-text {
	text-align: left;
}

.usermenu {
	display: inline-block;
	/*float: none;*/
}
.usermenu.simple {
	float: right;
}
.usermenu li,
.usermenu li.icon_locale:hover {
	display: inline-block;
	float: none;
	margin: 7px 4px 7px 4px;
}
.usermenu ul.dropdown-menu li a,
.usermenu li a {
	padding: 0 10px;
}
.usermenu li.icon_account .badge,
.usermenu li.dropdown a.language:before,
.usermenu li a:before {
	/*display: none;*/
}
.usermenu li.icon_account a.facebook {
	padding-left: 35px;
}
.usermenu li.icon_account a.google {
	padding-left: 35px;
}
.usermenu li.icon_cart a {
	font-size: 0;
	color: transparent;
	background: transparent;
	border: none;
}	
.usermenu li.icon_cart a:before {
	/*display: inline;*/
	margin: 0 0 4px 0;
}
.usermenu li.icon_cart a:hover:before {
	color: #494d52;
}
.usermenu li.icon_cart .badge {
	margin: 0 0 12px 5px;
	font-size: 12px;
	color: #ffffff;
}
#logo {
	padding: 7px 0;
}
#logo a img{
	max-width: 187px;
}
#logo a span {
    display: none;
}
.header_row__2 {
	position: relative;
}
.header_search {	
	margin: 0;
	padding: 1px;
	float: right;
	top: -55px;
	position: absolute;
	right: 15px;
	border-radius: 5px;
}

.header_search .search-form {
    padding: 0 40px 0 0;
}
.header_search #keyword {
	padding: 0 0 0 5px;
	width: 300px;
}
.header_search #search {
    width: 40px;
    margin: 0 -42px 0 0;
}
.header_search #search:before {
    content: '\f002';
	margin: 0 8px;
	font: 20px/31px "FontAwesome";
	color: #494d52;
	position: relative;
	top: -1px;
}
.header_search i, 
.header_search #search span {
	display: none;
}
	

.custom_header {
	display: none;
}


/* 8.2 MEGAMENU */
#mainmenu {
	width: 100%;
	float: none;
	/*clear: both;*/
	border-width: 1px 1px 0 1px;
	text-align: left;
}

.mainmenu_mobile h2 {
    top: 0;
}

/* 8.3 NIVOSLIDER */
.nivo-caption {
	width: 100%;
}

.nivo-caption a {
	padding: 0 15px 0 60%;
}
.nivo-caption h2 {
	margin: 50px 0 0 0;
	font-size: 30px;
}
.nivo-caption h3 {
	margin: 10px 0 0 0;
	font-size: 20px;
}
.nivo-caption p {
	display: none;
}
.nivo-caption .btn {
	margin: 16px 0 0;
}



/* 8.4 SHOWCASE */
#showcase .row .showcase_item {
	overflow: hidden;
	padding: 15px;
}
#showcase .row .showcase_item ~ .showcase_item {
	border: none;
	border-top: 1px solid #d8d8d8;
}

#showcase .row .showcase_item img {
	width: 100px;
	float: left;
}

.showcase_item__content {
	margin: 0 0 0 115px;
	padding: 0;
}
.showcase_item__content h3 {
	margin: 0;
}
.showcase_item__content .btn {
	font-size: 14px;
}



/* 8.5 MAIN PRODUCT LISTING */
.product_list .product {
	margin: 15px 0 0 0;
}
.product_list .product > div {
	overflow: hidden;
}

.product_list .product_img {
	width: 100px;
	float: left;
}
.product_list .product_img span.sale {
	display: none;
}

.product_list .product_info {
	margin: 0 0 0 115px;
}

.product_list .product_price {
	padding: 0;
	height: 78px;
}

.product_list .product_name {
	height: auto;
}

.product_list .product_links .btn {
	/*width: auto;*/
}

.product_list .product_links .btn:before,
.product_list .product_links .btn:after {
	/*display: none;*/
}



/* HOMEPAGE CAROUSEL */
.widget_bxslider_carousel .bx-wrapper {
	max-width: 767px !important;
	margin: 0 0 30px 0;
}
.widget_bxslider_carousel .bx-viewport {
	height: auto !important;
}
.widget_bxslider_carousel .bx-controls {
	display: none !important;
}

.bxslider_carousel {
	width: 100% !important;
	max-width: 767px !important;
	margin: 0;
}
.bxslider_carousel .product {
	width: 100% !important;
	float: none;
	margin: 0;
	border: none;
}
.bxslider_carousel .product ~ .product {
	border: none;
	border-top: 1px solid #d8d8d8;
}

.bxslider_carousel .product.bx-clone {
	display: none;
}
  
.bxslider_carousel .product > div {
	padding: 15px;
}



/* 8.6 FOOTER */
.footer_block h3 {
	padding: 25px 0 0 0;
}
.footer_block ul {
	padding: 0;
}

.footer_social {
	padding: 25px 0 0 0;
}

footer .copyright {
	margin: 30px 0 0 0;
}

#back_top {display: none !important;}



/* 10. SIDEBAR WIDGETS */
.column .widget h3 {
	height: auto;
	padding: 12px 20px 15px 20px;
	line-height: normal;
}



/* COLLECTIONS WIDGET */
.column .widget__collections h3 {
	height: auto;
	margin: 0;
	padding: 12px 20px 15px 20px;
	line-height: normal;
}



/* CUSTOM SIDEBAR WIDGETS */
.widget__custom {
	padding: 15px;
	text-align: left;
}
.widget__custom i {
	display: inline-block;
	float: left;
	margin: 0 13px 0 0;
}
.widget__custom p {
	margin: 0;
}






/* 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_search {	
	top: -51px;
	padding: 1px;
}
.header_search #keyword {
	width: 100px;
}
	
#logo {
	float: left;
	padding: 10px 0;
}
#logo a img {
	max-width: 116px;
}
#logo a span {
	display: none;
}
	

.header_cart {
	float: none;
}
.header_cart a {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 9px 15px 15px 15px;
}
.header_cart a div {
	float: left;
	padding: 0 10px 0 0;
}
.header_cart a span.btn {
	width: auto;
	display: inline-block;
	float: right;
	margin: 10px 0 0 0;
}

.usermenu ul.dropdown-menu li a, .usermenu li a {
    padding: 0 8px;
}

.usermenu li .user_acc { font-size: 0;}	


/* 8.3 NIVOSLIDER */
.nivo-caption .btn {
	display: none;
}







.product_list .product_img span.mkt-badge {
	width: 32px;
	height: 32px;
	background: url("img/mkt/mkt-med.png") no-repeat scroll 0 0 transparent;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 100;
}

.product_list .product_img span.mt_promo,
.product_list .product_img span.mt_awarded,
.product_list .product_img span.mt_extra_discount {background-image: none; display: none;}
.product_list .product_img span.discount-mkt {right: 0; top: 0; background-position: 0 0;}
.product_list .product_img span.mt_new_product {left: 0; top: 0; background-position: 0 -32px;}
.product_list .product_img span.mt_stock_clearing {left: 0; bottom: 0; background-position: 0 -64px;}
.product_list .product_img span.mt_recomandation {right: 0; bottom: 0; background-position: 0 -96px;}
.product_list .product_img span.mt_winter_promo {z-index: 101; right: 0; top: 0; background-position: 0 -128px;}
.product_list .product_img span.mt_easter_promo {z-index: 101; right: 0; top: 0; background-position: 0 -260px;}
.product_list .product_img span.mt_second_hand {z-index: 101; left: 0; top: 0; background-position: 0 -292px;}
.product_list .product_img span.mt_refurbished {z-index: 101; left: 0; top: 0; background-position: 0 -324px;}
.product_list .product_img span.mt_coming_soon {z-index: 102; left: 0; top: 0; background-position: 0 -356px;}
.product_list .product_img span.mt_black_friday {z-index: 102; right: 0px;	top: 0px; width: 56px; height: 56px; background: url("img/mkt/mkt_med.png") no-repeat scroll 0 0 transparent;}

.product_img span.gifts-badge {
    padding: 6px 0;
    font-size: 1em;
}	



.cart-list .product_name {
	margin-top: 15px;
}

.cart_buttons #order {
	float: none;
}


}



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

@media (max-width: 480px) {
	
/* 8.1 HEADER */
.header_cart a div {
	float: none;
}
.header_cart a span.btn {
	width: 100%;
	display: block;
	float: none;
}



/* 8.3 NIVOSLIDER */
.nivo-caption {
	display: none !important;
}



/* 8.5 MAIN PRODUCT LISTING */
.product_list .product_img {
	width: 100px;
}
.product_list .product_info {
	margin: 0 0 0 115px;
}
.product_list .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;
}

#customer_orders th,
#customer_orders td,
#order_details th,
#order_details td {vertical-align: middle;padding: 5px;font-size: 12px;}

}



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

/*@media (max-width: 340px) {*/
@media (max-width: 400px) { 
	
.zoomWrapper {
	width: 244px !important;
	margin: 0 auto;
}
#elevatezoom_big {
	width: 244px !important;
}

.product_images .bx-wrapper {
	/*width: 290px !important;*/
	margin: 12px auto 0 auto;
}	
	
.product_list .product_info {
    margin: 115px 0 0 0;
	clear: both;
	padding: 0 !important;
}	

}